body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "源ノ角ゴシック JP", sans-serif;
}
main {
  margin-top: 0;
  background-color: #F1FBFF;
}
p, dd {
  line-height: unset;
  margin: 0;
}
img {
  vertical-align: bottom;
}
a {
  opacity: 1;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: .7;
  transition: .4s;
}
.win25-wrapper {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.win25-section {
  position: relative;
}
.position-abs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cta__btn {
  max-width: 678px;
  width: 90%;
}

/*====================================================
*	splide 共通（ボタンなし）
====================================================*/
.win25-result .splide__slide {
  max-width: 316px;
}

/*====================================================
*	splide 共通（ボタンあり）
====================================================*/
/***** prev next ボタンデザイン *****/
.splide__arrow {
  top: 35%;
}
.splide__arrow--prev {
  background: url(../../images/lp/2ndhigh-winter2025/arrow-left.webp) no-repeat center;
  background-size: cover;
  width: 18vw;
  height: 18vw;
  max-width: 135px;
  max-height: 135px;
  opacity: 1;
  left: -9px;
}
.splide__arrow--next {
  background: url(../../images/lp/2ndhigh-winter2025/arrow-right.webp) no-repeat center;
  background-size: cover;
  width: 18vw;
  height: 18vw;
  max-width: 135px;
  max-height: 135px;
  opacity: 1;
  right: -9px;
}
.splide__arrow svg {
  display: none;
}

/***** ページネーションデザイン *****/
.splide__pagination {
  gap: 2%;
}
.splide__pagination__page.is-active {
  background: #2C4399;
  transform: none;
}
.splide__pagination__page {
  background: #E6F6FD;
  border: 1px solid #2B70D1;
  width: 5.3vw;
  height: 5.3vw;
  max-width: 40px;
  max-height: 40px;
  opacity: 1;
}

/*====================================================
*	fv section
====================================================*/
.win25-fv__btn {
  max-width: 680px;
  width: 90%;
  bottom: 0;
}

/*====================================================
*	introduction section
====================================================*/
.win25-introduction__text {
  max-width: 644px;
  width: 86%;
  top: 33%;
}

/*====================================================
*	result section
====================================================*/
.win25-result__text {
  max-width: 640px;
  width: 85%;
  top: 28%;
}
.win25-result__upper {
  position: absolute;
  bottom: 21%;
}
.win25-result__lower {
  position: absolute;
  bottom: 4%;
}

/*====================================================
*	voice section
====================================================*/
.win25-voice {
  background-image: url(../../images/lp/2ndhigh-winter2025/voice-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.win25-voice__title {
  max-width: 750px;
  width: 100%;
  top: 0;
}
.win25-voice .splide__pagination {
  bottom: 20%;
}

/*====================================================
*	cta01 section
====================================================*/
.win25-cta01__text {
  max-width: 590px;
  width: 78%;
  top: 15%;
  left: 45%;
}
.win25-cta01__btn {
  bottom: 6%;
}

/*====================================================
*	worries section
====================================================*/
.win25-worries__text {
  max-width: 700px;
  width: 93%;
  top: 39%;
}
.win25-worries__main {
  margin-top: -1px;
}

/*====================================================
*	revolution section
====================================================*/
.win25-revolution__text {
  max-width: 532px;
  width: 71%;
  top: 1%;
}
.win25-revolution__circle {
  max-width: 660px;
  width: 88%;
  bottom: 27%;
  left: 50%;
}

/*====================================================
*	seminar section
====================================================*/
.win25-seminar__text {
  max-width: 750px;
  width: 100%;
  top: 5.6%;
}
.win25-seminar__point {
  max-width: 564px;
  width: 75.2%;
  top: 27.5%;
}

/*====================================================
*	teacher section
====================================================*/
#splide3 {
  background-image: url(../../images/lp/2ndhigh-winter2025/teacher-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.win25-teacher .splide__pagination {
  bottom: 3%;
}

/*====================================================
*	benefits section
====================================================*/
.win25-benefits__btn {
  max-width: 680px;
  width: 90%;
  top: 0;
}
.win25-benefits__main {
  max-width: 750px;
  width: 100%;
  top: 29%;
}

/*====================================================
*	cta02 section
====================================================*/
.win25-cta02__btn {
  top: 21%;
}

/*====================================================
*	cta03 section
====================================================*/
.win25-cta03__btn {
  top: 20%;
}

/*====================================================
*	contact form
====================================================*/
.wpcf7 {
  margin-bottom: 0 !important;
}
.wpcf7-form-control-wrap {
  position: static;
}
.reservation {
  font-family: "Noto Sans JP";
  color: #fff;
  background-image: url(../../images/lp/2ndhigh-winter2025/contactform-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.reservation img {
  width: 100%;
}
.reservation__table {
  margin: 7px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.reservation__group:not(:last-of-type),
.reservation__box,
.checkbox__privacy {
  margin: 0 18px;
}
.reservation__group:not(:last-of-type) {
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
}
.reservation__group label {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}
.reservation__group > p > label:first-of-type {
  margin-bottom: 4px;
}
.reservation__required {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 8px;
  color: #2C4399;
  background-color: #FFF45A;
  display: inline-block;
  margin: auto 8px;
}
.reservation__place span.wpcf7-list-item {
  width: 50%;
}
.wpcf7-list-item {
  margin: 0 0 10px 0;
}
.wpcf7-list-item-label {
  font-size: 18px;
  font-weight: bold;
}
.asterisk {
  font-weight: 500;
  margin-top: 14px;
  position: relative;
}
.asterisk::before {
  content: '※';
  font-size: 10px;
  position: absolute;
  top: -119px;
  left: 131px;
}
.reservation__date,
.reservation__num {
  display: flex;
  flex-direction: column;
}

/***** ラジオボタンのカスタマイズ *****/
.wpcf7-radio input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.reservation__place span.wpcf7-list-item-label,
.reservation__date span.wpcf7-list-item-label,
.reservation__num span.wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.reservation__place span.wpcf7-list-item-label::before,
.reservation__date span.wpcf7-list-item-label::before,
.reservation__num span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
@media screen and (max-width:366px) {
  .reservation__place span.wpcf7-list-item-label::before,
  .reservation__date span.wpcf7-list-item-label::before,
  .reservation__num span.wpcf7-list-item-label::before {
    margin-right: 13px;
  }
}
.reservation__place span.wpcf7-list-item-label::after,
.reservation__date span.wpcf7-list-item-label::after,
.reservation__num span.wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #2C4399;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

/***** 入力エリアのカスタマイズ *****/
.reservation__box > p {
  padding-bottom: 32px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cecece;
  border-radius: 100px;
  box-sizing: border-box;
  font-family: inherit;
  width: 100%;
  height: 60px;
  color: #1b1b1b;
  font-size: 18px;
  padding: 5px 20px;
}
.wpcf7 textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cecece;
  border-radius: 16px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1em;
  height: 200px;
  padding: 0.31em;
  vertical-align: middle;
  word-break: break-word;
  width: 100%;
  color: #1b1b1b;
  font-size: 18px;
  padding: 5px 20px;
  resize: none;
}

/***** チェックボックスのカスタマイズ *****/
.checkbox__privacy {
  position: relative;
}
.checkbox__privacy__box,
.checkbox__confirm__box {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 24px;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  font-size: 16px;
}
/* チェックボックスを非表示 */
.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
/* カスタムチェックボックス（四角） */
.checkbox__privacy__box::before,
.checkbox__confirm__box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 37%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #2B70D1;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background-color, border-color;
}
/* チェックマーク */
.checkbox__privacy__box::after,
.checkbox__confirm__box::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 33%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 15px;
  border: solid #2B70D1;
  border-width: 0 3px 3px 0;
  opacity: 0;
  transition: opacity 0.3s;
}
/* プライバシーポリシーのチェックボックスがチェックされたとき */
.checkbox__privacy__box:has(input[type="checkbox"]:checked)::before {
  background-color: #fff;
  border-color: #fff;
}
.checkbox__privacy__box:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
}
/* 確認用チェックボックスがチェックされたとき */
.checkbox__confirm__box:has(input[type="checkbox"]:checked)::before {
  background-color: #fff;
  border-color: #fff;
}
.checkbox__confirm__box:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
}
.reservation__br {
  display: none;
}
.under-line {
  text-decoration:underline 1px solid #fff;
}

/***** ローディング表示と送信完了メッセージ *****/
.wpcf7-spinner {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output{
  border-color: transparent;
  font-size: 16px;
  margin: 0 18px 18px 18px;
}
.wpcf7 form .wpcf7-response-output {
  padding: 0;
  margin: 0;
}
@media screen and (max-width:520px) {
  .reservation__br {
    display: block;
  }
  .checkbox__confirm__box::before {
    top: 40%;
  }
  .checkbox__confirm__box::after {
    top: 36%;
  }
}

/***** 送信ボタンとリセットボタンのカスタマイズ *****/
/* page.cssを打ち消す */
.wpcf7 input[type="submit"],
.wpcf7 input[type="reset"] {
  width: initial;
  max-width: initial;
  height: initial;
  margin: initial; 
  color: initial;
  font-size: initial;
  font-weight: initial;
  line-height: normal;
  border-radius: initial;
  -webkit-transition: none;
  transition: none;
  display: initial;
}
.reservation__submit {
  margin-top: 22px;
  padding-bottom: 32px;
}
/* すべてのCF7送信ボタンに画像スタイルを強制適用 */
.wpcf7 input[type="submit"] {
  display: block;
  margin: 0 auto;
  background: url(../../images/lp/2ndhigh-winter2025/submit-btn.webp) no-repeat center center !important;
  background-size: contain !important;
  background-color: transparent !important;
  width: 340px !important;
  max-width: 680px !important;
  height: 82px !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  line-height: normal !important;
  color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
/* リセットボタンの位置と装飾 */
.reservation__reset {
  background-color: #fff;
  text-align: center;
  padding-top: 24px;
}
.wpcf7 input[type="reset"] {
  font-size: 16px;
  background: initial;
  color: #2C4399;
  text-decoration: underline 1px solid #2C4399;
}
/*====================================================
*	footer
====================================================*/
.win25-footer {
  background-color: #F1FBFF;
  margin: 80px auto 80px;
}
.win25-footer .copyright {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
}

/*====================================================
*	アニメーション
====================================================*/
/***** スクロールアニメーション インパクト *****/
.scroll-impact {
  opacity: 0;
  transform: translate(-50%) scale(1.15);
  transform-origin: center center;
}
.scroll-impact.is-impact-inview {
  opacity: 1;
  animation: impact-bounce 0.6s cubic-bezier(.17, 1.4, .64, 1.3) forwards; 
}
@keyframes impact-bounce {
  0% {
    opacity: 0;
    transform: translate(-50%) scale(1);
  }
  70% { 
    opacity: 1;
    transform: translate(-50%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%) scale(1);
  }
}

/***** スクロールアニメーション ポップアップ *****/
.scroll-pop {
  opacity: 0;
  transform: translate(-50%) scale(0.8); 
  transform-origin: center center;
}
.scroll-pop.is-pop-inview {
  opacity: 1;
  animation: pop-bounce 0.4s cubic-bezier(.17, 1.4, .64, 1.3) forwards; 
}
@keyframes pop-bounce {
  0% {
    opacity: 0;
    transform: translate(-50%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(-50%) scale(1);
  }
}

/***** スクロールアニメーション フェードイン *****/
.scroll-fadein {
  opacity: 0;
  transform: translate(-50%) scale(0.95); 
}
.scroll-fadein.is-fadein-inview {
  opacity: 1;
  transform: translate(-50%) scale(1);
  transition: all 0.5s ease-out;
}

/***** 追従ボタン *****/
.floatBtn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  max-width: 678px;
  width: 90.4%;
}
.floatBtn a:hover {
  opacity: .9;
  transition: opacity 0.3s ease;
}
.floatBtn.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition: all 0.3s ease;
}