<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@charset "UTF-8";

/* =================

smacss縺ｨoocss縺ｫ縺ｦ繧ｳ繝ｼ繝�ぅ繝ｳ繧ｰ

================= */

/* =====
base
=====*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing:border-box;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
address{
  font-style:normal;
}
a{
  text-decoration:none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input{
  background-color:transparent;
}

/* 蛻晄悄險ｭ螳� */
:root{
  color:#333;
  font:400 16px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
  line-height:1.6;
  letter-spacing:.1em;
}
body{
  min-width: 1280px;
  margin: 0 auto;
  overflow: auto;
  counter-reset: numWanted flowStep numFaq numTraining numMeasures workflowNum workflowNum--sp;
}
[v-cloak] {/* 謨ｰ蟄励〒隕九ｋ繧､繝ｳ繧ｽ繝ｼ繧ｹ縺ｧ繝槭せ繧ｿ繝�す繝･縺碁國繧後↑縺九▲縺溘�縺ｧ霑ｽ蜉� */
  display: none;
}
[cloak]{
  display: none;
}
@media screen and (max-width: 768px){
  body{
    width: 100%;
    min-width: 0;
  }
}
/* 譌｢蟄呂SS縺ｮ荳頑嶌縺� */
.l_footer #footer{
  width: 1152px;
}
.l_footer #bc_footer{
  margin: 0;
  padding: 0;
}
.l_footer #firstline_footer{
  margin: 0;
  padding: 12px 0;
}
.l_footer #last_line_footer{
  margin: 0;
  padding: 10px 0;
}
@media screen and (max-width: 768px){
  .l_footer #footer{
    width: 100%;
  }
  .l_footer #bc_footer{
    width: 100%;
    margin: 0;
  }
}
/* =====
layout
===== */
/* 繧ｰ繝ｭ繝ｼ繝舌Ν繝倥ャ繝繝ｼ */
/*.l_globalHeader{
  padding-top: 123px;
}
.l_globalHeader__body{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-width: 1280px;
}
.l_globalHeader__main{
  border-bottom: 1px solid #999;/
  background: #fff;
}
.l_globalHeader__sub{
  position: absolute;
  z-index: -1;
  width: 100%;
}
.l_globalHeader__sub--colorBlack{
  background: #333;
  color: #fff;
}
.l_globalHeader__sub--colorWhite{
  padding-bottom: 10px;
  border-bottom: 1px solid;
  background: #fff;
  color: #333;
}
.l_globalHeader__inner{
  width: 1152px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.l_globalHeader__inner--main{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .l_globalHeader{
    padding-top: 48px;
  }
  .l_globalHeader__body{
    min-width: auto;
  }
  .l_globalHeader__inner{
    width: 100%;
  }
  .l_globalHeader__inner--main{
    align-items: center;
    width: 100%;
    height: 48px;
  }
}*/
/* 繝��繝槭ヵ繝�ち繝ｼ */
/*.l_recruitFooter{
  font-size: 15px;
  padding: 40px 0;
}
.l_recruitFooter__inner{
  width: 1152px;
  margin: 0 auto;
}
.l_recruitFooter__body{
  display: flex;
  margin: 0 -12px;  
}
.l_recruitFooter__item{
  display: block;
  padding: 0 12px;
}
.l_recruitFooter__item--ico{
  flex: 0 0 240px;
}
.l_recruitFooter__item--btn{
  display: none;
}
.l_recruitFooter__item--sitemap{
  flex: 1 1 auto;
}
.l_recruitFooter--colorTheme{
  background: rgba(237, 27, 27, .2);
}
@media screen and (max-width: 768px){
  .l_recruitFooter{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100vw;
    height: 100vh;
    padding: 80px 20px 0;
  }
  .l_recruitFooter__inner{
    width: 100%;
  }
  .l_recruitFooter__item--ico{
    display: none;
  }
  .l_recruitFooter__item--btn{
    display: block;
  }
  .l_recruitFooter__item--sitemap{
    flex-basis: 50%;
  }
  .l_recruitFooter--colorTheme{
    background: rgb(237, 27, 27);
  }
  .l_recruitFooter--colorTheme .l_recruitFooter__item{
    color: #fff;
  }
}
@media screen and (max-width: 768px){
  .l_recruitFooter__body{
    flex-wrap: wrap;
  }
  .l_recruitFooter__item--sitemap{
    flex-basis: 50%;
  }
  .l_recruitFooter__item{
    margin-top: 16px;
    padding: 0;
  }
  .l_recruitFooter__item--btn{
    display: block;
    flex-basis: 100%;
    margin-top: 0;
  }
}*/
/* 繝輔ャ繧ｿ繝ｼ蝗ｺ螳� */
/*.l_footNav{
  background: #fff;
}
@media screen and (max-width: 768px){
  .l_footNav{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
}
*/
/* 繝翫ン */
.l_nav{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}
.l_nav__item{
  display: flex;
  width: 100%;
}
.l_nav__target{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: inherit;
  line-height: 1;
}
.l_nav--inline{
  display: block;
  white-space: nowrap;
  letter-spacing: -.5em;
}
.l_nav--inline &gt; .l_nav__item{
  display: inline-block;
  width: auto;
  letter-spacing: .1em;
}
.l_nav--global{
  margin: 0 23px;
}
.l_nav--global &gt; .l_nav__item{
  padding: 0 6px;
}
.l_nav--global .l_nav__target{
  position: relative;
  letter-spacing: 0;
}
.l_nav--global .l_nav__target.active::after,
/*.l_nav--global .l_nav__target--link:hover::after{
  content: "";
  position: absolute;
  top: calc(1em + 8px);
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #ed1b1b;
}*/
.l_nav--globalChild{
  justify-content: flex-start;
  width: auto;
}
.l_nav--globalChild &gt; .l_nav__item{
  width: auto;
}
/*.l_nav--globalChild &gt; .l_nav__item + .l_nav__item{
  position: relative;
  margin-left: 8px;
  padding-left: 9px;
}*/
.l_nav--globalChild &gt; .l_nav__item + .l_nav__item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 1.4em;
  margin: auto 0;
  background: #999;
}
.l_nav--globalChild .l_nav__target{
  padding: 1em 0;
  font-size: 13px;
  letter-spacing: 0;
}
/*.l_nav--globalChild .l_nav__target:hover{
  color: #ff6f3c;
}*/
.l_nav--globalChild .l_nav__target--first{
  position: relative;
  padding-right: 20px;
  font-size: 18px;
}
.l_nav--globalChild .l_nav__target--first::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 2px;
  height: calc(1em + 4px);
  margin: auto 0;
  background: #fff;
}
.l_nav.l_nav--local{
  justify-content: center;
  margin: 40px 0;
}
.l_nav--local &gt; .l_nav__item{
  border: 2px solid #AF2830;
  width: 300px;
  margin:0 15px;
  position: relative;
}
.l_nav--local .l_nav__target{
  width: 100%;
  height: auto; 
  color: #AF2830;
  font-weight: bold;
}
.l_nav--local .l_nav__target:before{
  content: "";
  height: 80px;
  display: inline-block;
}
.l_nav--local .l_nav__str{
  position: absolute;
  transition: .3s;
  bottom: 47px; 
}
.l_nav--local  .l_nav__target:hover .l_nav__str{
  bottom: 44px;
}
.l_nav--local .l_nav__target:after{
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  bottom: 12px;
  transition: .3s;
  font-size: 40px;
}
.l_nav--local .l_nav__target:hover:after{
  bottom: 3px;
}
@media screen and (max-width: 768px){
  .l_nav.l_nav--local{
    flex-direction: column;
    margin: 20xp 0;
  }
  .l_nav--local &gt; .l_nav__item{
    margin: 5px auto;
  }
}

/* 繧ｳ繝ｳ繝�Φ繝� */
.l_contents{
  margin: 0 auto 160px;
}
.l_contents__item{
  margin: 0 auto;
}
.l_contents__item + .l_contents__item{
  margin-top: 160px;
}
.l_contents--top{
  width: 1280px;
}
.l_contents--top &gt;.l_contents__item + .l_contents__item{
  margin-top: 100px;
}

.l_contents--bottom{
  width: 1024px;
}
@media screen and (max-width: 768px){
  .l_contents{
    width: 100%;
    margin-bottom: 40px;
  }
  .l_contents__item + .l_contents__item{
    margin-top: 72px;
  }
}

/* 遽 */
.l_section{}
.l_section__item{}
.l_section--primary{}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 80px;
}
.l_section--secondary{}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 40px;
}
.l_section--tertiary{}
.l_section--tertiary &gt; .l_section__item + .l_section__item{
  margin-top: 24px;
}
.l_section--branch &gt; .l_section__item{
  /*padding-left: 24px;
  padding-right: 24px;*/
}
.l_section--branch &gt; .l_section__item + .l_section__item{
  margin-top: 80px;
  /*padding-top: 24px;
  border-top: 1px solid;*/
}
.l_section--innerBranch &gt; .l_section__item + .l_section__item{
  margin-top: 24px;
}
.m_branch--entry .l_section__item + .l_section__item {
  border-top: none;
}
.l_section--plan &gt; .l_section__item{
  padding: 24px;
}
.l_section--plan &gt; .l_section__item + .l_section__item{
  border-top: 1px solid;
}
@media screen and (max-width: 768px){
  .l_section--primary &gt; .l_section__item + .l_section__item{
    margin-top: 64px;
  }
  .l_section--branch &gt; .l_section__item{
    padding-left: 0;
    padding-right: 0;
  }
  .l_section--branch &gt; .l_section__item + .l_section__item{
    border-top: none;
  }
  .l_section--plan &gt; .l_section__item{
    padding: 24px 12px;
  }
  .l_section--plan &gt; .l_section__item + .l_section__item{
    border-top: none;
  }
}
@media screen and (max-width: 599px){
  .l_section--plan &gt; .l_section__item{
    padding: 24px 8px;
  }
}
/* 繝ｪ繧ｹ繝� */
.l_list{}
.l_list__item{}
.l_list--sm &gt; .l_list__item + .l_list__item{
  margin-top: 8px;
}
.l_list--wanted{
  padding-left: 48px;
}
.l_list--hasDot{}
.l_list--hasDot &gt; .l_list__item{
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 599px){
  .l_list--wanted{
    padding-left: 0;
  }
}
/* 繧ｰ繝ｪ繝�ラ */
.l_grid{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l_grid__item{
  display: flex;
}
.l_grid__inner{
  width: 100%;
}
.l_grid--center{
  align-items: center;
}
.l_grid--jCenter{
  justify-content: center;
}
.l_grid--hasGutterXs{
  margin: -8px;
}
.l_grid--hasGutterXs &gt; .l_grid__item{
  padding: 8px;

}
.l_grid--hasGutterSm{
  margin: -12px;
}
.l_grid--hasGutterSm &gt; .l_grid__item{
  padding: 12px;
}
.l_grid--footNav{
  margin: -8px;
}
.l_grid--footNav &gt; .l_grid__item{
  padding: 8px;
}
@media screen and (max-width: 768px){
  .l_grid--footNav{
    margin: -1px;
  }
  .l_grid--footNav &gt; .l_grid__item{
    padding: 1px;
  }
}

/* 繝｡繝�ぅ繧｢繝�じ繧､繝ｳ */
.l_media{}
.l_media::after{
  content: "";
  display: block;
  clear: both;
}
.l_media__img{
  float: left;
  line-height: 0;
  text-align: center;
}
.l_media__img img{
  max-width: 100%;
  height: auto;
}
.l_media--rev .l_media__img{
  float: right;
}
.l_media--training{}
.l_media--training .l_media__img{
  margin: 0 0 24px 24px;
}
.l_media--about {}
.l_media--about .l_media__img {
  margin: 0 24px 24px 0;
}
.l_media--about.l_media--rev .l_media__img {
  margin: 0 0 24px 24px;
}

.l_media--keyword {}
.l_media--keyword .l_media__img {
  margin: 0 24px 24px 0;
}
.l_media--keyword.l_media--rev .l_media__img {
  margin: 0 0 24px 24px;
}
.l_media--naiteisya{}
.l_media--naiteisya .l_media__img{
  margin: 0 0 24px 24px;
}
@media screen and (max-width: 768px){
  .l_media--naiteisya{
    display: flex;
    flex-direction: column-reverse;
  }
  .l_media--naiteisya .l_media__body{
    width: 100%;
  }
  .l_media--naiteisya .l_media__img{
    width: 100%;
    margin: 24px 0 0 0;
  }  
}
@media screen and (max-width: 599px){
  .l_media--training{
    display: flex;
    flex-direction: column-reverse;
  }
  .l_media--training .l_media__body{
    width: 100%;
  }
  .l_media--training .l_media__img{
    width: 100%;
    margin: 24px 0 0 0;
  }
}

/* =====
module
===== */
/* 繝懊ち繝ｳ */
.m_btn{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.m_btn__target{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: inherit;
}
.m_btn__target:hover{
  opacity: .7;
}
.m_btn__target::before{
  content: "";
  display: block;
  width: 0;
}
.m_btn__inner{}
.m_btn--center{
  justify-content: center;
}
.m_btn--main &gt; .m_btn__target{
  background: #2e3192;
  color: #fff;
  padding: 0 56px;
  border-radius: 100px;
  font-size: 20px;
}
.m_btn--main &gt; .m_btn__target::before{
  height: 2.5em;
}
.m_btn--main &gt; .m_btn--entry {
  background-color: #2d8e51;
}

.m_btn--main .m_btn__inner::after{
  content: url("/resource/img/recruit/freshers2021-2/arrow.svg");
  display: inline-block;
  width: 48px;
  margin-left: 16px;
  line-height: 0;
}
.m_btn--footNav{}
.m_btn--footNav &gt; .m_btn__target{
  padding: 0 56px;
  border-radius: 100px;
  font-size: 20px;
}
.m_btn--footNav &gt; .m_btn__target::before{
  height: 2.5em;
}
.m_btn--footNav &gt; .m_btn__target--recruit{
  color: #fff;
  background: #0068b7;
}
.m_btn--footNav &gt; .m_btn__target--myNavi{
  color: #fff;
  background: #00abeb;
}
.m_btn--footNav &gt; .m_btn__target--intern{
  background: #2e3192;
  color: #fff;
}
.m_btn--sizeSm &gt; .m_btn__target{
  font-size: 14px;
  padding: 0 16px;
}
.m_btn--sizeMin &gt; .m_btn__target{
  background: #231815;
  color: #fff;
  padding: 0 8px;
  border-radius: 100px;
  font-size: 14px;
}
.m_btn--sizeMin &gt; .m_btn__target::before{
  height: 1em;
  padding: 4px 0;
}
.m_btn--colorBlack &gt; .m_btn__target{
  background: transparent;
  border: 2px solid #333;
  color: #333;
}
.m_btn--colorFlipped &gt; .m_btn__target{
  background: transparent;
  border: 2px solid #fff;
}
.m_btn--toPageTop &gt; .m_btn__target{
  width: 100px;
  border-radius: 2px;
  background: rgba(136, 136, 136, .8);
  color: #fff;
  font-size: 12px;
}
.m_btn--toPageTop &gt; .m_btn__target::before{
  height: 1em;
  padding: 8px 0;
}

@media screen and (max-width: 768px){
    .m_btn--footNav &gt; .m_btn__target{
      width: 100%;
      padding: 0;
      border-radius: 0;
    }
    .l_recruitFooter__item--btn .m_btn--main &gt; .m_btn--entry {
      /*background-color: #2d8e51;*/
      background-color: #fff;
      color: #ed1b1b;
      font-weight: bold;
    }
}
@media screen and (max-width: 599px){
  .m_btn--main &gt; .m_btn__target{
    padding: 0 24px;
    font-size: 16px;
  }
  .m_btn--footNav &gt; .m_btn__target{
    font-size: 16px;
    line-height: 1.6;
  }
  .m_btn--footNav &gt; .m_btn__target::before{
    height: 4.5em;
  }
}
/* 繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン縺ｮ繧｢繧､繧ｳ繝ｳ */
.m_globalIcons{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  /*width: 100%;*/
  margin: 0 -8px;
  padding: 16px 0 10px;
}
.m_globalIcons__item{
  padding: 0 8px;
}
.m_globalIcons__target{
  display: block;
  line-height: 0;
}
.m_globalIcons__target:hover{
  opacity: .7;
}
@media screen and (max-width: 768px){
  .m_globalIcons{
    padding: 0 16px;
  }
  .m_globalIcons__target{
    width: 104px;
  }
  .m_globalIcons__target &gt; img{
    max-width: 100%;
    height: auto;
  }
}
/* 繝輔ャ繧ｿ繝ｼ */
.m_footer{
  background: #f0f0f0;
}
/* 繝医ャ繝励く繝ｼ繝薙ず繝･繧｢繝ｫ */
.m_topKeyvisual{
  position: relative;
  width: 100%;
  height: 613px;
  margin-bottom: 240px;
  background: url("/resource/img/recruit/freshers2021-2/__ins__iy__sm_top-keyvisual.jpg") center top / cover no-repeat;
}
.m_topKeyvisual__body{
  position: absolute;
  bottom: -48px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 50%);
}
.m_topKeyvisual__ttl{
  display: block;
  white-space: nowrap;
  font: 134px / 1 Oswald, sans-serif;
}
.m_topKeyvisual__sub{
  position: relative;
  left: 50%;
  display: inline-block;
  padding: 0 8px 8px;
  border-bottom: 6px solid;
  line-height: 1;
  font-size: 48px;
  white-space: nowrap;
  transform: translateX(-50%);
}
.m_topKeyvisual__ttl + .m_topKeyvisual__sub{
  margin-top: 40px;
}
.m_topKeyvisual__opt{
  position: relative;
  left: 50%;
  display: none;
  line-height: 1;
  transform: translateX(-50%);
}
.m_topKeyvisual__opt::after{
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin: 8px auto 0;
}
.m_topKeyvisual__heading + .m_topKeyvisual__opt{
  margin-top: 24px;
}
.m_topKeyvisual--colorTheme{}
.m_topKeyvisual--colorTheme .m_topKeyvisual__ttl,
.m_topKeyvisual--colorTheme .m_topKeyvisual__sub,
.m_topKeyvisual--colorTheme .m_topKeyvisual__opt{
  color: #ed1b1b;
}
.m_topKeyvisual--colorTheme .m_topKeyvisual__opt::after{
  background: #ed1b1b;
}
@media screen and (max-width: 768px){
  .m_topKeyvisual{
    height: 0;
    margin-bottom: 240px;
    padding-top: calc(100% * 330 / 348);
    background: url("/resource/img/recruit/freshers2021-2/__ins__iy_top-keyvisual_768.jpg") center top / 100% 100% no-repeat;
  }
  .m_topKeyvisual__body{
    bottom: 200px;
    transform: translate(-50%, 100%);
  }
  .m_topKeyvisual__opt{
    display: inline-block;
  }
}
@media screen and (max-width: 599px){
  .m_topKeyvisual{
    margin-bottom: 184px;
  }
  .m_topKeyvisual__ttl{
    font-size: 72px;
  }
  .m_topKeyvisual__body{
    bottom: 112px;
  }
  .m_topKeyvisual__sub{
    font-size: 28px;
  }
}

/* 繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ */
.m_keyvisual{
  position: relative;
  margin-bottom: 56px;
  padding-top: calc(100% * 260 / 1904);
}
.m_keyvisual__body{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.m_keyvisual__ttl{
  padding: 0 0 16px 120px;
  border-bottom: 2px solid;
  color: #fff;
  line-height: 1.3;
  font-size: 36px;
}
.m_keyvisual--about{
  background: url("/resource/img/recruit/freshers2021-2/company-top1-2.jpg") no-repeat center top / cover;
}
.m_keyvisual--president{
  background: url("/resource/img/recruit/freshers2021-2/__ins_company-top2.jpg") no-repeat center top / cover;
}
.m_keyvisual--wanted{
  background: url("/resource/img/recruit/freshers2024/keyword-top.jpg") no-repeat center top / cover;
}
.m_keyvisual--faq{
  background: url("/resource/img/recruit/freshers2021-2/__ins_company-top4.jpg") no-repeat center top / cover;
}
.m_keyvisual--interview{
  background: url("/resource/img/recruit/freshers2021-2/__ins_company-top3.jpg") no-repeat center top / cover;
}
.m_keyvisual--branch{
  background: url("/resource/img/recruit/freshers2021-2/recruit-top2.jpg") no-repeat center top / cover;
}
.m_keyvisual--summary{
  background: url("/resource/img/recruit/freshers2024/freshers-summary-top.jpg") no-repeat center top / cover;
}
.m_keyvisual--intern{
  background: url("/resource/img/recruit/freshers2021-2/__iy_recruit-top5.jpg") no-repeat center top / cover;
}
.m_keyvisual--jobfair{
  background: url("/resource/img/recruit/freshers2021-2/recruit-top4-2.jpg") no-repeat center top / cover;
}
.m_keyvisual--ins-by-numbers{
  background: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_top.png") no-repeat left top / cover;
}
.m_keyvisual--giraffe{
  background: url("/resource/img/recruit/freshers2021-2/giraffe-top1.png") no-repeat left top / cover;
}
.m_keyvisual--training{
  background: url("/resource/img/recruit/freshers2021-2/__sm_company-top5.jpg") no-repeat left top / cover;
}
.m_keyvisual--dx{
  background: url("/resource/img/recruit/freshers2021-2/__ins_company-top7.jpg") no-repeat left top / cover;
}
.m_keyvisual--internship{
  background: url("/resource/img/recruit/freshers2021-2/recruit-top4-2.jpg") no-repeat center top / cover;
}
.m_keyvisual--purpose{
  background: url("/resource/img/recruit/freshers2024/purpose-top.jpg") no-repeat center top / cover;
}
.m_keyvisual--naiteisya-pj{
  background: url("/resource/img/recruit/freshers2024/topimg-freshers_naiteisya-pj.jpg") no-repeat center top / cover;
}
/* 險倅ｺ九�繝ｼ繧ｸ */
.m_keyvisual--entry .m_keyvisual__ttl {
  font-size: 36px;
}
@media screen and (max-width: 768px){
  .m_keyvisual{
    margin-bottom: 80px;
    padding-top: calc(100% * 576 / 768);
  }
  .m_keyvisual__body{
    display: flex;
    align-items: center;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: url("/resource/img/recruit/freshers2021-2/heading-bg.png") no-repeat right top / cover;
    transform: translateY(50%);
  }
  .m_keyvisual__ttl{
    padding: 0 0 8px 40px;
    font-size: 32px;
  }
  .m_keyvisual--about{
    background-image: url("/resource/img/recruit/freshers2021-2/company-top1_768-2.jpg");
    padding-top: calc(100% * 576 / 768);
  }
  .m_keyvisual--president{
    background-image: url("/resource/img/recruit/freshers2021-2/__ins_company-top2_768.jpg");
  }
  .m_keyvisual--wanted{
    background-image: url("/resource/img/recruit/freshers2024/keyword-top_w768.jpg");
  }
  .m_keyvisual--faq{
    background-image: url("/resource/img/recruit/freshers2021-2/__ins_company-top4_768.jpg");
  }
  .m_keyvisual--interview{
    background-image: url("/resource/img/recruit/freshers2021-2/__ins_company-top3_768.jpg");
  }
  .m_keyvisual--branch{
    background-image: url("/resource/img/recruit/freshers2021-2/recruit-top2_768.jpg");
  }
  .m_keyvisual--summary{
    background-image: url("/resource/img/recruit/freshers2024/freshers-summary-top_w768.jpg");
  }
  .m_keyvisual--intern{
    background-image: url("/resource/img/recruit/freshers2021-2/__iy_recruit-top5_768.jpg");
  }
  .m_keyvisual--jobfair{
    background-image: url("/resource/img/recruit/freshers2021-2/recruit-top4_768.jpg");
  }
  .m_keyvisual--ins-by-numbers{
    background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_bg1_768.png");
  }
  .m_keyvisual--training{
    background-image: url("/resource/img/recruit/freshers2021-2/__sm_company-top5_768.jpg");
  }
  .m_keyvisual--giraffe{
    background-image: url("/resource/img/recruit/freshers2021-2/giraffe-top1_768.png");
  }
  .m_keyvisual--dx{
    background: url("/resource/img/recruit/freshers2021-2/__ins_company-top7_768.jpg") no-repeat left top / cover;
  }
  .m_keyvisual--internship{
    background-image: url("/resource/img/recruit/freshers2021-2/recruit-top4_768.jpg");
  }
  .m_keyvisual--purpose{
    background-image: url("/resource/img/recruit/freshers2024/purpose-top_w768.jpg");
  }
  .m_keyvisual--naiteisya-pj{
    background-image: url("/resource/img/recruit/freshers2024/topimg-freshers_naiteisya-pj_w768.jpg");
  }
}
@media screen and (max-width: 599px){
  .m_keyvisual__body{
    background: url("/resource/img/recruit/freshers2021-2/heading-bg.png") no-repeat right -80px top / cover;
  }
  .m_keyvisual__ttl{
    padding: 0 0 8px 16px;
    font-size: 24px;
  }
  .m_keyvisual--wanted{
    /*margin-bottom: 0;*/
  }
  .m_keyvisual--faq{
    margin-bottom: 0;
  }
  .m_keyvisual--intern{
    margin-bottom: 0;
  }
  .m_keyvisual--entry .m_keyvisual__ttl {
    font-size: 24px;
  }
}
/* 繧｢繧､繧ｳ繝ｳ */
.m_hasIco{
  position: relative;
  display: block;
}
.m_hasIco::before,
.m_hasIco::after{
  position: absolute;
  display: block;
}
.m_hasIco::before{
  left: 0;
}
.m_hasIco::after{
  right: 0;
}
.m_hasIco--center::before,
.m_hasIco--center::after{
  top: 50%;
  transform: translateY(-50%);
}
.m_hasIco--inline::before,
.m_hasIco--inline::after{
  position: static;
  display: inline-block;
}
.m_hasIco--colorTheme::before,
.m_hasIco--colorTheme::after{
  color: #ed1b1b;
}
.m_hasIco--heading{
  padding-left: 120px;
}
.m_hasIco--heading::before{
  content: url("../img/ico_heading.png");
  bottom: 0;
}
.m_hasIco--linkOtherSite::after{
  content: "\f35d";
  font: bold 16px / 1 "Font Awesome 5 Free";
  margin-left: 1em;
}
.m_hasIco--question{
  padding-left: 88px;
  counter-increment: numFaq 1;
}
.m_hasIco--question::before{
  content: "Q."counter(numFaq);
  top: -1px;
  line-height: 1;
  font-weight: bold;
  font-size: 32px;
}
.m_hasIco--answer{
  padding-left: 48px;
}
.m_hasIco--answer::before{
  content: "A.";
  top: -8px;
  line-height: 1;
  font-weight: bold;
  font-size: 32px;
}
.m_hasIco--dot{
  padding-left: 1em;
}
.m_hasIco--dot::before{
  content: "\30fb";/* 繝ｻ�井ｸｭ鮟抵ｼ� */
}
.m_hasIco--square{
  padding-left: 1em;
}
.m_hasIco--square::before{
  content: "笆�";
}
.m_hasIco--diamond{
  padding-left: 1.4em;
}
.m_hasIco--diamond::before{
  content: "笆�";
  top: .25em;
  line-height: 1;
  transform: rotate(45deg);
}
.m_hasIco--ast{
  padding-left: 1.5em;
}
.m_hasIco--ast::before{
  content: "窶ｻ";
}
.m_hasIco--toggle{
  padding-right: 40px;
}
.m_hasIco--toggle::after{
  font: bold 32px / 1 "Font Awesome 5 Free";
}
.m_hasIco--open::after{
  content: "\f067";
}
.m_hasIco--close::after{
  content: "\f068";
}
.m_hasIco--link{
  padding-left: 1em;
}
.m_hasIco--link::before{
  content: "\f105";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
.m_hasIco--numWanted{
  counter-increment: numWanted 1;
  padding-left: 48px;
}
.m_hasIco--numWanted::before{
  content: counter(numWanted) ".";
  top: -12px;
  font: bold 40px / 1 Oswald, sans-serif;
}
.m_hasIco--numTraining{
  counter-increment: numTraining 1;
  padding-left: 48px;
}
.m_hasIco--numTraining::before{
  content: counter(numTraining) ".";
  font: bold 40px / 1 Oswald, sans-serif;
}
.m_hasIco--check{
  padding-left: 20px;
}
.m_hasIco--check::before{
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
}
.m_hasIco--download::after{
  content: "\f56d";
  font: bold 16px / 1 "Font Awesome 5 Free";
  margin-left: 1em;
}
@media screen and (max-width: 768px){
  .m_hasIco--heading{
    padding-left: 104px;
  }
  .m_hasIco--heading::before{
    width: 120px;
  }
}
@media screen and (max-width: 599px){
  .m_hasIco--heading{
    padding-left: 64px;
  }
  .m_hasIco--heading::before{
    width: 72px;
  }
  .m_hasIco--heading09::before{
    bottom: -6px;
  }
  .m_hasIco--numWanted{
    padding-left: 32px;
  }
  .m_hasIco--numWanted::before{
    top: -14px;
    font-size: 32px;
  }
  .m_hasIco--numTraining{
    padding-left: 32px;
  }
  .m_hasIco--numTraining::before{
    font-size: 32px;
  }
  .m_hasIco--question{
    padding-left: 68px;
  }
  .m_hasIco--question::before{
    font-size: 24px;
  }
  .m_hasIco--answer{
    padding-left: 34px;
  }
  .m_hasIco--answer::before{
    top: -3px;
    font-size: 24px;
  }
  .m_hasIco--toggle{
    padding-right: 32px;
  }
  .m_hasIco--toggle::after{
    font-size: 24px;
  }
}
/* 隕句�縺� */
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
  line-height: 1;
}
.m_heading--primary{
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.m_heading--primary::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #333;
  transform: translateY(-50%);
}
.m_heading--primary &gt; .m_heading__ttl{
  display: inline-block;
  padding: 0 40px;
  font-size: 28px;
  background: #fff;
}
.m_heading--secondary{
  margin-bottom: 32px;
}
.m_heading--secondary &gt; .m_heading__ttl{
  color: #AF2830;
  font-size: 32px;
  line-height: 1.4;
}
.m_heading--tertiary{
  margin-bottom: 24px;
}
.m_heading--tertiary &gt; .m_heading__ttl{
  font-size: 18px;
}
/* 襍､譁�ｭ励が繝ｳ繝ｪ繝ｼ */
.m_heading--colorTheme { margin-bottom: 20px; }
.m_heading--colorTheme &gt; .m_heading__ttl {
  color: #e5002d;
  font-size: 18px;
  font-weight: bold;
}
.m_heading--wanted{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.m_heading--wanted::after{
  content: "";
  flex: 1 0 auto;
  display: block;
  height: 1px;
  margin-left: 16px;
  background: #e5002d;
}
.m_heading--wanted &gt; .m_heading__ttl{
  color: #AF2830;
  font-size: 24px;
}
.m_heading--training{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.m_heading--training::after{
  content: "";
  flex: 1 0 auto;
  display: block;
  height: 1px;
  margin-left: 16px;
  background: #e5002d;
}
.m_heading--training &gt; .m_heading__ttl{
  color: #e5002d;
  font-size: 24px;
}
.m_heading--branch{
  margin-bottom: 30px;
}
.m_heading--branch &gt; .m_heading__ttl{
  color: #AF2830;
  font-size: 24px;
}
.m_heading--branch &gt; .m_heading__ttl--sub{
  color: #AF2830;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.m_heading--event{
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.m_heading--event &gt; .m_heading__ttl{
  font-size: 24px;
  line-height: 1.4;
}
.m_heading--flow{
  margin-bottom: 32px;
}
.m_heading--flow &gt; .m_heading__ttl{
  font-size: 18px;
  text-align: center;
}
.m_heading--exTraining{
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid;
}
.m_heading--exTraining &gt; .m_heading__ttl{
  font-size: 18px;
}
.m_heading--naiteisya{
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
}
.m_heading--naiteisya:before{
  position: absolute;
  content: "";
  display: inline-block; 
  background-color: #AF2830;
  width: 8px;
  height: 16px;
  left: 0;
  top: 0;
}
.m_heading--naiteisya &gt; .m_heading__ttl{
  font-size: 16px;
}
@media screen and (max-width: 768px){
  .m_heading--primary &gt; .m_heading__ttl{
    padding: 0 24px;
    text-align: center;
    line-height: 1.6;
  }
  .m_heading--secondary &gt; .m_heading__ttl{
    font-size: 20px;
    line-height: 1.6;
  }
  .m_heading--secondary &gt; .m_heading__ttl::before{
    content: "";
    display: block;
    width: 64px;
    height: 1px;
    margin-bottom: 8px;
    background: #ed1b1b;
  }
  .m_heading--tertiary{
    position: relative;
    display: flex;
    justify-content: center;
  }
  .m_heading--tertiary::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
  }
  .m_heading--tertiary &gt; .m_heading__ttl{
    display: inline-block;
    padding: 0 24px;
    background: #fff;
    font-size: 28px;
  }
  .m_heading--wanted::after{
    background: none;
  }
  .m_heading--wanted &gt; .m_heading__ttl{
    font-size: 16px;
  }
  .m_heading--training::after{
    background: none;
  }
  .m_heading--training &gt; .m_heading__ttl{
    line-height: 1.4;
    font-size: 20px;
  }
  .m_heading--branch &gt; .m_heading__ttl{
    font-size: 24px;
    line-height: 1.6;
  }
  .m_heading--branch &gt; .m_heading__ttl::before{
    /*content: "";
    display: block;
    width: 64px;
    height: 1px;
    margin-bottom: 8px;
    background: #ff6f3c;*/
  }
  .m_heading--exTraining &gt; .m_heading__ttl{
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px){
  .m_heading--primary &gt; .m_heading__ttl{
    padding: 0 8px;
    font-size: 20px;
  }
  .m_heading--secondary &gt; .m_heading__ttl{
    font-size: 16px;
  }
  .m_heading--tertiary &gt; .m_heading__ttl{
    padding: 0 8px;
    font-size: 20px;
  }
  .m_heading--branch &gt; .m_heading__ttl{
    font-size: 24px;
  }
  .m_heading--branch &gt; .m_heading__ttl--sub{
    font-size: 16px;
  }
  .m_heading--event{
    margin-bottom: 64px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .m_heading--event &gt; .m_heading__ttl{
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
  }
}
/* 險倅ｺ区ｦりｦ� */
.m_articleBox{
  position: relative;
}
.m_articleBox__body{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%)
}
.m_articleBox__body--rev{
  transform: translate(-100%, -50%);
}
.m_articleBox__heading{
  margin-bottom: 56px;
}
.m_articleBox__ttl{
  font-weight: bold;
  line-height: 1;
  font-size: 48px;
}
.m_articleBox__rowBox{
  display: flex;
  align-items: flex-start;
}
.m_articleBox__catch{
  font-size: 28px;
  line-height: 1.7;
}
.m_articleBox--about{
  background: url("/resource/img/recruit/freshers2021-2/company-bg1-2.jpg") no-repeat center top / cover;
  padding-top: calc(100% * 500 / 1280)
}
.m_articleBox--about .m_articleBox__body{
  width: 448px;
}
.m_articleBox--about .m_articleBox__ttl{
  color: #ed1b1b;
  white-space: nowrap;
}
.m_articleBox--about .m_articleBox__catch{
  width: 80%;
  margin: 0 auto;
}
.m_articleBox--about .m_articleBox__catch + .m_articleBox__btn{
  margin-top: 32px;
}
.m_articleBox--president{
  background: url("/resource/img/recruit/freshers2021-2/__ins_company-bg2.jpg") no-repeat center top / cover;
  padding-top: calc(100% * 500 / 1283);
}
.m_articleBox--president .m_articleBox__ttl{
  color: #ed1b1b;
}
.m_articleBox--president .m_articleBox__body{}
.m_articleBox--president .m_articleBox__catch{}
.m_articleBox--president .m_articleBox__catch + .m_articleBox__btn{
  margin-top: 32px;
}
.m_articleBox--senior{
  background: url("/resource/img/recruit/freshers2021-2/__ins_company-bg3.jpg") no-repeat center top / cover;
  padding-top: calc(100% * 500 / 1280)
}
.m_articleBox--senior .m_articleBox__body{
  top: 40%;
  left: 62%;
  width: 320px;
}
.m_articleBox--senior .m_articleBox__ttl{
  color: #ed1b1b;
}
.m_articleBox--senior .m_articleBox__catch{}
.m_articleBox--senior .m_articleBox__catch + .m_articleBox__btn{
  margin-top: 80px;
}
.m_articleBox--training{
  background: url("/resource/img/recruit/freshers2021-2/__sm_company-bg5.jpg") no-repeat center top / cover;
  padding-top: calc(100% * 500 / 1280);
}
.m_articleBox--training .m_articleBox__heading{
  margin-bottom: 40px;
}
.m_articleBox--training .m_articleBox__ttl{
  color: #ed1b1b;
  line-height: 1.4;
}
.m_articleBox--training .m_articleBox__body{}
.m_articleBox--training .m_articleBox__catch{}
.m_articleBox--training .m_articleBox__catch + .m_articleBox__btn{
  margin-top: 56px;
}
.m_articleBox--ins-by-numbers{
  background: url("/resource/img/recruit/freshers2021-2/company-bg6.jpg") no-repeat center top / cover;
  padding-top: calc(100% * 490 / 1280);
}
.m_articleBox--ins-by-numbers .m_articleBox__ttl{
  color: #fff;
  line-height: 1.4;
}
.m_articleBox--ins-by-numbers .m_articleBox__body{
  transform: translate(-50%, -50%);
}
.m_articleBox--ins-by-numbers .m_articleBox__catch{
  flex: 0 0 auto;
  color: #fff;
}
.m_articleBox--ins-by-numbers .m_articleBox__btn{
  flex: 0 0 auto;
}
.m_articleBox--ins-by-numbers .m_articleBox__catch + .m_articleBox__btn{
  margin-left: 64px;
}
.m_articleBox--faq{
  background: linear-gradient(to right, #fff 2px, transparent 0),
    linear-gradient(to left, #fff 2px, transparent 0),
    url("/resource/img/recruit/freshers2021-2/__ins_company-bg4.jpg") no-repeat center top / cover;
  padding-top: calc(100% * 744 / 1281);
}
.m_articleBox--faq .m_articleBox__body{
  top: 60%;
  left: 40%;
  width: 576px;
}
.m_articleBox--faq .m_articleBox__ttl{
  color: #ed1b1b;
}
.m_articleBox--faq .m_articleBox__catch{}
.m_articleBox--faq .m_articleBox__catch + .m_articleBox__btn{
  margin-top: 40px;
}
.m_articleBox--wanted{
  background: url("/resource/img/recruit/freshers2021-2/__ins__iy_recruit-bg1.jpg") no-repeat center top / cover;
  padding-top: calc(100% * 580 / 1281);
}
.m_articleBox--wanted .m_articleBox__body{
  left: 60%;
}
.m_articleBox--wanted .m_articleBox__ttl{
  color: #ed1b1b;
}
.m_articleBox--wanted .m_articleBox__catch{}
.m_articleBox--wanted .m_articleBox__catch + .m_articleBox__btn{
  margin-top: 40px;
}
.m_articleBox--branch{
  background: url("/resource/img/recruit/freshers2021-2/recruit-bg2.jpg") no-repeat center top / cover;
  padding-top: calc(100% * 492 / 1281);
}
.m_articleBox--branch .m_articleBox__ttl{
  color: #fff;
}
.m_articleBox--branch .m_articleBox__body{
  transform: translate(-50%, -50%);
}
.m_articleBox--branch .m_articleBox__catch{
  flex: 0 0 auto;
  color: #fff;
}
.m_articleBox--branch .m_articleBox__btn{
  flex: 0 0 auto;
}
.m_articleBox--branch .m_articleBox__catch + .m_articleBox__btn{
  margin-left: 64px;
}
.m_articleBox--summary{
  background: url("/resource/img/recruit/freshers2023/__ins_recruit-bg3.jpg") no-repeat center top / cover;
  padding-top: calc(100% * 716 / 1281);
}
.m_articleBox--summary .m_articleBox__ttl{
  color: #ed1b1b;
  text-align: center;
}
.m_articleBox--summary .m_articleBox__body{
  top: 25%;
  transform: translate(-50%, -50%);
}
.m_articleBox--summary .m_articleBox__catch + .m_articleBox__btn{
  margin-top: 24px;
}
.m_articleBox--giraffe{
  background: url("/resource/img/recruit/freshers2021-2/giraffe-bg1.png") no-repeat center top / 100%;
  padding-top: calc(100% * 556 / 1280);
}
.m_articleBox--giraffe .m_articleBox__heading{
  margin-bottom: 40px;
}
.m_articleBox--giraffe .m_articleBox__body{
  transform: translate(-80%, -50%);
}
.m_articleBox--giraffe .m_articleBox__ttl{
  color: #ed1b1b;
  line-height: 1.4;
}
.m_articleBox--giraffe .m_articleBox__catch + .m_articleBox__btn{
  margin-top: 24px;
}
.m_articleBox--dx{
  background: url("/resource/img/recruit/freshers2021-2/__ins_company-bg7.jpg") no-repeat center top / 100%;
  padding-top: calc(100% * 556 / 1280);
}
.m_articleBox--dx .m_articleBox__body{
  transform: translate(-110%, -50%);
}
.m_articleBox--dx .m_articleBox__ttl{
  color: #ed1b1b;
  line-height: 1.4;
}
.m_articleBox--dx .m_articleBox__catch + .m_articleBox__btn{
  margin-top: 24px;
}
@media screen and (max-width: 768px){
  .m_articleBox{
    background-size: contain;
  }
  .m_articleBox__body{
    position: relative;
    bottom: 26px;
  }
  .m_articleBox .m_articleBox__body{/* modifier蟇ｾ蠢� */
    top: auto;
    left: 0;
    width: 100%;
    transform: none;
  }
  .m_articleBox__rowBox{
    display: block;
  }
  .m_articleBox__heading{
    margin-bottom: 32px;
  }
  .m_articleBox__ttl{
    position: relative;
    left: 50%;
    display: inline-block;
    padding: 4px 8px;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-50%);
  }
  .m_articleBox__catch{
    padding: 4px 8px;
    font-size: 20px;
    line-height: 1.6;
  }
  .m_articleBox .m_articleBox__catch{/* modifier蟇ｾ蠢� */
    position: relative;
    left: 50%;
    display: inline-block;
    max-width: 75%;
    transform: translateX(-50%);
  }
  .m_articleBox__btn{
    justify-content: center;
  }
  .m_articleBox .m_articleBox__catch + .m_articleBox__btn{/* modifier蟇ｾ蠢� */
    margin: 20px 0 0;
  }
  .m_articleBox--about{
    background-image: url("/resource/img/recruit/freshers2021-2/company-bg1_768-2.jpg");
    padding-top: calc(100% * 231 / 768)
  }
  .m_articleBox--president{
    background-image: url("/resource/img/recruit/freshers2021-2/__ins_company-bg2_768.jpg");
    padding-top: calc(100% * 231 / 768);
  }
  .m_articleBox--senior{
    background: url("/resource/img/recruit/freshers2021-2/__ins_company-bg3_768.jpg") no-repeat center top / cover;
    padding-top: calc(100% * 660 / 768);
  }
  .m_articleBox--senior .m_articleBox__body{
    position: absolute;
    top: 45%;
    bottom: auto;
  }
  .m_articleBox--senior .m_articleBox__ttl{
    color: #fff;
    background: rgba(0, 0, 0, .4);
  }
  .m_articleBox--senior .m_articleBox__catch{
    color: #fff;
    background: rgba(0, 0, 0, .4);
  }
  .m_articleBox--senior .m_articleBox__catch + .m_articleBox__btn{
    margin-top: 40px;
  }
  .m_articleBox--senior{
    background: url("/resource/img/recruit/freshers2021-2/__ins_company-bg3_768.jpg") no-repeat center top / cover;
    padding-top: calc(100% * 660 / 768);
  }
  .m_articleBox--training{
    background: url("/resource/img/recruit/freshers2021-2/__sm_company-bg5_768.jpg") no-repeat center top / cover;
    padding-top: calc(100% * 368 / 768);
  }
  .m_articleBox--training .m_articleBox__catch{
    background: rgba(255, 255, 255, .8);
  }
  .m_articleBox--ins-by-numbers{
    background: url("/resource/img/recruit/freshers2021-2/company-bg6.jpg") no-repeat center top / cover;
    padding-top: calc(100% * 1080 / 1280);
  }
  .m_articleBox--ins-by-numbers .m_articleBox__body{
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .m_articleBox--ins-by-numbers .m_articleBox__ttl{
    background: rgba(0, 0, 0, .4);
  }
  .m_articleBox--ins-by-numbers .m_articleBox__catch{
    background: rgba(0, 0, 0, .4);
  }
  .m_articleBox--faq{
    background: url("/resource/img/recruit/freshers2021-2/__ins_company-bg4_768.jpg") no-repeat center top / cover;
    padding-top: calc(100% * 621 / 768);
  }
  .m_articleBox--faq .m_articleBox__body{
    position: absolute;
    top: 35%;
    left: 30%;
    bottom: auto;
    width: 70%;
  }
  .m_articleBox--wanted{
    background: url("/resource/img/recruit/freshers2021-2/__ins__iy_recruit-bg1.jpg") no-repeat left top / 160%;
    padding-top: calc(100% * (580 * 1.6) / 1281);
  }
  .m_articleBox--branch{
    background: url("/resource/img/recruit/freshers2021-2/recruit-bg2.jpg") no-repeat center top / cover;
    padding-top: calc(100% * 1080 / 1281)
  }
  .m_articleBox--branch .m_articleBox__body{
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .m_articleBox--branch .m_articleBox__ttl{
    background: rgba(0, 0, 0, .4);
  }
  .m_articleBox--branch .m_articleBox__catch{
    background: rgba(0, 0, 0, .4);
  }
  .m_articleBox--summary{
    background: url("/resource/img/recruit/freshers2023/__ins_recruit-bg3.jpg") no-repeat center top / 120%;
    padding-top: calc(100% * (716 * 1.2) / 1281);
  }
  .m_articleBox--giraffe{
    background: url("/resource/img/recruit/freshers2021-2/giraffe-bg1_768.png") no-repeat center top / 120%;
    padding-top: calc(100% * 656 / 1280);
  }
  .m_articleBox--dx{
    background: url("/resource/img/recruit/freshers2021-2/__ins_company-bg7_768.jpg") no-repeat center top / 120%;
    padding-top: calc(100% * 656 / 1280);
  }
}
@media screen and (max-width: 599px){
  .m_articleBox__ttl{
    font-size: 32px;
  }
  .m_articleBox__body{
    bottom: 18px;
  }
  .m_articleBox__catch{
    font-size: 16px;
  }
  .m_articleBox--senior .m_articleBox__body{
    top: 38%;
  }
  .m_articleBox--senior .m_articleBox__heading{
    margin-bottom: 12px;
  }
  .m_articleBox--senior .m_articleBox__catch{
    max-width: 85%;
  }
  .m_articleBox--senior .m_articleBox__catch + .m_articleBox__btn{
    margin-top: 12px;
  }
  .m_articleBox--training .m_articleBox__heading{
    margin-bottom: 16px;
  }
  .m_articleBox--training .m_articleBox__ttl{
    font-size: 24px;
  }
  .m_articleBox--training .m_articleBox__catch{
    max-width: 90%;
  }
  .m_articleBox--training .m_articleBox__catch + .m_articleBox__btn{
    margin-top: 12px;
  }
  .m_articleBox--faq .m_articleBox__catch{
    max-width: 85%;
  }
  .m_articleBox--faq .m_articleBox__catch + .m_articleBox__btn{
    margin-top: 12px;
  }
  .m_articleBox--giraffe .m_articleBox__heading{
    margin-bottom: 16px;
  }
}
/* 繝ｪ繝ｳ繧ｯ */
.m_link{
  text-decoration: none;
}
.m_link:hover{
  text-decoration: underline;
}
.m_link--inherit{
  color: inherit;
}

/* 陦ｨ */
.m_table{
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.m_table__item{
  display: flex;
  align-items: stretch;
}
.m_table__item + .m_table__item{
  border-top: 1px solid;
}
.m_table__ttl{
  flex: 0 0 216px;
  padding: 24px;
  font-weight: bold;
}
.m_table__detail{
  flex: 1 1 auto;
  padding: 24px;
  border-left: 1px solid;
}
.m_table--colorTheme{}
.m_table--colorTheme .m_table__ttl{
  color: #ed1b1b;
}
.m_table--fillTheme{
  border: none;
}
.m_table--fillTheme .m_table__item{
  border: 1px solid #ff3e5f;
  overflow: hidden;
}
.m_table--fillTheme .m_table__item + .m_table__item{
  margin-top: 8px;
}
.m_table--fillTheme .m_table__ttl{
  background: #ff3e5f;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.m_table--fillTheme .m_table__detail{
  border-left: none;
}
@media screen and (max-width: 768px){
  .m_table{
    border: none;
  }
  .m_table__item{
    display: block;
  }
  .m_table__item + .m_table__item{
    margin-top: 24px;
    border-top: none;
  }
  .m_table__ttl{
    display: inline-block;
    margin-bottom: 16px;
    padding: 0;
  }
  .m_table__ttl::before{
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 4px;
    background: #333;
  }
  .m_table__detail{
    padding: 0;
    border-left: none;
  }
  .m_table--colorTheme .m_table__ttl::before{
    background: #ed1b1b;
  }
  .m_table--fillTheme .m_table__item + .m_table__item{
    margin-top: 2px;
  }
  .m_table--fillTheme .m_table__ttl{
    display: block;
    margin: 0;
    padding: 16px;
    text-align: left;
  }
  .m_table--fillTheme .m_table__ttl::before{
    content: none;
  }
}
@media screen and (max-width: 599px){
  .m_table--fillTheme .m_table__ttl{
    font-size: 20px;
  }
}
/* 蝣ｴ謇繝ｻ譌･遞� */
.m_plan{}
.m_plan__heading{
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.m_plan__ttl{
  font-weight: bold;
}
.m_plan__map{}
.m_plan__ttl + .m_plan__map{
  margin-left: 24px;
}
.m_plan__ttl--colorTheme{
  color: #ff3e5f;
}
@media screen and (max-width: 768px){
  .m_plan__map{
    top: 0;
    right: 8px;
    padding: 0 8px;
    background: #fff;
  }
}
@media screen and (max-width: 599px){
  .m_plan__ttl--resSmFsSm{
    font-size: 14px;
  }
  .m_plan__map{
    right: 4px;
    padding: 0 2px;
  }
}
/* 遉ｾ髟ｷ繧ｵ繧､繝ｳ */
.m_signPresident{
  display: flex;
  justify-content: flex-end;
}
.m_signPresident__inner{
  flex: 0 0 400px;
}
.m_signPresident__inner--wAuto{
  flex: 0 0 auto;
}
.m_signPresident__name{
  font-weight: bold;
  font-size: 20px;
}
/* 繝ｪ繝ｼ繝画枚 */
.m_lead{}
.m_lead--colorAccent{}
@media screen and (max-width: 599px){
  .m_lead{
    margin-left: -24px;
    margin-right: -24px;
    padding: 64px 24px 24px;
  }
  .m_lead--colorAccent{
    color: #fff;
    background: #2e3192;
  }
}
/* ============================================================================================== 蜍滄寔閨ｷ遞ｮ */
.m_branch{
  background: #fff;
}
.m_branch--bottom {}
.m_branch__item{
  overflow: hidden;
}
.m_branch__item + .m_branch__item{
  border-top: 1px solid;  
}
.m_branch__heading{
  padding: 40px;
}
.m_branch__ttl{
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
.m_branch__btn--sm .m_branch__catch{ letter-spacing: 0; }
.m_branch__catch{
  position: relative;
  z-index: 2;
}
.m_branch__ttl + .m_branch__catch{
  margin-top: 8px;
}
.m_branch__btnToggle{
  display: block;
  color: inherit;
}
.m_branch__msg{
  padding: 24px;
}
.m_branch--colorTheme{}
.m_branch--colorTheme .m_branch__item{
  border-color: #fff;
}
.m_branch--colorTheme .m_branch__btnToggle{
  color: #fff;
  background: #c90022;
}
.m_branch__btn {
  background-color: #af2830;
  color: #fff;
  display: block;
  position: relative;
  padding: 16px;
  text-align: center;
  transition: .3s;
}
.m_branch__btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m_branch__btn::after {
  background-image: url("/resource/img/recruit/freshers2023/button-bg_ocupation.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  /*height: 136px;*/
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
  z-index: 1;
}


@media screen and (max-width: 768px) {
  .m_branch--bottom {
    margin: auto;
    width: 95%;
  }
}

/*
    莉穂ｺ九�豬√ｌ
================================*/
@keyframes show {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.branch--workflow {}

.m_workflow {}
.l_grid.m_workflow { margin: -18px; }
.l_grid.m_workflow &gt; .l_grid__item { padding: 18px; }

.m_workflow__list {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(224px + 36px);
}
.m_workflow__contentsBody {
  flex: 1 1 60%;
}

.l_list--workflow {}
.l_list--workflow &gt; .l_list__item {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  opacity: .6;
}
.l_list--workflow &gt; .l_list__item.is_current,
.l_list--workflow &gt; .l_list__item:hover { opacity: 1; }
.l_list--workflow &gt; .l_list__item &gt; span {
  border: 1px solid #af2830;
  color: #af2830;
  display: block;
  font-size: 16px;
  font-weight: bold;
  flex: 1 1 60%;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 6px 1em;
  text-align: center;
  width: 100%;
}

.l_list--workflow &gt; .l_list__item + .l_list__item { margin-top: 8px; }
.l_list--workflow &gt; .l_list__item::before {
  align-items: center;
  background-color: #af2830;
  color: #fff;
  content: counter(workflowNum);
  counter-increment: workflowNum;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: bold;
  min-height: 36px;
  justify-content: center;
  line-height: 1;
  margin-right: 2px;
  text-align: center;
  width: 36px;
}

.m_workflow__inner {
  display: flex;
}

.m_workflow__body {
  display: none;
}

.m_workflow__body.is_current {
  animation: show .8s ease;
  display: block;
}

.m_workflow__contents {
  flex: 0 0 60%;
  margin-right: 20px;
}
.m_workflow__contents &gt; *:last-child { margin-bottom: 0; }

.m_heading--workflow { margin-bottom: 16px; }
.m_heading--workflow .m_heading--sp { display: none; }

@media screen and (max-width: 599px) {
  .l_grid.m_workflow { display: block; }
  .l_grid__item.m_workflow__list { display: none; }
  .l_grid__item.m_workflow__contentsBody { display: block; }
  .m_workflow__body { display: block; }
  .m_workflow__body + .m_workflow__body { margin-top: 40px; }
  .m_workflow__inner { display: block; }
  .m_heading--workflow .m_heading__ttl {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
  }
  .m_heading--workflow img { display: none; }
  .m_heading--workflow .m_heading--sp {
    border: 1px solid #af2830;
    color: #af2830;
    display: block;
    font-size: 16px;
    font-weight: bold;
    flex: 1 1 60%;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 6px 1em;
    text-align: left;
    width: 100%;
  }
  .m_workflow__body .m_heading--workflow .m_heading__ttl::before {
    align-items: center;
    background-color: #af2830;
    color: #fff;
    content: counter(workflowNum--sp);
    counter-increment: workflowNum--sp;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    min-height: 36px;
    justify-content: center;
    line-height: 1;
    margin-right: 2px;
    text-align: center;
    width: 36px;
  }
  .m_workflow__contents { margin: 0 0 20px 0; }
}

.m_workflow__item {
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* 繧ｭ繝｣繝ｪ繧｢繧､繝｡繝ｼ繧ｸ */
.l_list--careerImage {}
.l_list--careerImage__item { position: relative; }
.l_list--careerImage__item::after {
  content: url("/resource/img/recruit/freshers2023/img_step-arrow_1p.svg");
  display: block;
  position: absolute;
  bottom: -32px;
  left: 95px;
}
.l_list--careerImage__item:last-child:after { content: none; }

.l_list--careerImage__item + .l_list--careerImage__item { margin-top: 28px; }

.m_careerImage {
  border: 2px solid #af2830;
  display: flex;
  flex-wrap: wrap;
}

.m_careerImage__header {
  align-items: center;
  background-color: #af2830;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 20px;
  flex: 0 0 auto;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 22px 5px;
  width: 230px;
}

.m_careerImage__body {
  align-items: center;
  display: flex;
  flex: 1 1 50%;
  padding: 0 24px;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .l_list--careerImage__item::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .m_careerImage__header {
    padding: 7px;
    width: 100%;
  }
  .m_careerImage__body { padding: 10px 24px; }
}

/* 霄ｫ縺ｫ縺､縺上せ繧ｭ繝ｫ */
.m_tabele--getSkill {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  table-layout: fixed;
  width: 100%;
}

.m_tabele--getSkill th {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0;
  text-align: left;
  width: 25%;
}

.m_tabele--getSkill td {
  border-bottom: 1px solid #333;
  padding: 20px;
}
.m_tabele--getSkill td &gt; *:first-child { margin-top: 0; }

.m_tabele--getSkill td ul { margin-top: 20px; }

.m_tabele--getSkill__title {
  display: block;
  line-height: 1.875;
  padding-left: 14px;
  position: relative;
}
.m_tabele--getSkill__title::before {
  background-color: #af2830;
  content: "";
  display: block;
  height: calc(100% - 15px);
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
}

.m_tabele--getSkill__text {
  margin-top: 20px;
}

@media screen and (max-width: 599px){
  .m_tabele--getSkill,
  .m_tabele--getSkill tr,
  .m_tabele--getSkill th,
  .m_tabele--getSkill td {
    border: none;
    display: block;
  }
  .m_tabele--getSkill { padding: 0 20px; }
  .m_tabele--getSkill tr + tr { margin-top: 20px; }
  .m_tabele--getSkill th {
    padding: 0;
    width: 100%;
  }
  .m_tabele--getSkill td {
    padding: 0;
  }

}

.l_list--selectionFlow {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.m_selectionFlow {}

.l_list--selectionFlow__item {
  align-items: flex-start;
  display: flex;
  flex: 1;
}

.l_list--selectionFlow__item::after {
  background-image: url("/resource/img/recruit/freshers2023/img_step-arrow_6p.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  margin: 35px auto auto;
  width: 50%;
}

.l_list--selectionFlow__item:last-of-type { flex: 0 1 auto; }
.l_list--selectionFlow__item:last-of-type:after { content: none; }


.m_selectionFlow__body { flex: 0 1 auto; }

@supports (display: grid){
  .m_selectionFlow__body { flex: 0 1 0%; }
}
.m_selectionFlow__item { letter-spacing: 0; }

.m_selectionFlow__stepWrap {
  border: 2px solid #af2830;
  padding: 8px 17px;
}

.m_selectionFlow__step {
  border-bottom: 2px solid #af2830;
  color: #af2830;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 7px;
  text-align: center;
}
.m_selectionFlow__stepNum {
  color: #af2830;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 0.75;
  text-align: center;
}

.m_selectionFlow__item .l_list--hasDot { width: 200%; }

@media screen and (max-width: 768px) {
  .l_list--selectionFlow__item::after {
    margin-right: auto;
    margin-left: auto;
    width: 34%;
  }
  .m_selectionFlow__stepWrap { padding: 8px; }
}

@media screen and (max-width: 599px) {
  .l_list--selectionFlow {
    display: block;
  }
  .l_list--selectionFlow__item {
    display: block;
    width: 100%;
  }
  .m_selectionFlow__body {
    align-items: center;
    border: 2px solid #af2830;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 17px;
  }
  .m_selectionFlow__stepWrap {
    align-items: center;
    border: none;
    display: flex;
    margin-right: 12px;
    padding: 0;
  }
  .m_selectionFlow__step {
    border-bottom: none;
    margin: 0 6px 0 0;
  }
  .m_selectionFlow__item .l_list--hasDot {
    display: flex;
  }
  .l_list--selectionFlow__item::after {
    background-image: url("/resource/img/recruit/freshers2023/img_step-arrow_1p.svg");
    height: 20px;
    margin: 5px 0 5px 28px;
    width: 26px;
  }
}

@media screen and (max-width: 599px) {
  .m_selectionFlow__item .l_list--hasDot {
    display: block;
    width: auto;
  }
}


/*
    窶ｻ繧､繝ｳ繧ｿ繝薙Η繝ｼ繝壹�繧ｸ縺ｮCSS
================================*/
.flexBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: auto;
  /*width: 730px;*/
}
/*.flexBox-col4::after {
content: "";
display: block;
width: 220px;
}*/
.flexBox_inner {
  display: flex;
  flex: 0 1 auto;
}
.flexBox_inner &gt; a {
  color: inherit;
  display: block;
}
.flexBox_inner &gt; a:hover { text-decoration: none; }
.photoCardBox {
  height: 220px;
  margin-bottom: 20px;
  position: relative;
}
.photoCardBox &gt; a { transition: .3s; }
.photoCardBox &gt; a:hover {
  opacity: .6;
  text-decoration: none;
}
.photoCardBox.flexBox_inner { width: 220px; }
.photoCardBox_ttl {
  background-color: rgba(255,255,255,.7);
  font-size: 13px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.flexBox-col4::before {
  content: "";
  display: block;
  order: 99;
  width: 220px;
  }
.flexBox-col4::after {
  content: "";
  display: block;
  width: 220px;
  }
@media screen and (max-width: 768px){
  .m_branch__ttl{
    font-size: 32px;
  }
}
@media screen and (max-width: 599px){
  .m_branch__heading{
    padding: 16px;
  }
  .m_branch__ttl{
    font-size: 16px;
  }
  .m_branch__catch{
    font-size: 12px;
  }
  .flexBox {
    justify-content: center;
    width: 100%;
  }
  /*.photoCardBox.flexBox_inner { width: 100%; }*/
}
/* 繧ｹ繧ｱ繧ｸ繝･繝ｼ繝ｫ */
.m_schedule{}
.m_schedule__item{
  display: flex;
  align-items: flex-start;
}
.m_schedule__time{
  flex: 0 0 72px;
}
.m_schedule__detail{
  flex: 1 1 auto;
  position: relative;
  padding: 0 0 24px 24px;
  border-left: 1px solid;
}
.m_schedule__item:last-of-type &gt; .m_schedule__detail{
  border-left: none;
}
.m_schedule__ttl{
  margin-bottom: 16px;
  font-weight: bold;
}
.m_schedule__ttl::before{
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
}
.m_schedule--colorTheme{}
.m_schedule--colorTheme .m_schedule__detail{
  border-color: #AF2830;
}
.m_schedule--colorTheme .m_schedule__ttl::before{
  background: radial-gradient(circle, #fff 10px, #AF2830 0, #AF2830 12px, transparent 0);
}
@media screen and (max-width: 768px){
  .m_schedule__time{
    flex-basis: 56px;
  }
  .m_schedule__ttl{
    display: flex;
  }
}
/* 繧ｵ繧､繝医�繝�� */
.m_sitemap{
  margin: 0 -12px;
  letter-spacing: -.5em;
  font-weight: bold;
}
.m_sitemap__item{
  display: inline-block;
  padding: 0 12px;
  vertical-align: top;
  letter-spacing: .1em;
}
.m_sitemap__ttl{
  padding: 0 4px 8px;
  border-bottom: 1px solid;  
  line-height: 1;
}
@media screen and (max-width: 768px){
  .m_sitemap{
    margin: 0;
  }
  .m_sitemap__item{
    display: block;
    padding: 0;
    font-size: 13px;
  }
  .m_sitemap__item--list{
    padding-left: 16px;
  }
  .m_sitemap__ttl{
    margin-bottom: 8px;
  }
  .m_sitemap__listItem{
    padding: 0 4px 8px;
    border-bottom: 1px solid;  
  }
}

/* 謗｡逕ｨ繝輔Ο繝ｼ */
.m_flowRecruit{
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: -16px;
}
.m_flowRecruit__item{
  display: flex;
  position: relative;
  width: 180px;
  height: 180px;
  padding: 16px;
}
.m_flowRecruit__item + .m_flowRecruit__item::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 8px;
  border-bottom: 2px solid;
  transform: translate(-50%, -50%);
}
.m_flowRecruit__inner{
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  border: 2px solid;
  border-radius: 50%;
  background: #fff;
}
.m_flowRecruit__step{
  counter-increment: flowStep 1;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding-bottom: 32px;
}
.m_flowRecruit__step::before{
  content: counter(flowStep);
  position: absolute;
  bottom: 0;
  left: 50%;
  font: 28px / 1 oswald, sans-serif;
  transform: translateX(-50%);
}
.m_flowRecruit__ttl{
  padding: 0 2px 4px;
  border-bottom: 4px solid;
  line-height: 1;
}
.m_flowRecruit__body{
  line-height: 1;
  font-size: 16px;
}
.m_flowRecruit--colorTheme .m_flowRecruit__item + .m_flowRecruit__item::before{
  border-color: #ed1b1b;
  background: linear-gradient(45deg, transparent 12px, #ed1b1b 0, #ed1b1b 14px, transparent 0) no-repeat left bottom;
} 
.m_flowRecruit--colorTheme .m_flowRecruit__inner{
  border-color: #ed1b1b;
}
.m_flowRecruit--colorTheme .m_flowRecruit__step{
  color: #ed1b1b;
}
@media screen and (max-width: 768px){
  .m_flowRecruit{
    position: relative;
    left: 50%;
    display: inline-block;
    margin: -24px 0;
    transform: translateX(-50%);
  }
  .m_flowRecruit__item{
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
  }
  .m_flowRecruit__item + .m_flowRecruit__item::before{
    top: 0;
    left: 56px;
    transform: translateY(-50%) rotate(90deg);
  }
  .m_flowRecruit__inner{
    display: flex;
    align-items: center;
    padding: 24px;
    border: none;
    background: transparent;
  }
  .m_flowRecruit__step{
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    height: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 2px solid;
    border-radius: 50%;
    background: #fff;
  }
  .m_flowRecruit__step::before{
    position: static;
    transform: none;
  }
  .m_flowRecruit__ttl{
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 2px solid;
  }
  .m_flowRecruit__body{
    padding-left: 24px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px){
  .m_flowRecruit__body{
    padding-left: 16px;
    font-size: 16px;
  }
}

/* 謨呵ご繝ｻ遐比ｿｮ蛻ｶ蠎ｦ縺ｮ繧ｳ繝ｳ繝�Φ繝� */
.m_contTraining{
  padding-left: 48px;
}
@media screen and (max-width: 768px){
  .m_contTraining{
    padding-left: 0;
  }
}

/* 讌ｭ蜍吩ｾ具ｼ域蕗閧ｲ繝ｻ遐比ｿｮ蛻ｶ蠎ｦ�� */
.m_exGyomu{
  display: inline-block;
  padding: 20px;
  border: 1px solid;
}
.m_exGyomu__ttl{
  margin-bottom: 12px;
}
.m_exGyomu__body{}

@media screen and (max-width: 599px){
  .m_exGyomu{
    display: block;
  }
}

/* 謨呵ご繝ｻ遐比ｿｮ蛻ｶ蠎ｦ縺ｮ萓� */
.m_exTraining{
  padding: 24px 32px;
  border: 1px solid;
}
.m_exTraining__body{
  position: relative;
}
.m_exTraining__item + .m_exTraining__item{
  margin-top: 16px;
}
.m_exTraining__ttl{
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px dotted;
  font-weight: bold;
  font-size: 16px;
}
.m_exTraining__btn{
  position: static;
  top: 50%;
  left: 0;
  margin-top: 24px;
  width: 100%;
}
.isReduced + .m_exTraining__btn{
  position: absolute;
  margin-top: 0;
  transform: translateY(-50%);
}
.m_exTraining__card{
  padding: 24px;
}
.m_exTraining__card--young{
  background: #ffe9f0;
}
.m_exTraining__card--young .m_exTraining__ttl{
  color: #f75969;
}
.m_exTraining__card--veteran{
  background: #ffe0de;
}
.m_exTraining__card--veteran .m_exTraining__ttl{
  color: #ff4e00;
}
.m_exTraining__card--leader{
  background: #ffe7d7;
}
.m_exTraining__card--leader .m_exTraining__ttl{
  color: #ed1b1b;
}
.m_exTraining__card--maneger{
  background: #d4eeff;
}
.m_exTraining__card--maneger .m_exTraining__ttl{
  color: #0880bc;
}
.m_exTraining__card--salse{
  background: #e9e9ff;
}
.m_exTraining__card--salse .m_exTraining__ttl{
  color: #4747e2;
}
.m_exTraining__card--notSalse{
  background: #f7e2f7;
}
.m_exTraining__card--notSalse .m_exTraining__ttl{
  color: #841f81;
}
.m_exTraining__card--elearning{
  background: #e6fcf8;
}
.m_exTraining__card--elearning .m_exTraining__ttl{
  color: #07869b;
}
.m_exTraining__link{
  color: #2e3192;
}
.m_exTraining__link:hover{
  opacity: .7;
}
@media screen and (max-width: 768px){
  .m_exTraining{
    padding: 16px;
  }
  .m_exTraining__body{
    font-size: 13px;
  }
  .m_exTraining__ttl{
    font-size: 14px;
  }
}

/* 謨呵ご繝ｻ遐比ｿｮ蛻ｶ蠎ｦ縺ｮ蝗ｳ */
.m_figTraining{}
.m_figTraining__ttl{
  margin-bottom: 16px;
  font-weight: bold;
}
.m_figTraining__ttl--colorIns{
  color: #e5002d;
}
.m_figTraining__img{
  line-height: 0;
}
.m_figTraining__img img{
  max-width: 100%;
  height: auto;
}
.m_figTraining__link{}
.m_figTraining__link:hover{
  opacity: .7;
}
/* 繧ｹ繧ｭ繝ｫ繧｢繝��縺ｮ陦ｨ */
.m_tableSkillUp{
  table-layout: fixed;
  border-collapse: collapse;
}
.m_tableSkillUp__heading,
.m_tableSkillUp__body{
  border: 3px solid #fff;
}
.m_tableSkillUp__heading{
  padding: 0 16px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.m_tableSkillUp__heading--level0{
  background: #ffdd4d;
}
.m_tableSkillUp__heading--level0-2{
  background: #f9a41c;
}
.m_tableSkillUp__heading--level1{
  background: #f9751c;
}
.m_tableSkillUp__heading--level2{
  background: #f45a16;
}
.m_tableSkillUp__heading--level3{
  background: #f2441c;
}
.m_tableSkillUp__heading--levelX{
  background: #ed1b1b;
}
.m_tableSkillUp__body{
  padding: 10px 16px;
  vertical-align: top;
  background: #ffe9f0;
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .m_tableSkillUp,
  .m_tableSkillUp__row,
  .m_tableSkillUp__heading,
  .m_tableSkillUp__body{
    display: block;
  }
  .m_tableSkillUp__heading,
  .m_tableSkillUp__body{
    border-width: 1px;
  }
  .m_tableSkillUp__heading{
    padding: 12px;
  }
}
/* 霑�溘↑�斐▽縺ｮ譁ｽ遲厄ｼ育､ｾ髟ｷ繝｡繝�そ繝ｼ繧ｸ�� */
.m_measures {}
.m_measures__body {}
.m_measures__body &gt; *:last-child { margin-bottom: 0; }
.m_measures__title {
  font-weight: bold;
  margin-bottom: 20px;
}
.m_measures__list {
  display: flex;
  flex-direction: column;
}
.m_measures__list &gt; *:last-child { margin-bottom: 0; }
.m_measures__listItem {
  align-items: center;
  background-color: #af2830;
  color: #fff;
  display: flex;
  min-height: 55px;
  line-height: 1.2;
  margin-bottom: 8px;
  padding: 8px;

}
.m_measures__listItem::before {
  align-items: center;
  background-color: #fff;
  color: #af2830;
  content: counter(numMeasures);
  counter-increment: numMeasures;
  display: flex;
  flex: 0 0 auto;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  margin-right: 8px;
  height: 1.2em;
  width: 1.2em;
}


/* ******************************************謨ｰ蟄励〒隕九ｋ繧､繝ｳ繧ｽ繝ｼ繧ｹ */
.u_sp-disp { display: none; }
.m_insNum--colorTheme {}

.m_insNum {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}

.m_insNum--sp { display: none; }

/*.m_insNum + .m_insNum { margin-top: 50px; }*/

.m_insNum--inner {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.m_insNum--aliBl {
  -ms-align-items: baseline;
  align-items: baseline;
}

.m_insNum--jfcC {
  justify-content: center;
}

.m_insNum--jfcSb {
  justify-content: space-between;
}

.m_insNum--fxdC {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.m_insNum--fxdRrv {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.m_insNum__item {
  padding: 20px;
}

.m_insNum--inner .m_insNum__item { padding: 0; }

.m_insNum__hasBgImageBox {
  -ms-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.m_insNum__hasBgImageBox.book,
.m_insNum__hasBgImageBox.human {
  height: 490px;
  width: 490px;  
}

.m_insNum__hasBgImageBox.book { background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_01.png"); }
.m_insNum__hasBgImageBox.human { background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_02.png"); }

.m_insNum__circle {
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  border: 3px solid #ed1b1b;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 75%;
}

.m_insNum__circle::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.m_insNum__contents {}

.m_insNum__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.m_insNum--colorTheme.m_insNum__ttl { color: #ed1b1b; }

.m_insNum__contents .m_insNum__ttl { margin-bottom: 0; }

.m_insNum__numBox {
  font-size: 24px;
  font-weight: bold;
}

.m_insNum--colorTheme.m_insNum__numBox { color: #ed1b1b; }

.m_insNum__number {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}

.m_insNum--colorTheme .m_insNum__number { color: #ed1b1b; }

/* 蜷ｹ縺榊�縺� */
.m_insNum__spchBallon {
  -ms-align-items: center;
  align-items: center;
  background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_03.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 160px;
  padding: 36px 23px 16px;
  width: 490px;
}

.m_insNum__spchBallon &gt; div {/* 莉ｮ縲縺ゅ→縺ｧ繧ｯ繝ｩ繧ｹ蜷崎�∴繧� */
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    font-size: 18px;
    align-items: center;
}

.m_insNum__spchBallon .m_insNum__number { font-size: 2.5em; }

/* 轤ｹ邱� */
.m_insNum__divider {
  text-align: center;
}

.m_insNum__divider + .m_insNum__divider { border-left: 5px dotted #ccc; }

.m_insNum__divider .m_insNum__ttl {
  color: currentColor;
  font-size: 16px;
  margin: 5px 0;
}

.m_insNum__divider .m_insNum__number { font-size: 1.8em; }

/* 蟶ｯ繧ｰ繝ｩ繝� */
.m_insNum--stripeGraph { margin: 0; }

.m_insNum--stripeGraph .m_insNum__item {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  padding: 5px;
  text-align: center;
}

.m_insNum--stripeGraph .m_insNum__item + .m_insNum__item { border-left: 1px solid #fff; }


.m_insNum--stripeGraph .m_insNum__item:nth-of-type(1) {
  background-color: #ed1b1b;
  width: 20.6%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(2) {
  background-color: #ea2e15;
  width: 15.3%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(3) {
  background-color: #f2441c;
  width: 12.8%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(4) {
  background-color: #f45a16;
  width: 9.8%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(5){
  background-color: #f9751c;
  width: 8.0%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(6){
  background-color: #f99223;
  width: 7.4%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(7){
  background-color: #f9a41c;
  width: 6.8%;
}

.m_insNum--stripeGraph .m_insNum__item.other {
  background-color: #b3b3b3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: left;
  flex-grow: 2;
}

.m_insNum--stripeGraph .m_insNum__ttl {
  color: #fff;
  font-size: 16px;
  height:48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_insNum--stripeGraph .m_insNum__numBox { font-size: 16px; }
.m_insNum--stripeGraph .m_insNum__number { font-size: 1.5em; }


/* 隧穂ｾ｡ */
.m_insNum--rating { justify-content: center; }

.m_insNum--rating .m_insNum__item {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.m_insNum--rating .m_insNum__ttl {
  font-size: 24px;
  margin-bottom: 0;
  text-align: left;
}

.m_insNum--rating .m_insNum__numBox {
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-left: 20px;
  position: relative;
  /*height: 260px;*/
  width: 260px;
}

.m_insNum--rating .m_insNum__numBox::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.m_insNum--rating .m_insNum__numBox.naiyo {
  background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_08.png");
}

.m_insNum--rating .m_insNum__numBox.koshi {
  background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_09.png");
}

/* 莠ｺ蜩｡讒区� */
.m_insNum__hasBgImageBox.composition {
  background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_10.png");
  height: 345px;
  margin: 30px 0 50px;
  width: 1024px;
}

.m_insNum__item.all {
  -ms-align-items: center;
  align-items: center;
  color: #ed1b1b;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  order: 2; 
  text-align: center;
}

.m_insNum__item.all  .m_insNum__ttl { margin-bottom: 0; }

.m_insNum__item.man,
.m_insNum__item.women {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.m_insNum__item.man {
  background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_11.png");
  background-position: center;
  background-repeat: no-repeat;
  color: #1c5780;
  height: 140px;
  order: 1;
  padding: 10px 35px 10px 10px;
  text-align: center;
  width: 170px;
}

.m_insNum__item.man .m_insNum__ttl { color: currentColor; margin-bottom: 0; }

.m_insNum__item.women {
  background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_12.png");
  background-position: center;
  background-repeat: no-repeat;
  color: #ed1b1b;
  height: 140px;
  order: 3;
  padding: 10px 10px 10px 35px;
  text-align: center;
  width: 170px;
}

.m_insNum__item.women .m_insNum__ttl { margin-bottom: 0; }

.m_insNum__item.man .m_insNum__numBox,
.m_insNum__item.women .m_insNum__numBox { font-size: 14px; }

.m_insNum__item .m_insNum__numBox + p { font-size: 13px; font-weight: bold; }

/* 閨ｷ遞ｮ蛻･莠ｺ蜩｡讒区� */
.m_insNum--barChart { justify-content: space-between}

.m_insNum--barChart &gt; .m_insNum__item {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.m_insNum--barChart .m_insNum__ttl {
  -ms-align-items: center;
  align-items: center;
  color: currentColor;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 16px;
  height: 50px;
  order: 1;
}

.m_insNum--barChart .m_insNum__barBox {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
  order: 0;
}

.m_insNum--barChart .m_insNum__icon { margin: 20px 0; order:2;}

.m_insNum--barChart .m_insNum__bar &gt; span {
  background-color: #ed1b1b;
  /*display: block;*/
  display:none;
  width: 80px;
}

.m_insNum--barChart .m_insNum__bar.sales &gt; span { height: 180px; }
.m_insNum--barChart .m_insNum__bar.contents &gt; span { height:172px; }
.m_insNum--barChart .m_insNum__bar.it &gt; span { height: 118px; }
.m_insNum--barChart .m_insNum__bar.degital &gt; span { height: 31px; }
.m_insNum--barChart .m_insNum__bar.desginer &gt; span { height: 23px; }
.m_insNum--barChart .m_insNum__bar.ai &gt; span { height: 18px; }

.m_insNum--barChart .m_insNum__numBox { font-size: 16px; margin-bottom: 10px; }

.m_insNum--barChart .m_insNum__numBox &gt; .m_insNum__number { font-size: 2em; }

.m_insNum__list {}

.m_insNum__list--hasIco {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.m_insNum__list--hasIco &gt; li {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.m_insNum__list--hasIco &gt; li &gt; img { margin-right: 10px; }

.m_insNum__list--hasIco &gt; li + li { margin-left: 20px; }

.m_insNum__list--note {
  font-size: 12px;
  text-align: right;
}

.m_insNum__list--ranking {}

.m_insNum__list--ranking &gt; li {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 18px;
}

/* table */
.m_insNum__table {
  display: none;
  font-size: 12px;
  margin: 20px 0;
  width: 100%;
}

.m_insNum__table tr { border-bottom: 3px dotted #ccc; }

.m_insNum__table td {
  padding: 5px;
  vertical-align: middle;
}

.m_insNum__table td .m_insNum__number { font-size: 1.5em; }

.m_insNum__table td.name { min-width: 100px; }
.m_insNum__table td.number { min-width: 42px;text-align: right; }
.m_insNum__table td.icon { font-size: 0; }

.m_insNum__list--ranking &gt; li + li { margin-top: 10px; }

.m_insNum__listDec {
  color: #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
}

.m_insNum__listDec &gt; span {}
.m_insNum__listDec &gt; span::before {
  background-color: #ccc;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}

.m_insNum__listDec &gt; span.u_bgc--White::before { background-color: transparent; }

.m_insNum__listDec + span { margin-left: auto; }

.m_insNum__list--ranking .m_insNum__number { font-size: 2em; }

.m_insNum_listLabel { flex-shrink: 0; }

.m_insNum__wrapper { position: relative; }

.m_insNum__wrapper .m_insNum__ttl.times {
  font-size: 28px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.m_insNum__tims {
  position: absolute;
  left: 0;
}

.m_insNum__tims.times0 {
  bottom: 20%;
  left: 21%;
  transform: rotate(-67deg);
}
.m_insNum__tims.times1 {
  bottom: 54%;
  left: 36%;
  transform: rotate(-25deg);
}
.m_insNum__tims.times2 {
  bottom: 58%;
  left: 52%;
  transform: rotate(5deg);
}
.m_insNum__tims.times3 {
  bottom: 48%;
  left: 64%;
  transform: rotate(35deg);
}
.m_insNum__tims.times4 {
  bottom: 32%;
  left: 71%;
  transform: rotate(53deg);
}
.m_insNum__tims.times5 {
  bottom: 8%;
  left: 74%;
  transform: rotate(74deg);
}

/* 繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ驛ｨ蛻� */
.m_hasIco--openCaret {}
.m_hasIco--closeCaret {}
.m_hasIco--openCaret::after {
  content: "\f0da";
  font-size: 50px;
}
.m_hasIco--closeCaret::after {
  content: "\f0d7";
  font-size: 50px;
}

.m_insNumAccordion {}

.m_insNum--colorTheme .m_insNumAccordion {
  background-color: #ed1b1b;
  color:#fff;
}

.m_insNumAccordion__item { overflow: hidden; }

.m_insNumAccordion__btnToggle {
  cursor: pointer;
  display: block;
}

.m_insNumAccordion__ttl {
  font-size: 36px;
  font-weight: bold;
}

.m_insNum--colorTheme .m_insNumAccordion__ttl .m_insNum__number {
  color: #fff;
  font-size: 1.5em;
}

.m_insNumAccordion__heading { padding: 40px; }

.m_insNumAccordion__body { padding: 0 40px; }

.m_insNumAccordion__item:last-of-type .m_insNumAccordion__body { padding: 0 40px 40px; }

.m_insNum--colorTheme .m_insNumAccordion--body {
  background-color: #ed1b1b;
  color:#fff;
}

.m_insNumAccordion__contents {
  background-color: #fff;
  color: #333;
  padding: 40px;
}

.m_insNumAccordion__text {}

.m_insNumAccordion__text + .m_insNumAccordion__text {
  border-top: 8px dotted #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

.m_insNumAccordion__text--noBorder {}

.m_insNumAccordion__text--noBorder + .m_insNumAccordion__text--noBorder {
  border-top: none;
  margin-top: 20px;
  padding-top: 0;
}

.u_mb50 { margin-bottom: 50px; }
.u_mr20 { margin-right: 20px; }



/*
    繝ｬ繧ｹ繝昴Φ繧ｷ繝�
================================*/
@media screen and (max-width: 768px){
  .u_sp-disn--md { display: none !important; }
  .u_sp-disp--md { display: block !important; }
  
  .m_insNum__hasBgImageBox { background-position: top center; }
  .m_insNum__hasBgImageBox.book,
  .m_insNum__hasBgImageBox.human {
    height: auto;
    padding: 15px;
    width: 100%;  
  }
  .m_insNum__numBox {
    font-size: 16px;
  }

  .m_insNum__number {
    font-size: 2.5em;
  }
  .m_insNum__spchBallon {
    background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_03.png");
    background-position: center;
    height: auto;
    padding: 30px 23px 16px;
    width: 100%;
  }
  .m_insNum__spchBallon h4 { font-size: 14px; }
  .m_insNum__spchBallon &gt; div { font-size: 16px; }
  .m_insNum__spchBallon .m_insNum__number { font-size: 1.5em; }
  .m_insNum--stripeGraph { width: 1024px; }
  .m_insNum--rating .m_insNum__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .m_insNum--rating .m_insNum__item {
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
  }
  .m_insNum--rating .m_insNum__numBox { margin-left: 0; }
  .m_insNum--rating .m_insNum__numBox.naiyo,
  .m_insNum--rating .m_insNum__numBox.koshi{ /*width: 100%;*/ }

  .m_insNum__hasBgImageBox.composition {
    margin-bottom: 10px;
    width: 100%;
  }
  .m_insNum--barChart { flex-direction: row; }
  .m_insNum--barChart &gt; .m_insNum__item {
    flex-direction: row;
    padding: 10px;
    justify-content:flex-end;
    flex-direction: row-reverse;
  }
  .m_insNum--barChart .m_insNum__ttl {
    font-size: 13px;
    margin-bottom: 0;
    text-align: left;
    width: 105px;
    margin-left: 10px;
    order: 1;
  }
  .m_insNum--barChart .m_insNum__icon { 
    /*display: none;*/ 
    display:block;
    order: 2;
  }
  .m_insNum--barChart .m_insNum__barBox { 
    flex-direction: row; 
    width:70px;
    margin-left: 10px;
    order: 0;
  }
  .m_insNum--barChart .m_insNum__numBox {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 5px;
    }
  .m_insNum--barChart .m_insNum__bar.sales &gt; span {
    height: 40px;
    width: 160px;
  }
  .m_insNum--barChart .m_insNum__bar.contents &gt; span {
    height: 40px;
    width: 141px;
  }
  .m_insNum--barChart .m_insNum__bar.it &gt; span {
    height: 40px;
    width: 61px;
  }
  .m_insNum--barChart .m_insNum__bar.degital &gt; span {
    height: 40px;
    width: 29px;
  }
  .m_insNum--barChart .m_insNum__bar.desginer &gt; span {
    height: 40px;
    width: 15px;
  }
  .m_insNum--barChart .m_insNum__bar.ai &gt; span {
    height: 40px;
    width: 6px;
  }
  .m_insNum__list--hasIco {
    font-size: 14px;
    justify-content: flex-start;
  }
  .m_insNum__list--hasIco &gt; li + li { margin-left: 0; }
  .m_insNum__list--note { text-align: left; }
  .m_insNum--profile .m_insNum__item.birthplace {
    background-blend-mode: lighten;
    background-color: rgba(255,255,255,.5);
    background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_26.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    justify-content: flex-end;
  }
  .m_insNum--profile .m_insNum__item.finalEdu {
    background-blend-mode: lighten;
    background-color: rgba(255,255,255,.5);
    background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_27.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    justify-content: flex-end;
  }
  .m_insNum--lunch .m_insNum__list--ranking {
    margin: auto;
    width: 95%;
  }
  .m_insNum__listDec &gt; span::before { border: 1px solid #fff; }
  .m_insNum__listDec &gt; span.u_bgc--White::before { border: none;}
  .m_insNum--lunch .m_insNum__list--ranking .m_insNum__listDec { margin-left: 30px; }
  .m_insNum--lunch .m_insNum__list--ranking .m_insNum__listDec + span { margin-left: 30px; }
  .m_insNum__wrapper { width: 1024px; }
}

@media screen and (max-width: 599px){
  .u_sp-disn { display: none !important; }
  .u_sp-disp { display: block !important; }
  
  .m_insNum--sp { display: flex; }
  
  /*.m_insNum__hasBgImageBox { background-position: top center; }
  .m_insNum__hasBgImageBox.book,
  .m_insNum__hasBgImageBox.human {
    height: auto;
    padding: 15px;
    width: 100%;  
  }
  .m_insNum__numBox {
    font-size: 16px;
  }

  .m_insNum__number {
    font-size: 2.8em;
  }
  .m_insNum__spchBallon {
    background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_03.png");
    height: auto;
    padding: 30px 23px 16px;
    width: 100%;
  }
  .m_insNum__spchBallon h4 { font-size: 14px; }
  .m_insNum__spchBallon &gt; div { font-size: 16px; }
  .m_insNum__spchBallon .m_insNum__number { font-size: 1.8em; }*/
  .m_insNum__scrollBox {
    overflow: auto;
    width: 100%;
  }
  .m_insNum__divider:nth-of-type(3) {
    border-left: none;
    border-top: 5px dotted #ccc;
  }
  .m_insNum__divider:nth-of-type(4) {
    border-top: 5px dotted #ccc;
  }
/*  .m_insNum--stripeGraph { width: 1024px; }
  .m_insNum--rating .m_insNum__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .m_insNum--rating .m_insNum__item {
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
  }
  .m_insNum--rating .m_insNum__numBox { margin-left: 0; }*/
  .m_insNum--rating .m_insNum__numBox.naiyo,
  .m_insNum--rating .m_insNum__numBox.koshi{ width: 100%; }
  .m_insNum__hasBgImageBox.composition {
    margin-bottom: 10px;
    width: 100%;
  }
  .m_insNum--sp .m_insNum__item.man {
    background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_les-11.png");
    background-position: center;
    background-repeat: no-repeat;
    color: #1c5780;
    height: 140px;
    order: 1;
    padding: 10px;
    text-align: center;
    width: 50%;
  }
  .m_insNum__item.women {
    background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_les-12.png");
    background-position: center;
    background-repeat: no-repeat;
    color: #ed1b1b;
    height: 140px;
    order: 3;
    padding: 10px;
    text-align: center;
    width: 50%;
  }
  .m_insNum__item.man .m_insNum__numBox &gt; .m_insNum__number,
  .m_insNum__item.women .m_insNum__numBox &gt; .m_insNum__number { font-size: 2em; }
  .m_insNum--barChart { flex-direction: column; }
  .m_insNum--barChart &gt; .m_insNum__item {
    flex-direction: row;
    padding: 10px;
    justify-content:flex-end;
    flex-direction: row-reverse;
  }
  .m_insNum--barChart .m_insNum__ttl {
    font-size: 13px;
    margin-bottom: 0;
    text-align: left;
    width: 105px;
    margin-left: 10px;
    order: 1;
  }
  .m_insNum--barChart .m_insNum__icon { 
    /*display: none;*/ 
    display:block;
    order: 2;
  }
  .m_insNum--barChart .m_insNum__barBox { 
    flex-direction: row; 
    width:70px;
    margin-left: 10px;
    order: 0;
  }
  .m_insNum--barChart .m_insNum__numBox {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 5px;
    }
  .m_insNum--barChart .m_insNum__bar.sales &gt; span {
    height: 40px;
    width: 160px;
  }
  .m_insNum--barChart .m_insNum__bar.contents &gt; span {
    height: 40px;
    width: 141px;
  }
  .m_insNum--barChart .m_insNum__bar.it &gt; span {
    height: 40px;
    width: 61px;
  }
  .m_insNum--barChart .m_insNum__bar.degital &gt; span {
    height: 40px;
    width: 29px;
  }
  .m_insNum--barChart .m_insNum__bar.desginer &gt; span {
    height: 40px;
    width: 15px;
  }
  .m_insNum--barChart .m_insNum__bar.ai &gt; span {
    height: 40px;
    width: 6px;
  }
  .m_insNum__table { display: table; }
  /*.m_insNum__list--hasIco {
    font-size: 14px;
    justify-content: flex-start;
  }
  .m_insNum__list--hasIco &gt; li + li { margin-left: 0; }
  .m_insNum__list--note { text-align: left; }
  .m_insNum--profile .m_insNum__item.birthplace {
    background-blend-mode: lighten;
    background-color: rgba(255,255,255,.5);
    background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_26.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    justify-content: flex-end;
  }
  .m_insNum--profile .m_insNum__item.finalEdu {
    background-blend-mode: lighten;
    background-color: rgba(255,255,255,.5);
    background-image: url("/resource/img/recruit/freshers2021-2/ins-by-numbers_img_27.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    justify-content: flex-end;
  }
  .m_insNum--lunch .m_insNum__list--ranking {
    margin: auto;
    width: 95%;
  }
  .m_insNum__listDec &gt; span::before { border: 1px solid #fff; }
  .m_insNum__listDec &gt; span.u_bgc--White::before { border: none;}
  .m_insNum--lunch .m_insNum__list--ranking .m_insNum__listDec { margin-left: 30px; }
  .m_insNum--lunch .m_insNum__list--ranking .m_insNum__listDec + span { margin-left: 30px; }
  .m_insNum__wrapper { width: 1024px; }*/
  .m_hasIco--openCaret::after { font-size: 32px; }
  .m_hasIco--closeCaret::after { font-size: 32px; }
  .m_insNumAccordion__heading { padding: 20px; }
  .m_insNumAccordion__ttl { font-size: 18px; }
  .m_insNumAccordion { padding-bottom: 20px; }
  .m_insNumAccordion__body { padding: 0 20px; }
  .m_insNumAccordion__item:last-of-type .m_insNumAccordion__body { padding: 0 20px; }
  .m_insNumAccordion__contents {
    max-height: 300px;
    overflow: auto;
    padding: 20px;
  }
  .m_insNumAccordion__text--noBorder { padding-bottom: 20px; }
  
}
@media screen and (max-width: 320px){
  .m_insNum__ttl { font-size: 16px; }
  .m_insNum__number { font-size: 2em; }
  .m_insNum__spchBallon {
    background-color: #666;
    border-radius: 10px;
    margin-top: 20px;
    padding: 16px;
  }
  .m_insNum__spchBallon h4 { font-size: 12px; }
  .m_insNum__spchBallon .m_insNum__number { font-size: 1.2em; }
}

/* ******************************************謨ｰ蟄励〒隕九ｋ繧､繝ｳ繧ｽ繝ｼ繧ｹ */

/* ******************************************giraffe */
.m_giraffe {}

.m_giraffeOnImg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.m_giraffeOnImg__inner {
  position: relative;
  width: 640px;
}

.m_giraffeOnImg__item {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.m_giraffeOnImg__text {
  font-size: 14px;
  margin: 8px 0 0;
}

@media screen and (max-width: 599px){
  .m_giraffeOnImg__item{
    position: relative;
    right: 0;
    top: 20px;
    transform: translateY(0);
  }
  .m_giraffeOnImg__inner {
    position: relative;
    width: 100%;
  }  
  .m_giraffeOnImg__text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 321px){
  .m_giraffeOnImg__text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}

/* ******************************************giraffe */

/* ****************************************** �､�ｸ謨呵ご繝ｻ遐比ｿｮ蛻ｶ蠎ｦ */
.m_dx {}

.m_heading--dx{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.m_heading--dx::after{
  content: "";
  flex: 1 0 auto;
  display: block;
  height: 1px;
  margin-left: 16px;
  background: #e5002d;
}
.m_heading--dx &gt; .m_heading__ttl{
  color: #e5002d;
  font-size: 24px;
}

.m_exDx {
  border: 1px solid #333;
  padding: 24px 32px;
}

.m_exDx__ttl {
  border-bottom: 1px solid currentColor;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.m_exDx__ttl--hasIco::before {
  color: red;
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
  margin-right: 10px;
}

.m_exDx__ttl--hasIco.m_exDx__ttl--pink::before { color: #fb6565; }
.m_exDx__ttl--hasIco.m_exDx__ttl--blue::before { color: #50a6ff; }

.m_exFlexDx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}

.m_exFlexDx--nw {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.m_exFlexDx__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 8px;
}

.m_exFlexDx__icon {
  align-self: center;
  color: #868686;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 2.3em;
}

@media screen and (max-width: 599px){
  .m_exFlexDx.m_exFlexDx--nw { flex-wrap: wrap; }
  .m_exFlexDx__inner:nth-of-type(2) { justify-content: center; }
  .m_exFlexDx__icon { transform: rotate(90deg); }
}

/* 縺顔衍繧峨○繝懊ャ繧ｯ繧ｹ */
.m_exDxNewsBox{
  position: relative;
  padding: 32px 24px;
  border: 2px solid;
}
.m_exDxNewsBox__ttl{
  position: absolute;
  top: 0;
  padding: 0 8px;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}
.m_exDxNewsBox__body{
  font-size: 20px;
}
.m_exDxNewsBox--important{
  border-color: #ff3e5f;
}
.m_exDxNewsBox--important .m_exDxNewsBox__ttl{
  color: #ff3e5f;
}
@media screen and (max-width: 599px){
  .m_exDxNewsBox__ttl{
    font-size: 20px;
  }
  .m_exDxNewsBox__body{
    font-size: 16px;
  }
}

.m_exDxContents {}
.m_exDxContents__ttl {
  border-bottom: 1px dotted;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
  padding-bottom: 8px;
}

.m_exDxContents__txt {}
.m_exDxContents__txt +.m_exDxContents__txt { margin-top: 16px; }

.m_exDxContents--hasIndent {
  padding-left: 2em;
  text-indent: -2em;
}


.m_exDxContents__txt.m_exDxContents__txt--highlight {
  background-color: #ffe5f3;
  display: inline-block;
  padding: 3px 8px;
}

.m_figDx {}
.m_figDx__img {}

.m_figDx__img &gt; img {
  height: auto;
  width: 100%;
}

/* 繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ */
.m_accordionDx {}

.m_accordionDx__inner { overflow: hidden; }
.m_accordionDx__inner + .m_accordionDx__inner { border-top: 1px solid; }

.m_accordionDx__btnToggle {
  color: currentColor;
  display: block;
}

.m_accordionDx--colorTheme .m_accordionDx__btnToggle {
  color: #fff;
  background: #c90022;
}

.m_accordionDx--colorTheme .m_accordionDx__inner { border-color: #fff; }

.m_accordionDx__header { padding: 40px; }

.m_accordionDx__ttl {
  font-size: 36px;
  font-weight: bold;
}
.m_accordionDx__catch {}

.m_accordionDx__ttl +.m_accordionDx__catch { margin-top: 8px; }

.m_exDxContainer { padding: 24px; }

@media screen and (max-width: 599px){
  .m_accordionDx__header { padding: 20px; }
  .m_accordionDx__ttl { font-size: 16px }
  .m_accordionDx__catch { font-size: 12px }
  .m_exDxContainer { padding: 12px; }
  .m_accordionDx__body .m_exDx {
    font-size: 12px;
    padding: 12px 16px;
  }
}


/* ****************************************** �､�ｸ謨呵ご繝ｻ遐比ｿｮ蛻ｶ蠎ｦ */

/* ****************************************** 繧､繝ｳ繧ｿ繝ｼ繝ｳ繧ｷ繝�� */
.m_listInternship {
  display: flex;
  flex-wrap: wrap;
}
.m_listInternship &gt; .l_list__item {
  width: 20%;
}

.m_listInternship &gt; .l_list__item  img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .m_listInternship &gt; .l_list__item { width: 50% }
}

.m_figInternship {}
.m_figInternship  img { display: block; }

.m_infoInternship {
  border: 30px solid;
  padding: 20px;
}


.m_infoInternship__link {
  color: #052674;
  text-decoration: none;
}

.m_infoInternship__ttl {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 16px;
}

.m_tableInternship {}
.m_tableInternship__item {
  align-items: center;
  display: flex;
}
.m_tableInternship__item + .m_tableInternship__item { margin-top: 16px; }
.m_tableInternship__ttl {
  border: 2px solid;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
  padding: 5px;
  text-align: center;
  width: 9em;
}
.m_tableInternship__contents { width: 100%; }
.m_tableInternship__contents + .m_tableInternship__contents { margin-top: 16px; }
.m_btn--internship { margin: 16px 0; }
.m_btn--internship &gt; .m_btn__target {
  background-color: #ccc;
  border-radius: 50px;
  color: #fff;
  height: 2.5em;
  padding: 0 24px;
  width: 80%;
}

/* color theme 蝟ｶ讌ｭ */
.m_infoInternship--sales.m_internship--colorTheme {}
.m_infoInternship--sales.m_internship--colorTheme.m_infoInternship { border-color: #47b4c6; }
.m_infoInternship--sales.m_internship--colorTheme .m_infoInternship__ttl { color: #47b4c6; }
.m_infoInternship--sales.m_internship--colorTheme .m_tableInternship__ttl {
  border-color: #47b4c6;
  color: #47b4c6;
}
.m_infoInternship--sales.m_internship--colorTheme .m_btn__target { background-color: #47b4c6; }

/* color theme 繧ｳ繝ｳ繝�Φ繝� */
.m_infoInternship--contents.m_internship--colorTheme {}
.m_infoInternship--contents.m_internship--colorTheme.m_infoInternship { border-color: #ed8c3f; }
.m_infoInternship--contents.m_internship--colorTheme .m_infoInternship__ttl { color: #ed8c3f; }
.m_infoInternship--contents.m_internship--colorTheme .m_tableInternship__ttl {
  border-color: #ed8c3f;
  color: #ed8c3f;
}
.m_infoInternship--contents.m_internship--colorTheme .m_btn__target { background-color: #ed8c3f; }

/* color theme 繧ｳ繝ｳ繝�Φ繝�ｼ�お繝ｳ繧ｸ繝九い */
.m_infoInternship--conEn.m_internship--colorTheme {}
.m_infoInternship--conEn.m_internship--colorTheme.m_infoInternship { border-color: #d66aa5; }
.m_infoInternship--conEn.m_internship--colorTheme .m_infoInternship__ttl { color: #d66aa5; }
.m_infoInternship--conEn.m_internship--colorTheme .m_tableInternship__ttl {
  border-color: #d66aa5;
  color: #d66aa5;
}
.m_infoInternship--conEn.m_internship--colorTheme .m_btn__target { background-color: #d66aa5; }

/* color theme 繧ｨ繝ｳ繧ｸ繝九い */
.m_infoInternship--enginner.m_internship--colorTheme {}
.m_infoInternship--enginner.m_internship--colorTheme.m_infoInternship { border-color: #a4cd5f; }
.m_infoInternship--enginner.m_internship--colorTheme .m_infoInternship__ttl { color: #a4cd5f; }
.m_infoInternship--enginner.m_internship--colorTheme .m_tableInternship__ttl {
  border-color: #a4cd5f;
  color: #a4cd5f;
}
.m_infoInternship--enginner.m_internship--colorTheme .m_btn__target { background-color: #a4cd5f; }

/* color theme 繧ｨ繝阪Ν繧ｮ繝ｼ */
.m_infoInternship--energy.m_internship--colorTheme {}
.m_infoInternship--energy.m_internship--colorTheme.m_infoInternship { border-color: #AF2830; }
.m_infoInternship--energy.m_internship--colorTheme .m_infoInternship__ttl { color: #AF2830; }
.m_infoInternship--energy.m_internship--colorTheme .m_tableInternship__ttl {
  border-color: #AF2830;
  color: #AF2830;
}
.m_infoInternship--energy.m_internship--colorTheme .m_btn__target { background-color: #AF2830; }



@media screen and (max-width: 768px) {
  .m_figInternship img {
    height: auto;
    width: 100%
  }
}
@media screen and (max-width: 599px) {
  .m_infoInternship { border-width: 10px; }
  .m_infoInternship__ttl { font-size: 28px; }
  .m_tableInternship__item {
    align-items: flex-start;
    flex-direction: column;
  }
  .m_tableInternship__ttl { margin: 0 0 10px 0; }
  .m_btn--internship &gt; .m_btn__target { width: 100%; }
}


.u_lineHeightCrop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  content: "";
}
.u_lineHeightCrop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  content: "";
}

/* ****************************************** 繧､繝ｳ繧ｿ繝ｼ繝ｳ繧ｷ繝�� */
/* ****************************************** 蜀�ｮ夊�PJ */
/*#example .l_section__item {
  letter-spacing: 0.4px;
}*/
.m_naiteisyaProfile__item{
  flex-direction: column;
}
.m_naiteisyaProfile__name{
  font-size: 24px;
  font-weight: bold;
  align-self: end;
  margin-left: 15px;
}
/*#interview .l_section__item {
  letter-spacing: 0.4px;
}*/
.m_naiteisyaInterview .m_heading--naiteisya:before{
  content: none;
}
.m_naiteisyaInterview .m_heading--naiteisya:after{
  content: "";
  position: relative;
  display: inline-block;
  background: url("/resource/img/recruit/freshers2024/img_step-arrow_6p.svg");
  width: 72px;
  height: 16px;
  top: 1px;
  margin-left: 5px;
}
.m_naiteisyaInterview .m_heading--naiteisya{
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  padding-left: 0;
}
.m_naiteisyaInterview .m_heading--naiteisya &gt; .m_heading__ttl{
  font-size: 20px;
  display: inline;
}
.m_naiteisyaInterview__item + .m_naiteisyaInterview__item{
  margin-top: 15px;
}
.m_naiteisyaInterview__item{
  align-items:center;
}
.m_naiteisyaInterview__item:before{
  content:"";
  min-width: 50px;
  height: 50px;
  display: inline-block;
  order: 1;
}
.m_naiteisyaInterview__item:after{
  content:"";
  min-width: 50px;
  height: 50px;
  display: inline-block;
  margin-left: 5px;
  order: 2;
}
.m_naiteisyaInterview__item p {
  order: 3;
  margin-left: 20px;
}
.m_naiteisyaInterview__itemAf--TR:after{
  content: url("/resource/img/recruit/freshers2024/icon_naiteisya-tr.png");
}
.m_naiteisyaInterview__itemAf--SS:after{
  content: url("/resource/img/recruit/freshers2024/icon_naiteisya-ss.png");
}
.m_naiteisyaInterview__itemAf--TY:after{
  content: url("/resource/img/recruit/freshers2024/icon_naiteisya-ty.png");
}
.m_naiteisyaInterview__itemBf--TR:before{
  content: url("/resource/img/recruit/freshers2024/icon_naiteisya-tr.png");
}
.m_naiteisyaInterview__itemBf--SS:before{
  content: url("/resource/img/recruit/freshers2024/icon_naiteisya-ss.png");
}
.m_naiteisyaInterview__itemBf--TY:before{
  content: url("/resource/img/recruit/freshers2024/icon_naiteisya-ty.png");
}
.m_naiteisyaInterview__img{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.m_naiteisyaInterview__imgWrap{
  display:inline-block;
}
.m_naiteisyaInterview__img p{
  text-align: left;
  padding-left: 25px;
}
.m_naiteisyaInterview__img img{}
.m_naiteisyaInterview__link{
  display: inline-block;
  transition: .3s;
}
.m_naiteisyaInterview__link:hover{
  opacity: .6;
}
.m_box--naiteisyaVoice{
  border: 2px solid #AF2830;
  position: relative;
}
/*#voice .l_section__item {
  letter-spacing: 0.4px;
}*/
#voice .m_section--naiteisyaVoice{
  margin-top: 10px;
}
.m_box--naiteisyaVoice:before{
  position:absolute;
  z-index: 1;
  height:20px;
  border: 2px solid #fff;
  border-bottom: 2px solid #AF2830;
  background-color: #fff;
  display: block;
  width: 100%;
  content: "";
  top: -2px;
  left: -2px;
}
.m_heading--naiteisyaVoice{
  background-color: #AF2830;
  width :510px;
  padding: 10px 30px;
  position:relative;
  z-index: 2;
  left: -2px;
}
.m_heading--naiteisyaVoice &gt; .m_heading__ttl--naiteisyaVoice{
  color: #fff;
  line-height: 1.2;
}
.m_naiteisyaVoice__list{
  padding: 15px 30px 30px;
}
.m_naiteisyaVoice__listItem + .m_naiteisyaVoice__listItem{
  margin-top: 8px;
}
.m_naiteisyaVoice__listItem{
  padding-left: 16px;
  position: relative;
}
.m_naiteisyaVoice__listItem:before{
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #AF2830;
  width : 8px;
  height: 16px;
  top: 5px;
  left: 0px;
}
@media screen and (max-width: 768px){}
@media screen and (max-width: 599px){
  .m_naiteisyaProfile__item .l_grid__item{
    display: block;
  }
  .m_heading--naiteisyaVoice{
    width: 88%;
  }
  .m_naiteisyaInterview__imgWrap img{
    width: 100%;
    height: auto;
  }
}
/* ****************************************** 蜀�ｮ夊�PJ */



/* 蜈ｨ蜉娉A */
.m_faq{}
.m_faq__item{
  overflow: hidden;
}
.m_faq__item + .m_faq__item{
  border-top: 1px solid;  
}
.m_faq__heading{
  padding-top: 24px;
  padding-bottom: 24px;
}
.m_faq__ttl{
  font-weight: bold;
  font-size: 20px;
}
.m_faq__btnToggle{
  display: block;
  color: inherit;
}
.m_faq__body{
  padding: 0 0 16px 88px;
}
.m_faq__msg{
  padding: 20px;
  padding-right: 0;
  border-left: 1px solid;
}
.m_faq--colorTheme{}
.m_faq--colorTheme .m_faq__msg{
  border-color: #ed1b1b;
}
@media screen and (max-width: 599px){
  .m_faq__heading{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .m_faq__ttl{
    font-size: 16px;
  }
  .m_faq__msg{
    padding: 12px;
    padding-right: 0;
  }
  .m_faq__body{
    padding-left: 8px;
  }
}
/* 繧ｫ繝ｼ繝� */
.m_card{
  position: relative;
  display: block;
  padding: 8px 8px 0 0;
  line-height: 0;
  text-align: center;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}
.m_card::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 20%;
  padding-top: 20%;
  background: linear-gradient(to left bottom, #333 50%, transparent 0) no-repeat;
}
.m_card:hover{
  color: inherit;
  text-decoration: none;
}
.m_card__img{
  width: 100%;
  height: auto;
  transition: .2s transform;
}
.m_card:hover .m_card__img{
  transform: scale(1.2);
}
.m_card--sales::before{
  background-image: linear-gradient(to left bottom, #47b5c7 50%, transparent 0);
}
.m_card--contents::before{
  background-image: linear-gradient(to left bottom, #ee8d3f 50%, transparent 0);
}
.m_card--bup::before{
  background-image: linear-gradient(to left bottom, #5d5ca7 50%, transparent 0);
}
.m_card--eng::before{
  background-image: linear-gradient(to left bottom, #a5ce5f 50%, transparent 0);
}
.m_card--symposium::before{
  background-image: linear-gradient(to left bottom, #F9E426 50%, transparent 0);
}
.m_card--teamStory::before{
  background-image: linear-gradient(to left bottom, #ed1b1b 50%, transparent 0);
  width: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 768px){
  .m_card--teamStory::before{
    width: 20%;
    padding-top: 20%;
  }
}
/* 繝舌リ繝ｼ繝懊ャ繧ｯ繧ｹ */
.m_bannerBox{}
.m_bannerBox__body{}
.m_bannerBox__item{}
.m_bannerBox__target{
  line-height: 0;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}
.m_bannerBox__img{
  max-width: 100%;
  height: auto;
  transition: .2s transform;
}
.m_bannerBox__target:hover{
  color: inherit;
  text-decoration: none;
}
.m_bannerBox__target:hover .m_bannerBox__img{
  transform: scale(1.2);
}
.m_bannerBox--top{
  padding: 0 128px;
}
/* 譁ｰ蜊呈治逕ｨ繝医ャ繝� */
.m_bannerBox{}
.m_bannerBox--normal{}

.m_bannerBox--normal .m_bannerBox__item {}
.m_bannerBox__item--alignCenter { text-align: center; }

.m_bannerBox--normal .m_bannerBox__img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.m_bannerBox__link { display: inline-block; }
.m_bannerBox__link:hover { opacity: 0.6; }

@media screen and (max-width: 768px){
  .m_bannerBox--top{
    padding: 0;
  }
  .m_bannerBox__body{
    padding: 0 12px
  }
  .m_bannerBox__item{
    padding: 12px;
  }
}
/* 繝｡繝ｼ繝ｫ */
.m_mail{
  display: flex;
  align-items: center;
}
.m_mail__address{}
.m_mail__btnList{
  display: flex;
  align-items: flex-end;
  padding-left: 40px;
}
.m_mail__btnItem{
  position: relative;
}
.m_mail__btnItem + .m_mail__btnItem{
  margin-left: 16px;
}
.m_mail__btn{}
.m_mail__hintMsg{
  position: absolute;
  top: 100%;
  left: 50%;
  padding: .5em 1em;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1;
  font-size: 13px;
  transform: translate(-50%, 24px);
}
.m_mail__hintMsg::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 12px solid;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: translate(-50%, -100%);
}
.m_mail__hintMsg--colorBlock{
  background: #231815;
  color: #fff;
}
.m_mail__hintMsg--colorBlock::after{
  border-bottom-color: #231815;
}
@media screen and (max-width: 599px){
  .m_mail{
  }
  .m_mail__btnList{
    padding-left: 20px;
  }
  .m_mail__hintMsg--mail{
    left: calc(50% - 56px);
  }
  .m_mail__hintMsg--mail::after{
    left: calc(50% + 56px);
  }
}
/* 繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ */
.m_hamburger{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
.m_hamburger__bar{
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #333;
  transition: .5s transform;
}
.m_hamburger__bar--first{
  transform: translateY(-8px);
}
.m_hamburger__bar--second{
  transform: translateY(8px);
}
.m_hamburger.is_active .m_hamburger__bar--first{
  transform: rotate(45deg);
}
.m_hamburger.is_active .m_hamburger__bar--second{
  transform: rotate(-45deg);
}
.m_hamburger.is_active .m_hamburger__bar--third{
  transform: rotate(-45deg);
}
.m_hamburger--colorAccent{
  background: #2e3192;
}
.m_hamburger--colorAccent &gt; .m_hamburger__bar{
  background: #fff;
}
/* 繝医ャ繝励∈ */
.m_toPageTop{
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 998;
}
/* 縺顔衍繧峨○繝懊ャ繧ｯ繧ｹ */
/*.m_newsBox{
  position: relative;
  padding: 32px 24px;
  border: 2px solid;
}
.m_newsBox__ttl{
  position: absolute;
  top: 0;
  padding: 0 8px;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}
.m_newsBox__body{
  font-size: 20px;
}
.m_newsBox--important{
  border-color: #ff3e5f;
}
.m_newsBox--important .m_newsBox__ttl{
  color: #ff3e5f;
}
@media screen and (max-width: 599px){
  .m_newsBox__ttl{
    font-size: 20px;
  }
  .m_newsBox__body{
    font-size: 16px;
  }
}
*/
/* 蜍慕判 */
.m_iframe {}

@media screen and (min-width: 768px){
  .m_iframe--center {
    margin: auto;
    width: 530px;
  }
}
.m_iframe__inner {
  position: relative;
  width: 100%;
  padding-top: calc(100% * 9 / 16);
}
.m_iframe__inner &gt; iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Twitter繧ｦ繧｣繧ｸ繧ｧ繝�ヨ */
.m_snsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}

.m_snsWrapper__item {
  padding: 16px;
}

.m_snsWrapper__item iframe {
  border: 1px solid #ccc !important;
}

@media screen and (max-width: 599px) {
  .m_snsWrapper { margin: 0; }
}

/* =====
utility
===== */
/*讓ｪ蟷�*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}

/* 繝ｪ繧ｭ繝�ラ逕ｻ蜒� */
.u_liquidImg &gt; img{
  max-width: 100%;
  height: auto;
}

/* 逕ｻ蜒丞腰迢ｬ縺ｮ隕∫ｴ� */
.u_onlyImg{
  text-align: center;
  line-height: 0;
}

/* 隕∫ｴ�蜃ｺ縺呻ｼ乗ｶ医☆ */
.u_hide{
  display: none;
}
@media screen and (max-width: 768px){
  .u_resMdHide{
    display: none !important;
  }
  .u_resMdInline{
    display: inline !important;
  }
  .u_resMdBlock{
    display: block !important;
  }
}
@media screen and (max-width: 599px){
  .u_resSmHide{
    display: none !important;
  }
  .u_resSmInline{
    display: inline !important;
  }
  .u_resSmBlock{
    display: block !important;
  }
}
/* 
.u_mt16{
  margin-top: 16px;
}
.u_mb16{
  margin-bottom: 16px;
}
.u_mr16{
  margin-right: 16px;
}
.u_ml16{
  margin-left: 16px;
}
/* 繝輔か繝ｳ繝医し繧､繧ｺ */
.u_fs16{
  font-size: 16px;
}
/* 譁�ｭ怜､ｪ縺� */
.u_fwb{
  font-weight: bold;
} 
/* 譁�ｭ鈴俣 */
.u_ls0{
  letter-spacing: 0;
}
@media screen and (max-width: 768px){
  .u_resMdLs0{
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px){
  .u_resSmLs0{
    letter-spacing: 0;
  }
}
/* 蝙ら峩菴咲ｽｮ */
.u_vaN10{
  vertical-align: -10px;
}
.u_vaN12{
  vertical-align: -12px;
}

/* 繝輔Ξ繝�け繧ｹ縺ｧ蟇�○ */
.u_fRight{
  display: flex;
  justify-content: flex-end;
}
/* 繧ｹ繝槭�譎ゅ�繧ｬ繝ｼ繧ｿ繝ｼ */
.u_resGutter{}
@media screen and (max-width: 768px){
  .u_resGutter{
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }
}
/* 豕ｨ險� */
.u_note {
  font-size: 12px;
}
.u_sup {
  vertical-align: super;
}
/* 蜿ｳ荳具ｼ狗�濶ｲ */
.u_note--data {
  color: #666;
  font-size: 12px;
  text-align: right;
}
/* 繝輔Ξ繝�け繧ｹ縺ｮalign-self */
.u_as-a { align-self: auto !important; }
.u_as-fs { align-self: flex-start !important; }
.u_as-fe { align-self: flex-end !important; }
.u_as-c { align-self: center !important; }
.u_as-b { align-self: baseline !important; }
.u_as-s { align-self: stretch !important; }

/* =====
state
===== */
.js_animeGlobalChildList-enter-active, .js_animeGlobalChildList-leave-active{  
  transition: .5s opacity, .5s transform;
}
.js_animeGlobalChildList-enter{
  transform: translateY(-100%);
}
.js_animeGlobalChildList-leave-to{
  opacity: 0;
  transform: translateY(-100%); 
}
.js_animeGlobalChild-enter-active{
  transition: .5s opacity;
}
.js_animeGlobalChild-leave-active{
  position: absolute;
  width: 0;
  visibility: hidden;
}
.js_animeGlobalChild-enter{
  opacity: 0;
}
.js_animeAccordion-enter-active, .js_animeAccordion-leave-active{
  transition: .5s height;
}
@media screen and (max-width: 768px){
  .m_footer{
    background: initial;
  }

  .js_animeGlobalChildList-enter-active, .js_animeGlobalChildList-leave-active{  
    transition: .5s transform;
  }
  .js_animeGlobalChildList-enter{
    transform: translateX(100%);
  }
  .js_animeGlobalChildList-leave-to{
    transform: translateX(100%);
    opacity: 1;
  }
}
/* 繧ゅ▲縺ｨ縺ｿ繧� */
.js_extendTarget{
  overflow: hidden;
  transition: .7s max-height;
}
.js_extendTarget.isReduced{
  opacity: .1;
}

</pre></body></html>