<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --board: 1100;
  --max: 1px;
}

:root {
  --colorBlack: #222;
  --colorBg: #fff;
  --colorCurrent: #c7c7c7;
}

:root {
  --fontGothic: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontMincho: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --fontEnglish: "Marcellus", serif;
  --fontMaru: "Zen Maru Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .4s;
}

@-webkit-keyframes name {}

@keyframes name {}

.nav_button,
.nav_button-close {
  display: none;
}

.lp-winter2024 {
  font-family: "Noto Sans JP", sans-serif;
}
.lp-winter2024 a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.lp-winter2024 *[data-fade=true] {
  opacity: 0;
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  -webkit-transform: translateY(calc(clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100) * -1));
          transform: translateY(calc(clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100) * -1));
}
.lp-winter2024 *[data-fade=true].is-fade-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section__title::before {
  content: "";
  display: block;
  margin-bottom: calc(clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5) * -1);
  width: clamp(0px, 10vw / var(--board) * 10 * 250, var(--max) * 250);
  height: clamp(0px, 10vw / var(--board) * 10 * 56, var(--max) * 56);
  background-image: url("../image/balloon_about-subtitle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section__title em {
  color: #2660ab;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
}
.section__title p {
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: center;
}

.is-nobg {
  background: none !important;
}
.is-nobg .cv {
  background: none !important;
}

.grade {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
}

.grade__swiper-re {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
}
.lp-winter2024 .fixedCTA__item {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
}
.lp-winter2024 .fixedCTA__link {
  padding: clamp(0px, 10vw / var(--board) * 10 * 62, var(--max) * 62) clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
}
.lp-winter2024 .fixedCTA__link.-trial {
  background-color: #e43c16;
  background-image: url("../image/icon_trial.svg");
  background-size: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
  color: #fff;
}
.lp-winter2024 .fixedCTA__link.-fee {
  background-color: #2660ab;
  background-size: clamp(0px, 10vw / var(--board) * 10 * 44, var(--max) * 44);
}

.grade__slide {
  width: clamp(0px, 10vw / var(--board) * 10 * 317, var(--max) * 317);
}

.schedule {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
}

.schedule__accodion {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 980, var(--max) * 980);
}
.schedule__accodion + .schedule__accodion {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}

.schedule__accodion-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(0px, 10vw / var(--board) * 10 * 74, var(--max) * 74);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  background-color: #5aaf2d;
  -webkit-box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.schedule__accodion-name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0px, 10vw / var(--board) * 10 * 38, var(--max) * 38);
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-image: url("../image/arrow_schedule-accodion.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.is-open .schedule__accodion-name::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.schedule__accodion-info {
  overflow: hidden;
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  height: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.is-open .schedule__accodion-info {
  padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  height: auto;
  opacity: 1;
}

.schedule__accodion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  color: #5aaf2d;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  line-height: 1;
}
.schedule__accodion-title::before {
  content: "";
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 41, var(--max) * 41);
  height: clamp(0px, 10vw / var(--board) * 10 * 41, var(--max) * 41);
  background-image: url("../image/icon_schedule-title-time.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2));
          transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2));
}
.schedule__accodion-program .schedule__accodion-title::before {
  width: clamp(0px, 10vw / var(--board) * 10 * 39, var(--max) * 39);
  height: clamp(0px, 10vw / var(--board) * 10 * 39, var(--max) * 39);
  background-image: url("../image/icon_schedule-title-cal.svg");
}

.schedule__accodion-container {
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  -ms-grid-columns: 1fr clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14) 1fr clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14) 1fr clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14) 1fr;
  grid-template-columns: repeat(4, 1fr); /* 1行に4列 */
}

.schedule__accodion-box {
  overflow: hidden;
  border: 2px solid #a1a1a1;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}

.schedule__accodion-limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  height: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  background-color: #c1def1;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
}

.schedule__accodion-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13) 0;
  text-align: right;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  line-height: 1.1;
}

.schedule__accodion-timetable,
.schedule__accodion-program {
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
}

.schedule__accodion-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
}

.schedule__accodion-cv-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
}
.schedule__accodion-cv-text::before, .schedule__accodion-cv-text::after {
  content: "";
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  height: clamp(0px, 10vw / var(--board) * 10 * 35, var(--max) * 35);
  background-image: url("../image/line_schedule-cv.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.schedule__accodion-cv-text::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.schedule__accodion-cv-button {
  width: clamp(0px, 10vw / var(--board) * 10 * 600, var(--max) * 600);
}

.story {
  padding: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) 0 clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  background-image: url("../image/bg_story.png");
  background-position: top center;
  background-size: clamp(0px, 10vw / var(--board) * 10 * 1400, var(--max) * 1400) auto;
  background-repeat: repeat;
}
.story__container {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
}
.story__container + .story__container {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
}

.story__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  color: #2660ab;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
}
.story__title::before {
  content: "";
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
  height: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
  background-image: url("../image/icon_story-title.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.story__swiper {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 25, var(--max) * 25);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
}

.story__slide {
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 54, var(--max) * 54);
  width: clamp(0px, 10vw / var(--board) * 10 * 948, var(--max) * 948);
  height: auto !important;
}

.story__slide-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  min-height: clamp(0px, 10vw / var(--board) * 10 * 400, var(--max) * 400);
  height: 100%;
  border: 2px solid #d4dfee;
  background-color: #fffaf0;
  -webkit-box-shadow: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) 0 #becfe6;
          box-shadow: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) 0 #becfe6;
}
.story__slide-inner::before {
  content: "";
  position: absolute;
  top: calc(clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) * -1);
  left: clamp(0px, 10vw / var(--board) * 10 * 38, var(--max) * 38);
  width: clamp(0px, 10vw / var(--board) * 10 * 56, var(--max) * 56);
  height: clamp(0px, 10vw / var(--board) * 10 * 55, var(--max) * 55);
  background-image: url("../image/icon_story-pin.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.story__photo {
  padding: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60) 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  width: clamp(0px, 10vw / var(--board) * 10 * 220, var(--max) * 220);
}

.story__caption {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  letter-spacing: 0;
}

.story__info {
  padding: clamp(0px, 10vw / var(--board) * 10 * 55, var(--max) * 55) 0 clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  width: clamp(0px, 10vw / var(--board) * 10 * 450, var(--max) * 450);
}

.story__subtitle {
  display: inline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.25em 0.5em;
  background-color: #2660ac;
  box-decoration-break: clone;
  color: #fff;
  font-weight: 700;
  line-height: 2.2;
  -webkit-box-decoration-break: clone;
}

.story__text {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15);
}

.story .swiper-pagination {
  top: auto;
  bottom: 0;
}

.faq {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
}

.faq__inner {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 980, var(--max) * 980);
}

.faq__box + .faq__box {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}

.faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 34, var(--max) * 34);
  height: clamp(0px, 10vw / var(--board) * 10 * 74, var(--max) * 74);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  background-color: #3b5bac;
  -webkit-box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) 0 rgba(1, 1, 1, 0.2);
          box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) 0 rgba(1, 1, 1, 0.2);
  color: #fff;
  font-weight: 700;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
}
.faq__question::before {
  content: "";
  display: block;
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  width: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  height: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  background-image: url("../image/icon_faq-q.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0px, 10vw / var(--board) * 10 * 38, var(--max) * 38);
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-image: url("../image/arrow_schedule-accodion.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.is-open .faq__question::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.faq__answer {
  position: relative;
  overflow: hidden;
  padding: 0 clamp(0px, 10vw / var(--board)* 10* 80, var(--max)* 80) 0 clamp(0px, 4vw / var(--board)* 10* 153, var(--max)* 153);
  height: 0;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.is-open .faq__answer {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 27, var(--max) * 27);
  height: auto;
  opacity: 1;
}
.faq__answer::before {
  content: "";
  position: absolute;
  top: clamp(0px, 10vw / var(--board) * 10 * 27, var(--max) * 27);
  left: clamp(0px, 2vw / var(--board)* 10* 80, var(--max)* 80);
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  height: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  background-image: url("../image/icon_faq-a.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.faq__answer a {
  color: #2660ab;
}

.banner {
  margin: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 681, var(--max) * 681);
}

.banner__link {
  display: block;
  color: inherit;
  text-align: right;
  text-decoration: none;
}
.banner__link + .banner__link {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
}

.banner__image {
  image-rendering: -webkit-optimize-contrast;
}

.banner__text {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 914, var(--max) * 914);
}

.footer__logo {
  display: block;
  min-width: clamp(0px, 10vw / var(--board) * 10 * 243, var(--max) * 243);
  max-width: clamp(0px, 10vw / var(--board) * 10 * 243, var(--max) * 243);
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.footer__nav-item + .footer__nav-item {
  border-left: 1px solid;
}
.footer__nav-item:last-child a {
  padding-right: 0;
}

.footer__nav-link {
  display: block;
  padding: 0 1em;
  color: inherit;
  text-decoration: none;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.2;
}

.footer__copy {
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 43, var(--max) * 43);
  padding: 0;
  color: inherit;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}

.footer__logo-sprix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 107, var(--max) * 107);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
}
.is-modal-show .modal {
  opacity: 1;
  pointer-events: auto;
}

.is-modal-show {
  overflow: hidden;
}

.modal__content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  width: clamp(0px, 10vw / var(--board) * 10 * 980, var(--max) * 980);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  background-color: #fff;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  cursor: default;
}

.modal__inner {
  overflow: scroll;
}

.modal__title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  color: #2660ab;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
}

.modal__text {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
}

.modal__box {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  padding: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40) clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  border: 2px solid #2660ab;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}

.modal__box-text {
  font-weight: 700;
  line-height: 1.66666667;
}
.modal__box-text strong {
  display: block;
  color: #2660ab;
}
.modal__box-text em {
  display: block;
  color: #e90015;
  font-style: normal;
}
.modal__box-text + .modal__box-text {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
}

.modal__list li {
  margin: 0;
  list-style-type: none;
  line-height: 1.5;
}
.modal__list li + li {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
}
.modal__list ul {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5);
  padding-left: 1.5em;
}
.modal__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.modal__button-close {
  position: fixed;
  top: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  right: calc(50% - clamp(0px, 10vw / var(--board) * 10 * 490, var(--max) * 490) + clamp(0px, 10vw / var(--board) * 10 * 25, var(--max) * 25));
}

.lp-winter2024 main {
  padding: 0;
  max-width: none;
  width: auto;
}
.lp-winter2024 img {
  max-width: 100%;
  height: auto;
}

.mv__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 360, var(--max) * 360);
  background-image: url("../image/bg_mv.webp");
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
:where(.is-nowebp) .mv__inner {
  background-image: url("../image/bg_mv.png");
}

.mv__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 1000, var(--max) * 1000);
  height: 100%;
}

.mv__title {
  position: absolute;
  top: clamp(0px, 10vw / var(--board) * 10 * 45, var(--max) * 45);
  left: 0;
  z-index: 2;
  width: clamp(0px, 10vw / var(--board) * 10 * 734, var(--max) * 734);
}

.mv__girl {
  position: absolute;
  right: calc(clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) * -1);
  bottom: 0;
  z-index: 1;
  width: clamp(0px, 10vw / var(--board) * 10 * 446.5, var(--max) * 446.5);
}

.mv__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  background-image: url("../image/bg_mv-button.webp");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
:where(.is-nowebp) .mv__button {
  background-image: url("../image/bg_mv-button.png");
}

.js-mv__button {
  position: absolute;
  top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  left: calc(50% + clamp(0px, 10vw / var(--board) * 10 * 185, var(--max) * 185));
  width: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}

.mv__button_text {
  width: clamp(0px, 10vw / var(--board) * 10 * 885, var(--max) * 885);
}

.cv {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  background-color: #ffeb5a;
}

.cv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 917, var(--max) * 917);
}

.cv__box {
  text-align: center;
}

.cv__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  font-weight: 600;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  justify-content: center;
}
.cv__text::before, .cv__text::after {
  content: "";
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  height: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  background-image: url(../image/deco_cv-text-1.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cv__text::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.cv__button {
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 430, var(--max) * 430);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  position: relative;
  overflow: hidden;

}
.s-btn1 a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.cv__button a:hover {
  color: #fff;
  opacity: 0.8;
}

.s-btn1 a::before {
  content: '';
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  animation: s-btn1 3s ease-in-out infinite;
  display: inline-block;
}

@-webkit-keyframes s-btn1 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.cv__button__left {
  background-color: #df3f1a;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 15px 0;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
}
.cv__button__right {
  background-color: #205dad;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 15px 0;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.cv__button__left::after,
.cv__button__right::after {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 15px;/*画像の幅*/
  height: 15px;/*画像の高さ*/
  background-image: url(../image/cv-arrow.webp);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  left: 10px;
  top: -2px;
}
.cv__button__left:hover:after, 
.cv__button__right:hover:after {
  left: 15px;
}

.cv__button__left span,
.cv__button__right span {
  color: #fed614;
  font-size: 2.9rem;
}

.about {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  background-image: url(../image/bg_about.svg);
  background-position: center top clamp(0px, 10vw / var(--board) * 10 * 310, var(--max) * 310);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 1552, var(--max) * 1552) auto;
  background-repeat: no-repeat;
}

.about__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 920, var(--max) * 920);
}

.about__title-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
}

.about__text {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  text-align: center;
}

.about__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 77, var(--max) * 77);
}

.about__arrow-image {
  width: clamp(0px, 10vw / var(--board) * 10 * 760, var(--max) * 760);
}

.about__subtitle {
  margin-bottom: calc(clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5) * -1);
}

.about__subtitle-image {
  width: clamp(0px, 10vw / var(--board) * 10 * 250, var(--max) * 250);
}

.about__subtitle-text {
  color: #2660ab;
  font-weight: 600;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
}

.about__title-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  width: clamp(0px, 10vw / var(--board) * 10 * 920, var(--max) * 920);
}

.voice {
  background-image: url(../image/bg_about.svg);
  background-position: center top clamp(0px, 10vw / var(--board) * 10 * 605, var(--max) * 605);
  background-size: clamp(0px, 10vw / var(--board) * 10 * 1552, var(--max) * 1552) auto;
  background-repeat: no-repeat;
}

.voice__title {
  width: 93.9285714286vw;
}
.voice__title img {
  width: 100%;
}

.voice__inner {
  margin-right: auto;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 912, var(--max) * 912);
}

.voice__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0px, 10vw / var(--board) * 10 * 47, var(--max) * 47);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
}
.voice__container:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice__container:last-child {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
}

.voice__box {
  width: clamp(0px, 10vw / var(--board) * 10 * 579, var(--max) * 579);
}

.voice__box-title-image-1 {
  position: relative;
  width: clamp(0px, 10vw / var(--board) * 10 * 559, var(--max) * 559);
}

.voice__box-text {
  margin-top: calc(clamp(0px, 10vw / var(--board) * 10 * 70, var(--max) * 70) * -1);
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 146, var(--max) * 146);
  width: clamp(0px, 10vw / var(--board) * 10 * 448, var(--max) * 448);
}

.voice__photo {
  width: clamp(0px, 10vw / var(--board) * 10 * 280, var(--max) * 280);
}

.voice__slide-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 828, var(--max) * 828);
}

.feature {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  background-image: url(../image/bg_story.png);
  background-position: top center;
  background-size: clamp(0px, 10vw / var(--board) * 10 * 1400, var(--max) * 1400) auto;
  background-repeat: repeat;
}

.feature__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 74, var(--max) * 74);
}

.feature__subtitle {
  width: clamp(0px, 10vw / var(--board) * 10 * 250, var(--max) * 250);
}

.feature__subtitle-image {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 27, var(--max) * 27);
}

.feature__title-image {
  width: clamp(0px, 10vw / var(--board) * 10 * 788, var(--max) * 788);
}

.feature__point-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 140, var(--max) * 140);
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 820, var(--max) * 820);
}

.feature__point-01-title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
}

.point-01-title-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: clamp(0px, 10vw / var(--board) * 10 * 740, var(--max) * 740);
  white-space: nowrap;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
.point-01-title-image::before {
  content: "";
  display: block;
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  width: clamp(0px, 10vw / var(--board) * 10 * 196, var(--max) * 196);
  height: clamp(0px, 10vw / var(--board) * 10 * 75, var(--max) * 75);
  background-image: url(../../../assets/image/text_feature-point-title-01.webp);
  background-position: top left;
  background-size: clamp(0px, 10vw / var(--board) * 10 * 722, var(--max) * 722) auto;
  background-repeat: no-repeat;
}
:where(.is-nowebp) .point-01-title-image::before {
  background-image: url(../../../assets/image/text_feature-point-title-01.png);
}
.point-01-title-image span {
  position: absolute;
  top: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  vertical-align: top;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
}

.feature__box-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature__box-01::before, .feature__box-01::after {
  content: "";
  position: absolute;
  top: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  left: 0;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 63, var(--max) * 63);
  height: clamp(0px, 10vw / var(--board) * 10 * 396, var(--max) * 396);
  background-image: url(../image/deco_feature-box-1.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.feature__box-01::after {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%) scaleX(-1);
          transform: translateX(100%) scaleX(-1);
}

.feature__box-01-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  font-weight: 600;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  line-height: clamp(0px, 10vw / var(--board) * 10 * 44, var(--max) * 44);
}
.feature__box-01-title::before, .feature__box-01-title::after {
  content: "";
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-image: url(../image/deco_feature-box-01-titlle.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.feature__box-01-title::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.feature__box-01-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 34, var(--max) * 34);
}

.feature__box-01-copy {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  width: clamp(0px, 10vw / var(--board) * 10 * 512, var(--max) * 512);
}

.feature__box-01-copy-image {
  width: clamp(0px, 10vw / var(--board) * 10 * 573, var(--max) * 573);
}

.feature__box-01-desc {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
}

.feature__box-01-caution {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
}

.feature__point-02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 62, var(--max) * 62);
  margin-right: auto;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 106, var(--max) * 106);
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 937, var(--max) * 937);
}
.feature__point-02::before {
  content: "";
  position: absolute;
  top: calc(clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) * -1);
  left: calc(50% - 50vw);
  z-index: 0;
  display: block;
  width: 100vw;
  height: clamp(0px, 10vw / var(--board) * 10 * 470, var(--max) * 470);
  background-color: #fff;
  -webkit-transform: skew(0deg, -10deg);
          transform: skew(0deg, -10deg);
}
.feature__point-02 &gt; * {
  position: relative;
  z-index: 2;
}

feature__photo-image {
  width: clamp(0px, 10vw / var(--board) * 10 * 460, var(--max) * 460);
}

.feature__box-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  width: clamp(0px, 10vw / var(--board) * 10 * 418, var(--max) * 418);
}
.feature__point-02-title picture {
  display: block;
  overflow: hidden;
  width: clamp(0px, 10vw / var(--board) * 10 * 220, var(--max) * 220);
  height: clamp(0px, 10vw / var(--board) * 10 * 73, var(--max) * 73);
}
.feature__point-02-title img {
  max-width: none;
  width: clamp(0px, 10vw / var(--board) * 10 * 416, var(--max) * 416);
}
.feature__point-02-title p {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.feature__box-02-text {
  width: clamp(0px, 10vw / var(--board) * 10 * 400, var(--max) * 400);
}
.feature__box-02-text span {
  color: #e43c16;
}

.feature__point-03 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 66, var(--max) * 66);
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 720, var(--max) * 720);
}

.feature__point-03-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
}
.feature__point-03-title picture {
  display: block;
  overflow: hidden;
  width: clamp(0px, 10vw / var(--board) * 10 * 212, var(--max) * 212);
  height: clamp(0px, 10vw / var(--board) * 10 * 73, var(--max) * 73);
}
.feature__point-03-title img {
  max-width: none;
  width: clamp(0px, 10vw / var(--board) * 10 * 728, var(--max) * 728);
}
.feature__point-03-title p {
  margin-bottom: 0;
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  white-space: nowrap;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  line-height: 1.2;
}

.point-03-title-image {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  width: clamp(0px, 10vw / var(--board) * 10 * 720, var(--max) * 720);
}

.feature__point-03-illust {
  width: clamp(0px, 10vw / var(--board) * 10 * 614, var(--max) * 614);
}

.feature__box-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 38, var(--max) * 38);
}

.feature__box-03-text {
  width: clamp(0px, 10vw / var(--board) * 10 * 640, var(--max) * 640);
}
.feature__box-03-text span {
  color: #e90015;
}

.feature__point-03-button-image {
  width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
}

.feature__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 920, var(--max) * 920);
}

.feature__point-03-button {
  width: clamp(0px, 10vw / var(--board) * 10 * 600, var(--max) * 600);
}
@media (min-width: 769px){
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 1300px){
  .story__slide {
    padding: 0 3.85714286%;
    width: 67.71428571%;
  }
}
@media (max-width: 768px){
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    opacity: 0;
    -webkit-transition: opacity var(--speed);
    transition: opacity var(--speed);
    pointer-events: none;
  }
  .is-open .header_nav {
    opacity: 1;
    pointer-events: all;
  }
  .nav_button,
  .nav_button-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100rem;
    height: 100rem;
  }
  .nav_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav_button .is-open {
    display: none;
  }
  .nav_button-close {
    display: none;
  }
  .is-open .nav_button-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section__title::before {
    margin-bottom: calc(clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0) * -1);
    width: clamp(0px, 10vw / var(--board) * 10 * 341, var(--max) * 341);
    height: clamp(0px, 10vw / var(--board) * 10 * 77, var(--max) * 77);
  }
  .section__title em {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 54, var(--max) * 54);
  }
  .grade {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  }
  .lp-winter2024 .fixedCTA {
    background-color: #ffeb5a;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    pointer-events: none;
  }
  .lp-winter2024 .fixedCTA.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .lp-winter2024 .fixedCTA__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    height: clamp(0px, 10vw / var(--board) * 10 * 94, var(--max) * 94);
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
    -webkit-box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) 0 rgba(0, 0, 0, 0.2);
  }
  .lp-winter2024 .fixedCTA__link.-trial {
    background-image: none;
  }
  .lp-winter2024 .fixedCTA__link.-trial .fixedCTA__text {
    background-image: url("../image/icon_trial.svg");
    background-size: auto clamp(0px, 10vw / var(--board) * 10 * 34, var(--max) * 34);
  }
  .grade__slide {
    width: clamp(0px, 10vw / var(--board) * 10 * 248, var(--max) * 248);
  }
  .schedule {
    margin-bottom: clamp(0px, 10vw / var(--board)* 10* 50, var(--max)* 50);
  }
  .schedule__accodion {
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
  }
  .schedule__accodion-name {
    height: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90);
  }
  .is-open .schedule__accodion-info {
    padding: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) 0;
  }
  .schedule__accodion-title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 34, var(--max) * 34);
  }
  .schedule__accodion-container {
    gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .schedule__accodion-limit {
    height: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 23, var(--max) * 23);
  }
  .schedule__accodion-text {
    padding: clamp(0px, 10vw / var(--board) * 10 * 5, var(--max) * 5) 0;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  }
  .story__container + .story__container {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  }
  .story__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
  }
  .story__title::before {
    width: clamp(0px, 10vw / var(--board) * 10 * 49, var(--max) * 49);
    height: clamp(0px, 10vw / var(--board) * 10 * 49, var(--max) * 49);
  }
  .story__swiper {
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  }
  .story__slide {
    width: clamp(0px, 10vw / var(--board) * 10 * 665, var(--max) * 665);
  }
  .story__slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .story__slide-inner::before {
    width: clamp(0px, 10vw / var(--board) * 10 * 62, var(--max) * 62);
    height: clamp(0px, 10vw / var(--board) * 10 * 62, var(--max) * 62);
  }
  .story__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    padding: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60) 0 0;
    width: 100%;
  }
  .story__photo img {
    width: clamp(0px, 10vw / var(--board) * 10 * 280, var(--max) * 280);
  }
  .story__caption {
    margin-top: 0;
    max-width: clamp(0px, 10vw / var(--board) * 10 * 260, var(--max) * 260);
  }
  .story__info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    width: 100%;
  }

  .faq__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
  }
  .faq__box + .faq__box {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  }
  .faq__question {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    min-height: clamp(0px, 10vw / var(--board) * 10 * 134, var(--max) * 134);
    font-size: 16px;
  }
  .faq__question::before {
    width: clamp(0px, 10vw / var(--board) * 10 * 41, var(--max) * 41);
    height: clamp(0px, 10vw / var(--board) * 10 * 37, var(--max) * 37);
    -webkit-transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3));
            transform: translateY(clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3));
  }
  .faq__answer {
    padding-right: 0;
    padding-left: clamp(0px, 10vw / var(--board) * 10 * 110, var(--max) * 110);
  }
  .is-open .faq__answer {
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  }
  .faq__answer::before {
    top: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
    left: 0;
    width: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
    height: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
  }
  .banner {
    width: clamp(0px, 10vw / var(--board) * 10 * 590, var(--max) * 590);
  }
  .banner__link {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
  .footer {
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 180, var(--max) * 180);
  }
  .footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    width: 100%;
  }
  .footer__logo {
    width: clamp(0px, 10vw / var(--board) * 10 * 297, var(--max) * 297);
  }
  .footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .footer__nav-list {
    margin-right: auto;
  }
  .footer__nav-link {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  }
  .footer__copy {
    margin-right: clamp(0px, 10vw / var(--board) * 10 * 70, var(--max) * 70);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  }
  .footer__logo-sprix {
    width: clamp(0px, 10vw / var(--board) * 10 * 160, var(--max) * 160);
  }
  .modal__content {
    padding: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    max-height: 85vh;
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
  .modal__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  }
  .modal__text {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .modal__box {
    padding: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30) clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .modal__box-text + .modal__box-text {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .modal__button-close {
    right: calc(50% - clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335) + clamp(0px, 10vw / var(--board) * 10 * 25, var(--max) * 25));
    width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .mv__inner {
    height: clamp(0px, 10vw / var(--board) * 10 * 600, var(--max) * 600);
    background-image: url("../image/bg_mv_sp.webp");
    background-size: cover;
  }
  :where(.is-nowebp) .mv__inner {
    background-image: url("../image/bg_mv_sp.png");
  }
  .mv__wrapper {
    width: 100%;
  }
  .mv__title {
    top: clamp(0px, 10vw / var(--board) * 10 * 34, var(--max) * 34);
    left: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
    width: clamp(0px, 10vw / var(--board) * 10 * 656, var(--max) * 656);
  }
  .mv__girl {
    right: 0;
    bottom: calc(clamp(0px, 10vw / var(--board) * 10 * 25, var(--max) * 25) * -1);
    z-index: 2;
    width: clamp(0px, 10vw / var(--board) * 10 * 353, var(--max) * 353);
  }
  .mv__button {
    overflow: hidden;
    margin-top: calc(clamp(0px, 10vw / var(--board) * 10 * 66, var(--max) * 66) * -1);
    width: 100vw;
    height: clamp(0px, 10vw / var(--board) * 10 * 169, var(--max) * 169);
    height: auto;
    background-image: none;
    z-index: 11;
  }
  .js-mv__button {
    top: clamp(0px, 10vw / var(--board) * 10 * 85, var(--max) * 85);
    left: calc(50% + clamp(0px, 10vw / var(--board) * 10 * 35, var(--max) * 35));
    width: clamp(0px, 10vw / var(--board) * 10 * 35, var(--max) * 35);
    height: clamp(0px, 10vw / var(--board) * 10 * 35, var(--max) * 35);
  }
  .mv__button_text {
    max-width: none !important;
    width: 102vw;
  }
  .cv {
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .cv__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    width: clamp(0px, 10vw / var(--board) * 10 * 750, var(--max) * 750);
  }
  .cv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 2, var(--max) * 2);
  }
  .cv__text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  }
  .cv__button {
    width: 75vw;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
  }
  .cv__button-text {
    width: 100%;
  }
  .cv__button__left span, .cv__button__right span {
    font-size: 2.0rem;
}
.cv__button__left,.cv__button__right {
  font-size: 1.5rem;
}
  .about {
    position: relative;
    z-index: 2;
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90);
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 160, var(--max) * 160);
    background-image: url(../image/bg_about_sp.svg);
    background-position: center top clamp(0px, 10vw / var(--board) * 10 * 790, var(--max) * 790);
    background-size: clamp(0px, 10vw / var(--board) * 10 * 892, var(--max) * 892) auto;
  }
  .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: clamp(0px, 10vw / var(--board) * 10 * 750, var(--max) * 750);
  }
  .about_title-image {
    width: clamp(0px, 10vw / var(--board) * 10 * 630, var(--max) * 630);
  }
  .about__text {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 54, var(--max) * 54);
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
  }
  .about__arrow {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 136, var(--max) * 136);
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
  }
  .about__subtitle {
    margin-bottom: calc(clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7) * 1);
  }
  .about__subtitle-image {
    width: clamp(0px, 10vw / var(--board) * 10 * 341, var(--max) * 341);
  }
  .about__subtitle-text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 54, var(--max) * 54);
  }
  .about__title-2 {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .about__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
  }
  .voice {
    position: relative;
    z-index: 1;
    margin-top: calc(clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120) * -1);
    background-image: url(../image/bg_about_sp.svg);
    background-position: center top clamp(0px, 10vw / var(--board) * 10 * 530, var(--max) * 530);
    background-size: clamp(0px, 10vw / var(--board) * 10 * 892, var(--max) * 892) auto;
  }
  .voice__title {
    width: 100%;
  }
  .voice__inner {
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
  }
  .voice__container {
    position: relative;
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 76, var(--max) * 76);
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 270, var(--max) * 270);
  }
  .voice__container:nth-child(even) .voice__box-title {
    right: 0;
    left: auto;
  }
  .voice__container:nth-child(even) .voice__photo {
    right: auto;
    left: 0;
  }
  .voice__box {
    width: 100%;
  }
  .voice__box-title {
    position: absolute;
    top: clamp(0px, 10vw / var(--board) * 10 * 52, var(--max) * 52);
    left: 0;
  }
  .voice__box-title-image-1 {
    width: clamp(0px, 10vw / var(--board) * 10 * 384, var(--max) * 384);
  }
  .voice__box-text {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .voice__photo {
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(0px, 10vw / var(--board) * 10 * 260, var(--max) * 260);
  }
  .voice__box-title-image-2 {
    width: clamp(0px, 10vw / var(--board) * 10 * 384, var(--max) * 384);
  }
  .voice__slide-title {
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
  }
  .feature__subtitle {
    width: clamp(0px, 10vw / var(--board) * 10 * 341, var(--max) * 341);
  }
  .feature__subtitle-image {
    width: clamp(0px, 10vw / var(--board) * 10 * 341, var(--max) * 341);
  }
  .feature__title-image {
    width: clamp(0px, 10vw / var(--board) * 10 * 599, var(--max) * 599);
  }
  .feature__point-01 {
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
  }
  .feature__point-01-title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 54, var(--max) * 54);
  }
  .point-01-title-image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: clamp(0px, 10vw / var(--board) * 10 * 645, var(--max) * 645);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 52, var(--max) * 52);
  }
  .point-01-title-image::before {
    margin-right: 0;
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .point-01-title-image span {
    top: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
    right: calc(clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) * -1);
  }
  .feature__box-01 {
    z-index: 1;
  }
  .feature__box-01::before, .feature__box-01::after {
    top: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
    left: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    width: clamp(0px, 10vw / var(--board) * 10 * 55, var(--max) * 55);
    height: clamp(0px, 10vw / var(--board) * 10 * 878, var(--max) * 878);
    background-image: url(../image/deco_feature-box-1_sp.svg);
  }
  .feature__box-01::after {
    right: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    left: auto;
  }
  .feature__box-01-title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    text-align: center;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
    line-height: clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46);
  }
  .feature__box-01-title::before, .feature__box-01-title::after {
    position: relative;
    top: -1vw;
    width: clamp(0px, 10vw / var(--board) * 10 * 27, var(--max) * 27);
    height: clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46);
    background-image: url(../image/deco_feature-box-01-titlle_sp.svg);
  }
  .feature__box-01-attention {
    gap: clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 76, var(--max) * 76);
  }
  .feature__box-01-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature__box-01-01-image {
    width: clamp(0px, 10vw / var(--board) * 10 * 443, var(--max) * 443);
  }
  .feature__box-01-02-image {
    width: clamp(0px, 10vw / var(--board) * 10 * 517, var(--max) * 517);
  }
  .feature__box-01-copy {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .feature__box-01-desc {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
    width: clamp(0px, 10vw / var(--board) * 10 * 590, var(--max) * 590);
  }
  .feature__box-01-caution {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    line-height: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  }
  .feature__point-02 {
    z-index: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    width: clamp(0px, 10vw / var(--board) * 10 * 590, var(--max) * 590);
  }
  .feature__point-02::before {
    top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    height: clamp(0px, 10vw / var(--board) * 10 * 940, var(--max) * 940);
    -webkit-transform: skew(0deg, -24deg);
            transform: skew(0deg, -24deg);
  }
  .feature__photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .feature__box-02 {
    position: relative;
    z-index: 2;
    display: contents;
  }
  .feature__point-02-title {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature__point-02-title picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: clamp(0px, 10vw / var(--board) * 10 * 276, var(--max) * 276);
    height: clamp(0px, 10vw / var(--board) * 10 * 92, var(--max) * 92);
  }
  .feature__point-02-title img {
    width: clamp(0px, 10vw / var(--board) * 10 * 538, var(--max) * 538);
  }
  .feature__point-02-title p {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    text-align: center;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 52, var(--max) * 52);
  }
  .feature__box-02-text {
    position: relative;
    z-index: 2;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .feature__point-03 {
    width: clamp(0px, 10vw / var(--board) * 10 * 632, var(--max) * 632);
  }
  .feature__point-03-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature__point-03-title picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: clamp(0px, 10vw / var(--board) * 10 * 276, var(--max) * 276);
    height: clamp(0px, 10vw / var(--board) * 10 * 95, var(--max) * 95);
  }
  .feature__point-03-title img {
    width: clamp(0px, 10vw / var(--board) * 10 * 633, var(--max) * 633);
  }
  .feature__point-03-title p {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
    margin-left: 0;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 52, var(--max) * 52);
  }
  .point-03-title-image {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 85, var(--max) * 85);
  }
  .feature__point-03-illust {
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
  }
  .feature__box-03 {
    gap: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
  }
  .feature__box-03-text {
    width: clamp(0px, 10vw / var(--board) * 10 * 590, var(--max) * 590);
  }
  .feature__banner {
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
  }
  .feature__point-03-button {
    width: clamp(0px, 10vw / var(--board) * 10 * 670, var(--max) * 670);
  }
  .sp-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px){
  :root {
    --board: 750;
    --max: 9999px;
  }
}
@media (hover: hover){
  /* .lp-winter2024 a:hover {
    opacity: 0.7;
  } */
  .schedule__accodion-name:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .faq__question:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
/*# sourceMappingURL=style.css.map */

/********************************

	講習終了

********************************/
.mv__inner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 88, 88, 0.7);
  z-index: 10;
}
.teaser {
  font-size: 1.3em;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 85;
    width: 30%;
    padding: 10px 10px;
    background-color: rgba(255, 255, 255, 0.95);
    border: #333 2px solid;
    border-radius: 5px;
    line-height: 2;
    font-weight: bold;
    text-align: left;
    right: 0;
    margin: auto;
}
.txt-c {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .teaser {
    font-size: 1.1em;
    top: 35%;
    width: 80%;
    padding: 10px 10px;
  }
}</pre></body></html>