@charset "UTF-8";
/* 
==================================================
セクションタイトル
==================================================
*/
.m_sectiontitle .col .box {
  background: linear-gradient(to right, #50ba99 10px, #67d522 900px);
}
.m_sectiontitle .col .jpn {
  color: #00963c;
}
.m_sectiontitle.about .col .box::after {
  width: 256px;
}
.m_sectiontitle.number .col .box::after {
  width: 158px;
}
.m_sectiontitle.interview .col .box::after {
  width: 256px;
}
.m_sectiontitle.faq .col .box::after {
  width: 326px;
}
.m_sectiontitle.news .col .box::after {
  width: 360px;
}
.m_sectiontitle.company .col .box::after {
  width: 56px;
}

@media screen and (max-width: 1340px) {
  .m_sectiontitle.about .col .box::after {
    width: 20%;
  }
  .m_sectiontitle.number .col .box::after {
    width: 20%;
  }
  .m_sectiontitle.interview .col .box::after {
    width: 20%;
  }
  .m_sectiontitle.faq .col .box::after {
    width: 20%;
  }
  .m_sectiontitle.news .col .box::after {
    width: 20%;
  }
  .m_sectiontitle.company .col .box::after {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .m_sectiontitle.about .col .box::after {
    width: 50%;
  }
  .m_sectiontitle.number .col .box::after {
    width: 35%;
  }
  .m_sectiontitle.interview .col .box::after {
    width: 45%;
  }
  .m_sectiontitle.faq .col .box::after {
    width: 60%;
  }
  .m_sectiontitle.news .col .box::after {
    width: 62.5%;
  }
  .m_sectiontitle.company .col .box::after {
    width: 20%;
  }
}/*# sourceMappingURL=customize-module.css.map */