@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

:where(figure) {
  margin: 0;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

ul li {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none;
}
a:active {
  outline: none !important;
  text-decoration: none;
}
a:hover {
  outline: none !important;
  text-decoration: none !important;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

input[type=checkbox],
input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

address {
  font-style: normal;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

@font-face {
  font-family: "CamptonExtraBold";
  src: url(../fonts/CamptonExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CamptonBold";
  src: url(../fonts/CamptonBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}
html:has(.js-open) {
  overflow: hidden;
}

body {
  font-size: 1.6rem;
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  background-color: #FAFAFA;
}
body:has(.js-open) {
  overflow: hidden;
}

@media (width >= 768px) {
  .pc-hidden {
    display: none;
  }
}

@media (width >= 900px) {
  .pc-hidden--lg {
    display: none;
  }
}

@media (width >= 980px) {
  .pc-hidden--sm-pc {
    display: none;
  }
}

.sp-hidden {
  display: none;
}
@media (width >= 768px) {
  .sp-hidden {
    display: block;
  }
}

.sp-hidden--lg {
  display: none;
}
@media (width >= 900px) {
  .sp-hidden--lg {
    display: block;
  }
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

main {
  overflow: hidden;
}

.cta-btn__wrapper {
  width: 100%;
  text-align: center;
}
.cta-btn__wrapper.is-fixed {
  position: fixed;
  z-index: 80;
  bottom: 4vw;
  left: 50%;
  translate: -50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cta-btn__wrapper.is-fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 110vw;
  height: calc(100% + 4vw);
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(0.5333333333vw);
  backdrop-filter: blur(0.5333333333vw);
}
.cta-btn__wrapper.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.cta-btn__wrapper.is-not-fixed {
  margin-top: -5.8666666667vw;
  background-color: #FFFFFF;
}
@media (width >= 768px) {
  .cta-btn__wrapper.is-not-fixed {
    margin-top: clamp(28px, -5.143px + 4.315vw, 57px);
    background-color: transparent;
  }
}

.cta-btn {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-btn.is-moving {
  -webkit-animation: btn_animation 1s infinite;
  animation: btn_animation 1s infinite;
}
.cta-btn:has(.cta-btn__link:hover) {
  opacity: 0.7;
  translate: 0 2px;
}
@media (width >= 768px) {
  .cta-btn {
    margin-left: -3px;
  }
}
@media (width >= 1200px) {
  .cta-btn {
    margin-left: 0;
  }
}

.cta-btn__head-text {
  position: absolute;
  z-index: 10;
  top: -4vw;
  left: 50%;
  translate: -50%;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.064vw;
  padding: 0.5333333333vw 1.8666666667vw;
  background-color: #E84C4C;
  white-space: nowrap;
}
.cta-btn__head-text span {
  font-family: "Jost", sans-serif;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.cta-btn__head-text::after {
  content: "";
  position: absolute;
  bottom: -1.0666666667vw;
  left: 50%;
  translate: -50%;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../img/polygon-cta-btn-sp.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .cta-btn__head-text {
    padding-top: clamp(4px, 1.714px + 0.298vw, 6px);
    padding-inline: clamp(11px, -3.857px + 1.935vw, 24px);
    padding-bottom: clamp(3px, -2.714px + 0.744vw, 8px);
    font-size: clamp(1rem, 3.143px + 0.893vw, 1.6rem);
    letter-spacing: clamp(0.2px, 0.063px + 0.018vw, 0.32px);
    top: calc(-1 * clamp(12px, 0.571px + 1.488vw, 22px));
  }
  .cta-btn__head-text::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: -6px;
  }
}
@media (width >= 1200px) {
  .cta-btn__head-text::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: -8px;
  }
}

.cta-btn__link {
  display: block;
  width: 69.3333333333vw;
  border-radius: 16.64vw;
  border: 0.2666666667vw solid #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #35D779), to(#16C872));
  background: linear-gradient(90deg, #35D779 50%, #16C872 100%);
  -webkit-box-shadow: 0 0 2.08vw 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2.08vw 0 rgba(0, 0, 0, 0.25);
  padding-block: 5.0666666667vw 4.2666666667vw;
  position: relative;
  z-index: 1;
  outline: none;
}
@media (any-hover: hover) {
  .cta-btn__link:hover {
    cursor: pointer;
    text-decoration: none;
  }
}
@media (width >= 768px) {
  .cta-btn__link {
    width: clamp(208px, -11.429px + 28.571vw, 400px);
    padding-block: clamp(16px, 0px + 2.083vw, 30px) clamp(12px, -0.571px + 1.637vw, 23px);
    border-radius: clamp(50px, -2.571px + 6.845vw, 96px);
    border-width: clamp(1px, -0.143px + 0.149vw, 2px);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  }
}

.cta-btn__text {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.0853333333vw;
  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;
  gap: 1.3333333333vw;
}
.cta-btn__text::after {
  content: "";
  width: 5.6vw;
  height: 5.6vw;
  background: url(../img/icon-cta-btn.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .cta-btn__text {
    font-size: clamp(1.3rem, -0.714px + 1.786vw, 2.5rem);
    letter-spacing: clamp(0.259px, -0.016px + 0.036vw, 0.5px);
    gap: clamp(4px, -0.571px + 0.595vw, 8px);
  }
  .cta-btn__text::after {
    width: clamp(17px, -0.143px + 2.232vw, 32px);
    height: clamp(17px, -0.143px + 2.232vw, 32px);
  }
}

.cta {
  padding-block: 5.8666666667vw 13.8666666667vw;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../img/cta-bg.webp) no-repeat center center/cover;
}
@media (width >= 768px) {
  .cta {
    padding-block: clamp(22px, 2.571px + 2.53vw, 39px) clamp(25px, 4.429px + 2.679vw, 43px);
  }
  .cta::before {
    width: calc(100% - 48px);
    left: 50%;
    translate: -50%;
    border-radius: clamp(8px, -1.143px + 1.19vw, 16px);
    background: url(../img/cta-bg-tb.webp) no-repeat center center/cover;
  }
}
@media (width >= 1200px) {
  .cta {
    overflow: hidden;
    background-color: transparent;
  }
  .cta::before {
    background: url(../img/cta-bg-pc.webp) no-repeat center center/cover;
  }
}
@media (width >= 1441px) {
  .cta {
    padding-block: clamp(39px, -285px + 22.5vw, 75px) clamp(45px, -405px + 31.25vw, 95px);
  }
  .cta::before {
    max-width: 1720px;
    left: 50%;
    translate: -50%;
  }
}

.cta__inner {
  width: min(100vw, 100%);
  padding-inline: 3.7333333333vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .cta__inner {
    width: 100%;
    padding-inline: 24px;
  }
}
@media (width >= 900px) {
  .cta__inner {
    width: min(1389px, 100%);
    padding-inline: clamp(40px, -556.667px + 66.296vw, 398px);
  }
}

.cta__head-sp {
  padding-left: 2.4vw;
}
@media (width >= 768px) {
  .cta__head-sp {
    padding-left: 9px;
    display: none;
  }
}

.cta__head-top {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0853333333vw;
}

.cta__head-center {
  margin-top: -0.5333333333vw;
  color: #FFFFFF;
  font-family: "Jost", sans-serif;
  font-size: 13.3333333333vw;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.2666666667vw;
}

.cta__head-bottom {
  margin-top: -1.0666666667vw;
  color: #FFFFFF;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0746666667vw;
}

.cta__head-pc {
  display: none;
}
@media (width >= 768px) {
  .cta__head-pc {
    text-align: center;
    display: block;
    color: #FFFFFF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0.48px;
  }
  .cta__head-pc .cta__head-text--accent {
    color: inherit;
    font-family: "Zen Old Mincho", serif;
    font-size: 4.2rem;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: 0.84px;
  }
  .cta__head-pc .cta__head-text--mt {
    display: block;
    margin-top: -4px;
  }
}
@media (width >= 1200px) {
  .cta__head-pc {
    text-align: center;
    color: #FFFFFF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(3rem, 0px + 3.333vw, 4.8rem);
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0.96px;
  }
  .cta__head-pc .cta__head-text--pl {
    display: inline-block;
    padding-left: 20px;
  }
  .cta__head-pc .cta__head-text--accent {
    color: inherit;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(5rem, 0px + 5.556vw, 8rem);
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: 1.6px;
  }
  .cta__head-pc .cta__head-text--large {
    color: inherit;
    font-family: inherit;
    font-size: clamp(3.2rem, -1.333px + 3.704vw, 5.2rem);
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: 1.04px;
  }
  .cta__head-pc .cta__head-text--mt {
    margin-top: -7px;
  }
}
@media (width >= 1400px) {
  .cta__head-pc {
    text-align: left;
  }
}

.cta__body {
  margin-top: 26.6666666667vw;
}
@media (width >= 768px) {
  .cta__body {
    margin-top: 23px;
  }
}
@media (width >= 1200px) {
  .cta__body {
    margin-top: 40px;
  }
}

.cta__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2vw;
}
@media (width >= 768px) {
  .cta__list {
    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;
    gap: clamp(4px, -12px + 2.083vw, 18px);
    margin-inline: auto;
  }
}
.cta__item {
  padding: 3.4666666667vw 2.9333333333vw;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0746666667vw;
  border-radius: 1.0666666667vw;
  background: linear-gradient(92deg, #EC72A5 1.13%, #F5B193 62.5%, #FDDF83 120.19%);
  white-space: nowrap;
  position: relative;
}
.cta__item::after {
  content: "";
  position: absolute;
  top: -1.6vw;
  left: 50%;
  translate: -50%;
  width: 4.8vw;
  height: 4.8vw;
  background: url(../img/icon-cta-check.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .cta__item {
    text-align: center;
    width: clamp(88px, 10.286px + 10.119vw, 156px);
    background: #FFFFFF;
    color: #F0909C;
    padding-top: clamp(8px, -8px + 2.083vw, 22px);
    padding-bottom: clamp(8px, 1.143px + 0.893vw, 14px);
    padding-inline: 0;
    border-radius: clamp(2.765px, -0.17px + 0.382vw, 5.333px);
    font-size: clamp(1.2rem, 1.714px + 1.339vw, 2.1rem);
    letter-spacing: clamp(0.24px, 0.034px + 0.027vw, 0.42px);
  }
  .cta__item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: calc(100% + clamp(2px, -0.286px + 0.298vw, 4px));
    height: calc(100% + clamp(2px, -0.286px + 0.298vw, 4px));
    border-radius: clamp(2.765px, -0.17px + 0.382vw, 5.333px);
    background: linear-gradient(92deg, #EC72A5 1.13%, #F5B193 62.5%, #FDDF83 120.19%);
  }
  .cta__item::after {
    top: calc(-1 * clamp(7px, 2.429px + 0.595vw, 11px));
    width: clamp(14px, -0.857px + 1.935vw, 27px);
    height: clamp(14px, -0.857px + 1.935vw, 27px);
    background: url(../img/icon-cta-check-pc.svg) no-repeat center center/cover;
  }
}

.cta-btn-pc__wrapper {
  position: fixed;
  z-index: 80;
  bottom: 3vh;
  bottom: 3svh;
  right: 3vw;
  width: 160px;
  height: 160px;
  scale: 0.8;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #35D779), to(#16C872));
  background: linear-gradient(90deg, #35D779 50%, #16C872 100%);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: btn_animation 1s infinite;
  animation: btn_animation 1s infinite;
}
.cta-btn-pc__wrapper.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .cta-btn-pc__wrapper:hover {
    cursor: pointer;
    opacity: 0.7;
    translate: 0 2px;
  }
}
@media (width >= 1200px) {
  .cta-btn-pc__wrapper {
    scale: 1;
    width: 200px;
    height: 200px;
  }
}
@media (width >= 1200px) {
  .cta-btn-pc__wrapper {
    bottom: 50px;
    right: 50px;
  }
}

.cta-btn-pc {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 90;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-btn-pc::before {
  content: "";
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
@media (any-hover: hover) {
  .cta-btn-pc:hover {
    cursor: pointer;
    opacity: 0.7;
    translate: 0 2px;
  }
}
@media (width >= 1200px) {
  .cta-btn-pc::before {
    width: 180px;
    height: 180px;
  }
}

.cta-btn-pc__head-text {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #35D779), to(#16C872));
  background: linear-gradient(90deg, #35D779 50%, #16C872 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px 3px 0px 3px;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.36px;
}
.cta-btn-pc__head-text span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.36px;
}
.cta-btn-pc__head-text::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 4px;
}
@media (width >= 1200px) {
  .cta-btn-pc__head-text {
    padding: 4px 16px 2px 9px;
    font-size: 1.8rem;
  }
}

.cta-btn-pc__link {
  display: block;
  text-align: left;
}

.cta-btn-pc__text {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.48px;
}
@media (width >= 1200px) {
  .cta-btn-pc__text {
    font-size: 2.4rem;
  }
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: translate(4px, 0px);
            transform: translate(4px, 0px);
  }
  5% {
    -webkit-transform: translate(-4px, 0px);
            transform: translate(-4px, 0px);
  }
  10% {
    -webkit-transform: translate(4px, 0px);
            transform: translate(4px, 0px);
  }
  15% {
    -webkit-transform: translate(-4px, 0px);
            transform: translate(-4px, 0px);
  }
  20% {
    -webkit-transform: translate(4px, 0px);
            transform: translate(4px, 0px);
  }
  25% {
    -webkit-transform: translate(-4px, 0px);
            transform: translate(-4px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes btn_animation {
  0% {
    -webkit-transform: translate(4px, 0px);
            transform: translate(4px, 0px);
  }
  5% {
    -webkit-transform: translate(-4px, 0px);
            transform: translate(-4px, 0px);
  }
  10% {
    -webkit-transform: translate(4px, 0px);
            transform: translate(4px, 0px);
  }
  15% {
    -webkit-transform: translate(-4px, 0px);
            transform: translate(-4px, 0px);
  }
  20% {
    -webkit-transform: translate(4px, 0px);
            transform: translate(4px, 0px);
  }
  25% {
    -webkit-transform: translate(-4px, 0px);
            transform: translate(-4px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.header {
  position: fixed;
  z-index: 100;
  top: 4vw;
  left: 50%;
  translate: -50%;
  width: calc(100% - 6.4vw);
  height: auto;
  background: #FFFFFF;
  border-radius: 25.6vw;
  padding-block: 2.4vw 2.9333333333vw;
}
@media (width >= 768px) {
  .header {
    top: 12px;
    width: calc(100% - 82px);
    border-radius: 96px;
    padding-block: 2px 2px;
  }
}
@media (width >= 1200px) {
  .header {
    top: 24px;
    width: calc(100% - 82px);
    border-radius: 96px;
    padding-block: 14px 16px;
  }
}

.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-inline: 4.2666666667vw;
}
@media (width >= 768px) {
  .header__inner {
    padding-inline: 32px 40px;
  }
}

.header__logo img {
  width: 30.6666666667vw;
}
@media (width >= 768px) {
  .header__logo img {
    width: 126px;
  }
}
@media (width >= 1200px) {
  .header__logo img {
    width: 156px;
  }
}

.header__nav {
  display: none;
}
@media (width >= 900px) {
  .header__nav {
    display: block;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.2666666667vw;
}
@media (width >= 768px) {
  .header__nav-list {
    gap: 16px;
  }
}
@media (width >= 900px) {
  .header__nav-list {
    gap: clamp(8px, -5.333px + 1.481vw, 16px);
  }
}
@media (width >= 1441px) {
  .header__nav-list {
    gap: clamp(16px, 4px + 0.833vw, 20px);
  }
}

.header__nav-item a {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.4rem, 10.667px + 0.37vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.32px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .header__nav-item a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media (width >= 1441px) {
  .header__nav-item a {
    font-size: clamp(1.6rem, 4px + 0.833vw, 2rem);
  }
}

.drawer-icon {
  width: 7.4666666667vw;
  height: 4.5333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: none !important;
}
.drawer-icon.js-open .drawer-icon__bar:nth-of-type(1) {
  width: 5.3333333333vw;
  rotate: 45deg;
  translate: 1.0666666667vw 1.8666666667vw;
}
.drawer-icon.js-open .drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.drawer-icon.js-open .drawer-icon__bar:nth-of-type(3) {
  width: 5.3333333333vw;
  rotate: -45deg;
  translate: 1.0666666667vw -1.8666666667vw;
}
@media (width >= 768px) {
  .drawer-icon {
    width: 28px;
    height: 17px;
  }
  .drawer-icon.js-open .drawer-icon__bar:nth-of-type(1) {
    width: 20px;
    translate: 4px 7px;
  }
  .drawer-icon.js-open .drawer-icon__bar:nth-of-type(3) {
    width: 20px;
    translate: 4px -7px;
  }
}
@media (width >= 900px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  width: 100%;
  height: 0.8vw;
  background-color: #0C0C0C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .drawer-icon__bar {
    height: 3px;
  }
}

.drawer {
  position: fixed;
  padding-top: 20.8vw;
  z-index: 90;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(3.2vw);
  backdrop-filter: blur(3.2vw);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.drawer.js-open {
  opacity: 0.96;
  visibility: visible;
}
@media (width >= 768px) {
  .drawer {
    padding-top: 16vw;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}

.drawer__inner {
  padding-inline: 5.3333333333vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .drawer__inner {
    padding-inline: 56px;
  }
}

.drawer__nav-item {
  border-bottom: 0.2666666667vw solid #F3F2F2;
}
.drawer__nav-item a {
  display: block;
  padding-block: 3.2vw 4vw;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0853333333vw;
  outline: none !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .drawer__nav-item a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media (width >= 768px) {
  .drawer__nav-item {
    border-bottom: 1px solid #F3F2F2;
  }
  .drawer__nav-item a {
    padding-block: 12px 15px;
    font-size: 2.4rem;
    letter-spacing: 0.32px;
  }
}

.fv {
  height: 223.7333333333vw;
  position: relative;
}
.fv::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../img/fv-bg.webp) no-repeat center center/cover;
}
@media (width >= 768px) {
  .fv {
    height: clamp(526px, 9.248px + 67.285vw, 816px);
  }
  .fv::before {
    background: url(../img/fv-bg-tb.webp) no-repeat center center/cover;
  }
}
@media (width >= 1200px) {
  .fv {
    height: clamp(963px, 813px + 12.5vw, 993px);
  }
  .fv::before {
    background: url(../img/fv-bg-pc.webp) no-repeat center center/cover;
  }
}
@media (width >= 1441px) {
  .fv {
    height: clamp(993px, -21px + 70.417vw, 1331px);
  }
}

.fv__inner {
  position: relative;
}

.fv__title {
  position: absolute;
  top: 21.0666666667vw;
  left: 2.4vw;
  width: 70.1333333333vw;
  height: auto;
  aspect-ratio: 263/147;
}
.fv__title img {
  width: 100%;
}
@media (width >= 768px) {
  .fv__title {
    width: clamp(325px, 75.534px + 32.483vw, 465px);
    height: auto;
    top: clamp(48px, -5.457px + 6.961vw, 78px);
    left: clamp(33px, 15.181px + 2.32vw, 43px);
  }
}
@media (width >= 1200px) {
  .fv__title {
    width: clamp(430px, 293.899px + 17.722vw, 542px);
    aspect-ratio: 542/234;
    top: 109px;
    left: clamp(6px, -54.759px + 7.911vw, 56px);
  }
}
@media (width >= 1441px) {
  .fv__title {
    width: clamp(542px, 38px + 35vw, 710px);
    top: clamp(114px, 36px + 5.417vw, 140px);
  }
}

.fv__context {
  position: absolute;
  top: 113.3333333333vw;
  left: 50%;
  translate: -50%;
}
@media (width >= 768px) {
  .fv__context {
    top: clamp(293px, 25.715px + 34.803vw, 443px);
    left: calc(50% + 3px);
  }
}
@media (width >= 1200px) {
  .fv__context {
    top: clamp(515px, 492.143px + 2.976vw, 535px);
    left: calc(50% - 23px);
  }
}
@media (width >= 1441px) {
  .fv__context {
    top: clamp(535px, 130px + 28.125vw, 670px);
  }
}

.fv__context-large {
  display: block;
  color: #FFFFFF;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  font-family: "Jost", sans-serif;
  font-size: 13.8666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2773333333vw;
  white-space: nowrap;
}
.fv__context-large span {
  display: inline-block;
  margin-left: -3.2vw;
}
@media (width >= 768px) {
  .fv__context-large {
    font-size: clamp(5.4rem, -11.93px + 8.585vw, 9.1rem);
    letter-spacing: clamp(1.08px, -0.844px + 0.251vw, 2.16px);
  }
  .fv__context-large span {
    margin-left: calc(-1 * clamp(8px, -2.691px + 1.392vw, 14px));
  }
}
@media (width >= 1200px) {
  .fv__context-large {
    font-size: clamp(9.1rem, 6px + 7.083vw, 10.8rem);
  }
}
@media (width >= 1441px) {
  .fv__context-large {
    font-size: clamp(10.8rem, -48px + 10.833vw, 16rem);
  }
}

.fv__context-small {
  display: block;
  text-align: right;
  margin-top: -5.3333333333vw;
  padding-right: 0.5333333333vw;
  color: #FFFFFF;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.096vw;
  white-space: nowrap;
}
@media (width >= 768px) {
  .fv__context-small {
    font-size: clamp(1rem, -7.819px + 2.32vw, 2rem);
    letter-spacing: clamp(0.2px, -0.156px + 0.046vw, 0.4px);
    margin-top: calc(-1 * clamp(18px, -19.42px + 4.872vw, 39px));
    padding-right: clamp(9px, -12.383px + 2.784vw, 21px);
  }
}
@media (width >= 1200px) {
  .fv__context-small {
    font-size: 2rem;
    letter-spacing: 0.4px;
    margin-top: -41px;
    padding-right: 2px;
  }
}
@media (width >= 1441px) {
  .fv__context-small {
    font-size: clamp(2rem, -40px + 4.167vw, 4rem);
    margin-top: calc(-1 * clamp(39px, -78px + 8.125vw, 78px));
  }
}

.fv__img-upper {
  position: absolute;
  top: 136vw;
  left: 50%;
  translate: -50%;
  width: 101.3333333333vw;
  height: auto;
  aspect-ratio: 380/148;
}
.fv__img-upper img {
  width: 100%;
}

.fv__img-bottom {
  position: absolute;
  top: 174.1333333333vw;
  left: 50%;
  translate: -50%;
  width: 76.8vw;
  height: auto;
  aspect-ratio: 288/114;
}
.fv__img-bottom img {
  width: 100%;
}

.fv__img-pc {
  position: absolute;
  top: clamp(375px, 36.439px + 44.084vw, 565px);
  left: 50%;
  translate: -50%;
  width: clamp(378px, -136.97px + 67.053vw, 667px);
}
.fv__img-pc img {
  width: 100%;
}
@media (width >= 1200px) {
  .fv__img-pc {
    top: clamp(665px, 505px + 13.333vw, 697px);
    left: calc(50% - clamp(0px, -17.013px + 2.215vw, 14px));
    translate: -50%;
    width: 756px;
    height: auto;
    aspect-ratio: 756/133;
  }
}
@media (width >= 1441px) {
  .fv__img-pc {
    width: clamp(756px, -324px + 75vw, 1116px);
    top: clamp(697px, 118px + 40.208vw, 890px);
  }
  .fv__img-pc img {
    width: 100%;
  }
}

@media (width >= 768px) {
  .bg-wrapper1 {
    position: relative;
  }
  .bg-wrapper1::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 690px;
    left: 0;
    width: 1408px;
    height: auto;
    aspect-ratio: 1408/1194;
    background: url(../img/introduction-bg-pc1.svg) no-repeat center center/cover;
  }
  .bg-wrapper1::after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 569px;
    right: 0;
    width: 563px;
    height: auto;
    aspect-ratio: 563/718;
    background: url(../img/introduction-bg-pc2.svg) no-repeat center center/cover;
  }
}
@media (width >= 1441px) {
  .bg-wrapper1::before {
    width: clamp(1408px, 358px + 72.917vw, 1758px);
  }
  .bg-wrapper1::after {
    width: clamp(563px, 53px + 35.417vw, 733px);
  }
}

.introduction {
  margin-top: 10.1333333333vw;
}
@media (width >= 768px) {
  .introduction {
    margin-top: clamp(0px, -46.177px + 6.013vw, 38px);
  }
}

.introduction__inner {
  width: min(100vw, 100%);
  padding-inline: 5.3333333333vw;
  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: 24.8vw;
}
@media (width >= 768px) {
  .introduction__inner {
    width: min(800px, 100%);
    padding-inline: 40px;
    margin-inline: auto;
    gap: 160px;
  }
}

@media (width >= 768px) {
  .introduction__wrapper:nth-of-type(1) {
    position: relative;
  }
  .introduction__wrapper:nth-of-type(1)::before {
    content: "about";
    position: absolute;
    text-transform: uppercase;
    top: 342px;
    left: -832px;
    color: #F3F2F2;
    font-family: "Albert Sans", sans-serif;
    font-size: 32rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 6.4px;
    rotate: 90deg;
  }
}
@media (width >= 1441px) {
  .introduction__wrapper:nth-of-type(1)::before {
    left: calc(-1 * clamp(832px, 82px + 52.083vw, 1082px));
  }
}

.introduction__head {
  padding-left: 0.8vw;
  margin-inline: auto;
  color: #0C0C0C;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1333333333vw;
  white-space: nowrap;
}
.introduction__head span {
  display: inline-block;
  margin-inline: 0.5333333333vw 1.3333333333vw;
  padding-inline: 2.1333333333vw 1.8666666667vw;
  background: linear-gradient(92deg, #EC72A5 1.13%, #F5B193 62.5%, #FDDF83 120.19%);
  color: #FFFFFF;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: 1.5;
  letter-spacing: inherit;
}
@media (width >= 768px) {
  .introduction__head {
    padding-left: 32px;
    font-size: 4.6rem;
    letter-spacing: 0.92px;
  }
  .introduction__head span {
    padding-inline: 10px;
    margin-inline: 9px 12px;
    padding-bottom: 1px;
  }
}

.introduction__body {
  margin-top: 6.4vw;
  padding: 6.4vw 5.3333333333vw 8.5333333333vw 5.3333333333vw;
  border-radius: 3.2vw;
  border: 0 solid #0C0C0C;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.97%, rgba(255, 255, 255, 0.95)), color-stop(134.91%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 53.97%, rgba(255, 255, 255, 0.7) 134.91%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.6666666667vw;
}
@media (width >= 768px) {
  .introduction__body {
    margin-top: 32px;
    border-radius: 12px;
    padding: 27px 40px 32px;
    -webkit-box-shadow: 0 0 12px 0 #FAFAFA;
            box-shadow: 0 0 12px 0 #FAFAFA;
    gap: 16px;
  }
}

.introduction__text {
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0853333333vw;
}
.introduction__text .introduction__text--accent {
  color: #DB7474;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
.introduction__text .introduction__text--bold {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
@media (width >= 768px) {
  .introduction__text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
  }
}

.recommend {
  margin-top: 24.8vw;
  margin-bottom: 25.6vw;
}
@media (width >= 768px) {
  .recommend {
    margin-top: 117px;
    margin-bottom: 192px;
  }
}

.recommend__inner {
  width: min(100vw, 100%);
  padding-inline: 5.3333333333vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .recommend__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -66.914px + 13.921vw, 100px);
    margin-inline: auto;
  }
}
@media (width >= 1200px) {
  .recommend__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -610px + 54.167vw, 170px);
    margin-inline: auto;
  }
}

.recommend__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1493333333vw;
  padding-bottom: 2.1333333333vw;
  position: relative;
}
.recommend__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #0C0C0C;
}
@media (width >= 768px) {
  .recommend__head {
    font-size: 4.4rem;
    letter-spacing: 0.88px;
    padding-bottom: 8px;
  }
  .recommend__head::after {
    height: 4px;
  }
}

.recommend__body {
  margin-top: 8.5333333333vw;
}
@media (width >= 768px) {
  .recommend__body {
    margin-top: 82px;
  }
}

.recommend__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: 6.6666666667vw;
}
@media (width >= 768px) {
  .recommend__list {
    gap: 32px;
  }
}
@media (width >= 980px) {
  .recommend__list {
    gap: 64px;
  }
}
@media (width >= 1200px) {
  .recommend__list {
    gap: 32px;
  }
}

.recommend__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: 4.2666666667vw;
}
.recommend__item.recommend__item--1 .recommend__item-text {
  padding-block: 4.2666666667vw 4.8vw;
  padding-inline: 11.2vw 7.2vw;
}
.recommend__item.recommend__item--1 .recommend__item-text span:nth-of-type(2) {
  margin-top: 1.8666666667vw;
  padding-left: 6.4vw;
}
.recommend__item.recommend__item--1 .recommend__item-text::before {
  background: url(../img/recommend-bg1.svg) no-repeat center center/cover;
}
.recommend__item.recommend__item--1 .recommend__item-icon {
  text-align: right;
}
.recommend__item.recommend__item--1 .recommend__item-icon span::before {
  background: url(../img/recommend1.svg) no-repeat center center/cover;
}
.recommend__item.recommend__item--2 .recommend__item-text {
  padding-block: 5.3333333333vw 6.4vw;
  text-align: center;
}
.recommend__item.recommend__item--2 .recommend__item-text::before {
  background: url(../img/recommend-bg2.svg) no-repeat center center/cover;
}
.recommend__item.recommend__item--2 .recommend__item-icon span::before {
  background: url(../img/recommend2.svg) no-repeat center center/cover;
}
.recommend__item.recommend__item--3 .recommend__item-text {
  font-size: 4vw;
  padding-block: 4.5333333333vw 5.0666666667vw;
  padding-inline: 6.4vw 2.6666666667vw;
}
.recommend__item.recommend__item--3 .recommend__item-text span:nth-of-type(2) {
  margin-top: 2.4vw;
  padding-left: 3.2vw;
}
.recommend__item.recommend__item--3 .recommend__item-text::before {
  background: url(../img/recommend-bg3.svg) no-repeat center center/cover;
}
.recommend__item.recommend__item--3 .recommend__item-icon {
  text-align: right;
}
.recommend__item.recommend__item--3 .recommend__item-icon span::before {
  background: url(../img/recommend3.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .recommend__item {
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recommend__item.recommend__item--1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recommend__item.recommend__item--1 .recommend__item-text {
    padding-block: 26px 18px;
    padding-inline: 72px 27px;
    width: 412px;
    height: auto;
    aspect-ratio: 572/175;
  }
  .recommend__item.recommend__item--1 .recommend__item-text span:nth-of-type(2) {
    margin-top: 7px;
    padding-left: 24px;
  }
  .recommend__item.recommend__item--1 .recommend__item-text::before {
    background: url(../img/recommend-bg1-pc.svg) no-repeat center center/cover;
  }
  .recommend__item.recommend__item--2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .recommend__item.recommend__item--2 .recommend__item-text {
    padding-block: 30px 24px;
    text-align: center;
    width: 403px;
    height: auto;
    aspect-ratio: 503/138;
  }
  .recommend__item.recommend__item--2 .recommend__item-text::before {
    background: url(../img/recommend-bg2-pc.svg) no-repeat center center/cover;
  }
  .recommend__item.recommend__item--3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recommend__item.recommend__item--3 .recommend__item-text {
    font-size: 1.7rem;
    padding-block: 27px 19px;
    padding-inline: 44px 10px;
    width: 422px;
    height: auto;
    aspect-ratio: 572/175;
  }
  .recommend__item.recommend__item--3 .recommend__item-text::before {
    background: url(../img/recommend-bg3-pc.svg) no-repeat center center/cover;
  }
  .recommend__item.recommend__item--3 .recommend__item-icon {
    text-align: right;
  }
}
@media (width >= 980px) {
  .recommend__item {
    font-size: 1.8rem;
    gap: 48px;
  }
  .recommend__item.recommend__item--1 .recommend__item-text {
    width: 432px;
  }
  .recommend__item.recommend__item--2 .recommend__item-text {
    width: 423px;
  }
  .recommend__item.recommend__item--3 .recommend__item-text {
    width: 466px;
    font-size: 1.9rem;
  }
}
@media (width >= 1200px) {
  .recommend__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
  .recommend__item.recommend__item--1 .recommend__item-text {
    padding-block: 37px 49px;
    padding-inline: 132px 33px;
    margin-inline: 29px 56px;
    width: 572px;
  }
  .recommend__item.recommend__item--1 .recommend__item-text span:nth-of-type(2) {
    margin-top: 19px;
    padding-left: 22px;
  }
  .recommend__item.recommend__item--1 .recommend__item-icon {
    text-align: right;
  }
  .recommend__item.recommend__item--1 .recommend__item-icon span {
    width: 427px;
  }
  .recommend__item.recommend__item--1 .recommend__item-icon span::before {
    background: url(../img/recommend1-pc.svg) no-repeat center center/cover;
  }
  .recommend__item.recommend__item--2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 72px;
  }
  .recommend__item.recommend__item--2 .recommend__item-text {
    margin-top: -3px;
    padding-block: 33px 35px;
    padding-inline: 92px 78px;
    text-align: center;
    width: 503px;
  }
  .recommend__item.recommend__item--2 .recommend__item-icon span {
    width: 416px;
  }
  .recommend__item.recommend__item--2 .recommend__item-icon span::before {
    background: url(../img/recommend2-pc.svg) no-repeat center center/cover;
  }
  .recommend__item.recommend__item--3 .recommend__item-text {
    font-size: 2.1rem;
    letter-spacing: 0.42px;
    padding-block: 37px 50px;
    padding-inline: 50px 48px;
    margin-inline: 28px 55px;
    width: 572px;
  }
  .recommend__item.recommend__item--3 .recommend__item-text span:nth-of-type(2) {
    margin-top: 20px;
    padding-left: 69px;
  }
  .recommend__item.recommend__item--3 .recommend__item-icon {
    text-align: right;
  }
  .recommend__item.recommend__item--3 .recommend__item-icon span {
    width: 427px;
  }
  .recommend__item.recommend__item--3 .recommend__item-icon span::before {
    background: url(../img/recommend3-pc.svg) no-repeat center center/cover;
  }
}

.recommend__item-text {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0853333333vw;
  position: relative;
}
.recommend__item-text span {
  display: inline-block;
}
.recommend__item-text::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (width >= 768px) {
  .recommend__item-text {
    font-size: 1.8rem;
    letter-spacing: 0.32px;
  }
}
@media (width >= 980px) {
  .recommend__item-text {
    font-size: 2rem;
  }
}
@media (width >= 1200px) {
  .recommend__item-text {
    font-size: 2.2rem;
    letter-spacing: 0.44px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.recommend__item-icon {
  height: 28.5333333333vw;
}
.recommend__item-icon span {
  display: inline-block;
  width: 59.2vw;
  height: 100%;
  position: relative;
}
.recommend__item-icon span::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (width >= 768px) {
  .recommend__item-icon {
    height: 107px;
  }
  .recommend__item-icon span {
    width: 222px;
  }
}
@media (width >= 1200px) {
  .recommend__item-icon {
    height: 214px;
  }
  .recommend__item-icon span {
    width: 222px;
  }
}

.steps {
  margin-top: 29.8666666667vw;
  margin-bottom: 31.2vw;
}
@media (width >= 768px) {
  .steps {
    margin-top: 120px;
    margin-bottom: 155px;
    position: relative;
  }
  .steps::before {
    content: "feature";
    position: absolute;
    z-index: -1;
    text-transform: uppercase;
    rotate: 90deg;
    color: #F3F2F2;
    font-family: "Albert Sans", sans-serif;
    font-size: 32rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 6.4px;
    top: 500px;
    left: -626px;
  }
}

.steps__inner {
  width: min(100vw, 100%);
  padding-inline: 5.3333333333vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .steps__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -325.714px + 47.619vw, 360px);
    margin-inline: auto;
  }
}

.steps__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: 2.1333333333vw;
}
@media (width >= 768px) {
  .steps__head {
    gap: 4px;
  }
}

.steps__sub-title {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096vw;
}
@media (width >= 768px) {
  .steps__sub-title {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
}

.steps__title {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1493333333vw;
}
.steps__title span {
  color: #DB7474;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media (width >= 768px) {
  .steps__title {
    font-size: clamp(4rem, 33.333px + 0.741vw, 4.4rem);
    letter-spacing: 0.88px;
  }
}

.steps__body {
  margin-top: 8.5333333333vw;
}
@media (width >= 768px) {
  .steps__body {
    margin-top: 48px;
  }
}

.steps__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: 26.1333333333vw;
}
@media (width >= 768px) {
  .steps__list {
    gap: 160px;
  }
}

.steps__item {
  margin: 0;
}
.steps__item.steps__item--1 .steps__item-img {
  border-radius: 1.0666666667vw;
  border: 0.2666666667vw solid #CFCFCF;
  overflow: hidden;
}
.steps__item.steps__item--2 .steps__item-img {
  border-radius: 1.9938666667vw 1.9938666667vw 1.4954666667vw 1.4954666667vw;
  background: #9EB3D9;
  overflow: hidden;
}
.steps__item.steps__item--3 .steps__item-num::before {
  content: "";
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
  width: 100%;
  height: 2.6666666667vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
}
.steps__item.steps__item--3 .steps__item-img {
  border-radius: 1.9938666667vw 1.9938666667vw 1.4954666667vw 1.4954666667vw;
  background: #9EB3D9;
  overflow: hidden;
}
@media (width >= 768px) {
  .steps__item.steps__item--1 .steps__item-img {
    border-radius: 16px;
  }
  .steps__item.steps__item--1 .steps__item-num {
    margin-top: -4px;
    padding-left: 18px;
  }
  .steps__item.steps__item--1 .steps__item-num span::before {
    top: -30px;
    left: -19px;
  }
  .steps__item.steps__item--1 .steps__item-title {
    margin-top: -128px;
    padding-left: 117px;
  }
  .steps__item.steps__item--2 .steps__item-img {
    border-radius: 16px 16px 12px 12px;
  }
  .steps__item.steps__item--2 .steps__item-num span {
    margin-top: 32px;
    padding-left: 8px;
  }
  .steps__item.steps__item--2 .steps__item-num span::before {
    top: -34px;
    left: 0;
  }
  .steps__item.steps__item--2 .steps__item-title {
    margin-top: -131px;
    padding-left: 117px;
  }
  .steps__item.steps__item--2 .steps__item-text {
    letter-spacing: 0.55px;
  }
  .steps__item.steps__item--3 .steps__item-img {
    border-radius: 16px;
  }
  .steps__item.steps__item--3 .steps__item-num::before {
    display: none;
  }
  .steps__item.steps__item--3 .steps__item-num span {
    margin-top: 29px;
    padding-left: 8px;
  }
  .steps__item.steps__item--3 .steps__item-num span::before {
    top: -30px;
    left: 0;
  }
  .steps__item.steps__item--3 .steps__item-title {
    margin-top: -127px;
    padding-left: 117px;
  }
  .steps__item.steps__item--3 .steps__item-text {
    margin-top: 2px;
    letter-spacing: 0.9px;
  }
}

.steps__item-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.steps__item-img img {
  width: 100%;
}

.steps__item-num {
  margin-top: -5.3333333333vw;
  position: relative;
  z-index: 1;
}
.steps__item-num span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2vw;
  color: #0C0C0C;
  -webkit-text-stroke-width: 0.12vw;
  -webkit-text-stroke-color: #0C0C0C;
  font-family: "Jost", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1706666667vw;
}
.steps__item-num span::before {
  content: "";
  width: 22.4vw;
  height: 5.8666666667vw;
  background: url(../img/step-point.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .steps__item-num {
    margin-top: -34px;
  }
  .steps__item-num span {
    -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: start;
    gap: 0;
    -webkit-text-stroke-width: 0.45px;
    -webkit-text-stroke-color: #0C0C0C;
    font-family: "Albert Sans", sans-serif;
    font-size: 7.2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1.44px;
  }
  .steps__item-num span::before {
    position: absolute;
    width: 108px;
    height: 44px;
    background: url(../img/step-point-pc.svg) no-repeat center center/cover;
  }
}

.steps__item-body {
  margin-top: -1.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.2666666667vw;
}
@media (width >= 768px) {
  .steps__item-body {
    margin-top: -5px;
    gap: 16px;
  }
}

.steps__item-title {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.096vw;
}
.steps__item-title span {
  display: inline-block;
  padding: 0.5333333333vw 1.6vw;
  background: #F3F2F2;
}
@media (width >= 768px) {
  .steps__item-title {
    position: relative;
    z-index: 1;
    font-size: 2.8rem;
    letter-spacing: 0.56px;
  }
  .steps__item-title span {
    padding: 4px 12px;
  }
}

.steps__item-text {
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0853333333vw;
}
@media (width >= 768px) {
  .steps__item-text {
    margin-top: 7px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
  }
}

.curriculum__wrapper {
  margin-top: 29.6vw;
  padding-bottom: 20vw;
  position: relative;
}
.curriculum__wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: 25.6vw;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
}
@media (width >= 768px) {
  .curriculum__wrapper {
    margin-top: 96px;
    padding-bottom: clamp(140px, 34.857px + 13.69vw, 232px);
  }
  .curriculum__wrapper::after {
    height: clamp(150px, 35.714px + 14.881vw, 250px);
  }
}

.curriculum {
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  background: #FFFFFF;
  padding-top: 23.4666666667vw;
  padding-bottom: 24.2666666667vw;
}
@media (width >= 768px) {
  .curriculum {
    border-radius: 48px 48px 0 0;
    padding-top: 150px;
    padding-bottom: 0;
  }
}

.curriculum__inner {
  width: min(100vw, 100%);
  padding-inline: 5.3333333333vw 4vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .curriculum__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -163.429px + 26.488vw, 218px);
    margin-inline: auto;
  }
}

.curriculum__head {
  text-align: center;
}

.curriculum__sub-title {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0853333333vw;
}
@media (width >= 768px) {
  .curriculum__sub-title {
    margin-top: 3px;
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
}

.curriculum__title {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1333333333vw;
}
@media (width >= 768px) {
  .curriculum__title {
    margin-top: 3px;
    font-size: 4.4rem;
    letter-spacing: 0.88px;
  }
}

.curriculum__body {
  margin-top: 7.4666666667vw;
}
@media (width >= 768px) {
  .curriculum__body {
    margin-top: 53px;
  }
}

.curriculum-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.8vw;
}
@media (width >= 768px) {
  .curriculum-8 {
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (width >= 980px) {
  .curriculum-8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (width >= 768px) {
  .curriculum-8__head {
    margin-top: 28px;
  }
}

.curriculum-8__head-title {
  padding-left: 0.5333333333vw;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1173333333vw;
  padding-bottom: 1.0666666667vw;
  border-bottom: 0.5333333333vw solid #0C0C0C;
}
.curriculum-8__head-title .curriculum-8__head-title--mt {
  display: block;
  margin-top: -1.3333333333vw;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.curriculum-8__head-title .curriculum-8__head-title--accent {
  color: #E84C4C;
  font-family: "Jost", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4266666667vw;
}
@media (width >= 768px) {
  .curriculum-8__head-title {
    padding-left: 2px;
    padding-bottom: 4px;
    font-size: 3.6rem;
    letter-spacing: 0.72px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
    position: relative;
  }
  .curriculum-8__head-title .curriculum-8__head-title--mt {
    margin-top: -63px;
    white-space: nowrap;
  }
  .curriculum-8__head-title .curriculum-8__head-title--accent {
    font-size: 9.6rem;
    letter-spacing: 4.8px;
  }
  .curriculum-8__head-title::after {
    content: "";
    position: absolute;
    bottom: 19px;
    left: 4px;
    width: calc(100% - 4px);
    height: 3px;
    border-radius: 32px;
    background-color: #0C0C0C;
  }
}
@media (width >= 980px) {
  .curriculum-8__head-title {
    font-size: clamp(2.8rem, 10.957px + 1.739vw, 3.6rem);
  }
}
@media (width >= 1200px) {
  .curriculum-8__head-title {
    margin: 0;
  }
}

.curriculum-8__head-text {
  margin-top: 6.1333333333vw;
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.0853333333vw;
  padding-left: 0.5333333333vw;
}
@media (width >= 768px) {
  .curriculum-8__head-text {
    margin-top: 13px;
    padding-left: 2px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
  }
}
@media (width >= 900px) {
  .curriculum-8__head-text {
    padding-left: 6px;
  }
}

@media (width >= 980px) {
  .curriculum-8__body {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    left: -43px;
  }
  .curriculum-8__body::before {
    content: "";
    position: absolute;
    top: -5px;
    left: clamp(140px, 67.565px + 7.391vw, 174px);
    width: 2px;
    height: 560px;
    background-color: #0C0C0C;
    rotate: 18deg;
  }
}

.curriculum-8__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: 6.4vw;
  padding-left: 2.4vw;
}
@media (width >= 768px) {
  .curriculum-8__list {
    gap: 31px;
    padding-left: 0;
  }
}

.curriculum-8__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.4vw;
}
.curriculum-8__item.curriculum-8__item--1 .curriculum-8__item-icon::before {
  background: url(../img/icon-curriculum1.svg) no-repeat center center/cover;
}
.curriculum-8__item.curriculum-8__item--2 .curriculum-8__item-icon::before {
  background: url(../img/icon-curriculum2.svg) no-repeat center center/cover;
}
.curriculum-8__item.curriculum-8__item--3 .curriculum-8__item-icon::before {
  background: url(../img/icon-curriculum3.svg) no-repeat center center/cover;
}
.curriculum-8__item.curriculum-8__item--4 .curriculum-8__item-icon::before {
  background: url(../img/icon-curriculum4.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .curriculum-8__item {
    gap: 24px;
  }
}
@media (width >= 980px) {
  .curriculum-8__item {
    gap: 17px;
  }
  .curriculum-8__item.curriculum-8__item--1 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .curriculum-8__item.curriculum-8__item--1 .curriculum-8__item-body {
    top: 7px;
  }
  .curriculum-8__item.curriculum-8__item--2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: clamp(50px, 39.348px + 1.087vw, 55px);
  }
  .curriculum-8__item.curriculum-8__item--2 .curriculum-8__item-body {
    top: 5px;
  }
  .curriculum-8__item.curriculum-8__item--3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: clamp(100px, 78.696px + 2.174vw, 110px);
  }
  .curriculum-8__item.curriculum-8__item--3 .curriculum-8__item-body {
    top: 4px;
  }
  .curriculum-8__item.curriculum-8__item--4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: clamp(150px, 118.043px + 3.261vw, 165px);
  }
  .curriculum-8__item.curriculum-8__item--4 .curriculum-8__item-body {
    top: 4px;
  }
}

.curriculum-8__item-icon {
  width: 28.8vw;
  height: 28.8vw;
  position: relative;
}
.curriculum-8__item-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (width >= 768px) {
  .curriculum-8__item-icon {
    width: 144px;
    height: 144px;
  }
}
@media (width >= 980px) {
  .curriculum-8__item-icon {
    width: clamp(120px, 68.87px + 5.217vw, 144px);
    height: clamp(120px, 68.87px + 5.217vw, 144px);
  }
}

.curriculum-8__item-context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0666666667vw;
}
@media (width >= 768px) {
  .curriculum-8__item-context {
    gap: 0;
    margin-top: -13px;
  }
}

.curriculum-8__item-title {
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.096vw;
}
@media (width >= 768px) {
  .curriculum-8__item-title {
    font-size: 2.2rem;
    letter-spacing: 0.44px;
  }
}

.curriculum-8__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 768px) {
  .curriculum-8__item-body {
    padding-left: 5px;
    position: relative;
  }
}

.curriculum-8__item-text {
  color: #0C0C0C;
  font-family: "Gothic A1";
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08vw;
}
@media (width >= 768px) {
  .curriculum-8__item-text {
    font-size: 1.7rem;
    letter-spacing: 0.34px;
  }
}

.curriculum-work {
  margin-top: 19.2vw;
  padding: 6.4vw 4.2666666667vw 8.5333333333vw;
  background: #FAFAFA;
}
@media (width >= 768px) {
  .curriculum-work {
    width: min(848px, 100%);
    margin-top: 102px;
    margin-inline: auto;
    padding: 45px 64px 48px;
  }
}

.curriculum-work__head-title {
  text-align: center;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1066666667vw;
}
.curriculum-work__head-title .curriculum-work__head-title--accent {
  display: inline-block;
  margin-top: 1.6vw;
  padding: 0.8vw 3.2vw;
  background-color: #E84C4C;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 6.4vw;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0.128vw;
}
.curriculum-work__head-title .curriculum-work__head-title--comma {
  display: none;
}
@media (width >= 768px) {
  .curriculum-work__head-title {
    font-size: 2.8rem;
    letter-spacing: 0.56px;
  }
  .curriculum-work__head-title .curriculum-work__head-title--accent {
    padding: 5px 12px 6px;
    font-size: 2.6rem;
    letter-spacing: 0.52px;
  }
  .curriculum-work__head-title .curriculum-work__head-title--comma {
    display: inline;
  }
}

.curriculum-work__head-text {
  color: #0C0C0C;
  margin-top: 6.4vw;
  font-family: "Gothic A1", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.0853333333vw;
}
@media (width >= 768px) {
  .curriculum-work__head-text {
    margin-top: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
  }
}

.curriculum-work__body {
  margin-top: 6.4vw;
}
@media (width >= 768px) {
  .curriculum-work__body {
    margin-top: 24px;
  }
}

.curriculum-work__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4vw;
}
@media (width >= 768px) {
  .curriculum-work__img-wrapper {
    gap: 24px;
  }
}
@media (width >= 900px) {
  .curriculum-work__img-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.curriculum-work__img img {
  width: 100%;
}
@media (width >= 900px) {
  .curriculum-work__img img {
    width: 348px;
  }
}

.curriculum-work__img-text {
  margin-top: 2.1333333333vw;
  text-align: center;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.096vw;
}
@media (width >= 768px) {
  .curriculum-work__img-text {
    margin-top: 16px;
    font-size: 2rem;
    letter-spacing: 0.4px;
  }
}

.curriculum-work__more {
  margin-top: 13.3333333333vw;
}
@media (width >= 768px) {
  .curriculum-work__more {
    margin-top: 33px;
  }
}

.curriculum-work__more-head {
  text-align: center;
}
.curriculum-work__more-head span {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1066666667vw;
}
@media (width >= 768px) {
  .curriculum-work__more-head span {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
}

.curriculum-work__more-title {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin-inline: auto;
  margin-top: 1.3333333333vw;
  padding-block: 2.1333333333vw 2.6666666667vw;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0906666667vw;
  position: relative;
}
.curriculum-work__more-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% + 8.5333333333vw);
  height: 0.5333333333vw;
  background-color: #0C0C0C;
}
.curriculum-work__more-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% + 8.5333333333vw);
  height: 0.5333333333vw;
  background-color: #0C0C0C;
}
@media (width >= 768px) {
  .curriculum-work__more-title {
    margin-top: 5px;
    padding-block: 8px 10px;
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
  .curriculum-work__more-title::before {
    width: calc(100% + 32px);
    height: 2px;
  }
  .curriculum-work__more-title::after {
    width: calc(100% + 32px);
    height: 2px;
  }
}

.curriculum-work__more-body {
  margin-top: 4.2666666667vw;
}
@media (width >= 768px) {
  .curriculum-work__more-body {
    margin-top: 16px;
  }
}

.curriculum-work__more-img {
  border-radius: 1.0666666667vw;
  overflow: hidden;
}
.curriculum-work__more-img img {
  width: 100%;
}
@media (width >= 768px) {
  .curriculum-work__more-img {
    border-radius: 16px 16px 12px 12px;
    overflow: hidden;
  }
}

.curriculum-work__more-text {
  margin-top: 6.4vw;
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.0853333333vw;
}
@media (width >= 768px) {
  .curriculum-work__more-text {
    margin-top: 26px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
  }
}

.curriculum-work__show {
  margin-top: 19.2vw;
}
@media (width >= 768px) {
  .curriculum-work__show {
    margin-top: 56px;
  }
}

.curriculum-work__show-title {
  color: #0C0C0C;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1066666667vw;
}
@media (width >= 768px) {
  .curriculum-work__show-title {
    font-size: 2.8rem;
    letter-spacing: 0.56px;
  }
}

.curriculum-work__video {
  margin-top: 2.1333333333vw;
  padding-right: 1.3333333333vw;
  border-radius: 1.8101333333vw;
  overflow: hidden;
}
.curriculum-work__video iframe {
  border-radius: 1.8101333333vw;
  width: 100%;
  max-width: 792px;
  height: auto;
  aspect-ratio: 16/9;
}
@media (width >= 768px) {
  .curriculum-work__video {
    margin-top: 14px;
    padding-right: 5px;
    border-radius: 16px;
    text-align: center;
  }
  .curriculum-work__video iframe {
    border-radius: 16px;
    height: 440px;
  }
}
@media (width >= 1200px) {
  .curriculum-work__video iframe {
    height: 440px;
  }
}

.prices {
  margin-top: 22.6666666667vw;
}
@media (width >= 768px) {
  .prices {
    margin-top: 76px;
  }
}

.prices__inner {
  width: min(100vw, 100%);
  padding-inline: 5.3333333333vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .prices__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -259.429px + 38.988vw, 302px);
    margin-inline: auto;
  }
}

.prices__head {
  text-align: center;
}

.prices__title {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1493333333vw;
}
@media (width >= 768px) {
  .prices__title {
    font-size: 4.4rem;
    letter-spacing: 0.88px;
  }
}

.prices__sub-title {
  display: inline-block;
  color: #0C0C0C;
  font-family: "Albert Sans", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1066666667vw;
}
@media (width >= 768px) {
  .prices__sub-title {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
}

.prices__body {
  margin-top: 6.4vw;
}
@media (width >= 768px) {
  .prices__body {
    margin-top: 33px;
  }
}

.prices__text {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin-inline: auto;
  padding-inline: 5.0666666667vw;
  color: #0C0C0C;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0853333333vw;
  position: relative;
}
.prices__text span {
  display: block;
}
.prices__text span:nth-of-type(2) {
  margin-top: -1.0666666667vw;
}
.prices__text::before, .prices__text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.8vw;
  height: 10.6666666667vw;
  border-radius: 13.3333333333vw;
  background-color: #0C0C0C;
}
.prices__text::before {
  left: 0;
  rotate: -20deg;
}
.prices__text::after {
  right: 0;
  rotate: 20deg;
}
@media (width >= 768px) {
  .prices__text span:nth-of-type(1) {
    font-size: 2rem;
    letter-spacing: 0.4px;
  }
  .prices__text span:nth-of-type(2) {
    margin-top: -4px;
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
  .prices__text::before, .prices__text::after {
    width: 3px;
    height: 60px;
    top: calc(50% + 8px);
    border-radius: 50px;
  }
  .prices__text::before {
    rotate: -30deg;
    left: clamp(11px, -23.286px + 4.464vw, 41px);
  }
  .prices__text::after {
    rotate: 30deg;
    right: clamp(11px, -23.286px + 4.464vw, 41px);
  }
}

.prices__img {
  margin-top: 6.4vw;
  text-align: center;
}
@media (width >= 768px) {
  .prices__img {
    margin-top: 24px;
  }
  .prices__img img {
    width: 669px;
  }
}

.prices-payment {
  margin-top: 8.5333333333vw;
}
@media (width >= 768px) {
  .prices-payment {
    margin-top: 24px;
  }
}

.prices-payment__title {
  color: #0C0C0C;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.096vw;
}
@media (width >= 768px) {
  .prices-payment__title {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
}

.prices-payment__body {
  margin-top: 4.2666666667vw;
}
@media (width >= 768px) {
  .prices-payment__body {
    margin-top: 16px;
  }
}

.prices-payment__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: 5.0666666667vw;
}
@media (width >= 768px) {
  .prices-payment__list {
    display: grid;
    grid-template-columns: repeat(3, 230px);
    place-content: center;
    gap: 16px;
  }
}

.prices-payment__item {
  padding-block: 2.6666666667vw;
  padding-inline: 11.2vw 2.6666666667vw;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0853333333vw;
  border-radius: 8.5333333333vw;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1333333333vw;
}
.prices-payment__item::before {
  content: "";
  width: 6.4vw;
  height: 6.4vw;
  background: url(../img/icon-prices-payment.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .prices-payment__item {
    font-size: 17px;
    padding-block: 10px;
    letter-spacing: 0.34px;
    padding-inline: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    display: grid;
    place-content: center;
    padding-left: 35px;
  }
  .prices-payment__item::before {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 50%;
    translate: 0 -50%;
  }
  .prices-payment__item.prices-payment__item--1::before {
    left: 25px;
  }
  .prices-payment__item.prices-payment__item--2::before {
    left: 68px;
  }
  .prices-payment__item.prices-payment__item--3::before {
    left: 58px;
  }
}

.prices-payment__context {
  margin-top: 4.8vw;
}
@media (width >= 768px) {
  .prices-payment__context {
    margin-top: 18px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-inline: auto;
  }
}

.prices-payment__text {
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0693333333vw;
}
@media (width >= 768px) {
  .prices-payment__text {
    margin-inline: auto;
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}

.prices-compare {
  margin-top: 12.8vw;
}
@media (width >= 768px) {
  .prices-compare {
    margin-top: 97px;
  }
}

.prices-compare__title {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin-inline: auto;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1013333333vw;
  padding-block: 2.4vw 3.4666666667vw;
  position: relative;
}
.prices-compare__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% + 8.5333333333vw);
  height: 0.5333333333vw;
  background-color: #0C0C0C;
}
.prices-compare__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% + 8.5333333333vw);
  height: 0.5333333333vw;
  background-color: #0C0C0C;
}
@media (width >= 768px) {
  .prices-compare__title {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
    padding-block: 9px 13px;
  }
  .prices-compare__title::before {
    width: calc(100% + 32px);
    height: 2px;
  }
  .prices-compare__title::after {
    width: calc(100% + 32px);
    height: 2px;
  }
}

.prices-compare__body {
  margin-top: 8.5333333333vw;
}
@media (width >= 768px) {
  .prices-compare__body {
    margin-top: 27px;
  }
}

.prices-compare__table-wrapper {
  padding-top: 3.2vw;
  padding-inline: 2.1333333333vw;
  padding-bottom: 0.8vw;
  overflow-x: scroll;
  position: relative;
}
.prices-compare__table-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 34.1333333333vw;
  width: 45.8666666667vw;
  height: 100%;
  background: linear-gradient(107deg, #EC72A5 12.44%, #F5B193 68.97%, #FDEC83 122.1%);
  border-radius: 3.2vw;
}
.prices-compare__table-wrapper::-webkit-scrollbar {
  opacity: 0;
  visibility: hidden;
}
@media (width >= 768px) {
  .prices-compare__table-wrapper {
    padding-top: 28px;
    padding-inline: 0;
    padding-bottom: 28px;
  }
  .prices-compare__table-wrapper::before {
    width: clamp(204px, 160.571px + 5.655vw, 242px);
    height: calc(100% - 8px);
    top: 50%;
    left: clamp(148px, 93.143px + 7.143vw, 196px);
    translate: 0 -50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    z-index: -1;
  }
}

.prices-compare__table {
  min-width: 163.2vw;
}
.prices-compare__table td,
.prices-compare__table th {
  border-left: none;
  border-right: none;
}
@media (width >= 768px) {
  .prices-compare__table {
    min-width: 612px;
  }
}

.prices-compare__table-body tr:nth-of-type(1) .prices-compare__table-main {
  padding-block: 4.2666666667vw 5.0666666667vw;
  font-family: "Jost", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 0.9;
  border-top: none;
  border-bottom: 0.1333333333vw solid #FFFFFF;
}
.prices-compare__table-body tr:nth-of-type(1) .prices-compare__table-other--1 {
  border-top: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.125;
  border-bottom: 0.1333333333vw solid #0C0C0C;
}
.prices-compare__table-body tr:nth-of-type(1) .prices-compare__table-other--2 {
  border-top: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.125;
  border-bottom: 0.1333333333vw solid #0C0C0C;
}
.prices-compare__table-body tr:nth-of-type(2) {
  position: relative;
}
.prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-head {
  top: -7.7333333333vw;
  padding-block: 6.4vw;
  font-size: 4.2666666667vw;
  line-height: 1.125;
  background: #7F7F7F;
  border-radius: 8px 0 0 0;
}
.prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-main {
  padding-block: 6.1333333333vw 5.8666666667vw;
  font-family: "CamptonBold", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 0.6428571429;
  border-bottom: 0.1333333333vw solid #FFFFFF;
}
.prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-main span {
  color: inherit;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 0.75;
}
.prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-other--1 {
  font-family: "CamptonExtraBold", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1;
  border-bottom: 0.1333333333vw solid #0C0C0C;
}
.prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-other--1 span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-other--2 {
  font-family: "CamptonExtraBold", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1;
  border-bottom: 0.1333333333vw solid #0C0C0C;
}
.prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-other--2 span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.prices-compare__table-body tr:nth-of-type(3) {
  position: relative;
}
.prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-head {
  top: -7.7333333333vw;
  padding-block: 7.4666666667vw 6.4vw;
  font-size: 4.2666666667vw;
  line-height: 1.125;
  background: #7F7F7F;
}
.prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-main {
  padding-block: 3.7333333333vw 3.7333333333vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 0.9;
  border-bottom: 0.1333333333vw solid #FFFFFF;
}
.prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-main span {
  display: inline-block;
  margin-top: 1.0666666667vw;
  color: inherit;
  font-family: inherit;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.5714285714;
}
.prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-other--1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 0.75;
  border-bottom: 0.1333333333vw solid #0C0C0C;
}
.prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-other--1 span {
  font-family: inherit;
  font-size: 3.4666666667vw;
  font-weight: inherit;
  line-height: 1.3846153846;
}
.prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-other--2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 0.75;
  border-bottom: 0.1333333333vw solid #0C0C0C;
}
.prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-other--2 span {
  font-family: inherit;
  font-size: 3.4666666667vw;
  font-weight: inherit;
  line-height: 1.3846153846;
}
.prices-compare__table-body tr:nth-of-type(4) {
  position: relative;
}
.prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-head {
  top: -7.7333333333vw;
  padding-block: 7.4666666667vw 6.4vw;
  font-size: 4.2666666667vw;
  line-height: 1.125;
  background: #7F7F7F;
}
.prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-main {
  padding-block: 3.7333333333vw 3.7333333333vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 0.9;
  border-bottom: 0.1333333333vw solid #FFFFFF;
}
.prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-main span {
  display: inline-block;
  margin-top: 1.0666666667vw;
  color: inherit;
  font-family: inherit;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.5714285714;
}
.prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-other--1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 0.75;
  border-bottom: 0.1333333333vw solid #0C0C0C;
}
.prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-other--1 span {
  font-family: inherit;
  font-size: 3.4666666667vw;
  font-weight: inherit;
  line-height: 1.3846153846;
}
.prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-other--2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 0.75;
  border-bottom: 0.1333333333vw solid #0C0C0C;
}
.prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-other--2 span {
  font-family: inherit;
  font-size: 3.4666666667vw;
  font-weight: inherit;
  line-height: 1.3846153846;
}
.prices-compare__table-body tr:nth-of-type(5) {
  position: relative;
}
.prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-head {
  top: -7.7333333333vw;
  padding-block: 7.4666666667vw 6.4vw;
  font-size: 4.2666666667vw;
  line-height: 1.125;
  background: #7F7F7F;
}
.prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-main {
  padding-block: 3.7333333333vw 3.7333333333vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 0.9;
  border-bottom: 0.1333333333vw solid #FFFFFF;
}
.prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-main span {
  display: inline-block;
  margin-top: 1.0666666667vw;
  color: inherit;
  font-family: inherit;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.5714285714;
}
.prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-other--1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 0.75;
  border-bottom: 0.1333333333vw solid #0C0C0C;
}
.prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-other--1 span {
  font-family: inherit;
  font-size: 3.4666666667vw;
  font-weight: inherit;
  line-height: 1.3846153846;
}
.prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-other--2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 0.75;
  border-bottom: 0.1333333333vw solid #0C0C0C;
}
.prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-other--2 span {
  font-family: inherit;
  font-size: 3.4666666667vw;
  font-weight: inherit;
  line-height: 1.3846153846;
}
.prices-compare__table-body tr:nth-of-type(6) {
  position: relative;
}
.prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-head {
  top: -8.5333333333vw;
  padding-block: 5.8666666667vw 4.5333333333vw;
  font-size: 4vw;
  line-height: 1.2;
  background: #7F7F7F;
  border-radius: 0 0 0 2.1333333333vw;
}
.prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-main {
  padding-block: 2.6666666667vw 4.2666666667vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 0.9166666667;
  border-bottom: none;
  border-top: 0.1333333333vw solid #FFFFFF;
}
.prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-main span {
  color: inherit;
  font-family: inherit;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.5714285714;
}
.prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-other--1 {
  border-bottom: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 0.75;
}
.prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-other--1 span {
  font-family: inherit;
  font-size: 3.4666666667vw;
  font-weight: inherit;
  line-height: 1.3846153846;
}
.prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-other--2 {
  border-bottom: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 0.75;
}
.prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-other--2 span {
  font-family: inherit;
  font-size: 3.4666666667vw;
  font-weight: inherit;
  line-height: 1.3846153846;
}
@media (width >= 768px) {
  .prices-compare__table-body tr:nth-of-type(1) .prices-compare__table-main {
    padding-block: 19px 30px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 0.75;
    border-top: none;
    border-bottom: 0.5px solid #FFFFFF;
  }
  .prices-compare__table-body tr:nth-of-type(1) .prices-compare__table-main span {
    display: inline-block;
  }
  .prices-compare__table-body tr:nth-of-type(1) .prices-compare__table-other--1 {
    font-size: 18px;
    line-height: 1;
    height: 66px;
    border-bottom: 0.5px solid #0C0C0C;
  }
  .prices-compare__table-body tr:nth-of-type(1) .prices-compare__table-other--2 {
    font-size: 18px;
    line-height: 1;
    height: 66px;
    border-bottom: 0.5px solid #0C0C0C;
  }
  .prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-head {
    top: 0;
    padding-block: 24px;
    border-radius: 16px 0 0 0;
    font-size: 1.8rem;
    line-height: 1;
  }
  .prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-main {
    font-size: 2.8rem;
    border-top: none;
    border-bottom: 0.5px solid #FFFFFF;
    padding-block: 14px 21px;
  }
  .prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-main span {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 0.6428571429;
  }
  .prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-other--1 {
    font-size: 2rem;
    line-height: 0.9;
    padding-block: 16px 20px;
    height: 66px;
    border-bottom: 0.5px solid #0C0C0C;
  }
  .prices-compare__table-body tr:nth-of-type(2) .prices-compare__table-other--2 {
    font-size: 2rem;
    line-height: 0.9;
    padding-block: 16px 20px;
    height: 66px;
    border-bottom: 0.5px solid #0C0C0C;
  }
  .prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-head {
    top: 0;
    padding-block: 28px 24px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-main {
    font-size: 2.4rem;
    line-height: 0.75;
    border-top: none;
    border-bottom: 0.5px solid #FFFFFF;
    padding-block: 14px 19px;
  }
  .prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-main span {
    margin-top: 4px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-other--1 {
    font-size: 18px;
    line-height: 1;
    padding-block: 22px 25px;
    height: 86px;
    border-bottom: 0.5px solid #0C0C0C;
  }
  .prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-other--1 span {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-other--2 {
    font-size: 18px;
    line-height: 1;
    padding-block: 22px 25px;
    height: 86px;
    border-bottom: 0.5px solid #0C0C0C;
  }
  .prices-compare__table-body tr:nth-of-type(3) .prices-compare__table-other--2 span {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-head {
    top: 0;
    padding-block: 28px 24px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-main {
    font-size: 2.4rem;
    line-height: 0.75;
    border-top: none;
    border-bottom: 0.5px solid #FFFFFF;
    padding-block: 14px 19px;
  }
  .prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-main span {
    margin-top: 4px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-other--1 {
    font-size: 18px;
    line-height: 1;
    padding-block: 22px 25px;
    height: 86px;
    border-bottom: 0.5px solid #0C0C0C;
  }
  .prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-other--1 span {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-other--2 {
    font-size: 18px;
    line-height: 1;
    padding-block: 22px 25px;
    height: 86px;
    border-bottom: 0.5px solid #0C0C0C;
  }
  .prices-compare__table-body tr:nth-of-type(4) .prices-compare__table-other--2 span {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-head {
    top: 0;
    padding-block: 28px 24px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-main {
    font-size: 2.4rem;
    line-height: 0.75;
    border-top: none;
    border-bottom: 0.5px solid #FFFFFF;
    padding-block: 14px 19px;
  }
  .prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-main span {
    margin-top: 4px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-other--1 {
    font-size: 18px;
    line-height: 1;
    padding-block: 22px 25px;
    height: 86px;
    border-bottom: 0.5px solid #0C0C0C;
  }
  .prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-other--1 span {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-other--2 {
    font-size: 18px;
    line-height: 1;
    padding-block: 22px 25px;
    height: 86px;
    border-bottom: 0.5px solid #0C0C0C;
  }
  .prices-compare__table-body tr:nth-of-type(5) .prices-compare__table-other--2 span {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-head {
    top: 0;
    border-radius: 0 0 0 16px;
    font-size: 1.8rem;
    line-height: 1;
    padding-block: 24px 20px;
  }
  .prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-main {
    font-size: 2.4rem;
    border-top: none;
    border-bottom: none;
    padding-block: 23px 16px;
  }
  .prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-main span {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-other--1 {
    font-size: 18px;
    line-height: 1;
    height: 86px;
  }
  .prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-other--1 span {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-other--2 {
    font-size: 18px;
    line-height: 1;
    height: 86px;
  }
  .prices-compare__table-body tr:nth-of-type(6) .prices-compare__table-other--2 span {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}

.prices-compare__table-head {
  position: relative;
  border-top: none;
  border-bottom: none;
  color: #FFFFFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  width: 32vw;
  padding-inline: 0;
  letter-spacing: 0;
}
@media (width >= 768px) {
  .prices-compare__table-head {
    width: 198px;
    position: relative;
    z-index: -10;
  }
}

.prices-compare__table-main {
  color: #FFFFFF;
  text-align: center;
  background-color: transparent;
  width: 45.8666666667vw;
  padding-inline: 0;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
@media (width >= 768px) {
  .prices-compare__table-main {
    width: 242px;
  }
}

.prices-compare__table-other {
  color: rgba(12, 12, 12, 0.7);
  text-align: center;
  width: 42.6666666667vw;
  padding-inline: 0;
  background-color: #FFFFFF;
  position: relative;
  z-index: -10;
}
@media (width >= 768px) {
  .prices-compare__table-other {
    width: 200px;
  }
}

.prices-compare__scroll {
  display: inline-block;
}

.prices-compare__scroll-container {
  margin-top: 0.5333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1333333333vw;
  padding-left: 17px;
}
@media (width >= 768px) {
  .prices-compare__scroll-container {
    margin-top: 2px;
    gap: 8px;
    display: none;
  }
}

.prices-compare__scroll-text {
  color: #0C0C0C;
  font-family: "Jost", sans-serif;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1013333333vw;
}
@media (width >= 768px) {
  .prices-compare__scroll-text {
    font-size: 19px;
    letter-spacing: 0.38px;
  }
}

.prices-compare__scroll-bar {
  position: relative;
  width: 100%;
  height: 0.5333333333vw;
}
.prices-compare__scroll-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38.4vw;
  height: 100%;
  background-color: #0C0C0C;
}
@media (width >= 768px) {
  .prices-compare__scroll-bar {
    height: 2px;
  }
  .prices-compare__scroll-bar::before {
    width: 144px;
  }
}

.voices {
  margin-block: 19.2vw 34.4vw;
}
@media (width >= 768px) {
  .voices {
    margin-block: 126px 105px;
  }
}

.voices__inner {
  margin-inline: auto;
}
@media (width >= 1200px) {
  .voices__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -51.429px + 11.905vw, 120px);
  }
}

.voices__head {
  text-align: center;
}

.voices__title {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1493333333vw;
}
@media (width >= 768px) {
  .voices__title {
    font-size: 4.4rem;
    letter-spacing: 0.88px;
  }
}

.voices__sub-title {
  color: #0C0C0C;
  font-family: "Albert Sans", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1066666667vw;
}
@media (width >= 768px) {
  .voices__sub-title {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
}

.voices__body {
  margin-top: 9.6vw;
}
@media (width >= 768px) {
  .voices__body {
    margin-top: 48px;
  }
}

.voices__swiper-container,
.voices__swiper,
.voices__swiper-wrapper,
.voices__swiper-slide {
  position: relative;
}
.voices__swiper-container {
  padding-bottom: 1.6vw;
}
@media (width >= 768px) {
  .voices__swiper-container {
    padding-bottom: 6px;
  }
}

.voices__swiper-slide {
  height: auto;
}
.voices__swiper-slide:not(.swiper-slide-active) .voices__card {
  translate: 0 6px;
}
@media (width >= 768px) {
  .voices__swiper-slide:not(.swiper-slide-active) .voices__card {
    translate: 0;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  height: 10.6666666667vw;
  background-color: #7F7F7F;
}
@media (width >= 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 40px;
  }
}

.swiper-button-prev {
  bottom: -15.2vw;
  left: calc(50% - 14.9333333333vw);
  translate: -50%;
  width: 10.6666666667vw;
  border-radius: 50%;
}
.swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background: url(../img/icon-swiper-arrow-left.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .swiper-button-prev {
    bottom: -50px;
    left: calc(50% - 56px);
    width: 40px;
  }
  .swiper-button-prev::after {
    width: 16px;
    height: 16px;
  }
}

.swiper-button-next {
  bottom: -15.2vw;
  left: calc(50% + 7.4666666667vw);
  translate: -50%;
  width: 25.6vw;
  border-radius: 8.5333333333vw;
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3.2vw;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background: url(../img/icon-swiper-arrow-right.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .swiper-button-next {
    bottom: -50px;
    left: calc(50% + 28px);
    width: 96px;
    border-radius: 32px;
  }
  .swiper-button-next::after {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}

.voices__card {
  height: 100%;
  position: relative;
  padding-bottom: 8vw;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.voices__card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 14.9333333333vw;
  left: 0;
  width: 100%;
  height: calc(100% - 16.8vw);
  background-color: #FFFFFF;
}
@media (width >= 768px) {
  .voices__card {
    padding-bottom: 30px;
  }
  .voices__card::before {
    top: 44px;
    height: calc(100% - 56px);
  }
}

.voices__card-img {
  text-align: center;
  position: relative;
  z-index: 1;
}
.voices__card-img::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 31.4666666667vw;
  height: 100%;
  border-radius: 50%;
  border: 0.8vw solid #0C0C0C;
}
.voices__card-img img {
  width: 31.4666666667vw;
}
@media (width >= 768px) {
  .voices__card-img::before {
    width: 124px;
    border-width: 3px;
  }
  .voices__card-img img {
    width: 124px;
  }
}

.voices__card-context {
  margin-top: 4.5333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 768px) {
  .voices__card-context {
    margin-top: 14px;
  }
}

.voices__card-name {
  margin-inline: auto;
  padding: 1.0666666667vw 4.2666666667vw 0.5333333333vw;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  background-color: #5BBEEB;
  color: #FFFFFF;
  font-family: "Gothic A1", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0693333333vw;
}
@media (width >= 768px) {
  .voices__card-name {
    padding: 4px 16px 7px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
  }
}

.voices__card-title {
  margin-top: 1.6vw;
  padding-inline: 4.2666666667vw;
  color: #0C0C0C;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.096vw;
}
@media (width >= 768px) {
  .voices__card-title {
    margin-top: 5px;
    padding-inline: 16px;
    font-size: 2rem;
    letter-spacing: 0.4px;
  }
}
@media (width >= 980px) {
  .voices__card-title {
    font-size: 1.8rem;
    letter-spacing: 0.4px;
  }
}
@media (width >= 1200px) {
  .voices__card-title {
    font-size: 2rem;
    letter-spacing: 0.4px;
  }
}

.voices__card-text {
  padding-inline: 6.6666666667vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 4.2666666667vw;
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.0693333333vw;
}
@media (width >= 768px) {
  .voices__card-text {
    margin-top: 16px;
    padding-inline: 33px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    line-height: 1.6;
  }
}

.teacher {
  margin-top: 23.7333333333vw;
}
@media (width >= 768px) {
  .teacher {
    margin-top: 110px;
    position: relative;
  }
  .teacher::before {
    content: "message";
    position: absolute;
    z-index: -1;
    text-transform: uppercase;
    top: 550px;
    left: -680px;
    color: #F3F2F2;
    font-family: "Albert Sans", sans-serif;
    font-size: 32rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 6.4px;
    rotate: 90deg;
  }
}

.teacher__inner {
  width: min(100vw, 100%);
  padding-inline: 5.3333333333vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .teacher__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -274.286px + 40.923vw, 315px);
  }
}

.teacher__head {
  text-align: center;
}

.teacher__sub-title {
  display: inline-block;
  margin-left: -1.8666666667vw;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096vw;
  white-space: nowrap;
}
@media (width >= 768px) {
  .teacher__sub-title {
    margin-left: -7px;
    font-size: 2.4rem;
    letter-spacing: 0.48px;
    padding-left: 6px;
  }
}

.teacher__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1706666667vw;
  padding-bottom: 2.1333333333vw;
  position: relative;
}
.teacher__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #0C0C0C;
}
@media (width >= 768px) {
  .teacher__title {
    font-size: 4.4rem;
    letter-spacing: 0.88px;
    padding-bottom: 10px;
  }
  .teacher__title::after {
    height: 4px;
  }
}

.teacher__body {
  margin-top: 6.4vw;
}
@media (width >= 768px) {
  .teacher__body {
    margin-top: 72px;
  }
}

.teacher-about {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1706666667vw;
  padding: 6.4vw 6.1333333333vw 9.3333333333vw;
  border-radius: 6.4vw;
  background: linear-gradient(92deg, #EC72A5 1.13%, #F5B193 62.5%, #FDDF83 120.19%);
}
@media (width >= 768px) {
  .teacher-about {
    border-radius: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.64px;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 24px clamp(12px, -10.857px + 2.976vw, 32px) 48px;
  }
}

.teacher-about__img {
  border-radius: 3.2vw;
  overflow: hidden;
}
.teacher-about__img img {
  width: 77.3333333333vw;
  height: auto;
  aspect-ratio: 290/344;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (width >= 768px) {
  .teacher-about__img {
    margin-top: -5px;
    border-radius: 32px;
  }
  .teacher-about__img img {
    width: 280px;
    height: auto;
    aspect-ratio: 280/344;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.teacher-about__body {
  margin-top: -8.8vw;
}
@media (width >= 768px) {
  .teacher-about__body {
    margin-top: -47px;
  }
}

.teacher-about__title .teacher-about__title--upper {
  display: inline-block;
  background-color: #FFFFFF;
  padding-inline: 2.6666666667vw;
  padding-bottom: 1.0666666667vw;
  color: #0C0C0C;
  font-family: "Albert Sans", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1493333333vw;
}
.teacher-about__title .teacher-about__title--upper span {
  color: inherit;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.teacher-about__title .teacher-about__title--bottom {
  margin-top: 1.0666666667vw;
  display: inline-block;
  background-color: #FFFFFF;
  padding-inline: 2.6666666667vw;
  padding-bottom: 0.5333333333vw;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1066666667vw;
}
@media (width >= 768px) {
  .teacher-about__title .teacher-about__title--upper {
    padding-inline: 10px;
    font-size: 3.6rem;
    letter-spacing: 0.72px;
    padding-bottom: 0;
  }
  .teacher-about__title .teacher-about__title--bottom {
    margin-top: 4px;
    padding-inline: 10px;
    padding-bottom: 2px;
    font-size: 2rem;
    letter-spacing: 0.4px;
  }
}

.teacher-about__text {
  margin-top: 17px;
}
.teacher-about__text span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px 3px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.48px;
  background-color: #fff;
}
.teacher-about__text span.teacher-about__text--mt {
  padding: 0;
  margin-top: 6px;
}

.teacher-about__lead {
  margin-top: 3.4666666667vw;
  padding-left: 0.8vw;
  color: #FFFFFF;
  font-family: "CamptonBold", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1066666667vw;
}
@media (width >= 768px) {
  .teacher-about__lead {
    margin-top: 22px;
    padding-left: 3px;
    font-size: 2rem;
    letter-spacing: 0.4px;
  }
}

.teacher-about__list {
  margin-top: 0.2666666667vw;
}
@media (width >= 768px) {
  .teacher-about__list {
    margin-top: 1px;
  }
}

.teacher-about__item {
  color: #FFFFFF;
  font-family: "Gothic A1", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08vw;
  padding-left: 1em;
  position: relative;
}
.teacher-about__item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media (width >= 768px) {
  .teacher-about__item {
    font-size: clamp(1.4rem, 12.857px + 0.149vw, 1.5rem);
    letter-spacing: 0.3px;
  }
}

.teacher-msg {
  margin-top: 8.5333333333vw;
}
.teacher-msg:has(.is-active) .teacher-msg__text--gray {
  opacity: 1;
}
@media (width >= 768px) {
  .teacher-msg {
    margin-top: 48px;
  }
}

.teacher-msg__title {
  padding-block: 2.6666666667vw 3.2vw;
  padding-inline: 3.2vw;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin-inline: auto;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1013333333vw;
  position: relative;
}
.teacher-msg__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% - 3.2vw);
  height: 0.5333333333vw;
  background-color: #0C0C0C;
}
.teacher-msg__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% - 3.2vw);
  height: 0.5333333333vw;
  background-color: #0C0C0C;
}
@media (width >= 768px) {
  .teacher-msg__title {
    padding-block: 10px 12px;
    padding-inline: 12px;
    font-size: clamp(2.5rem, 21.571px + 0.446vw, 2.8rem);
    letter-spacing: 0.56px;
  }
  .teacher-msg__title::before {
    width: calc(100% - 12px);
    height: 2px;
  }
  .teacher-msg__title::after {
    width: calc(100% - 12px);
    height: 2px;
  }
}

.teacher-msg__body {
  margin-top: 6.1333333333vw;
  padding: 5.3333333333vw 5.3333333333vw 8.5333333333vw;
  border-radius: 3.2vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.97%, rgba(255, 255, 255, 0.95)), color-stop(134.91%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 53.97%, rgba(255, 255, 255, 0.7) 134.91%);
  -webkit-backdrop-filter: blur(0.5333333333vw);
  backdrop-filter: blur(0.5333333333vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5333333333vw;
}
@media (width >= 768px) {
  .teacher-msg__body {
    margin-top: 25px;
    margin-inline: 45px;
    padding: 32px 40px 40px;
    -webkit-box-shadow: 0 0 12px 0 #FAFAFA;
            box-shadow: 0 0 12px 0 #FAFAFA;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    gap: 16px;
  }
}

.teacher-msg__text {
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0853333333vw;
}
.teacher-msg__text.teacher-msg__text--lh {
  line-height: 1.625;
}
.teacher-msg__text.teacher-msg__text--gray {
  opacity: 0.6;
}
@media (width >= 768px) {
  .teacher-msg__text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.4px;
  }
  .teacher-msg__text.teacher-msg__text--lh {
    line-height: 1.8;
  }
}

.teacher-msg__text-more {
  visibility: hidden;
  display: contents;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5333333333vw;
  margin-top: -4.8vw;
  -webkit-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}
@media (width >= 768px) {
  .teacher-msg__text-more {
    gap: 17px;
    margin-top: -18px;
  }
}
.teacher-msg__text-more.is-active {
  margin-top: 0;
  visibility: visible;
  height: auto;
}

.teacher-msg__btn-wrapper.is-active {
  margin-top: -4.2666666667vw;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
@media (width >= 768px) {
  .teacher-msg__btn-wrapper.is-active {
    margin-top: -16px;
    opacity: 0;
    visibility: hidden;
  }
}

.teacher-msg__btn {
  margin-inline: auto;
  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;
  gap: 1.3333333333vw;
  border-radius: 8.5333333333vw;
  background: #F3F2F2;
  width: 45.3333333333vw;
  padding-block: 2.6666666667vw 3.2vw;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.teacher-msg__btn span {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08vw;
}
.teacher-msg__btn::after {
  content: "";
  width: 6.4vw;
  height: 6.4vw;
  background: url(../img/icon-teacher-btn.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .teacher-msg__btn {
    gap: 5px;
    width: 170px;
    padding-block: 10px 12px;
    border-radius: 32px;
  }
  .teacher-msg__btn span {
    font-size: 1.5rem;
    letter-spacing: 0.3px;
  }
  .teacher-msg__btn::after {
    width: 24px;
    height: 24px;
  }
}
@media (any-hover: hover) {
  .teacher-msg__btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.works {
  margin-top: 19.2vw;
  margin-bottom: 23.7333333333vw;
}
@media (width >= 768px) {
  .works {
    margin-top: 145px;
    margin-bottom: 89px;
  }
}

.works__inner {
  width: min(100vw, 100%);
  padding-inline: 5.3333333333vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .works__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -170.286px + 27.381vw, 224px) clamp(40px, -149.714px + 24.702vw, 206px);
    margin-inline: auto;
  }
}

.works__title {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin-inline: auto;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1493333333vw;
  padding-bottom: 1.8666666667vw;
  position: relative;
}
.works__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #0C0C0C;
}
@media (width >= 768px) {
  .works__title {
    font-size: 4.4rem;
    padding-bottom: 7px;
    letter-spacing: 0.88px;
    position: relative;
    left: -9px;
  }
  .works__title::after {
    height: 4px;
  }
}

.works__body {
  margin-top: 13.0666666667vw;
}
@media (width >= 768px) {
  .works__body {
    margin-top: 49px;
  }
}

.works__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: 19.2vw;
}
@media (width >= 768px) {
  .works__list {
    gap: 200px;
  }
}

.works__items {
  margin: 0;
}
.works__items.works__items--1 {
  position: relative;
}
.works__items.works__items--1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 25.6vw;
  left: -5.3333333333vw;
  width: 89.8666666667vw;
  height: 50.1333333333vw;
  border-radius: 0 8.5333333333vw 8.5333333333vw 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), to(#FFF));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, #FFF 100%);
}
.works__items.works__items--1 .works__items-cat {
  background: -webkit-gradient(linear, left top, right top, from(#FAD58A), to(#FFF));
  background: linear-gradient(90deg, #FAD58A 0%, #FFF 100%);
}
.works__items.works__items--2 .works__items-cat {
  background: -webkit-gradient(linear, left top, right top, from(#87D0EC), to(#FFF));
  background: linear-gradient(90deg, #87D0EC 0%, #FFF 100%);
}
.works__items.works__items--3 .works__items-cat {
  background: -webkit-gradient(linear, left top, right top, from(#F19C9D), to(#FFF));
  background: linear-gradient(90deg, #F19C9D 0%, #FFF 100%);
}
@media (width >= 768px) {
  .works__items.works__items--1::before {
    border-radius: 0;
    top: 246px;
    left: -226px;
    width: clamp(732px, 252px + 62.5vw, 1152px);
    height: auto;
    aspect-ratio: 1152/596;
  }
  .works__items.works__items--1 .works__items-head {
    padding-right: 17px;
  }
  .works__items.works__items--2 {
    position: relative;
  }
  .works__items.works__items--2::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 133px;
    right: -205px;
    width: clamp(752px, 294.857px + 59.524vw, 1152px);
    height: auto;
    aspect-ratio: 1152/334;
    background: -webkit-gradient(linear, right top, left top, color-stop(46.09%, #FFF), color-stop(69.56%, rgba(255, 255, 255, 0.8)));
    background: linear-gradient(270deg, #FFF 46.09%, rgba(255, 255, 255, 0.8) 69.56%);
  }
  .works__items.works__items--2 .works__items-head {
    padding-left: 19px;
  }
  .works__items.works__items--2 .works__items-title {
    padding-left: 0;
    font-size: clamp(2.5rem, 21.571px + 0.446vw, 2.8rem);
  }
  .works__items.works__items--2 .works__items-list {
    padding-left: 18px;
  }
  .works__items.works__items--3 {
    position: relative;
  }
  .works__items.works__items--3::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 130px;
    left: -226px;
    width: clamp(752px, 294.857px + 59.524vw, 1152px);
    height: auto;
    aspect-ratio: 1152/334;
    background: -webkit-gradient(linear, right top, left top, color-stop(46.09%, #FFF), color-stop(69.56%, rgba(255, 255, 255, 0.8)));
    background: linear-gradient(270deg, #FFF 46.09%, rgba(255, 255, 255, 0.8) 69.56%);
  }
  .works__items.works__items--3 .works__items-head {
    padding-right: 20px;
  }
  .works__items.works__items--3 .works__items-title {
    padding-left: 0;
  }
  .works__items.works__items--3 .works__items-list {
    padding-right: 18px;
  }
}
@media (width >= 1441px) {
  .works__items.works__items--1::before {
    width: clamp(1152px, -195.741px + 93.528vw, 1600px);
    height: 620px;
    left: calc(-1 * clamp(226px, -556.171px + 54.28vw, 486px));
  }
  .works__items.works__items--2::before {
    width: clamp(1152px, -195.741px + 93.528vw, 1600px);
    height: 334px;
    right: calc(-1 * clamp(226px, -556.171px + 54.28vw, 486px));
  }
  .works__items.works__items--3::before {
    width: clamp(1152px, -195.741px + 93.528vw, 1600px);
    height: 334px;
    left: calc(-1 * clamp(226px, -556.171px + 54.28vw, 486px));
  }
}

.works__items-num {
  padding-left: 2.1333333333vw;
  color: #0C0C0C;
  font-family: "Albert Sans", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1493333333vw;
}
@media (width >= 768px) {
  .works__items-num {
    padding-left: 8px;
    font-size: 2.8rem;
    letter-spacing: 0.56px;
  }
}

.works__items-head {
  margin-top: 2.1333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0666666667vw;
}
@media (width >= 768px) {
  .works__items-head {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
  }
}

.works__items-cat {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 2.6666666667vw 3.2vw;
  padding-bottom: 0.2666666667vw;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0746666667vw;
  border-radius: 8.5333333333vw;
}
@media (width >= 768px) {
  .works__items-cat {
    padding-inline: 10px 12px;
    padding-bottom: 1px;
    font-size: 1.8rem;
    letter-spacing: 0.36px;
    border-radius: 32px;
  }
}

.works__items-title {
  padding-left: 2.1333333333vw;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1066666667vw;
}
@media (width >= 768px) {
  .works__items-title {
    padding-left: 8px;
    font-size: 2.8rem;
    letter-spacing: 0.56px;
  }
}

.works__items-list {
  margin-top: 6.4vw;
}
.works__items-list.works__items-list--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.5333333333vw;
}
.works__items-list.works__items-list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.5333333333vw;
}
@media (width >= 768px) {
  .works__items-list {
    margin-top: 24px;
  }
  .works__items-list.works__items-list--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(32px, 13.714px + 2.381vw, 48px) 32px;
    padding-right: clamp(0px, -18.286px + 2.381vw, 16px);
  }
  .works__items-list.works__items-list--grid .works__item:nth-of-type(1) {
    grid-area: 1/1/2/3;
  }
  .works__items-list.works__items-list--grid .works__item:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
  .works__items-list.works__items-list--grid .works__item:nth-of-type(3) {
    grid-area: 2/2/3/3;
  }
  .works__items-list.works__items-list--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}

.works__item-img {
  border-radius: 2.9866666667vw;
  overflow: hidden;
}
.works__item-img img {
  width: 100%;
}
@media (width >= 768px) {
  .works__item-img {
    border-radius: 16px;
  }
}

.works__item-title {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin-inline: auto;
  margin-top: 2.1333333333vw;
  padding-inline: 6.4vw;
  padding-bottom: 1.0666666667vw;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0853333333vw;
  border-radius: 8.5333333333vw;
  background: linear-gradient(92deg, #F1F1F1 1.13%, #E5E5E5 120.19%);
}
@media (width >= 768px) {
  .works__item-title {
    margin-top: 14px;
    padding-inline: 24px;
    padding-bottom: 4px;
    font-size: 1.8rem;
    border-radius: 32px;
    letter-spacing: 0.36px;
  }
  .works__item-title.works__item-title--small {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
  }
}

.message {
  margin-top: 23.4666666667vw;
}
@media (width >= 768px) {
  .message {
    margin-top: 226px;
    padding-bottom: 60px;
    position: relative;
  }
  .message::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    bottom: 4px;
    left: 0;
    aspect-ratio: 1440/718;
    background: url(../img/message-bg-pc.svg) no-repeat center center/cover;
  }
}

.message__inner {
  width: min(100vw, 100%);
  padding-inline: 5.3333333333vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .message__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -325.714px + 47.619vw, 360px);
  }
}

.message__head {
  text-align: center;
}

.message__sub-title {
  color: #0C0C0C;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096vw;
}
@media (width >= 768px) {
  .message__sub-title {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
}

.message__title {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1493333333vw;
}
@media (width >= 768px) {
  .message__title {
    font-size: 4.4rem;
    letter-spacing: 0.88px;
  }
}

.message__body {
  margin-top: 6.4vw;
}
@media (width >= 768px) {
  .message__body {
    margin-top: 24px;
  }
}

.message__img {
  border-radius: 6.4vw;
  overflow: hidden;
}
.message__img img {
  width: 100%;
}
@media (width >= 768px) {
  .message__img {
    margin-top: 34px;
    border-radius: 24px;
  }
}

.message__lead {
  margin-top: 6.4vw;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin-inline: auto;
  color: #0C0C0C;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1013333333vw;
  padding-block: 2.6666666667vw 3.2vw;
  position: relative;
}
.message__lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% + 3.2vw);
  height: 0.5333333333vw;
  background-color: #0C0C0C;
}
.message__lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% + 3.2vw);
  height: 0.5333333333vw;
  background-color: #0C0C0C;
}
@media (width >= 768px) {
  .message__lead {
    margin-top: 65px;
    font-size: 2.8rem;
    letter-spacing: 0.56px;
    padding-block: 10px 12px;
  }
  .message__lead::before {
    width: calc(100% + 32px);
    height: 2px;
  }
  .message__lead::after {
    width: calc(100% + 32px);
    height: 2px;
  }
}

.message__context {
  margin-top: 6.1333333333vw;
  padding: 5.3333333333vw 5.3333333333vw 8.5333333333vw;
  border-radius: 3.2vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.97%, rgba(255, 255, 255, 0.95)), color-stop(134.91%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 53.97%, rgba(255, 255, 255, 0.7) 134.91%);
  -webkit-backdrop-filter: blur(0.5333333333vw);
  backdrop-filter: blur(0.5333333333vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.4vw;
}
@media (width >= 768px) {
  .message__context {
    margin-top: 23px;
    padding: 32px 40px 40px;
    gap: 16px;
    -webkit-box-shadow: 0 0 12px 0 var(--BG, #FAFAFA);
            box-shadow: 0 0 12px 0 var(--BG, #FAFAFA);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 12px;
  }
}

.message__text {
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0853333333vw;
}
.message__text.message__text--lh {
  line-height: 1.65;
}
@media (width >= 768px) {
  .message__text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.4px;
  }
  .message__text.message__text--lh {
    line-height: 1.8;
  }
}

@media (width >= 768px) {
  .bg-wrapper2 {
    position: relative;
  }
  .bg-wrapper2::before {
    content: "flow";
    position: absolute;
    z-index: -1;
    text-transform: uppercase;
    top: 233px;
    left: -363px;
    color: #F3F2F2;
    font-family: "Albert Sans", sans-serif;
    font-size: 32rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 6.4px;
    rotate: 90deg;
  }
}

.flows {
  margin-top: 19.4666666667vw;
}
@media (width >= 768px) {
  .flows {
    margin-top: 132px;
  }
}

.flows__inner {
  width: min(100vw, 100%);
  padding-inline: 5.3333333333vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .flows__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -371.429px + 53.571vw, 400px);
  }
}

.flows__head {
  text-align: center;
}

.flows__title {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1493333333vw;
}
@media (width >= 768px) {
  .flows__title {
    font-size: 4.4rem;
    letter-spacing: 0.88px;
  }
}

.flows__sub-title {
  color: #0C0C0C;
  font-family: "Albert Sans", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1066666667vw;
}
@media (width >= 768px) {
  .flows__sub-title {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
}

.flows__body {
  margin-top: 8.5333333333vw;
}
@media (width >= 768px) {
  .flows__body {
    margin-top: 47px;
  }
}

.flows__list .flows__item:first-of-type {
  padding-top: 0;
}
.flows__list .flows__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.flows__item {
  margin: 0;
  padding-block: 8.5333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.7333333333vw;
  border-bottom: 0.2666666667vw solid #0C0C0C;
}
.flows__item.flows__item--1 .flows__item-head {
  padding-left: 2.1333333333vw;
}
.flows__item.flows__item--1 .flows__item-head .flows__item-head--step {
  padding-left: 0.8vw;
  margin-top: 0.8vw;
}
.flows__item.flows__item--2 .flows__item-head .flows__item-head--step {
  padding-left: 2.9333333333vw;
}
.flows__item.flows__item--3 .flows__item-head .flows__item-head--step {
  padding-left: 2.9333333333vw;
}
.flows__item.flows__item--3 .flows__item-subtext {
  margin-top: 0.5333333333vw;
}
@media (width >= 768px) {
  .flows__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 67px;
    padding-block: 37px;
    border-bottom: 1px solid #0C0C0C;
  }
  .flows__item.flows__item--1 .flows__item-head {
    padding-left: 0;
  }
  .flows__item.flows__item--1 .flows__item-head .flows__item-head--step {
    padding-left: 14px;
    margin-top: 3px;
  }
  .flows__item.flows__item--1 .flows__item-head .flows__item-head--accent {
    letter-spacing: 5.6px;
    margin-top: -6px;
  }
  .flows__item.flows__item--1 .flows__item-body {
    padding-top: 12px;
  }
  .flows__item.flows__item--2 .flows__item-head {
    padding-left: 0;
  }
  .flows__item.flows__item--2 .flows__item-head .flows__item-head--step {
    padding-left: 15px;
  }
  .flows__item.flows__item--2 .flows__item-head .flows__item-head--accent {
    letter-spacing: 2.8px;
  }
  .flows__item.flows__item--2 .flows__item-body {
    margin-top: -2px;
  }
  .flows__item.flows__item--3 .flows__item-head {
    padding-left: 0;
  }
  .flows__item.flows__item--3 .flows__item-head .flows__item-head--step {
    padding-left: 16px;
  }
  .flows__item.flows__item--3 .flows__item-head .flows__item-head--accent {
    margin-top: -5px;
    letter-spacing: 2.8px;
  }
  .flows__item.flows__item--3 .flows__item-body {
    margin-top: -4px;
  }
  .flows__item.flows__item--3 .flows__item-subtext {
    margin-top: 3px;
  }
}

.flows__item-head {
  color: #0C0C0C;
  width: 18.1333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.096vw;
  white-space: nowrap;
}
.flows__item-head .flows__item-head--step {
  display: inline-block;
}
.flows__item-head .flows__item-head--accent {
  display: inline-block;
  margin-top: -0.5333333333vw;
  color: #E84C4C;
  font-family: "Albert Sans", sans-serif;
  font-size: 13.8666666667vw;
  font-weight: 700;
  line-height: 1;
}
@media (width >= 768px) {
  .flows__item-head {
    width: 68px;
    font-size: 2.1rem;
    letter-spacing: 0.42px;
  }
  .flows__item-head .flows__item-head--accent {
    margin-top: -2px;
    font-size: 5.6rem;
  }
}

.flows__item-body {
  position: relative;
}
.flows__item-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5.0666666667vw;
  width: 0.2666666667vw;
  height: 100%;
  background-color: #0C0C0C;
}
@media (width >= 768px) {
  .flows__item-body::before {
    width: 3px;
    height: 59px;
    top: 50%;
    translate: 0 -50%;
    left: -27px;
  }
}

.flows__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1333333333vw;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08vw;
  margin-bottom: 2.9333333333vw;
}
.flows__item-title::before {
  content: "";
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background: url(../img/icon-flow.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .flows__item-title {
    gap: 8px;
    font-size: 2rem;
    letter-spacing: 0.4px;
    margin-bottom: 0;
  }
  .flows__item-title::before {
    width: 26px;
    height: 26px;
  }
}

.flows__item-text {
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0853333333vw;
}
.flows__item-text a {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.flows__item-text a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #0C0C0C;
  bottom: 1.6vw;
  left: 0;
}
@media (any-hover: hover) {
  .flows__item-text a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media (width >= 768px) {
  .flows__item-text {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
  }
  .flows__item-text a::after {
    bottom: 6px;
    height: 1px;
  }
}

.flows__item-subtext {
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0693333333vw;
  padding-left: 1em;
  position: relative;
}
.flows__item-subtext::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  color: #0C0C0C;
}
@media (width >= 768px) {
  .flows__item-subtext {
    margin-top: 2px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
  }
}

.faq {
  margin-top: 19.2vw;
}
@media (width >= 768px) {
  .faq {
    margin-top: 194px;
    position: relative;
  }
  .faq::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1310px;
    height: auto;
    top: 782px;
    left: 0;
    aspect-ratio: 1310/1011;
    background: url(../img/faq-bg-pc.svg) no-repeat center center/cover;
  }
}
@media (width >= 1441px) {
  .faq::before {
    width: clamp(1310px, 260px + 72.917vw, 1660px);
  }
}

.faq__inner {
  width: min(100vw, 100%);
  padding-inline: 5.3333333333vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .faq__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -325.714px + 47.619vw, 360px);
    margin-inline: auto;
  }
}

.faq__head {
  text-align: center;
}

.faq__title {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1493333333vw;
}
@media (width >= 768px) {
  .faq__title {
    font-size: 4.4rem;
    letter-spacing: 0.88px;
  }
}

.faq__sub-title {
  color: #0C0C0C;
  font-family: "Albert Sans", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1066666667vw;
}
@media (width >= 768px) {
  .faq__sub-title {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
}

.faq__body {
  margin-top: 8vw;
}
@media (width >= 768px) {
  .faq__body {
    margin-top: 50px;
  }
}

.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: 12vw;
}
@media (width >= 768px) {
  .faq__list {
    gap: 52px;
  }
}

.faq__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: 2.1333333333vw;
}
@media (width >= 768px) {
  .faq__item {
    gap: 13px;
  }
}

.faq__item-question {
  margin-bottom: 2.6666666667vw;
  border-radius: 2.1333333333vw;
  background: #5BBEEB;
  width: 89.3333333333vw;
  height: 17.0666666667vw;
  display: grid;
  place-content: center;
  position: relative;
}
.faq__item-question::after {
  content: "";
  position: absolute;
  width: 7.4666666667vw;
  height: 3.7333333333vw;
  bottom: -2.6666666667vw;
  left: 50%;
  translate: -50%;
  background: url(../img/polygon-faq.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .faq__item-question {
    margin-bottom: 10px;
    border-radius: 8px;
    width: 100%;
    height: auto;
    padding-block: 15px 20px;
  }
  .faq__item-question::after {
    width: 28px;
    height: 14px;
    bottom: -10px;
  }
}

.faq__item-q-text {
  text-align: center;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.0853333333vw;
}
@media (width >= 768px) {
  .faq__item-q-text {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.44px;
  }
}

.faq__item-answer {
  padding: 6.4vw;
  border-radius: 3.2vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.97%, rgba(255, 255, 255, 0.95)), color-stop(134.91%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 53.97%, rgba(255, 255, 255, 0.7) 134.91%);
}
.faq__item-answer.faq__item-answer--padding {
  padding: 5.3333333333vw;
}
@media (width >= 768px) {
  .faq__item-answer {
    padding: 18px 24px 20px;
    border-radius: 12px;
  }
  .faq__item-answer.faq__item-answer--padding {
    padding: 20px 24px 20px;
  }
}

.faq__item-a-text {
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.0853333333vw;
}
@media (width >= 768px) {
  .faq__item-a-text {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
  }
}

.entry {
  margin-top: 17.8666666667vw;
}
@media (width >= 768px) {
  .entry {
    margin-top: clamp(94px, -20.286px + 14.881vw, 194px);
    padding-bottom: clamp(88px, 19.429px + 8.929vw, 148px);
    position: relative;
  }
  .entry::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    aspect-ratio: 1440/871;
    background: url(../img/entry-bg-pc.svg) no-repeat center center/cover;
  }
}

.entry__inner {
  width: min(100vw, 100%);
  padding-inline: 5.3333333333vw;
  margin-inline: auto;
}
@media (width >= 768px) {
  .entry__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(40px, -346.286px + 50.298vw, 378px);
    margin-inline: auto;
  }
}

.entry__head {
  text-align: center;
}

.entry__title {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1493333333vw;
}
@media (width >= 768px) {
  .entry__title {
    font-size: 4.4rem;
    letter-spacing: 0.88px;
  }
}

.entry__sub-title {
  color: #0C0C0C;
  font-family: "Albert Sans", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1066666667vw;
}
@media (width >= 768px) {
  .entry__sub-title {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
}

.entry__body {
  margin-top: 8.5333333333vw;
}
@media (width >= 768px) {
  .entry__body {
    margin-top: 26px;
  }
}

.entry__lead {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0853333333vw;
}
@media (width >= 768px) {
  .entry__lead {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.4px;
  }
}

.entry__form-container {
  margin-top: 6.4vw;
  padding-inline: 5.8666666667vw 0.2666666667vw;
}
@media (width >= 768px) {
  .entry__form-container {
    margin-top: 24px;
    padding-inline: 24px 0;
  }
}

.entry-form {
  padding: 10.4vw 6.6666666667vw 7.7333333333vw 6.4vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.97%, rgba(255, 255, 255, 0.95)), color-stop(134.91%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 53.97%, rgba(255, 255, 255, 0.7) 134.91%);
  border-radius: 2.1333333333vw;
}
@media (width >= 768px) {
  .entry-form {
    padding: 66px 54px 48px 48px;
    border-radius: 8px;
  }
}

.entry-form__field.entry-form__field--name .entry-form__field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.7333333333vw;
}
.entry-form__field.entry-form__field--email {
  margin-top: 8.2666666667vw;
}
.entry-form__field.entry-form__field--email .entry-form__field-item {
  margin-top: 6.1333333333vw;
}
.entry-form__field.entry-form__field--email p {
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.26px;
  opacity: 0.6;
  margin-top: 4.5333333333vw;
}
.entry-form__field.entry-form__field--payment {
  margin-top: 8vw;
}
.entry-form__field.entry-form__field--payment .entry-form__field-item {
  margin-top: 5.8666666667vw;
}
.entry-form__field.entry-form__field--payment .entry-form__field-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4vw;
}
.entry-form__field.entry-form__field--payment .entry-form__field-item label {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0;
  padding-left: 5.8666666667vw;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08vw;
  position: relative;
}
.entry-form__field.entry-form__field--payment .entry-form__field-item label::before {
  content: "";
  position: absolute;
  width: 4.8vw;
  height: 4.8vw;
  border-radius: 50%;
  border: 0.2666666667vw solid #0C0C0C;
  left: 0;
}
.entry-form__field.entry-form__field--payment .entry-form__field-item label::after {
  content: "";
  position: absolute;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 50%;
  background-color: #E84C4C;
  left: 1.0666666667vw;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.entry-form__field.entry-form__field--payment .entry-form__field-item label.is-not-center::before {
  top: 1.3333333333vw;
}
.entry-form__field.entry-form__field--payment .entry-form__field-item label.is-not-center::after {
  top: 2.4vw;
}
.entry-form__field.entry-form__field--payment .entry-form__field-item label:has(input:checked)::after {
  opacity: 1;
}
.entry-form__field.entry-form__field--payment .entry-form__field-item label.is-center::before {
  top: 50%;
  translate: 0 -50%;
}
.entry-form__field.entry-form__field--payment .entry-form__field-item label.is-center::after {
  top: 50%;
  translate: 0 -50%;
}
.entry-form__field.entry-form__field--payment .entry-form__field-item label span {
  display: inline-block;
  margin-top: -0.2666666667vw;
  color: inherit;
  font-family: inherit;
  font-size: 3.4666666667vw;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0.0693333333vw;
}
.entry-form__field.entry-form__field--acceptance {
  margin-top: 12.2666666667vw;
}
.entry-form__field.entry-form__field--acceptance .entry-form__field-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: 1.8666666667vw;
}
.entry-form__field.entry-form__field--acceptance .entry-form__field-item label {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0;
  padding-left: 3.4666666667vw;
  color: #0C0C0C;
  font-family: "Gothic A1", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0693333333vw;
  position: relative;
}
.entry-form__field.entry-form__field--acceptance .entry-form__field-item label::before {
  content: "";
  position: absolute;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border: 1.5px solid #0C0C0C;
  top: 0.5333333333vw;
  left: -0.5333333333vw;
}
.entry-form__field.entry-form__field--acceptance .entry-form__field-item label::after {
  content: "";
  position: absolute;
  width: 1.6vw;
  height: 1.6vw;
  background-color: #E84C4C;
  top: 1.0666666667vw;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.entry-form__field.entry-form__field--acceptance .entry-form__field-item label:has(input:checked)::after {
  opacity: 1;
}
.entry-form__field.entry-form__field--acceptance .entry-form__field-item label span {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0.0693333333vw;
}
.entry-form__field.entry-form__field--acceptance .entry-form__field-item label span:nth-of-type(2) {
  margin-left: -1.0666666667vw;
}
.entry-form__field.entry-form__field--acceptance .entry-form__field-item label a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0.0693333333vw;
  border-bottom: 0.2666666667vw solid #0C0C0C;
}
@media (width >= 768px) {
  .entry-form__field.entry-form__field--name .entry-form__field-item {
    gap: 14px;
  }
  .entry-form__field.entry-form__field--email {
    margin-top: 31px;
  }
  .entry-form__field.entry-form__field--email .entry-form__field-item {
    margin-top: 23px;
    padding-left: 12px;
    padding-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .entry-form__field.entry-form__field--email p {
    margin-top: 17px;
    padding-left: 12px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
  }
  .entry-form__field.entry-form__field--payment {
    margin-top: 34px;
  }
  .entry-form__field.entry-form__field--payment .entry-form__field-item {
    margin-top: 26px;
    padding-left: 11px;
  }
  .entry-form__field.entry-form__field--payment .entry-form__field-item div {
    gap: 11px;
  }
  .entry-form__field.entry-form__field--payment .entry-form__field-item label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 22px;
    font-size: 1.8rem;
    letter-spacing: 0.36px;
  }
  .entry-form__field.entry-form__field--payment .entry-form__field-item label::before {
    width: 18px;
    height: 18px;
    border: 1px solid #0C0C0C;
  }
  .entry-form__field.entry-form__field--payment .entry-form__field-item label::after {
    width: 10px;
    height: 10px;
    left: 4px;
  }
  .entry-form__field.entry-form__field--payment .entry-form__field-item label.is-not-center::before {
    top: 5px;
  }
  .entry-form__field.entry-form__field--payment .entry-form__field-item label.is-not-center::after {
    top: 9px;
  }
  .entry-form__field.entry-form__field--payment .entry-form__field-item label.is-center::before {
    top: 50%;
    translate: 0 -50%;
  }
  .entry-form__field.entry-form__field--payment .entry-form__field-item label.is-center::after {
    top: 50%;
    translate: 0 -50%;
  }
  .entry-form__field.entry-form__field--payment .entry-form__field-item label span {
    font-size: 1.8rem;
  }
  .entry-form__field.entry-form__field--acceptance {
    margin-top: 37px;
  }
  .entry-form__field.entry-form__field--acceptance .entry-form__field-item {
    padding-left: 19px;
    gap: 7px;
  }
  .entry-form__field.entry-form__field--acceptance .entry-form__field-item label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 13px;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
  }
  .entry-form__field.entry-form__field--acceptance .entry-form__field-item label::before {
    top: 3px;
    left: -5px;
    width: 12px;
    height: 12px;
  }
  .entry-form__field.entry-form__field--acceptance .entry-form__field-item label::after {
    top: 5px;
    left: -3px;
    width: 8px;
    height: 8px;
  }
  .entry-form__field.entry-form__field--acceptance .entry-form__field-item label span {
    letter-spacing: 0.26px;
  }
  .entry-form__field.entry-form__field--acceptance .entry-form__field-item label span:nth-of-type(2) {
    margin-left: 0;
  }
  .entry-form__field.entry-form__field--acceptance .entry-form__field-item label a {
    border-bottom: 1px solid #0C0C0C;
  }
}
@media (any-hover: hover) {
  .entry-form__field.entry-form__field--payment label:hover, .entry-form__field.entry-form__field--acceptance label:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.formError--renew {
  top: -21.3333333333vw;
  left: 0;
  opacity: 0;
  position: absolute;
  display: block;
  cursor: pointer;
  text-align: left;
  background: rgba(255, 255, 255, 0) !important;
  padding: 0px !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formError--renew.is-error {
  opacity: 0.87;
}
@media (width >= 768px) {
  .formError--renew {
    top: -50px !important;
    left: 50%;
    translate: -50%;
  }
}

.formErrorContent--renew {
  z-index: 991;
  width: 100%;
  background: #F33 !important;
  position: relative;
  color: #fff;
  min-width: 32vw;
  font-size: 3.2vw;
  border: 0.5333333333vw solid #ddd;
  box-shadow: 0 0 1.6vw #000;
  -moz-box-shadow: 0 0 1.6vw #000;
  -webkit-box-shadow: 0 0 1.6vw #000;
  -o-box-shadow: 0 0 1.6vw #000;
  padding: 1.0666666667vw 2.6666666667vw 1.0666666667vw 2.6666666667vw;
  border-radius: 1.6vw;
  -moz-border-radius: 1.6vw;
  -webkit-border-radius: 1.6vw;
  -o-border-radius: 1.6vw;
}
@media (width >= 768px) {
  .formErrorContent--renew {
    min-width: 120px !important;
    font-size: 12px !important;
    border: 2px solid #ddd !important;
    box-shadow: 0 0 6px #000 !important;
    -moz-box-shadow: 0 0 6px #000 !important;
    -webkit-box-shadow: 0 0 6px #000 !important;
    -o-box-shadow: 0 0 6px #000 !important;
    padding: 4px 10px 4px 10px !important;
    border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -o-border-radius: 6px !important;
  }
}

.formErrorArrow--renew {
  z-index: 996;
  width: 4vw;
  margin: -0.5333333333vw 0 0 3.4666666667vw;
  position: relative;
  background: rgba(255, 255, 255, 0) !important;
  padding: 0px !important;
}
@media (width >= 768px) {
  .formErrorArrow--renew {
    width: 15px !important;
    margin: -2px 0 0 13px !important;
  }
}

.formErrorArrow--renew div {
  border-left: 0.5333333333vw solid #ddd;
  border-right: 0.5333333333vw solid #ddd;
  box-shadow: 0 0.5333333333vw 0.8vw #444;
  -moz-box-shadow: 0 0.5333333333vw 0.8vw #444;
  -webkit-box-shadow: 0 0.5333333333vw 0.8vw #444;
  -o-box-shadow: 0 0.5333333333vw 0.8vw #444;
  font-size: 0px;
  height: 0.2666666667vw;
  background: #F33 !important;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
  padding: 0px !important;
}
.formErrorArrow--renew .line10 {
  width: 3.4666666667vw;
  border: none;
  padding: 0px !important;
}
.formErrorArrow--renew .line9 {
  width: 2.9333333333vw;
  border: none;
  padding: 0px !important;
}
.formErrorArrow--renew .line8 {
  width: 2.9333333333vw;
  padding: 0px !important;
}
.formErrorArrow--renew .line7 {
  width: 2.4vw;
  padding: 0px !important;
}
.formErrorArrow--renew .line6 {
  width: 1.8666666667vw;
  padding: 0px !important;
}
.formErrorArrow--renew .line5 {
  width: 1.3333333333vw;
  padding: 0px !important;
}
.formErrorArrow--renew .line4 {
  width: 0.8vw;
  padding: 0px !important;
}
.formErrorArrow--renew .line3 {
  width: 0.2666666667vw;
  border-left: 0.5333333333vw solid #ddd;
  border-right: 0.5333333333vw solid #ddd;
  border-bottom: 0 solid #ddd;
  padding: 0px !important;
}
.formErrorArrow--renew .line2 {
  width: 0.8vw;
  border: none;
  background: #ddd !important;
  padding: 0px !important;
}
.formErrorArrow--renew .line1 {
  width: 0.2666666667vw;
  border: none;
  background: #ddd !important;
  padding: 0px !important;
}
@media (width >= 768px) {
  .formErrorArrow--renew div {
    border-left: 2px solid #ddd !important;
    border-right: 2px solid #ddd !important;
    box-shadow: 0 2px 3px #444 !important;
    -moz-box-shadow: 0 2px 3px #444 !important;
    -webkit-box-shadow: 0 2px 3px #444 !important;
    -o-box-shadow: 0 2px 3px #444 !important;
    height: 1px !important;
  }
  .formErrorArrow--renew .line10 {
    width: 13px !important;
  }
  .formErrorArrow--renew .line9 {
    width: 11px !important;
  }
  .formErrorArrow--renew .line8 {
    width: 11px !important;
  }
  .formErrorArrow--renew .line7 {
    width: 9px !important;
  }
  .formErrorArrow--renew .line6 {
    width: 7px !important;
  }
  .formErrorArrow--renew .line5 {
    width: 5px !important;
  }
  .formErrorArrow--renew .line4 {
    width: 3px !important;
  }
  .formErrorArrow--renew .line3 {
    width: 1px !important;
    border-left: 2px solid #ddd !important;
    border-right: 2px solid #ddd !important;
  }
  .formErrorArrow--renew .line2 {
    width: 3px !important;
    background: #ddd !important;
  }
  .formErrorArrow--renew .line1 {
    width: 1px !important;
    background: #ddd !important;
  }
}

.formError {
  margin-top: 0 !important;
  top: -21.3333333333vw !important;
}
@media (width >= 768px) {
  .formError {
    top: -50px !important;
    margin-top: 0 !important;
  }
}

.formErrorContent {
  min-width: 32vw !important;
  font-size: 3.2vw !important;
  border: 0.5333333333vw solid #ddd !important;
  box-shadow: 0 0 1.6vw #000 !important;
  -moz-box-shadow: 0 0 1.6vw #000 !important;
  -webkit-box-shadow: 0 0 1.6vw #000 !important;
  -o-box-shadow: 0 0 1.6vw #000 !important;
  padding: 1.0666666667vw 2.6666666667vw 1.0666666667vw 2.6666666667vw !important;
  border-radius: 1.6vw !important;
  -moz-border-radius: 1.6vw !important;
  -webkit-border-radius: 1.6vw !important;
  -o-border-radius: 1.6vw !important;
}
@media (width >= 768px) {
  .formErrorContent {
    min-width: 120px !important;
    font-size: 12px !important;
    border: 2px solid #ddd !important;
    box-shadow: 0 0 6px #000 !important;
    -moz-box-shadow: 0 0 6px #000 !important;
    -webkit-box-shadow: 0 0 6px #000 !important;
    -o-box-shadow: 0 0 6px #000 !important;
    padding: 4px 10px 4px 10px !important;
    border-radius: 6px !important;
  }
}

.formErrorArrow {
  width: 4vw !important;
  margin: -0.5333333333vw 0 0 3.4666666667vw !important;
}
@media (width >= 768px) {
  .formErrorArrow {
    width: 15px !important;
    margin: -2px 0 0 13px !important;
  }
}

.formErrorArrow div {
  border-left: 0.5333333333vw solid #ddd !important;
  border-right: 0.5333333333vw solid #ddd !important;
  box-shadow: 0 0.5333333333vw 0.8vw #444 !important;
  -moz-box-shadow: 0 0.5333333333vw 0.8vw #444 !important;
  -webkit-box-shadow: 0 0.5333333333vw 0.8vw #444 !important;
  -o-box-shadow: 0 0.5333333333vw 0.8vw #444 !important;
  height: 0.2666666667vw !important;
}
.formErrorArrow .line10 {
  width: 3.4666666667vw !important;
}
.formErrorArrow .line9 {
  width: 2.9333333333vw !important;
}
.formErrorArrow .line8 {
  width: 2.9333333333vw !important;
}
.formErrorArrow .line7 {
  width: 2.4vw !important;
}
.formErrorArrow .line6 {
  width: 1.8666666667vw !important;
}
.formErrorArrow .line5 {
  width: 1.3333333333vw !important;
}
.formErrorArrow .line4 {
  width: 0.8vw !important;
}
.formErrorArrow .line3 {
  width: 0.2666666667vw !important;
  border-left: 0.5333333333vw solid #ddd !important;
  border-right: 0.5333333333vw solid #ddd !important;
}
.formErrorArrow .line2 {
  width: 0.8vw !important;
  background: #ddd !important;
}
.formErrorArrow .line1 {
  width: 0.2666666667vw !important;
  background: #ddd !important;
}
@media (width >= 768px) {
  .formErrorArrow div {
    border-left: 2px solid #ddd !important;
    border-right: 2px solid #ddd !important;
    box-shadow: 0 2px 3px #444 !important;
    -moz-box-shadow: 0 2px 3px #444 !important;
    -webkit-box-shadow: 0 2px 3px #444 !important;
    -o-box-shadow: 0 2px 3px #444 !important;
    height: 1px !important;
  }
  .formErrorArrow .line10 {
    width: 13px !important;
  }
  .formErrorArrow .line9 {
    width: 11px !important;
  }
  .formErrorArrow .line8 {
    width: 11px !important;
  }
  .formErrorArrow .line7 {
    width: 9px !important;
  }
  .formErrorArrow .line6 {
    width: 7px !important;
  }
  .formErrorArrow .line5 {
    width: 5px !important;
  }
  .formErrorArrow .line4 {
    width: 3px !important;
  }
  .formErrorArrow .line3 {
    width: 1px !important;
    border-left: 2px solid #ddd !important;
    border-right: 2px solid #ddd !important;
  }
  .formErrorArrow .line2 {
    width: 3px !important;
    background: #ddd !important;
  }
  .formErrorArrow .line1 {
    width: 1px !important;
    background: #ddd !important;
  }
}

.entry-form__field-item {
  position: relative;
}

.entry-form__field-title {
  padding-left: 1.0666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0666666667vw;
  position: relative;
}
@media (width >= 768px) {
  .entry-form__field-title {
    padding-left: 0;
    gap: 8px;
  }
}

.entry-form__field-title-num {
  display: grid;
  place-content: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -12.2666666667vw;
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0853333333vw;
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  border-radius: 50%;
  background-color: #E84C4C;
  border: 1.0666666667vw solid #F5F3F1;
}
@media (width >= 768px) {
  .entry-form__field-title-num {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    width: 50px;
    height: 50px;
    left: -72px;
    border: 4px solid #F5F3F1;
  }
}

.entry-form__field-label {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  letter-spacing: 0.0906666667vw;
  margin: 0;
}
@media (width >= 768px) {
  .entry-form__field-label {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}

.entry-form__field-tag {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0746666667vw;
  padding-inline: 2.6666666667vw;
  padding-bottom: 0.5333333333vw;
  border-radius: 1.0666666667vw;
  background: #E84C4C;
}
@media (width >= 768px) {
  .entry-form__field-tag {
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    padding-inline: 10px;
    padding-bottom: 2px;
    border-radius: 4px;
  }
}

.entry-form__field-items {
  margin-top: 6.1333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4vw;
}
@media (width >= 768px) {
  .entry-form__field-items {
    margin-top: 24px;
    padding-left: 11px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .entry-form__field-items .entry-form__field-item:nth-of-type(1) input {
    width: 223px;
  }
  .entry-form__field-items .entry-form__field-item:nth-of-type(2) input {
    width: 238px;
  }
}

.entry-form__field-item-label {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0906666667vw;
  white-space: nowrap;
}
@media (width >= 768px) {
  .entry-form__field-item-label {
    font-size: 1.8rem;
    letter-spacing: 0.36px;
    margin-bottom: 0;
  }
}

input[type=text] {
  padding-top: 1.0666666667vw;
  padding-bottom: 1.3333333333vw;
  padding-inline: 3.2vw 2.1333333333vw;
  width: 100%;
  border-radius: 2.1333333333vw;
  border: 0.2666666667vw solid #0C0C0C;
  background-color: transparent;
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.0853333333vw;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=text]::-webkit-input-placeholder {
  color: rgba(12, 12, 12, 0.3);
}
input[type=text]::-moz-placeholder {
  color: rgba(12, 12, 12, 0.3);
}
input[type=text]:-ms-input-placeholder {
  color: rgba(12, 12, 12, 0.3);
}
input[type=text]::-ms-input-placeholder {
  color: rgba(12, 12, 12, 0.3);
}
input[type=text]::placeholder {
  color: rgba(12, 12, 12, 0.3);
}
@media (width >= 768px) {
  input[type=text] {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.36px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-inline: 12px 8px;
    border-radius: 8px;
    border: 1px solid #0C0C0C;
  }
}

.entry-form__field-submit {
  text-align: center;
  position: relative;
  margin-top: 7.2vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-form__field-submit::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5333333333vw);
  translate: 0 -50%;
  right: 12vw;
  width: 5.6vw;
  height: 5.6vw;
  background: url(../img/icon-cta-btn.svg) no-repeat center center/cover;
}
@media (width >= 768px) {
  .entry-form__field-submit {
    margin-top: 32px;
  }
  .entry-form__field-submit::after {
    top: calc(50% - 2px);
    width: 32px;
    height: 32px;
    right: 131px;
    rotate: -90deg;
  }
}
.entry-form__field-submit:has(input[type=submit]:hover) {
  opacity: 0.7;
  translate: 0 2px;
}
.entry-form__field-submit.is-disabled input[type=submit] {
  opacity: 0.5;
  pointer-events: none;
}

input[type=submit] {
  margin: 0;
  width: 69.3333333333vw;
  padding-right: 13.6vw;
  padding-block: 4.5333333333vw 5.3333333333vw;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.0853333333vw;
  border-radius: 16.64vw;
  border: 0.2666666667vw solid #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #35D779), to(#16C872));
  background: linear-gradient(90deg, #35D779 50%, #16C872 100%);
  -webkit-box-shadow: 0 0 2.08vw 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2.08vw 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
input[type=submit]:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #35D779), to(#16C872));
  background: linear-gradient(90deg, #35D779 50%, #16C872 100%);
  border: 0.2666666667vw solid #FFFFFF;
}
@media (width >= 768px) {
  input[type=submit] {
    margin-left: 20px;
    padding-right: 51px;
    padding-block: 25px 30px;
    border-radius: 96px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    border-width: 2px;
    width: 400px;
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    border-width: 1px;
  }
  input[type=submit]:hover {
    border-width: 1px;
  }
}

.entry__foot-list {
  margin-top: 9.8666666667vw;
}
@media (width >= 768px) {
  .entry__foot-list {
    margin-top: 22px;
    padding-inline: 25px;
  }
}

.entry__foot-item {
  padding-left: 1.5em;
  color: #6D6D6D;
  font-family: "Gothic A1", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 0.0693333333vw;
  position: relative;
}
.entry__foot-item::before {
  content: "";
  position: absolute;
  top: 1.6vw;
  left: 2.1333333333vw;
  width: 0.8vw;
  height: 0.8vw;
  background-color: #6D6D6D;
}
.entry__foot-item a {
  border-bottom: 1px solid #6D6D6D;
}
@media (width >= 768px) {
  .entry__foot-item {
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0.3px;
  }
  .entry__foot-item::before {
    top: 10px;
    left: 8px;
    width: 3px;
    height: 3px;
  }
}

.footer {
  margin-top: 19.2vw;
  background-color: #FFFFFF;
  padding-block: 5.3333333333vw 6.4vw;
}
@media (width >= 768px) {
  .footer {
    margin: 0;
    padding-block: 20px 24px;
  }
}

.footer__inner {
  text-align: center;
}

.footer__copy {
  color: #0C0C0C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0853333333vw;
}
@media (width >= 768px) {
  .footer__copy {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
  }
}