@charset "UTF-8";

:root {
  --font-size-base: 1.25rem;
}
@media screen and (min-width: 768px) {
  :root {
    --font-size-base: 1.8rem;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

/* 375px - 414px */
@media (max-width: 414px) {
  html {
    /* 同倍率 */
    font-size: 3.8647342995vw;
  }
}

/* 414px - 767px */
@media (min-width: 414px) and (max-width: 767.98px) {
  html {
    font-size: calc((100vw - 414px) / 353 * 5 + 16px);
  }
}

/* 769px - 1399px */
@media (min-width: 769px) and (max-width: 1399px) {
  html {
    font-size: calc((100vw - 769px) / 632 * 3 + 13px);
  }
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: auto;
}
a:hover {
  opacity: 0.7;
}

a {
  transition: opacity 0.3s;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.second-font {
  font-family: "Shippori Mincho B1", serif;
}

.heavy {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.splide__slide {
  -webkit-text-size-adjust: 100%;
}

.inner {
  padding-inline: 1.3125rem;
  margin-inline: auto;
}

.hide-xl2 {
  display: block;
}

.hide-lg {
  display: block;
}

.show-lg {
  display: none;
}

.hide-md {
  display: block;
}

.show-md {
  display: none;
}

.lg-md-only {
  display: none;
}

.md-sm-none {
  display: none;
}

.hide-xl {
  display: block;
}

.hide-sm {
  display: block;
}

.hide-sp {
  display: block;
}

/* 以下デザイン */
.main {
}

.fv {
  margin-top: 56px;
  margin-top: 3.5rem;
  padding: 26px 0 0;
  padding: 1.625rem 0 0;
  background: #e0fff6;
}

.fv__ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: 120%;
  text-align: center;
  color: #242422;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fv__ttl.fade-in-up {
  opacity: 1;
  transform: translateY(0);
}

.fv__ttl-span {
  font-weight: 700;
  color: #ed666d;
}

.fv__brand {
  width: 92.166%;
  margin: 0 auto;
  padding-left: 1rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out 0.3s, transform 0.8s ease-out 0.3s;
  transition-delay: 0.3s;
}

.fv__brand.fade-in-up {
  opacity: 1;
  transform: translateY(0);
}

.fv__brand-image {
}

.fv__image {
  width: 53.6231884058%;
  margin: 0 auto;
  margin-top: -12px;
  margin-top: -0.75rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out 0.6s, transform 0.8s ease-out 0.6s;
  transition-delay: 0.6s;
}

.fv__image.fade-in-up {
  opacity: 1;
  transform: translateY(0);
}

.fv__image-item {
}

.fv__ttl-image {
}

.s1 {
  background: #41937c;
  padding: 43px 0;
  padding: 2.6875rem 0;
  position: relative;
  z-index: 2;
}

.s1__inner {
  width: 84.855072%;
  max-width: 480px;
  margin: 0 auto;
  transition-delay: 1s;
}

.s1__text {
  font-family: "Inter", noto sans jp;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.s1__text--quote {
}

p.s1__text.s1__text--quote {
}

.s1__text--lead {
  font-family: "Inter", noto sans jp;
  font-weight: 500;
  font-size: var(--font-size-base);
  line-height: 120%;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 76px;
  margin-top: 4.75rem;
  position: relative;
}

.s1__text--lead::before {
  content: "";
  height: 44px;
  height: 2.75rem;
  width: 1px;
  width: 0.0625rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -128%;
}

.s1__image {
  width: 76px;
  width: 4.75rem;
  margin: 0 auto;
}

.s1__image-item {
}

.s2 {
  padding: 55px 0 48px;
  padding: 3.4375rem 0 3rem;
}

.s2__inner {
}

.s2__ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 700;
  font-size: var(--font-size-base);
  line-height: 120%;
  text-align: center;
  color: #242422;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.s2__list {
}

.s2__item {
  margin-bottom: 48px;
  margin-bottom: 2.8rem;
}

.s2__item:nth-child(2) {
}

.s2__item:last-child {
  margin-bottom: 0;
}

.s2__item-image {
  width: 140px;
  width: 8.75rem;
  height: 140px;
  height: 8.75rem;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.s2__item-image-item {
}

.bg-green {
  background: #41937c1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2__item-image.bg-green img {
  width: 87.57px;
  width: 5.473125rem;
  height: 61.5px;
  height: 3.84375rem;
}

.s2__item:nth-of-type(3) .s2__item-image.bg-green img {
  width: 59px;
  width: 3.6875rem;
  height: 72px;
  height: 4.5rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-top: -3px;
  margin-top: -0.1875rem;
}

.s2__item-ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 700;
  font-size: var(--font-size-base);
  line-height: 100%;
  text-align: center;
  color: #41937c;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.s2__item-text {
  font-family: "Inter", noto sans jp;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 120%;
  text-align: center;
  color: #242422;
}

.s3 {
  background: #e0fff6;
  padding: 53px 0 69px;
  padding: 3.3125rem 0 4.3125rem;
}

.s3__inner {
  width: 83.8164251208%;
  max-width: 459px;
  margin: 0 auto;
}

.s3__ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 700;
  font-size: var(--font-size-base);
  line-height: 100%;
  text-align: center;
  color: #242422;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}

.s3__list {
}

.s3__item {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.s3__item:nth-child(2) {
}

.s3__item:last-child {
  margin-bottom: 0;
}

.s3__item-ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 900;
  font-size: var(--font-size-base);
  line-height: 120%;
  text-align: center;
  color: #41937c;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.s3__item-text {
  font-family: "Inter", noto sans jp;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 120%;
  color: #242422;
  margin-bottom: 16px;
  margin-bottom: 1.7rem;
}

.s3__item-image-flex {
  display: flex;
  gap: 55px;
  gap: 3.4375rem;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.s3__item-image-flex::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.3px;
  width: 0.14375rem;
  height: 24px;
  height: 1.5rem;
  background-color: #41937c;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}

.s3__item-image-flex::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.3px;
  width: 0.14375rem;
  height: 24px;
  height: 1.5rem;
  background-color: #41937c;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.s3__item-image {
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.s3__item-image-item {
  width: 80px;
  width: 5rem;
  height: 86px;
  height: 5.375rem;
}

.s3__item:nth-of-type(3) .s3__item-image-item {
  width: 96px;
  width: 6rem;
  height: 90px;
  height: 5.625rem;
}

.s3__item-image-teacher {
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
}

.s3__item-image-teacher-item {
}

.s3__item-image-star {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  padding-left: 4px;
  padding-left: 0.25rem;
}

.s3__item-image-star-item {
  width: 62.23px;
  width: 3.889375rem;
  height: 61.842105865478516px;
  height: 3.8651316165924072rem;
}

.s4 {
  background: #f2f1e9;
  padding: 56px 0 42px;
  padding: 3.5rem 0 3.225rem;
}

.s4__inner {
  width: 92.5120772947%;
  max-width: 600px;
  margin: 0 auto;
}

.s4__ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 700;
  font-size: var(--font-size-base);
  line-height: 100%;
  text-align: center;
  color: #242424;
  margin-bottom: 43px;
  margin-bottom: 2.6875rem;
}

.s4__question {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 116%;
  color: #303537;
  border-radius: 40px;
  border-radius: 2.5rem;
  border: 1px solid #00957a;
  border: 0.0625rem solid #00957a;
  padding: 14px 18px 14px 18px;
  padding: 0.875rem 1.125rem 0.875rem 1.125rem;
  background: #edf7f5;
  width: 248px;
  width: 15.5rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.s4__question:nth-of-type(2) {
  width: 16.425rem;
}

.s4__question:nth-of-type(odd) {
  margin-left: auto;
}

.s4__question:nth-of-type(5) {
  padding: 14px 16px 14px 18px;
  padding: 0.875rem 1rem 0.875rem 1.125rem;
}

.s4__line {
  position: relative;
}
.s4__line::after {
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 44px;
  height: 2.75rem;
  background: #00957a;
  position: absolute;
  left: 50%;
  top: -110%;
}

.s4__text {
  font-family: "Inter", noto sans jp;
  font-weight: 900;
  font-size: var(--font-size-base);
  line-height: 120%;
  text-align: center;
  color: #41937c;
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
  margin-top: 116px;
  margin-top: 7.25rem;
}

.s4__image {
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  padding-left: 7px;
  padding-left: 0.4375rem;
}

.s4__image-item {
  height: 80px;
  height: 5rem;
  width: 58px;
  width: 3.625rem;
}

.s5 {
  background: #41937c;
  padding: 46px 0 61px;
  padding: 2.875rem 0 3.8125rem;
}

.s5__inner {
}

.s5__ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 500;
  font-size: var(--font-size-base);
  line-height: 120%;
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  color: #ffffff;
}

.s5__image {
  width: 73.9130434783%;
  max-width: 600px;
  margin: 0 auto;
}

.s5__image-item {
}

.s6 {
  background: #f2f1e9;
  padding: 65px 0 65px;
  padding: 4.0625rem 0 4.0625rem;
}

.s6__inner {
}

.s6__ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 900;
  font-size: var(--font-size-base);
  line-height: 120%;
  text-align: center;
  background: linear-gradient(91.3deg, #ccbd00 9.58%, #669f06 94.36%);
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s6__image {
  width: 11.3526570048%;
  margin: 0 auto;
}

.s6__image-item {
}

.s7 {
  padding: 79px 0 89px;
  padding: 4.9375rem 0 5.5625rem;
}

.s7__inner {
}

.s7__ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 900;
  font-size: var(--font-size-base);
  line-height: 120%;
  text-align: center;
  color: #41937c;
  margin-bottom: 61px;
  margin-bottom: 3.8125rem;
}

.s7__image {
  width: 187px;
  width: 45.1690821256%;
  margin: 0 auto;
  padding-left: 13px;
  padding-left: 0.8125rem;
}

.s7__image-item {
}

.s8 {
  background: #41937c;
  padding: 57px 0 57px;
  padding: 3.5625rem 0;
}

.s8__inner {
}

.s8__ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 500;
  font-size: var(--font-size-base);
  line-height: 28px;
  line-height: 1.75rem;
  text-align: center;
  color: #fff;
  line-height: 120%;
}

.s9 {
  background: #f2f1e9;
  padding: 58px 0 74px;
  padding: 3.625rem 0 4.625rem;
}

.s9__inner {
  width: 90.3381642512%;
  max-width: 500px;
  margin: 0 auto;
}

.s9__ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 800;
  font-size: var(--font-size-base);
  line-height: 100%;
  text-align: center;
  color: #333333;
  border-bottom: 1.4px solid;
  border-bottom: 0.0875rem solid;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40.5px;
  margin-bottom: 2.53125rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.s9__ttl::after {
  content: "";
  position: absolute;
  bottom: -6.1px;
  bottom: -0.38125rem;
  left: 50%;
  z-index: 4;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  box-sizing: border-box;
  border: 1.4px solid;
  border: 0.0875rem solid;
  border-color: #333333 #333333 transparent transparent;
  background-color: #f2f1e9;
  rotate: 135deg;
  translate: -50%;
  transform: skew(-10deg, -10deg);
}

.s9__subttl {
  font-family: "Inter", noto sans jp;
  font-weight: 700;
  font-size: var(--font-size-base);
  line-height: 100%;
  text-align: center;
  color: #333333;
  position: relative;
  width: 217px;
  width: 13.5625rem;
  margin: 0 auto;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.s9__subttl::before {
  content: "";
  width: 32px;
  width: 2rem;
  height: 1px;
  height: 0.0625rem;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 0;
}

.sankyuu {
  margin-bottom: 3.125rem;
}
.s9__subttl::after {
  content: "";
  width: 32px;
  width: 2rem;
  height: 1px;
  height: 0.0625rem;
  background: #333333;
  position: absolute;
  top: 50%;
  right: 0;
}

.s9__link {
  font-family: "Inter", noto sans jp;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 72px;
  height: 4.5rem;
  opacity: 1;
  border-radius: 10px;
  border-radius: 0.625rem;
  background: linear-gradient(
    to bottom,
    #d6741a 0%,
    #d6741a 50%,
    #d26500 50%,
    #d26500 100%
  );
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative;
}

.s9__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  color: #fff;
  width: 0.6em;
  height: 0.6em;
  border: 0.11em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}

.s9__link:first-of-type {
}

.s9__link:last-child {
  margin-bottom: 0;
}

.s9__link-note {
  font-family: "Inter", noto sans jp;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}

.s10 {
  background: #41937c;
  padding: 36px 0;
  padding: 2.25rem 0;
}

.s10__inner {
  width: 85.5072463768%;
  max-width: 520px;
  margin: 0 auto;
}

.s10__ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 900;
  font-size: var(--font-size-base);
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.s10__content {
  background: #fff;
  border-radius: 6px;
  border-radius: 0.375rem;
  overflow: hidden;
}

.s10__content-body {
  padding: 13px 12px 12px;
  padding: 0.8125rem 0.75rem 0.75rem;
}

.s10__content-ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 100%;
  color: #242422;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.s10__content-info {
  display: flex;
  gap: 11px;
  gap: 0.6875rem;
}

.s10__content-info-text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  text-align: center;
  border: 1px solid;
  border: 0.0625rem solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 6px 7px;
  padding: 0.3125rem 0.375rem 0.4375rem;
}
.s10__green {
  color: #41937c;
}
.s10__orange {
  color: #ff9e42;
}

.s10__image {
}

.s10__image-item {
}

.s11 {
  background: #f2f1e9;
  padding: 58px 0 64px;
  padding: 3.625rem 0 4rem;
}

.s11__inner {
  width: 90.3381642512%;
  max-width: 500px;
  margin: 0 auto;
}

.s11__ttl {
  font-family: "Inter", noto sans jp;
  font-weight: 800;
  font-size: var(--font-size-base);
  line-height: 100%;
  text-align: center;
  color: #333333;
  position: relative;
  border-bottom: 1.4px solid #333333;
  border-bottom: 0.0875rem solid #333333;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 28.5px;
  margin-bottom: 1.78125rem;
}

.s11__ttl::after {
  content: "";
  position: absolute;
  bottom: -6.1px;
  bottom: -0.38125rem;
  left: 50%;
  z-index: 4;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  box-sizing: border-box;
  border: 1.4px solid;
  border: 0.0875rem solid;
  border-color: #333333 #333333 transparent transparent;
  background-color: #f2f1e9;
  rotate: 135deg;
  translate: -50%;
  transform: skew(-10deg, -10deg);
}

.s11__link {
  font-family: "Inter", noto sans jp;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 72px;
  height: 4.5rem;
  opacity: 1;
  border-radius: 10px;
  border-radius: 0.625rem;
  background: linear-gradient(
    to bottom,
    #d6741a 0%,
    #d6741a 50%,
    #d26500 50%,
    #d26500 100%
  );
  margin-bottom: 29px;
  margin-bottom: 1.8125rem;
  position: relative;
}
.s11__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  color: #fff;
  width: 0.6em;
  height: 0.6em;
  border: 0.11em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}

.s11__text {
  font-family: "Inter", noto sans jp;
  font-weight: 700;
  font-size: var(--font-size-base);
  line-height: 120%;
  text-align: center;
  color: #d26500;
}

.s12 {
  padding: 60px 0 108px;
  padding: 3.75rem 0 6.75rem;
}

.s12__inner {
  width: 85.5072463768%;
  max-width: 500px;
  margin: 0 auto;
}

.s12__ttl {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: var(--font-size-base);
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
  color: #333333;
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}

.s12__link {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  height: 80px;
  height: 5rem;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.s12__link:last-child {
  margin-bottom: 0;
}

.s12__link-image {
}
.s12__link-text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.facebook {
  background: #0866ff;
}
.s12__facebook-img {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}
.x {
  background: #f2f7fa;
}

.x .s12__link-text {
  color: #000;
}

.s12__x-image {
  width: 40px;
  width: 2.5rem;
  height: 41px;
  height: 2.5625rem;
}
.line {
  background: #06c755;
}

.s12__line-img {
  width: 2.5rem;
  height: 2.4375rem;
}

@media screen and (min-width: 769px) {
  .main {
  }

  .fv {
    padding: 4.625rem 0 0;
  }

  .fv__ttl {
    font-size: 2.25rem;
  }

  .fv__ttl-span {
  }

  .fv__brand {
    max-width: 680px;
  }

  .fv__brand-image {
  }

  .fv__image {
    max-width: 380px;
  }

  .fv__image-item {
  }

  .fv__ttl-image {
  }

  .s1 {
    padding: 5.6875rem 0;
  }

  .s1__inner {
  }

  .s1__text {
    font-size: 1.525rem;
    margin-bottom: 2rem;
  }

  .s1__text--quote {
  }

  p.s1__text.s1__text--quote {
  }

  .s1__text--lead {
    margin-top: 7.75rem;
  }

  .s1__text--lead::before {
    height: 3.75rem;
    top: -162%;
  }

  .s1__image {
    width: 5.75rem;
  }

  .s1__image-item {
  }

  .s2 {
    padding: 5.4375rem 0 5rem;
  }

  .s2__inner {
    width: 80%;
    margin: 0 auto;
  }

  .s2__ttl {
    margin-bottom: 5rem;
  }

  .s2__list {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    gap: 3.6rem;
  }
  .s2__item {
  }
  .s2__item:first-child {
    transition-delay: 0.4s;
  }

  .s2__item:nth-child(2) {
    transition-delay: 0.8s;
  }

  .s2__item:last-child {
    transition-delay: 1.2s;
  }

  .s2__item-image {
    width: 10.75rem;
    height: 10.75rem;
  }

  .s2__item-image-item {
  }

  .bg-green {
  }

  .s2__item-image.bg-green img {
    height: 5.04375rem;
    width: 7.173125rem;
  }

  .s2__item:nth-of-type(3) .s2__item-image.bg-green img {
    width: 4.0875rem;
    height: 4.9rem;
  }

  .s2__item-ttl {
    font-size: 1.45rem;
  }

  .s2__item-text {
    font-size: 1.2rem;
    line-height: 140%;
  }

  .s3 {
    padding: 5.3125rem 0 6.3125rem;
  }

  .s3__inner {
    max-width: 1198px;
    width: 92%;
  }

  .s3__ttl {
  }

  .s3__list {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: 2.8rem;
  }

  .s3__item {
    flex: 1;
    flex-direction: column;
    display: flex;
    margin-bottom: 0;
  }

  .s3__item:first-child {
    transition-delay: 0.4s;
  }
  .s3__item:nth-child(2) {
    transition-delay: 0.8s;
  }
  .s3__item:last-child {
    transition-delay: 1.2s;
  }

  .s3__item-ttl {
    font-size: min(2.4vw, 1.8rem);
    line-height: 130%;
  }

  .s3__item-text {
    font-size: 1.1rem;
    line-height: 140%;
  }

  .s3__item-image-flex {
    margin-top: auto;
  }

  .s3__item-image-flex::before {
  }

  .s3__item-image-flex::after {
  }

  .s3__item-image {
    margin-top: auto;
    width: 8.5rem;
    height: 8.5rem;
  }

  .s3__item-image-item {
  }

  .s3__item:nth-of-type(3) .s3__item-image-item {
  }

  .s3__item-image-teacher {
    width: 42.34%;
    height: auto;
  }

  .s3__item-image-teacher-item {
  }

  .s3__item-image-star {
    width: 42.34%;
    height: auto;
  }

  .s3__item-image-star-item {
  }

  .s4 {
    padding: 5.5rem 0 4.625rem;
  }

  .s4__inner {
    max-width: 36rem;
  }

  .s4__ttl {
    margin-bottom: 3rem;
  }

  .s4__question {
    font-size: 1.075rem;
    padding: 1.075rem 1.325rem 1.075rem 1.325rem;
    width: 18.9rem;
  }

  .s4__question:nth-of-type(odd) {
  }

  .s4__question:nth-of-type(5) {
  }

  .s4__line {
  }
  .s4__line::after {
  }

  .s4__text {
    line-height: 130%;
  }

  .s4__image {
  }

  .s4__image-item {
  }

  .s5 {
    padding: 4.875rem 0 5.8125rem;
  }

  .s5__inner {
  }

  .s5__ttl {
    margin-bottom: 2.4rem;
    line-height: 120%;
  }

  .s5__image {
    width: 27%;
  }

  .s5__image-item {
  }

  .s6 {
    padding: 5.0625rem 0 5.0625rem;
  }

  .s6__inner {
  }

  .s6__ttl {
    line-height: 140%;
  }

  .s6__image {
    max-width: 150px;
  }

  .s6__image-item {
  }

  .s7 {
    padding: 4.9375rem 0 5.5625rem;
  }

  .s7__inner {
  }

  .s7__ttl {
    line-height: 140%;
  }

  .s7__image {
    max-width: 260px;
  }

  .s7__image-item {
  }

  .s8 {
    padding: 5.5625rem 0;
  }

  .s8__inner {
  }

  .s8__ttl {
    line-height: 140%;
  }

  .s9 {
    padding: 5.625rem 0 6.625rem;
  }

  .s9__inner {
  }

  .s9__ttl {
    margin-bottom: 2.8rem;
  }

  .s9__ttl::after {
  }

  .s9__subttl {
    margin-bottom: 2.4rem;
  }

  .s9__subttl::before {
    left: -27%;
    width: 3rem;
    height: 0.1rem;
  }

  .s9__subttl::after {
    right: -27%;
    width: 3rem;
    height: 0.1rem;
  }

  .s9__link {
    font-size: 1.8rem;
    height: 5rem;
    margin-bottom: 2.4rem;
  }

  .s9__link::after {
  }

  .s9__link:first-of-type {
    font-size: 1.8rem;
    height: 5rem;
  }

  .s9__link:last-child {
  }

  .s9__link-note {
    font-size: 1.0375rem;
  }

  .s10 {
    padding: 4.45rem 0;
  }

  .s10__inner {
  }

  .s10__ttl {
    margin-bottom: 2.275rem;
  }

  .s10__content {
  }

  .s10__content-body {
    padding: 0.9125rem 0.85rem 0.85rem;
  }

  .s10__content-ttl {
    font-size: 1.3rem;
  }

  .s10__content-info {
  }

  .s10__content-info-text {
    font-size: 1.075rem;
    padding: 0.4125rem 0.475rem 0.5375rem;
  }
  .s10__green {
  }
  .s10__orange {
  }

  .s10__image {
  }

  .s10__image-item {
  }

  .s11 {
    padding: 5.625rem 0 6rem;
  }

  .s11__inner {
    max-width: 580px;
  }

  .s11__ttl {
    margin-bottom: 3.18125rem;
  }

  .s11__ttl::after {
  }

  .s11__link {
    font-size: 1.8rem;
    height: 5rem;
    margin-bottom: 3rem;
  }
  .s11__link::after {
  }

  .s11__text {
  }

  .s12 {
    padding: 4.75rem 0 7.75rem;
  }

  .s12__inner {
    max-width: 800px;
  }

  .s12__ttl {
  }

  .s12__btn-wrap {
    display: flex;
    justify-content: space-between;
  }
  .s12__link {
    height: 4rem;
    width: 32%;
    margin-bottom: 0;
  }

  .s12__link:last-child {
  }

  .s12__link-image {
  }
  .s12__link-text {
  }
  .facebook {
  }
  .s12__facebook-img {
  }
  .x {
  }

  .x .s12__link-text {
  }

  .s12__x-image {
  }
  .line {
  }
}

/* 共通パーツ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  height: 3.5rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  z-index: 1000;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 52.94px;
  padding-right: 3.309375rem;
}

.safari .header__inner {
  padding-right: 53.5px;
  padding-right: 3.34375rem;
}

.header__left {
  display: flex;
  align-items: center;
  column-gap: 10px;
  column-gap: 0.625rem;
}

.header__logo01 {
  width: 67px;
  width: 4.1875rem;
  height: 56px;
  height: 3.5rem;
  background-color: #c01e20;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__logo01-image {
  width: 53px;
  width: 3.3125rem;
}

.header__logo02 {
  width: 47px;
  width: 2.9375rem;
  position: relative;
  top: -1px;
  top: -0.0625rem;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__links {
  display: flex;
  align-items: center;
  column-gap: 5.35px;
  column-gap: 0.33375rem;
}

.header__links-login {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3.63px;
  column-gap: 0.226875rem;
  width: 87.12px;
  width: 5.4325rem;
  height: 35.09px;
  height: 2.193125rem;
  border-radius: 3.63px;
  border-radius: 0.226875rem;
  border: 1.21px solid #d9d9d9;
  border: 0.075625rem solid #d9d9d9;
}

.header__links-image {
  width: 15.73px;
  width: 0.983125rem;
}

.header__links-register {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  column-gap: 0.375rem;
  width: 95.59px;
  width: 5.973125rem;
  height: 35.09px;
  height: 2.193125rem;
  border-radius: 3.63px;
  border-radius: 0.226875rem;
  background-color: #d26500;
}

.header__links-text01 {
  font-size: 12.1px;
  font-size: 0.75625rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.04em;
  color: #005a46;
  position: relative;
  top: -1px;
  top: -0.0625rem;
}

.header__links-text02 {
  font-size: 14.52px;
  font-size: 0.9075rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  top: -1px;
  top: -0.0625rem;
  margin-left: 3px;
  margin-left: 0.1875rem;
}

.header__links-arrow {
  width: 6px;
  width: 0.375rem;
}

@media (min-width: 769px) {
  .inner {
    padding-inline: 1.25rem;
    max-width: 65rem;
  }

  .hide-md {
    display: none;
  }

  .show-md {
    display: block;
  }

  .lg-md-only {
    display: block;
  }

  .md-sm-none {
    display: none;
  }

  .header {
    height: 68.5px;
    height: 4.28125rem;
    border-bottom: none;
  }

  .header__inner {
    padding-right: 13.9px;
    padding-right: 0.86875rem;
  }

  .safari .header__inner {
    padding-right: 13.9px;
    padding-right: 0.86875rem;
  }

  .header__left {
    column-gap: 22px;
    column-gap: 1.375rem;
  }

  .header__logo01 {
    width: 83px;
    width: 5.1875rem;
    height: 69px;
    height: 4.3125rem;
  }

  .header__logo01-image {
    width: 65px;
    width: 4.0625rem;
  }

  .header__logo02 {
    width: 203px;
    width: 12.6875rem;
  }

  .header__right {
    column-gap: 37px;
    column-gap: 2.3125rem;
  }

  .header__nav-list {
    display: flex;
    align-items: center;
    column-gap: 27.85px;
    column-gap: 1.740625rem;
  }

  .header__nav-link {
    display: flex;
    align-items: center;
    column-gap: 5px;
    column-gap: 0.3125rem;
  }

  .header__nav-link span {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #005a46;
  }

  .header__nav-link--narrow {
    column-gap: 3.52px;
    column-gap: 0.220625rem;
  }

  .header__nav-image {
    width: 26px;
    width: 1.625rem;
  }

  .header__nav-image--small {
    width: 19.63px;
    width: 1.226875rem;
  }

  .header__links {
    column-gap: 9.5px;
    column-gap: 0.59375rem;
  }

  .header__links-login {
    width: 133px;
    width: 8.3125rem;
    height: 48px;
    height: 3rem;
    border-radius: 4.97px;
    border-radius: 0.310625rem;
    border: 1.66px solid #d9d9d9;
    border: 0.10375rem solid #d9d9d9;
    column-gap: 5.54px;
    column-gap: 0.346875rem;
  }

  .header__links-image {
    width: 24.01px;
    width: 1.500625rem;
  }

  .header__links-text01 {
    font-size: 16.55px;
    font-size: 1.034375rem;
    letter-spacing: 0.1em;
    top: -2px;
    top: -0.125rem;
  }

  .header__links-register {
    width: 197.6px;
    width: 12.35rem;
    height: 48.45px;
    height: 3.028125rem;
    border-radius: 4.97px;
    border-radius: 0.310625rem;
    column-gap: 10px;
    column-gap: 0.625rem;
  }

  .header__links-text02 {
    font-size: 19.86px;
    font-size: 1.24125rem;
    letter-spacing: 0.2em;
  }

  .header__links-arrow {
    width: 10px;
    width: 0.625rem;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .header__logo02 {
    width: 11rem;
  }

  .header__links-register {
    width: 10rem;
  }
}

/* ==========================================
    hamburger 250503追加
   ========================================== */
.hamburger {
  position: absolute;
  z-index: 9999;
  top: 17.5px;
  top: 1.09375rem;
  right: 17px;
  right: 1.0625rem;
  width: 20px;
  width: 1.25rem;
  height: 16px;
  height: 1rem;
  cursor: pointer;
  border: none;
  background-color: #fff;
}

.hamburger.is-active {
  top: 16px;
  top: 1rem;
  right: 16.78px;
  right: 1.049375rem;
}

.hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  background-color: #005a46;
  height: 2px;
  height: 0.125rem;
}

.hamburger.is-active span {
  background-color: #005a46;
}

.hamburger.is-scroll span {
  background-color: #005a46;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
  top: 0.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hamburger span:nth-child(3) {
  top: 16px;
  top: 1rem;
}

.hamburger.is-active span:first-child {
  top: 0.625rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 0.625rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ==========================================
    drawer-menu 250503追加
   ========================================== */
.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 56px;
  margin-top: 3.5rem;
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s;
  z-index: 1000;
}

.drawer-menu.is-active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.3s;
}

.drawer-menu__inner {
  padding-inline: 36px;
  padding-inline: 2.25rem;
}

.drawer-menu__item + .drawer-menu__item {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.drawer-menu__link {
  display: flex;
  align-items: center;
  column-gap: 15.96px;
}

.drawer-menu__link span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #005a46;
}

.drawer-menu__link-image {
  width: 24px;
  width: 1.5rem;
}

.drawer-menu__link-image02,
.drawer-menu__link-image03 {
  width: 20px;
  width: 1.25rem;
}

.drawer-menu__link-image04 {
  width: 22px;
  width: 1.375rem;
}

@media (min-width: 769px) {
  .drawer-menu {
    display: none;
  }
}

/* ==========================================
    footer 250503追加
   ========================================== */
.footer {
  padding: 24px 0 39px;
  padding: 1.5rem 0 2.4375rem;
  background-color: #032922;
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.footer__inner {
  padding-inline: 31px;
  padding-inline: 1.9375rem;
}

.footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 28px;
  row-gap: 1.75rem;
}

.footer__item + .footer__item {
  margin-top: -3px;
  margin-top: -0.1875rem;
}

.footer__link {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #e9e9e9;
}

.footer__link--no-link {
  pointer-events: none;
}

.footer__sns {
  margin-top: 62px;
  margin-top: 3.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  column-gap: 1.5rem;
}

.footer__sns-link {
  display: block;
  width: 28px;
  width: 1.75rem;
}

.footer__sns-link02 {
  width: 33px;
  width: 2.0625rem;
}

.footer__sns-link03 {
  width: 28px;
  width: 1.75rem;
}

.footer__copyright {
  margin-top: 13px;
  margin-top: 0.8125rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  text-align: center;
  font-size: 13.4px;
  font-size: 0.8375rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #b4b4b4;
}

@media (min-width: 769px) {
  .footer {
    padding: 32px 0 43px;
    padding: 2rem 0 2.6875rem;
  }

  .footer__inner {
    padding-inline: 20px;
    max-width: 1050px;
  }

  .footer__nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .footer__item + .footer__item {
    margin-top: 8px;
    margin-top: 0.5rem;
  }

  .footer__link {
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    width: fit-content;
    text-wrap: nowrap;
  }

  .footer__sns {
    margin-top: 44px;
    margin-top: 2.75rem;
    margin-left: 32px;
    margin-left: 2rem;
  }

  .footer__copyright {
    margin-top: 14px;
    margin-top: 0.875rem;
    margin-left: 41px;
    margin-left: 2.5625rem;
  }
}

.gold {
  color: #b99c0e;
  border-bottom: 0.0625rem solid #b99c0e;
}

/* Scroll Animation */
.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.js-fade-in.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* Delays */
.delay-100 {
  transition-delay: 0.1s;
}
.delay-200 {
  transition-delay: 0.2s;
}
.delay-300 {
  transition-delay: 0.3s;
}
.delay-400 {
  transition-delay: 0.4s;
}
.delay-500 {
  transition-delay: 0.5s;
}
.delay-600 {
  transition-delay: 0.6s;
}
.delay-1000 {
  transition-delay: 1s;
}

@media screen and (min-width: 769px) {
  .s1__inner.delay-1000 {
    transition-delay: 0s;
  }
}
