@charset "UTF-8";
/* CSS Document */

.innerHead {
  padding-bottom: 50px;
}
.innerHead .headWrap h1 img {
  max-width: 175px;
}
.tabList {
  padding: 28px 3%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: #f2f9ed;
}
.tabList li {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 325px;
  width: 100%;
  min-height: 50px;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 700;
  background: #fff;
  border: 1px dashed #293855;
  margin: 0 1.5%;
  transition: all .25s ease-in;
}
.tabList li.current,
.tabList li:hover {
  background: #293855;
  color: #fff;
}
.tabContents .tabBlock {
  max-height: 0;
  opacity: 0;
  transform: translateY(8px);
  overflow: hidden;
  pointer-events: none;
  transition: max-height .45s ease, opacity .35s ease, transform .35s ease;
  margin: -65px auto 0;
  padding-top: 65px;
}
.tabContents .tabBlock.isShow {
  pointer-events: auto;
  max-height: none;
  opacity: 1;
  transform: translateY(0);
}
.leadWrap {
  padding: 108px 3% max(360px,41%);
  background: url(../img/wave.webp) no-repeat 0 bottom;
  background-size: 100%;
  max-width: 100%;
  overflow: hidden;
}
.leadBlock {
  max-width: 1040px;
  margin: 0 auto;
  border: 1px dashed #293855;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 340px;
  padding: 0 5%;
}
.leadBlock .imgBox {
  width: 42.4%;
  position: relative;
}
.leadBlock .imgBox {
  border: 1px solid #293855;
}
.leadBlock .txtBox {
  width: 50%;
  letter-spacing: 0.06em;
}
.leadBlock .txtBox h2 {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px dashed #293855;
  max-width: 295px;
  padding-bottom: 8px;
  margin-bottom: 28px;
}
.leadBlock .txtBox .notes p {
  font-size: 1.6rem;
  line-height: 1.563;
}
.contentBlock {
  position: relative;
  margin-top: -24.2%;
}
.contentBlock::before {
  background: #fff;
}
.contentWrap {
  padding: 0 3% 40px;
  background: #fff;
  position: relative;
  z-index: 2;
  line-height: 1.563;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.contentWrap .details {
  max-width: 920px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 2.75%;
  margin: 0 auto -10px;
  position: relative;
  top: -20px;
}
.contentWrap .box {
  border: 1px solid #293855;
  width: 48.5%;
  margin-bottom: 27px;
  border-radius: 30px;
  padding: 36px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.contentWrap .box .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin: 0 6.5% 36px 8.5%;
  font-size: clamp(1.4rem,1.25vw,1.6rem);
}
.contentWrap .box.box03 .icons,
.contentWrap .box.box04 .icons {
  margin-bottom: 30px;
}
.contentWrap .box .icons .iconR {
  display: flex;
  align-items: center;
  color: #fff;
  background: #c92634;
  border-radius: 100px;
  min-height: 28px;
  padding: 0 20px;
}
.contentWrap .box .icons .iconN {
  display: flex;
  align-items: center;
  color: #fff;
  background: #293855;
  border-radius: 5px;
  min-height: 28px;
  padding: 0 14px;
}
.contentWrap .box .icons .day {
  color: #606463;
}
.contentWrap .box .topTxt {
  text-align: center;
  margin: 0 3% 2px;
}
.contentWrap .box .topTxt span {
  font-weight: 700;
  border-bottom: 1px dashed #293855;
  display: inline-block;
  padding: 0 10px 4px;
}
.contentWrap .box .number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 3% 28px;
}
.contentWrap .box .number span {
  display: inline-block;
  line-height: 1;
  font-family: "numberfont", sans-serif;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: 12.5rem;
  letter-spacing: 0;
  margin: 0 10px;
  position: relative;
  top: 10px;
}
.contentWrap .box .notes {
  margin: 0 8%;
}
.contentWrap .box .note {
  max-width: 340px;
  margin: 0 auto 38px;
}
.contentWrap .box dl {
  margin-top: auto;
}
.contentWrap .box .accBtn {
  max-width: 46px;
  margin: 0 auto 44px;
  cursor: pointer;
}
.contentWrap .box .accBtn.isOpen {
  display: none;
}
.contentWrap .box .accContents {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}
.contentWrap .box .commentWrap {
  border-top: 1px dashed #293855;
  padding: 30px 3% 40px;
  background: #f2f9ed;
}
.contentWrap .box .commentWrap .commentTop {
  text-align: center;
  font-weight: 700;
  margin-bottom: 26px;
}
.contentWrap .box .commentWrap .note {
  margin-bottom: 12px;
}
.contentWrap .box .commentWrap .close {
  max-width: 46px;
  margin: 0 auto;
  cursor: pointer
}
.contentWrap .box.box05 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 40px 3% 4px;
}
.contentWrap .box.box05 .numberBox {
  width: 27%;
}
.contentWrap .box.box05 .numberBox .icons {
  margin-bottom: 18px;
}
.contentWrap .box.box05 .numberBox .topTxt {
  margin: 0;
}
.contentWrap .box.box05 .numberBox .number {
  margin-top: -8px;
}
.contentWrap .box.box05 .notes {
  width: 72.5%;
  margin: 0;
}
.contentWrap .box.box05 .note {
  margin: 0;
  max-width: 500px;
}
.contentWrap .otherBox {
  width: 31.5%;
  margin: 4px 0 27px;
  padding: 36px 3% 42px;
}
.contentWrap .otherBox .icon1N {
  text-align: center;
}
.contentWrap .otherBox .icon1N span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #293855;
  border-radius: 100px;
  min-height: 28px;
  padding: 0 24px;
  margin-bottom: 38px;
  font-size: clamp(1.2rem,1.25vw,1.6rem);
  letter-spacing: 0;
}
.contentWrap .otherBox .icon1N span.small {
  font-size: clamp(1.1rem,1.17vw,1.5rem);
}
.contentWrap .otherBox .note {
  max-width: 224px;
  margin-bottom: 0;
}
.contentWrap .otherBox.box09 .icon1N span {
  padding: 0 14px;
}
.contentWrap .evaluation {
  max-width: 865px;
  margin: 0 auto 33px;
}
.contentWrap .evaluation .iconN span {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #293855;
  border-radius: 100px;
  min-height: 28px;
  padding: 0 20px;
  margin-bottom: 24px;
}
.contentWrap .evaluation .note {
  max-width: 780px;
  margin: 0 auto;
}
.contentWrap .swiper {
  max-width: 950px;
  margin: 0 auto;
}
.contentWrap .swiper .slideBox {
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid #293855;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 7% 40px 8.5%;
}
.contentWrap .swiper .slideBox .imgBox {
  width: 26%;
}
.contentWrap .swiper .slideBox .txtBox {
  width: 65.5%;
}
.contentWrap .swiper .slideBox .txtBox .topTxt {
  display: inline-block;
  border-bottom: 1px dashed #293855;
  font-weight: 700;
  padding: 0 5px 5px;
  margin-bottom: 15px;
}
.contentWrap .swiper .slideBox .txtBox .note {
  padding: 0 5px;
}
.contentWrap .swiper-button-next,
.contentWrap .swiper-button-prev {
  width: 35px;
  height: 35px;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23fff%3B%20%7D%20.st1%20%7B%20fill%3A%20%23293855%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M20%2C0c11%2C0%2C20%2C9%2C20%2C20s-9%2C20-20%2C20S0%2C31%2C0%2C20%2C9%2C0%2C20%2C0Z%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2217.1%2026.9%2016%2025.9%2021.9%2020%2016%2014.1%2017.1%2013.1%2024%2020%2017.1%2026.9%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: contain;
}
.contentWrap .swiper-button-next {
  right: 0;
}
.contentWrap .swiper-button-prev {
  left: 0;
  transform: scale(-1, 1);
}
.contentWrap .swiper-button-next::after,
.contentWrap .swiper-button-prev::after {
  display: none;
}
.tabList.tabBtm {
  padding: 0 3% 40px;
  background: none;
}
.whatENEX {
  padding: 42px 3%;
  line-height: 1.563;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  background: #b8d8da;
}
.whatENEX .boxWrap {
  max-width: 1040px;
  border: 1px dashed #293855;
  border-radius: 30px;
  background: url(../img/benefits/whats_bg.webp) no-repeat right 0 #fff;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.whatENEX .boxWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(255,255,255,.9) 0%,
    rgba(255,255,255,.8) 55%,
    rgba(255,255,255,.4) 75%,
    rgba(255,255,255,0) 90%
  );
  pointer-events: none;
}
.whatENEX .boxWrap a {
  display: block;
  padding: 74px 6% 70px;
  position: relative;
  z-index: 2;
}
.whatENEX .boxWrap .icon {
  color: #fff;
  background: #c92634;
  border-radius: 100px;
  padding: 2px 18px;
  margin-bottom: 20px;
  display: inline-block;
}
.whatENEX .boxWrap .whatsTxt {
  max-width: 295px;
  margin-bottom: 24px;
}
/* ----------- 教育制度 ---------- */
.contentWrap .system {
  max-width: 920px;
  margin: 0 auto;
  padding: 17px 0 58px;
}
.contentWrap .system .icon {
  color: #fff;
  background: #c92634;
  border-radius: 100px;
  padding: 2px 11px;
  margin-bottom: 40px;
  display: inline-block;
}
.contentWrap .detailsTraining .otherBox {
  margin: 0 0 20px;
}
.contentWrap .otherBox .icon1G {
  text-align: center;
}
.contentWrap .otherBox .icon1G span {
  display: inline-flex;
  align-items: center;
  background: #f2f9ed;
  border-radius: 100px;
  min-height: 30px;
  padding: 0 24px;
  margin-bottom: 38px;
  border: 1px solid #293855;
  font-size: clamp(1.2rem,1.25vw,1.6rem);
  letter-spacing: 0;
}
.contentWrap .otherBox.box12 .icon1G span {
  padding: 0 12px;
}
.contentWrap .otherBox.box16 {
  width: 100%;
  padding: 36px 3% 0;
  margin-bottom: 3px;
}
.contentWrap .otherBox .icon1B span {
  display: inline-flex;
  align-items: center;
  background: #b8d8da;
  border-radius: 100px;
  min-height: 30px;
  padding: 0 20px;
  margin-bottom: 22px;
  border: 1px solid #293855;
  font-size: clamp(1.2rem,1.25vw,1.6rem);
  letter-spacing: 0;
}
.contentWrap .otherBox.box16 .note {
  max-width: 785px;
  margin-bottom: 35px;
}
.contentWrap .box .commentWrap.commentTraining {
  border-top: none;
  background: none;
  max-width: 740px;
  margin: 0 auto;
  padding: 6px 0 46px;
}
.contentWrap .commentDetails {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.contentWrap .commentTraining .imgBox {
  width: 18.5%;
}
.contentWrap .commentTraining .txtBox {
  width: 77%;
}
.contentWrap .commentTraining .txtBox .name {
  margin-bottom: 8px;
}
.contentWrap .commentTraining .txtBox .note {
  margin-bottom: 0;
}
@media only screen and (max-width:749px) {
  .innerHead {
    padding-bottom: 10%;
  }
  .innerHead .headWrap h1 img {
    max-width: 46.53vw;
  }
  .tabList {
    padding: 8% 5vw;
    border-radius: 13px;
    justify-content: space-between;
  }
  .tabList li {
    max-width: 48%;
    min-height: 30.66vw;
    border-radius: 15px;
    font-size: 4.53vw;
    margin: 0;
    text-align: center;
  }
  .tabContents .tabBlock {
    margin: -12vw auto 0;
    padding-top: 12vw;
  }
  .leadWrap {
    padding: 11.5% 5% 45%;
  }
  .leadBlock {
    max-width: none;
    margin: 0 auto;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    height: auto;
  }
  .leadBlock .imgBox {
    width: 88%;
    margin: 0 auto;
    z-index: 2;
  }
  .leadBlock .txtBox {
    width: 100%;
    letter-spacing: 0.06em;
    border: 1px dashed #293855;
    border-radius: 30px;
    margin-top: -11%;
    padding: 21% 6% 10.5%;
    text-align: center;
  }
  .leadBlock .txtBox .topTxt {
    font-size: 4.26vw;
    margin-bottom: 3%;
  }
  .leadBlock .txtBox h2 {
    display: inline-block;
    text-align: center;
    font-size: 5.33vw;
    max-width: none;
    padding-bottom: 1.5%;
    margin: 0 auto 8%;
  }
  .leadBlock .txtBox .notes p {
    font-size: 4.26vw;
    text-align: left;
  }
  .contentBlock {
    margin-top: -1.2%;
  }
  .contentWrap {
    padding: 0 0 11%;
    font-size: 4.26vw;
  }
  .contentWrap .details {
    max-width: none;
    display: block;
    gap: 0;
    margin: 0 auto -6.5vw;
    top: -11vw;
  }
  .contentWrap .box {
    width: 100%;
    margin-bottom: 4.6%;
    padding: 10% 0 0;
  }
  .contentWrap .box .icons {
    margin: 0 5vw 10%;
    font-size: 4.26vw;
  }
  .contentWrap .box.box03 .icons,
  .contentWrap .box.box04 .icons {
    margin-bottom: 5%;
  }
  .contentWrap .box .icons .iconR {
    min-height: 7.46vw;
    padding: 0 5vw;
  }
  .contentWrap .box .icons .iconN {
    min-height: 7.46vw;
    padding: 0 3.5vw;
  }
  .contentWrap .box .topTxt {
    margin: 0 0 0.5%;
  }
  .contentWrap .box .topTxt span {
    padding: 0 3vw 1%;
  }
  .contentWrap .box .number {
    font-size: 5.33vw;
    margin: 0 0 7%;
  }
  .contentWrap .box .number span {
    font-size: 33.33vw;
    margin: 0 3vw;
    top: 3vw;
  }
  .contentWrap .box.box03 .number span,
  .contentWrap .box.box04 .number span {
    font-size: 26.66vw;
  }
  .contentWrap .box .notes {
    margin: 0;
  }
  .contentWrap .box .note {
    max-width: 79%;
    margin: 0 auto 4%;
  }
  .contentWrap .box .accBtn {
    max-width: 12.4%;
    margin: 0 auto 11.8%;
  }
  .contentWrap .box .commentWrap {
    padding: 10% 0 10.4%;
    margin-top: 10%;
  }
  .contentWrap .box .commentWrap .commentTop {
    margin-bottom: 7%;
  }
  .contentWrap .box .commentWrap .note {
    margin-bottom: 6%;
  }
  .contentWrap .box .commentWrap .close {
    max-width: 12.4%;
  }
  .contentWrap .box.box05 {
    width: 90%;
    display: block;
    padding: 10% 0 15%;
    margin: 5.5% auto 5%;
  }
  .contentWrap .box.box05 .numberBox {
    width: 100%;
  }
  .contentWrap .box.box05 .numberBox .icons {
    margin-bottom: 8%;
    justify-content: center;
  }
  .contentWrap .box.box05 .numberBox .topTxt {
    margin: 0 0 1%;
  }
  .contentWrap .box.box05 .numberBox .number {
    margin-top: 0;
  }
  .contentWrap .box.box05 .notes {
    width: 79%;
    margin: 0 auto;
  }
  .contentWrap .box.box05 .note {
    margin: 0;
    max-width: none;
  }
  .contentWrap .otherBox {
    width: 90%;
    margin: 0 auto 5.4%;
    padding: 10% 0 5%;
  }
  .contentWrap .otherBox .icon1N span,
  .contentWrap .otherBox .icon1N span.small {
    min-height: 7.46vw;
    padding: 0 6vw;
    margin-bottom: 8%;
    font-size: 4.26vw;
    letter-spacing: 0.06em;
  }
  .contentWrap .otherBox .note {
    width: 79%;
  }
  .contentWrap .otherBox.box09 .icon1N span {
    padding: 0 6vw;
  }
  .contentWrap .evaluation {
    max-width: none;
    margin: 0 auto 8.5%;
  }
  .contentWrap .evaluation .iconN {
    text-align: center;
  }
  .contentWrap .evaluation .iconN span {
    justify-content: center;
    min-height: 7.46vw;
    padding: 0 5vw;
    margin: 0 auto 6.5%;
  }
  .contentWrap .evaluation .note {
    max-width: 79%;
    margin: 0 auto;
  }
  .contentWrap .swiper {
    max-width: 88%;
    margin: 0 auto;
  }
  .contentWrap .swiper .slideBox {
    max-width: 90%;
    display: block;
    padding: 10.5% 0 10%;
  }
  .contentWrap .swiper .slideBox .imgBox {
    width: 68%;
    margin: 0 auto 11.6%;
  }
  .contentWrap .swiper .slideBox .txtBox {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .contentWrap .swiper .slideBox .txtBox .topTxt {
    padding: 0 2vw 1.5%;
    margin-bottom: 7.5%;
  }
  .contentWrap .swiper .slideBox .txtBox .note {
    padding: 0;
    text-align: left;
  }
  .contentWrap .swiper-button-next,
  .contentWrap .swiper-button-prev {
    width: 9.33vw;
    height: 9.33vw;
  }
  .tabList.tabBtm {
    padding: 8% 5vw;
    background: #f2f9ed;
  }
  .whatENEX {
    padding: 13% 5%;
    font-size: 4.26vw;
  }
  .whatENEX .boxWrap {
    max-width: none;
    background: url(../img/benefits/whats_bg_sp.webp) no-repeat 0 0 #fff;
    background-size: contain;
  }
  .whatENEX .boxWrap::before {
    display: none;
  }
  .whatENEX .boxWrap a {
    padding: 68.5vw 6% 8.5vw;
  }
  .whatENEX .boxWrap .icon {
    padding: 0.5% 5vw;
    margin-bottom: 6.5%;
  }
  .whatENEX .boxWrap .whatsTxt {
    max-width: 73.33vw;
    margin-bottom: 8%;
  }
  /* ----------- 教育制度 ---------- */
  .contentWrap .system {
    max-width: none;
    margin: 0 auto;
    padding: 0 0 4.6%;
    position: relative;
    top: -12vw;
  }
  .contentWrap .system .icon {
    padding: 0.5% 3vw;
    margin: 0 5% 11%;
  }
  .contentWrap .system .systemImg {
    overflow-x: auto;
    padding: 0 0 5% 5vw;
  }
  .contentWrap .system .systemImg .scroll-hint-icon {
    left: calc(50% - 20.7vw);
    width: 41.4vw;
    background: rgba(41, 56, 85, 0.8);
  }
  .contentWrap .system .systemImg .scroll-hint-text {
    font-size: 3.46vw;
  }
  .contentWrap .system .systemImg figure {
    width: calc(920px + 5vw);
    padding-right: 5vw;
  }
  .contentWrap .detailsTraining .otherBox {
    margin: 0 auto 5%;
    width: 79%;
    padding-bottom: 8%;
  }
  .contentWrap .otherBox .icon1G span {
    min-height: 8vw;
    padding: 0 6vw;
    margin-bottom: 12%;
    font-size: 4.26vw;
    letter-spacing: 0.06em;
  }
  .contentWrap .otherBox.box12 .icon1G span {
    padding: 0 6vw;
  }
  .contentWrap .detailsTraining .otherBox .icon1N span {
    margin-bottom: 13%;
  }
  .contentWrap .otherBox.box16 {
    width: 100%;
    padding: 10% 5% 0;
    margin-bottom: -11vw;
  }
  .contentWrap .otherBox .icon1B span {
    min-height: 8vw;
    padding: 0 6vw;
    margin-bottom: 7%;
    font-size: 4.26vw;
    letter-spacing: 0.06em;
  }
  .contentWrap .otherBox.box16 .note {
    max-width: none;
    width: 89%;
    margin: 0 auto 4.5%;
  }
  .contentWrap .box .commentWrap.commentTraining {
    max-width: none;
    padding: 0 0 14%;
  }
  .contentWrap .commentDetails {
    display: block;
    margin-bottom: 6.5%;
  }
  .contentWrap .commentTraining .imgBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7%;
  }
  .contentWrap .commentTraining .imgBox figure {
    width: 35%;
    margin: 0 4.5%
  }
  .contentWrap .commentTraining .imgBox p {
    margin: 0 4.5%;
  }
  .contentWrap .commentTraining .txtBox {
    width: 89%;
    margin: 0 auto;
  }
  .contentWrap .commentTraining .txtBox .note {
    margin-bottom: 0;
  }
}