@charset "UTF-8";

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -ms-flex-negative: 0;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  backface-visibility: hidden;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  contain: strict;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #999;
  border-radius: 50%;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__sr {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

:root {
  --c-base: #fff;
  --c-main: #CE7A7A;
  --c-accent: #E17979;
  --text-main: #34414E;
  --f-jp: "Zen Kaku Gothic New", sans-serif;
  --f-en: "hiragino-mincho-pron", sans-serif;
  --f-gotu: "Gotu", sans-serif;
  --index-menu: 21;
  --index-header: 20;
  --leading-trim: calc((1em - 1lh) / 2);
  --round: calc(1px / 0);
  --transition-bg: background-color 0.3s;
  --transition-color: color 0.3s;
  --transition-fill: fill 0.3s;
  --transition-opc: opacity 0.3s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  color: var(--text-main);
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: var(--f-jp);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

main {
  padding-top: 80px;
}

img {
  max-width: 100%;
}

p {
  margin-block: var(--leading-trim);
  letter-spacing: 0.7px;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  -ms-touch-action: manipulation;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  touch-action: manipulation;
}

svg {
  width: 100%;
  height: 100%;
}

.ib {
  display: inline-block;
}

/* ------------------------------------- */

/* button
/* ------------------------------------- */

.c-button {
  -webkit-transition: var(--transition-opc);
  display: block;
  max-width: 420px;
  margin-inline: auto;
  transition: var(--transition-opc);
}

.c-button:focus-visible {
  opacity: 0.8;
}

.c-button:not(:first-child) {
  margin-top: 10px;
}

/* ------------------------------------- */

/* heading
/* ------------------------------------- */

.c-heading {
  z-index: 1;
  position: relative;
  color: #ca554e;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}

.c-heading .sub {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-bottom: 40px;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 1;
  font-family: var(--f-gotu);
}

.c-heading .sub::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  aspect-ratio: 1;
  width: 30px;
  translate: -50% 0;
  background: url(/lp/img/common/icon-star.svg) no-repeat center center/contain;
  content: "";
}

.c-heading--white {
  color: var(--c-base);
}

.c-heading--white .sub::after {
  background-image: url(/lp/img/common/icon-star_wh.svg);
}

/* ------------------------------------- */

/* footer
/* ------------------------------------- */

.l-footer {
  width: 100%;
  padding-bottom: 75px;
  background-color: #E76E66;
}

.l-footer__copyright {
  padding: 20px;
  color: var(--c-base);
  font-weight: 500;
  font-size: 2rem;
  line-height: normal;
  text-align: center;
}

/* ------------------------------------- */

/* layout header
/* ------------------------------------- */

.l-header {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.l-header__title {
  padding: 15px 0 16px;
  border-radius: 15px 15px 0 0;
  background-color: #df938e;
  color: var(--c-base);
  font-size: 2.8rem;
  font-family: var(--f-en);
  text-align: center;
}

.l-header__title .sub {
  display: block;
  margin-bottom: 9px;
  font-weight: 300;
  font-size: 1.2rem;
}

.l-header__title img {
  width: 100%;
  max-width: 260px;
  margin-inline: auto;
}

.l-header__nav {
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
}

.l-header__nav-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  overflow-x: auto;
  gap: 30px;
}

.l-header__nav-list::-webkit-scrollbar {
  height: 6px;
}

.l-header__nav-list::-webkit-scrollbar-track {
  height: 6px;
  background-color: transparent;
}

.l-header__nav-list::-webkit-scrollbar-thumb {
  height: 6px;
  border-radius: var(--round);
  background-color: #df938e;
  opacity: 0.5;
}

.l-header__nav-link {
  color: rgba(52, 65, 78, 0.8);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  white-space: nowrap;
}

/* ------------------------------------- */

/* layout main
/* ------------------------------------- */

.l-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  padding: 30px 40px;
  background: url(/lp/img/common/bg-pc.webp) no-repeat center center/cover;
}

.l-container__title {
  width: 100%;
  max-width: 180px;
}

.l-container__title img {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(207, 131, 128, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(207, 131, 128, 0.25));
}

.l-container__nav {
  margin-top: 70px;
}

.l-container__nav-list {
  display: grid;
  row-gap: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.l-container__nav-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.l-container__nav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: var(--transition-opc);
  display: grid;
  grid-template-columns: -webkit-max-content 8px;
  grid-template-columns: max-content 8px;
  align-items: center;
  gap: 8px;
  color: #e97c75;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  text-shadow: 0px 4px 4px rgba(207, 131, 128, 0.25);
  transition: var(--transition-opc);
}

.l-container__nav-link::after {
  width: 8px;
  height: 8px;
  rotate: 135deg;
  border-top: solid 1px #e97c75;
  border-right: solid 1px #e97c75;
  content: "";
}

.l-container__nav-link:focus-visible {
  opacity: 0.8;
}

.l-container__sns {
  position: absolute;
  top: 50%;
  right: 90px;
  translate: 0 -50%;
}

.l-container__sns-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #FF9888;
  font-weight: 600;
  font-size: 3rem;
  font-family: var(--f-en);
  text-shadow: 0px 4px 4px rgba(207, 131, 128, 0.25);
}

.l-container__sns-title .sub {
  display: block;
  margin-top: 20px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  text-shadow: 0px 4px 4px rgba(207, 131, 128, 0.25);
}

.l-container__sns-title img {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(207, 131, 128, 0.25));
  width: 100%;
  max-width: 160px;
  filter: drop-shadow(0px 4px 4px rgba(207, 131, 128, 0.25));
}

.l-container__sns-list {
  margin-top: 30px;
}

.l-container__sns-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: var(--transition-opc);
  display: grid;
  grid-template-columns: 18px -webkit-max-content 16px;
  grid-template-columns: 18px max-content 16px;
  align-items: center;
  gap: 8px;
  color: #e97c75;
  font-weight: 500;
  transition: var(--transition-opc);
}

.l-container__sns-link::before {
  aspect-ratio: 1;
  width: 18px;
  content: "";
}

.l-container__sns-link::after {
  aspect-ratio: 1;
  width: 16px;
  background: url(/lp/img/common/icon-expand.svg) no-repeat center center/contain;
  content: "";
}

.l-container__sns-link:focus-visible {
  opacity: 0.8;
}

.l-container__sns-link--instagram {
  margin-top: 15px;
}

.l-container__sns-link--youtube::before {
  background: url(/lp/img/common/icon-youtube.svg) no-repeat center center/contain;
}

.l-container__sns-link--instagram::before {
  background: url(/lp/img/common/icon-instagram.svg) no-repeat center center/contain;
}

.l-wrapper {
  z-index: 1;
  position: relative;
  width: 500px;
  margin: 90px auto 0;
  border-radius: 15px 15px 0 0;
  background-color: var(--c-base);
}

.l-inner {
  padding: 0 20px;
}

.l-bg {
  position: relative;
  background-color: var(--c-base);
}

.l-bg::before,
.l-bg::after {
  position: absolute;
  width: 100%;
  height: 278px;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}

.l-bg::before {
  top: 0;
  left: 0;
  background-image: url(/lp/img/common/bg-star_top.webp);
  background-position: top center;
}

.l-bg::after {
  bottom: 0;
  left: 0;
  background-image: url(/lp/img/common/bg-star_bottom.webp);
  background-position: bottom center;
}

/* .l-fixed__link {
  display: block;
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 500px;
  translate: -50% 0;
} */

.l-fixed__link {
  display: block;
  z-index: 9999; /* 100から9999に変更（絶対に一番手前に来るように） */
  position: fixed;
  bottom: 5px;  /* 0から80pxに変更（Instagramのメニューを避ける高さ） */
  left: 50%;
  width: 100%;
  max-width: 500px;
  translate: -50% 0;
}

/* ------------------------------------- */

/* course
/* ------------------------------------- */

.p-course {
  padding: 100px 0;
}

.p-course__intro {
  margin-top: 40px;
}

.p-course__intro-title {
  margin-top: 30px;
  padding: 0 40px;
  color: #ce7a7a;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.7692307692;
}

.p-course__intro-text {
  margin-top: 30px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7777777778;
}

.p-course__box {
  padding: 0 40px;
}

.p-course__box--first {
  margin-top: 60px;
}

.p-course__box--second {
  margin-top: 90px;
}

.p-course__box-heading {
  width: 100%;
  margin-bottom: 20px;
}

.p-course__box-detail + .p-course__box-detail {
  margin-top: 30px;
}

.p-course__button-wrap {
  z-index: 1;
  position: relative;
  margin-top: 60px;
  padding: 0 40px;
}

.p-course__button {
  -webkit-transition: var(--transition-opc);
  display: block;
  max-width: 420px;
  margin-inline: auto;
  transition: var(--transition-opc);
}

.p-course__button:focus-visible {
  opacity: 0.8;
}

/* ------------------------------------- */

/* facility
/* ------------------------------------- */

.p-facility {
  padding: 100px 0;
}

.p-facility__intro {
  margin-top: 40px;
}

.p-facility__intro-splide {
  position: relative;
}

.p-facility__intro-splide .splide__arrows {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  translate: 0 -50%;
}

.p-facility__intro-splide .splide__arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: grid;
  appearance: none;
  place-items: center;
  width: 41px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: rgba(223, 147, 142, 0.9);
}

.p-facility__intro-splide .splide__arrow svg {
  display: none;
}

.p-facility__intro-splide .splide__arrow:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.p-facility__intro-splide .splide__arrow--next img {
  rotate: 180deg;
}

.p-facility__inner {
  z-index: 1;
  position: relative;
  padding: 0 40px;
}

.p-facility__subheading {
  margin-top: 30px;
  color: #ce7a7a;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.7692307692;
}

.p-facility__text {
  margin-top: 30px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7777777778;
}

.p-facility__thumb {
  aspect-ratio: 420/235;
  margin-top: 55px;
}

.p-facility__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  -webkit-transition: var(--transition-opc);
  display: grid;
  grid-template-columns: 22px -webkit-max-content 20px;
  grid-template-columns: 22px max-content 20px;
  column-gap: 5px;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 0 auto;
  padding-bottom: 5px;
  border-bottom: solid 1px #e76e66;
  color: #e76e66;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  transition: var(--transition-opc);
}

.p-facility__link::before {
  aspect-ratio: 1;
  width: 22px;
  background: url(/lp/img/common/icon-youtube.svg) no-repeat center center/contain;
  content: "";
}

.p-facility__link::after {
  aspect-ratio: 1;
  width: 20;
  background: url(/lp/img/common/icon-expand.svg) no-repeat center center/contain;
  content: "";
}

.p-facility__link:focus-visible {
  opacity: 0.8;
}

/* ------------------------------------- */

/* faq
/* ------------------------------------- */

.p-faq {
  padding: 100px 0;
  background-color: #f7ebeb;
}

.p-faq__inner {
  padding: 0 40px;
}

.p-faq__content {
  display: grid;
  row-gap: 20px;
  margin-top: 40px;
}

.p-faq__details {
  padding: 20px;
  background-color: var(--c-base);
}

.p-faq__question {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr 18px;
  grid-template-columns: max-content 1fr 18px;
  column-gap: 20px;
  align-items: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  cursor: pointer;
}

.p-faq__question::before,
.p-faq__question::after {
  grid-row: 1/2;
  grid-column: 3/4;
  width: 100%;
  height: 3px;
  background-color: #c9c9c9;
  content: "";
}

.p-faq__question::after {
  -webkit-transition: rotate 0.3s;
  rotate: 90deg;
  transition: rotate 0.3s;
}

.p-faq__question .head {
  color: #ce7a7a;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  font-family: var(--f-gotu);
  letter-spacing: 1.3px;
}

.p-faq__details.is-opened .p-faq__question::after {
  rotate: 0deg;
}

.p-faq__answer {
  margin-top: 10px;
  overflow: hidden;
}

.p-faq__answer-container {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  column-gap: 20px;
  align-items: baseline;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.p-faq__answer-container .head {
  color: #ce7a7a;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  font-family: var(--f-gotu);
  letter-spacing: 1.3px;
}

.p-faq__button-wrap {
  margin-top: 60px;
}

.p-faq__link {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  display: grid;
  grid-template-columns: 24px auto;
  column-gap: 10px;
  margin-top: 10px;
  color: #ce7a7a;
}

.p-faq__link::before {
  aspect-ratio: 1;
  width: 24px;
  margin-block: calc((1lh - 24px) / 2);
  background: url(/lp/img/common/icon-pdf.svg) no-repeat center center/contain;
  content: "";
}

.p-faq__link:focus-visible {
  text-decoration: underline;
}

/* ------------------------------------- */

/* feature
/* ------------------------------------- */

.p-feature {
  padding: 100px 0 120px;
}

.p-feature__intro-image {
  aspect-ratio: 500/265;
  width: 100%;
  margin-top: 40px;
}

.p-feature__intro-heading {
  margin-top: 30px;
  padding: 0 40px;
  color: #CE7A7A;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.7692307692;
}

.p-feature__intro-text {
  margin-top: 30px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.p-feature__list {
  z-index: 1;
  position: relative;
  margin-top: 30px;
}

.p-feature__item:not(:first-child) {
  margin-top: 60px;
}

.p-feature__item {
  padding: 0 40px 0 10px;
}

.p-feature__item-text {
  margin-top: 30px;
  padding-left: 30px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.p-feature__item-text strong {
  color: #CE7A7A;
  font-weight: 700;
}

.p-feature__tags {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-left: 30px;
  gap: 10px 20px;
}

.p-feature__tag {
  color: #6f8faf;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
}

/* ------------------------------------- */

/* mv
/* ------------------------------------- */

.p-mv {
  position: relative;
  width: 100%;
  margin-top: -60px;
}

.p-mv__link {
  display: block;
  position: absolute;
  bottom: 243px;
  left: 32px;
  aspect-ratio: 180/100;
  width: 180px;
}

.p-mv-sub {
  margin-top: -1px;
}

/* ------------------------------------- */

/* point
/* ------------------------------------- */

.p-point {
  padding: 80px 0 40px;
  background: url(/lp/img/point/bg-point.webp) no-repeat center center/cover;
}

.p-point__heading {
  color: #E76E66;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}

.p-point__heading img {
  display: inline-block;
  width: 100%;
  max-width: 135px;
  margin-top: 4.5px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.p-point__heading .sub {
  font-size: 2.6rem;
}

.p-point__text {
  margin-top: 30px;
  padding: 0 14px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.p-point__text strong {
  font-weight: 700;
}

.p-point__list {
  margin-top: 37px;
}

.p-point__item:not(:first-child) {
  margin-top: 70px;
}

.p-point__item:nth-child(1),
.p-point__item:nth-child(3) {
  padding-right: 20px;
}

.p-point__item:nth-child(1) .p-point__item-text,
.p-point__item:nth-child(3) .p-point__item-text {
  padding-left: 20px;
}

.p-point__item:nth-child(2) {
  padding-left: 20px;
}

.p-point__item-text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.p-point__item-text strong {
  font-weight: 700;
}

.p-point__comment {
  position: relative;
  margin-top: 60px;
  padding-bottom: 94px;
}

.p-point__comment-text {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 30px 20px;
  border-radius: 20px;
  background-color: var(--c-base);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.p-point__comment-image {
  position: absolute;
  right: -20px;
  bottom: 0;
  aspect-ratio: 1;
  width: 130px;
}

/* ------------------------------------- */

/* reason
/* ------------------------------------- */

.p-reason {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7ebeb), to(#f3bebb));
  background: linear-gradient(top, #f7ebeb 0%, #f3bebb 100%);
}

.p-reason__intro {
  margin-top: 40px;
}

.p-reason__intro-title {
  margin-top: 30px;
  padding: 0 40px;
  color: #ce7a7a;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.7692307692;
}

.p-reason__intro-text {
  margin-top: 30px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7777777778;
}

.p-reason__list {
  display: grid;
  row-gap: 40px;
  margin-top: 70px;
  padding: 0 20px;
}

.p-reason__item {
  position: relative;
  border-radius: 10px;
}

.p-reason__item::before {
  position: absolute;
  top: -25px;
  left: 50%;
  height: 46px;
  translate: -50% 0;
  content: "";
}

.p-reason__item--01::before {
  width: 50px;
  background: url(/lp/img/reason/img-number01.webp) no-repeat center center/contain;
}

.p-reason__item--02::before {
  width: 59px;
  background: url(/lp/img/reason/img-number02.webp) no-repeat center center/contain;
}

.p-reason__item--03::before {
  width: 57px;
  background: url(/lp/img/reason/img-number03.webp) no-repeat center center/contain;
}

.p-reason__item--04::before {
  width: 55px;
  background: url(/lp/img/reason/img-number04.webp) no-repeat center center/contain;
}

.p-reason__title {
  padding: 20px;
  border-radius: 10px 10px 0 0;
  background-color: #e76e66;
  color: var(--c-base);
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}

.p-reason__body {
  padding: 30px 40px 40px;
  border-radius: 0 0 10px 10px;
  background-color: var(--c-base);
}

.p-reason__text {
  margin-top: 18px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

/* ------------------------------------- */

/* school
/* ------------------------------------- */

.p-school {
  padding: 100px 0;
  background-color: #df938e;
}

.p-school__intro {
  margin-top: 40px;
}

.p-school__inner {
  padding: 0 40px;
}

.p-school__list {
  margin-top: 30px;
}

.p-school__item {
  padding: 20px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.p-school__title {
  color: var(--c-base);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}

.p-school__desc {
  margin-top: 10px;
  color: #fcf4f3;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.p-school__sns-list {
  padding: 20px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.p-school__sns-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.8;
}

.p-school__sns-text {
  min-width: 115px;
  color: #fcf4f3;
  font-weight: 700;
  font-size: 2rem;
}

.p-school__sns-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  display: grid;
  grid-template-columns: 22px -webkit-max-content 20px;
  grid-template-columns: 22px max-content 20px;
  column-gap: 8px;
  align-items: center;
  color: #fcf4f3;
  font-weight: 500;
  font-size: 1.8rem;
}

.p-school__sns-link::before {
  aspect-ratio: 1;
  width: 22px;
  content: "";
}

.p-school__sns-link::after {
  aspect-ratio: 1;
  width: 20px;
  background: url(/lp/img/common/icon-expand_light.svg) no-repeat center center/contain;
  content: "";
}

.p-school__sns-link--instagram::before {
  background: url(/lp/img/common/icon-instagram.svg) no-repeat center center/contain;
}

.p-school__sns-link--youtube::before {
  background: url(/lp/img/common/icon-youtube.svg) no-repeat center center/contain;
}

.p-school__map {
  position: relative;
  aspect-ratio: 420/250;
  margin-top: 50px;
  background-color: #b29f9e;
}

.p-school__map iframe {
  -webkit-filter: grayscale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  filter: grayscale(1);
}

/* ------------------------------------- */

/* solution
/* ------------------------------------- */

.p-solution {
  margin-top: -80px;
  padding: 127px 0 40px;
  background: url(/lp/img/solution/bg-solution.webp) no-repeat top center/cover;
}

.p-solution__heading {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}

.p-solution__heading img {
  display: inline-block;
  width: 100%;
  max-width: 135px;
  margin-top: 4.5px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.p-solution__heading .sub {
  font-size: 2.6rem;
}

.p-solution__list {
  margin-top: 10px;
  padding: 0 10px;
}

.p-solution__item:not(:first-child) {
  margin-top: 50px;
}

.p-solution__item:nth-child(1),
.p-solution__item:nth-child(3) {
  padding-left: 30px;
}

.p-solution__item:nth-child(1) .p-solution__text,
.p-solution__item:nth-child(3) .p-solution__text {
  -webkit-padding-end: 30px;
  padding-inline-end: 30px;
}

.p-solution__item:nth-child(2) {
  padding-right: 30px;
}

.p-solution__item:nth-child(2) .p-solution__text {
  padding-left: 30px;
}

.p-solution__text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.p-solution__comment {
  position: relative;
  margin-top: 60px;
  padding: 0 10px 94px 20px;
}

.p-solution__comment-text {
  width: 100%;
  max-width: 430px;
  padding: 30px 20px 30px 30px;
  border-radius: 20px;
  background-color: var(--c-base);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.p-solution__comment-image {
  position: absolute;
  right: 10px;
  bottom: 0;
  aspect-ratio: 1;
  width: 130px;
}

/* ------------------------------------- */

/* teacher
/* ------------------------------------- */

.p-teacher {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7EBEB), to(#FFB4AF));
  background: linear-gradient(180deg, #F7EBEB 0%, #FFB4AF 100%);
}

.p-teacher__inner {
  padding: 0 30px;
}

.p-teacher__image {
  margin-top: 40px;
  padding-left: 10px;
}

.p-teacher__text {
  margin-top: 40px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.p-teacher__youtube {
  margin-top: 50px;
  padding: 0 10px;
}

.p-teacher__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  -webkit-transition: var(--transition-opc);
  display: grid;
  grid-template-columns: 22px -webkit-max-content 20px;
  grid-template-columns: 22px max-content 20px;
  column-gap: 5px;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0 0 auto;
  padding-bottom: 5px;
  border-bottom: solid 1px #34414E;
  font-weight: 700;
  font-size: 1.8rem;
  transition: var(--transition-opc);
}

.p-teacher__link::before {
  aspect-ratio: 1;
  width: 22px;
  background: url(/lp/img/common/icon-youtube.svg) no-repeat center center/contain;
  content: "";
}

.p-teacher__link::after {
  aspect-ratio: 1;
  width: 20px;
  background: url(/lp/img/common/icon-expand_gray.svg) no-repeat center center/contain;
  content: "";
}

.p-teacher__link:focus-visible {
  opacity: 0.8;
}

.p-teacher__button {
  -webkit-transition: var(--transition-opc);
  display: block;
  margin-top: 60px;
  transition: var(--transition-opc);
}

.p-teacher__button:focus-visible {
  opacity: 0.8;
}

/* ------------------------------------- */

/* voice
/* ------------------------------------- */

.p-voice {
  padding: 100px 0 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7ebeb), to(#df938e));
  background: linear-gradient(180deg, #f7ebeb 0%, #df938e 100%);
}

.p-voice__intro {
  margin-top: 40px;
}

.p-voice__intro-heading {
  margin-top: 30px;
  padding: 0 40px;
  color: #ca554e;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.7692307692;
}

.p-voice__intro-text {
  margin-top: 30px;
  padding: 0 40px;
  color: #ca554e;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7777777778;
}

.p-voice__list {
  margin-top: 60px;
}

.p-voice__item {
  position: relative;
}

.p-voice__item:not(:first-child) {
  padding-top: 100px;
}

.p-voice__thumb {
  z-index: 1;
  position: relative;
  padding: 0 40px;
}

.p-voice__container {
  padding: 0 40px 40px;
}

.p-voice__container::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f7ebeb;
  content: "";
}

.p-voice__container.--first::before {
  height: calc(100% - 164px);
}

.p-voice__container:not(.--first)::before {
  height: calc(100% - 262px);
}

.p-voice__name {
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.4rem;
}

.p-voice__name .course {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-voice__name .name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
}

.p-voice__detail {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 97px;
  border-top: dashed 1px #cec6bb;
}

.p-voice__detail-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: var(--transition-opc);
  appearance: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 140px;
  padding: 15px 10px 14px;
  translate: -50% 0;
  border: none;
  border-radius: var(--round);
  background-color: #df938e;
  color: var(--c-base);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  transition: var(--transition-opc);
}

.p-voice__detail-button::before {
  content: "もっと見る";
}

.p-voice__detail-button.is-show::before {
  content: "閉じる";
}

.p-voice__detail-button:focus-visible {
  opacity: 0.8;
}

.p-voice__detail-wrapper {
  position: relative;
  overflow: hidden;
}

.p-voice__detail-wrapper.is-hide {
  height: 120px;
}

.p-voice__detail-wrapper.is-hide::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 235, 235, 0)), color-stop(50%, rgba(247, 235, 235, 0.8)), to(#f7ebeb));
  background: linear-gradient(180deg, rgba(247, 235, 235, 0) 0%, rgba(247, 235, 235, 0.8) 50%, #f7ebeb 100%);
  content: "";
}

.p-voice__detail-button.is-show + .p-voice__detail-wrapper.is-hide::before {
  display: none;
}

.p-voice__detail-item:not(:first-child) {
  margin-top: 40px;
}

.p-voice__detail-question {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  display: grid;
  grid-template-columns: 10px auto;
  column-gap: 10px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.p-voice__detail-question::before {
  aspect-ratio: 1;
  width: 10px;
  margin-block: calc((1lh - 10px) / 2);
  border-radius: var(--round);
  background-color: #df938e;
  content: "";
}

.p-voice__detail-answer {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

.p-voice__detail-image {
  margin-top: 40px;
}

.p-voice__detail-youtube {
  position: relative;
  aspect-ratio: 420/236;
  margin-top: 40px;
}

.p-voice__detail-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-voice__detail-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -webkit-transition: var(--transition-opc);
  display: grid;
  grid-template-columns: 22px -webkit-max-content 20px;
  grid-template-columns: 22px max-content 20px;
  column-gap: 8px;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 0 auto;
  padding-bottom: 5px;
  border-bottom: solid 1px #e76e66;
  color: #e76e66;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  transition: var(--transition-opc);
}

.p-voice__detail-link::before {
  aspect-ratio: 1;
  width: 22px;
  background: url(/lp/img/common/icon-youtube.svg) no-repeat center center/contain;
  content: "";
}

.p-voice__detail-link::after {
  aspect-ratio: 1;
  width: 20px;
  background: url(/lp/img/common/icon-expand.svg) no-repeat center center/contain;
  content: "";
}

.p-voice__detail-link:focus-visible {
  opacity: 0.8;
}

.p-voice__button-wrap {
  margin-top: 60px;
}

/* ------------------------------------- */

/* worries
/* ------------------------------------- */

.p-worries {
  -webkit-clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0);
  margin-top: -1px;
  padding: 60px 0 80px;
  background: url(/lp/img/worries/bg-worries.webp) no-repeat center center/cover;
  clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0);
}

.p-worries__heading {
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
}

.p-worries__list {
  margin-top: 5px;
}

.p-worries__item:nth-child(1),
.p-worries__item:nth-child(3) {
  padding-left: 10px;
}

.p-worries__item:nth-child(2) {
  margin-top: -20px;
  padding-right: 10px;
}

.p-worries__item:nth-child(3) {
  margin-top: -20px;
}

/* ------------------------------------- */

/* method
/* ------------------------------------- */

.p-method{
  background: url(/lp/img/method/bg-method.webp);
  padding: 80px 0;
  background-size: cover;
}

.p-method__inner{
  background-color: #fff;
  border: 4px solid #06C755;
  border-radius: 24px;
  position: relative;
}

.p-method__inner::before{
  content: url(/lp/img/method/icon_line.webp);
  position: absolute;
  top: -2%;
  right: 3%;
}

.p-method__heading {
    text-align: center;
    margin: 24px auto;
}

.p-method__heading p {
    font-size: 1.8rem;
    font-weight: bold;
}

.p-method__heading h2 {
    line-height: 180%;
    font-size: 2.4rem;
    font-weight: bold;
    color: #EC5969;
}

.p-method__highlight {
    background: #06C755;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
    line-height: 2.5;
}

.highlight1 {
    font-size: 2.1rem;
}

.highlight1 br{
  display: none;
}

.highlight1 span {
    color: #06C755;
    background: #FFFAAD;
    border-radius: 5px;
    padding: 5px;
    margin: 0 4px;
    font-size: 2.4rem;
}

.highlight2{
  font-size: 2.7rem;
  position: relative;
}

.highlight2::before{
  content: url(/lp/img/method/icon_sp.webp);
  position: absolute;
  top: 12px;
  left: 100px;
}

.point-list {
    padding: 0 30px;
}

.point {
    padding: 30px 0;
    border-bottom: 2px dashed #BABABA;
}

.point__title {
    display: flex;
    gap: 12px;
    align-items: center;
}

.point h3 {
    color: #EC5969;
    font-family: 'Zen Kaku Gothic New';
    font-weight: bold;
    font-size: 2.3rem;
}

.point-number {
    display: block;
    font-family: 'GOTU';
    font-size: 1.4rem;
    padding-bottom: 10px;
}

.point__txt {
    line-height: 180%;
    padding-top: 15px;
}

.p-method__message {
    font-family: 'Zen Kaku Gothic New';
    font-weight: bold;
    padding: 35px 20px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 175%;
}

.p-method__message .marker{
    background: linear-gradient(
    transparent 60%,
    #FFFAAD 60%
  );
}

.p-method__message .accent{
  color: #EC5969;
  font-size: 2.2rem;
}

.p-method__message .marker:first-child{
  font-size: 2.4rem;
}


.p-method__message .accent:first-child{
  font-size: 2.4rem;
}

.p-method a.c-button {
    padding: 40px 0;
}

/* ------------------------------------- */

/* utility
/* ------------------------------------- */

.u-ib {
  display: inline-block;
}

.u-db-md-max {
  display: none;
}

.u-db-sm-max {
  display: none;
}

@media screen and (max-width: 1280px) {
  .l-container__sns {
    right: 20px;
  }

  .l-container__sns-title {
    font-size: 2.4rem;
  }

  .l-container__sns-title img {
    max-width: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .l-container {
    padding: 30px 20px;
  }

  .l-container__nav-link {
    font-size: 1.2rem;
  }

  .l-container__nav-link::after {
    width: 6px;
    height: 6px;
  }

  .l-container__sns {
    display: none;
  }

  .l-container__sns-title {
    gap: 10px;
  }

  .l-wrapper {
    width: 430px;
  }

  .l-fixed__link {
    max-width: 430px;
  }

  .p-mv__link {
    bottom: 209px;
    left: 28px;
    width: 155px;
  }

  .p-point__heading img {
    max-width: 120px;
  }

  .p-method__heading h2 {
    font-size: 2.2rem;
}

  .highlight1 br{
    display: block;
  }

  .p-method__highlight {
    line-height: 1.7;
}

  .highlight2 {
    padding-top: 10px;
}

.highlight2::before {
    left: 70px;
}

}

@media screen and (max-width: 768px) {
  .l-header {
    z-index: 1000;
    position: fixed;
    left: 50%;
    max-width: 500px;
    translate: -50% 0;
    border-radius: 0px;
  }

  .l-header__title {
    border-radius: 0;
  }

  .l-header__nav {
    display: block;
  }

  .l-container__title {
    display: none;
  }

  .l-container__nav {
    display: none;
  }

  .l-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
  }

  .l-fixed__link {
    max-width: 500px;
  }

  .p-mv {
    margin-top: 0;
  }

  .p-mv__link {
    bottom: 243px;
    left: 32px;
    width: 180px;
  }

  .p-point__heading img {
    max-width: 112px;
    margin-right: 8px;
  }

  .u-db-md-max {
    display: block;
  }

  .u-db-sm-max {
    display: block;
  }

  .u-dn-md-max {
    display: none;
  }

  .u-dn-sm-max {
    display: none;
  }

  .highlight2::before {
    left: 100px;
}

}

@media screen and (max-width: 640px) {
  main {
    padding-top: 60px;
  }

  .c-heading {
    font-size: 1.8rem;
  }

  .c-heading .sub {
    padding-bottom: 30px;
    font-size: 4.4rem;
  }

  .c-heading .sub::after {
    width: 25px;
  }

  .l-footer__copyright {
    padding: 15px;
    font-size: 1.4rem;
  }

  .l-header {
    max-width: 375px;
  }

  .l-header__title {
    padding: 10px 0 11px;
    font-size: 2rem;
  }

  .l-header__nav-list {
    padding: 10px 15px;
    gap: 20px;
  }

  .l-header__nav-link {
    font-size: 1.4rem;
  }

  .l-wrapper {
    max-width: 375px;
  }

  .l-fixed__link {
    max-width: 375px;
  }

  .p-course {
    padding: 80px 0;
  }

  .p-course__intro {
    margin-top: 30px;
  }

  .p-course__intro-title {
    padding: 0 20px;
    font-size: 2.2rem;
  }

  .p-course__intro-text {
    padding: 0 20px;
    font-size: 1.4rem;
  }

  .p-course__box {
    padding: 0 20px;
  }

  .p-course__box--first {
    margin-top: 50px;
  }

  .p-course__box--second {
    margin-top: 70px;
  }

  .p-course__box-heading {
    margin-bottom: 15px;
  }

  .p-course__button-wrap {
    margin-top: 50px;
    padding: 0 20px;
  }

  .p-facility {
    padding: 80px 0;
  }

  .p-facility__intro {
    margin-top: 30px;
  }

  .p-facility__inner {
    padding: 0 20px;
  }

  .p-facility__subheading {
    font-size: 2.2rem;
  }

  .p-facility__text {
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .p-facility__thumb {
    margin-top: 40px;
  }

  .p-facility__link {
    font-size: 1.6rem;
  }

  .p-faq {
    padding: 80px 0;
  }

  .p-faq__inner {
    padding: 0 20px;
  }

  .p-faq__content {
    margin-top: 20px;
  }

  .p-faq__question {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-size: 1.6rem;
  }

  .p-faq__question .head {
    font-size: 2rem;
  }

  .p-faq__answer-container {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-size: 1.4rem;
  }

  .p-faq__answer-container .head {
    font-size: 2rem;
  }

  .p-faq__button-wrap {
    margin-top: 50px;
  }

  .p-feature {
    padding: 80px 0 100px;
  }

  .p-feature__intro-heading {
    padding: 0 20px;
    font-size: 2.2rem;
  }

  .p-feature__intro-text {
    padding: 0 20px;
    font-size: 1.4rem;
  }

  .p-feature__item {
    padding: 0 20px 0 0;
  }

  .p-feature__item-text {
    padding-left: 20px;
    font-size: 1.4rem;
  }

  .p-feature__tags {
    padding-left: 20px;
  }

  .p-feature__tag {
    font-size: 1.4rem;
  }

  .p-mv__link {
    bottom: 183px;
    left: 24px;
    width: 135px;
  }

  .p-point__heading {
    font-size: 1.6rem;
  }

  .p-point__heading .sub {
    font-size: 1.9rem;
  }

  .p-point__text {
    font-size: 1.4rem;
  }

  .p-point__item:not(:first-child) {
    margin-top: 50px;
  }

  .p-point__item-text {
    font-size: 1.4rem;
  }

  .p-point__comment-text {
    font-size: 1.4rem;
  }

  .p-reason {
    padding: 80px 0;
  }

  .p-reason__intro {
    margin-top: 30px;
  }

  .p-reason__intro-title {
    padding: 0 20px;
    font-size: 2.2rem;
  }

  .p-reason__intro-text {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 1.4rem;
  }

  .p-reason__list {
    margin-top: 50px;
  }

  .p-reason__title {
    padding: 20px 10px;
    font-size: 1.8rem;
  }

  .p-reason__body {
    padding: 30px;
  }

  .p-reason__text {
    font-size: 1.4rem;
  }

  .p-school {
    padding: 80px 0;
  }

  .p-school__intro {
    margin-top: 30px;
  }

  .p-school__inner {
    padding: 0 20px;
  }

  .p-school__list {
    margin-top: 20px;
  }

  .p-school__title {
    font-size: 1.8rem;
  }

  .p-school__desc {
    font-size: 1.4rem;
  }

  .p-school__sns-list {
    display: grid;
    row-gap: 20px;
  }

  .p-school__sns-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-school__sns-text {
    font-size: 1.8rem;
  }

  .p-school__sns-link {
    font-size: 1.6rem;
  }

  .p-school__map {
    margin-top: 40px;
  }

  .p-solution__heading {
    font-size: 1.6rem;
  }

  .p-solution__heading img {
    max-width: 115px;
  }

  .p-solution__heading .sub {
    font-size: 2.2rem;
  }

  .p-solution__text {
    font-size: 1.4rem;
  }

  .p-solution__comment {
    padding: 0 20px 94px;
  }

  .p-solution__comment-text {
    font-size: 1.4rem;
  }

  .p-teacher {
    padding: 80px 0;
  }

  .p-teacher__inner {
    padding: 0 20px;
  }

  .p-teacher__text {
    margin-top: 30px;
    font-size: 1.4rem;
  }

  .p-teacher__youtube {
    margin-top: 40px;
  }

  .p-teacher__link {
    font-size: 1.6rem;
  }

  .p-teacher__button {
    max-width: 420px;
    margin-top: 50px;
    margin-inline: auto;
  }

  .p-voice {
    padding: 80px 0 70px;
  }

  .p-voice__intro {
    margin-top: 30px;
  }

  .p-voice__intro-heading {
    padding: 0 20px;
    font-size: 2.2rem;
  }

  .p-voice__intro-text {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 1.4rem;
  }

  .p-voice__list {
    margin-top: 50px;
  }

  .p-voice__thumb {
    padding: 0 20px;
  }

  .p-voice__container {
    padding: 0 20px 40px;
  }

  .p-voice__container.--first::before {
    height: calc(100% - 130px);
  }

  .p-voice__container:not(.--first)::before {
    height: calc(100% - 220px);
  }

  .p-voice__name {
    font-size: 1.2rem;
  }

  .p-voice__name .course {
    font-size: 1.4rem;
  }

  .p-voice__name .name {
    font-size: 1.8rem;
  }

  .p-voice__detail {
    padding-bottom: 60px;
  }

  .p-voice__detail-button {
    font-size: 1.6rem;
  }

  .p-voice__detail-question {
    font-size: 1.6rem;
  }

  .p-voice__detail-answer {
    font-size: 1.4rem;
  }

  .p-voice__detail-link {
    font-size: 1.6rem;
  }

  .p-voice__button-wrap {
    margin-top: 40px;
    padding: 0 20px;
  }

  .p-worries__heading {
    max-width: 280px;
  }

  .p-method__heading p {
    font-size: 1.5rem;
}

  .p-method__heading h2 {
    font-size: 1.9rem;
}

  .p-method__highlight {
    line-height: 1.7;
}

  .highlight1 {
    font-size: 1.8rem;
}

  .highlight1 span {
    padding: 3px;
    font-size: 2.2rem;
}

  .highlight2 {
    font-size: 2.6rem;
    padding-top: 10px;
}

  .highlight2::before {
    left: 45px;
}

  .point-list {
    padding: 0 20px;
}

  .point__title {
    gap: 5px;
}

  .point__txt{
    font-size: 1.4rem;
  }

  .point h3 {
    font-size: 1.8rem;
}

  .point-number {
    padding-bottom: 5px;
}

  .p-method__message{
    font-size: 1.6rem;
}

  .p-method__message .marker:first-child{
  font-size: 2.4rem;
}

  .p-method__message .accent:first-child {
    font-size: 2.2rem;
}
}

@media screen and (max-width: 500px) {
  .l-header {
    max-width: 100%;
  }

  .l-wrapper {
    max-width: 100%;
  }

  .l-fixed__link {
    max-width: 100%;
  }

  .p-mv__link {
    bottom: 29.6%;
    left: 6.4%;
    width: 36%;
  }

  .highlight2::before {
    left: 15%;
}
}

@media (any-hover: hover) {
  .c-button:hover {
    opacity: 0.8;
  }

  .l-container__nav-link:hover {
    opacity: 0.8;
  }

  .l-container__sns-link:hover {
    opacity: 0.8;
  }

  .p-course__button:hover {
    opacity: 0.8;
  }

  .p-facility__link:hover {
    opacity: 0.8;
  }

  .p-faq__link:hover {
    text-decoration: underline;
  }

  .p-teacher__link:hover {
    opacity: 0.8;
  }

  .p-teacher__button:hover {
    opacity: 0.8;
  }

  .p-voice__detail-button:hover {
    opacity: 0.8;
  }

  .p-voice__detail-link:hover {
    opacity: 0.8;
  }
}