/* Generated by less 3.10.3 */
@charset "utf-8";
/* CSS Document */
.l_mv .mv_lead_set {
  padding: 25vw 10vw 0 0;
}
/*
#headerCatch .bnr {
	width: 27vw;
}
*/
@media (max-width: 600px) {
  .l_mv {
    height: 100vw !important;
  }
}
/*20181206 n.wada*/
#headerCatch .bnr {
  width: auto;
}
.l_header {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 30px 20px;
}
.l_header .header_logo {
  letter-spacing: 0.5em !important;
  padding: 0 !important;
}
.l_header .br-ipad {
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
}
.l_header .br-sp {
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
}
@media only screen and (max-width: 600px) {
  .l_header {
    margin: 5px 2px;
    justify-content: center;
  }
  .l_header .header_logo {
    letter-spacing: 0.5em !important;
  }
}
.l_mv .mv_lead_set .mv_lead2 {
  position: absolute;
  top: 70px;
  left: 100px;
  /*right: 0;
	margin: 0 30px;*/
}
.l_mv .mv_lead_set .mv_lead2 p {
  color: #ca151e;
  /*background-color: #fff;*/
  padding: 0 10px;
  font-size: 4vw;
  font-weight: bold;
  font-family: 'メイリオ', Meiryo, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: left;
  text-shadow: 1px 1px 0 #fff;
}
.l_mv .mv_lead_set .mv_lead2 p:nth-child(2) {
  color: #000000;
}
@media only screen and (max-width: 598px) {
  .l_mv .mv_lead_set .mv_lead1 {
    position: absolute;
    top: 80px;
    left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .l_mv .mv_lead_set .mv_lead2 {
    top: 30px;
    left: 10%;
  }
  .sp_block {
    position: absolute;
    bottom: 0;
  }
}
/*20190205 n.wada*/
.header_lead_set {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  font-size: 2.8vw;
  font-weight: bold;
  font-family: 'メイリオ', Meiryo, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.header_lead_set .header_lead {
  color: #ca151e;
  font-weight: bold;
}
.header_lead_set .header_lead_br-sp {
  font-weight: bold;
  padding-left: 20px;
}
.l_mv {
  height: 500px;
  background: url(../img/mv_bg.jpg) center center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .header_lead_set {
    margin: 5px 2px;
    justify-content: center;
    font-size: 1.01em;
  }
}
#headerCatch {
  position: inherit;
  padding: 0;
}
#headerCatch img {
  width: 100%;
}
/*20190718 n.kawamura*/
#headerCatch {
  display: flex;
  align-items: flex-start;
  position: relative;
  background: #e1f2f2;
}
#headerCatch .bnr {
  flex: 1 0 66.5%;
  text-align: center;
  padding: 10px;
}
#headerCatch .bnr img {
  max-width: 100%;
}
#headerCatch .highschool_student_bnr {
  flex: 0 0 33.5%;
  padding: 10px;
  max-width: 33.5%;
}
#headerCatch .highschool_student_bnr img {
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  #headerCatch {
    display: block;
  }
  #headerCatch .bnr {
    max-width: 100%;
  }
  #headerCatch .highschool_student_bnr {
    max-width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  #headerCatch .highschool_student_bnr {
    padding: 0 10px 10px 10px;
  }
}
/* 19.09.13 Onishi */
.l_anchor {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .l_anchor {
    padding: 40px 4%;
  }
}
.l_anchor:after {
  content: "";
  position: absolute;
  z-index: 100;
  display: block;
  width: 8px;
  height: 44px;
  background: #00acc8;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.l_anchor__list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 950px) {
  .l_anchor__list {
    flex-wrap: wrap;
  }
}
.l_anchor__list__item {
  width: 100%;
  padding: 10px;
}
@media only screen and (max-width: 950px) {
  .l_anchor__list__item {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 480px) {
  .l_anchor__list__item {
    flex: 0 0 100%;
    padding: 5px;
  }
}
.l_anchor__list__item a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  padding: 24px;
  background: #00acc8;
  border-radius: 2px;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 480px) {
  .l_anchor__list__item a {
    font-size: 1.4rem;
    padding: 16px;
  }
}
.l_anchor__list__item a:hover {
  opacity: 0.8;
}
.l_anchor__list__item a img {
  max-height: 24px;
  width: auto;
  margin-right: 1em;
}
@media only screen and (max-width: 480px) {
  .l_anchor__list__item a img {
    max-height: 20px;
  }
}
.l_benefits .benefit_items {
  max-width: 1100px;
  display: block;
}
.l_benefits .benefit_items__item {
  width: auto !important;
  margin-bottom: 24px !important;
  position: relative;
  counter-increment: section;
}
.l_benefits .benefit_items__item:first-child .benefit_items__img__item {
  transform: translate(-6px, 0px);
  width: 264px;
}
.l_benefits .benefit_items__item:last-child {
  margin-bottom: 0 !important;
}
.l_benefits .benefit_items__item:after {
  content: 'Benefit' counter(section, decimal-leading-zero);
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  padding: 8px 16px;
  background: #00acc8;
  border-radius: 2px;
}
@media only screen and (max-width: 480px) {
  .l_benefits .benefit_items__item:after {
    font-size: 1.4rem;
  }
}
.l_benefits .benefit_items__item .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px !important;
}
@media only screen and (max-width: 950px) {
  .l_benefits .benefit_items__item .inner {
    display: block;
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 480px) {
  .l_benefits .benefit_items__item .inner {
    padding: 24px 24px 40px !important;
  }
}
.l_benefits .benefit_items__item:nth-child(odd) .benefit_items__img {
  margin-left: 40px;
}
.l_benefits .benefit_items__item:nth-child(even) .inner {
  flex-direction: row-reverse;
}
.l_benefits .benefit_items__item:nth-child(even) .benefit_items__img {
  margin-right: 40px;
}
.l_benefits .benefit_items__body {
  flex: 1 1 auto;
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  .l_benefits .benefit_items__body {
    padding-top: 10px;
  }
}
.l_benefits .benefit_items__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
  border-bottom: 2px solid #00acc8;
}
@media only screen and (max-width: 480px) {
  .l_benefits .benefit_items__ttl {
    font-size: 1.8rem;
  }
}
.l_benefits .benefit_items__txt {
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .l_benefits .benefit_items__txt {
    font-size: 1.3rem;
  }
}
.l_benefits .benefit_items__img {
  flex: 0 0 auto;
  display: flex;
}
@media only screen and (max-width: 950px) {
  .l_benefits .benefit_items__img {
    justify-content: center;
    margin: 40px 0 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .l_benefits .benefit_items__img {
    margin: 30px 0 0 0 !important;
  }
}
.l_benefits .benefit_items__img__item {
  position: relative;
  width: 244px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.l_benefits .benefit_items__img__item:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.l_benefits .benefit_items__img__item:nth-child(1) {
  transform: translate(0, 20px);
}
.l_benefits .benefit_items__img__item:nth-child(2) {
  margin-left: -40px;
  transform: translate(0, -20px);
}
.l_benefits .benefit_items__img__item.-card {
  width: 340px;
  border-radius: 4%;
  border-color: #e5e5e5;
}
.l_benefits .benefit_items__img__item.-card:before {
  padding-top: 63.495%;
}
.l_staff_interview {
  overflow: visible;
  position: relative;
}
.l_staff_interview:after {
  content: "";
  position: absolute;
  z-index: 100;
  display: block;
  width: 8px;
  height: 44px;
  background: #00acc8;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.l_access {
  border-top: 7px double #00acc8;
}
/*20200406 n.kawamura*/
footer {
  padding-bottom: 220px;
}
footer .l_copy_right {
  padding: 28px 0;
}
footer .footer_ga {
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
footer .footer_ga .ga-pdf {
  text-decoration: underline;
}
