@charset "UTF-8";
:root {
  --font-size-base: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  --font-weight-base: 400;
  --line-height-base: 1.5;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-accent-ja: "Noto Serif JP", serif;
  --font-family-accent-value: "Noto Sans", sans-serif;
  --theme-color-black: #000;
  --theme-color-black2: #202c2d;
  --theme-color-white: #fff;
  --theme-color-gray: #6f7164;
  --theme-color-gray2: #999b8a;
  --theme-color-red: #dc0000;
  --theme-color-red2: #e70000;
  --theme-color-orange: #f07238;
  --theme-color-l-orange: #ffc0a3;
  --theme-color-green: #42696b;
  --theme-color-l-green: #dfe2cc;
  --theme-color-yellow-green: #f8fdd6;
  --button-bg: linear-gradient(0deg, #f07238 50%, #ffc0a3 100%);
  --inner-width: clamp(21.5384615385px, 6.1538461538vw, 47.2px);
}
@media screen and (min-width: 768px) {
  :root {
    --inner-width: 40px;
  }
}
:root {
  --header-height: clamp(50.2564102564px, 14.358974359vw, 110.1333333333px);
}
@media screen and (min-width: 768px) {
  :root {
    --header-height: 94px;
  }
}

/* ===========================================
共通設定
=========================================== */
body {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--theme-color-black);
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-base);
  position: relative;
}

.inline-block {
  display: inline-block;
  font-weight: inherit;
}

@media not screen and (min-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-tb {
    display: none;
  }
}

.js .js-fade-in {
  opacity: 0;
  translate: 0 30px;
  -webkit-transition: opacity 0.8s ease, translate 0.8s ease;
  transition: opacity 0.8s ease, translate 0.8s ease;
}
.js .js-fade-in.is-visible {
  opacity: 1;
  translate: 0;
}

@media (prefers-reduced-motion: reduce) {
  .js .js-fade-in {
    opacity: 1;
    translate: none;
    -webkit-transition: none;
    transition: none;
  }
}
.inner {
  padding-inline: var(--inner-width);
  max-width: calc(719px + var(--inner-width) * 2);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: var(--inner-width);
    max-width: calc(1200px + var(--inner-width) * 2);
    margin-inline: auto;
  }
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  min-width: clamp(269.2307692308px, 76.9230769231vw, 590px);
  padding-top: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  padding-bottom: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  background: var(--button-bg);
  border-radius: 100px;
  color: var(--theme-color-white);
  font-size: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  font-weight: 700;
  line-height: 1.03;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5), 0 0 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5), 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .button {
    gap: 20px;
    min-width: 586px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .button:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.button.header__button {
  gap: 8px;
  min-width: 270px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1;
}
.button.drawer-nav__button {
  gap: clamp(7.1794871795px, 2.0512820513vw, 15.7333333333px);
  min-width: clamp(242.3076923077px, 69.2307692308vw, 531px);
  padding-top: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  padding-bottom: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  font-size: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  line-height: 1;
}
.button.drawer-nav__button .button__icon {
  width: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  height: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
}
@media screen and (min-width: 768px) {
  .button.mv__button {
    min-width: 450px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.button__text {
  font-weight: inherit;
}

.button__icon {
  width: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
  height: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
}
@media screen and (min-width: 768px) {
  .button__icon {
    width: 17px;
    height: 17px;
  }
}

.heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4.4871794872px, 1.2820512821vw, 9.8333333333px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .heading {
    gap: 10px;
  }
}
.heading::after {
  position: absolute;
  content: "";
  bottom: clamp(-19.6666666667px, -2.5641025641vw, -8.9743589744px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(195.641025641px, 55.8974358974vw, 428.7333333333px);
  height: clamp(2.6923076923px, 0.7692307692vw, 5.9px);
  background: var(--theme-color-orange);
}
@media screen and (min-width: 768px) {
  .heading::after {
    bottom: -21px;
    width: 336px;
    height: 4px;
  }
}
.heading.heading--light {
  color: var(--theme-color-white);
}
.heading.heading--light .heading-en {
  color: var(--theme-color-gray2);
}
.heading.heading--light .heading-en .is-orange {
  color: #f07238;
}

.heading-en {
  color: var(--theme-color-gray);
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .heading-en {
    font-size: 16px;
  }
}
.heading-en .is-orange {
  color: #f07238;
  font-weight: inherit;
}

.heading-ja {
  text-align: center;
  font-size: clamp(21.5384615385px, 6.1538461538vw, 47.2px);
  font-weight: 700;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  .heading-ja {
    font-size: 40px;
  }
}

/* ===========================================
ヘッダー
=========================================== */
.header {
  position: relative;
  z-index: 100;
  background: var(--theme-color-green);
  height: var(--header-height);
}

.header__inner {
  padding-inline: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 28px;
    max-width: 1440px;
    margin-inline: auto;
  }
}

.header__content {
  height: 100%;
  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;
}

.header__logo {
  display: inline-block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin-left: 12px;
  }
}

.header__logo-link {
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .header__logo-link:hover {
    opacity: 0.7;
  }
}
.header__logo-link img {
  max-width: clamp(27.8205128205px, 7.9487179487vw, 60.9666666667px);
  width: 100%;
  mix-blend-mode: screen;
}
@media screen and (min-width: 768px) {
  .header__logo-link img {
    max-width: 61px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__logo-link img {
    max-width: 31px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__nav {
    gap: 16px;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__nav-list {
    gap: 16px;
  }
}

.header__nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.01;
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1.8px;
  text-underline-position: from-font;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-link {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .header__nav-link:hover {
    opacity: 0.7;
  }
}

.header__buttons {
  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;
}

.header__drw-button {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .header__drw-button {
    display: none;
  }
}

.drw-button {
  --hbm-width: clamp(27.8205128205px, 7.9487179487vw, 60.9666666667px);
  --hbm-height: clamp(27.8205128205px, 7.9487179487vw, 60.9666666667px);
  width: var(--hbm-width);
  height: var(--hbm-height);
  padding-left: clamp(2.2435897436px, 0.641025641vw, 4.9166666667px);
  padding-right: clamp(2.2435897436px, 0.641025641vw, 4.9166666667px);
  padding-top: clamp(5.8333333333px, 1.6666666667vw, 12.7833333333px);
  padding-bottom: clamp(5.8333333333px, 1.6666666667vw, 12.7833333333px);
}
.drw-button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 6px;
}
.drw-button.is-open .drw-button__bar:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.drw-button.is-open .drw-button__bar:nth-of-type(2) {
  opacity: 0;
}
.drw-button.is-open .drw-button__bar:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.drw-button__inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.drw-button__bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--theme-color-white);
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drw-button__bar:nth-of-type(1) {
  top: 0;
}
.drw-button__bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drw-button__bar:nth-of-type(3) {
  bottom: 0;
}

/* ===========================================
ドロワーメニュー
=========================================== */
.drawer-nav {
  position: fixed;
  z-index: 1000;
  top: var(--header-height);
  left: 0;
  width: 100vw;
  padding-top: clamp(4.4871794872px, 1.2820512821vw, 9.8333333333px);
  padding-bottom: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
  background: var(--theme-color-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer-nav.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-nav__inner {
  padding-inline: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
}

.drawer-nav__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-nav__item {
  border-bottom: 1px solid var(--theme-color-l-green);
}

.drawer-nav__link {
  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;
  padding-top: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  padding-bottom: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  width: 100%;
}

.drawer-nav__buttons {
  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;
}

.prevent-scroll {
  overflow: hidden;
}

/* ===========================================
メインビジュアル
=========================================== */
.mv {
  position: relative;
  background: var(--theme-color-green);
  padding-top: clamp(2.6923076923px, 0.7692307692vw, 5.9px);
  padding-bottom: clamp(38.5897435897px, 11.0256410256vw, 84.5666666667px);
}
@media screen and (min-width: 768px) {
  .mv {
    padding-top: 28px;
    padding-bottom: 55px;
  }
}

.mv__inner {
  padding-inline: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
}
@media screen and (min-width: 768px) {
  .mv__inner {
    padding-inline: 50px;
    max-width: 1294px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 586px 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__inner {
    grid-template-columns: 586px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mv__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 100%;
}

.mv__hero-lead {
  padding-top: clamp(0.8974358974px, 0.2564102564vw, 1.9666666667px);
  padding-bottom: clamp(0.8974358974px, 0.2564102564vw, 1.9666666667px);
  padding-left: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  padding-right: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  border-radius: clamp(26.9230769231px, 7.6923076923vw, 59px);
  border: clamp(0.8974358974px, 0.2564102564vw, 1.9666666667px) solid var(--theme-color-white);
  background: rgba(255, 255, 255, 0.25);
  text-align: center;
  color: var(--theme-color-white);
  font-weight: 700;
  line-height: 2.02;
}
@media screen and (min-width: 768px) {
  .mv__hero-lead {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 1.26;
  }
}

.mv__hero-title {
  margin-top: clamp(8.0769230769px, 2.3076923077vw, 17.7px);
  color: #fff;
  text-align: center;
  font-family: var(--font-family-accent-ja);
  font-size: clamp(32.3076923077px, 9.2307692308vw, 70.8px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .mv__hero-title {
    margin-top: 16px;
    font-size: 64px;
    line-height: 1.3;
  }
}

.mv__hero-text {
  margin-top: clamp(8.0769230769px, 2.3076923077vw, 17.7px);
  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;
  color: var(--theme-color-white);
}
@media screen and (min-width: 768px) {
  .mv__hero-text {
    margin-top: 11px;
  }
}

.is-small {
  font-weight: 700;
  line-height: 2.02;
}
@media screen and (min-width: 768px) {
  .is-small {
    font-size: 16px;
    line-height: 1.26;
  }
}

.is-normal {
  font-size: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  font-weight: 700;
  line-height: 1.27;
}
@media screen and (min-width: 768px) {
  .is-normal {
    font-size: 24px;
    line-height: 1.3;
  }
}

.mv__box {
  margin-top: clamp(25.1282051282px, 7.1794871795vw, 55.0666666667px);
  -webkit-transform: translateX(clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px));
          transform: translateX(clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px));
}
@media screen and (min-width: 768px) {
  .mv__box {
    margin-top: 31px;
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
  }
}

.mv-box {
  position: relative;
  background: var(--theme-color-white);
  width: clamp(296.1538461538px, 84.6153846154vw, 649px);
  padding-top: clamp(4.4871794872px, 1.2820512821vw, 9.8333333333px);
  padding-bottom: clamp(4.4871794872px, 1.2820512821vw, 9.8333333333px);
  padding-left: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  padding-right: clamp(15.2564102564px, 4.358974359vw, 33.4333333333px);
  border-radius: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .mv-box {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 23px;
    padding-right: 34px;
    border-radius: 20px;
  }
}

.mv-box__label {
  position: absolute;
  z-index: 10;
  top: clamp(-35.4px, -4.6153846154vw, -16.1538461538px);
  left: clamp(-49.1666666667px, -6.4102564103vw, -22.4358974359px);
  width: clamp(49.358974359px, 14.1025641026vw, 108.1666666667px);
  height: clamp(49.358974359px, 14.1025641026vw, 108.1666666667px);
  background: var(--theme-color-red);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .mv-box__label {
    top: -59px;
    left: -49px;
    width: 127px;
    height: 127px;
    gap: 4px;
  }
}

.mv-box__label-text {
  color: var(--theme-color-white);
  font-size: clamp(7.1794871795px, 2.0512820513vw, 15.7333333333px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mv-box__label-text {
    font-size: 20px;
    line-height: 1;
  }
}
.mv-box__label-text.is-large {
  font-size: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
}
@media screen and (min-width: 768px) {
  .mv-box__label-text.is-large {
    font-size: 40px;
    line-height: 1;
  }
}

.mv-box__title {
  text-align: center;
  font-weight: 700;
  line-height: 2.02;
}
@media screen and (min-width: 768px) {
  .mv-box__title {
    font-size: 20px;
    line-height: 1.98;
  }
}

.mv-box__menu-wrapper {
  margin-top: clamp(-3.9333333333px, -0.5128205128vw, -1.7948717949px);
  display: grid;
  grid-template-columns: 1fr clamp(75.3846153846px, 21.5384615385vw, 165.2px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(26.9230769231px, 7.6923076923vw, 59px);
}
@media screen and (min-width: 768px) {
  .mv-box__menu-wrapper {
    margin-top: 7px;
    grid-template-columns: 1fr 167px;
    gap: 26px;
  }
}

.mv-box__menu {
  position: relative;
  margin-top: clamp(6.2820512821px, 1.7948717949vw, 13.7666666667px);
  background: var(--theme-color-white);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  padding-top: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  padding-bottom: clamp(6.2820512821px, 1.7948717949vw, 13.7666666667px);
  padding-left: clamp(2.6923076923px, 0.7692307692vw, 5.9px);
  padding-right: clamp(2.6923076923px, 0.7692307692vw, 5.9px);
}
@media screen and (min-width: 768px) {
  .mv-box__menu {
    margin-top: 14px;
    -webkit-box-shadow: 1.959px 1.959px 5.877px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 1.959px 1.959px 5.877px 0 rgba(0, 0, 0, 0.25);
    padding-top: 19px;
    padding-bottom: 13px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mv-box__menu-title {
  position: absolute;
  top: clamp(-13.7666666667px, -1.7948717949vw, -6.2820512821px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--theme-color-black2);
  padding-top: clamp(1.7948717949px, 0.5128205128vw, 3.9333333333px);
  padding-bottom: clamp(1.7948717949px, 0.5128205128vw, 3.9333333333px);
  padding-left: clamp(4.4871794872px, 1.2820512821vw, 9.8333333333px);
  padding-right: clamp(4.4871794872px, 1.2820512821vw, 9.8333333333px);
  border-radius: clamp(2.6923076923px, 0.7692307692vw, 5.9px);
  color: var(--theme-color-white);
  text-align: center;
  font-size: clamp(7.1794871795px, 2.0512820513vw, 15.7333333333px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mv-box__menu-title {
    top: -14px;
    -webkit-transform: translateX(calc(-50% - 10px));
            transform: translateX(calc(-50% - 10px));
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 9px;
    border-radius: 6px;
    font-size: 16px;
  }
}

.mv-box__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: clamp(3.5897435897px, 1.0256410256vw, 7.8666666667px);
  -webkit-column-gap: clamp(3.5897435897px, 1.0256410256vw, 7.8666666667px);
     -moz-column-gap: clamp(3.5897435897px, 1.0256410256vw, 7.8666666667px);
          column-gap: clamp(3.5897435897px, 1.0256410256vw, 7.8666666667px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width: 768px) {
  .mv-box__menu-list {
    row-gap: 10px;
  }
}

.mv-box__menu-item {
  position: relative;
  padding-left: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  font-size: clamp(7.1794871795px, 2.0512820513vw, 15.7333333333px);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .mv-box__menu-item {
    padding-left: 20px;
    font-size: 16px;
  }
}
.mv-box__menu-item::before {
  position: absolute;
  content: "";
  top: clamp(0.8974358974px, 0.2564102564vw, 1.9666666667px);
  left: 0;
  width: clamp(7.1794871795px, 2.0512820513vw, 15.7333333333px);
  height: clamp(7.1794871795px, 2.0512820513vw, 15.7333333333px);
  background: url(../img/check-icon-gray.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .mv-box__menu-item::before {
    top: 3px;
    width: 16px;
    height: 16px;
  }
}

.mv-box__campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .mv-box__campaign {
    gap: 8px;
  }
}

.mv-box__campaign-text {
  font-size: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  font-weight: 700;
  line-height: 1.68;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mv-box__campaign-text {
    font-size: 24px;
    line-height: 1;
  }
}
.mv-box__campaign-text.is-red {
  color: var(--theme-color-red);
  font-size: clamp(28.7179487179px, 8.2051282051vw, 62.9333333333px);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mv-box__campaign-text.is-red {
    font-size: 64px;
  }
}

.mv-box__bonus {
  position: relative;
  display: inline-block;
  background: var(--theme-color-white);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  margin-top: clamp(2.6923076923px, 0.7692307692vw, 5.9px);
  padding-top: clamp(5.3846153846px, 1.5384615385vw, 11.8px);
  padding-bottom: clamp(5.3846153846px, 1.5384615385vw, 11.8px);
  padding-left: clamp(20.641025641px, 5.8974358974vw, 45.2333333333px);
  padding-right: clamp(20.641025641px, 5.8974358974vw, 45.2333333333px);
  color: #000;
  font-weight: 700;
  line-height: 1.22;
  -webkit-transform: translateX(clamp(6.2820512821px, 1.7948717949vw, 13.7666666667px));
          transform: translateX(clamp(6.2820512821px, 1.7948717949vw, 13.7666666667px));
}
@media screen and (min-width: 768px) {
  .mv-box__bonus {
    -webkit-box-shadow: 1.959px 1.959px 5.877px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 1.959px 1.959px 5.877px 0 rgba(0, 0, 0, 0.25);
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 26px;
    padding-right: 28px;
    font-size: 24px;
    line-height: 1;
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
}
.mv-box__bonus::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(16.1538461538px, 4.6153846154vw, 35.4px);
  height: clamp(16.1538461538px, 4.6153846154vw, 35.4px);
  background: url(../img/sum-icon.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .mv-box__bonus::before {
    width: 35px;
    height: 35px;
  }
}
.mv-box__bonus .is-orange {
  font-weight: inherit;
  color: var(--theme-color-orange);
}

.mv__button-content {
  position: relative;
  z-index: 10;
  margin-top: clamp(306.9230769231px, 87.6923076923vw, 672.6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .mv__button-content {
    margin-top: clamp(64px, -68.916vw + 1056.386px, 350px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__button-content {
    margin-top: 450px;
  }
}

.mv__button {
  position: relative;
}

.mv__button-label {
  display: inline-block;
  position: absolute;
  top: clamp(-25.5666666667px, -3.3333333333vw, -11.6666666667px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: clamp(1.7948717949px, 0.5128205128vw, 3.9333333333px);
  padding-bottom: clamp(1.7948717949px, 0.5128205128vw, 3.9333333333px);
  padding-left: clamp(7.1794871795px, 2.0512820513vw, 15.7333333333px);
  padding-right: clamp(7.1794871795px, 2.0512820513vw, 15.7333333333px);
  border-radius: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  background: var(--theme-color-red2);
  color: var(--theme-color-white);
  text-align: center;
  font-size: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .mv__button-label {
    top: -19px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.38;
  }
}

.mv__notion {
  margin-top: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  color: var(--theme-color-white);
  text-align: center;
  font-size: clamp(11.6666666667px, 3.3333333333vw, 25.5666666667px);
  font-weight: 700;
  line-height: 1.27;
}
@media screen and (min-width: 768px) {
  .mv__notion {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.03;
  }
}

.mv__image {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .mv__image {
    left: auto;
    right: 0;
    width: 48.6111111111%;
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__image {
    width: 533px;
  }
}

.mv__picture img {
  width: 100%;
}

/* ===========================================
投稿の一例
=========================================== */
.quality {
  padding-top: clamp(49.358974359px, 14.1025641026vw, 108.1666666667px);
  padding-bottom: clamp(22.4358974359px, 6.4102564103vw, 49.1666666667px);
}
@media screen and (min-width: 768px) {
  .quality {
    padding-top: 100px;
    padding-bottom: 47px;
  }
}

.quality__content {
  margin-top: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
}
@media screen and (min-width: 768px) {
  .quality__content {
    margin-top: 41px;
  }
}

.quality__text {
  text-align: center;
  font-size: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
}
@media screen and (min-width: 768px) {
  .quality__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.quality__works {
  margin-top: clamp(22.4358974359px, 6.4102564103vw, 49.1666666667px);
  display: grid;
  grid-template-columns: repeat(2, clamp(134.6153846154px, 38.4615384615vw, 295px));
  gap: clamp(26.9230769231px, 7.6923076923vw, 59px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .quality__works {
    margin-top: 61px;
    grid-template-columns: repeat(4, clamp(220px, 15.663vw + 59.458px, 285px));
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .quality__works {
    grid-template-columns: repeat(2, 285px);
  }
}

.quality__work {
  border-radius: 20px;
  overflow: hidden;
}
.quality__work img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .quality__work img {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .quality__work img:hover {
    opacity: 0.7;
  }
}

/* ===========================================
お悩み
=========================================== */
.problem {
  padding-top: clamp(26.9230769231px, 7.6923076923vw, 59px);
  padding-bottom: clamp(53.8461538462px, 15.3846153846vw, 118px);
}
@media screen and (min-width: 768px) {
  .problem {
    padding-top: 50px;
    padding-bottom: 85px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .problem__heading-ja .hidden-pc {
    display: block;
  }
}

.problem__list {
  margin-top: clamp(35.8974358974px, 10.2564102564vw, 78.6666666667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
}
@media screen and (min-width: 768px) {
  .problem__list {
    margin-top: 81px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 23px;
  }
}

.problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  padding-top: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  padding-bottom: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  padding-left: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  padding-right: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  background: var(--theme-color-l-green);
  border-radius: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 0 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 0 0 rgba(0, 0, 0, 0.22);
}
@media screen and (min-width: 768px) {
  .problem__item {
    width: 386px;
    gap: 21px;
    padding-top: 22px;
    padding-bottom: 19px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 11px;
  }
}

.problem__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: clamp(35.8974358974px, 10.2564102564vw, 78.6666666667px);
  height: clamp(35.8974358974px, 10.2564102564vw, 78.6666666667px);
  background: var(--theme-color-white);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .problem__icon {
    width: 60px;
    height: 60px;
  }
}
.problem__icon img {
  width: 100%;
}

.problem__item-text {
  text-align: center;
  font-size: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .problem__item-text {
    font-size: 20px;
    line-height: 1.3;
  }
}

.problem__arrow {
  margin-top: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  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;
  margin-inline: auto;
  width: clamp(49.358974359px, 14.1025641026vw, 108.1666666667px);
  height: clamp(49.358974359px, 14.1025641026vw, 108.1666666667px);
  color: var(--theme-color-gray);
}
@media screen and (min-width: 768px) {
  .problem__arrow {
    margin-top: 68px;
    width: auto;
    height: auto;
    gap: 90px;
  }
}

@media screen and (min-width: 768px) {
  .problem__arrow-icon-sp {
    display: none;
  }
}

.problem__arrow-icon-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .problem__arrow-icon-pc {
    display: block;
  }
}

.problem__solution {
  position: relative;
  margin-top: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  padding-top: clamp(23.3333333333px, 6.6666666667vw, 51.1333333333px);
  padding-bottom: clamp(28.7179487179px, 8.2051282051vw, 62.9333333333px);
  padding-left: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  padding-right: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  border: 3px solid var(--theme-color-black2);
  border-radius: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .problem__solution {
    margin-top: 67px;
    max-width: 996px;
    margin-inline: auto;
    padding-top: 52px;
    padding-bottom: 70px;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 5px;
    border-radius: 16px;
  }
}

.problem__solution-catch {
  text-align: center;
  font-size: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  font-weight: 700;
  line-height: 1.53;
}
@media screen and (min-width: 768px) {
  .problem__solution-catch {
    font-size: 32px;
    line-height: 1.28;
  }
}

.problem__solution-sub {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .problem__solution-sub {
    font-size: 36px;
    font-weight: inherit;
    line-height: 2;
  }
}

.problem__brand {
  position: relative;
  display: inline-block;
  margin-right: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  font-size: clamp(28.7179487179px, 8.2051282051vw, 62.9333333333px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-color-orange);
  border-bottom: 3px solid var(--theme-color-orange);
}
.problem__brand::after {
  position: absolute;
  content: "";
  top: clamp(-3.9333333333px, -0.5128205128vw, -1.7948717949px);
  right: clamp(-13.7666666667px, -1.7948717949vw, -6.2820512821px);
  width: clamp(16.1538461538px, 4.6153846154vw, 35.4px);
  height: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
  background: url(../img/problem-light-icon.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .problem__brand {
    margin-right: 22px;
    font-size: 64px;
    border-bottom-width: 5px;
  }
  .problem__brand::after {
    top: -26px;
    right: -36px;
    width: 52px;
    height: 45px;
  }
}

.problem__solution-text {
  margin-top: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  text-align: center;
  font-size: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .problem__solution-text {
    margin-top: 23px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .problem__solution-text .hidden-pc {
    display: block;
  }
}

.problem__button {
  margin-top: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
}
@media screen and (min-width: 768px) {
  .problem__button {
    margin-top: 50px;
  }
}

/* ===========================================
選ばれる理由
=========================================== */
.reason__inner {
  padding-inline: var(--inner-width);
  max-width: calc(719px + var(--inner-width) * 2);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .reason__inner {
    padding-inline: 0;
    max-width: 1440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reason__inner {
    padding-inline: 40px;
    max-width: 768px;
  }
}

.reason__head {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: clamp(43.9743589744px, 12.5641025641vw, 96.3666666667px);
  padding-bottom: clamp(89.7435897436px, 25.641025641vw, 196.6666666667px);
  background: var(--theme-color-green);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - clamp(38.5897435897px, 11.0256410256vw, 84.5666666667px)), 50% 100%, 0 calc(100% - clamp(38.5897435897px, 11.0256410256vw, 84.5666666667px)));
}
@media screen and (min-width: 768px) {
  .reason__head {
    padding-top: 50px;
    padding-bottom: 220px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 128px), 51% 100%, 0 calc(100% - 128px));
  }
}

.reason__list {
  margin-top: clamp(35.8974358974px, 10.2564102564vw, 78.6666666667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
}
@media screen and (min-width: 768px) {
  .reason__list {
    margin-top: 121px;
    gap: 122px;
  }
}

.reason__card {
  position: relative;
  padding-top: clamp(21.5384615385px, 6.1538461538vw, 47.2px);
  padding-bottom: clamp(21.5384615385px, 6.1538461538vw, 47.2px);
  padding-left: clamp(30.5128205128px, 8.7179487179vw, 66.8666666667px);
  padding-right: clamp(27.8205128205px, 7.9487179487vw, 60.9666666667px);
  background: var(--theme-color-l-green);
  border-radius: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
}
@media screen and (min-width: 768px) {
  .reason__card {
    width: clamp(940px, 13.494vw + 801.687px, 996px);
    min-height: 286px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: auto;
    padding-top: 45px;
    padding-bottom: 37px;
    padding-left: clamp(40px, 19.277vw - 157.59px, 120px);
    padding-right: clamp(324px, -11.084vw + 483.614px, 370px);
    border-radius: 11px;
  }
  .reason__card:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
    padding-left: clamp(324px, -11.084vw + 483.614px, 370px);
    padding-right: clamp(40px, 16.627vw - 130.422px, 109px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reason__card {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .reason__card:nth-child(even) {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.reason__badge {
  position: absolute;
  top: clamp(5.3846153846px, 1.5384615385vw, 11.8px);
  left: clamp(8.0769230769px, 2.3076923077vw, 17.7px);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(44.8717948718px, 12.8205128205vw, 98.3333333333px);
  height: clamp(43.0769230769px, 12.3076923077vw, 94.4px);
  background: var(--theme-color-orange);
  border-radius: 50%;
  color: var(--theme-color-white);
}
@media screen and (min-width: 768px) {
  .reason__badge {
    top: -40px;
    left: clamp(40px, 19.277vw - 157.59px, 120px);
    width: 83px;
    height: 80px;
  }
  .reason__card:nth-child(even) .reason__badge {
    left: clamp(318px, -12.53vw + 498.434px, 370px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reason__card:nth-child(even) .reason__badge {
    left: 40px;
  }
}

.reason__badge-label {
  font-size: clamp(5.3846153846px, 1.5384615385vw, 11.8px);
  font-weight: 100;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .reason__badge-label {
    font-size: 10px;
  }
}

.reason__badge-num {
  font-family: var(--font-family-accent-value);
  font-size: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .reason__badge-num {
    font-size: 40px;
  }
}

.reason__card-image {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .reason__card-image {
    position: absolute;
    top: 50%;
    right: clamp(-321px, -56.867vw + 497.892px, -85px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: clamp(430px, 37.831vw + 42.229px, 587px);
    z-index: 1;
  }
  .reason__card:nth-child(even) .reason__card-image {
    right: auto;
    left: clamp(-324px, -57.59vw + 505.301px, -85px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reason__card-image {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
  .reason__card:nth-child(even) .reason__card-image {
    left: initial;
  }
}
.reason__card-image img {
  display: block;
  width: 100%;
  border: 2px solid var(--theme-color-white);
}
@media screen and (min-width: 768px) {
  .reason__card-image img {
    border-width: 3px;
  }
}

.reason__card-title {
  margin-top: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
}
@media screen and (min-width: 768px) {
  .reason__card-title {
    margin-top: 0;
    padding-left: 13px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reason__card-title {
    margin-top: 40px;
  }
}

.reason__card-title-text {
  font-size: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--theme-color-black2);
}
@media screen and (min-width: 768px) {
  .reason__card-title-text {
    font-size: 32px;
  }
}

.reason__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: clamp(5.3846153846px, 1.5384615385vw, 11.8px);
  padding-bottom: clamp(5.3846153846px, 1.5384615385vw, 11.8px);
  padding-left: clamp(11.6666666667px, 3.3333333333vw, 25.5666666667px);
  padding-right: clamp(11.6666666667px, 3.3333333333vw, 25.5666666667px);
  background: var(--theme-color-white);
  border-radius: clamp(4.4871794872px, 1.2820512821vw, 9.8333333333px);
  font-size: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  font-weight: 700;
  line-height: 1.26;
  color: var(--theme-color-black2);
}
@media screen and (min-width: 768px) {
  .reason__tag {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 6px;
    font-size: 32px;
    line-height: 1;
  }
}

.reason__card-text {
  margin-top: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  line-height: 2.02;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reason__card-text {
    margin-top: 37px;
    font-size: 20px;
    line-height: 1.3;
  }
}

.reason__result {
  position: relative;
  margin-top: clamp(-82.6px, -10.7692307692vw, -37.6923076923px);
  padding-top: clamp(66.4102564103px, 18.9743589744vw, 145.5333333333px);
  padding-bottom: clamp(28.7179487179px, 8.2051282051vw, 62.9333333333px);
  background: var(--theme-color-yellow-green);
}
@media screen and (min-width: 768px) {
  .reason__result {
    margin-top: -128px;
    padding-top: 177px;
    padding-bottom: 80px;
  }
}

.reason__result-inner {
  padding-inline: var(--inner-width);
  max-width: calc(719px + var(--inner-width) * 2);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .reason__result-inner {
    padding-inline: 20px;
    max-width: 1440px;
  }
}

.reason__result-lead {
  position: relative;
  text-align: center;
  font-size: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  font-weight: 700;
  line-height: 1.16;
}
.reason__result-lead::after {
  position: absolute;
  content: "";
  bottom: clamp(-21.6333333333px, -2.8205128205vw, -9.8717948718px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(235.1282051282px, 67.1794871795vw, 515.2666666667px);
  height: clamp(2.6923076923px, 0.7692307692vw, 5.9px);
  background: var(--theme-color-orange);
}
@media screen and (min-width: 768px) {
  .reason__result-lead {
    font-size: 40px;
    line-height: 1.3;
  }
  .reason__result-lead::after {
    bottom: -22px;
    width: 336px;
    height: 4px;
  }
}

.reason__stats {
  margin-top: clamp(33.2051282051px, 9.4871794872vw, 72.7666666667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
}
@media screen and (min-width: 768px) {
  .reason__stats {
    margin-top: 82px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reason__stats {
    -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;
  }
}

.reason__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  padding-bottom: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  min-height: clamp(88.8461538462px, 25.3846153846vw, 194.7px);
  background: var(--theme-color-l-green);
  border: 1px solid var(--theme-color-gray);
  border-radius: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
}
@media screen and (min-width: 768px) {
  .reason__stat {
    padding-top: 32px;
    padding-bottom: 32px;
    width: 387px;
    min-height: 207px;
    border-width: 1.5px;
    border-radius: 15px;
  }
}

.reason__stat-icon {
  width: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  height: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
}
@media screen and (min-width: 768px) {
  .reason__stat-icon {
    width: 40px;
    height: 40px;
  }
}

.reason__stat-label {
  margin-top: clamp(5.3846153846px, 1.5384615385vw, 11.8px);
  font-size: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  font-weight: 400;
  line-height: 1.69;
}
@media screen and (min-width: 768px) {
  .reason__stat-label {
    margin-top: 16px;
    font-size: 20px;
  }
}

.reason__stat-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color-orange);
}
@media screen and (min-width: 768px) {
  .reason__stat-value {
    margin-top: 4px;
  }
}

.reason__stat-num {
  font-size: clamp(28.7179487179px, 8.2051282051vw, 62.9333333333px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .reason__stat-num {
    font-size: 48px;
  }
}

.reason__stat-md {
  font-size: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .reason__stat-md {
    font-size: 24px;
  }
}

.reason__stat-unit {
  font-size: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .reason__stat-unit {
    font-size: 20px;
  }
}

.reason__stat-add {
  margin-left: clamp(4.4871794872px, 1.2820512821vw, 9.8333333333px);
  font-size: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  font-weight: 400;
  line-height: 1;
  color: var(--theme-color-black);
}
@media screen and (min-width: 768px) {
  .reason__stat-add {
    margin-left: 5px;
    font-size: 20px;
  }
}

/* ===========================================
できること
=========================================== */
.menu {
  padding-top: clamp(49.358974359px, 14.1025641026vw, 108.1666666667px);
  padding-bottom: clamp(55.641025641px, 15.8974358974vw, 121.9333333333px);
}
@media screen and (min-width: 768px) {
  .menu {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.menu__list {
  margin-top: clamp(38.5897435897px, 11.0256410256vw, 84.5666666667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(19.7435897436px, 5.641025641vw, 43.2666666667px);
}
@media screen and (min-width: 768px) {
  .menu__list {
    margin-top: 81px;
    max-width: 991px;
    margin-inline: auto;
    gap: 20px;
  }
}

.menu__card {
  border-radius: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  border: 1px solid var(--theme-color-gray);
  overflow: hidden;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .menu__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu__card {
    display: block;
  }
}

.menu__card-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: clamp(91.5384615385px, 26.1538461538vw, 200.6px);
  padding: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px) clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  overflow: hidden;
}
.menu__card-head::after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .menu__card-head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 381px;
    min-height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu__card-head {
    width: 100%;
  }
}

.menu__card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.menu__card-title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--theme-color-white);
  font-size: clamp(21.5384615385px, 6.1538461538vw, 47.2px);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .menu__card-title {
    font-size: 32px;
  }
}

.menu__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: clamp(20.641025641px, 5.8974358974vw, 45.2333333333px);
  padding-bottom: clamp(19.7435897436px, 5.641025641vw, 43.2666666667px);
  padding-left: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  padding-right: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  background: var(--theme-color-white);
}
.menu__card-body:has(.menu__features--grid) {
  padding-top: clamp(20.641025641px, 5.8974358974vw, 45.2333333333px);
  padding-bottom: clamp(23.3333333333px, 6.6666666667vw, 51.1333333333px);
}
@media screen and (min-width: 768px) {
  .menu__card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu__card-body:has(.menu__features--grid) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.menu__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4.4871794872px, 1.2820512821vw, 9.8333333333px);
}
@media screen and (min-width: 768px) {
  .menu__features {
    gap: 15px;
  }
}

.menu__features--grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(54.7435897436px, 15.641025641vw, 119.9666666667px);
     -moz-column-gap: clamp(54.7435897436px, 15.641025641vw, 119.9666666667px);
          column-gap: clamp(54.7435897436px, 15.641025641vw, 119.9666666667px);
  row-gap: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
}
@media screen and (min-width: 768px) {
  .menu__features--grid {
    grid-template-columns: repeat(3, auto);
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 16px;
  }
}

.menu__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
}
@media screen and (min-width: 768px) {
  .menu__feature {
    gap: 25px;
  }
}

.menu__feature-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
  height: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
}
@media screen and (min-width: 768px) {
  .menu__feature-icon {
    width: 24px;
    height: 24px;
  }
}

.menu__feature-text {
  font-size: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  line-height: 1.2;
}
.menu__feature-text:has(.menu__option) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu__feature-text {
    font-size: 24px;
  }
}

.menu__option {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  font-size: clamp(7.1794871795px, 2.0512820513vw, 15.7333333333px);
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .menu__option {
    font-size: 12px;
  }
}

/* ===========================================
お客様の声
=========================================== */
.voice {
  padding-top: clamp(26.9230769231px, 7.6923076923vw, 59px);
  padding-bottom: clamp(28.7179487179px, 8.2051282051vw, 62.9333333333px);
  background: var(--theme-color-green);
}
@media screen and (min-width: 768px) {
  .voice {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice__inner {
    padding-inline: 40px;
    max-width: 768px;
  }
}

.voice__list {
  margin-top: clamp(32.3076923077px, 9.2307692308vw, 70.8px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
}
@media screen and (min-width: 768px) {
  .voice__list {
    margin-top: 81px;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice__list {
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.voice__card {
  position: relative;
  padding-top: clamp(23.3333333333px, 6.6666666667vw, 51.1333333333px);
  padding-bottom: clamp(25.1282051282px, 7.1794871795vw, 55.0666666667px);
  padding-left: clamp(22.4358974359px, 6.4102564103vw, 49.1666666667px);
  padding-right: clamp(15.2564102564px, 4.358974359vw, 33.4333333333px);
  background: var(--theme-color-l-green);
  border-radius: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .voice__card {
    padding-top: 56px;
    padding-bottom: 24px;
    padding-left: clamp(20px, 5.542vw - 36.807px, 43px);
    padding-right: clamp(20px, 5.542vw - 36.807px, 43px);
    border-radius: 10px;
  }
}
.voice__card:nth-of-type(1) .voice__store::after {
  background: url(../img/voice-icon1.webp) no-repeat center center/contain;
}
.voice__card:nth-of-type(2) .voice__store::after {
  background: url(../img/voice-icon2.webp) no-repeat center center/contain;
}
.voice__card:nth-of-type(3) .voice__store::after {
  background: url(../img/voice-icon3.webp) no-repeat center center/contain;
}

.voice__store {
  position: relative;
  padding-bottom: clamp(1.7948717949px, 0.5128205128vw, 3.9333333333px);
  padding-right: clamp(71.7948717949px, 20.5128205128vw, 157.3333333333px);
  text-align: center;
  font-size: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 2px solid var(--theme-color-white);
}
.voice__store::after {
  position: absolute;
  content: "";
  top: 50%;
  right: clamp(44.8717948718px, 12.8205128205vw, 98.3333333333px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(44.8717948718px, 12.8205128205vw, 98.3333333333px);
  height: clamp(44.8717948718px, 12.8205128205vw, 98.3333333333px);
}
@media screen and (min-width: 768px) {
  .voice__store {
    padding-bottom: 12px;
    padding-right: 83px;
    font-size: 16px;
  }
  .voice__store::after {
    right: 11px;
    width: 68px;
    height: 68px;
  }
}

.voice__text {
  margin-top: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .voice__text {
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
  }
}

.voice__marker {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--theme-color-orange);
  text-decoration-thickness: clamp(0.8974358974px, 0.2564102564vw, 1.9666666667px);
  text-underline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .voice__marker {
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
  }
}

/* ===========================================
料金プラン
=========================================== */
.plan {
  padding-top: clamp(51.1538461538px, 14.6153846154vw, 112.1px);
  padding-bottom: clamp(53.8461538462px, 15.3846153846vw, 118px);
}
@media screen and (min-width: 768px) {
  .plan {
    padding-top: 93px;
    padding-bottom: 100px;
  }
}

.plan__slider {
  margin-top: clamp(26.0256410256px, 7.4358974359vw, 57.0333333333px);
  padding-top: clamp(16.1538461538px, 4.6153846154vw, 35.4px);
}
@media screen and (min-width: 768px) {
  .plan__slider {
    margin-top: 77px;
    max-width: 1240px;
    padding-inline: 20px;
    margin-inline: auto;
    padding-top: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .plan__slider {
    max-width: initial;
    padding-inline: initial;
    margin-inline: initial;
  }
}

.plan__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .plan__slider .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.plan__slider .swiper-slide {
  width: clamp(280px, 80vw, 613.6px);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .plan__slider .swiper-slide {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .plan__slider .swiper-slide {
    width: 386px;
  }
}

.plan__card {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--theme-color-white);
}

.plan__badge {
  position: absolute;
  top: clamp(-33.4333333333px, -4.358974359vw, -15.2564102564px);
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: clamp(6.2820512821px, 1.7948717949vw, 13.7666666667px);
  padding-bottom: clamp(6.2820512821px, 1.7948717949vw, 13.7666666667px);
  padding-left: clamp(19.7435897436px, 5.641025641vw, 43.2666666667px);
  padding-right: clamp(19.7435897436px, 5.641025641vw, 43.2666666667px);
  background: var(--theme-color-orange);
  border-radius: clamp(8.0769230769px, 2.3076923077vw, 17.7px);
  color: var(--theme-color-white);
  font-size: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  font-weight: 700;
  line-height: 1.42;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .plan__badge {
    top: -18px;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 11px;
    font-size: 16px;
  }
}

.plan__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(53.8461538462px, 15.3846153846vw, 118px);
  background: var(--theme-color-green);
  border-radius: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px) clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px) 0 0;
  border: 3px solid var(--theme-color-black2);
}
@media screen and (min-width: 768px) {
  .plan__head {
    height: 87px;
    border-radius: 11px 11px 0 0;
  }
}

.plan__name {
  padding-top: clamp(21.5384615385px, 6.1538461538vw, 47.2px);
  color: var(--theme-color-white);
  font-size: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .plan__name {
    padding-top: 34px;
    font-size: 24px;
  }
}

.plan__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: clamp(12.5641025641px, 3.5897435897vw, 27.5333333333px);
  padding-bottom: clamp(9.8717948718px, 2.8205128205vw, 21.6333333333px);
  padding-left: clamp(11.6666666667px, 3.3333333333vw, 25.5666666667px);
  padding-right: clamp(11.6666666667px, 3.3333333333vw, 25.5666666667px);
  border: 3px solid var(--theme-color-black2);
  border-top: none;
  border-radius: 0 0 clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px) clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
}
@media screen and (min-width: 768px) {
  .plan__body {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 0 0 11px 11px;
  }
}

.plan__desc {
  position: relative;
  padding-bottom: clamp(11.6666666667px, 3.3333333333vw, 25.5666666667px);
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.plan__desc::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(146.2820512821px, 41.7948717949vw, 320.5666666667px);
  height: 1px;
  background: var(--theme-color-black);
}
@media screen and (min-width: 768px) {
  .plan__desc {
    padding-bottom: 31px;
    font-size: 12px;
  }
  .plan__desc::after {
    width: 201px;
  }
}

.plan__price {
  margin-top: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(5.3846153846px, 1.5384615385vw, 11.8px);
}
@media screen and (min-width: 768px) {
  .plan__price {
    margin-top: 18px;
    gap: 11px;
  }
}

.plan__price-num {
  font-size: clamp(28.7179487179px, 8.2051282051vw, 62.9333333333px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .plan__price-num {
    font-size: 36px;
  }
}

.plan__price-unit {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .plan__price-unit {
    font-size: 12px;
  }
}

.plan__features-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  padding-top: clamp(15.2564102564px, 4.358974359vw, 33.4333333333px);
  padding-bottom: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
  padding-left: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
  padding-right: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
  background: #e7e7e5;
}
@media screen and (min-width: 768px) {
  .plan__features-box {
    margin-top: 27px;
    padding-top: 25px;
    padding-bottom: 17px;
    padding-left: 26px;
    padding-right: 26px;
  }
}

.plan__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(6.2820512821px, 1.7948717949vw, 13.7666666667px);
}
@media screen and (min-width: 768px) {
  .plan__features {
    gap: 10px;
  }
}

.plan__feature {
  position: relative;
  padding-left: clamp(29.6153846154px, 8.4615384615vw, 64.9px);
  font-size: clamp(12.5641025641px, 3.5897435897vw, 27.5333333333px);
  font-weight: 700;
  line-height: 1.43;
}
.plan__feature::before {
  position: absolute;
  content: "";
  top: clamp(3.5897435897px, 1.0256410256vw, 7.8666666667px);
  left: 0;
  width: clamp(12.5641025641px, 3.5897435897vw, 27.5333333333px);
  height: clamp(12.5641025641px, 3.5897435897vw, 27.5333333333px);
  background: url(../img/check-icon-orange.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .plan__feature {
    padding-left: 36px;
    font-size: 16px;
  }
  .plan__feature::before {
    top: 3px;
    width: 16px;
    height: 16px;
  }
}

.plan__feature-note {
  display: block;
  margin-top: clamp(1.7948717949px, 0.5128205128vw, 3.9333333333px);
  font-size: clamp(7.1794871795px, 2.0512820513vw, 15.7333333333px);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .plan__feature-note {
    margin-top: 2px;
    font-size: 10px;
    line-height: 1.2;
  }
}

.plan__pagination.swiper-pagination {
  position: static;
  margin-top: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
}
@media screen and (min-width: 768px) {
  .plan__pagination.swiper-pagination {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .plan__pagination.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.plan__pagination.swiper-pagination .swiper-pagination-bullet {
  width: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  height: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  margin: 0;
  background: #d9d9d9;
  opacity: 1;
}
.plan__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--theme-color-orange);
}

.plan__buttons {
  margin-top: clamp(26.9230769231px, 7.6923076923vw, 59px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .plan__buttons {
    margin-top: 60px;
  }
}

/* ===========================================
FAQ
=========================================== */
.faq {
  padding-top: clamp(23.3333333333px, 6.6666666667vw, 51.1333333333px);
  padding-bottom: clamp(26.9230769231px, 7.6923076923vw, 59px);
  background: var(--theme-color-l-green);
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 40px;
    padding-bottom: 62px;
  }
}

.faq__list {
  margin-top: clamp(32.3076923077px, 9.2307692308vw, 70.8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 81px;
    max-width: 794px;
    margin-inline: auto;
    gap: 24px;
  }
}

.faq__item {
  background: var(--theme-color-white);
  border-radius: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
}
@media screen and (min-width: 768px) {
  .faq__item {
    border-radius: 17px;
  }
}
.faq__item.is-open .faq__question::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq__item.is-open .faq__answer {
  grid-template-rows: 1fr;
}

.faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-top: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
  padding-bottom: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
  padding-left: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
  padding-right: clamp(35.8974358974px, 10.2564102564vw, 78.6666666667px);
  text-align: left;
  color: var(--theme-color-black);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq__question {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 80px;
    gap: 20px;
  }
}
.faq__question::before, .faq__question::after {
  position: absolute;
  content: "";
  top: clamp(21.5384615385px, 6.1538461538vw, 47.2px);
  right: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  width: clamp(12.5641025641px, 3.5897435897vw, 27.5333333333px);
  height: 2px;
  background: var(--theme-color-black);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .faq__question::before, .faq__question::after {
    top: 36px;
    right: 42px;
    width: 19px;
    height: 3px;
  }
}
.faq__question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__q {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(12.5641025641px, 3.5897435897vw, 27.5333333333px);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .faq__q {
    font-size: 24px;
  }
}

.faq__question-text {
  font-size: clamp(12.5641025641px, 3.5897435897vw, 27.5333333333px);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .faq__question-text {
    font-size: 24px;
  }
}

.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}

.faq__answer-inner {
  overflow: hidden;
}

.faq__answer-text {
  padding-top: 0;
  padding-bottom: clamp(13.4615384615px, 3.8461538462vw, 29.5px);
  padding-left: clamp(35.8974358974px, 10.2564102564vw, 78.6666666667px);
  padding-right: clamp(17.9487179487px, 5.1282051282vw, 39.3333333333px);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .faq__answer-text {
    padding-bottom: 20px;
    padding-left: 83px;
    padding-right: 122px;
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ===========================================
CTA
=========================================== */
.cta {
  padding-top: clamp(52.9487179487px, 15.1282051282vw, 116.0333333333px);
  padding-bottom: clamp(53.8461538462px, 15.3846153846vw, 118px);
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.cta__lead {
  text-align: center;
  font-size: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  font-weight: 700;
  line-height: 1.03;
}
@media screen and (min-width: 768px) {
  .cta__lead {
    font-size: 32px;
    line-height: 1;
  }
}

.cta__catch {
  margin-top: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  text-align: center;
  font-size: clamp(14.358974359px, 4.1025641026vw, 31.4666666667px);
  font-weight: 700;
  line-height: 1.03;
}
@media screen and (min-width: 768px) {
  .cta__catch {
    margin-top: 18px;
    font-size: 32px;
    line-height: 1;
  }
}

.cta__brand {
  display: inline-block;
  margin-right: clamp(4.4871794872px, 1.2820512821vw, 9.8333333333px);
  padding-bottom: clamp(2.6923076923px, 0.7692307692vw, 5.9px);
  font-size: clamp(28.7179487179px, 8.2051282051vw, 62.9333333333px);
  font-weight: 700;
  line-height: 1;
  color: var(--theme-color-orange);
  border-bottom: 3px solid var(--theme-color-orange);
}
@media screen and (min-width: 768px) {
  .cta__brand {
    font-size: 64px;
    margin-right: 30px;
    border-bottom-width: 5px;
    padding-bottom: 5px;
  }
}

.cta__arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta__arrow {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--theme-color-gray);
    width: auto;
    height: auto;
    gap: 90px;
  }
}

@media screen and (min-width: 768px) {
  .cta__arrow-icon-pc {
    width: 100px;
    height: 100px;
  }
}

.cta__buttons {
  margin-top: clamp(35.8974358974px, 10.2564102564vw, 78.6666666667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .cta__buttons {
    margin-top: 70px;
  }
}

.cta__notion {
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .cta__notion {
    font-size: 20px;
    line-height: 1.45;
  }
}

.cta__button {
  margin-top: clamp(7.1794871795px, 2.0512820513vw, 15.7333333333px);
}
@media screen and (min-width: 768px) {
  .cta__button {
    margin-top: 20px;
  }
}

/* ===========================================
フッター
=========================================== */
.footer {
  padding-top: clamp(22.4358974359px, 6.4102564103vw, 49.1666666667px);
  padding-bottom: clamp(22.4358974359px, 6.4102564103vw, 49.1666666667px);
  background: var(--theme-color-green);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo img {
  max-width: clamp(44.8717948718px, 12.8205128205vw, 98.3333333333px);
  mix-blend-mode: screen;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    max-width: 108px;
  }
}

.footer__copyright {
  margin-top: clamp(10.7692307692px, 3.0769230769vw, 23.6px);
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 45px;
  }
}

.footer__copyright-text {
  color: var(--theme-color-white);
  font-size: clamp(8.9743589744px, 2.5641025641vw, 19.6666666667px);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .footer__copyright-text {
    font-size: 20px;
  }
}