@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -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, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

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

html {
  font-size: 0.0329924117vw;
  scroll-behavior: smooth;
}

body {
  font-family: "Kiwi Maru", serif;
  color: #000;
  font-size: 16rem;
}
body.is-active {
  overflow: hidden;
}

.wrapper {
  overflow-x: hidden;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .is-pc {
    display: none;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 119rem;
  padding-right: 194rem;
  padding-top: 90rem;
  padding-bottom: 57rem;
}
@media screen and (max-width: 767.9px) {
  .header {
    padding: 20px;
    height: 60px;
  }
}

.header__logo {
  width: 398rem;
}
@media screen and (max-width: 767.9px) {
  .header__logo {
    width: 120px;
  }
}

.header__logo-img {
  width: 100%;
  height: auto;
  aspect-ratio: 796/182;
}

.header__logo-text {
  font-size: 27rem;
  font-weight: 300;
  white-space: nowrap;
  margin-top: 18rem;
}
@media screen and (max-width: 767.9px) {
  .header__logo-text {
    font-size: 10px;
    margin-top: 8px;
  }
}

.header__nav {
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .header__nav {
    display: none;
  }
}

.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 114rem;
  font-weight: 300;
}

.header__nav-item {
  text-align: center;
}
.header__nav-item li {
  width: 100%;
  height: 100%;
}
.header__nav-item a {
  display: inline-block;
}
.header__nav-item img {
  width: 64rem;
  height: auto;
}
.header__nav-item p {
  margin-top: 33rem;
  font-size: 36rem;
}

.footer {
  padding-top: 118rem;
  padding-bottom: 217rem;
  background-color: #05aa5f;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}

.footer__logo {
  display: inline-block;
  width: 298rem;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .footer__logo {
    width: 150px;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
}

.footer__text {
  font-size: 32.5rem;
  font-weight: 500;
  margin-top: 14rem;
}
@media screen and (max-width: 767.9px) {
  .footer__text {
    font-size: 10px;
    margin-top: 8px;
  }
}
.footer__text .small {
  font-size: 21.5rem;
  margin-left: 10rem;
}
@media screen and (max-width: 767.9px) {
  .footer__text .small {
    font-size: 8px;
    margin-left: 4px;
    margin-top: 8px;
  }
}

.footer__menu {
  margin-top: 78rem;
  font-size: 32.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80rem;
}
@media screen and (max-width: 767.9px) {
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 10px;
    margin-top: 24px;
    gap: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.drawer__icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .drawer__icon {
    display: none;
  }
}
@media screen and (min-width: calc(767.9px + 0.1px)) and (max-width: 1023.9px) {
  .drawer__icon {
    display: none;
  }
}
.drawer__icon.js-show .drawer__icon--bar1 {
  rotate: 45deg;
  translate: 0 10px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.drawer__icon.js-show .drawer__icon--bar2 {
  opacity: 0;
}
.drawer__icon.js-show .drawer__icon--bar3 {
  rotate: -45deg;
  translate: 0 -10px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.drawer__icon--bar {
  width: 30px;
  height: 20px;
  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;
}

.drawer__icon--bar1 {
  height: 1px;
  width: 100%;
  background-color: #000;
  scale: 1 1.1;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
  border-radius: 5px;
}

.drawer__icon--bar2 {
  height: 1px;
  width: 100%;
  background-color: #000;
  scale: 1 1.1;
  border-radius: 5px;
}

.drawer__icon--bar3 {
  height: 1px;
  width: 100%;
  background-color: #000;
  scale: 1 1.1;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
  border-radius: 5px;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 90vh;
  background-color: #fff;
  z-index: 500;
  translate: 101%;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.drawer.js-show {
  translate: 0;
}

.drawer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.drawer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.drawer__nav-item {
  font-size: 16px;
}
.drawer__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.drawer__nav-item img {
  width: 30px;
}

.side__links {
  position: fixed;
  right: 100rem;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 767.9px) {
  .side__links {
    right: 0;
  }
}

.side__links-img {
  position: absolute;
  right: 67rem;
  top: -80rem;
  width: 130rem;
  height: 136rem;
}
@media screen and (max-width: 767.9px) {
  .side__links-img {
    width: 42px;
    height: auto;
    top: -32px;
    right: 8px;
  }
}

.side__link, .side__link--bottom, .side__link--top {
  display: block;
  text-align: center;
  font-size: 48.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  width: 462rem;
  border-radius: 27rem;
}
@media screen and (max-width: 767.9px) {
  .side__link, .side__link--bottom, .side__link--top {
    font-size: 12px;
    width: 100px;
  }
}
.side__link--top {
  padding-block: 55rem 48rem;
  background-color: #f99213;
}
@media screen and (max-width: 767.9px) {
  .side__link--top {
    padding-block: 8px;
  }
}
.side__link--bottom {
  margin-top: 21rem;
  background-color: #05aa5f;
  padding-block: 55rem;
}
@media screen and (max-width: 767.9px) {
  .side__link--bottom {
    padding-block: 8px;
  }
}

.section__title {
  text-align: center;
}

.section__title-icon {
  width: 115rem;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .section__title-icon {
    width: 30px;
  }
}

.section__title-en {
  font-size: 36rem;
  text-align: center;
  display: block;
  font-weight: 500;
  margin-top: 67rem;
}
@media screen and (max-width: 767.9px) {
  .section__title-en {
    font-size: 12px;
  }
}

.section__title-head {
  margin-top: 38rem;
  font-size: 73rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .section__title-head {
    font-size: 18px;
    margin-top: 8px;
    line-height: 1.5;
  }
}

.fv {
  margin-inline: 71px 86px;
  padding-inline: 15rem 37rem;
  padding-top: 139rem;
  padding-bottom: 48rem;
  border: solid 10rem #fabd0e;
}
@media screen and (max-width: 767.9px) {
  .fv {
    margin-inline: 20px;
    padding-inline: 8px;
    border-width: 3px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 8px;
  }
}

.fv__copy {
  font-size: 89.5rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 240rem;
}
@media screen and (max-width: 767.9px) {
  .fv__copy {
    font-size: 20px;
    padding-left: 0;
  }
}

.fv__copy-img {
  position: absolute;
  top: -20rem;
  right: 50rem;
  translate: 100%;
  width: 182rem;
  height: 175rem;
}
@media screen and (max-width: 767.9px) {
  .fv__copy-img {
    width: 36px;
    height: auto;
    top: -10px;
    right: 20px;
  }
}

.fv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50rem;
}
@media screen and (max-width: 767.9px) {
  .fv__contents {
    margin-top: 0;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24px;
    row-gap: 24px;
  }
}

.fv__lett {
  width: 982rem;
}
@media screen and (max-width: 767.9px) {
  .fv__lett {
    width: 50%;
  }
}

.fv__left-top {
  width: 100%;
  height: auto;
  aspect-ratio: 982/770;
  position: relative;
  z-index: 1;
}

.fv__left-bottom {
  width: 86.5580448065%;
  height: auto;
  aspect-ratio: 850/627;
  margin-left: 95rem;
  margin-top: -113rem;
}
@media screen and (max-width: 767.9px) {
  .fv__left-bottom {
    width: 100%;
  }
}

.fv__center {
  width: 841rem;
  margin-left: 65rem;
  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;
  margin-bottom: 23rem;
}
@media screen and (max-width: 767.9px) {
  .fv__center {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.fv__center-img {
  width: 100%;
  height: auto;
}

.fv__center-link {
  width: 583rem;
  height: auto;
  aspect-ratio: 1160/480;
  margin-top: 51rem;
}
@media screen and (max-width: 767.9px) {
  .fv__center-link {
    width: 200px;
    margin-top: 24px;
  }
}

.fv__center-link-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv__right {
  width: 934rem;
}
@media screen and (max-width: 767.9px) {
  .fv__right {
    width: 50%;
  }
}

.fv__right-img {
  width: 100%;
  height: auto;
  aspect-ratio: 938/720;
  margin-bottom: 302rem;
}
@media screen and (max-width: 767.9px) {
  .fv__right-img {
    margin-bottom: 0;
  }
}

.introduction {
  padding-top: 131rem;
  padding-bottom: 143rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .introduction {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline: 20px;
  }
}

.introduction__icon {
  width: 102rem;
  height: 112rem;
}
@media screen and (max-width: 767.9px) {
  .introduction__icon {
    width: 32px;
    height: auto;
  }
}

.introduction__head {
  margin-top: 72rem;
  font-size: 63.5rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .introduction__head {
    margin-top: 16px;
    font-size: 18px;
  }
}

.introduction__text {
  margin-top: 72rem;
  font-size: 41rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .introduction__text {
    margin-top: 24px;
    font-size: 14px;
  }
}

.cta {
  width: 1700rem;
  margin-inline: auto;
  background-color: #05aa5f;
  color: #fff;
  border: solid 1px #000;
  border-radius: 75rem;
  text-align: center;
  padding-top: 130rem;
  padding-bottom: 104rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .cta {
    width: 80%;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-inline: 16px;
  }
}

.cta__head {
  font-size: 55rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .cta__head {
    font-size: 20px;
  }
}

.cta__text {
  margin-top: 160rem;
  font-size: 32rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .cta__text {
    margin-top: 32px;
    font-size: 14px;
  }
}

.cta__link {
  display: inline-block;
  margin-top: 162rem;
  font-size: 48rem;
  font-weight: 500;
  padding: 63rem 166rem 64rem 52rem;
  background-color: #ff8a44;
  border-radius: 26rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .cta__link {
    margin-top: 40px;
    padding: 20px 40px 20px 20px;
    font-size: 14px;
  }
}
.cta__link:after {
  position: absolute;
  content: "";
  top: 46rem;
  right: 35rem;
  width: 107rem;
  height: 97rem;
  background: url("../img/link_accent.png") no-repeat center center/contain;
}
@media screen and (max-width: 767.9px) {
  .cta__link:after {
    top: 10px;
    right: 8px;
    width: 28px;
    height: auto;
    aspect-ratio: 107/97;
  }
}

.cta__img, .cta__img--bottom, .cta__img--top {
  position: absolute;
}
.cta__img--top {
  top: 254rem;
  right: -207rem;
  width: 517rem;
  height: 513rem;
}
@media screen and (max-width: 767.9px) {
  .cta__img--top {
    top: -24px;
    right: -24px;
    width: 100px;
    height: auto;
  }
}
.cta__img--bottom {
  bottom: 374rem;
  left: -276rem;
  width: 504rem;
  height: 469rem;
}
@media screen and (max-width: 767.9px) {
  .cta__img--bottom {
    width: 80px;
    height: auto;
    left: -24px;
    bottom: 72px;
  }
}

.about {
  padding-top: 179rem;
}
@media screen and (max-width: 767.9px) {
  .about {
    padding-top: 40px;
    padding-inline: 20px;
  }
}

.about__copy {
  margin-top: 169rem;
  font-size: 73rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .about__copy {
    margin-top: 40px;
    font-size: min(16px,3.9024vw);
  }
}

.about__text {
  margin-top: 142rem;
  font-size: 36rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .about__text {
    margin-top: 40px;
    font-size: 14px;
  }
}

.feature {
  padding-top: 179rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .feature {
    padding-top: 40px;
    padding-inline: 20px;
  }
}

.feature__items {
  margin-top: 213rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-column-gap: 58rem;
     -moz-column-gap: 58rem;
          column-gap: 58rem;
}
@media screen and (max-width: 767.9px) {
  .feature__items {
    margin-top: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}

.feature__item {
  width: 1094rem;
  aspect-ratio: 1/1;
  position: relative;
  text-align: center;
  background: url("../img/feature_bg.png") no-repeat center center/cover;
}
.feature__item:nth-child(-n+2) {
  margin-top: -47rem;
}
@media screen and (max-width: 767.9px) {
  .feature__item:nth-child(-n+2) {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.feature__item:nth-child(2) .feature__img {
  translate: -30%;
}
@media screen and (max-width: 767.9px) {
  .feature__item:nth-child(2) .feature__img {
    translate: -50% -50%;
  }
}
@media screen and (max-width: 767.9px) {
  .feature__item {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}

.feature__img {
  position: absolute;
  top: -165rem;
  left: 50%;
  translate: -50%;
  width: 422rem;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .feature__img {
    width: 80px;
    top: 0;
    left: 50%;
    translate: -50% -50%;
  }
}

.feature__item-head {
  margin-top: 271rem;
  font-size: 41.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .feature__item-head {
    margin-top: 64px;
    font-size: 16px;
  }
}

.feature__item-text {
  margin-top: 79rem;
  font-size: 29.5rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .feature__item-text {
    margin-top: 16px;
    font-size: 10px;
  }
}

.feature__link {
  display: inline-block;
  margin-top: 152rem;
  width: 583rem;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .feature__link {
    margin-top: 24px;
    width: 200px;
  }
}

.feature__link-img {
  width: 100%;
  height: 100%;
}

.plan {
  padding-top: 202rem;
}
@media screen and (max-width: 767.9px) {
  .plan {
    padding-top: 40px;
    padding-inline: 20px;
  }
}

.plan__text {
  text-align: center;
  margin-top: 145rem;
  font-size: 36rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .plan__text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.plan__items {
  margin-top: 98rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .plan__items {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.plan__item {
  padding-top: 133rem;
  padding-bottom: 239rem;
  width: 1489rem;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .plan__item {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
  }
}
.plan__item:first-child {
  background-color: #02afdc;
  padding-left: 289rem;
  padding-right: 53rem;
}
@media screen and (max-width: 767.9px) {
  .plan__item:first-child {
    padding-inline: 20px;
  }
}
.plan__item:first-child .plan__support {
  background-color: #0273be;
}
.plan__item:last-child {
  background-color: #8cc33b;
  padding-right: 289rem;
  padding-left: 53rem;
}
@media screen and (max-width: 767.9px) {
  .plan__item:last-child {
    padding-inline: 20px;
  }
}
.plan__item:last-child .plan__support {
  background-color: #05aa5f;
}

.plan__item-wrapper {
  text-align: center;
}

.plan-item__head {
  font-size: 37.5rem;
  font-weight: 500;
  line-height: 1.5;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .plan-item__head {
    font-size: 18px;
  }
}

.plan__detail {
  margin-top: 80rem;
  padding-top: 149rem;
  padding-bottom: 65rem;
  padding-left: 29rem;
  padding-right: 39rem;
  border: 10rem solid #fff;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .plan__detail {
    margin-top: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-inline: 20px;
    border-width: 2px;
  }
}

.plan__detail-head {
  font-size: 48rem;
}
@media screen and (max-width: 767.9px) {
  .plan__detail-head {
    font-size: 18px;
  }
}

.plan__detail-price {
  font-size: 37.5rem;
}
@media screen and (max-width: 767.9px) {
  .plan__detail-price {
    font-size: 12px;
  }
}
.plan__detail-price .price {
  font-size: 60rem;
}
@media screen and (max-width: 767.9px) {
  .plan__detail-price .price {
    font-size: 18px;
  }
}

.plan__detail-price-sub {
  font-size: 24rem;
}
@media screen and (max-width: 767.9px) {
  .plan__detail-price-sub {
    font-size: 10px;
  }
}

.plan__support {
  margin-top: 78rem;
  position: relative;
  padding: 58rem 136rem 45rem;
}
@media screen and (max-width: 767.9px) {
  .plan__support {
    margin-top: 16px;
    padding: 8px;
    max-width: 300px;
    margin-inline: auto;
  }
}

.plan__support-text {
  font-size: 37.5rem;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
@media screen and (max-width: 767.9px) {
  .plan__support-text {
    font-size: 14px;
  }
}

.plan__support-img {
  position: absolute;
  bottom: 72rem;
  right: 30rem;
  width: 190rem;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .plan__support-img {
    width: 40px;
    right: 0;
    bottom: auto;
    top: -24px;
  }
}

.middle-introduction {
  padding-top: 205rem;
  padding-bottom: 143rem;
}
@media screen and (max-width: 767.9px) {
  .middle-introduction {
    padding-block: 40px 80px;
    padding-inline: 20px;
  }
}

.middle-introduction__text {
  margin-top: 181rem;
  text-align: center;
  font-size: 36rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .middle-introduction__text {
    margin-top: 40px;
    font-size: 14px;
  }
}

.curriculum {
  margin-top: 200rem;
  padding-top: 184rem;
}
@media screen and (max-width: 767.9px) {
  .curriculum {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.curriculum__copy {
  margin-top: 180rem;
  text-align: center;
  font-size: 73rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .curriculum__copy {
    margin-top: 24px;
    font-size: 18px;
  }
}

.curriculum__items {
  margin-top: 110rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 110rem;
}
@media screen and (max-width: 767.9px) {
  .curriculum__items {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 20px;
    gap: 24px;
  }
}

.curriculum__item {
  text-align: center;
  padding-top: 71rem;
  padding-bottom: 85rem;
  padding-left: 24rem;
  padding-right: 33rem;
  -webkit-box-shadow: 4.9px 12.1px 7px 0 rgba(0, 0, 0, 0.48);
          box-shadow: 4.9px 12.1px 7px 0 rgba(0, 0, 0, 0.48);
}
@media screen and (max-width: 767.9px) {
  .curriculum__item {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-inline: 20px;
  }
}

.curriculum__item-head {
  font-size: 90rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .curriculum__item-head {
    font-size: 18ex;
  }
}

.curriculum__item-img {
  width: auto;
  height: 375rem;
  margin-top: 50rem;
}
@media screen and (max-width: 767.9px) {
  .curriculum__item-img {
    margin-top: 16px;
    height: 120px;
  }
}

.curriculum__item-text {
  margin-top: 50rem;
  font-size: 36rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .curriculum__item-text {
    font-size: 12px;
    margin-top: 16px;
  }
}

.contact {
  padding-bottom: 68rem;
  padding-top: 180rem;
}
@media screen and (max-width: 767.9px) {
  .contact {
    
    padding-top: 40px;
    padding-inline: 20px;
  }
}

.contact__text {
  font-size: 36rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .contact__text {
    font-size: 14px;
  }
}

.contact__form {
  margin-top: 107rem;
  width: 1070rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .contact__form {
    margin-top: 24px;
    width: 100%;
  }
}

.contact__item {
  margin-top: 52rem;
}
@media screen and (max-width: 767.9px) {
  .contact__item {
    margin-top: 24px;
  }
}

.contact__item-head {
  font-size: 36rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .contact__item-head {
    font-size: 14px;
  }
}

.contact__item-body {
  margin-top: 38rem;
  font-size: 36rem;
}
@media screen and (max-width: 767.9px) {
  .contact__item-body {
    margin-top: 8px;
  }
}

.contact__item-input {
  padding: 38rem;
  width: 100%;
  background-color: #fdf8eb;
  border: 1rem solid #858585;
}
@media screen and (max-width: 767.9px) {
  .contact__item-input {
    padding: 8px;
  }
}

.contact__item-textarea {
  height: 419rem;
  width: 100%;
  background-color: #fdf8eb;
  border: 1rem solid #858585;
  padding: 38rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .contact__item-textarea {
    height: 200px;
  }
}

.contact__item-submit {
  margin-top: 82rem;
  padding: 40rem 193rem;
  background-color: #ff8a44;
  border-radius: 56rem;
  color: #fff;
  font-size: 36rem;
  font-weight: 500;
  margin-inline: auto;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .contact__item-submit {
    margin-top: 16px;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 14px;
  }
}

.screen-reader-response {
  display: none;
  visibility: hidden;
}

.wpcf7-not-valid-tip {
  color: red;
}
@media screen and (max-width: 767.9px) {
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}

.wpcf7-response-output {
  color: red;
  margin-top: 20rem;
  font-size: 38rem;
}
@media screen and (max-width: 767.9px) {
  .wpcf7-response-output {
    margin-top: 8px;
    font-size: 14px;
  }
}

.faq {
  padding-top: 132rem;
  padding-bottom: 68rem;
  margin-top: 100rem;
}
@media screen and (max-width: 767.9px) {
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline: 20px;
    margin-top: 40px;
  }
}

.faq__items {
  width: 1050rem;
  margin-inline: auto;
  margin-top: 144rem;
}
@media screen and (max-width: 767.9px) {
  .faq__items {
    width: 100%;
    margin-top: 24px;
  }
}

.faq__item {
  font-size: 40.5rem;
  font-weight: 500;
  line-height: 1.5;
  padding-block: 60rem;
  border-top: 2rem solid #858585;
}
@media screen and (max-width: 767.9px) {
  .faq__item {
    font-size: 14px;
    border-width: 1px;
    padding-block: 16px;
  }
}
.faq__item:last-child {
  border-bottom: 2rem solid #858585;
}
@media screen and (max-width: 767.9px) {
  .faq__item:last-child {
    border-width: 1px;
  }
}
.faq__item[open] .faq__item-head::before {
  content: "-";
}

.faq__item-head {
  text-align: center;
  list-style: none;
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .faq__item-head {
    padding-right: 32px;
  }
}
.faq__item-head::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 100% -50%;
  width: 81rem;
  height: 81rem;
  background-color: #05aa5f;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 36rem;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .faq__item-head::before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    translate: 0 -50%;
  }
}

.faq__item-body {
  padding-block: 60rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .faq__item-body {
    padding-block: 16px;
  }
}

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


.map-area {
  padding-top: 132rem;
  padding-bottom: 68rem;
  width: 1700rem;
  margin-inline: auto;
  aspect-ratio: 600 / 450;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .map-area {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline: 20px;
    width: 100%;
  }
}

.map-area iframe {
  width: 100%;
  height: 100%;
}