@charset "UTF-8";
@media screen and (max-width: 599px) {
  .hidden-sp {
    display: none !important;
  }
  .tab-only {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .hidden-tab {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 1180px) {
  .hidden-pc {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
  .tab-only {
    display: none !important;
  }
}
.br {
  display: inline;
  white-space: nowrap;
}

.is-stroke {
  color: #fff;
  text-shadow: -1px -1px 0 #9f783d, 1px -1px 0 #9f783d, -1px 1px 0 #9f783d, 1px 1px 0 #9f783d;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

.button {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .button:hover {
    opacity: 0.8;
  }
}

.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 100;
  height: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .header {
    height: calc(100 / 16 * 1rem);
  }
}

.inner {
  padding-inline: calc(20 / 16 * 1rem);
  margin-inline: auto;
}
@media screen and (min-width: 1180px) {
  .inner {
    padding-inline: calc(32 / 16 * 1rem);
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(10 / 16 * 1rem) calc(24 / 16 * 1rem);
  height: 100%;
}
@media screen and (min-width: 1180px) {
  .header__inner {
    max-width: calc(1400 / 16 * 1rem);
    padding-inline: calc(48 / 16 * 1rem);
    margin-inline: auto;
    height: 100%;
  }
}

.header__logo-img {
  width: calc(260 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .header__logo-img {
    width: calc(300 / 16 * 1rem);
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1180px) {
  .header__nav {
    display: block;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(47 / 16 * 1rem);
}

.header__nav-item-link {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(-0.8 / 16 * 1rem);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav-item-link::after {
  content: "";
  position: absolute;
  bottom: calc(-4 / 16 * 1rem);
  left: 0;
  width: 100%;
  height: calc(2 / 16 * 1rem);
  background-color: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .header__nav-item-link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.drawer-icon {
  width: calc(27 / 16 * 1rem);
  height: calc(23 / 16 * 1rem);
  position: relative;
  z-index: 110;
}
.drawer-icon.is-checked .drawer-icon__bar {
  background: #fff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}
@media screen and (min-width: 1180px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  width: calc(27 / 16 * 1rem);
  height: calc(3 / 16 * 1rem);
  border-radius: calc(1.5 / 16 * 1rem);
  left: 0;
  background: #333;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  top: 10px;
}
.drawer-icon__bar:nth-child(3) {
  top: 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.drawer-content {
  width: 85.2417302799%;
  max-width: calc(335 / 16 * 1rem);
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(167deg, #9f783d 0%, #f2dfaa 100%);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  z-index: 101;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer__inner {
  padding-top: calc(100 / 16 * 1rem);
  padding-left: calc(45 / 16 * 1rem);
}

.drawer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10 / 16 * 1rem);
}

.drawer__link {
  display: block;
  color: #fff;
  font-size: calc(22 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(-0.88 / 16 * 1rem);
  padding-block: calc(20 / 16 * 1rem);
}

.learning {
  background: url("../img/bg-gray-pc.webp") no-repeat center/cover;
  text-align: center;
  padding-block: calc(60 / 16 * 1rem) calc(80 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .learning {
    padding-block: calc(161 / 16 * 1rem) calc(194 / 16 * 1rem);
  }
}

.learning__inner {
  max-width: calc(1172 / 16 * 1rem);
  padding-inline: calc(32 / 16 * 1rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(113 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .learning__inner {
    gap: calc(126 / 16 * 1rem);
  }
}

.learning__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .learning__head {
    gap: calc(63 / 16 * 1rem);
  }
}

.symbolic {
  font-size: calc(22 / 16 * 1rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(12 / 16 * 1rem);
  letter-spacing: calc(1.76 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .symbolic {
    font-size: calc(48 / 16 * 1rem);
    gap: calc(24 / 16 * 1rem);
    letter-spacing: calc(3.84 / 16 * 1rem);
  }
}
.symbolic::before, .symbolic::after {
  content: "";
  display: inline-block;
  background: no-repeat center/contain;
  width: calc(20 / 16 * 1rem);
  height: calc(40 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .symbolic::before, .symbolic::after {
    width: calc(40 / 16 * 1rem);
    height: calc(80 / 16 * 1rem);
  }
}
.symbolic::before {
  background-image: url("../img/title-deco-before.webp");
}
.symbolic::after {
  background-image: url("../img/title-deco-after.webp");
}

.learning__feature-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(37 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .learning__feature-group {
    gap: calc(63 / 16 * 1rem);
  }
}

.learning__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(14 / 16 * 1rem);
  gap: clamp(0.938rem, -1.875rem + 7.5vw, 1.875rem);
}
@media screen and (min-width: 1180px) {
  .learning__features {
    gap: calc(104 / 16 * 1rem);
  }
}

.learning__feature {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(150 / 16 * 1rem);
          flex: 0 1 calc(150 / 16 * 1rem);
}

.learning__circle {
  width: calc(100 / 16 * 1rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: calc(15 / 16 * 1rem);
  font-weight: 700;
  letter-spacing: calc(2.24 / 16 * 1rem);
  line-height: 1.78571;
  margin-inline: auto;
  text-align: center;
  width: clamp(6.25rem, -3.125rem + 25vw, 9.375rem);
  font-size: clamp(0.938rem, 0.375rem + 1.5vw, 1.125rem);
}
@media screen and (min-width: 1180px) {
  .learning__circle {
    width: calc(300 / 16 * 1rem);
    font-size: calc(28 / 16 * 1rem);
  }
}

.learning__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(18 / 16 * 1rem);
  margin-inline: calc(20 / 16 * 1rem);
  width: 100%;
}
@media screen and (min-width: 1180px) {
  .learning__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(44 / 16 * 1rem);
  }
}

.learning__button {
  background: radial-gradient(50% 50% at 50% 50%, #ff9595 0%, #ff5757 100%);
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 700;
  width: 100%;
  max-width: calc(400 / 16 * 1rem);
  height: calc(60 / 16 * 1rem);
  padding-block: calc(10 / 16 * 1rem);
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.33333;
  letter-spacing: calc(0.9 / 16 * 1rem);
  padding: 0 calc(20 / 16 * 1rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1180px) {
  .learning__button {
    max-width: calc(530 / 16 * 1rem);
    font-size: calc(25 / 16 * 1rem);
    height: calc(100 / 16 * 1rem);
    letter-spacing: calc(1.5 / 16 * 1rem);
  }
}
.learning__button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(18 / 16 * 1rem);
  width: calc(24 / 16 * 1rem);
  height: calc(24 / 16 * 1rem);
  background: url("../img/button-arrow.webp") center/contain no-repeat;
}
@media screen and (min-width: 1180px) {
  .learning__button::after {
    right: calc(20 / 16 * 1rem);
    width: calc(40 / 16 * 1rem);
    height: calc(40 / 16 * 1rem);
  }
}

.learning__button-text {
  text-align: left;
}

.learning__message {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .learning__message {
    gap: calc(120 / 16 * 1rem);
  }
}

.learning__message-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(44 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .learning__message-top {
    gap: calc(128 / 16 * 1rem);
  }
}

.learning__subheading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: calc(22 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .learning__subheading {
    font-size: calc(48 / 16 * 1rem);
    letter-spacing: calc(3.84 / 16 * 1rem);
  }
}

.gold-line {
  position: relative;
}
.gold-line::before {
  content: "";
  position: absolute;
  background: no-repeat center/contain url("../img/gold-line.webp");
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(-30 / 16 * 1rem);
  width: calc(204 / 16 * 1rem);
  height: calc(33 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .gold-line::before {
    bottom: calc(-88 / 16 * 1rem);
    width: calc(490 / 16 * 1rem);
    height: calc(79 / 16 * 1rem);
  }
}

.learning__quote {
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #999 0%, #333 100%);
  border-radius: calc(30 / 16 * 1rem);
  padding: calc(30 / 16 * 1rem) calc(50 / 16 * 1rem);
  max-width: calc(400 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .learning__quote {
    max-width: calc(600 / 16 * 1rem);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1180px) {
  .learning__quote {
    max-width: calc(1100 / 16 * 1rem);
    padding: calc(60 / 16 * 1rem) calc(75 / 16 * 1rem);
  }
}

.learning__quote-text {
  color: #fff;
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.5625;
  letter-spacing: calc(1.2 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
}
@media screen and (min-width: 1180px) {
  .learning__quote-text {
    width: 100%;
    letter-spacing: calc(2.56 / 16 * 1rem);
    font-size: calc(32 / 16 * 1rem);
  }
}

.learning__quote-text-left {
  display: inline-block;
  text-align: left;
}
.learning__quote-text-right {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 1180px) {
  .learning__quote-text-right {
    text-align: right;
  }
}

.learning__highlight {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .learning__highlight {
    font-size: calc(28 / 16 * 1rem);
    letter-spacing: calc(2.24 / 16 * 1rem);
  }
}
.learning__highlight span {
  color: #ff5757;
  font-size: calc(22 / 16 * 1rem);
  letter-spacing: calc(1.76 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .learning__highlight span {
    font-size: calc(36 / 16 * 1rem);
    letter-spacing: calc(2.88 / 16 * 1rem);
  }
}
.learning__highlight::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: no-repeat center/contain url("../img/gold-arrow.webp");
  bottom: calc(-60 / 16 * 1rem);
  width: calc(40 / 16 * 1rem);
  height: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .learning__highlight::after {
    bottom: calc(-122 / 16 * 1rem);
    width: calc(104 / 16 * 1rem);
    height: calc(60 / 16 * 1rem);
  }
}

.vision {
  width: 100%;
  aspect-ratio: 1440/652;
  position: relative;
  background: no-repeat center/cover url("../img/vision-bg-pc.webp");
}

.vision__inner {
  width: 100%;
  height: 100%;
  max-width: calc(1424 / 16 * 1rem);
  padding-inline: calc(28 / 16 * 1rem);
  margin-inline: auto;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1180px) {
  .vision__inner {
    padding-inline: calc(48 / 16 * 1rem);
  }
}

.vision__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0px 4px 4px #fff;
  font-size: calc(15 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .vision__content {
    gap: calc(16 / 16 * 1rem);
    font-size: calc(28 / 16 * 1rem);
    letter-spacing: calc(2.24 / 16 * 1rem);
  }
}

.vision__main {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.vision__highlight {
  color: #ff5757;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .vision__highlight {
    font-size: calc(36 / 16 * 1rem);
    letter-spacing: calc(2.88 / 16 * 1rem);
  }
}

.course {
  padding-block: calc(120 / 16 * 1rem) calc(30 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .course {
    padding-block: calc(170 / 16 * 1rem) calc(17 / 16 * 1rem);
  }
}

.course__inner {
  padding-inline: calc(28 / 16 * 1rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(60 / 16 * 1rem);
  max-width: calc(600 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .course__inner {
    padding-inline: calc(48 / 16 * 1rem);
    max-width: calc(1440 / 16 * 1rem);
    gap: calc(100 / 16 * 1rem);
  }
}

.section__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  font-size: calc(22 / 16 * 1rem);
  letter-spacing: calc(1.76 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .section__title {
    font-size: calc(48 / 16 * 1rem);
    letter-spacing: calc(3.84 / 16 * 1rem);
  }
}

.course__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .course__items {
    gap: calc(100 / 16 * 1rem);
  }
}

.course__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .course__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(45 / 16 * 1rem);
  }
}

.course__image {
  max-width: calc(622 / 16 * 1rem);
  aspect-ratio: 622/300;
}

.course__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .course__item-content {
    gap: calc(34 / 16 * 1rem);
  }
}

.course__heading {
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.55556;
}
@media screen and (min-width: 1180px) {
  .course__heading {
    font-size: calc(28 / 16 * 1rem);
    line-height: 1.42857;
  }
}

.course__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.course__text {
  font-size: calc(15 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .course__text {
    font-size: calc(19 / 16 * 1rem);
  }
}

.course__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10 / 16 * 1rem);
  font-size: calc(19 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(1.14 / 16 * 1rem);
}

.course__feature-list-item {
  padding-left: calc(22 / 16 * 1rem);
  position: relative;
}
.course__feature-list-item::before {
  content: "";
  position: absolute;
  left: calc(0 / 16 * 1rem);
  top: calc(6 / 16 * 1rem);
  width: calc(14 / 16 * 1rem);
  height: calc(14 / 16 * 1rem);
  background-color: #9f783d;
}
@media screen and (min-width: 1180px) {
  .course__feature-list-item::before {
    top: calc(9 / 16 * 1rem);
  }
}

.course__button {
  width: calc(180 / 16 * 1rem);
  height: calc(45 / 16 * 1rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%);
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: calc(0.9 / 16 * 1rem);
  font-weight: 500;
  margin-inline: auto;
}
@media screen and (min-width: 1180px) {
  .course__button {
    width: calc(195 / 16 * 1rem);
    height: calc(54 / 16 * 1rem);
    font-size: calc(19 / 16 * 1rem);
    letter-spacing: calc(1.14 / 16 * 1rem);
    margin-inline: auto 0;
  }
}

.bg__shared {
  background: no-repeat center/cover url("../img/teacher-bg.webp");
}

.teacher {
  padding-block: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher {
    padding-block: calc(168 / 16 * 1rem) calc(70 / 16 * 1rem);
  }
}

.teacher__inner {
  padding-inline: calc(20 / 16 * 1rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(60 / 16 * 1rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(600 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher__inner {
    padding-inline: calc(32 / 16 * 1rem);
    max-width: calc(1296 / 16 * 1rem);
    gap: calc(114 / 16 * 1rem);
  }
}

.teacher__profile {
  max-width: calc(1080 / 16 * 1rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(44 / 16 * 1rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1180px) {
  .teacher__profile {
    background-color: #fff;
    padding: calc(129 / 16 * 1rem) calc(20 / 16 * 1rem) calc(129 / 16 * 1rem) clamp(1.25rem, -22.5rem + 31.67vw, 6rem);
    margin-inline: calc(80 / 16 * 1rem);
    position: relative;
  }
}

.teacher__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(50 / 16 * 1rem);
}

.teacher__identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(12 / 16 * 1rem);
}

.teacher__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc(22 / 16 * 1rem);
  gap: calc(10 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(1.76 / 16 * 1rem);
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .teacher__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    font-size: calc(48 / 16 * 1rem);
    letter-spacing: calc(3.84 / 16 * 1rem);
    text-align: left;
  }
}

.teacher__ruby {
  font-weight: 700;
  line-height: 1;
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher__ruby {
    font-size: calc(28 / 16 * 1rem);
    letter-spacing: calc(2.24 / 16 * 1rem);
  }
}

.teacher__position {
  font-size: calc(19 / 16 * 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.47368;
  letter-spacing: calc(1.52 / 16 * 1rem);
}

.teacher__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher__detail {
    gap: calc(44 / 16 * 1rem);
  }
}

.teacher__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher__history {
    gap: calc(20 / 16 * 1rem);
  }
}

.teacher__subtitle {
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  line-height: 1.27273;
  letter-spacing: calc(1.76 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher__subtitle {
    font-size: calc(28 / 16 * 1rem);
    line-height: 1;
    letter-spacing: calc(2.24 / 16 * 1rem);
  }
}
.teacher__subtitle::before {
  content: "";
  display: inline-block;
  background-color: #9f783d;
  width: calc(18 / 16 * 1rem);
  height: calc(18 / 16 * 1rem);
  margin-right: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher__subtitle::before {
    width: calc(22 / 16 * 1rem);
    height: calc(22 / 16 * 1rem);
    margin-right: calc(10 / 16 * 1rem);
  }
}

.teacher__text {
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.66667;
  letter-spacing: calc(0.9 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher__text {
    font-size: calc(19 / 16 * 1rem);
    line-height: 1.78947;
    letter-spacing: calc(1.14 / 16 * 1rem);
  }
}

.teacher__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20 / 16 * 1rem);
}

.teacher__highlight {
  color: #ff5757;
}

.teacher__photo {
  max-width: calc(470 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher__photo {
    position: absolute;
    top: calc(130 / 16 * 1rem);
    right: clamp(-72 / 16 * 1rem, -21.6667vw + -20 / 16 * 1rem, -20 / 16 * 1rem);
    width: clamp(25rem, -15.625rem + 50vw, 29.375rem);
  }
}

.reason {
  padding-block: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .reason {
    padding-block: calc(100 / 16 * 1rem) calc(110 / 16 * 1rem);
  }
}

.reason__inner {
  max-width: calc(1296 / 16 * 1rem);
  padding-inline: clamp(1.25rem, -10rem + 48vw, 2rem);
  gap: calc(30 / 16 * 1rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1180px) {
  .reason__inner {
    gap: calc(60 / 16 * 1rem);
  }
}

.reason__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(63 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .reason__heading {
    gap: calc(100 / 16 * 1rem);
  }
}

.reason__title {
  font-weight: 500;
}

.reason__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: calc(20 / 16 * 1rem);
  letter-spacing: calc(1.6 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .reason__lead {
    font-weight: 400;
    font-size: calc(28 / 16 * 1rem);
    letter-spacing: calc(2.24 / 16 * 1rem);
  }
}

.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .reason__list {
    gap: calc(43 / 16 * 1rem);
  }
}

.reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(1076 / 16 * 1rem);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1180px) {
  .reason__item {
    height: calc(168 / 16 * 1rem);
  }
}

.reason__number {
  width: calc(35 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%);
  color: #fff;
  font-size: calc(15 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: calc(2.4 / 16 * 1rem);
  text-shadow: 0 0 2px rgba(159, 120, 61, 0.8), 0 0 1px rgba(159, 120, 61, 0.8);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1180px) {
  .reason__number {
    font-size: calc(40 / 16 * 1rem);
    width: calc(120 / 16 * 1rem);
  }
}

.reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(4 / 16 * 1rem);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(15 / 16 * 1rem) clamp(0.625rem, -0.125rem + 3vw, 1rem);
  line-height: 1.6;
  border: calc(3 / 16 * 1rem) solid #9f783d;
  border-left: none;
}
@media screen and (min-width: 1180px) {
  .reason__content {
    border: calc(5 / 16 * 1rem) solid #9f783d;
    padding: 0;
    gap: calc(15 / 16 * 1rem);
    padding-inline: clamp(16 / 16 * 1rem, 5vw, 224 / 16 * 1rem);
  }
}

.reason__item-heading {
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  letter-spacing: calc(1.28 / 16 * 1rem);
  line-height: 1.4;
}
@media screen and (min-width: 1180px) {
  .reason__item-heading {
    line-height: 1;
    font-size: calc(28 / 16 * 1rem);
    letter-spacing: calc(2.24 / 16 * 1rem);
  }
}

.reason__text {
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 1.14px;
}
@media screen and (min-width: 1180px) {
  .reason__text {
    font-size: calc(19 / 16 * 1rem);
    line-height: 34px;
  }
}

.voice {
  padding-block: calc(60 / 16 * 1rem);
  background: url("../img/bg-gold-pc.webp") no-repeat center/cover;
}
@media screen and (min-width: 1180px) {
  .voice {
    padding-block: calc(100 / 16 * 1rem) calc(200 / 16 * 1rem);
  }
}

.voice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(120 / 16 * 1rem);
  padding-inline: calc(20 / 16 * 1rem);
  max-width: calc(600 / 16 * 1rem);
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(46 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .voice__list {
    gap: calc(85 / 16 * 1rem);
  }
}

.voice__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fff;
  border: 1px solid #9f783d;
}
@media screen and (min-width: 1180px) {
  .voice__item {
    max-width: calc(890 / 16 * 1rem);
    border: 6px solid #9f783d;
  }
}

.voice__text {
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.66667;
  letter-spacing: calc(0.9 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .voice__text {
    font-size: calc(19 / 16 * 1rem);
    line-height: 1.78947;
    letter-spacing: calc(1.14 / 16 * 1rem);
  }
}

.voice__label {
  position: absolute;
  right: 0;
  top: calc(-20 / 16 * 1rem);
  color: rgba(159, 120, 61, 0.4);
  font-family: "Source Serif Pro", serif;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(1.6 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .voice__label {
    top: calc(-50 / 16 * 1rem);
    font-size: calc(50 / 16 * 1rem);
    letter-spacing: calc(4 / 16 * 1rem);
  }
}

.faq {
  background: url("../img/faq-bg-pc.webp") no-repeat center top;
  padding-block: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .faq {
    padding-block: calc(160 / 16 * 1rem) calc(213 / 16 * 1rem);
  }
}

.faq__inner {
  max-width: calc(600 / 16 * 1rem);
  padding-inline: calc(32 / 16 * 1rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .faq__inner {
    gap: calc(110 / 16 * 1rem);
    max-width: calc(1198 / 16 * 1rem);
  }
}

.faq__title {
  font-weight: 600;
}

.faq__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .faq__boxes {
    gap: calc(55 / 16 * 1rem);
  }
}

.faq__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid calc(1 / 16 * 1rem) #523e1f;
}
.faq__box.is-open .faq-box__head {
  border-bottom: none;
}
@media screen and (min-width: 1180px) {
  .faq__box.is-open .faq-box__head {
    border-bottom: solid calc(3 / 16 * 1rem) #9f783d;
  }
}
.faq__box.is-open .faq-box-toggle::before {
  opacity: 0;
}
@media screen and (min-width: 1180px) {
  .faq__box {
    border: solid calc(3 / 16 * 1rem) #9f783d;
    padding: calc(30 / 16 * 1rem) calc(75 / 16 * 1rem);
    background-color: #fff;
    gap: calc(24 / 16 * 1rem);
  }
}

.faq-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: calc(14 / 16 * 1rem) calc(19 / 16 * 1rem) calc(14 / 16 * 1rem) calc(20 / 16 * 1rem);
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1180px) {
  .faq-box__head {
    border: none;
    cursor: auto;
    border-bottom: solid calc(3 / 16 * 1rem) #9f783d;
    padding: 0;
    padding-bottom: calc(16 / 16 * 1rem);
  }
}

.faq-box__head-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  -moz-text-align-last: left;
       text-align-last: left;
  padding-right: calc(12 / 16 * 1rem);
  font-size: calc(15 / 16 * 1rem);
  color: #9f783d;
}
@media screen and (min-width: 1180px) {
  .faq-box__head-text {
    font-size: calc(28 / 16 * 1rem);
    font-weight: 700;
    letter-spacing: calc(2.24 / 16 * 1rem);
    padding-right: 0;
  }
}

.faq-box-toggle {
  width: calc(24 / 16 * 1rem);
  min-width: calc(24 / 16 * 1rem);
  height: calc(24 / 16 * 1rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 1180px) {
  .faq-box-toggle {
    display: none;
  }
}
.faq-box-toggle::before, .faq-box-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #9f783d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq-box-toggle::before {
  width: calc(2 / 16 * 1rem);
  height: calc(12 / 16 * 1rem);
}
.faq-box-toggle::after {
  width: calc(12 / 16 * 1rem);
  height: calc(2 / 16 * 1rem);
}

.faq-box__body {
  display: none;
}
@media screen and (min-width: 1180px) {
  .faq-box__body {
    display: block;
  }
}

.faq-box__a {
  background-color: #f2dfaa;
  padding: calc(17 / 16 * 1rem) calc(20 / 16 * 1rem);
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.66667;
  font-weight: 400;
  border-top: none;
}
@media screen and (min-width: 1180px) {
  .faq-box__a {
    padding: 0;
    font-size: calc(26 / 16 * 1rem);
    line-height: 1.92308;
    letter-spacing: calc(2.08 / 16 * 1rem);
    background-color: #fff;
    border: none;
  }
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(58 / 16 * 1rem);
}

.faq__item {
  border: solid calc(3 / 16 * 1rem) #9f783d;
  background-color: #fff;
  padding: calc(30 / 16 * 1rem) calc(75 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(24 / 16 * 1rem);
}

.faq__question {
  color: #9f783d;
  font-size: calc(28 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(2.24 / 16 * 1rem);
  padding-bottom: calc(16 / 16 * 1rem);
  border-bottom: solid calc(3 / 16 * 1rem) #9f783d;
}

.faq__answer {
  font-size: calc(26 / 16 * 1rem);
  font-weight: 400;
  line-height: 1.92308;
  letter-spacing: calc(2.08 / 16 * 1rem);
}

.cta {
  background: url("../img/cta-bg-pc.webp") no-repeat center/cover;
  padding-block: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .cta {
    padding-block: calc(87 / 16 * 1rem) calc(200 / 16 * 1rem);
  }
}

.cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .cta__inner {
    gap: calc(100 / 16 * 1rem);
  }
}

.cta__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: calc(22 / 16 * 1rem);
  line-height: 1.13636;
  letter-spacing: calc(1.76 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .cta__heading {
    font-size: calc(50 / 16 * 1rem);
    line-height: 1.4;
    letter-spacing: calc(4 / 16 * 1rem);
  }
}

.cta__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .cta__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1rem, -1.85rem + 7.6vw, 3.75rem);
  }
}
@media screen and (min-width: 1180px) {
  .cta__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(67 / 16 * 1rem);
  }
}

.cta__card {
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  width: calc(300 / 16 * 1rem);
  height: calc(300 / 16 * 1rem);
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .cta__card {
    gap: calc(35 / 16 * 1rem);
    width: calc(520 / 16 * 1rem);
    height: calc(520 / 16 * 1rem);
  }
}

.cta__card-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.86667;
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .cta__card-label {
    font-size: calc(25 / 16 * 1rem);
    line-height: 1.12;
    letter-spacing: calc(2 / 16 * 1rem);
  }
}

.cta__card-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-weight: 500;
  border-radius: calc(7 / 16 * 1rem);
  background: radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%);
  text-align: center;
  width: calc(192 / 16 * 1rem);
  height: calc(154 / 16 * 1rem);
  font-size: calc(22 / 16 * 1rem);
  line-height: 1.59091;
  letter-spacing: calc(1.32 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .cta__card-button {
    width: calc(330 / 16 * 1rem);
    height: calc(220 / 16 * 1rem);
    font-size: calc(25 / 16 * 1rem);
    line-height: 1.6;
    letter-spacing: calc(1.5 / 16 * 1rem);
  }
}

.cta__card-note {
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.66667;
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .cta__card-note {
    font-weight: 500;
    font-size: calc(19 / 16 * 1rem);
    line-height: 1.78947;
    letter-spacing: calc(1.14 / 16 * 1rem);
  }
}

.cta__card-mask {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

.cta__card-mask-inner {
  padding: calc(20 / 16 * 1rem);
  border-radius: calc(8 / 16 * 1rem);
  -webkit-box-shadow: 0 calc(4 / 16 * 1rem) calc(12 / 16 * 1rem) rgba(0, 0, 0, 0.2);
          box-shadow: 0 calc(4 / 16 * 1rem) calc(12 / 16 * 1rem) rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 90%;
}

.cta__card-mask-main {
  color: #fff;
  font-weight: 500;
  text-shadow: 0 calc(4 / 16 * 1rem) calc(4 / 16 * 1rem) rgba(0, 0, 0, 0.25);
  font-size: calc(22 / 16 * 1rem);
  line-height: 1.59091;
  margin-bottom: calc(20 / 16 * 1rem);
}

.cta__card-mask-sub {
  color: #fff;
  font-size: calc(15 / 16 * 1rem);
  text-shadow: 0 calc(4 / 16 * 1rem) calc(4 / 16 * 1rem) rgba(0, 0, 0, 0.25);
  font-weight: 400;
  line-height: 1.66667;
  letter-spacing: calc(0.9 / 16 * 1rem);
}

.cta__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .cta__line {
    gap: calc(50 / 16 * 1rem);
  }
}

.cta__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6 / 16 * 1rem);
}

.cta__note {
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.66667;
  letter-spacing: calc(1.2 / 16 * 1rem);
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .cta__note {
    font-size: calc(25 / 16 * 1rem);
    line-height: 2;
    letter-spacing: calc(2 / 16 * 1rem);
  }
}

.cta__benefit {
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.66667;
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .cta__benefit {
    font-size: calc(25 / 16 * 1rem);
    line-height: 2;
    letter-spacing: calc(2 / 16 * 1rem);
  }
}

.cta__line-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: calc(7 / 16 * 1rem);
  background: radial-gradient(50% 50% at 50% 50%, #02c755 0%, #009e33 100%);
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: calc(320 / 16 * 1rem);
  height: calc(60 / 16 * 1rem);
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: 0.3;
}
@media screen and (min-width: 1180px) {
  .cta__line-button {
    width: calc(683 / 16 * 1rem);
    height: calc(84 / 16 * 1rem);
    font-size: calc(25 / 16 * 1rem);
    letter-spacing: calc(0.5 / 16 * 1rem);
  }
}

.footer {
  background: radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%);
  color: #fff;
  padding-block: calc(32 / 16 * 1rem) calc(12 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .footer {
    padding-block: calc(57 / 16 * 1rem) calc(12 / 16 * 1rem);
  }
}

.footer__inner {
  max-width: calc(1440 / 16 * 1rem);
  padding-inline: calc(56 / 16 * 1rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .footer__inner {
    gap: calc(49 / 16 * 1rem);
  }
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .footer__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(30 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .footer__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(40 / 16 * 1rem);
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .footer__info {
    gap: calc(14 / 16 * 1rem);
  }
}

.footer__logo {
  width: calc(200 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .footer__logo {
    width: calc(300 / 16 * 1rem);
  }
}

.footer__address {
  font-size: calc(15 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(0.9 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .footer__address {
    font-size: calc(19 / 16 * 1rem);
    letter-spacing: calc(1.14 / 16 * 1rem);
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(8 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(8 / 16 * 1rem) calc(60 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(34 / 16 * 1rem);
  }
}

.footer__nav-item {
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: calc(-0.9 / 16 * 1rem);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1180px) {
  .footer__nav-item {
    font-size: calc(18 / 16 * 1rem);
    letter-spacing: calc(-1.08 / 16 * 1rem);
  }
}
.footer__nav-item::after {
  content: "";
  position: absolute;
  bottom: calc(-2 / 16 * 1rem);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .footer__nav-item:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.footer__copyright {
  width: 100%;
  text-align: center;
  border-top: 1px solid #fff;
  font-size: calc(13 / 16 * 1rem);
  letter-spacing: calc(-0.65 / 16 * 1rem);
  padding-top: calc(6 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .footer__copyright {
    font-size: calc(17 / 16 * 1rem);
    letter-spacing: calc(-0.85 / 16 * 1rem);
    padding-top: calc(10 / 16 * 1rem);
  }
}

.hero__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(13 / 16 * 1rem);
  gap: calc(10 / 16 * 1rem);
  padding: calc(13 / 16 * 1rem) calc(24 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .hero__breadcrumb {
    font-size: calc(20 / 16 * 1rem);
    gap: calc(30 / 16 * 1rem);
    max-width: calc(1400 / 16 * 1rem);
    padding: calc(27 / 16 * 1rem) calc(48 / 16 * 1rem);
    margin-inline: auto;
  }
}

.hero {
  background: url("../img/bg-gray-sp.webp") center center/cover no-repeat;
}

.hero__image {
  width: 100%;
  aspect-ratio: 393/210;
  background: url("../img/school-hero-sp.webp") center center/cover no-repeat;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .hero__image {
    background: url("../img/school-hero-pc.webp") center center/cover no-repeat;
    aspect-ratio: 1440/370;
  }
}
@media screen and (min-width: 1180px) {
  .hero__image {
    background: url("../img/school-hero-pc.webp") center center/cover no-repeat;
    aspect-ratio: 1440/370;
  }
}

.hero__title {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  font-size: calc(28 / 16 * 1rem);
  letter-spacing: calc(2.8 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .hero__title {
    font-size: calc(54 / 16 * 1rem);
    letter-spacing: calc(5.4 / 16 * 1rem);
  }
}

.hero__inner {
  padding: calc(50 / 16 * 1rem) calc(10 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .hero__inner {
    padding: calc(100 / 16 * 1rem) calc(10 / 16 * 1rem);
    gap: calc(64 / 16 * 1rem);
  }
}

.hero__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(28 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .hero__lead {
    gap: calc(45 / 16 * 1rem);
  }
}

.community-hero__catch {
  font-size: calc(22 / 16 * 1rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.59091;
  letter-spacing: calc(1.76 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .community-hero__catch {
    font-size: calc(28 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .community-hero__catch {
    font-size: calc(48 / 16 * 1rem);
    line-height: 1.97917;
    letter-spacing: calc(3.84 / 16 * 1rem);
  }
}

.school-hero__catch.hidden-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8 / 16 * 1rem);
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-size: calc(22 / 16 * 1rem);
  line-height: 1.59091;
  letter-spacing: calc(1.76 / 16 * 1rem);
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .school-hero__catch.hidden-pc {
    font-size: calc(28 / 16 * 1rem);
  }
}

.school-hero__catch.pc-only {
  display: none;
}
@media screen and (min-width: 1180px) {
  .school-hero__catch.pc-only {
    display: block;
    text-align: center;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    font-size: calc(48 / 16 * 1rem);
    line-height: 1.97917;
    letter-spacing: calc(3.84 / 16 * 1rem);
    width: 100%;
    margin-inline: auto;
  }
}

.hero__line {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: calc(22 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .hero__line {
    font-size: calc(48 / 16 * 1rem);
  }
}
.hero__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(1 / 16 * 1rem);
  background: radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%);
}
@media screen and (min-width: 1180px) {
  .hero__line::after {
    height: calc(2 / 16 * 1rem);
  }
}

.community-hero__line {
  padding-left: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .community-hero__line {
    font-size: calc(48 / 16 * 1rem);
    padding-inline: calc(67 / 16 * 1rem) calc(40 / 16 * 1rem);
  }
}

.hero__desc {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
  font-size: calc(15 / 16 * 1rem);
  font-weight: 600;
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .hero__desc {
    font-size: calc(20 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .hero__desc {
    font-size: calc(40 / 16 * 1rem);
  }
}

.school-hero__emphasis {
  font-size: calc(22 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .school-hero__emphasis {
    font-size: calc(28 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .school-hero__emphasis {
    line-height: 1.5;
    font-size: calc(48 / 16 * 1rem);
  }
}

.school-hero__emphasis--red {
  color: #ff5757;
}

.school-hero__emphasis--accent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: calc(2 / 16 * 1rem);
  color: #ff5757;
  font-weight: bold;
  position: relative;
}
.school-hero__emphasis--accent span {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.school-hero__emphasis--accent span::before {
  content: "・";
  position: absolute;
  top: calc(-13 / 16 * 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: calc(19 / 16 * 1rem);
  color: #ff5757;
}
@media screen and (min-width: 1180px) {
  .school-hero__emphasis--accent span::before {
    top: calc(-20 / 16 * 1rem);
    font-size: calc(32 / 16 * 1rem);
  }
}

.hero__feature-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(45 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .hero__feature-group {
    max-width: calc(600 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .hero__feature-group {
    gap: calc(117 / 16 * 1rem);
  }
}

.school-hero__features {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(12 / 16 * 1rem);
  padding-inline: calc(10 / 16 * 1rem);
  z-index: 0;
}
@media screen and (min-width: 1180px) {
  .school-hero__features {
    gap: calc(30 / 16 * 1rem);
    padding-inline: calc(34 / 16 * 1rem);
  }
}
.school-hero__features::after {
  content: "";
  position: absolute;
  bottom: calc(-18 / 16 * 1rem);
  left: 0;
  right: 0;
  height: calc(36 / 16 * 1rem);
  background: var(--2, radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%));
  z-index: -1;
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .school-hero__features::after {
    bottom: calc(-25 / 16 * 1rem);
    height: calc(50 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .school-hero__features::after {
    bottom: calc(-50 / 16 * 1rem);
    height: calc(140 / 16 * 1rem);
  }
}

.school-hero__feature-box {
  background-color: #fff;
  border: calc(2 / 16 * 1rem) solid #9f783d;
  min-width: calc(100 / 16 * 1rem);
  font-size: calc(15 / 16 * 1rem);
  padding: calc(13 / 16 * 1rem) calc(7 / 16 * 1rem);
  line-height: 1.33333;
  display: grid;
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .school-hero__feature-box {
    padding: calc(24 / 16 * 1rem) calc(16 / 16 * 1rem);
    font-size: calc(18 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .school-hero__feature-box {
    border: calc(5 / 16 * 1rem) solid #9f783d;
    font-size: calc(28 / 16 * 1rem);
    width: calc(320 / 16 * 1rem);
    padding-block: calc(40 / 16 * 1rem);
  }
}

.school-hero__feature-box-text {
  display: inline-block;
  margin: auto;
  text-align: center;
}

.school-hero__message {
  font-family: "Noto Serif JP", serif;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: calc(1.6 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .school-hero__message {
    font-size: calc(48 / 16 * 1rem);
    line-height: 1.5;
    letter-spacing: calc(3.84 / 16 * 1rem);
  }
}

.school-hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .school-hero__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(30 / 16 * 1rem);
  }
}

.school-hero__button {
  position: relative;
  width: calc(320 / 16 * 1rem);
  height: calc(60 / 16 * 1rem);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fff;
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: calc(0.9 / 16 * 1rem);
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
.school-hero__button::after {
  position: absolute;
  content: "＞";
  top: 50%;
  font-size: calc(19 / 16 * 1rem);
  right: calc(27 / 16 * 1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.school-hero__button--red {
  background: radial-gradient(50% 50% at 50% 50%, #ff9595 0%, #ff5757 100%);
}

.school-hero__button--green {
  background: radial-gradient(50% 50% at 50% 50%, #02c755 0%, #009e33 100%);
}

.school-hero__mask {
  position: absolute;
  z-index: 10;
  top: calc(-8 / 16 * 1rem);
  left: calc(-10 / 16 * 1rem);
  width: calc(100% + 20 / 16 * 1rem);
  height: calc(100% + 16 / 16 * 1rem);
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  pointer-events: none;
}

.school-hero__mask-text {
  color: #fff;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.66667;
  text-shadow: 0 calc(4 / 16 * 1rem) calc(4 / 16 * 1rem) rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1180px) {
  .school-hero__mask-text {
    font-size: calc(18 / 16 * 1rem);
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(30 / 16 * 1rem);
  padding-top: calc(60 / 16 * 1rem);
  background: #f8f5e2;
  z-index: 1;
}
@media screen and (min-width: 1180px) {
  .about {
    padding-top: calc(140 / 16 * 1rem);
    gap: calc(60 / 16 * 1rem);
  }
}

.about__inner {
  max-width: calc(400 / 16 * 1rem);
  padding-inline: calc(20 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(80 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .about__inner {
    max-width: calc(600 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .about__inner {
    max-width: calc(1170 / 16 * 1rem);
    padding-inline: calc(34 / 16 * 1rem);
    gap: calc(100 / 16 * 1rem);
  }
}

.about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(63 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .about__head {
    gap: calc(110 / 16 * 1rem);
  }
}

.about__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 / 16 * 1rem);
}

.about__balloon {
  border-radius: 30px;
  background: radial-gradient(50% 50% at 50% 50%, #999 0%, #333 100%);
  display: grid;
  place-items: center;
  padding: calc(30 / 16 * 1rem) calc(70 / 16 * 1rem);
  max-width: calc(340 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .about__balloon {
    max-width: calc(500 / 16 * 1rem);
    padding: calc(50 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .about__balloon {
    max-width: calc(1100 / 16 * 1rem);
    padding: calc(90 / 16 * 1rem) calc(160 / 16 * 1rem);
  }
  .about__balloon.community {
    padding-inline: calc(100 / 16 * 1rem);
  }
}

.about__balloon-text {
  color: #fff;
}
@media screen and (min-width: 1180px) {
  .about__balloon-text {
    font-size: calc(32 / 16 * 1rem);
  }
}

.about__subtext {
  font-size: calc(15 / 16 * 1rem);
  font-weight: 700;
  line-height: 1.666667;
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .about__subtext {
    font-size: calc(28 / 16 * 1rem);
  }
}
.about__subtext.with-arrow {
  position: relative;
}
.about__subtext.with-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: no-repeat center/contain url("../img/gold-arrow.webp");
  bottom: calc(-50 / 16 * 1rem);
  width: calc(40 / 16 * 1rem);
  height: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .about__subtext.with-arrow::after {
    bottom: calc(-80 / 16 * 1rem);
    width: calc(120 / 16 * 1rem);
    height: calc(60 / 16 * 1rem);
  }
}

.about__reasons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .about__reasons-wrapper {
    gap: calc(30 / 16 * 1rem);
  }
}

.about__lead {
  font-size: calc(15 / 16 * 1rem);
  font-weight: 700;
  line-height: 1.666667;
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .about__lead {
    font-size: calc(28 / 16 * 1rem);
  }
}

.about__reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 / 16 * 1rem);
  max-width: calc(1100 / 16 * 1rem);
}

.about__reason {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.about__reason-number {
  width: calc(35 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: radial-gradient(50% 50% at 50% 50%, #999 0%, #333 100%);
  color: #fff;
  font-size: calc(15 / 16 * 1rem);
  text-shadow: 0 0 calc(1.5 / 16 * 1rem) rgba(0, 0, 0, 0.5), 0 0 calc(0.5 / 16 * 1rem) rgba(0, 0, 0, 0.3);
  font-weight: 400;
  letter-spacing: calc(2.4 / 16 * 1rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1180px) {
  .about__reason-number {
    font-size: calc(40 / 16 * 1rem);
    width: calc(120 / 16 * 1rem);
  }
}

.about__reason-content {
  background-color: #fff;
  border: 3px solid #333;
  padding: calc(15 / 16 * 1rem) calc(20 / 16 * 1rem);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1180px) {
  .about__reason-content {
    padding: calc(30 / 16 * 1rem);
  }
}

.about__reason-title {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: calc(1.28 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .about__reason-title {
    font-size: calc(28 / 16 * 1rem);
  }
}

.about__reason-text {
  font-size: calc(15 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.666667;
  letter-spacing: calc(0.9 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .about__reason-text {
    font-size: calc(19 / 16 * 1rem);
  }
}

.school-strength {
  background: url("../img/school-bg-note-sp.webp") no-repeat center/cover;
  display: grid;
  place-items: center;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 1180px) {
  .school-strength {
    background: url("../img/school-bg-note-pc.webp") no-repeat center/cover;
  }
}
.school-strength::before {
  content: "";
  position: absolute;
  top: calc(-1 / 16 * 1rem);
  left: 0;
  width: 100%;
  height: calc(74 / 16 * 1rem);
  background: #f8f5e2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 0;
}
@media screen and (min-width: 1180px) {
  .school-strength::before {
    height: calc(160 / 16 * 1rem);
  }
}

.school-strength__circle {
  width: calc(57 / 16 * 1rem);
  height: calc(57 / 16 * 1rem);
  position: absolute;
  top: calc(45 / 16 * 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: calc(15 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1180px) {
  .school-strength__circle {
    top: calc(90 / 16 * 1rem);
    width: calc(120 / 16 * 1rem);
    height: calc(120 / 16 * 1rem);
    font-size: calc(36 / 16 * 1rem);
  }
}

.school-strength__text {
  padding-block: calc(122 / 16 * 1rem) calc(100 / 16 * 1rem);
  color: #333;
  text-shadow: 0px 4px 4px #fff;
  font-family: "Noto Serif JP", serif;
  font-size: calc(22 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.13636;
  letter-spacing: calc(1.76 / 16 * 1rem);
  z-index: 1;
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .school-strength__text {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1180px) {
  .school-strength__text {
    padding-block: calc(250 / 16 * 1rem) calc(200 / 16 * 1rem);
    font-size: calc(40 / 16 * 1rem);
    line-height: 1.91667;
    text-align: center;
  }
}

.school-strength__emphasis--red {
  color: #ff5757;
}

.school-target {
  padding-block: calc(60 / 16 * 1rem) calc(30 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .school-target {
    padding-block: calc(160 / 16 * 1rem) calc(80 / 16 * 1rem);
  }
}

.school-target__inner {
  padding-inline: calc(18 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .school-target__inner {
    gap: calc(100 / 16 * 1rem);
  }
}

.school-target__title {
  font-size: clamp(1rem, -0.714rem + 8.57vw, 1.375rem);
}
@media screen and (min-width: 1180px) {
  .school-target__title {
    font-size: calc(48 / 16 * 1rem);
  }
}

.school-target__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(80 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .school-target__cards {
    gap: calc(144 / 16 * 1rem);
  }
}

.school-target__card {
  position: relative;
  background-color: #fff;
  padding: calc(40 / 16 * 1rem) calc(9 / 16 * 1rem);
  padding: calc(40 / 16 * 1rem) clamp(0.563rem, -0.406rem + 3.88vw, 2.5rem);
  border-radius: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .school-target__card {
    max-width: calc(600 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .school-target__card {
    width: calc(980 / 16 * 1rem);
    padding: calc(124 / 16 * 1rem) calc(150 / 16 * 1rem) calc(130 / 16 * 1rem);
  }
}

.school-target__card--dream {
  -webkit-box-shadow: 5px 5px 30px 9px #9f783d;
          box-shadow: 5px 5px 30px 9px #9f783d;
}

.school-target__circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: calc(45 / 16 * 1rem);
  height: calc(45 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .school-target__circle {
    left: 0;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    width: calc(145 / 16 * 1rem);
    height: calc(145 / 16 * 1rem);
  }
}

.school-target__card--dream .school-target__circle {
  font-size: calc(22 / 16 * 1rem);
  background: radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%);
}
@media screen and (min-width: 1180px) {
  .school-target__card--dream .school-target__circle {
    font-size: calc(64 / 16 * 1rem);
  }
}

.school-target__card--worry .school-target__circle {
  font-size: calc(18 / 16 * 1rem);
  background: radial-gradient(50% 50% at 50% 50%, #999 0%, #333 100%);
}
@media screen and (min-width: 1180px) {
  .school-target__card--worry .school-target__circle {
    font-size: calc(53 / 16 * 1rem);
  }
}

.school-target__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.school-target__item {
  display: inline-block;
  position: relative;
  font-size: calc(15 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.666667;
  letter-spacing: calc(1.2 / 16 * 1rem);
  padding-left: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .school-target__item {
    font-size: calc(28 / 16 * 1rem);
    padding-left: calc(40 / 16 * 1rem);
  }
}
.school-target__item::before {
  content: "";
  position: absolute;
  top: calc(8 / 16 * 1rem);
  left: calc(3 / 16 * 1rem);
  width: calc(12 / 16 * 1rem);
  height: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .school-target__item::before {
    top: calc(15 / 16 * 1rem);
    left: calc(8 / 16 * 1rem);
    width: calc(20 / 16 * 1rem);
    height: calc(20 / 16 * 1rem);
  }
}

.school-target__card--dream .school-target__item::before {
  background: #9f783d;
}

.school-target__card--worry .school-target__item::before {
  background: #333;
}

.school-target__card--worry {
  -webkit-box-shadow: 5px 5px 30px 9px #333;
          box-shadow: 5px 5px 30px 9px #333;
}

.school-target__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .school-target__message {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(60 / 16 * 1rem);
  }
}

.school-target__text {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.94444;
  letter-spacing: calc(1.44 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .school-target__text {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.91667;
    letter-spacing: calc(2.88 / 16 * 1rem);
    text-align: center;
  }
}

.power {
  padding-block: calc(30 / 16 * 1rem) calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .power {
    padding-block: calc(80 / 16 * 1rem) calc(160 / 16 * 1rem);
  }
}

.power__inner {
  padding-inline: calc(50 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(60 / 16 * 1rem);
}

.power__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(8 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .power__list {
    gap: calc(28 / 16 * 1rem);
  }
}

.power__item {
  position: relative;
  padding-left: calc(20 / 16 * 1rem);
  font-size: calc(15 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.666667;
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .power__item {
    font-size: calc(36 / 16 * 1rem);
    padding-left: calc(70 / 16 * 1rem);
  }
}
.power__item::before {
  content: "";
  position: absolute;
  top: calc(8 / 16 * 1rem);
  left: calc(3 / 16 * 1rem);
  width: calc(12 / 16 * 1rem);
  height: calc(12 / 16 * 1rem);
  background: #9f783d;
}
@media screen and (min-width: 1180px) {
  .power__item::before {
    background: radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%);
    top: calc(7 / 16 * 1rem);
    left: calc(8 / 16 * 1rem);
    width: calc(50 / 16 * 1rem);
    height: calc(50 / 16 * 1rem);
  }
}

.content {
  padding-block: calc(60 / 16 * 1rem);
  background: url("../img/bg-gold-pc.webp") no-repeat center/cover;
}
@media screen and (min-width: 1180px) {
  .content {
    padding-block: calc(160 / 16 * 1rem);
  }
}

.community__content {
  background-image: url("../img/bg-gray-sp.webp");
}
@media screen and (min-width: 1180px) {
  .community__content {
    background-image: url("../img/bg-gray-pc.webp");
  }
}

.content__inner {
  padding-inline: calc(20 / 16 * 1rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .content__inner {
    max-width: calc(600 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .content__inner {
    gap: calc(100 / 16 * 1rem);
  }
}

.tag-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 / 16 * 1rem);
  max-width: calc(920 / 16 * 1rem);
  width: 100%;
}
@media screen and (min-width: 1180px) {
  .tag-cards {
    gap: calc(50 / 16 * 1rem);
  }
}

.tag-card {
  width: 100%;
}

.tag-card__heading {
  color: #fff;
  display: inline-block;
  padding: calc(13 / 16 * 1rem);
  background: radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%);
}
@media screen and (min-width: 1180px) {
  .tag-card__heading {
    font-size: calc(28 / 16 * 1rem);
    letter-spacing: calc(2.24 / 16 * 1rem);
    padding: calc(20 / 16 * 1rem) calc(68 / 16 * 1rem);
  }
}

.tag-card__text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16 / 16 * 1rem);
  border: 5px solid #9f783d;
  background: #fff;
  padding: calc(40 / 16 * 1rem) calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .tag-card__text-group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: calc(26 / 16 * 1rem);
    padding: calc(56 / 16 * 1rem) calc(120 / 16 * 1rem);
  }
}

@media screen and (min-width: 1180px) {
  .community-tag-card__text-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: calc(47 / 16 * 1rem) calc(60 / 16 * 1rem);
  }
}

.tag-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(4 / 16 * 1rem);
}

.tag-card__item {
  position: relative;
  padding-left: calc(20 / 16 * 1rem);
  line-height: 1.666667;
}
@media screen and (min-width: 1180px) {
  .tag-card__item {
    font-size: calc(19 / 16 * 1rem);
  }
}
.tag-card__item::before {
  content: "・";
  position: absolute;
  top: calc(0 / 16 * 1rem);
  left: calc(3 / 16 * 1rem);
}
.tag-card__item span {
  display: block;
}
.tag-card__item.mt-8 {
  margin-top: calc(8 / 16 * 1rem);
}

@media screen and (min-width: 1180px) {
  .community-tag-card__item {
    font-size: calc(24 / 16 * 1rem);
    padding-left: 1.2em;
  }
}

.tag-card__note {
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .tag-card__note {
    font-size: calc(19 / 16 * 1rem);
  }
}
.tag-card__note.center {
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .tag-card__note.center {
    text-align: start;
  }
}

.content__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 / 16 * 1rem);
}

.content__cta-text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: calc(22 / 16 * 1rem);
  line-height: 1.59091;
  letter-spacing: calc(1.76 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .content__cta-text {
    font-size: calc(36 / 16 * 1rem);
    letter-spacing: calc(2.28 / 16 * 1rem);
  }
}

.button-red {
  position: relative;
  width: calc(320 / 16 * 1rem);
  height: calc(60 / 16 * 1rem);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fff;
  background: radial-gradient(50% 50% at 50% 50%, #ff9595 0%, #ff5757 100%);
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: calc(0.9 / 16 * 1rem);
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1180px) {
  .button-red {
    width: calc(530 / 16 * 1rem);
    height: calc(90 / 16 * 1rem);
    font-size: calc(19 / 16 * 1rem);
    letter-spacing: calc(1.14 / 16 * 1rem);
  }
}
.button-red.arrow::after {
  position: absolute;
  content: "＞";
  top: 50%;
  font-size: calc(19 / 16 * 1rem);
  right: calc(27 / 16 * 1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button-red__mask {
  position: absolute;
  top: calc(-8 / 16 * 1rem);
  left: calc(-10 / 16 * 1rem);
  width: calc(100% + 20 / 16 * 1rem);
  height: calc(100% + 16 / 16 * 1rem);
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
@media screen and (min-width: 1180px) {
  .button-red__mask {
    top: calc(-12 / 16 * 1rem);
    left: calc(-15 / 16 * 1rem);
    width: calc(100% + 30 / 16 * 1rem);
    height: calc(100% + 24 / 16 * 1rem);
  }
}

.button-red__mask-text {
  color: #fff;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.66667;
  text-shadow: 0 calc(4 / 16 * 1rem) calc(4 / 16 * 1rem) rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1180px) {
  .button-red__mask-text {
    font-size: calc(18 / 16 * 1rem);
  }
}

.teacher-section {
  padding-block: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-section {
    padding-block: calc(160 / 16 * 1rem) calc(80 / 16 * 1rem);
  }
}

.teacher-section__inner {
  padding-inline: calc(20 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 / 16 * 1rem);
  max-width: calc(400 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .teacher-section__inner {
    max-width: calc(600 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .teacher-section__inner {
    padding-inline: calc(40 / 16 * 1rem);
    max-width: calc(1200 / 16 * 1rem);
    margin-inline: auto;
    gap: calc(110 / 16 * 1rem);
  }
}

.teacher-section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-section__heading {
    gap: calc(80 / 16 * 1rem);
  }
}

.teacher-section__lead {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.666667;
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-section__lead {
    font-size: calc(28 / 16 * 1rem);
    letter-spacing: calc(2.24 / 16 * 1rem);
  }
}

.teacher-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(60 / 16 * 1rem);
}

.teacher-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-cards {
    max-width: calc(970 / 16 * 1rem);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: calc(60 / 16 * 1rem) calc(120 / 16 * 1rem);
  }
}

.teacher-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.teacher-card__title {
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #f2dfaa 0%, #9f783d 100%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding-block: calc(8 / 16 * 1rem);
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-card__title {
    font-size: calc(28 / 16 * 1rem);
  }
}

.teacher-card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: calc(20 / 16 * 1rem) calc(24 / 16 * 1rem);
  border: 3px solid #9f783d;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-card-content {
    min-height: calc(450 / 16 * 1rem);
    padding: calc(24 / 16 * 1rem) calc(36 / 16 * 1rem);
    gap: calc(24 / 16 * 1rem);
  }
}

.teacher-card__position {
  font-size: calc(15 / 16 * 1rem);
  font-weight: 700;
  line-height: 1.666667;
  letter-spacing: calc(0.9 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-card__position {
    font-size: calc(19 / 16 * 1rem);
    height: calc(68 / 16 * 1rem);
  }
}

.teacher-card__text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-card__text-group {
    gap: calc(20 / 16 * 1rem);
  }
}

.teacher-card__text {
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.66667;
  letter-spacing: calc(0.9 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-card__text {
    font-size: calc(19 / 16 * 1rem);
    line-height: 1.76947;
    letter-spacing: calc(1.14 / 16 * 1rem);
  }
}

.teacher-section__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 / 16 * 1rem);
}

.teacher-section__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-section__lead {
    gap: calc(30 / 16 * 1rem);
  }
}

.teacher-section__message {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: calc(14 / 16 * 1rem);
  line-height: 2.33333;
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-section__message {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.91667;
    letter-spacing: calc(2.8 / 16 * 1rem);
  }
}

.teacher-section__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20 / 16 * 1rem);
}

.button-green {
  position: relative;
  width: calc(320 / 16 * 1rem);
  height: calc(60 / 16 * 1rem);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fff;
  background: radial-gradient(50% 50% at 50% 50%, #02c755 0%, #009e33 100%);
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: calc(0.9 / 16 * 1rem);
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1180px) {
  .button-green {
    width: calc(530 / 16 * 1rem);
    height: calc(90 / 16 * 1rem);
    font-size: calc(19 / 16 * 1rem);
  }
}

.teacher-section__note {
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .teacher-section__note {
    font-size: calc(19 / 16 * 1rem);
    letter-spacing: calc(1.6 / 16 * 1rem);
  }
}

.tuition {
  padding-block: calc(60 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .tuition {
    padding-block: calc(80 / 16 * 1rem) calc(160 / 16 * 1rem);
    gap: calc(90 / 16 * 1rem);
  }
}

.tuition__inner {
  padding-inline: calc(20 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) and (min-width: 1180px) {
  .tuition__inner {
    gap: calc(115 / 16 * 1rem);
  }
}

.tuition__table {
  display: grid;
  grid-template-columns: calc(110 / 16 * 1rem) 1fr;
  gap: calc(20 / 16 * 1rem);
  padding-block: calc(30 / 16 * 1rem) calc(40 / 16 * 1rem);
  border-block: 1px solid #333;
}
@media screen and (min-width: 1180px) {
  .tuition__table {
    grid-template-columns: calc(220 / 16 * 1rem) 1fr;
    padding: calc(90 / 16 * 1rem) calc(50 / 16 * 1rem) calc(100 / 16 * 1rem) calc(70 / 16 * 1rem);
    gap: calc(50 / 16 * 1rem) calc(40 / 16 * 1rem);
  }
}

.community-tuition__table {
  padding-inline: calc(30 / 16 * 1rem);
  grid-template-columns: calc(80 / 16 * 1rem) 1fr;
}
@media screen and (min-width: 1180px) {
  .community-tuition__table {
    width: calc(800 / 16 * 1rem);
    grid-template-columns: calc(380 / 16 * 1rem) 1fr;
  }
}

.tuition__term,
.tuition__desc {
  -ms-flex-item-align: end;
      align-self: end;
  display: inline;
  font-size: calc(15 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .tuition__term,
  .tuition__desc {
    font-size: calc(30 / 16 * 1rem);
  }
}
.tuition__term.form,
.tuition__desc.form {
  -ms-flex-item-align: start;
      align-self: start;
}

@media screen and (min-width: 1180px) {
  .pl {
    padding-left: calc(100 / 16 * 1rem);
  }
}

.tuition__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.tuition__price,
.tuition__emphasis {
  font-size: calc(22 / 16 * 1rem);
  font-weight: 700;
  line-height: 1.136364;
  letter-spacing: calc(1.76 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .tuition__price,
  .tuition__emphasis {
    font-size: calc(48 / 16 * 1rem);
  }
}

.tuition__emphasis {
  margin-inline: calc(4 / 16 * 1rem);
}

.voice {
  background: url("../img/bg-gold-pc.webp") no-repeat center/cover;
  padding-block: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .voice {
    padding-block: calc(160 / 16 * 1rem);
  }
}

.voice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(88 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .voice__inner {
    max-width: calc(952 / 16 * 1rem);
    gap: calc(115 / 16 * 1rem);
  }
}

.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(46 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .voice__list {
    gap: calc(80 / 16 * 1rem);
  }
}

.voice__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10 / 16 * 1rem);
  padding: calc(24 / 16 * 1rem) calc(20 / 16 * 1rem);
  border: 1px solid #f2dfaa;
  background: #fff;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.666667;
  letter-spacing: calc(0.9 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .voice__item {
    padding: calc(34 / 16 * 1rem) calc(87 / 16 * 1rem);
    border: 1px solid #333;
    font-size: calc(19 / 16 * 1rem);
    line-height: 1.78947;
    letter-spacing: calc(1.14 / 16 * 1rem);
  }
}

.voice__item-title {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1180px) {
  .voice__item-title {
    font-weight: 700;
  }
}

.community-voice__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .community-voice__text-box {
    gap: calc(20 / 16 * 1rem);
  }
}

.voice__text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1180px) {
  .voice__text-group {
    padding-inline: calc(40 / 16 * 1rem);
    gap: calc(20 / 16 * 1rem);
  }
}

@media screen and (min-width: 1180px) {
  .community-voice__text-group {
    padding-inline: 0;
  }
}

.community-voice__text {
  padding: 0;
}

.voice__emphasis {
  font-weight: 700;
}

.voice__label {
  position: absolute;
  right: 0;
  top: calc(-20 / 16 * 1rem);
  color: rgba(159, 120, 61, 0.4);
  font-family: "Source Serif Pro", serif;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: calc(1.6 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .voice__label {
    display: none;
  }
}

.voice__position {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-weight: 500;
}

.about__bg {
  background: url("../img/community-about-bg-sp.webp") center center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: calc(40 / 16 * 1rem);
  min-height: clamp(24.375rem, 16.563rem + 31.25vw, 40rem);
}
@media screen and (min-width: 1180px) {
  .about__bg {
    background: url("../img/community-about-bg-pc.webp") center center/cover no-repeat;
    padding-right: calc(70 / 16 * 1rem);
  }
}

.about__bg-lead {
  max-width: calc(400 / 16 * 1rem);
  margin-right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .about__bg-lead {
    max-width: calc(860 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .about__bg-lead {
    max-width: calc(1100 / 16 * 1rem);
  }
}

.about__bg-text {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(0.938rem, 0.281rem + 2.63vw, 2.25rem);
  line-height: 1.666667;
  letter-spacing: calc(1.2 / 16 * 1rem);
  text-shadow: 0 calc(4 / 16 * 1rem) calc(4 / 16 * 1rem) #fff;
}
.community-tag-card__heading {
  border-bottom: solid 1px #9f783d;
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1180px) {
  .community-tag-card__heading {
    display: inline-block;
    min-width: calc(400 / 16 * 1rem);
    padding: calc(20 / 16 * 1rem) calc(40 / 16 * 1rem);
  }
}

.community-feature {
  padding-block: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .community-feature {
    padding-block: calc(50 / 16 * 1rem);
  }
}

.community-feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(64 / 16 * 1rem);
  max-width: calc(400 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .community-feature__inner {
    max-width: calc(600 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .community-feature__inner {
    max-width: calc(1160 / 16 * 1rem);
    gap: calc(124 / 16 * 1rem);
  }
}

.community-feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .community-feature__items {
    gap: calc(50 / 16 * 1rem);
  }
}

.community-feature__item {
  width: 100%;
  border: calc(1 / 16 * 1rem) solid #333;
}

.community-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(10 / 16 * 1rem) calc(20 / 16 * 1rem) calc(30 / 16 * 1rem);
  gap: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .community-feature__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 calc(55 / 16 * 1rem) calc(30 / 16 * 1rem) calc(20 / 16 * 1rem);
  }
  .community-feature__content.item-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.community-feature__label {
  display: inline-block;
  min-width: calc(100 / 16 * 1rem);
  padding: calc(12 / 16 * 1rem) calc(15 / 16 * 1rem);
  color: #fff;
  background: radial-gradient(50% 50% at 50% 50%, #999 0%, #333 100%);
  font-size: calc(15 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: calc(1.2 / 16 * 1rem);
  gap: calc(14 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .community-feature__label {
    min-width: calc(200 / 16 * 1rem);
    font-size: calc(28 / 16 * 1rem);
    padding: calc(21 / 16 * 1rem) calc(46 / 16 * 1rem);
  }
}

.commuity-feature__label-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .commuity-feature__label-title.wide {
    letter-spacing: calc(7 / 16 * 1rem);
  }
}

.community-feature__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10 / 16 * 1rem);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1180px) {
  .community-feature__text-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(30 / 16 * 1rem);
  }
}

.community-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.community-feature__item-text {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.666667;
}
@media screen and (min-width: 1180px) {
  .community-feature__item-text {
    font-size: calc(24 / 16 * 1rem);
  }
}
.community-feature__item-text::before {
  content: "・";
  position: absolute;
  top: calc(0 / 16 * 1rem);
  left: calc(3 / 16 * 1rem);
}

.community-feature__text {
  padding-inline: calc(30 / 16 * 1rem);
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.666667;
  letter-spacing: calc(0.9 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .community-feature__text {
    font-size: calc(24 / 16 * 1rem);
    padding-inline: calc(20 / 16 * 1rem) 0;
  }
}

@media screen and (min-width: 1180px) {
  .community-feature__image {
    width: calc(400 / 16 * 1rem);
  }
}

.community-stepup {
  padding-block: calc(30 / 16 * 1rem) calc(60 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .community-stepup {
    padding-block: calc(50 / 16 * 1rem) calc(200 / 16 * 1rem);
  }
}

.community-stepup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 / 16 * 1rem);
}

.community-stepup__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 / 16 * 1rem);
}

.community-stepup__text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.94444;
  letter-spacing: calc(1.44 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .community-stepup__text {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.91667;
    letter-spacing: calc(2.88 / 16 * 1rem);
  }
}

.right-space {
  padding-right: calc(20 / 16 * 1rem);
}

.community-tuition__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 / 16 * 1rem);
}

.community-tuition__cta-text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  line-height: 2.33333;
  letter-spacing: calc(1.2 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .community-tuition__cta-text {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.91667;
    letter-spacing: calc(2.88 / 16 * 1rem);
  }
}

.community-tuition__cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .community-tuition__cta-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(28 / 16 * 1rem);
  }
}

.legal {
  padding-block: calc(100 / 16 * 1rem) calc(100 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(48 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .legal {
    gap: calc(100 / 16 * 1rem);
  }
}

.section-title {
  text-align: center;
  font-size: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 1180px) {
  .section-title {
    font-size: calc(32 / 16 * 1rem);
  }
}

.legal-inner {
  padding-inline: calc(24 / 16 * 1rem);
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .legal-inner {
    padding-inline: calc(40 / 16 * 1rem);
  }
}
@media screen and (min-width: 1180px) {
  .legal-inner {
    padding-inline: calc(48 / 16 * 1rem);
    max-width: calc(1400 / 16 * 1rem);
    margin-inline: auto;
    width: 100%;
  }
}

.legal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(48 / 16 * 1rem);
}

.legal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(8 / 16 * 1rem);
}

.legal-term {
  font-weight: 500;
  padding-bottom: calc(4 / 16 * 1rem);
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .legal-term {
    font-size: calc(18 / 16 * 1rem);
    padding-left: 6.5104166667%;
  }
}
@media screen and (min-width: 1180px) {
  .legal-term {
    font-size: calc(18 / 16 * 1rem);
    padding-left: 6.5104166667%;
  }
}

.legal-description {
  font-size: calc(14 / 16 * 1rem);
  padding-inline: 1.5625%;
}
@media screen and (min-width: 600px) and (max-width: 1179px) {
  .legal-description {
    font-size: calc(16 / 16 * 1rem);
    padding-left: 6.5104166667%;
  }
}
@media screen and (min-width: 1180px) {
  .legal-description {
    font-size: calc(16 / 16 * 1rem);
    padding-left: 6.5104166667%;
  }
}