@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;
}

em {
  font-style: normal;
}

:root {
  interpolate-size: allow-keywords; /* サイズキーワードによるアニメーションを許可 */
}

html {
  font-size: 1px;
  scroll-behavior: smooth;
}

@media (max-width: 375px) {
  html {
    font-size: 0.2666666667vw;
  }
}
@media screen and (min-width: 840.1px) {
  html {
    font-size: 0.078125vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 1px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4C4744;
  font-size: 16rem;
}
body.is-active {
  overflow: hidden;
}

.wrapper {
  overflow-x: hidden;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  color: inherit;
}

@media screen and (min-width: 840.1px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .is-sp {
    display: none;
  }
}

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

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70rem;
  padding-inline: 16rem;
  z-index: 1000;
  background-color: #F7F3EB;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .header__top {
    height: 72px;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 840.1px) {
  .header__top {
    height: 72px;
    padding-inline: 40px;
  }
}

.header__logo-img {
  width: 99rem;
  height: auto;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .header__logo-img {
    width: 165px;
  }
}
@media screen and (min-width: 840.1px) {
  .header__logo-img {
    width: 165px;
  }
}
.header__logo-img img {
  width: 100%;
  height: auto;
}

.header__bottom {
  padding-block: 8rem;
  padding-inline: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/header_bottom_bg.svg") no-repeat center center/cover;
  color: #F7F3EB;
  font-weight: 700;
  font-size: 14rem;
  margin-top: 70rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .header__bottom {
    padding-block: 8px;
    font-size: 16px;
    margin-top: 72px;
  }
}
@media screen and (min-width: 840.1px) {
  .header__bottom {
    padding-block: 8px;
    font-size: 16px;
    margin-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .header__bottom .is-sp-none {
    display: none;
  }
}

.header__bottom-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header__bottom-head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: #FFF;
    border-radius: 2rem;
    gap: 0;
    padding-inline: 3rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .header__bottom-head .is-head {
    background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 14rem;
    font-weight: 700;
    translate: 0 -1rem;
  }
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .header__bottom-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 840.1px) {
  .header__bottom-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    margin-right: 16px;
  }
}
.header__bottom-head .is-accent--wrapper {
  background-color: #FFF;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .header__bottom-head .is-accent--wrapper {
    padding-top: 0px;
    padding-bottom: 3px;
    padding-inline: 4px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 840.1px) {
  .header__bottom-head .is-accent--wrapper {
    padding-top: 0;
    padding-bottom: 3px;
    padding-inline: 4px;
    border-radius: 2px;
  }
}
.header__bottom-head .is-text {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 12rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .header__bottom-head .is-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 840.1px) {
  .header__bottom-head .is-text {
    font-size: 14px;
  }
}
.header__bottom-head .is-num {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 18rem;
  letter-spacing: 0.08em;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .header__bottom-head .is-num {
    font-size: 22px;
  }
}
@media screen and (min-width: 840.1px) {
  .header__bottom-head .is-num {
    font-size: 22px;
  }
}

.header__bottom-main {
  padding-left: 6rem;
  white-space: nowrap;
  line-height: 1.6;
  letter-spacing: -0.04em;
  position: relative;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .header__bottom-main {
    padding-left: 8px;
    letter-spacing: initial;
  }
}
@media screen and (min-width: 840.1px) {
  .header__bottom-main {
    padding-left: 8px;
    letter-spacing: initial;
  }
}

.header__bottom-main::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  height: 100%;
  width: 1px;
  background-color: #89817D;
}
@media screen and (max-width: 768px) {
  .header__bottom-main::before {
    display: none;
  }
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .header__bottom-main::before {
    height: 16px;
    width: 2px;
  }
}
@media screen and (min-width: 840.1px) {
  .header__bottom-main::before {
    height: 16px;
    width: 2px;
  }
}

.footer {
  padding-top: 80rem;
  padding-bottom: 40rem;
  background-color: #4C4744;
  color: #FFF;
}

.footer__top {
  display: grid;
  gap: 40rem;
}
@media screen and (min-width: 840.1px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.footer__main {
  display: grid;
  gap: 16rem;
}

.footer__name {
  font-size: 24rem;
  font-weight: 800;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
}

.footer__address {
  font-weight: 500;
  line-height: 1.6;
}

.footer__links {
  display: grid;
  place-items: end;
  gap: 8rem;
}

.footer__link a {
  padding-right: 28rem;
  position: relative;
  line-height: 1.6;
  font-weight: 700;
}

.footer__link a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 24rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/icon_arrow_link.svg") no-repeat center center/contain;
}

.footer__copyright {
  margin-top: 80rem;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.section-title {
  font-size: 28rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  color: #AE9286;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .section-title {
    font-size: 32rem;
  }
}

.fv {
  position: relative;
  background-color: #F7F3EB;
  padding-bottom: 280rem;
  height: 873rem;
  min-height: calc(500px + 262rem);
  max-height: calc(105svh + 262rem);
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .fv {
    min-height: initial;
    max-height: initial;
    padding-bottom: 200px;
    height: auto;
  }
}
@media screen and (min-width: 840.1px) {
  .fv {
    padding-bottom: 40px;
    max-height: initial;
    min-height: initial;
    height: auto;
  }
}

.fv__main {
  padding-top: 8rem;
  min-height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv__main {
    padding-top: 7rem;
  }
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .fv__main {
    min-height: 1040px;
    max-height: initial;
  }
}
@media screen and (min-width: 840.1px) {
  .fv__main {
    min-height: 840px;
    max-height: 840px;
    overflow-y: hidden;
    padding-top: 100px;
  }
}
@media (min-width: 1920px) {
  .fv__main {
    width: 100%;
    height: auto;
    max-height: initial;
    aspect-ratio: 1920/840;
  }
}

.fv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Shippori Mincho", serif;
  position: relative;
  z-index: 1;
  padding-left: 16rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .fv__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 840.1px) {
  .fv__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-left: auto;
    margin-right: 7.8125vw;
  }
}

.fv__heading-sub {
  font-size: 26rem;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .fv__heading-sub {
    font-size: 36rem;
  }
}
@media screen and (min-width: 840.1px) {
  .fv__heading-sub {
    font-size: 2.890625vw;
  }
}
.fv__heading-sub .is-accent--wrapper {
  background-color: #FFF;
  padding-inline: 9rem;
  border-radius: 2.26rem;
  padding-top: 3rem;
}
@media screen and (min-width: 840.1px) {
  .fv__heading-sub .is-accent--wrapper {
    padding-inline: 0.703125vw;
    border-radius: 0.234375vw;
    padding-top: 0;
    padding-inline: 12px;
  }
}
.fv__heading-sub .is-accent {
  font-size: 28rem;
  line-height: 1.4444444444;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1.4;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .fv__heading-sub .is-accent {
    font-size: 36rem;
  }
}
@media screen and (min-width: 840.1px) {
  .fv__heading-sub .is-accent {
    font-size: 2.734375vw;
  }
}
.fv__heading-sub .is-separator {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media screen and (min-width: 840.1px) {
  .fv__heading-sub .is-separator {
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media screen and (min-width: 840.1px) {
  .fv__heading-sub .is-period {
    display: inline-block;
    font-size: 2.8125vw;
    margin-left: 4px;
  }
}

@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .fv__heading-sub .is-accent--left {
    font-size: 38rem;
  }
}
@media screen and (min-width: 840.1px) {
  .fv__heading-sub .is-accent--left {
    font-size: 2.96875vw;
  }
}
.fv__heading-sub .is-accent--left .is-large {
  font-size: 30rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .fv__heading-sub .is-accent--left .is-large {
    font-size: 40rem;
  }
}
@media screen and (min-width: 840.1px) {
  .fv__heading-sub .is-accent--left .is-large {
    font-size: 3.125vw;
  }
}
.fv__heading-sub .is-accent--left .is-narrow {
  letter-spacing: -0.1em;
}
.fv__heading-sub .is-accent--left .is-narrower {
  letter-spacing: -0.26em;
}

@media screen and (min-width: 840.1px) {
  .fv__heading-sub .is-accent--right {
    font-size: 2.78125vw;
  }
}
.fv__heading-sub .is-accent--right .is-narrower {
  letter-spacing: -0.26em;
}
.fv__heading-sub .is-accent--right .is-narrow {
  letter-spacing: -0.08em;
}
.fv__heading-sub .is-accent--right .is-semi-narrow {
  letter-spacing: -0.14em;
}

.fv__heading-main--wrapper {
  position: relative;
}

.fv__heading-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 52rem;
  text-align: right;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv__heading-main {
    line-height: 1.1;
    margin-top: 2rem;
  }
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .fv__heading-main {
    font-size: 72rem;
    text-align: left;
    white-space: nowrap;
  }
}
@media screen and (min-width: 840.1px) {
  .fv__heading-main {
    font-size: 5.625vw;
    text-align: left;
    white-space: nowrap;
    margin-top: 8px;
  }
}

.fv__heading-main--shadow {
  text-shadow: 0 0 8rem #E7D0BA;
  color: transparent;
}

.fv__heading-main--gradation {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}

.fv__heading-main .is-top .is-narrow {
  letter-spacing: -0.08em;
}

.fv__heading-main .is-top::after {
  content: "";
}

.fv__heading-main .is-bottom .is-narrow {
  letter-spacing: -0.08em;
}
.fv__heading-main .is-bottom .is-large {
  font-size: 40rem;
  margin-right: -20rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .fv__heading-main .is-bottom .is-large {
    font-size: 56rem;
  }
}
@media screen and (min-width: 840.1px) {
  .fv__heading-main .is-bottom .is-large {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 768px) {
  .fv__heading-main .is-row-second {
    display: inline-block;
    margin-right: 35rem;
  }
}

@media screen and (max-width: 768px) {
  .fv__heading-main .is-row-third {
    display: inline-block;
    margin-right: 2rem;
    white-space: nowrap;
  }
}

.fv__heading-accent {
  position: absolute;
  bottom: 0;
  right: 40rem;
  translate: 0 88%;
  width: 110rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .fv__heading-accent {
    width: 388rem;
    translate: 0 70%;
  }
}
@media screen and (min-width: 840.1px) {
  .fv__heading-accent {
    width: 31.875vw;
    translate: 0 70%;
    z-index: 0;
    right: -24px;
    bottom: 10px;
  }
}
.fv__heading-accent img {
  width: 100%;
  height: auto;
}

.fv__img {
  position: absolute;
  top: 89rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  max-height: 573px;
  overflow: hidden;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .fv__img {
    max-height: initial;
    top: 91rem;
  }
}
@media screen and (min-width: 840.1px) {
  .fv__img {
    bottom: auto;
    top: 0;
    max-height: initial;
  }
}
.fv__img img {
  width: 100%;
  height: auto;
}

.fv__main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #F7F3EB));
  background: linear-gradient(180deg, transparent 0%, #F7F3EB 80%);
}
@media screen and (max-width: 768px) {
  .fv__main::after {
    display: none;
  }
}

.campaign {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
}

.campaign--fv {
  width: 343rem;
  max-width: 343px;
  margin-inline: auto;
  padding-top: 16rem;
  padding-inline: 16rem;
  padding-bottom: 17rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  border-radius: 4rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign--fv {
    width: 478px;
    max-width: initial;
    padding-top: 16px;
    padding-inline: 24px;
    padding-bottom: 16px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--fv {
    width: 850px;
    max-width: initial;
    padding-top: 10px;
    padding-inline: 16px;
    padding-bottom: 16px;
    border-radius: 4px;
  }
}

.campaign__title {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 18rem;
  letter-spacing: -0.06em;
  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;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__title {
    font-size: 24px;
  }
}
.campaign__title .is-accent {
  font-size: 24rem;
  letter-spacing: -0.02em;
  margin-left: 3rem;
  display: inline-block;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__title .is-accent {
    font-size: 32px;
    margin-left: 4px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__title .is-accent {
    font-size: 32px;
    margin-left: 6px;
    translate: 0 4px;
  }
}
.campaign__title span {
  position: relative;
  z-index: 1;
}

.campaign__title::before {
  position: absolute;
  content: "";
  left: -12rem;
  top: -8rem;
  height: auto;
  aspect-ratio: 231/109;
  width: 150rem;
  background: url("../img/campaign_text_accent.svg") no-repeat center/contain;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__title::before {
    width: 214px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__title::before {
    width: 234px;
    left: 68px;
    top: -12px;
  }
}

.campaign__inner {
  margin-top: 16rem;
  background-color: #FFF;
  padding-top: 18rem;
  -webkit-box-shadow: 0 3.214px 16.07px 0 rgba(255, 255, 255, 0.4);
          box-shadow: 0 3.214px 16.07px 0 rgba(255, 255, 255, 0.4);
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16rem;
  position: relative;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__inner {
    margin-top: 16px;
    padding-top: 24px;
    border-radius: 4px;
    gap: 16px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__inner {
    margin-top: 20px;
    padding-top: 0;
    border-radius: 4px;
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.campaign__top {
  padding-inline: 8rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top {
    padding-left: 16px;
    padding-right: 0;
    padding-top: 24px;
  }
}

.campaign__top-head {
  line-height: 1.6;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-head {
    -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;
    font-size: 16px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-head {
    -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;
    font-size: 16px;
    line-height: 1;
  }
}

.campaign__top-head > span {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border-radius: 2.094px;
  padding-bottom: 4rem;
  padding-top: 3rem;
}
@media screen and (min-width: 840.1px) {
  .campaign__top-head > span {
    -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;
    padding-top: 4px;
    padding-bottom: 4px;
    gap: 4px;
    padding-left: 4px;
  }
}

.campaign__top-head::before {
  position: absolute;
  content: "";
  width: calc(100% + 2.5px);
  height: calc(100% + 2.5px);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  z-index: 0;
  border-radius: 2.094px;
}

.campaign__top-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  margin-top: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign__top-price--normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding-bottom: 16rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-price--normal {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-price--normal {
    padding-bottom: 16px;
  }
}
.campaign__top-price--normal .is-heading {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 12rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-price--normal .is-heading {
    font-size: 14px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-price--normal .is-heading {
    font-size: 14px;
  }
}
.campaign__top-price--normal .is-num {
  font-size: 28rem;
  letter-spacing: -0.04em;
  position: relative;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-price--normal .is-num {
    font-size: 38px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-price--normal .is-num {
    font-size: 38px;
  }
}
.campaign__top-price--normal .is-currency {
  font-size: 18rem;
  margin-left: 2rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-price--normal .is-currency {
    font-size: 16px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-price--normal .is-currency {
    font-size: 16px;
  }
}
.campaign__top-price--normal .is-tax {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-price--normal .is-tax {
    font-size: 10px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-price--normal .is-tax {
    font-size: 10px;
  }
}

.campaign__top-price--normal .is-num::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 4px;
  background-color: #FFF;
}

.campaign__top-price--normal .is-num::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 1px;
  background-color: #4C4744;
}

.campaign__top-price--special {
  position: relative;
  padding-bottom: 16rem;
  padding-left: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-price--special {
    padding-bottom: 16px;
    padding-left: 33px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-price--special {
    padding-bottom: 16px;
    padding-left: 33px;
  }
}
.campaign__top-price--special .is-heading {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-price--special .is-heading {
    font-size: 22px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-price--special .is-heading {
    font-size: 22px;
  }
}
.campaign__top-price--special .is-num {
  font-size: 48rem;
  letter-spacing: -0.04em;
  position: relative;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-price--special .is-num {
    font-size: 56px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-price--special .is-num {
    font-size: 56px;
  }
}
.campaign__top-price--special .is-currency {
  font-size: 18rem;
  font-weight: 700;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-left: 2rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-price--special .is-currency {
    font-size: 26px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-price--special .is-currency {
    font-size: 26px;
  }
}
.campaign__top-price--special .is-tax {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10rem;
  line-height: 1.6;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 700;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-price--special .is-tax {
    font-size: 10px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-price--special .is-tax {
    font-size: 10px;
  }
}

.campaign__top-price--special::before {
  position: absolute;
  content: "";
  top: 45%;
  left: 0;
  translate: 0 -50%;
  width: 10rem;
  height: 11rem;
  background: url("../img/triangle_right.svg") no-repeat center/contain;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__top-price--special::before {
    width: 15px;
    height: 16px;
    left: 10px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__top-price--special::before {
    width: 15px;
    height: 16px;
    left: 10px;
  }
}

.campaign__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 8rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom {
    gap: 19px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.campaign__bottom-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F7F3EB;
  padding-inline: 8rem;
  padding-top: 6rem;
  padding-bottom: 4rem;
  border-radius: 4rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-left {
    padding-inline: 8px;
    padding-block: 18px;
    border-radius: 4px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-left {
    padding-inline: 8px;
    padding-top: 14px;
    padding-bottom: 8px;
    border-radius: 4px;
  }
}

.campaign__bottom-heading {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  color: #AE9286;
  letter-spacing: -0.08em;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-heading {
    font-size: 20px;
    gap: 5px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-heading {
    font-size: 20px;
    gap: 5px;
  }
}
.campaign__bottom-heading .is-accent {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  display: inline-block;
  color: #FFF;
  background-color: #AE9286;
  padding: 1.6rem;
  border-radius: 1.6rem;
  letter-spacing: initial;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-heading .is-accent {
    font-size: 14px;
    padding: 2px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-heading .is-accent {
    font-size: 14px;
    padding: 2px;
    width: 46px;
    text-align: center;
  }
}

.campaign__bottom-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Shippori Mincho", serif;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}

.campaign__bottom-price--normal {
  padding-bottom: 14rem;
  font-weight: 700;
  position: relative;
  margin-top: 2rem;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-price--normal {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--normal {
    padding-bottom: 16px;
    margin-top: 8px;
  }
}
.campaign__bottom-price--normal .is-heading {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 10rem;
  translate: 2rem 2rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-price--normal .is-heading {
    font-size: 12px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--normal .is-heading {
    font-size: 12px;
  }
}
.campaign__bottom-price--normal .is-num {
  font-size: 24rem;
  letter-spacing: -0.04em;
  position: relative;
  font-weight: 800;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-price--normal .is-num {
    font-size: 28px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--normal .is-num {
    font-size: 28px;
  }
}
.campaign__bottom-price--normal .is-currency {
  font-size: 12rem;
  margin-left: -3rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-price--normal .is-currency {
    font-size: 16px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--normal .is-currency {
    font-size: 16px;
  }
}
.campaign__bottom-price--normal .is-tax {
  position: absolute;
  bottom: 0;
  right: 1rem;
  font-size: 8rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-price--normal .is-tax {
    font-size: 10px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--normal .is-tax {
    font-size: 10px;
  }
}

.campaign__bottom-price--normal .is-num::before {
  position: absolute;
  content: "";
  top: 52%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 4px;
  background-color: #F7F3EB;
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--normal .is-num::before {
    top: 55%;
  }
}

.campaign__bottom-price--normal .is-num::after {
  position: absolute;
  content: "";
  top: 52%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 1px;
  background-color: #4C4744;
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--normal .is-num::after {
    top: 55%;
  }
}

.campaign__bottom-price--special {
  padding-bottom: 13rem;
  font-weight: 800;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-price--special {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--special {
    padding-bottom: 16px;
    margin-left: 3px;
    margin-top: -2px;
  }
}
.campaign__bottom-price--special .is-heading {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1.04;
  white-space: nowrap;
  font-size: 14rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-price--special .is-heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--special .is-heading {
    font-size: 18px;
  }
}
.campaign__bottom-price--special .is-num {
  font-size: 30rem;
  letter-spacing: -0.04em;
  position: relative;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  margin-top: -4rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-price--special .is-num {
    font-size: 38px;
    margin-top: -4px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--special .is-num {
    font-size: 38px;
    margin-top: -2px;
  }
}
.campaign__bottom-price--special .is-currency {
  font-size: 14rem;
  font-weight: 700;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-left: -2rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-price--special .is-currency {
    font-size: 18px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--special .is-currency {
    font-size: 18px;
  }
}
.campaign__bottom-price--special .is-tax {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8rem;
  line-height: 1.6;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 700;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-price--special .is-tax {
    font-size: 10px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--special .is-tax {
    font-size: 10px;
  }
}

.campaign__bottom-price--special::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  translate: -50% -100%;
  width: 8rem;
  height: 6rem;
  background: url("../img/triangle_down.svg") no-repeat center/contain;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-price--special::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-price--special::before {
    width: 14px;
    height: 14px;
  }
}

.campaign__bottom-right {
  width: 156rem;
  height: auto;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign__bottom-right {
    width: 208px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-right {
    width: 208px;
  }
}

.campaign__bottom-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 840.1px) {
  .campaign__bottom-img {
    height: 100%;
  }
}

/*==========================
  下部のキャンペーンセクション
==========================*/
.campaign--bottom {
  margin-top: 2rem;
  width: 100%;
  padding-top: 23rem;
  padding-inline: 16rem;
  padding-bottom: 23rem;
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom {
    padding-top: 76px;
    padding-bottom: 80px;
  }
}
.campaign--bottom .campaign__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__title .is-accent {
    font-size: 40px;
    translate: 0 3px;
  }
}
.campaign--bottom .campaign__title::before {
  left: -29rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign--bottom .campaign__title::before {
    left: -40px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__title::before {
    left: -111px;
    top: -25px;
  }
}
.campaign--bottom .campaign__inner {
  max-width: 343px;
  margin-inline: auto;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign--bottom .campaign__inner {
    max-width: 430px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__inner {
    max-width: 900px;
    max-height: 250px;
    margin-top: 26px;
    gap: 0;
  }
}
.campaign--bottom .campaign__top {
  padding-inline: 16rem;
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__top {
    padding-left: 33px;
    padding-top: 26px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__top-head {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__top-head > span {
    padding-inline: 18px 17px;
    line-height: 1.6;
    padding-top: 2px;
  }
}
.campaign--bottom .campaign__top-price--normal {
  margin-right: 4rem;
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__top-price--normal .is-heading {
    font-size: 16px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__top-price--normal .is-num {
    font-size: 46px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__top-price--normal .is-currency {
    font-size: 20px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__top-price--special {
    padding-left: 19px;
  }
}
.campaign--bottom .campaign__top-price--special .is-heading {
  font-size: 18rem;
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__top-price--special .is-heading {
    font-size: 22px;
  }
}
.campaign--bottom .campaign__top-price--special .is-num {
  font-size: 50rem;
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__top-price--special .is-num {
    font-size: 64px;
  }
}
.campaign--bottom .campaign__top-price--special .is-currency {
  font-size: 20rem;
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__top-price--special .is-currency {
    font-size: 26px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__top-price--special::before {
    left: 0rem;
  }
}
.campaign--bottom .cta-btn--campaign {
  max-width: 308px;
  gap: 8rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign--bottom .cta-btn--campaign {
    max-width: 100%;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .cta-btn--campaign {
    max-width: 363px;
    gap: 24px;
  }
}
.campaign--bottom .campaign__bottom-left {
  padding: 5rem 12rem 0;
  margin-top: 4rem;
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__bottom-left {
    margin-top: 0;
    padding-block: 16px;
    padding-inline: 8px;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__bottom-price--special {
    margin-top: 10px;
  }
}
.campaign--bottom .campaign__bottom-right {
  width: 176rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .campaign--bottom .campaign__bottom-right {
    width: 236rem;
  }
}
@media screen and (min-width: 840.1px) {
  .campaign--bottom .campaign__bottom-right {
    width: auto;
    height: 100%;
  }
}
.cta-btn {
  background: #06C755;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  border-radius: 40rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .cta-btn {
    border-radius: 40px;
  }
}
@media screen and (min-width: 840.1px) {
  .cta-btn {
    border-radius: 40px;
  }
}
.cta-btn .is-accent {
  background-color: #FFF;
  color: #06C755;
}

/*CTAボタンのアニメーション*/
.cta-btn::before {
  position: absolute;
  content: "";
  display: block;
  top: -60rem;
  left: -60rem;
  width: 50rem;
  height: 50rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes shine {
  0% {
    scale: 0;
    rotate: 50deg;
    opacity: 0;
  }
  40% {
    scale: 1;
    opacity: 1;
  }
  80% {
    scale: 250;
    opacity: 0;
  }
  100% {
    scale: 250;
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    scale: 0;
    rotate: 50deg;
    opacity: 0;
  }
  40% {
    scale: 1;
    opacity: 1;
  }
  80% {
    scale: 250;
    opacity: 0;
  }
  100% {
    scale: 250;
    opacity: 0;
  }
}
.cta-btn--head {
  padding-inline: 16rem;
  padding-block: 16rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .cta-btn--head {
    padding-inline: 40px;
    padding-block: 16px;
    font-size: 16px;
  }
}
@media screen and (min-width: 840.1px) {
  .cta-btn--head {
    padding-inline: 40px;
    padding-block: 16px;
    font-size: 16px;
  }
}
.cta-btn--head .is-accent {
  margin-right: 8rem;
  padding-block: 3.5rem;
  padding-inline: 8rem;
  border-radius: 18rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .cta-btn--head .is-accent {
    margin-right: 8px;
    padding-block: 4px;
    padding-inline: 8px;
    border-radius: 18px;
  }
}
@media screen and (min-width: 840.1px) {
  .cta-btn--head .is-accent {
    margin-right: 8px;
    padding-block: 4px;
    padding-inline: 8px;
    border-radius: 18px;
  }
}
.cta-btn--head .is-arrow {
  width: 22rem;
  aspect-ratio: 1;
  height: auto;
  display: inline-block;
  margin-left: -2rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .cta-btn--head .is-arrow {
    margin-left: 8px;
  }
}
@media screen and (min-width: 840.1px) {
  .cta-btn--head .is-arrow {
    margin-left: 8px;
  }
}

.cta-btn--campaign {
  max-width: 295px;
  margin-inline: auto;
  padding-top: 12rem;
  padding-bottom: 16rem;
  padding-inline: 20rem;
  -webkit-box-shadow: 0 3.438px 6.877px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 3.438px 6.877px 0 rgba(0, 0, 0, 0.08);
  font-size: 20rem;
  margin-top: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .cta-btn--campaign {
    max-width: 363px;
    gap: 24px;
    padding-block: 16px;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 840.1px) {
  .cta-btn--campaign {
    max-width: 363px;
    gap: 24px;
    padding-block: 16px;
    padding-inline: 30px;
    font-size: 16px;
    margin-top: 4px;
  }
}
.cta-btn--campaign .is-accent {
  padding-block: 4rem;
  padding-inline: 12rem;
  margin-right: 8rem;
  border-radius: 22.94rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .cta-btn--campaign .is-accent {
    padding-block: 5px;
    padding-inline: 16px;
    margin-right: 0;
  }
}
@media screen and (min-width: 840.1px) {
  .cta-btn--campaign .is-accent {
    padding-block: 5px;
    padding-inline: 16px;
    margin-right: 0;
    font-size: 18px;
  }
}
.cta-btn--campaign .is-small {
  font-size: 16rem;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .cta-btn--campaign .is-small {
    font-size: 16px;
  }
}
@media screen and (min-width: 840.1px) {
  .cta-btn--campaign .is-small {
    font-size: 16px;
  }
}
.cta-btn--campaign .is-large {
  font-size: 22rem;
  margin-top: 4rem;
  display: inline-block;
}
@media screen and (min-width: calc(768px + 0.1px)) and (max-width: 840px) {
  .cta-btn--campaign .is-large {
    font-size: 24px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 840.1px) {
  .cta-btn--campaign .is-large {
    font-size: 24px;
    margin-top: 4px;
  }
}

.worries {
  background-color: #F7F3EB;
  padding-top: 49rem;
  padding-bottom: 40rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries {
    padding-top: 48rem;
    padding-bottom: 43rem;
  }
}

.inner {
  padding-inline: 16rem;
  max-width: 640px;
  margin-inline: auto;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .inner {
    max-width: 1120px;
    padding-inline: 40px;
  }
}

.worries__title {
  font-size: 28rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: -0.08em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  color: #AE9286;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__title {
    font-size: 32rem;
    letter-spacing: initial;
  }
}

.worries__main {
  margin-top: 47rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__main {
    margin-top: 52rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 56rem;
  }
}

@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__main-contents {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 31rem;
  }
}

.worries__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.63;
  gap: 8rem;
  font-weight: 500;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__text {
    margin-top: 31rem;
  }
}

.worries__list {
  margin-top: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9rem;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__list {
    max-width: initial;
    margin-top: 24rem;
    gap: 16rem;
  }
}

.worries__list-item {
  font-weight: 500;
  line-height: 1.6;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  border-radius: 32rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: linear-gradient(80deg, #E6C8AB 19.16%, #DFC6B5 35.1%, #E5D0BD 58.8%, #EFE0D6 100%);
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__list-item {
    border-radius: 24rem;
  }
}

.worries__list-item > span {
  padding-left: 40rem;
  padding-right: 16rem;
  padding-block: 4rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__list-item > span {
    padding-left: 48rem;
    padding-right: 24rem;
  }
}

.worries__list-item > span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 16rem;
  translate: 0 -50%;
  width: 20rem;
  height: 19rem;
  background: url("../img/icon_check.svg") no-repeat center/contain;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__list-item > span::before {
    left: 24rem;
  }
}

.worries__list-item:nth-child(even) {
  padding-inline: 2px;
  padding-block: 2px;
  width: 100%;
}
@media screen and (min-width: 840.1px) {
  .worries__list-item:nth-child(even) {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
  }
}
.worries__list-item:nth-child(even) > span {
  background-color: #F7F3EB;
  border-radius: calc(32rem - 1px);
  padding-left: calc(40rem - 2px);
  padding-right: calc(16rem - 2px);
  padding-block: calc(4rem - 2px);
  width: 100%;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__list-item:nth-child(even) > span {
    border-radius: calc(24rem - 1px);
    padding-left: calc(48rem - 2px);
    padding-right: calc(24rem - 2px);
    padding-block: calc(4rem - 2px);
  }
}
.worries__list-item:nth-child(even) > span::before {
  left: calc(16rem - 2px);
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__list-item:nth-child(even) > span::before {
    left: calc(24rem - 2px);
  }
}

.worries__img {
  width: calc(100% + 32rem);
  translate: -16rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__img {
    width: 361rem;
    translate: 0;
  }
}

.worries__img-main {
  width: 100%;
  height: auto;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__img-main {
    height: 100%;
  }
}

.worries__reason {
  margin-top: 40rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.worries__reason .is-small {
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__reason .is-small {
    font-size: 20rem;
  }
}

.worries__reason .is-main {
  margin-top: 16rem;
  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;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__reason .is-main {
    font-size: 24rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 7rem;
  }
}

.worries__reason .is-main .is-accent {
  padding: 1px;
  border-radius: 2px;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  display: inline-block;
  font-size: 20rem;
}
@media screen and (min-width: 840.1px) {
  .worries__reason .is-main .is-accent {
    font-size: 24rem;
  }
}
.worries__reason .is-main .is-accent:first-of-type {
  margin-top: 8rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__reason .is-main .is-accent:first-of-type {
    margin-top: 0;
  }
}
.worries__reason .is-main .is-accent:last-of-type {
  margin-bottom: 8rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .worries__reason .is-main .is-accent:last-of-type {
    margin-bottom: 0;
  }
}

.worries__reason .is-main .is-accent > span {
  display: inline-block;
  padding-inline: 4rem;
  padding-block: 1rem;
  border-radius: 1px;
  background-color: #F7F3EB;
}

.worries__reason .is-main .is-accent > span .is-text {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

@media screen and (min-width: 840.1px) {
  .worries__reason .is-main .is-accent:first-of-type > span {
    padding-left: calc(3rem - 1px);
  }
}

@media screen and (min-width: 840.1px) {
  .worries__reason .is-main .is-accent:last-of-type > span {
    padding-right: calc(3rem - 1px);
  }
}

.worries__next {
  margin-top: 40rem;
  text-align: center;
  color: #AE9286;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 840.1px) {
  .worries__next {
    margin-top: 38rem;
  }
}

.reason {
  position: relative;
  padding-top: 81rem;
  padding-bottom: 273px;
  background: url("../img/reason_bg_sp.webp") no-repeat center top/cover #FFF;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason {
    padding-top: 94rem;
    padding-bottom: 418px;
    background-image: url("../img/reason_bg.webp");
  }
}

.reason::before {
  content: "";
  top: 0;
  left: 50%;
  translate: -50% 0;
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 375/30;
  background-color: #F7F3EB;
  clip-path: polygon(0 0, 100% 0px, 50% 100%);
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason::before {
    width: max(1920px, 100%);
    aspect-ratio: 1920/59;
  }
}

.reason::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 877px;
  height: 233px;
  background: url("../img/reason_bottom_sp.svg") no-repeat center/contain;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason::after {
    width: 1920px;
    height: auto;
    aspect-ratio: 1920/336;
    background-image: url("../img/reason_bottom.svg");
  }
}

.reason__top {
  width: min(600px, 600rem);
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__top {
    width: 650rem;
  }
}

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

.reason__main {
  margin-top: 82rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__main {
    margin-top: 40rem;
  }
}

.reason__main-title {
  font-size: 28rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #AE9286;
  line-height: 1.6;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__main-title {
    margin-top: 32rem;
    font-size: 32rem;
  }
}

.reason__main-text {
  margin-top: 24rem;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 5rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__main-text {
    font-size: 20rem;
  }
}
.reason__main-text .is-large {
  font-size: 18rem;
  line-height: 1.8;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__main-text .is-large {
    font-size: 24rem;
  }
}
.reason__main-text .is-accent {
  font-size: 20rem;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  border-radius: 2px;
  display: inline-block;
  padding: 1px;
  margin-left: 2rem;
  margin-right: 2rem;
  translate: 0 2rem;
  line-height: 1.5;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__main-text .is-accent {
    font-size: 24rem;
  }
}

.reason__main-text .is-accent > span {
  background-color: #FFF;
  display: inline-block;
  padding-inline: calc(4rem - 1px);
  border-radius: 1px;
}

.reason__main-text .is-accent > span .is-text {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.reason__main-items {
  margin-top: 38rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__main-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.reason__main-item {
  position: relative;
}

.reason__main-item-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4C4744;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  padding-inline: 15rem 8rem;
  padding-block: 5rem 3rem;
  font-size: 20rem;
  font-weight: 600;
  border-radius: 0 0 4rem 0;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__main-item-label {
    font-size: 24rem;
    line-height: 1;
    padding-right: 11rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.reason__main-item-label .is-num {
  display: inline-block;
  padding-right: 6rem;
  position: relative;
  border-right: 1px solid #FFF;
  font-size: 20rem;
  font-weight: 400;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__main-item-label .is-num {
    line-height: 1;
    font-size: 24rem;
  }
}
.reason__main-item-label .is-name {
  display: inline-block;
  padding-left: 8rem;
}

.reason__main-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 343/193;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__main-item-img {
    aspect-ratio: 508/285;
  }
}
.reason__main-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason__main-item-text {
  margin-top: 16rem;
  line-height: 1.61;
  font-weight: 500;
  padding-inline: 8rem;
}
.reason__main-item-text .is-accent {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__main-item:first-child {
    padding-bottom: 39rem;
  }
}

.reason__main-item:last-child {
  padding-bottom: 39rem;
}

@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__main-item:first-child::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 26rem;
    height: 23rem;
    background: url("../img/triangle_border.svg") no-repeat center/contain;
  }
}

.reason__main-item:last-child::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 26rem;
  height: 23rem;
  background: url("../img/triangle_border.svg") no-repeat center/contain;
}

.reason__method {
  margin-top: 9rem;
  background-color: #F7F3EB;
  padding-block: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64rem;
  border-radius: 4rem;
  position: relative;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__method {
    display: grid;
    grid-template-columns: 380fr 396fr;
    gap: 202rem;
    place-items: center;
    padding-inline: 31rem;
  }
}

.reason__method::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 32rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/icon_cross_orange.svg") no-repeat center/contain;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__method::after {
    width: 40rem;
    left: 49.2%;
  }
}

.reason__method-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;
  position: relative;
}

.reason__method-icon {
  width: 24rem;
  aspect-ratio: 1;
}

.reason__method-text {
  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;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__method-text {
    font-size: 24rem;
  }
}
.reason__method-text .is-normal {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.reason__method-text .is-accent {
  display: inline-block;
  padding-inline: 8rem;
  padding-block: 8rem;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  border-radius: 4rem;
  color: #FFF;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__method-text .is-accent {
    padding-inline: 16rem;
  }
}

.reason__suggest {
  padding-top: 92rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

.reason__suggest::before {
  position: absolute;
  content: "";
  top: 24rem;
  left: 50%;
  translate: -50% 0;
  width: 44rem;
  aspect-ratio: 1/1;
  height: auto;
  background: url("../img/triangle_brown.svg") no-repeat center/contain;
}

.reason__suggest-top {
  width: 100vw;
}

.reason__suggest-middle {
  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;
  font-size: 20rem;
  margin-top: 16rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__suggest-middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 24rem;
    margin-top: 14rem;
  }
}
.reason__suggest-middle .is-small {
  font-size: 16rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__suggest-middle .is-small {
    font-size: 24rem;
  }
}
.reason__suggest-middle .is-accent-orange {
  border-radius: 4px;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-inline: 1px;
  padding-block: 1px;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__suggest-middle .is-accent-orange {
    margin-inline: 2rem;
    margin-top: 2rem;
  }
}
.reason__suggest-middle .is-accent-orange > span {
  display: inline-block;
  padding-inline: calc(8rem - 1px);
  padding-block: calc(2rem - 1px);
  background-color: #FFF;
  border-radius: 3px;
}
.reason__suggest-middle .is-text {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.reason__suggest-bottom {
  display: inline-block;
  margin-top: 16rem;
  font-size: 20rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__suggest-bottom {
    font-size: 24rem;
  }
}
.reason__suggest-bottom .is-accent-brown {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  background-color: #AE9286;
  color: #FFF;
  padding-block: 2rem;
  padding-left: 36rem;
  padding-right: 8rem;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__suggest-bottom .is-accent-brown {
    padding-left: 56rem;
    padding-right: 16rem;
  }
}
.reason__suggest-bottom .is-accent-brown--human {
  margin-right: 2rem;
}
.reason__suggest-bottom .is-accent-brown--dumbbell {
  margin-left: 2rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__suggest-bottom .is-accent-brown--dumbbell {
    margin-right: 2rem;
  }
}
.reason__suggest-bottom .is-accent-brown::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 8rem;
  translate: 0 -50%;
  width: 20rem;
  aspect-ratio: 1;
  height: auto;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .reason__suggest-bottom .is-accent-brown::before {
    width: 24rem;
    height: auto;
    left: 16rem;
  }
}
.reason__suggest-bottom .is-accent-brown--human::before {
  background: url("../img/icon_human_brown.svg") no-repeat center/contain;
}
.reason__suggest-bottom .is-accent-brown--dumbbell::before {
  background: url("../img/icon_dumbbell_brown.svg") no-repeat center/contain;
}

.voice {
  margin-top: -144px;
  position: relative;
  z-index: 10;
  padding-bottom: 40rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice {
    margin-top: -252px;
    padding-bottom: 80rem;
  }
}

.voice__top-text {
  margin-top: 24rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__top-text {
    font-size: 20rem;
    margin-top: 26rem;
  }
}

.voice__change {
  margin-top: 56rem;
  position: relative;
  width: calc(100% + 32rem);
  translate: -16rem;
  background-color: #F7F3EB;
  padding-inline: 16rem;
  padding-top: 23rem;
  padding-bottom: 24rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__change {
    margin-top: 64rem;
    width: 100%;
    margin-inline: auto;
    padding-top: 24rem;
    translate: 0;
  }
}

.voice__change-title {
  font-weight: 700;
  line-height: 1.6;
  padding-inline: 16rem;
  padding-block: 2rem;
  background-color: #AE9286;
  border-radius: 4rem;
  color: #FFF;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  white-space: nowrap;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__change-title {
    font-size: 20rem;
    padding-inline: 24rem;
    padding-block: 4rem;
    top: -24rem;
    translate: -50% 0;
  }
}

.voice__change-images {
  display: grid;
  gap: 16rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__change-images {
    grid-template-columns: 492fr 500fr;
    gap: 18rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.voice__change-image {
  background-color: #FFF;
  padding-block: 8rem;
  padding-inline: 16rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__change-image {
    padding-block: 16rem;
  }
}
.voice__change-image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 840.1px) {
  .voice__change-image:last-child {
    padding-inline: 20rem;
  }
}

.voice__change-caution {
  margin-top: 4rem;
  font-size: 10rem;
  line-height: 1.2;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__change-caution {
    text-align: right;
  }
}

.voice__change-example {
  margin-top: 16rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__change-example {
    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: 0;
  }
}

.voice__change-example-main--wrapper {
  padding: 1px;
  border-radius: 24rem 24rem 0 24rem;
  background: linear-gradient(80deg, #E6C8AB 19.16%, #DFC6B5 35.1%, #E5D0BD 58.8%, #EFE0D6 100%);
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__change-example-main--wrapper {
    width: 516rem;
  }
}

.voice__change-example-main {
  padding-inline: calc(16rem - 1px);
  padding-block: calc(16rem - 1px);
  background-color: #FFF;
  border-radius: calc(24rem - 1px) calc(24rem - 1px) 0 calc(24rem - 1px);
}

.voice__change-example-heading {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__change-example-heading {
    font-size: 20rem;
  }
}

.voice__change-example-text {
  margin-top: 8rem;
  font-weight: 700;
  line-height: 1.62;
}
.voice__change-example-text .is-accent {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.75em, rgba(239, 85, 57, 0.1607843137)), color-stop(0.5em, transparent));
  background-image: linear-gradient(0deg, rgba(239, 85, 57, 0.1607843137) 0.75em, transparent 0.5em);
}

.voice__change-example-name {
  padding-inline: 9rem 9rem;
  padding-block: 4rem 5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #FFF;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(80deg, #E6C8AB 26.58%, #DFC6B5 42.46%, #E5D0BD 66.09%, #EFE0D6 107.14%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.voice__change-example-name .is-wide {
  letter-spacing: 0.11em;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__change-example-name {
    margin-left: 0;
  }
}

.voice__messages {
  margin-top: 40rem;
  display: grid;
  gap: 16rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__messages {
    margin-top: 40rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: calc(840px + 0.1px)) {
  .voice__message {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 0;
  }
}

.voice__message-main--wrapper {
  padding-inline: 1px;
  padding-block: 1px;
  border-radius: 24rem 24rem 0 24rem;
  background: linear-gradient(80deg, #E6C8AB 19.16%, #DFC6B5 35.1%, #E5D0BD 58.8%, #EFE0D6 100%);
}

.voice__message-main {
  padding-inline: calc(16rem - 1px);
  padding-block: calc(16rem - 1px) calc(14rem - 1px);
  background-color: #FFF;
  border-radius: calc(24rem - 1px) calc(24rem - 1px) 0 calc(24rem - 1px);
  height: 100%;
  min-height: 208px;
}
@media screen and (min-width: 840.1px) {
  .voice__message-main {
    min-height: initial;
  }
}

.voice__message-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}

.voice__message-icon {
  width: 60rem;
  height: auto;
  aspect-ratio: 1;
}

.voice__message-heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  line-height: 1.6;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.voice__message-heading .is-wide {
  letter-spacing: 0.51em;
}

.voice__message-text {
  margin-top: 8rem;
  font-size: 14rem;
  line-height: 1.6;
}
.voice__message-text .is-accent {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5714285714em, rgba(239, 85, 57, 0.1607843137)), color-stop(0.5em, transparent));
  background-image: linear-gradient(0deg, rgba(239, 85, 57, 0.1607843137) 0.5714285714em, transparent 0.5em);
  font-weight: 700;
}

.voice__message-label {
  padding-inline: 12rem 8rem;
  padding-block: 4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #FFF;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(80deg, #E6C8AB 26.58%, #DFC6B5 42.46%, #E5D0BD 66.09%, #EFE0D6 107.14%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.support {
  padding-top: 50rem;
  padding-bottom: 40rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .support {
    padding-top: 70rem;
    padding-bottom: 60rem;
  }
}

.support__top-text {
  margin-top: 23rem;
  line-height: 1.63;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .support__top-text {
    font-size: 20rem;
    margin-top: 26rem;
  }
}

.support__items {
  margin-top: 25rem;
  display: grid;
  gap: 34rem;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .support__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 24rem;
    margin-top: 23rem;
  }
}

.support__img {
  width: calc(100% - 12rem);
  height: auto;
  aspect-ratio: 331/173;
}
@media screen and (min-width: 840.1px) {
  .support__img {
    width: 100%;
  }
}
.support__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support__item-name {
  margin-top: 10rem;
  font-weight: 700;
  line-height: 1.6;
  padding-inline: 8rem;
}
.support__item-position {
  margin-top: 12rem;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1.58;
  padding-bottom: 7rem;
  padding-inline: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 840.1px) {
  .support__item-position {
    padding-right: 20rem;
  }
}
.support__item-position .is-small {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 8rem;
  line-height: 1;
  margin-top: -3rem;
  margin-bottom: -2rem;
  display: inline-block;
}

.support__item-position--narrow {
  margin-top: 7rem;
}
@media screen and (min-width: 840.1px) {
  .support__item-position--narrow {
    margin-top: 9rem;
  }
}

.support__item-text {
  padding-top: 4rem;
  font-size: 14rem;
  line-height: 1.56;
  margin-inline: 8rem;
  border-top: 1px solid #AE9286;
}

.beginner {
  padding-top: 50rem;
  padding-bottom: 102rem;
  background: url("../img/beginner_bg_sp.webp") no-repeat center top/cover #FFF;
  position: relative;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .beginner {
    padding-top: 90rem;
    padding-bottom: 102rem;
    background-image: url("../img/beginner_bg.webp");
    background-size: 1920rem 1135rem;
  }
}

.beginner:after {
  position: absolute;
  content: "";
  bottom: 24rem;
  left: 50%;
  translate: -50% 0;
  width: 18rem;
  aspect-ratio: 18/54;
  height: auto;
  background: url("../img/accent_circles.svg") no-repeat center/contain;
}
.beginner__contents--wrapper {
  position: relative;
  border-radius: 24rem;
  padding-inline: 1px;
  padding-block: 1px;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  overflow: hidden;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .beginner__contents--wrapper {
    border-radius: 40rem;
    width: 900rem;
    margin-inline: auto;
  }
}

.beginner__contents {
  border-radius: calc(24rem - 1px);
  background-color: #F7F3EB;
  padding-block: calc(16rem - 1px);
  padding-inline: calc(16rem - 1px);
  position: relative;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .beginner__contents {
    border-radius: calc(40rem - 1px);
    padding-top: calc(39rem - 1px);
    padding-bottom: calc(50rem - 1px);
    padding-inline: calc(50rem - 1px);
  }
}

.beginner__contents::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 50%;
  translate: -50%;
  width: auto;
  aspect-ratio: 900/203;
  height: 203rem;
  background: url(../img/beginner_head_sp.webp) no-repeat center/contain;
  max-height: 203px;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .beginner__contents::before {
    background-image: url(../img/beginner_head.webp);
    height: auto;
    width: calc(100% + 2px);
  }
}

.beginner__title {
  position: relative;
  z-index: 10;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.63;
  text-align: center;
  color: #FFF;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .beginner__title {
    font-size: 24rem;
  }
}
.beginner__title br.is-sp {
  display: block;
}
@media screen and (min-width: 840.1px) {
  .beginner__title br.is-sp {
    display: none;
  }
}

.beginner__top-text {
  margin-top: 40rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .beginner__top-text {
    margin-top: 48px;
    font-size: 18rem;
  }
}

.beginner__faq {
  margin-top: 24rem;
  display: grid;
  gap: 15rem;
}
@media screen and (min-width: 840.1px) {
  .beginner__faq {
    margin-top: 34rem;
    gap: 16rem;
  }
}

.beginner__faq-item {
  display: grid;
  gap: 8rem;
  line-height: 1.63;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .beginner__faq-item {
    gap: 16rem;
  }
}

.beginner__faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
@media screen and (min-width: 840.1px) {
  .beginner__faq-question {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.beginner__faq-question-text {
  padding-inline: 16rem;
  padding-block: 8rem;
  background-color: #FFF;
  border-radius: 23rem 24rem 24rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #AE9286;
  font-weight: 700;
}
@media screen and (min-width: 840.1px) {
  .beginner__faq-question-text {
    padding-inline: 24rem;
    border-radius: 24rem 24rem 24rem 0;
  }
}

.beginner__faq-icon {
  width: 64rem;
  height: auto;
}
@media screen and (min-width: calc(840px + 0.1px)) {
  .beginner__faq-icon {
    width: 88rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.beginner__faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 840.1px) {
  .beginner__faq-answer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.beginner__faq-answer-text {
  padding-inline: 16rem;
  padding-block: 16rem;
  background-color: #FFF;
  border-radius: 40rem 40rem 0 40rem;
  font-weight: 500;
}
@media screen and (min-width: 840.1px) {
  .beginner__faq-answer-text {
    padding-block: 15rem 17rem;
    padding-inline: 12rem;
    width: 600rem;
    display: grid;
    place-items: center;
  }
}

.experience {
  padding-top: 69rem;
  padding-bottom: 60rem;
}

.experience__top-text {
  font-weight: 700;
  line-height: 1.6;
  margin-top: 25rem;
}
@media screen and (min-width: 840.1px) {
  .experience__top-text {
    text-align: center;
  }
}

.experience__items {
  margin-top: 44rem;
  display: grid;
  gap: 24rem;
  position: relative;
}
@media screen and (min-width: 840.1px) {
  .experience__items {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }
}

.experience__item {
  display: grid;
  grid-template-columns: 40rem 1fr;
  gap: 4rem;
  position: relative;
}
@media screen and (min-width: 840.1px) {
  .experience__item {
    grid-template-columns: initial;
    grid-template-rows: 60rem 1fr;
    gap: 8rem;
  }
}

.experience__item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: calc(100% + 24rem);
  left: 20rem;
  top: 0;
  background-image: repeating-linear-gradient(180deg, #AE9286, #AE9286 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
}
@media screen and (min-width: 840.1px) {
  .experience__item:not(:last-child)::before {
    width: calc(100% + 16rem);
    height: 2rem;
    background-image: repeating-linear-gradient(90deg, #AE9286, #AE9286 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-x;
    background-size: 100% 2px;
    left: 50%;
    top: 30rem;
  }
}

.experience__item-num {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  display: grid;
  place-items: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  border-radius: 50%;
  background-color: #AE9286;
  color: #FFF;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 840.1px) {
  .experience__item-num {
    width: auto;
    margin-inline: auto;
    font-size: 20rem;
  }
}
.experience__item-num.is-accent {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
}

.experience__item-contents {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 840.1px) {
  .experience__item-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7rem;
  }
}

.experience__item-img {
  width: 100%;
  aspect-ratio: 299/225;
  height: auto;
  overflow: hidden;
}
.experience__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__item-title {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-weight: 800;
  font-size: 20rem;
  line-height: 1.6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  font-family: "Shippori Mincho", serif;
  color: #AE9286;
  margin-top: 1rem;
}
@media screen and (min-width: 840.1px) {
  .experience__item-title {
    font-size: 24rem;
  }
}
.experience__item-title.is-accent {
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.experience__item-title .is-narrow {
  letter-spacing: -0.08em;
}

.experience__item-text {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 840.1px) {
  .experience__item-text {
    line-height: 1.63;
  }
}

.experience_point--wrapper {
  margin-top: 43rem;
  position: relative;
  padding: 1px;
  background: linear-gradient(80deg, #E6C8AB 19.16%, #DFC6B5 35.1%, #E5D0BD 58.8%, #EFE0D6 100%);
  border-radius: 4rem;
}
@media screen and (min-width: 840.1px) {
  .experience_point--wrapper {
    margin-top: 44rem;
  }
}

.experience__point {
  background-color: #FFF;
  border-radius: calc(4rem - 1px);
  padding-top: calc(32rem - 1px);
  padding-bottom: calc(32rem - 1px);
  padding-inline: calc(8rem - 1px);
}

.experience__point-title {
  border-radius: 4rem;
  padding-block: 4rem;
  padding-inline: 24rem;
  background-color: #AE9286;
  line-height: 1.6;
  font-weight: 700;
  color: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: absolute;
  top: -11rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 840.1px) {
  .experience__point-title {
    top: -17rem;
  }
}

.experience__point-items {
  display: grid;
  gap: 17rem;
}
@media screen and (min-width: 840.1px) {
  .experience__point-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.experience__point-item {
  display: grid;
  gap: 6rem;
}

.experience__point-head--wrapper {
  padding: 1px;
  border-radius: 32rem;
  background: linear-gradient(80deg, #E6C8AB 19.16%, #DFC6B5 35.1%, #E5D0BD 58.8%, #EFE0D6 100%);
  max-width: 327px;
}

.experience__point-head {
  display: grid;
  grid-template-columns: 32rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.6;
  color: #AE9286;
  background-color: #FFF;
  border-radius: calc(32rem - 1px);
  padding-block: calc(4rem - 1px);
  padding-inline: calc(6rem - 1px);
}

.experience__point-icon {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
}

.experience__point-body {
  font-weight: 500;
  line-height: 1.6;
  padding-inline: 8rem;
}

.faq {
  background-color: #F7F3EB;
  padding-top: 90rem;
  padding-bottom: 40rem;
}
@media screen and (min-width: 840.1px) {
  .faq {
    padding-bottom: 80rem;
  }
}

.faq__items {
  margin-top: 34rem;
  display: grid;
  gap: 17rem;
}
@media screen and (min-width: 840.1px) {
  .faq__items {
    margin-top: 45rem;
    gap: 24rem;
  }
}

.faq__item {
  background-color: #FFF;
  padding-inline: 16rem;
  border-radius: 16rem;
}
@media screen and (min-width: 840.1px) {
  .faq__item {
    padding-inline: 24rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .faq__item::details-content {
    overflow: clip;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: content-visibility, block-size;
    transition-property: content-visibility, block-size;
    transition-behavior: allow-discrete;
  }
}
.faq__item:not([open])::details-content {
  block-size: 0;
}

.faq__question {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  list-style: none;
  padding-right: 28rem;
  padding-top: 16rem;
  padding-bottom: 16rem;
  position: relative;
}
@media screen and (min-width: 840.1px) {
  .faq__question {
    gap: 16rem;
    padding-top: 24rem;
    padding-bottom: 20rem;
  }
}
.faq__question::-webkit-details-marker {
  display: none;
}
@media (any-hover: hover) {
  .faq__question:hover {
    cursor: pointer;
  }
}
.faq__question .is-head {
  font-size: 24rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #AE9286;
}
@media screen and (min-width: 840.1px) {
  .faq__question .is-head {
    font-size: 32rem;
    translate: 0 -4rem;
  }
}
.faq__question .is-text {
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 840.1px) {
  .faq__question .is-text {
    font-size: 20rem;
  }
}

.faq__item[open] .faq__question .is-text {
  color: #AE9286;
}

.faq__question::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 20rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/icon_plus.svg") no-repeat center/contain;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 840.1px) {
  .faq__question::after {
    width: 28rem;
  }
}

.faq__item[open] .faq__question::after {
  background-image: url("../img/icon_minus.svg");
}

.faq__answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  padding-top: 16rem;
  padding-bottom: 16rem;
  border-top: 1px dashed #AE9286;
}
@media screen and (min-width: 840.1px) {
  .faq__answer {
    gap: 16rem;
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
}
.faq__answer .is-head {
  font-size: 24rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 840.1px) {
  .faq__answer .is-head {
    font-size: 32rem;
  }
}
.faq__answer .is-text {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 840.1px) {
  .faq__answer .is-text {
    font-size: 20rem;
  }
}

.info {
  padding-top: 50rem;
  padding-bottom: 52rem;
  background-color: #F7F3EB;
}
@media screen and (min-width: 840.1px) {
  .info {
    padding-top: 92rem;
    padding-bottom: 82rem;
  }
}

.info__top {
  margin-top: 46rem;
  display: grid;
  gap: 24rem;
}
@media screen and (min-width: 840.1px) {
  .info__top {
    margin-top: 48rem;
    gap: 40rem;
    grid-template-columns: 505rem 1fr;
  }
}

@media screen and (min-width: 840.1px) {
  .info__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.info__list-item {
  display: grid;
  padding-inline: 8rem;
  padding-block: 8rem;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(80deg, #E6C8AB 19.16%, #DFC6B5 35.1%, #E5D0BD 58.8%, #EFE0D6 100%);
     border-image: linear-gradient(80deg, #E6C8AB 19.16%, #DFC6B5 35.1%, #E5D0BD 58.8%, #EFE0D6 100%);
  border-image-slice: 1;
}
@media screen and (min-width: 840.1px) {
  .info__list-item {
    grid-template-columns: 120rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.info__list-item-head {
  font-weight: 500;
  line-height: 1.6;
  color: #AE9286;
}

.info__list-item-body {
  line-height: 1.6;
}

.info__main-img {
  width: calc(100% + 32rem);
  translate: -16rem;
  height: auto;
  aspect-ratio: 375/214;
  overflow: hidden;
}
@media screen and (min-width: 840.1px) {
  .info__main-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    translate: 0;
  }
}
.info__main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__sub-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(100% + 32rem);
  translate: -16rem;
}
@media screen and (min-width: 840.1px) {
  .info__sub-images {
    margin-top: 16rem;
    width: 100%;
    translate: 0;
  }
}

.info__sub-image {
  height: auto;
}

.info__map {
  width: calc(100% + 32rem);
  translate: -16rem;
  margin-top: 24rem;
  aspect-ratio: 375/286;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 840.1px) {
  .info__map {
    margin-top: 40rem;
    aspect-ratio: 1040/286;
    width: 100%;
    translate: 0;
  }
}
.info__map iframe {
  width: 100%;
  height: 100%;
}

.welcome {
  position: relative;
  padding-top: 70rem;
  padding-bottom: 79rem;
  background: url("../img/welcome_bg_sp.webp") no-repeat center top/1000rem 812rem;
}
@media screen and (min-width: 840.1px) {
  .welcome {
    padding-top: 100rem;
    padding-bottom: 100rem;
    background: url("../img/welcome_bg.webp") no-repeat center top/1920rem 799rem;
  }
}

.welcome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: auto;
  aspect-ratio: 375/81;
  background: url("../img/welcome_head.webp") no-repeat center top/contain;
}
@media screen and (min-width: 840.1px) {
  .welcome::before {
    width: max(1920rem, 120%);
    height: auto;
    aspect-ratio: 1920/340;
  }
}

.section-title.welcome__title {
  font-size: 20rem;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 840.1px) {
  .section-title.welcome__title {
    font-size: 40rem;
  }
}

.welcome__list {
  margin-top: 23rem;
  display: grid;
  gap: 9rem;
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 840.1px) {
  .welcome__list {
    margin-top: 40rem;
    gap: 8rem;
  }
}

.welcome__list-item {
  padding-left: 34rem;
  background: linear-gradient(80deg, #EF5539 19.16%, #EC7D46 79.4%, #FAA378 99.61%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 840.1px) {
  .welcome__list-item {
    padding-left: 37rem;
    font-size: 18rem;
  }
}

.welcome__list-item::before {
  position: absolute;
  content: "";
  left: 1rem;
  top: 48%;
  translate: 0 -50%;
  width: 29rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/icon_check_orange.svg") no-repeat center center/contain;
}
@media screen and (min-width: 840.1px) {
  .welcome__list-item::before {
    width: 34rem;
    left: -2rem;
    top: 47%;
  }
}

.welcome__message {
  margin-top: 25rem;
  font-size: 20rem;
  font-weight: 600;
  line-height: 1.6;
  color: #AE9286;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 840.1px) {
  .welcome__message {
    font-size: 32rem;
    margin-top: 40rem;
  }
}