<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: 120px;
}
.l_globalHeader__body{
  background-color: #fff;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-width: 1280px;
  box-shadow: 0 3px 8px rgba(0,0,0,.1);
}
.l_globalHeader__bodyInner{
  width: 1020px;
  margin: 0 auto;
  display:flex;
}
.l_globalHeader__entryBtn{
  position: relative;
  width:147px;
  height:120px;
  background-image: url("/resource/img/recruit/freshers2024/header_entry.png");
  display:inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.l_globalHeader__entryBtn:before{
  content:"";
  background-image: url("/resource/img/recruit/freshers2024/header_entry_hover.png");
  background-repeat: no-repeat;
  width:147px;
  height:120px;
  position:absolute;
  top:0;
  left:0;
  left: -100%;
  opacity: 0;
  transition: .3s;
}
.l_globalHeader__entryBtn:after{
  content: "\30A8\30F3\30C8\30EA\30FC\0020";
  display: inline-flex;
  position: absolute;
  height:100%;
  width: 100%; 
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  left: 0;
}
.l_globalHeader__entryBtn:hover:before {
  left: 0;
  opacity: 1;
}
.l_globalHeader__entryImg{
  vertical-align: bottom;
}
.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{
  /*border-bottom: 1px solid;*/
  /*background: #fff;*/
  /*box-shadow: 0px 3px 8px rgba(0,0,0,.1);*/
  color: #333;
  padding-bottom: 10px;
}
.l_globalHeader__inner{
  /*width: 1020px;*/
  /*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__bodyInner{
    width: 100%;
  }
  .l_globalHeader__other{
    width: 100%;
  }
  .l_globalHeader__entry{
    display: none;
  }
  .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: 980px;
  margin: 0 auto;
}
.l_recruitFooter__body{
  color: rgba(255, 255, 255, 0.8);
  /*display: flex;*/
  /*margin: 0 -12px;*/
}
.l_recruitFooter__container{
  align-items: center;
  display: flex;
  justify-content: space-between;
  /*margin: 0 -12px;*/
  padding: 0 20px;
}
.l_recruitFooter__item{
  display: block;
  /*padding: 0 12px;*/
}
.l_recruitFooter__item + .l_recruitFooter__item { margin-top: 20px; }

.l_recruitFooter__item--ico{
  flex: 0 0 auto;
}
.l_recruitFooter__item--btn{
  display: none;
}
.l_recruitFooter__item--sitemap{
  flex: 1 1 auto;
}
.l_recruitFooter--colorTheme{
  background: #AF2830;
}
@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__container{
    border-bottom: 1px dotted #CCCCCC;
    display: block;
    padding: 0;
  }
  .l_recruitFooter__item--ico{
    display: none;
  }
  .l_recruitFooter__item--btn{
    display: block;
  }
  .l_recruitFooter__item--sitemap{
    flex-basis: 50%;
  }
  .l_recruitFooter--colorTheme{
    background: #8F1E35;
  }
  .l_recruitFooter--colorTheme .l_recruitFooter__item{
    color: #fff;
    text-align:left;
  }
}
@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: auto;
  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 -12px;*/
}
.l_nav--global &gt; .l_nav__item{
  padding: 0 12px;
}
.l_nav--global .l_nav__target{
  color: #af2830;
  font-size: 14px;
  position: relative;
  letter-spacing: 0;
  transition: .3s color;
  z-index: 2;
}
.l_nav--global .l_nav__target--link:hover{ color: #fff; }
.l_nav--global .l_nav__target--link::before{
  background-color: #AF2830;
  content: "";
  display: block;
  height: 1.5em;
  position: absolute;
  left: -10px;
  transition: .3s width;
  transform-origin: left top;
  width: 4px;
  z-index: -1;
}

.l_nav--global .l_nav__target.active::before,
.l_nav--global .l_nav__target--link:hover::before{
  background: #AF2830;
  content: "";
  position: absolute;
  /*top: calc(1em + 8px);*/
  /*left: 0;*/
  display: block;
  transform-origin: right top;
  width: calc(100% + 20px);
  /*height: 4px;*/
}
.l_nav--globalChild{
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto;
}
.l_nav--globalChild &gt; .l_nav__item{
  width: 16.6%;
}
.l_nav--globalChild &gt; .l_nav__item{
  justify-content: center;
  position: relative;
  /*margin-left: 8px;*/
  padding: 0 9px;
}
.l_nav--globalChild &gt; .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 &gt; .l_nav__item::after{
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 1.4em;
  margin: auto 0;
  background: #999;
}*/
.l_nav--globalChild .l_nav__target{
  padding: .4em 0;
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
}
.l_nav--globalChild .l_nav__target::before{
  background-color: #af2830;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  bottom: 3px;
  left: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform, .3s;
  width: 100%;
}

.l_nav--globalChild .l_nav__target:hover::before{
  transform: scale(1,1);
}
.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_contents{
 /*margin: 0 auto 160px;*/
  margin: 0 auto 50px;
  display: flex;
  text-align:left;
  font-size: 16px;
  line-height: 1.6;
}
.l_contents__item{
  margin: 0 auto;
}
.l_contents__item + .l_contents__item{
  margin-top: 160px;
}
.l_contents--top{
  width: 1260px;
}
.l_contents--top &gt;.l_contents__item + .l_contents__item{
  margin-top: 100px;
}

.l_contents--bottom{
  width: 1264px;
}
.l_base--730w .l_contents--bottom{
  width: 730px;
}

.l_contents--sideNavi{
  width: 200px;
  margin-right: 40px;
  padding: 0 10px;
  margin-bottom: 15px;
}
.l_contents--contents{
  display: block;
}
@media screen and (max-width: 768px){
  .l_contents{
    width: 100%;
    margin-bottom: 40px;
  }
  .l_base--730w .l_contents--bottom{
    width: 100%;
  }
  .l_contents__item + .l_contents__item{
    margin-top: 72px;
  }
  .l_contents--top {
    margin: auto;
    width: 95%;
  }
  .l_contents--sideNavi{
    display: none;
  }
}

/*
    遽
================================*/
.l_section{}
.l_section__item{}
.l_section--primary{
  width: 100%;
}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 80px;
}
.l_section--primary &gt; .l_section__item + .l_section__item.m_newsBox{
  margin-top: 0px;
}
.l_section--primary &gt; .l_section__item + .l_section__item.m_tileMenu{
  margin-top: 0px;
}
.l_section--primary &gt; .l_section__item + .l_section__item--topMovie{ 
  margin-top: 30px;
}
.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;
}
@media screen and (max-width: 768px){
  .l_section--primary &gt; .l_section__item + .l_section__item{
    margin-top: 64px;
  }
  .l_section--primary &gt; .l_section__item + .l_section__item.m_newsBox{
    margin-top: 30px;
  }
  .l_section--primary &gt; .l_section__item + .l_section__item.m_tileMenu{
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px){
}

/*
    繝ｪ繧ｹ繝�
================================*/
.l_list{}
.l_list__item{}
.l_list--sm &gt; .l_list__item + .l_list__item{
  /*margin-top: 8px;*/
}
.l_list--hasDot{}
.l_list--hasDot &gt; .l_list__item{
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 599px){
}

/*
    繧ｰ繝ｪ繝�ラ
================================*/
.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;
}
@media screen and (max-width: 599px){
}


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

    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("https://www.insource.co.jp/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: #AF2830;
    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: 10px 0 8px;
}
.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: 56px;
  background: url("/resource/img/recruit/freshers2024/__ins_topimg_recruit-24freshers.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: #AF2830;
}
.m_topKeyvisual--colorTheme .m_topKeyvisual__opt::after{
  background: #AF2830;
}
@media screen and (max-width: 768px){
  .m_topKeyvisual{
    height: 0;
    margin-bottom: 20px;
    padding-top: calc(100% * 330 / 348);
    background: url("/resource/img/recruit/freshers2024/__ins_topimg_recruit-24freshers_w768.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;
}
@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("https://www.insource.co.jp/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;
  }
}
@media screen and (max-width: 599px){
  .m_keyvisual__body{
    background: url("https://www.insource.co.jp/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_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: #AF2830;
}
.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: 20px;
}
.m_heading--secondary &gt; .m_heading__ttl{
  color: #AF2830;
  font-size: 24px;
  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;
}
@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: #AF2830;
  }
  .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;
  }
}
@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_articleBox{
  position: relative;
  width: 1020px;
}
.m_articleBox:before{
  content: "";
  height: auto;
  width: 100%;
}
.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;
}
@media screen and (max-width: 768px){
  .m_articleBox{
    background-size: contain;
    width: 100%;
  }
  .m_articleBox__body{
    position: relative;
    bottom: 26px;
  }
  .m_articleBox .m_articleBox__body{/* modifier蟇ｾ蠢� */
    top: 50%;
    left: 0;
    width: 100%;
    transform: none;
  }
  .m_articleBox--branch .m_articleBox__body {
    position: absolute;
    top: 63%;
    bottom: auto;
    transform: translateY(-50%);
縲}
  .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--branch .m_btn__target{
    background: rgba(0, 0, 0, .4);
  }
}
@media screen and (max-width: 599px){
  .m_articleBox__ttl{
    font-size: 32px;
  }
  .m_articleBox__body{
    bottom: 18px;
  }
  .m_articleBox__catch{
    font-size: 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: #AF2830;
}
.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: #AF2830;
  }
  .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_sitemap{
  /*margin: 0 -12px;*/
  letter-spacing: -.5em;
  font-weight: normal;
}
.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;
}
.m_sitemap__item--list{
  display: flex;
  flex-wrap: wrap;
}
.m_sitemap__listItem{
  display: flex;
  justify-content: center;
  padding: 0 7px;
  position: relative;
  width: 16.66%;
}
.m_sitemap__listItem + .m_sitemap__listItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 1.6em;
  margin: auto 0;
  background: #fff;
}
.m_sitemap__listItem:nth-of-type(7):before { content: none; }

.m_sitemap__listItem .m_link{ padding: 4px 0; }

@media screen and (max-width: 768px){
  .m_sitemap{
    margin: 0;
  }
  .m_sitemap__item{
    display: flex;
    padding: 0;
    font-size: 13px;
  }
  .m_sitemap__item--list{
    /*padding-left: 16px;*/
  }
  .m_sitemap__ttl{
    margin-bottom: 8px;
  }
  .m_sitemap__listItem{
    border-bottom: none;
    justify-content: flex-start;
    padding: 0 4px 8px;
    width: 25%;
  }
  .m_sitemap__listItem .m_link{
    display: flex;
    width: 100%;
  }
  .m_sitemap__listItem .m_link::after{
    content: "\f105";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-left: auto;
  }
  .m_sitemap__listItem + .m_sitemap__listItem::before { content: none; }
}
@media screen and (max-width: 599px) {
  .m_sitemap__listItem{ width: 50%; }
}

/*
    繝輔ャ繧ｿ繝ｼ繝翫ン�医Ο繧ｴ�九Μ繧ｹ繝茨ｼ�
================================*/
.m_footerNavi {}

.m_footerNavi__item--list {
  display: flex;
  margin: -8px;
}
.m_footerNavi__listItem {
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .m_footerNavi__item--list{
    display: block;
    margin: 0;
  }
  .m_footerNavi__listItem .m_link::after{
    content: "\f105";
    display: inline-block;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-left: 1em;
  }

}

/*
    蜈ｨ蜉娉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: #AF2830;
}
.m_faq__msg a{
  color: #3366FF;
  transition: .3s;
}
.m_faq__msg a:hover{
  opacity: 0.6;
}
@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, #AF2830 50%, transparent 0);
  width: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 768px){
  .m_card--teamStory::before{
    width: 20%;
    padding-top: 20%;
  }
}

/*
    繧ｿ繧､繝ｫ
================================*/
.m_tile {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.m_tile__item { padding: 10px; }

.m_tile__link {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.m_tile__link::before {
  background-color: #333;
  content: "";
  display: block;
  height: 40px;
  mix-blend-mode: multiply;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  /*max-width: 240px;*/
  width: 100%;
  z-index: 1;
}

.m_tile__title {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: fit-content;
  z-index: 2;
  padding: 5px;
  height: 40px;
  display: flex;
  align-items: center;
}
.l_contents--bottom .m_tile__title{
  font-size: 14px;
}

.m_tile__image {
  display: block;
  height: auto;
  transition: .3s;
  width: 100%;
}

.m_tile__link:hover .m_tile__image {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .l_contents--bottom .m_tile{
    margin: 0;
  }
}

@media screen and (max-width: 599px) {
  .m_tile__title { 
    font-size: 14px; 
  }
  .l_contents--bottom .m_tile__title{
    font-size: 14px;
  }
}


/*
    繝舌リ繝ｼ繝懊ャ繧ｯ繧ｹ
================================*/
.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{
  /*box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);*/
  padding: 20px 110px 20px;
}
.l_contents--bottom .m_newsBox{
  margin-top: 80px;
}
.m_newsBox__ttl{
  border-bottom: 1px solid #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.m_newsBox__body{
  max-height: 400px;
  overflow: auto;
}
.l_contents--bottom .m_newsBox__body{
  max-height: 200px;
}
.m_newsBox__body a{
  color: #333;
}
.m_newsList {}
.m_newsList &gt; *:last-child { margin-bottom: 0; }

.m_newsList__item { margin-bottom: 3px; }

.m_newsList__container {
  display: flex;
}
.m_newsList__container &gt; *:last-child { margin-bottom: 0; }

.m_newsList__date {
  flex: 0 0 auto;
  margin-right: 30px;
}

.m_newsList__contents {
  flex: 0 1 auto;
  margin-bottom: 10px;
}

.m_newsList__text {}

.m_newsList__link {
  color: currentColor;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: none;
}

.m_newsList__link:hover {
  text-decoration: underline;
}


@media screen and (max-width: 599px){
  .m_newsBox { padding: 12px; }
  .m_newsBox__ttl{
  font-size: 20px;
  }
  .m_newsBox__body{
    font-size: 16px;
    max-height: 180px;
  }
  .m_newsList__item:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .m_newsList__container { display: block; }
}

/*
    蜍慕判��iframe��
================================*/
.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;
}

/* 繝輔Ξ繝�け繧ｹ縺ｮ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; }


/*
    繧ｹ繝槭�譎ゅ�繧ｬ繝ｼ繧ｿ繝ｼ
================================*/
.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;
}


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

    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;
}

.m_pc_popup {
  width: 200px;
  position: fixed;
  z-index: 10001;
  bottom: 0;
  right: 0;
  transition: .3s;
}
.m_pc_popup__btn {
  border-radius: 5px 5px 0 0;
  background-color: #CA2431;
  cursor: pointer;
  transition: .3s;
  width:67px;
  height:27px;
  margin-left:auto;
  margin-right:0;
}
.m_pc_popup__btn:hover {
  opacity: 0.7;
}
.m_pc_popup__brn_ttl {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.m_pc_popup__brn_ttl:after {
  font-family: "font awesome 5 free";
  content: "\f107";
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 2px;
  padding-left: 3px;
}
.m_pc_popup__list {
  transition: .3s;
}
.m_pc_popup__itm {
}
.m_pc_popup__itm_over {
  border: 2px solid #CA2431;
  border-bottom:none;
  background-color: #fff;
  text-align: center;
}
.m_pc_popup__itm_under {
  border: 2px solid #CA2431;
  border-top:none;
  background-color: #CA2431;
}
.m_pc_popup__itm_ttl {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}
.m_pc_popup__itm_img {
  transition: .3s;
  display: block;
}
.m_pc_popup__itm_img:hover {}
.m_pc_popup__itm_imgMain {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  background-color: #CA2431; 
}
.m_pc_popup__itm_btn {
  display:inline-block;
  width: 100%;
  height: 80px;
  padding: 20px 10px;
  color: #333;
  font-weight:bold;
  overflow:hidden;
  position:relative;
  vertical-align: bottom;
}
.m_pc_popup__itm_btn-event{
  border-bottom: 2px solid #CA2431; 
}
.m_pc_popup__itm_btn:before {
  content:"";
  display: inline-block;
  width:100%;
  height: 100%;
  background: #CA2431;
  top:0;
  left:-100%;
  transition: .3s;
  opacity: 0;
  position:absolute;
}
.m_pc_popup__itm_btn:hover:before{
  left:0;
  opacity: 1;
}
.m_pc_popup__itm_btn-entry:after,
.m_pc_popup__itm_btn-event:after{
  display: inline-block;
  content: "";
  color: #333;
  font-weight:bold;
  position:absolute;
  height: auto;
  width: 100%;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
}
.m_pc_popup__itm_btn-entry:after{
  content: "\30A8\30F3\30C8\30EA\30FC\0020";
}
.m_pc_popup__itm_btn-event:after{
  content: "\4F1A\793E\8AAC\660E\4F1A\30FB\30A4\30D9\30F3\30C8";
}
.m_pc_popup__itm_btn-entry:hover:after,
.m_pc_popup__itm_btn-event:hover:after{
  color: #fff;  
}
.m_pc_popup__itm_downloadBtn {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #C53600;
  border-radius: 27px;
  transition: .3s;
  display: block;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 1px;
}
.m_pc_popup__itm_downloadBtn:hover {
  opacity: 0.7;
}
.m_pc_popup__itm_link {
  margin-top: 10px;
  text-align: center;
}
.m_pc_popup__itm_linkTarget {
  font-size: 14px;
  color: #2F3450;
  text-decoration: underline;
  letter-spacing: -0.9px;
  transition: .3s;
}
.m_pc_popup__itm_linkTarget:hover {
  opacity: 0.7;
}
@media screen and (max-height: 920px) {
  .m_pc_popup__itm{}  
  .m_pc_popup__itm_img{}
}
@media screen and (max-width: 768px) {
  .m_pc_popup {
    display:none;
  }
}
/* popup sp */
.m_sp_popup {
  width: 111px;
  position: fixed;
  z-index: 30;
  display: none;
  bottom: 0;
  right: 0;
}
.m_sp_popup__closeBtn {
  text-align: right;
  position: relative;
  z-index: 50;
  bottom:3px;
}
.m_sp_popup__closeBtn_img {
  cursor: pointer;
  transition: .3s;
}
.m_sp_popup__closeBtn_img:hover {
  opacity: 0.7;
}
.m_sp_popup__itm {
  margin-top: -10px;
}
.m_sp_popup__itm_wrap {
  cursor: pointer;
  transition: .3s;
}
.m_sp_popup__itm_wrap:hover {}
.m_sp_popup__itm_imgMain {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-height: 680px) {
  .m_sp_popup {
    display: none;
    /*display: block;*/
    opacity: 1;
    visibility: visible;
    transition: .3s;
  }
}
@media screen and (max-width: 768px) {
  .m_sp_popup {
    display: none;
    /*display: block;*/
    opacity: 1;
    visibility: visible;
    transition: .3s;
  }
}
.m_pc_popup.js_pop_active{
  opacity: 0;
  visiblity: hidden;
}
/*js*/
.js_pop_hidden{
  opacity:0;
  visibility: hidden;
}
.js_closingBtn{
  width:200px;
}
@media screen and (max-height: 400px) {
  .js_pc_popup-heightControl {
    display:none;
  }
}
@media screen and (max-width: 768px) {
  .m_pc_popup.js_pop_active{
    display:block;
  }
}

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