@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.section {
  width: 100%;
}
.section__title {
  font-size: 2.4rem;
  font-weight: 800;
}
.section__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 2vw 0;
}
@media screen and (min-width: 768px) {
  .section__text {
    margin: 0 0 2vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .section__text {
    margin: 0 0 20px 0;
  }
}

.keyvisual__swiper {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .keyvisual__swiper {
    width: 100vw;
    margin: 0 auto;
  }
}
.keyvisual__swiper .swiper-slide-prev,
.keyvisual__swiper .swiper-slide-next {
  transform: scale(0.95);
  opacity: 0.7;
}
.keyvisual__swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.keyvisual__swiper .swiper-slide-active img {
  border-color: "";
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .keyvisual__swiper .swiper-slide-active img {
    box-shadow: 1.3888888889vw 1.3888888889vw 0 0 "";
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__swiper .swiper-slide-active img {
    box-shadow: 20px 20px 0 0 "";
  }
}
.keyvisual .swiper-slide {
  opacity: 0.5;
  transform: scale(0.85);
  transition: 0.5s;
}
.keyvisual .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.keyvisual__thumbnail {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-block: 5.3333333333vw 9.6vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__thumbnail {
    margin-block: 1.3888888889vw 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__thumbnail {
    margin-block: 20px 36px;
  }
}
.keyvisual__thumbnail .swiper-slide {
  width: 212px;
  height: 78px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.keyvisual__thumbnail .swiper-slide img {
  width: 212px;
  height: 78px;
  object-fit: cover;
  display: block;
}
.keyvisual__thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .keyvisual__thumbnail {
    margin-top: 1.5972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__thumbnail {
    margin-top: 23px;
  }
}
.keyvisual__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keyvisual__img {
  position: absolute;
  top: 0;
  z-index: -1;
  object-fit: cover;
  width: 100vw;
  height: 62.6666666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__img {
    height: 48.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__img {
    height: 701px;
  }
}
.keyvisual__btns {
  position: fixed;
  top: 25%;
  right: 0;
  transform: translateY(-25%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  padding: 12px 8px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .keyvisual__btns {
    gap: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btns {
    gap: 14px;
  }
}
.keyvisual__btn {
  width: 44px;
  height: 44px;
  transition: 0.3s;
}
.keyvisual__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .keyvisual__btn img {
    width: 2.7083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btn img {
    width: 39px;
    height: auto;
  }
}
.keyvisual__btn:hover {
  transform: translateY(-5px);
  opacity: 0.85;
}
.keyvisual__keyvisual {
  position: relative;
}
.keyvisual__keyvisual::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.3333333333vw;
  background-image: linear-gradient(90deg, #e34b44, #3e6aad);
}
.keyvisual__wrapper {
  margin: 0 auto;
  justify-content: center;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__wrapper {
    padding-inline: 0;
    max-width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__wrapper {
    max-width: 1200px;
  }
}
.keyvisual__img {
  position: absolute;
  top: 0;
  z-index: -1;
  object-fit: cover;
  width: 100vw;
  height: 62.6666666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__img {
    height: 48.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__img {
    height: 701px;
  }
}
.keyvisual__list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 1.3rem;
  margin-block: 5.6vw 4vw;
  color: #3c3c3c;
}
@media screen and (min-width: 768px) {
  .keyvisual__list {
    margin-block: 1.5277777778vw 1.3194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__list {
    margin-block: 22px 19px;
  }
}
.keyvisual__list--swiper {
  margin-block: 0;
}
.keyvisual__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .keyvisual__title {
    font-size: 3.6rem;
  }
}
.keyvisual__title::after {
  position: absolute;
  content: "";
  bottom: -25%;
  left: 45%;
  background: #108D00;
  width: 9.6vw;
  height: 1.3333333333vw;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__title::after {
    border-radius: 0.6944444444vw;
    left: 50%;
    bottom: -50%;
    width: 3.1944444444vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__title::after {
    border-radius: 10px;
    width: 46px;
    height: 5px;
  }
}
.keyvisual__title--red::after {
  background: #DB1845;
}
.keyvisual__item {
  opacity: 0.3;
  transform: scale(0.8);
  transition: 0.7s;
}
.keyvisual__item img {
  height: auto;
  width: 100%;
}
.keyvisual__item a {
  color: #3c3c3c;
}
.keyvisual__item--black {
  opacity: 1;
  transform: none;
  position: relative;
  transition: none;
}
.keyvisual__item--black a {
  font-size: 1.3rem;
}
.keyvisual__item::before {
  content: "";
  display: inline-block;
  background-image: url("../img/module/keyvisual_item_icon1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6vw;
  height: 2.6666666667vw;
  margin: 0 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__item::before {
    width: 0.4166666667vw;
    height: 0.6944444444vw;
    margin: 0 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__item::before {
    width: 6px;
    height: 10px;
    margin: 0 8px;
  }
}
.keyvisual__item:first-child::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .cta {
    padding: 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta {
    padding: 0 20px;
  }
}
.cta__wrapper {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .cta__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .cta__wrapper {
    gap: 0;
    max-width: 1400px;
  }
}
.cta__wrapper--classroom {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .cta__wrapper--classroom {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-inline: 0;
    max-width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__wrapper--classroom {
    gap: 0;
    max-width: 1200px;
  }
}
.cta__flex {
  display: flex;
  align-items: center;
  gap: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .cta__flex {
    display: block;
    gap: 0;
  }
}
.cta__content {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 7.2vw;
  padding: 8.5333333333vw 2.9333333333vw 6.1333333333vw 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .cta__content {
    padding: 2.1527777778vw 2.0833333333vw 2.5694444444vw 2.1527777778vw;
    height: 19.4444444444vw;
    gap: 0;
  }
}
@media screen and (min-width: 1440px) {
  .cta__content {
    padding: 31px 30px 37px 31px;
    height: 260px;
  }
}
.cta__content--red {
  background: #DB1845;
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .cta__content--red {
    border-radius: 1.3888888889vw 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__content--red {
    border-radius: 20px 0 0 20px;
  }
}
.cta__content--red .cta__btn a {
  width: 100%;
  height: 100%;
  color: #DB1845;
}
.cta__content--red .cta__btn a:hover {
  color: #ffffff;
}
.cta__content--red .cta__btn:hover {
  border: 2px solid #ffffff;
  background: #DB1845;
  color: #ffffff;
}
.cta__content--orange {
  background: #E34B44;
}
.cta__content--orange .cta__btn a {
  width: 100%;
  height: 100%;
  color: #E34B44;
}
.cta__content--orange .cta__btn a:hover {
  color: #ffffff;
}
.cta__content--orange .cta__btn:hover {
  border: 2px solid #ffffff;
  background: #E34B44;
  color: #ffffff;
}
.cta__content--blue {
  background: #3E6AAD;
  border-radius: 0 0 5.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .cta__content--blue {
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .cta__content--blue {
    border-radius: 0 20px 20px 0;
  }
}
.cta__content--blue .cta__btn a {
  width: 100%;
  height: 100%;
  color: #3E6AAD;
}
.cta__content--blue .cta__btn a:hover {
  color: #ffffff;
}
.cta__content--blue .cta__btn:hover {
  border: 2px solid #ffffff;
  background: #3E6AAD;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cta__img {
    margin-bottom: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__img {
    margin-bottom: 17px;
  }
}
.cta__img img {
  height: auto;
}
.cta__text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cta__text {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__text {
    margin-bottom: 20px;
  }
}
.cta__text--left {
  text-align: left;
}
.cta__btn {
  background: #ffffff;
  position: relative;
  border-radius: 13.3333333333vw;
  width: 100%;
  height: 15.2vw;
}
@media screen and (min-width: 768px) {
  .cta__btn {
    border-radius: 3.4722222222vw;
    max-width: 28.1944444444vw;
    height: 3.9583333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__btn {
    border-radius: 50px;
    max-width: 406px;
    height: 57px;
  }
}
.cta__btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__btn a {
    font-size: 2.2rem;
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__btn a {
    border-radius: 50px;
  }
}
.cta__btn a::after {
  right: 3%;
  content: "";
  position: absolute;
  background-image: url("../img/module/cta_btn_icon2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.8666666667vw;
  height: 5.6vw;
}
@media screen and (min-width: 768px) {
  .cta__btn a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.64375vw;
    height: 1.5652777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__btn a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 23.67px;
    height: 22.54px;
  }
}
.cta__btn--classroom a {
  font-size: 1.8rem;
}
.cta__btn--orange a::after {
  content: "";
  position: absolute;
  background-image: url("../img/module/cta_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.8666666667vw;
  height: 5.6vw;
}
@media screen and (min-width: 768px) {
  .cta__btn--orange a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.64375vw;
    height: 1.5652777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__btn--orange a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 23.67px;
    height: 22.54px;
  }
}
.cta__btn--blue a::after {
  content: "";
  position: absolute;
  background-image: url("../img/module/cta_btn_icon3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.8666666667vw;
  height: 5.6vw;
}
@media screen and (min-width: 768px) {
  .cta__btn--blue a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.64375vw;
    height: 1.5652777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .cta__btn--blue a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/cta_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 23.67px;
    height: 22.54px;
  }
}

.course-menu {
  position: relative;
  margin-top: 9.0666666667vw;
  padding-bottom: 10.6666666667vw;
  background: #FDF1F1;
}
.course-menu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.3333333333vw;
  background-image: linear-gradient(90deg, #e34b44, #3e6aad);
}
@media screen and (min-width: 768px) {
  .course-menu {
    margin-top: 4.1666666667vw;
    padding-bottom: 0;
  }
  .course-menu::after {
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .course-menu {
    margin-top: 60px;
  }
  .course-menu::after {
    height: 5px;
  }
}
.course-menu__wrapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .course-menu__wrapper {
    width: 97.2222222222vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .course-menu__wrapper {
    width: 1400px;
    min-height: 375px;
  }
}
.course-menu__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .course-menu__flex {
    padding-top: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .course-menu__flex {
    padding-top: 17px;
  }
}
.course-menu__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.2666666667vw 12.5333333333vw;
  gap: 1.3333333333vw 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .course-menu__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5277777778vw;
    padding-block: 3.2638888889vw 4.3055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .course-menu__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    padding-block: 47px 62px;
  }
}
.course-menu .article {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .course-menu .article {
    margin-top: 0;
  }
}
.course-menu .article::after {
  display: none;
}

.support {
  text-align: center;
}
.support__wrapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .support__wrapper {
    max-width: 69.4444444444vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .support__wrapper {
    max-width: 1000px;
  }
}
.support__title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  margin-top: 5.8666666667vw;
  line-height: 3.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .support__title {
    line-height: 5rem;
    margin-top: 3.4722222222vw;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .support__title {
    margin-top: 50px;
  }
}
.support__title::after {
  position: absolute;
  content: "";
  bottom: -25%;
  left: 45%;
  background: #DB1845;
  width: 9.6vw;
  height: 1.3333333333vw;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .support__title::after {
    left: 50%;
    bottom: -20%;
    width: 3.1944444444vw;
    height: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__title::after {
    width: 46px;
    height: 5px;
    border-radius: 10px;
  }
}
.support__content {
  margin-block: 12.5333333333vw 7.4666666667vw;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .support__content {
    margin-block: 3.125vw 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__content {
    margin-block: 45px 34px;
  }
}
.support__text {
  line-height: 3.2rem;
}
.support__text--tel {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  color: #DB1845;
}
.support__text--tel::before {
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/module/support_text_img_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.6773333333vw;
  height: 5.5946666667vw;
}
@media screen and (min-width: 768px) {
  .support__text--tel::before {
    left: 38%;
    content: "";
    position: absolute;
    background-image: url("../img/module/support_text_img_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.2180555556vw;
    height: 1.4569444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__text--tel::before {
    left: 37%;
    content: "";
    position: absolute;
    background-image: url("../img/module/support_text_img_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 17.54px;
    height: 20.98px;
  }
}
.support__text--tel {
  margin-block: 8vw 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .support__text--tel {
    margin-block: 1.7361111111vw 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .support__text--tel {
    margin-block: 25px 9px;
  }
}

.compare {
  position: relative;
  margin-top: 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  .compare {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .compare {
    margin-top: 80px;
  }
}
.compare::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 72.8vw;
  border-radius: 0 8vw 8vw 0;
}
@media screen and (min-width: 768px) {
  .compare::before {
    width: 35%;
    height: 36.1805555556vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .compare::before {
    height: 521px;
    border-radius: 0 30px 30px 0;
  }
}
.compare::before {
  background: #FDF1F1;
  z-index: -1;
}
.compare__wrapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .compare__wrapper {
    max-width: 83.3333333333vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .compare__wrapper {
    max-width: 1200px;
  }
}
.compare__wrapper--bottom {
  margin-inline: calc(4vw * -1);
}
@media screen and (min-width: 768px) {
  .compare__wrapper--bottom {
    max-width: 69.4444444444vw;
    margin-inline: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .compare__wrapper--bottom {
    max-width: 1000px;
  }
}
.compare__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .compare__flex {
    flex-direction: row;
    gap: 33%;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-inline: 0;
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .compare__flex {
    margin-bottom: 25px;
  }
}
.compare__title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-top: 5.6vw;
  padding-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .compare__title {
    font-size: 3.6rem;
    padding-top: 1.5277777778vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .compare__title {
    padding-top: 22px;
  }
}
.compare__title::before {
  position: absolute;
  content: "";
  top: 0;
  background: #DB1845;
  width: 9.6vw;
  height: 1.3333333333vw;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .compare__title::before {
    top: 0;
    width: 3.1944444444vw;
    height: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .compare__title::before {
    width: 46px;
    height: 5px;
    border-radius: 10px;
  }
}
.compare__title--sub {
  color: #CCCCCC;
  text-align: right;
}
.compare__title--sub::before {
  display: none;
}
.compare__bottom {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* TAB以上はスクロールなし */
}
@media screen and (min-width: 768px) {
  .compare__bottom {
    overflow-x: visible;
  }
}
.compare__compare {
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
  font-size: 4.5rem;
  border: 2px solid #CCCCCC;
  font-weight: 500;
  min-width: 160vw;
}
@media screen and (min-width: 768px) {
  .compare__compare {
    min-width: auto;
    font-size: 4.5rem;
  }
}
.compare__compare th,
.compare__compare td {
  text-align: center;
  vertical-align: middle;
  width: 70.7866666667vw;
  height: 19.3946666667vw;
}
@media screen and (min-width: 768px) {
  .compare__compare th,
  .compare__compare td {
    width: 18.4340277778vw;
    height: 5.0506944444vw;
  }
}
@media screen and (min-width: 1440px) {
  .compare__compare th,
  .compare__compare td {
    width: 265.45px;
    height: 72.73px;
  }
}
.compare__compare {
  /* 1行目（ヘッダー） */
}
.compare__compare tr:first-child {
  background: #E0E0E0;
}
.compare__compare tr:first-child th {
  font-weight: 700;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .compare__compare tr:first-child th {
    font-size: 1.6rem;
  }
}
.compare__compare tr:first-child th:nth-child(2) {
  border-top: 5px solid #E34B44;
  background: #E34B44;
  color: #ffffff;
}
.compare__compare tr:last-child th:nth-child(2) {
  border-bottom: 5px solid #E34B44;
}
.compare__compare tr:nth-child(2),
.compare__compare tr:nth-child(4),
.compare__compare tr:nth-child(6) {
  background: #F6F6F4;
}
.compare__compare tr:nth-child(2) th:first-child,
.compare__compare tr:nth-child(4) th:first-child,
.compare__compare tr:nth-child(6) th:first-child {
  background: #F6F6F4;
}
.compare__compare {
  /* 左端（項目名） */
}
.compare__compare tr th:first-child {
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  background: #ffffff;
  font-size: 1.6rem;
}
.compare__compare {
  /* アドバンスクール列（2列目） */
}
.compare__compare tr th:nth-child(2) {
  font-weight: 700;
  border-left: 5px solid #E34B44;
  border-right: 5px solid #E34B44;
}
.compare__compare tr th:nth-child(4) {
  border-left: 1px solid #CCCCCC;
}
.compare th span {
  display: inline-block;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/module/compare_compare_icon1.svg");
  margin-top: 2.4vw;
}
@media screen and (min-width: 768px) {
  .compare th span {
    margin-top: 0.625vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .compare th span {
    margin-top: 9px;
    width: 50px;
    height: 50px;
  }
}
.compare__class--red {
  color: #DB1845;
}

.feature {
  position: relative;
  margin-top: 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  .feature {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature {
    margin-top: 80px;
  }
}
.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 72.8vw;
  border-radius: 0 8vw 8vw 0;
}
@media screen and (min-width: 768px) {
  .feature::before {
    width: 35%;
    height: 36.1805555556vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .feature::before {
    height: 521px;
    border-radius: 0 30px 30px 0;
  }
}
.feature::before {
  background: #FDF1F1;
  z-index: -1;
}
.feature__wrapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .feature__wrapper {
    max-width: 83.3333333333vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .feature__wrapper {
    max-width: 1200px;
  }
}
.feature__left {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .feature__left {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__left {
    margin-bottom: 40px;
  }
}
.feature__title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .feature__title {
    font-size: 3.6rem;
    padding-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__title {
    padding-top: 20px;
  }
}
.feature__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9.6vw;
  height: 1.3333333333vw;
  background: #DB1845;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .feature__title::before {
    width: 3.1944444444vw;
    height: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__title::before {
    width: 46px;
    height: 5px;
    border-radius: 10px;
  }
}
.feature__title--sub {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 0;
  line-height: 3.7rem;
  letter-spacing: 0.1rem;
}
.feature__title--sub::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .feature__title--sub {
    font-size: 2.6rem;
  }
}
.feature__text {
  margin-top: 2.6666666667vw;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #3c3c3c;
}
@media screen and (min-width: 768px) {
  .feature__text {
    margin-top: 0.8333333333vw;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .feature__text {
    margin-top: 12px;
  }
}
.feature__btn {
  display: none;
  width: 100%;
  height: 13.6vw;
  position: relative;
  background: #E34B44;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .feature__btn {
    height: 3.5416666667vw;
    width: 19.1666666667vw;
    margin: 2.0833333333vw auto 0 auto;
    border-radius: 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__btn {
    height: 51px;
    width: 276px;
    margin: 30px auto 0 auto;
    border-radius: 50px;
  }
}
.feature__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 8vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
  transition: color 0.3s ease;
  transition: transform 0.2s ease;
}
.feature__btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: width 0.3s ease;
}
.feature__btn a:hover {
  color: #ffffff;
  transform: scale(1.05);
}
.feature__btn a:hover::before {
  width: 100%;
}
.feature__btn a::after {
  right: 5%;
  content: "";
  position: absolute;
  background-image: url("../img/module/feature_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.104vw;
  height: 5.8106666667vw;
}
@media screen and (min-width: 768px) {
  .feature__btn a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/feature_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.5895833333vw;
    height: 1.5131944444vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__btn a::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/feature_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 22.89px;
    height: 21.79px;
  }
}
.feature__btn--more {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .feature__btn--more {
    margin-top: 1.3194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__btn--more {
    margin-top: 19px;
  }
}
.feature__btn--more a {
  font-size: 1.9rem;
  background: #E34B44;
}
.feature__btn--more a::before {
  background: #2D589A;
}
.feature__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .feature__card {
    gap: 3.0555555556vw;
    max-width: 59.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__card {
    gap: 44px;
    max-width: 860px;
  }
}
.feature__content {
  position: relative;
  background: #ffffff;
  border-radius: 2.9333333333vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .feature__content {
    width: 59.375vw;
    border-radius: 0.7638888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__content {
    width: 855px;
    border-radius: 11px;
  }
}
.feature__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #FFC7FB;
  border-radius: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .feature__inner {
    border-radius: 0.7638888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__inner {
    border-radius: 11px;
  }
}
.feature__gradation {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, #FCEAF5, #E4F4F5);
  transform: translate(2.6666666667vw, 2.6666666667vw);
  pointer-events: none;
  border-radius: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .feature__gradation {
    border-radius: 0.7638888889vw;
    transform: translate(0.6944444444vw, 0.6944444444vw);
  }
}
@media screen and (min-width: 1440px) {
  .feature__gradation {
    border-radius: 11px;
    transform: translate(10px, 10px);
  }
}
.feature__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature__flex {
    flex-direction: row;
    gap: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__flex {
    gap: 24px;
  }
}
.feature__flex--second {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .feature__flex--second {
    flex-direction: row;
  }
}
.feature__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature__img {
    width: 54%;
  }
}
.feature__img img {
  border-radius: 2.9333333333vw 2.9333333333vw 0 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .feature__img img {
    border-radius: 0.7638888889vw 0 0 0.7638888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__img img {
    border-radius: 11px 0 0 11px;
  }
}
.feature__img--second img {
  border-radius: 2.9333333333vw 2.9333333333vw 0 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .feature__img--second img {
    border-radius: 0 0.7638888889vw 0.7638888889vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .feature__img--second img {
    border-radius: 0 11px 11px 0;
  }
}
.feature__explain {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature__explain {
    width: 50%;
  }
}
.feature__explain--inner {
  width: 100%;
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .feature__explain--inner {
    padding: 0.4861111111vw 1.3888888889vw 0.4861111111vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__explain--inner {
    padding: 7px 20px 7px 10px;
  }
}
.feature__text {
  margin-top: 2.6666666667vw;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .feature__text {
    margin-top: 1.25vw;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .feature__text {
    margin-top: 18px;
  }
}

.flow {
  position: relative;
  margin-top: 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  .flow {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow {
    margin-top: 80px;
  }
}
.flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 72.8vw;
  border-radius: 0 8vw 8vw 0;
}
@media screen and (min-width: 768px) {
  .flow::before {
    width: 35%;
    height: 36.1805555556vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .flow::before {
    height: 521px;
    border-radius: 0 30px 30px 0;
  }
}
.flow::before {
  background: #FDF1F1;
  z-index: -1;
}
.flow__wrapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .flow__wrapper {
    max-width: 83.3333333333vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .flow__wrapper {
    max-width: 1200px;
  }
}
.flow__left {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .flow__left {
    flex: 0 0 260px;
    margin-bottom: 0;
  }
}
.flow__title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 3.6rem;
    padding-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__title {
    padding-top: 20px;
  }
}
.flow__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9.6vw;
  height: 1.3333333333vw;
  background: #DB1845;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .flow__title::before {
    width: 3.1944444444vw;
    height: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__title::before {
    width: 46px;
    height: 5px;
    border-radius: 10px;
  }
}
.flow__title--number {
  font-size: 3.2rem;
  color: #DB1845;
  padding-top: 0;
}
.flow__title--number::before {
  display: none;
}
.flow__title--sub {
  font-size: 2.2rem;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 4vw;
}
.flow__title--sub::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .flow__title--sub {
    font-size: 2.5rem;
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__title--sub {
    padding-bottom: 15px;
  }
}
.flow__contents {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
  margin-top: 7.7333333333vw;
}
@media screen and (min-width: 768px) {
  .flow__contents {
    margin-top: 2.0138888889vw;
    gap: 4.2361111111vw;
    flex: 1;
  }
}
@media screen and (min-width: 1440px) {
  .flow__contents {
    gap: 61px;
    margin-top: 29px;
  }
}
.flow__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__content {
    display: flex;
    margin-left: 8.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__content {
    margin-left: 125px;
  }
}
.flow__content::after {
  left: 75%;
  bottom: -10%;
  content: "";
  position: absolute;
  background-image: url("../img/module/flow_content_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.112vw;
  height: 7.2vw;
}
@media screen and (min-width: 768px) {
  .flow__content::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/flow_content_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.8520833333vw;
    height: 1.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__content::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/flow_content_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 26.67px;
    height: 27px;
  }
}
.flow__content:last-child::after {
  display: none;
}
.flow__img {
  margin: 3.2vw 0;
}
@media screen and (min-width: 768px) {
  .flow__img {
    flex: 0 0 22.5694444444vw;
    margin: 0 2.7777777778vw 0 1.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__img {
    flex: 0 0 325px;
    margin: 0 40px 0 27px;
  }
}
.flow__img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .flow__img img {
    max-width: 100%;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .flow__img img {
    border-radius: 8px;
  }
}
.flow__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #3c3c3c;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .flow__text {
    font-size: 1.5rem;
  }
}
.flow__explain {
  flex-direction: column;
}

.teacher {
  display: none;
  position: relative;
  margin-top: 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  .teacher {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .teacher {
    margin-top: 80px;
  }
}
.teacher::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 72.8vw;
  border-radius: 0 8vw 8vw 0;
}
@media screen and (min-width: 768px) {
  .teacher::before {
    width: 35%;
    height: 36.1805555556vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .teacher::before {
    height: 521px;
    border-radius: 0 30px 30px 0;
  }
}
.teacher::before {
  background: #FDF1F1;
  z-index: -1;
}
.teacher__wrapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .teacher__wrapper {
    max-width: 83.3333333333vw;
    padding-inline: 0;
    gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .teacher__wrapper {
    max-width: 1200px;
    gap: 40px;
  }
}
.teacher__left {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .teacher__left {
    flex: 0 0 260px;
    margin-bottom: 0;
  }
}
.teacher__title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .teacher__title {
    font-size: 3.6rem;
    padding-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .teacher__title {
    padding-top: 20px;
  }
}
.teacher__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9.6vw;
  height: 1.3333333333vw;
  background: #DB1845;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .teacher__title::before {
    width: 3.1944444444vw;
    height: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .teacher__title::before {
    width: 46px;
    height: 5px;
    border-radius: 10px;
  }
}
.teacher__title--number {
  font-size: 3.2rem;
  color: #DB1845;
  padding-top: 0;
}
.teacher__title--number::before {
  display: none;
}
.teacher__title--sub {
  font-size: 2.5rem;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 4vw;
}
.teacher__title--sub::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .teacher__title--sub {
    font-size: 2.5rem;
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .teacher__title--sub {
    padding-bottom: 15px;
  }
}
.teacher__contents {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
  margin-top: 7.7333333333vw;
}
@media screen and (min-width: 768px) {
  .teacher__contents {
    margin-top: 2.0138888889vw;
    gap: 4.2361111111vw;
    flex: 1;
  }
}
@media screen and (min-width: 1440px) {
  .teacher__contents {
    gap: 61px;
    margin-top: 29px;
  }
}
.teacher__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .teacher__content {
    display: flex;
    margin-left: 8.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .teacher__content {
    margin-left: 125px;
  }
}
.teacher__content::after {
  left: 75%;
  bottom: -10%;
  content: "";
  position: absolute;
  background-image: url("../img/module/flow_content_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.112vw;
  height: 7.2vw;
}
@media screen and (min-width: 768px) {
  .teacher__content::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/flow_content_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.8520833333vw;
    height: 1.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .teacher__content::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/flow_content_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 26.67px;
    height: 27px;
  }
}
.teacher__content:last-child::after {
  display: none;
}
.teacher__img {
  margin: 3.2vw 0;
}
@media screen and (min-width: 768px) {
  .teacher__img {
    margin: 0 2.7777777778vw 0 1.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .teacher__img {
    margin: 0 40px 0 27px;
  }
}
.teacher__img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .teacher__img img {
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .teacher__img img {
    border-radius: 8px;
  }
}
.teacher__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #CCCCCC;
}
@media screen and (min-width: 768px) {
  .teacher__text {
    font-size: 1.5rem;
  }
}
.teacher__explain {
  flex-direction: column;
}
.teacher__grid {
  display: block;
  min-width: 0;
  overflow: hidden;
  padding-inline: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .teacher__grid {
    padding-block: 1.875vw 2.0833333333vw;
    max-width: 96.1111111111vw;
    margin: 0 auto;
    padding-inline: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .teacher__grid {
    padding-block: 27px 30px;
    max-width: 1384px;
    padding-inline: 10px;
  }
}
.teacher .swiper-pagination {
  position: relative !important;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .teacher .swiper-pagination {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .teacher .swiper-pagination {
    margin-top: 20px;
  }
}
.teacher .swiper-pagination-bullet {
  background-color: #DB1845;
}

.voice {
  display: none;
  position: relative;
  margin-top: 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  .voice {
    margin-top: 9.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice {
    margin-top: 136px;
  }
}
.voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 72.8vw;
  border-radius: 0 8vw 8vw 0;
}
@media screen and (min-width: 768px) {
  .voice::before {
    width: 35%;
    height: 36.1805555556vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .voice::before {
    height: 521px;
    border-radius: 0 30px 30px 0;
  }
}
.voice::before {
  background: #FDF1F1;
  z-index: -1;
}
.voice__wrapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .voice__wrapper {
    max-width: 83.3333333333vw;
    padding-inline: 0;
    gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__wrapper {
    max-width: 1200px;
    gap: 40px;
  }
}
.voice__left {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .voice__left {
    flex: 0 0 260px;
    margin-bottom: 0;
  }
}
.voice__title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__title {
    font-size: 3.6rem;
    padding-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__title {
    padding-top: 20px;
  }
}
.voice__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9.6vw;
  height: 1.3333333333vw;
  background: #DB1845;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .voice__title::before {
    width: 3.1944444444vw;
    height: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__title::before {
    width: 46px;
    height: 5px;
    border-radius: 10px;
  }
}
.voice__title--number {
  font-size: 3.2rem;
  color: #DB1845;
  padding-top: 0;
}
.voice__title--number::before {
  display: none;
}
.voice__title--sub {
  font-size: 2.5rem;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 4vw;
}
.voice__title--sub::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .voice__title--sub {
    font-size: 2.5rem;
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__title--sub {
    padding-bottom: 15px;
  }
}
.voice__contents {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
  margin-top: 7.7333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__contents {
    margin-top: 2.0138888889vw;
    gap: 4.2361111111vw;
    flex: 1;
  }
}
@media screen and (min-width: 1440px) {
  .voice__contents {
    gap: 61px;
    margin-top: 29px;
  }
}
.voice__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice__content {
    display: flex;
    margin-left: 8.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__content {
    margin-left: 125px;
  }
}
.voice__content::after {
  left: 75%;
  bottom: -10%;
  content: "";
  position: absolute;
  background-image: url("../img/module/flow_content_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.112vw;
  height: 7.2vw;
}
@media screen and (min-width: 768px) {
  .voice__content::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/flow_content_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.8520833333vw;
    height: 1.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__content::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/flow_content_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 26.67px;
    height: 27px;
  }
}
.voice__content:last-child::after {
  display: none;
}
.voice__img {
  margin: 3.2vw 0;
}
@media screen and (min-width: 768px) {
  .voice__img {
    margin: 0 2.7777777778vw 0 1.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__img {
    margin: 0 40px 0 27px;
  }
}
.voice__img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .voice__img img {
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__img img {
    border-radius: 8px;
  }
}
.voice__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #CCCCCC;
}
@media screen and (min-width: 768px) {
  .voice__text {
    font-size: 1.5rem;
  }
}
.voice__explain {
  flex-direction: column;
}
.voice__grid {
  display: block;
  overflow: hidden;
  padding-inline: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .voice__grid {
    padding-block: 1.875vw 2.7777777778vw;
    padding-inline: 0.6944444444vw;
    max-width: 96.1111111111vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .voice__grid {
    padding-block: 27px 60px;
    max-width: 1384px;
    padding-inline: 10px;
  }
}
.voice .swiper-pagination {
  position: relative !important;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .voice .swiper-pagination {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice .swiper-pagination {
    margin-top: 10px;
  }
}
.voice .swiper-pagination-bullet {
  background-color: #DB1845;
}

.strangth {
  position: relative;
  margin-top: 9.8666666667vw;
}
@media screen and (min-width: 768px) {
  .strangth {
    margin-top: 4.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth {
    margin-top: 64px;
  }
}
.strangth::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 72.8vw;
  border-radius: 0 8vw 8vw 0;
}
@media screen and (min-width: 768px) {
  .strangth::before {
    width: 35%;
    height: 36.1805555556vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .strangth::before {
    height: 521px;
    border-radius: 0 30px 30px 0;
  }
}
.strangth::before {
  background: #F0F4F8;
  z-index: -1;
}
.strangth__wrapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .strangth__wrapper {
    width: 83.3333333333vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__wrapper {
    width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .strangth__flex {
    display: flex;
    justify-content: space-between;
    padding-top: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__flex {
    padding-top: 17px;
  }
}
@media screen and (min-width: 768px) {
  .strangth__flex--bottom {
    padding-top: 2.1527777778vw;
    gap: 2.7777777778vw;
    margin-left: 3.0555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__flex--bottom {
    padding-top: 31px;
    gap: 40px;
    margin-left: 44px;
  }
}
.strangth__title {
  font-size: 2.8rem;
  font-weight: wont-weight(bold);
  position: relative;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .strangth__title {
    font-size: 3.6rem;
  }
}
.strangth__title::before {
  position: absolute;
  content: "";
  top: -30%;
  background: #3E6AAD;
  width: 9.6vw;
  height: 1.3333333333vw;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .strangth__title::before {
    width: 3.1944444444vw;
    height: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__title::before {
    width: 46px;
    height: 5px;
    border-radius: 10px;
  }
}
.strangth__title--sub {
  color: #CCCCCC;
  text-align: right;
}
.strangth__title--sub::before {
  display: none;
}
.strangth__title--1 {
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .strangth__title--1 {
    font-size: 8rem;
  }
}
.strangth__title--1::before {
  display: none;
}
.strangth__title--1 span {
  color: #2D589A;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .strangth__title--1 span {
    padding-right: tb-vw(10);
  }
}
@media screen and (min-width: 1440px) {
  .strangth__title--1 span {
    padding-right: 10px;
  }
}
.strangth__title--2, .strangth__title--3 {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .strangth__title--2, .strangth__title--3 {
    font-size: 4.5rem;
    display: flex;
    align-items: flex-start;
  }
}
.strangth__title--2::before, .strangth__title--3::before {
  display: none;
}
.strangth__num {
  color: #DB1845;
  font-weight: 400;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .strangth__num {
    padding-right: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__num {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .strangth__text-wrap {
    line-height: 1.4;
  }
}
.strangth__jpx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 5.6vw;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .strangth__jpx {
    gap: 0.8333333333vw;
    margin-block: 0;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__jpx {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .strangth__group {
    display: flex;
    justify-content: space-between;
  }
}
.strangth__group--text {
  display: block;
}
.strangth__text {
  font-size: 1.6rem;
  font-weight: 500;
}
.strangth__text--jpx {
  font-size: 1.2rem;
}
.strangth__text--top {
  margin-bottom: 6.9333333333vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .strangth__text--top {
    margin-bottom: 1.6666666667vw;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__text--top {
    margin-bottom: 24px;
  }
}
.strangth__text--bottom {
  margin-block: 5.6vw;
}
@media screen and (min-width: 768px) {
  .strangth__text--bottom {
    margin-block: 0;
    line-height: 3.2rem;
  }
}
.strangth__link {
  font-size: 1.6rem;
  margin-block: 3.7333333333vw 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .strangth__link {
    margin-block: 0;
  }
}
.strangth__link a {
  color: #2D589A;
  text-decoration: underline;
}
.strangth__content {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .strangth__content {
    flex-direction: row;
    justify-content: flex-end;
    gap: 3.8888888889vw;
    margin-block: 2.3611111111vw 3.8194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__content {
    gap: 56px;
    margin-block: 34px 55px;
  }
}
.strangth__content--bottom {
  flex-direction: column;
  justify-content: flex-start;
  margin-block: 0;
  gap: 0;
}
.strangth__content--title {
  margin-block: 0;
}
.strangth__content--lined {
  position: relative;
}
@media screen and (min-width: 768px) {
  .strangth__content--lined {
    padding-left: 4.5833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__content--lined {
    padding-left: 66px;
  }
}
@media screen and (min-width: 768px) {
  .strangth__content--lined::before {
    content: "";
    position: absolute;
    top: 0;
    left: 4%;
    width: 0.3472222222vw;
    height: 100%;
    background: #DB1845;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__content--lined::before {
    width: 5px;
  }
}
@media screen and (min-width: 768px) {
  .strangth__explain {
    border-left: 0.3472222222vw solid #2D589A;
    padding-left: 3.0902777778vw;
    margin-left: 4.6527777778vw;
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__explain {
    border-left: 5px solid #2D589A;
    padding-left: 44.5px;
    margin-left: 67px;
  }
}
@media screen and (min-width: 768px) {
  .strangth__img--logo {
    margin-block: 2.6388888889vw 0.9722222222vw;
    width: 20.3472222222vw;
    height: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__img--logo {
    margin-block: 38px 14px;
    width: 293px;
    height: 42px;
  }
}
.strangth__img img {
  max-width: 100%;
  height: auto;
}
.strangth__img--flex {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .strangth__img--flex {
    width: 50%;
  }
}
.strangth__btns {
  margin-block: 5.3333333333vw 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .strangth__btns {
    margin-block: 1.3888888889vw 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__btns {
    margin-block: 20px 14px;
  }
}
.strangth__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  transition: 0.2s;
}
.strangth__btn:hover {
  opacity: 0.6;
}
.strangth__btn--red, .strangth__btn--blue {
  font-size: 2rem;
  color: #ffffff;
  width: 78.1333333333vw;
  height: 14.6666666667vw;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .strangth__btn--red, .strangth__btn--blue {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 768px) {
  .strangth__btn--red, .strangth__btn--blue {
    width: 26.5277777778vw;
    height: 4.9305555556vw;
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__btn--red, .strangth__btn--blue {
    width: 382px;
    height: 71px;
    border-radius: 50px;
  }
}
.strangth__btn--red::before, .strangth__btn--blue::before {
  right: 6%;
  content: "";
  position: absolute;
  background-image: url("../img/module/info_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.176vw;
  height: 5.88vw;
}
@media screen and (min-width: 768px) {
  .strangth__btn--red::before, .strangth__btn--blue::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.0902777778vw;
    height: 1.9895833333vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__btn--red::before, .strangth__btn--blue::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 30.1px;
    height: 28.65px;
  }
}
.strangth__btn--net {
  background: #E34B44;
  font-size: 2rem;
  color: #ffffff;
  width: 78.6666666667vw;
  height: 18.9333333333vw;
  border-radius: 13.3333333333vw;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .strangth__btn--net {
    font-size: 2.3rem;
    width: 23.6111111111vw;
    height: 5.6944444444vw;
    border-radius: 3.4722222222vw;
    margin-top: 3.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__btn--net {
    width: 340px;
    height: 82px;
    border-radius: 50px;
    margin-top: 52px;
  }
}
.strangth__btn--net a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
  padding-left: 8vw;
}
@media screen and (min-width: 768px) {
  .strangth__btn--net a {
    padding-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__btn--net a {
    padding-left: 30px;
  }
}
.strangth__btn--net:hover {
  opacity: 0.6;
}
.strangth__btn--net::before {
  right: 6%;
  content: "";
  position: absolute;
  background-image: url("../img/module/info_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.176vw;
  height: 5.88vw;
}
@media screen and (min-width: 768px) {
  .strangth__btn--net::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.0902777778vw;
    height: 1.9895833333vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__btn--net::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 30.1px;
    height: 28.65px;
  }
}
.strangth__btn--net a {
  color: #ffffff;
  line-height: 1;
}
.strangth__btn--net span {
  font-size: 1.6rem;
}
@media screen and (min-width: 1440px) {
  .strangth__btn--net span {
    font-size: 1.8rem;
  }
}
.strangth__btn--red {
  background: #E34B44;
}
.strangth__btn--blue {
  background: #3E6AAD;
}
.strangth__btn--gold, .strangth__btn--silver {
  z-index: 2;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: -2.6666666667vw;
  width: 51.2vw;
  height: 8vw;
}
@media screen and (min-width: 768px) {
  .strangth__btn--gold, .strangth__btn--silver {
    font-size: 1.9rem;
    margin-bottom: -0.8333333333vw;
    width: 17.2916666667vw;
    height: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .strangth__btn--gold, .strangth__btn--silver {
    margin-bottom: -12px;
    width: 249px;
    height: 40px;
  }
}
.strangth__btn--gold {
  background: linear-gradient(180deg, #ceb663, #af994e);
}
.strangth__btn--silver {
  background: linear-gradient(180deg, #cbc9c9, #9a9898);
}