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

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

.policy {
  text-align: left;
}
.policy__wrapper {
  margin: 0 auto;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .policy__wrapper {
    max-width: 69.4444444444vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .policy__wrapper {
    max-width: 1000px;
  }
}
.policy__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) {
  .policy__title {
    line-height: 5rem;
    margin-top: 3.4722222222vw;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .policy__title {
    margin-top: 50px;
  }
}
.policy__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) {
  .policy__title::after {
    left: 50%;
    bottom: -20%;
    width: 3.1944444444vw;
    height: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .policy__title::after {
    width: 46px;
    height: 5px;
    border-radius: 10px;
  }
}
.policy__title--sub {
  letter-spacing: 0;
}
.policy__title--sub::after {
  display: none;
}
.policy__content {
  margin-block: 12.5333333333vw 7.4666666667vw;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .policy__content {
    margin-block: 4.1666666667vw 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .policy__content {
    margin-block: 60px 34px;
  }
}
.policy__text {
  font-size: 1.6rem;
  margin-bottom: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .policy__text {
    margin-bottom: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .policy__text {
    margin-bottom: 28px;
  }
}

.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: 48%;
    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;
}