@charset "UTF-8";
.btn_green {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  width: 70%;
  max-width: 420px;
  padding: 0.9rem 0;
  background-color: #329a1e;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
}

@media screen and (min-width: 781px) {
  .btn_green {
    width: 300px;
    bottom: 119px;
  }
}
.rollover {
  transition: filter 0.1s;
}

.rollover:hover {
  filter: brightness(0.95);
}

/*=====================
  共通スタイル
======================*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
}

@media screen and (max-width: 780px) {
  html {
    font-size: 3vw;
    height: 100%;
    scroll-behavior: smooth;
  }
}
@media screen and (min-width: 781px) {
  html {
    font-size: calc(var(--bg-w) * 16 / 2000);
  }
}
body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 500;
  color: black;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: justify;
  overflow-x: hidden;
}

h1 {
  margin: 0;
}

.container {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 781px) {
  .container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
}

.br-sp {
  display: block;
}

@media screen and (min-width: 781px) {
  .br-sp {
    display: none;
  }
}
.br-pc {
  display: block;
}

@media screen and (max-width: 780px) {
  .br-pc {
    display: none;
  }
}
.spacer-sm {
  display: block;
  height: 0.5rem;
}

@media screen and (min-width: 781px) {
  .spacer-sm {
    display: block;
    height: 10px;
  }
}
.spacer {
  display: block;
  height: 1rem;
}
@media screen and (min-width: 781px) {
  .spacer {
    height: 10px;
  }
}

body .pc-item {
  display: none !important;
}

body .sp-item {
  display: block !important;
}

@media screen and (min-width: 781px) {
  body .pc-item {
    display: block !important;
  }
  body .sp-item {
    display: none !important;
  }
}
/*=====================
  マージン・パディング
======================*/
.mb-sm, #reason .txt__title {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 781px) {
  .mb-sm, #reason .txt__title {
    margin-bottom: 20px;
  }
}

.mb-md {
  margin-bottom: 1.5rem !important;
}

.mb-lg {
  margin-bottom: 2.5rem !important;
}

.mb-xl {
  margin-bottom: 4rem !important;
}

.pb-sm {
  padding-bottom: 16px !important;
}

.pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 781px) {
  .pb-lg {
    padding-bottom: 50px !important;
  }
}

/*=====================
  フォント
======================*/
.font-ss {
  font-size: 2.3vw;
  line-height: 1;
}
@media screen and (min-width: 781px) {
  .font-ss {
    font-size: calc(var(--bg-w) * 14 / 2000);
  }
}

.font-sm, #fv .fv__txt01, #fv .fv__txt02, #review .review__subtitle, #review .review__txt .txt__lead, #profile .profile__txt02 .txt02__lead, #reason .txt__lead, #voice .voice__subtxt, #voice .base__txt01, #options .options__txt, #learning .learning__txt, #learning .learning__txt01, #backbone .backbone__txt, #schedule .schedule__table, #faq .faq__answer, .accordion__answer, #offer .offer__txt01, .footer .menu li {
  font-size: 3vw;
  line-height: 1.7;
}
@media screen and (min-width: 781px) {
  .font-sm, #fv .fv__txt01, #fv .fv__txt02, #review .review__subtitle, #review .review__txt .txt__lead, #profile .profile__txt02 .txt02__lead, #reason .txt__lead, #voice .voice__subtxt, #voice .base__txt01, #options .options__txt, #learning .learning__txt, #learning .learning__txt01, #backbone .backbone__txt, #schedule .schedule__table, #faq .faq__answer, .accordion__answer, #offer .offer__txt01, .footer .menu li {
    font-size: calc(var(--bg-w) * 16 / 2000);
  }
}

h2 {
  font-size: 3vw;
  line-height: 1.7;
  font-weight: normal;
}
@media screen and (min-width: 781px) {
  h2 {
    font-size: calc(var(--bg-w) * 16 / 2000);
  }
}

.font-md, #fv .fv__btn .btn-label, #profile .profile__txt03 .txt03__title, #reason .reason__btn .btn-label, #options .options__btn .btn-label, #learning .learning__btn .btn-label, #plan .plan__btn .btn-label, #schedule .schedule__btn .btn-label, #offer .offer__btn .btn-label, #offer .offer__btn_line .btn-label {
  font-size: 4.5vw;
}
@media screen and (min-width: 781px) {
  .font-md, #fv .fv__btn .btn-label, #profile .profile__txt03 .txt03__title, #reason .reason__btn .btn-label, #options .options__btn .btn-label, #learning .learning__btn .btn-label, #plan .plan__btn .btn-label, #schedule .schedule__btn .btn-label, #offer .offer__btn .btn-label, #offer .offer__btn_line .btn-label {
    font-size: calc(var(--bg-w) * 20 / 2000);
  }
}

.font-lg, #profile .profile__txt01 .profile__name, #reason .txt__title {
  font-size: 6vw;
}
@media screen and (min-width: 781px) {
  .font-lg, #profile .profile__txt01 .profile__name, #reason .txt__title {
    font-size: calc(var(--bg-w) * 22 / 2000);
  }
}

.font-xl {
  font-size: 7.5vw;
}
@media screen and (min-width: 781px) {
  .font-xl {
    font-size: calc(var(--bg-w) * 26 / 2000);
  }
}

.font-zenmaru {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "pwid";
}

.font-bold {
  font-weight: bold;
}

/*=====================
  other
======================*/
a.rollover:hover {
  opacity: 0.9;
}

.rollover:hover {
  opacity: 0.9;
}

a {
  text-decoration: none;
}

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

.hr-dotted {
  border: none;
  border-top: 2px dotted black;
  margin: 0.8rem 0;
}
@media screen and (min-width: 781px) {
  .hr-dotted {
    margin: 20px 0;
  }
}

.hr-dashed {
  border: none;
  border-top: 1px dashed black;
  margin: 0.7rem 0;
}
@media screen and (min-width: 781px) {
  .hr-dashed {
    border-top: 2px dashed black;
    margin: 15px 0;
  }
}

#fv {
  position: relative;
  width: 100%;
  aspect-ratio: 780/3186;
  background: url(../images/fv_bg_sp.jpg) no-repeat center top/100% auto;
}
#fv .fv__title,
#fv .fv__txt,
#fv .fv__btn {
  position: absolute;
}
#fv .fv__title {
  left: 50%;
  top: 12.1%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#fv .fv__txt01 {
  left: 51%;
  top: 26.5%;
  width: 91%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: left;
}
#fv .fv__btn {
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 41.7%;
}
#fv .fv__btn .btn-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  color: white;
  font-weight: bold;
}
#fv .fv__txt02 {
  left: 50.5%;
  top: 60.1%;
  width: 88%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: left;
}
#fv .fv__txt02 .txt02__desc1,
#fv .fv__txt02 .txt02__desc2 {
  margin-bottom: 4%;
}

@media screen and (min-width: 781px) {
  #fv {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 1886 / 2000);
    background: url(../images/fv_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #fv .fv__title,
  #fv .fv__txt,
  #fv .fv__btn {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 1886 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
  }
  #fv .fv__title {
    --x: 1088;
    --y: 214;
    --w: 620;
  }
  #fv .fv__txt01 {
    --x: 847;
    --y: 400;
    --w: 555;
    display: block;
    color: white;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
  }
  #fv .fv__btn {
    --x: 1000;
    --y: 752;
    --w: 527;
  }
  #fv .fv__txt02 {
    --x: 1000;
    --y: 1163;
    --w: 662;
    transform: translate(-50%, -50%);
    display: block;
    color: white;
  }
  #fv .fv__txt02 .txt02__desc1,
  #fv .fv__txt02 .txt02__desc2 {
    margin-bottom: 5.5%;
  }
}
#review {
  position: relative;
  width: 100%;
  aspect-ratio: 780/3522;
  background: url(../images/review_bg_sp.jpg) no-repeat center top/100% auto;
}
#review .review__subtitle,
#review .review__txt {
  position: absolute;
  width: 36%;
}
#review .review__subtitle {
  left: 50%;
  top: 9%;
  width: 90%;
  transform: translate(-50%, -50%);
}
#review .review__txt .txt__title {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 7%;
  font-weight: bold;
}
#review .review__txt01 {
  left: 8%;
  top: 19%;
}
#review .review__txt02 {
  left: 56%;
  top: 19%;
}
#review .review__txt03 {
  left: 8%;
  top: 43%;
}
#review .review__txt04 {
  left: 56%;
  top: 43%;
}
#review .review__txt05 {
  left: 8%;
  top: 66.5%;
}
#review .review__txt06 {
  left: 56%;
  top: 66.5%;
}
#review .review__txt07 {
  left: 10%;
  top: 91.2%;
  width: 80%;
}
#review .review__txt .txt__title07 {
  margin-bottom: 2%;
}

@media screen and (min-width: 781px) {
  #review {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 1849 / 2000);
    background: url(../images/review_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #review .review__subtitle,
  #review .review__txt {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 1887 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
  }
  #review .review__subtitle {
    --x: 1000;
    --y: 253;
    --w: 800;
    text-align: center;
  }
  #review .review__txt {
    --w: 233;
  }
  #review .review__txt .txt__title {
    font-size: calc(var(--bg-w) * 24 / 2000);
  }
  #review .review__txt01 {
    --x: 555;
    --y: 549;
  }
  #review .review__txt02 {
    --x: 886;
    --y: 549;
  }
  #review .review__txt03 {
    --x: 1215;
    --y: 549;
  }
  #review .review__txt04 {
    --x: 555;
    --y: 1171;
  }
  #review .review__txt05 {
    --x: 886;
    --y: 1171;
  }
  #review .review__txt06 {
    --x: 1214;
    --y: 1171;
  }
  #review .review__txt07 {
    --x: 854;
    --y: 1645;
    --w: 584;
  }
  #review .review__txt .txt__title07 {
    margin-bottom: 15px;
  }
}
#profile {
  position: relative;
  width: 100%;
  aspect-ratio: 780/4316;
  background: url(../images/profile_bg_sp.jpg) no-repeat center top/100% auto;
}
#profile .ttl_img {
  width: 75%;
  margin: 0 auto;
}
#profile picture img {
  display: block;
  width: 100%;
  height: auto;
}
#profile .profile__slider {
  position: absolute;
  left: 50%;
  top: 5%;
  width: 90%;
  transform: translateX(-50%);
}
#profile .profile__slider__track {
  position: relative;
  overflow: hidden;
  aspect-ratio: 700/880;
}
#profile .profile_slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.6s ease, opacity 0.6s ease;
  width: 100%;
}
#profile .profile_slide.is-active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}
#profile .profile_slide.is-enter {
  opacity: 1;
  transform: translateX(100%);
  z-index: 3;
}
#profile .profile_slide.is-exit {
  opacity: 0;
  transform: translateX(-100%);
  z-index: 1;
}
#profile .profile_slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#profile .profile__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
}
#profile .profile_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  opacity: 0.6;
}
#profile .profile_dot.is-active {
  background: #fff;
  opacity: 1;
}
#profile .profile__txt01,
#profile .profile__txt02,
#profile .profile__txt03,
#profile .profile__video {
  position: absolute;
}
#profile .profile__txt01 {
  left: 50%;
  top: 31.5%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: white;
}
#profile .profile__txt01 .profile__name {
  border-bottom: 2px dotted white;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#profile .profile__txt01 .profile__post {
  font-size: 3.5vw;
}
#profile .profile__txt02 {
  color: white;
  line-height: 1.8;
  left: 50%;
  top: 51%;
  width: 90%;
  transform: translate(-50%, -50%);
}
#profile .profile__txt02 .txt02__lead {
  margin-bottom: 5%;
}
#profile .profile__txt03 {
  left: 50%;
  top: 68.5%;
  width: 80%;
  transform: translate(-50%, -50%);
}
#profile .profile__txt03 .txt03__title {
  margin-bottom: 5%;
  font-weight: bold;
}
#profile .profile__txt03 .txt03__desc {
  font-size: 3.5vw;
  line-height: 1.5;
}
#profile .profile__video {
  width: 92%;
  margin: 5% auto 5%;
  left: 50%;
  top: 78%;
  transform: translate(-50%, -50%);
}
#profile .profile__video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 781px) {
  #profile {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 1928 / 2000);
    background: url(../images/profile_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #profile .profile__slider,
  #profile .profile__txt01,
  #profile .profile__txt02,
  #profile .profile__txt03,
  #profile .profile__video {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 1928 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
  }
  #profile .profile__slider {
    --x: 774;
    --y: 230;
    --w: 430;
  }
  #profile .profile__txt01 {
    --x: 1253;
    --y: 312;
    --w: 460;
  }
  #profile .profile__txt01 .profile__post {
    font-size: calc(var(--bg-w) * 18 / 2000);
  }
  #profile .profile__txt02 {
    --x: 1253;
    --y: 859;
    --w: 460;
  }
  #profile .profile__txt03 {
    --x: 1253;
    --y: 1375;
    --w: 410;
  }
  #profile .profile__txt03 .txt03__title {
    font-size: calc(var(--bg-w) * 26 / 2000);
    margin-bottom: 15px;
  }
  #profile .profile__txt03 .txt03__desc {
    font-size: calc(var(--bg-w) * 18 / 2000);
  }
  #profile .profile__video {
    --x: 1250;
    --y: 1671;
    --w: 460;
    margin: 0;
  }
}
#reason {
  position: relative;
  width: 100%;
  aspect-ratio: 780/4364;
  background: url(../images/reason_bg_sp.jpg) no-repeat center top/100% auto;
}
#reason .reason__txt,
#reason .reason__btn {
  position: absolute;
  width: 78%;
}
#reason .txt__title {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  width: 100%;
}
#reason .reason__txt01 {
  left: 50%;
  top: 16%;
  transform: translate(-50%, -50%);
}
#reason .reason__txt02 {
  left: 50%;
  top: 33.4%;
  transform: translate(-50%, -50%);
}
#reason .reason__txt03 {
  left: 50%;
  top: 50.2%;
  transform: translate(-50%, -50%);
}
#reason .reason__txt04 {
  left: 50%;
  top: 67.2%;
  transform: translate(-50%, -50%);
}
#reason .reason__txt04 .spacer {
  height: 0.5rem;
}
#reason .reason__txt04 .font-ss {
  display: block;
  line-height: 1.2;
}
#reason .reason__txt05 {
  left: 50%;
  top: 86.3%;
  transform: translate(-50%, -50%);
}
#reason .reason__btn {
  width: 90%;
  top: 96%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#reason .reason__btn .btn-label {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#reason .reason__btn .btn__desc {
  text-align: center;
  margin-top: 3%;
}

@media screen and (min-width: 781px) {
  #reason {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 2776 / 2000);
    background: url(../images/reason_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #reason .reason__txt,
  #reason .reason__btn {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 1887 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
  }
  #reason .txt__title {
    text-align: left;
    font-size: calc(var(--bg-w) * 28 / 2000);
    line-height: 1.5;
  }
  #reason .reason__txt01 {
    --x: 1233;
    --y: 285;
    --w: 400;
  }
  #reason .reason__txt02 {
    --x: 771;
    --y: 585;
    --w: 400;
  }
  #reason .reason__txt03 {
    --x: 1211;
    --y: 897;
    --w: 400;
  }
  #reason .reason__txt04 {
    --x: 781;
    --y: 1215;
    --w: 417;
  }
  #reason .reason__txt04 .spacer {
    height: 15px;
  }
  #reason .reason__txt05 {
    --x: 1211;
    --y: 1555;
    --w: 400;
  }
  #reason .reason__btn {
    --x: 1000;
    --y: 1780;
    --w: 600;
  }
}
#comparison {
  position: relative;
  width: 100%;
  aspect-ratio: 780/2417;
  background: url(../images/comparison_bg_sp.jpg) no-repeat center top/100% auto;
}
#comparison .comparison__content {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (min-width: 781px) {
  #comparison {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 2319 / 2000);
    background: url(../images/comparison_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #comparison .comparison__content {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 2319 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
  }
  #comparison .comparison__content {
    --x: 998;
    --y: 1263;
    --w: 1051;
  }
}
#voice {
  position: relative;
  width: 100%;
  aspect-ratio: 780/2431;
  background: url(../images/voice_bg_sp.jpg) no-repeat center top/100% auto;
}
#voice .voice__subtxt {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  line-height: 1.4;
}
#voice .voice__subtxt .font-ss {
  line-height: 1.6;
}
#voice .carousel__container {
  position: absolute;
  top: 57%;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: white;
  padding: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
#voice .carousel__viewport {
  overflow: hidden;
  width: 100%;
}
#voice .carousel {
  display: flex;
  transition: transform 0.4s ease;
  list-style: none;
  margin: 0;
  padding: 0;
}
#voice .item {
  flex: 0 0 100%;
}
#voice .carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#voice .carousel__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  background: transparent;
  color: #000;
  cursor: pointer;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#voice .carousel__btn:disabled {
  opacity: 0.3;
  cursor: default;
}
#voice .carousel__markers {
  display: flex;
  align-items: center;
  gap: 8px;
}
#voice .carousel__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
  padding: 0;
}
#voice .carousel__dot.is-active {
  background: #000;
}
#voice .voice__card {
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#voice .voice__card img {
  max-width: 100%;
}
#voice .voice__card__youtube {
  width: 100%;
  aspect-ratio: 1920/1080;
  margin-bottom: 5%;
}
#voice .voice__card__youtube iframe {
  width: 100%;
  height: 100%;
}
#voice .voice__card__img {
  margin-bottom: 5%;
}
#voice .base__img01 {
  left: 50%;
  top: 12.5%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#voice .base__txt01 {
  left: 50%;
  top: 27%;
  width: 90%;
  transform: translate(-50%, -50%);
  color: cWhite;
  text-align: left;
}

@media screen and (min-width: 781px) {
  #voice {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 1147 / 2000);
    background: url(../images/voice_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #voice .carousel__container,
  #voice .voice__subtxt {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 1147 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
  }
  #voice .carousel__container {
    --x: 1000;
    --y: 684;
    --w: 960;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 40px;
  }
  #voice .voice__subtxt {
    --x: 1000;
    --y: 216;
    --w: 960;
    line-height: 1;
  }
  #voice .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 20px;
  }
  #voice .voice__card__left {
    display: flex;
    flex-direction: column;
  }
  #voice .voice__card__youtube {
    margin-bottom: 40px;
  }
  #voice .voice__card__img img {
    width: 100%;
  }
}
#career {
  position: relative;
  width: 100%;
  aspect-ratio: 780/2737;
  background: url(../images/career_bg_sp.jpg) no-repeat center top/100% auto;
}
#career .career__subtitle,
#career .tabs {
  position: absolute;
}
#career .career__subtitle {
  left: 50%;
  top: 11.5%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#career .career__subtitle .spacer {
  height: 0.5rem;
}
#career {
  /*タブ切り替え全体のスタイル*/
}
#career .tabs {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  left: 50%;
  top: 15.5%;
  width: 90%;
  transform: translateX(-50%);
}
#career {
  /*タブのスタイル*/
}
#career .tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #0a223f;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 4vw;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
#career .tab_item:hover {
  opacity: 0.75;
}
#career {
  /*ラジオボタンを全て消す*/
}
#career input[name=tab_item] {
  display: none;
}
#career {
  /*タブ切り替えの中身のスタイル*/
}
#career .tab_content {
  display: none;
  padding: 5%;
  clear: both;
  overflow: hidden;
}
#career {
  /*選択されているタブのコンテンツのみを表示*/
}
#career #all:checked ~ #all_content,
#career #programming:checked ~ #programming_content,
#career #design:checked ~ #design_content {
  display: block;
}
#career {
  /*選択されているタブのスタイルを変える*/
}
#career .tabs input:checked + .tab_item {
  background-color: #0a223f;
  color: #fff;
}

@media screen and (min-width: 781px) {
  #career {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 1960 / 2000);
    background: url(../images/career_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #career .career__subtitle,
  #career .tabs {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 1960 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
  }
  #career .career__subtitle {
    --x: 1000;
    --y: 270;
    --w: 960;
  }
  #career .tabs {
    --x: 1000;
    --y: 355;
    --w: 960;
  }
  #career .tab_item {
    font-size: calc(var(--bg-w) * 20 / 2000);
  }
  #career .base__txt01 {
    --x: 847;
    --y: 418;
    --w: 555;
    transform: translate(-50%, -50%);
    display: block;
    color: cWhite;
  }
}
#options {
  position: relative;
  width: 100%;
  aspect-ratio: 780/3425;
  background: url(../images/options_bg_sp.png) no-repeat center top/100% auto;
}
#options .options__subtitle,
#options .options__txt,
#options .options__btn {
  position: absolute;
}
#options .options__subtitle {
  left: 50%;
  top: 9.5%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#options .options__txt {
  width: 35%;
}
#options .options__txt1 {
  left: 8%;
  top: 17.5%;
}
#options .options__txt2 {
  left: 57%;
  top: 17.5%;
}
#options .options__txt3 {
  left: 8%;
  top: 35%;
}
#options .options__txt4 {
  left: 57%;
  top: 36%;
}
#options .options__txt5 {
  left: 8%;
  top: 51%;
}
#options .options__txt6 {
  left: 57%;
  top: 51%;
}
#options .options__txt7 {
  left: 8%;
  top: 67%;
}
#options .options__txt8 {
  left: 57%;
  top: 66%;
}
#options .options__txt9 {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 83.5%;
  width: 80%;
}
#options .options__txt10 {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 90.5%;
  width: 80%;
}
#options .options__btn {
  width: 90%;
  top: 96%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#options .options__btn .btn-label {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#options .options__btn .btn__desc {
  text-align: center;
  margin-top: 3%;
}

@media screen and (min-width: 781px) {
  #options {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 2390 / 2000);
    background: url(../images/options_bg_pc.png) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #options .options__subtitle,
  #options .options__txt,
  #options .options__btn {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 2390 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
  }
  #options .options__subtitle {
    --x: 1000;
    --y: 314;
    --w: 960;
  }
  #options .options__txt {
    --w: 356;
  }
  #options .options__txt1 {
    --x: 570;
    --y: 541;
  }
  #options .options__txt2 {
    --x: 1074;
    --y: 541;
  }
  #options .options__txt3 {
    --x: 570;
    --y: 924;
  }
  #options .options__txt4 {
    --x: 1074;
    --y: 924;
  }
  #options .options__txt5 {
    --x: 570;
    --y: 1289;
  }
  #options .options__txt6 {
    --x: 1074;
    --y: 1289;
  }
  #options .options__txt7 {
    --x: 570;
    --y: 1649;
  }
  #options .options__txt8 {
    --x: 1074;
    --y: 1649;
  }
  #options .options__txt9 {
    --x: 1045;
    --y: 2029;
    --w: 800;
  }
  #options .options__txt10 {
    --x: 1000;
    --y: 2194;
    --w: 800;
  }
  #options .options__btn {
    --x: 1000;
    --y: 2284;
    --w: 600;
  }
}
#learning {
  position: relative;
  width: 100%;
  aspect-ratio: 780/6098;
  background: url(../images/learning_bg_sp.jpg) no-repeat center top/100% auto;
}
#learning .learning__img,
#learning .learning__btn,
#learning .learning__txt01,
#learning .learning__txt02,
#learning .learning__txt {
  position: absolute;
}
#learning .learning__img {
  left: 50%;
  top: 18%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#learning .learning__btn {
  width: 90%;
  top: 33.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#learning .learning__btn .btn-label {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#learning .learning__btn .btn__desc {
  text-align: center;
  margin-top: 3%;
}
#learning .learning__txt01 {
  left: 34%;
  top: 38.5%;
  width: 50%;
  text-align: left;
}
#learning .learning__txt02 {
  left: 44%;
  top: 42.5%;
  width: 50%;
}
#learning .learning__txt {
  width: 50%;
}
#learning .learning__txt03 {
  left: 35%;
  top: 51.8%;
}
#learning .learning__txt04 {
  left: 35%;
  top: 57.5%;
}
#learning .learning__txt05 {
  left: 35%;
  top: 63.5%;
}
#learning .learning__txt06 {
  left: 35%;
  top: 69.3%;
}
#learning .learning__txt07 {
  left: 35%;
  top: 75.3%;
}
#learning .learning__txt08 {
  left: 35%;
  top: 80.9%;
}
#learning .learning__txt09 {
  left: 35%;
  top: 86.9%;
}
#learning .learning__txt10 {
  left: 35%;
  top: 92.9%;
}
#learning .learning__txt11 {
  top: 97.7%;
  width: 90%;
  font-size: 3.8vw;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 781px) {
  #learning {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 3819 / 2000);
    background: url(../images/learning_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #learning .learning__img,
  #learning .learning__btn,
  #learning .learning__txt01,
  #learning .learning__txt02,
  #learning .learning__txt {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 3819 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
  }
  #learning .learning__img {
    --x: 470;
    --y: 266;
    --w: 1067;
    transform: none;
  }
  #learning .learning__btn {
    --x: 703;
    --y: 1672;
    --w: 600;
    transform: none;
  }
  #learning .learning__txt {
    --w: 280;
  }
  #learning .learning__txt01 {
    --x: 760;
    --y: 2055;
    --w: 480;
    text-align: center;
  }
  #learning .learning__txt02 {
    --x: 897;
    --y: 2252;
    --w: 570;
  }
  #learning .learning__txt03 {
    --x: 674;
    --y: 2712;
  }
  #learning .learning__txt04 {
    --x: 1167;
    --y: 2712;
  }
  #learning .learning__txt05 {
    --x: 674;
    --y: 2980;
  }
  #learning .learning__txt06 {
    --x: 1167;
    --y: 2980;
  }
  #learning .learning__txt07 {
    --x: 674;
    --y: 3249;
  }
  #learning .learning__txt08 {
    --x: 1167;
    --y: 3249;
  }
  #learning .learning__txt09 {
    --x: 674;
    --y: 3517;
  }
  #learning .learning__txt10 {
    --x: 1167;
    --y: 3517;
  }
  #learning .learning__txt11 {
    --x: 1000;
    --y: 3710;
    font-size: 22px;
    width: 960px;
  }
}
#backbone {
  position: relative;
  width: 100%;
  aspect-ratio: 780/10358;
  background: url(../images/backbone_bg_sp.jpg) no-repeat center top/100% auto;
}
#backbone .backbone__subtitle,
#backbone .backbone__txt {
  position: absolute;
}
#backbone .backbone__subtitle {
  left: 50%;
  top: 4.7%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
#backbone .backbone__txt {
  text-align: left;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#backbone .backbone__txt01 {
  top: 11.4%;
}
#backbone .backbone__txt02 {
  top: 20.3%;
}
#backbone .backbone__txt03 {
  top: 28.8%;
}
#backbone .backbone__txt04 {
  top: 33.3%;
  text-align: center;
}
#backbone .backbone__txt05 {
  top: 36.6%;
  text-align: center;
}
#backbone .backbone__txt06 {
  top: 40%;
  text-align: center;
  color: white;
  width: 95%;
}
#backbone .backbone__txt14 {
  top: 45%;
}
#backbone .backbone__txt14 .backbone_font_str {
  font-size: 3.7vw;
  font-weight: bold;
  color: #2767b1;
}
#backbone .backbone__txt07 {
  top: 54.1%;
}
#backbone .backbone__txt08 {
  top: 61.8%;
}
#backbone .backbone__txt09 {
  top: 69.5%;
}
#backbone .backbone__txt10 {
  top: 76.5%;
}
#backbone .backbone__txt11 {
  top: 83.1%;
  width: 35%;
  left: 55%;
  transform: none;
}
#backbone .backbone__txt12 {
  top: 89.6%;
  width: 35%;
  left: 55%;
  transform: none;
}
#backbone .backbone__txt13 {
  top: 97.5%;
  color: white;
}

@media screen and (min-width: 781px) {
  #backbone {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 4640 / 2000);
    background: url(../images/backbone_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #backbone .backbone__subtitle,
  #backbone .backbone__txt {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 4640 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
  }
  #backbone .backbone__subtitle {
    --x: 1000;
    --y: 385;
    --w: 960;
  }
  #backbone .backbone__txt01 {
    --x: 1088;
    --y: 595;
    --w: 671;
  }
  #backbone .backbone__txt02 {
    --x: 1088;
    --y: 882;
    --w: 671;
  }
  #backbone .backbone__txt03 {
    --x: 1088;
    --y: 1166;
    --w: 671;
  }
  #backbone .backbone__txt04 {
    --x: 746;
    --y: 1474;
    --w: 350;
  }
  #backbone .backbone__txt05 {
    --x: 1255;
    --y: 1474;
    --w: 350;
  }
  #backbone .backbone__txt06 {
    --x: 1000;
    --y: 1726;
    --w: 550;
  }
  #backbone .backbone__txt14 {
    --x: 1000;
    --y: 2051;
    --w: 850;
  }
  #backbone .backbone__txt14 .backbone_font_str {
    font-size: calc(var(--bg-w) * 20 / 2000);
    font-weight: bold;
    color: #2767b1;
  }
  #backbone .backbone__txt07 {
    --x: 745;
    --y: 2986;
    --w: 385;
  }
  #backbone .backbone__txt08 {
    --x: 1247;
    --y: 2986;
    --w: 385;
  }
  #backbone .backbone__txt09 {
    --x: 745;
    --y: 3537;
    --w: 385;
  }
  #backbone .backbone__txt10 {
    --x: 1247;
    --y: 3537;
    --w: 385;
  }
  #backbone .backbone__txt11 {
    --x: 767;
    --y: 3977;
    --w: 175;
  }
  #backbone .backbone__txt12 {
    --x: 1271;
    --y: 3977;
    --w: 175;
  }
  #backbone .backbone__txt13 {
    --x: 1000;
    --y: 4461;
    --w: 630;
    text-align: center;
  }
}
#teacher {
  position: relative;
  width: 100%;
  aspect-ratio: 780/1513;
  background: url(../images/teacher_bg_sp.jpg) no-repeat center top/100% auto;
}

@media screen and (min-width: 781px) {
  #teacher {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 689 / 2000);
    background: url(../images/teacher_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
}
#schools {
  position: relative;
  width: 100%;
  aspect-ratio: 780/1294;
  background: url(../images/schools_bg_sp.jpg) no-repeat center top/100% auto;
}

@media screen and (min-width: 781px) {
  #schools {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 825 / 2000);
    background: url(../images/schools_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
}
#benefits {
  position: relative;
  width: 100%;
  aspect-ratio: 780/3405;
  background: url(../images/benefits_bg_sp.jpg) no-repeat center top/100% auto;
}

@media screen and (min-width: 781px) {
  #benefits {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 920 / 2000);
    background: url(../images/benefits_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
}
#plan {
  position: relative;
  width: 100%;
  aspect-ratio: 780/1471;
  background: url(../images/plan_bg_sp.jpg) no-repeat center top/100% auto;
}
#plan .plan__btn {
  position: absolute;
  width: 90%;
  top: 88.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#plan .plan__btn .btn-label {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#plan .plan__btn .btn__desc {
  text-align: center;
  margin-top: 3%;
  color: white;
}

@media screen and (min-width: 781px) {
  #plan {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 992 / 2000);
    background: url(../images/plan_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #plan .plan__btn {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 992 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
    --x: 702;
    --y: 814;
    --w: 600;
    transform: none;
  }
}
#schedule {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%23e3e3e3' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  padding: 40px 0px 40px;
}
#schedule .schedule_h2 img {
  width: 85%;
  margin: 0 auto 5%;
}
#schedule .schedule__inner {
  margin: 0 auto;
  overflow-x: auto;
  background-color: white;
  padding: 5%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
#schedule .schedule__table {
  width: 100%;
  border-collapse: collapse;
}
#schedule .schedule__th {
  background-color: #333;
  color: #fff;
  padding: 14px 6px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#schedule .schedule__th--capacity, #schedule .schedule__th--status {
  display: none;
}
#schedule .schedule__row {
  border-bottom: 1px solid #ccc;
}
#schedule .schedule__td {
  padding: 16px 6px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.8;
}
#schedule .schedule__td--capacity, #schedule .schedule__td--status {
  display: none;
}
#schedule .schedule__badge {
  display: inline-block;
  padding: 6px 16px;
  color: white;
  border-radius: 999px;
  font-size: 0.85rem;
  white-space: nowrap;
  background-color: #2d8f5e;
}
#schedule .schedule__btn {
  position: relative;
  width: 90%;
  margin: 10% auto 0;
}
#schedule .schedule__btn .btn-label {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#schedule .schedule__btn .btn__desc {
  text-align: center;
  margin-top: 3%;
}

@media screen and (min-width: 781px) {
  #schedule .schedule_h2 img {
    width: 500px;
  }
  #schedule .schedule__inner {
    width: 960px;
    max-width: 100%;
    padding: 40px;
  }
  #schedule .schedule__btn {
    width: 500px;
    margin: 40px auto 0;
  }
  #schedule .schedule__btn .btn-label {
    top: 30%;
  }
  #schedule .schedule__btn .btn__desc {
    text-align: center;
    margin-top: 3%;
  }
  #schedule .schedule__th {
    padding: 14px 10px;
  }
  #schedule .schedule__th--capacity, #schedule .schedule__th--status {
    display: table-cell;
  }
  #schedule .schedule__td {
    padding: 24px 10px;
  }
  #schedule .schedule__td--capacity, #schedule .schedule__td--status {
    display: table-cell;
  }
}
#faq {
  padding: 10% 0;
}
#faq .faq__title {
  margin-bottom: 5%;
}
#faq .faq__title img {
  margin: 0 auto;
}
#faq .faq__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  list-style: none;
  margin: 0 0 5% 0;
  padding: 0;
}
#faq .faq__item {
  background: #e8f0f8;
  border-radius: 8px;
  padding: 5%;
}
#faq .faq__q,
#faq .faq__a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
#faq .faq__q {
  margin-bottom: 12px;
}
#faq .faq__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
  font-size: 1rem;
}
#faq .faq__icon--q {
  background: #0a223f;
  color: white;
}
#faq .faq__icon--a {
  background: white;
  color: #0a223f;
  border: 2px solid #0a223f;
}
#faq .faq__question {
  margin: 0;
  font-weight: bold;
  font-size: 4vw;
  padding-top: 4px;
}
#faq .faq__answer {
  margin: 0;
  padding-top: 4px;
}
@media screen and (min-width: 781px) {
  #faq {
    padding: 5% 5%;
  }
  #faq .faq__list {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  #faq .faq__item {
    padding: 40px;
  }
  #faq .faq__question {
    font-size: 20px;
  }
}

.faq__accordion {
  margin-bottom: 24px;
}

.accordion__item {
  border: 1px solid #d0d8e4;
  border-radius: 8px;
  background: white;
  margin-bottom: 3%;
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  .accordion__item {
    margin-bottom: 15px;
  }
}

.accordion__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 16px;
}

.accordion__question {
  font-weight: bold;
  color: #0a223f;
  font-size: 4vw;
}

.accordion__icon {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  position: relative;
  color: #0a223f;
}
.accordion__icon::before, .accordion__icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}
.accordion__icon::before {
  width: 15px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.accordion__icon::after {
  width: 2px;
  height: 15px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.accordion__trigger[aria-expanded=true] .accordion__icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.accordion__panel.is-open {
  max-height: 600px;
}
.accordion__panel > * {
  padding: 0 24px 20px;
}

.accordion__answer {
  color: #333;
  padding: 0 15% 8% 6%;
}

@media screen and (min-width: 781px) {
  .accordion__question {
    font-size: 20px;
  }
  .accordion__answer {
    padding: 0 80px 30px 30px;
  }
}
#offer {
  position: relative;
  width: 100%;
  aspect-ratio: 780/1686;
  background: url(../images/Offer_bg_sp.jpg) no-repeat center top/100% auto;
}
#offer .offer__subtitle,
#offer .offer__btn,
#offer .offer__txt01,
#offer .offer__btn_line,
#offer .offer__txt02 {
  position: absolute;
}
#offer .offer__subtitle {
  left: 50%;
  top: 18.5%;
  width: 95%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
#offer .offer__btn {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#offer .offer__btn .btn-label {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#offer .offer__btn01 {
  top: 29%;
}
#offer .offer__txt01 {
  left: 45%;
  top: 56%;
  width: 48%;
  color: white;
  text-align: left;
}
#offer .offer__btn02 {
  top: 74%;
}
#offer .offer__btn_line {
  position: absolute;
  width: 70%;
  top: 83%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#offer .offer__btn_line .btn-label {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#offer .offer__txt02 {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 92%;
  text-align: center;
}
#offer .offer__txt02 .offer__tel {
  color: #fbe997;
  font-size: 4.5vw;
  line-height: 1.7;
}
#offer .offer__txt02 .offer__reception {
  color: white;
}

@media screen and (min-width: 781px) {
  #offer {
    position: relative;
    --bg-w: min(2000px, calc(2000 * 100vw / 1100));
    --bg-h: calc(var(--bg-w) * 1167 / 2000);
    background: url(../images/Offer_bg_pc.jpg) no-repeat center top/var(--bg-w) auto;
    height: var(--bg-h);
  }
  #offer .offer__subtitle,
  #offer .offer__btn,
  #offer .offer__txt01,
  #offer .offer__btn_line,
  #offer .offer__txt02 {
    position: absolute;
    left: calc((100% - var(--bg-w)) / 2 + var(--x) / 2000 * var(--bg-w));
    top: calc(var(--y) / 1167 * var(--bg-h));
    width: calc(var(--w) / 2000 * var(--bg-w));
  }
  #offer .offer__subtitle {
    --x: 1000;
    --y: 270;
    --w: 620;
  }
  #offer .offer__btn01 {
    --x: 1000;
    --y: 373;
    --w: 600;
  }
  #offer .offer__txt01 {
    --x: 721;
    --y: 755;
    --w: 567;
    text-align: center;
  }
  #offer .offer__btn02 {
    --x: 1000;
    --y: 897;
    --w: 600;
  }
  #offer .offer__btn_line {
    --x: 1000;
    --y: 990;
    --w: 400;
  }
  #offer .offer__txt02 {
    --x: 1000;
    --y: 1098;
    --w: 567;
  }
  #offer .offer__txt02 .offer__tel {
    font-size: 24px;
  }
}
.footer {
  text-align: center;
  padding: 2rem 0 13rem 0;
  margin-top: 0px;
  background-color: black;
}
@media screen and (min-width: 781px) {
  .footer {
    padding: 2rem 0 8rem 0;
  }
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
}
.footer .menu li {
  margin: 0;
  padding: 0 20px;
}
.footer .copyright {
  margin: 0;
  padding: 20px 0 0 0;
}

.menu li {
  padding: 0 20px;
  font-size: 16px;
}

.menu li:nth-child(2) {
  border-left: 1px solid white;
}

.menu li:nth-child(3) {
  border-left: 1px solid white;
}

.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.fixed-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.fixed-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  padding: 14px 10px;
  text-decoration: none;
  color: white;
  gap: 6px;
}
.fixed-cta__btn--apply {
  background-color: #ff9900;
  flex: 0 0 60%;
}
.fixed-cta__btn--line {
  background-color: #06c755;
  flex: 0 0 40%;
}
.fixed-cta__icon {
  font-size: 1.8rem;
  line-height: 1;
}
.fixed-cta__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 781px) {
  .fixed-cta {
    background-color: #111;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    height: 80px;
  }
  .fixed-cta .fixed-cta__btn--apply {
    width: 350px;
  }
  .fixed-cta .fixed-cta__btn--line {
    width: 200px;
  }
  .fixed-cta__btn {
    flex-direction: row;
    flex: 0 0 auto;
    padding: 12px 28px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .fixed-cta__icon {
    font-size: 1.4rem;
  }
  .fixed-cta__text {
    font-size: 20px;
    white-space: nowrap;
    font-weight: bold;
  }
}