@charset "UTF-8";
* {
  -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;
}

a {
  text-decoration: none;
}

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

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-size: 16px;
  color: #362E2C;
  font-family: "Zen Maru Gothic", sans-serif;
}

body.is-scroll {
  overflow: hidden;
}

@media (min-width: 820px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.header__block {
  height: 112px;
  background: #FEFAF7;
  padding-inline: 1.3888888889vw;
  border-bottom: 1px solid #362E2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header__block {
    height: 51px;
    padding-inline: 15px;
  }
}

.header__logo {
  width: 17.8472222222vw;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  .header__logo {
    width: 257px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 41.3333333333vw;
    max-width: 257px;
    padding-left: 0;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__contents {
  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;
  gap: 1.5277777778vw;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .header__nav-list {
    display: none;
  }
}

.header__nav-item a {
  display: block;
  padding-inline: 1.0416666667vw;
  height: 112px;
  display: grid;
  place-content: center;
  font-size: clamp(0.625rem, -0.1442307692rem + 1.2019230769vw, 0.9375rem);
  font-weight: bold;
  color: #362E2C;
}

.header__nav-item span {
  position: relative;
}

.header__nav-item span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#F69402), to(#F68103));
  background: linear-gradient(90deg, #F69402 0%, #F68103 100%);
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}

@media (any-hover: hover) {
  .header__nav-item a:hover span::after {
    scale: 1;
  }
}
.header__nav-btn {
  width: 16.4583333333vw;
  max-width: 237px;
}
@media screen and (max-width: 768px) {
  .header__nav-btn {
    display: none;
  }
}

.drawer__icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer__icon {
    position: fixed;
    z-index: 102;
    top: 20px;
    right: 18px;
    width: 17px;
    height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #362E2C;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 6px;
  background: #fff;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -6px;
  background: #fff;
}

.drawer__icon.js-show::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  width: 51px;
  height: 51px;
  background: #362E2C;
}

.headerLogo.js-show {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 333px;
  height: 100vh;
  height: 100svh;
  background: #fff;
  overflow-y: scroll;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 76px 27px 30px 29px;
  padding-left: 34px;
  position: relative;
}

.drawer__logo {
  width: 211px;
  position: absolute;
  top: 21px;
  left: 28px;
}
.drawer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drawer__list li a {
  display: block;
  color: #362E2C;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
  padding: 18px 10px 20px;
  border-bottom: 1px solid #C3C3C3;
}

.drawer__btn-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}

.drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.fv-top {
  background: #FDECD2;
  padding-top: 5.2083333333vw;
  padding-bottom: 9.375vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1441px) {
  .fv-top {
    padding: 75px 0 135px;
  }
}
@media screen and (max-width: 768px) {
  .fv-top {
    padding: 5.8666666667vw 0 7.2vw;
  }
}

.fv-top__text {
  font-size: clamp(1.125rem, -0.0178571429rem + 2.380952381vw, 2.125rem);
  color: #362E2C;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv-top__text {
    font-size: 1.1875rem;
    line-height: 1.4;
  }
}

.fv-top__text .dotted-orange {
  color: #F68103;
  font-size: clamp(1.3125rem, -0.0446428571rem + 2.8273809524vw, 2.5rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv-top__text .dotted-orange {
    font-size: 1.4375rem;
    display: inline-block;
    letter-spacing: 0.03em;
  }
}

.fv-top__text .dotted-orange::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.15em;
  height: 0.15em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: #F68103;
}

.fv-top__text .black {
  font-size: clamp(1.3125rem, -0.0446428571rem + 2.8273809524vw, 2.5rem);
}

.fv-top__text .orange {
  color: #F68103;
  font-size: clamp(1.3125rem, -0.0446428571rem + 2.8273809524vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .fv-top__text .orange {
    display: inline-block;
    padding-inline: 2px;
  }
}

.fv-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .fv-top__title {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.fv-top__title-large {
  font-size: clamp(3.9375rem, -0.1339285714rem + 8.4821428571vw, 7.5rem);
  color: #F68103;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv-top__title-large {
    line-height: 1;
    font-size: 3.75rem;
    padding-right: 28px;
    letter-spacing: 0.04em;
  }
}

.fv-top__title-circle {
  margin-right: 8.6805555556vw;
  padding-top: 15px;
  font-size: clamp(2.125rem, 0.0535714286rem + 4.3154761905vw, 3.9375rem);
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .fv-top__title-circle {
    margin-right: 125px;
  }
}
@media screen and (max-width: 768px) {
  .fv-top__title-circle {
    margin-right: 67px;
    font-size: 1.75rem;
    padding-top: 0;
  }
}

.fv-top__title-circle::after {
  content: "";
  background: url(../img-gojokai-lp/fv-top-img.png) no-repeat center/cover;
  width: 11.3194444444vw;
  max-width: 163px;
  aspect-ratio: 163/126;
  position: absolute;
  right: -11.4583333333vw;
  top: -2.4305555556vw;
}
@media screen and (min-width: 1441px) {
  .fv-top__title-circle::after {
    right: -165px;
    top: -35px;
  }
}
@media screen and (max-width: 768px) {
  .fv-top__title-circle::after {
    width: 21.8666666667vw;
    max-width: 82px;
    top: -22px;
    right: -79px;
  }
}

.fv-top__title-circle .circle {
  position: relative;
  z-index: 1;
}

.fv-top__title .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.746031746em;
  height: 1.746031746em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv-top__title .circle::after {
    width: 1.8571428571em;
    height: 1.8571428571em;
  }
}

.fv-top__title .green {
  color: #61A340;
}

.fv-top__title .black {
  color: #362E2C;
}

.fv-middle {
  background: #FDF9F3;
  position: relative;
}

.fv-middle__img {
  display: block;
  width: 65vw;
  margin-top: -5.9722222222vw;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv-middle__img {
    width: 100%;
    max-width: 335px;
    margin-top: 20px;
  }
}
.fv-middle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv-middle::before {
  content: "";
  position: absolute;
  top: 2.9861111111vw;
  left: 50%;
  width: 100%;
  aspect-ratio: 2880/477;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img-gojokai-lp/fv-middle-bg.png) no-repeat center/cover;
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  .fv-middle::before {
    top: 43px;
  }
}
@media screen and (max-width: 768px) {
  .fv-middle::before {
    top: auto;
    bottom: 0;
    background: url(../img-gojokai-lp/fv-middle-bg_sp.png) no-repeat center/cover;
    aspect-ratio: 750/927;
  }
}

.fv-middle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.9861111111vw;
  background: #FDECD2;
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  .fv-middle::after {
    height: 43px;
  }
}

.fv-bottom {
  background: #FDF9F3;
  padding: 3.8194444444vw 0 6.9444444444vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv-bottom {
    padding: 14px 0 60px;
  }
}

.fv-bottom::before {
  content: "";
  background: url(../img-gojokai-lp/fv-heart.png) no-repeat center/cover;
  width: 93.5416666667vw;
  aspect-ratio: 2567/955;
  position: absolute;
  bottom: 1.3888888889vw;
  left: -2.7777777778vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv-bottom::before {
    background: url(../img-gojokai-lp/fv-heart_sp.png) no-repeat center/cover;
    width: 77.8666666667vw;
    aspect-ratio: 598/494;
    left: 19.7333333333vw;
    bottom: auto;
    top: -8px;
  }
}

.fv-bottom__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.9861111111vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1441px) {
  .fv-bottom__contents {
    gap: 43px;
  }
}
@media screen and (max-width: 768px) {
  .fv-bottom__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}

.fv-bottom__title {
  font-size: clamp(1.125rem, -0.0178571429rem + 2.380952381vw, 2.125rem);
  font-weight: bold;
  line-height: 1.4705882353;
}
@media screen and (max-width: 768px) {
  .fv-bottom__title {
    font-size: 1.6875rem;
    line-height: 1.4814814815;
  }
}

.fv-bottom__text {
  width: 32.9166666667vw;
  max-width: 474px;
  font-size: clamp(0.75rem, 0.4642857143rem + 0.5952380952vw, 1rem);
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .fv-bottom__text {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.75;
  }
}

.fv-bottom__btn-box {
  margin-top: 5.4861111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.1527777778vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .fv-bottom__btn-box {
    margin-top: 79px;
    gap: 31px;
  }
}
@media screen and (max-width: 768px) {
  .fv-bottom__btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    margin-top: 18px;
  }
}

.fv-bottom__btn {
  width: 282px;
}
@media screen and (max-width: 768px) {
  .fv-bottom__btn {
    width: 100%;
    max-width: 335px;
  }
}

.about__block {
  position: relative;
  padding: 5.5555555556vw 0 4.8611111111vw;
  z-index: 2;
  overflow-x: hidden;
}
@media screen and (min-width: 1440px) {
  .about__block {
    padding: 80px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .about__block {
    padding: 50px 0 60px;
  }
}

.about__block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FDF9F3;
  z-index: -3;
}

.about__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84%;
  background: #FDECD2;
  border-radius: 100px 100px 0 0;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .about__block::before {
    border-radius: 60px 60px 0 0;
  }
}

.about__title.section-title {
  line-height: 1;
}
.about__title.section-title .green {
  display: inline-block;
  margin-top: 10px;
}

.about-top__text {
  margin-top: 74px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  color: #362E2C;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .about-top__text {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about-top__text span {
    margin-top: 28px;
    display: block;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.about-top__list {
  margin-top: 4.4444444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.8194444444vw;
}
@media screen and (min-width: 1440px) {
  .about-top__list {
    margin-top: 64px;
    gap: 55px;
  }
}
@media screen and (max-width: 768px) {
  .about-top__list {
    margin-top: 10px;
    gap: 5px;
    overflow-x: hidden;
  }
}

.about-top__item {
  width: 25.6363636364%;
  max-width: 282px;
  aspect-ratio: 282/259;
  background: #fff;
  display: grid;
  place-content: center;
  border-radius: 104px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .about-top__item {
    width: 130px;
    border-radius: 48px;
  }
}

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

.about-top__item:nth-child(odd) {
  margin-top: 3.4545454545%;
}
@media screen and (min-width: 1440px) {
  .about-top__item:nth-child(odd) {
    margin-top: 38px;
  }
}
@media screen and (max-width: 768px) {
  .about-top__item:nth-child(odd) {
    margin-top: 26px;
  }
}

.about-top__item:nth-child(even) {
  margin-bottom: 3.4545454545%;
}
@media screen and (min-width: 1440px) {
  .about-top__item:nth-child(even) {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 768px) {
  .about-top__item:nth-child(even) {
    margin-bottom: 26px;
  }
}

.about-top__item:first-child .about-top__item-img {
  width: 11.8055555556vw;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .about-top__item:first-child .about-top__item-img {
    width: 79px;
  }
}

.about-top__item:nth-child(2) .about-top__item-img {
  width: 11.1805555556vw;
  max-width: 161px;
}
@media screen and (max-width: 768px) {
  .about-top__item:nth-child(2) .about-top__item-img {
    width: 60px;
  }
}

.about-top__item:nth-child(3) .about-top__item-img {
  width: 8.125vw;
  max-width: 117px;
}
@media screen and (max-width: 768px) {
  .about-top__item:nth-child(3) .about-top__item-img {
    width: 54px;
  }
}

.about-top__item-text {
  margin-top: 8px;
  font-weight: bold;
  font-size: clamp(1rem, 0.0319816054rem + 1.8394648829vw, 1.6875rem);
  line-height: 1.1111111111;
  text-align: center;
}

.about-middle {
  padding: 6.1111111111vw 0 0;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .about-middle {
    padding: 88px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .about-middle {
    padding: 36px 0 60px;
  }
}

.about-middle::after {
  content: "";
  background: url(../img-gojokai-lp/about-middle-bg.png) no-repeat center/cover;
  width: 100%;
  aspect-ratio: 2880/3242;
  position: absolute;
  bottom: -29.3055555556vw;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1441px) {
  .about-middle::after {
    bottom: -422px;
  }
}
@media screen and (max-width: 768px) {
  .about-middle::after {
    background: url(../img-gojokai-lp/about-middle-bg_sp.png) no-repeat center/cover;
    bottom: 2.6666666667vw;
  }
}

.about-middle__title {
  font-size: clamp(1.125rem, -0.0178571429rem + 2.380952381vw, 2.125rem);
  color: #362E2C;
  font-weight: bold;
  line-height: 1.4705882353;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-middle__title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.about-middle__title .green {
  color: #61A340;
}

.about-middle__title.orange-line .row::after {
  background: rgba(251, 189, 108, 0.3137254902);
}

.about-middle__title.orange-line .row {
  margin-inline: auto;
}

.about-middle__img {
  display: block;
  margin-top: 4.7222222222vw;
}
@media screen and (min-width: 1441px) {
  .about-middle__img {
    margin-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  .about-middle__img {
    margin-top: 20px;
  }
}
.about-middle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-middle__note {
  margin-top: 10px;
  margin-left: 3.0909090909%;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 768px) {
  .about-middle__note {
    margin-top: 20px;
    margin-left: 0;
    font-size: 0.625rem;
    line-height: 1.6;
  }
}

.about-middle__text {
  width: 42.2222222222vw;
  max-width: 608px;
  margin-top: 6.9444444444vw;
  margin-inline: auto;
  padding: 2.2222222222vw 4.2361111111vw;
  background: #FDF9F3;
  border: #FBBD6C 2px solid;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .about-middle__text {
    margin-top: 101px;
    padding: 34px 61px;
  }
}
@media screen and (max-width: 768px) {
  .about-middle__text {
    margin-top: 50px;
    width: 100%;
    max-width: 450px;
    padding: 30px 20px;
    font-size: 0.875rem;
    line-height: 1.6;
    border-radius: 24px;
  }
}

.about-middle__text::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -53px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 3px;
  height: 72px;
  background: radial-gradient(circle, #FBBD6C 60%, transparent 42%) repeat-y;
  background-size: 3px 11px;
}
@media screen and (max-width: 768px) {
  .about-middle__text::after {
    width: 2.4px;
    height: 58px;
    top: -43px;
  }
}

.about-middle__text .orange {
  color: #F68103;
  font-weight: bold;
}

.about-bottom {
  margin-top: 13.75vw;
}
@media screen and (min-width: 1441px) {
  .about-bottom {
    margin-top: 198px;
  }
}
@media screen and (max-width: 768px) {
  .about-bottom {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .inner.about-bottom__inner {
    padding-inline: 0;
  }
}

.about-bottom__contents {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
          box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
  padding: 5.9027777778vw;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .about-bottom__contents {
    padding-block: 85px;
  }
}
@media screen and (max-width: 768px) {
  .about-bottom__contents {
    border-radius: 0;
    padding: 73px 0 40px;
    -webkit-box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
            box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
  }
}

.about-bottom__contents::after {
  content: "";
  background: #fff;
  width: 33.8181818182%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: -8.3333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1441px) {
  .about-bottom__contents::after {
    top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .about-bottom__contents::after {
    width: 100%;
    max-width: 372px;
    top: -100px;
  }
}

.about-bottom__title {
  width: 33.8181818182%;
  aspect-ratio: 1/1;
  padding-top: 4.3055555556vw;
  font-size: clamp(1rem, 0.2857142857rem + 1.4880952381vw, 1.625rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: -8.3333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1441px) {
  .about-bottom__title {
    padding-top: 70px;
    top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .about-bottom__title {
    width: 100%;
    padding-top: 0px;
    font-size: 30px;
    top: -40px;
  }
}

.about-bottom__title .orange {
  font-size: clamp(1.375rem, 0.0892857143rem + 2.6785714286vw, 2.5rem);
  color: #F68103;
}
@media screen and (max-width: 768px) {
  .about-bottom__title .orange {
    font-size: 2.5rem;
  }
}

.about-bottom__title .black {
  font-size: clamp(1.125rem, -0.0178571429rem + 2.380952381vw, 2.125rem);
}
@media screen and (max-width: 768px) {
  .about-bottom__title .black {
    font-size: 1.875rem;
  }
}

.about-bottom__list {
  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: 1.1111111111vw;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .about-bottom__list {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about-bottom__list {
    gap: 15px;
    padding: 0 37px 0 45px;
  }
}

.about-bottom__list::after {
  content: "";
  background: url(../img-gojokai-lp/about-bottom-img.png) no-repeat center/contain;
  width: 16.7272727273%;
  aspect-ratio: 184/272;
  position: absolute;
  right: -2.1818181818%;
  bottom: -3.3636363636%;
}
@media screen and (max-width: 768px) {
  .about-bottom__list::after {
    width: 28.2666666667vw;
    max-width: 106px;
    right: -24px;
    bottom: -98px;
  }
}

.about-bottom__item {
  width: 100%;
  max-width: 733px;
  background: #FDF9F3;
  border-radius: 10px;
  padding: 1.5277777778vw 0 1.5277777778vw 7.2222222222vw;
}
@media screen and (min-width: 1441px) {
  .about-bottom__item {
    padding: 22px 0 22px 104px;
  }
}
@media screen and (max-width: 768px) {
  .about-bottom__item {
    padding: 17px 20px 22px 38px;
    max-width: 450px;
    border-radius: 8px;
  }
}

.about-bottom__text {
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
  padding-left: 60px;
  position: relative;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .about-bottom__text {
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.about-bottom__text::before {
  content: "";
  width: 2.6666666667em;
  aspect-ratio: 1/1;
  background: url(../img-gojokai-lp/check.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .about-bottom__text::before {
    width: 38px;
    left: -46px;
  }
}

.about-bottom__text .orange {
  color: #F68103;
  position: relative;
  font-size: clamp(1.25rem, 1.1071428571rem + 0.2976190476vw, 1.375rem);
  display: inline-block;
  padding: 0 3px;
}
@media screen and (max-width: 768px) {
  .about-bottom__text .orange {
    font-size: 1.125rem;
    padding: 0 2px;
  }
}

.about-bottom__text .orange::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: radial-gradient(circle, #FBBD6C 60%, transparent 42%) repeat-x;
  background-size: 15px 3px;
}
@media screen and (max-width: 768px) {
  .about-bottom__text .orange::after {
    bottom: -1px;
    height: 2.4px;
  }
}

.about-bottom__note {
  width: 84.8181818182%;
  margin-inline: auto;
  margin-top: 37px;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.8666666667;
}
@media screen and (max-width: 768px) {
  .about-bottom__note {
    width: 100%;
    margin-top: 20px;
    max-width: 335px;
    font-size: 0.625rem;
    line-height: 1.6;
  }
}

.system__block {
  padding: 4.8611111111vw 0 10.4166666667vw;
  background: #FDF9F3;
}
@media screen and (min-width: 1440px) {
  .system__block {
    padding: 70px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  .system__block {
    padding: 60px 0 57px;
  }
}

.system-flow__sub-title {
  margin-top: 8.125vw;
}
@media screen and (min-width: 1440px) {
  .system-flow__sub-title {
    margin-top: 117px;
  }
}
@media screen and (max-width: 768px) {
  .system-flow__sub-title {
    margin-top: 74px;
  }
}

.system-flow__list {
  margin-top: 4.7222222222vw;
}
@media screen and (min-width: 1440px) {
  .system-flow__list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  .system-flow__list {
    margin-top: 32px;
  }
}

.system-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6666666667vw;
}
@media screen and (min-width: 1440px) {
  .system-flow__item {
    gap: 24px;
  }
}

.system-flow__contents {
  display: grid;
  grid-template-columns: 140px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .system-flow__contents {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.system-flow__title {
  color: #F68103;
  font-size: clamp(1.125rem, 0.625rem + 1.0416666667vw, 1.5625rem);
  font-weight: bold;
  line-height: 1.08;
}
@media screen and (max-width: 768px) {
  .system-flow__title {
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
}

.system-flow__text {
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .system-flow__text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.system-policy__sub-title {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .system-policy__sub-title {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .system-policy__sub-title {
    margin-top: 40px;
  }
}

.system-policy__list {
  margin-top: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
@media screen and (min-width: 1440px) {
  .system-policy__list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .system-policy__list {
    margin-top: 32px;
    gap: 20px;
  }
}

.sytem-policy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .sytem-policy__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}

.system-policy__img {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #DAEFD0;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .system-policy__img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .system-policy__img svg {
    width: 20px;
    height: 20px;
  }
}

.system-policy__text {
  width: 56.9090909091%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .system-policy__text {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

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

.system-service__sub-title {
  margin-top: 4.9305555556vw;
}
@media screen and (min-width: 1440px) {
  .system-service__sub-title {
    margin-top: 71px;
  }
}
@media screen and (max-width: 768px) {
  .system-service__sub-title {
    margin-top: 34px;
  }
}

.system-service__list {
  margin-top: 4.7222222222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1440px) {
  .system-service__list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  .system-service__list {
    margin-top: 32px;
    gap: 20px;
  }
}

.system-service__item {
  background: #fff;
  border-radius: 30px;
  padding: 33px 28px 32px 42px;
  width: 100%;
  max-width: 920px;
  display: grid;
  grid-template-columns: 220px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .system-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
    border-radius: 24px;
  }
}

.system-flow__contents {
  background: #fff;
  padding: 32px 20px 34px 42px;
}
@media screen and (max-width: 768px) {
  .system-flow__contents {
    padding: 12px 20px 11px;
  }
}

.system-service__title {
  font-size: clamp(1.125rem, 0.625rem + 1.0416666667vw, 1.5625rem);
  font-weight: bold;
  color: #F68103;
  line-height: 1.08;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .system-service__title {
    font-size: 1.25rem;
    line-height: 1.05;
  }
}

.system-service__text {
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .system-service__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.values__block {
  background: #fff;
  border-radius: 100px 100px 0 0;
  padding: 8.3333333333vw 0 10.4166666667vw;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .values__block {
    padding: 120px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  .values__block {
    padding: 63px 0 60px;
    border-radius: 60px 60px 0 0;
  }
}

.values__block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FDF9F3;
  z-index: -1;
}

.values__text {
  margin-top: 5.1388888889vw;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .values__text {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  .values__text {
    margin-top: 66px;
    font-size: 0.875rem;
    line-height: 2;
    word-break: keep-all;
  }
}

.values__list {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .values__list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .values__list {
    margin-top: 30px;
  }
}

.values__item {
  background: #F6FEF2;
  -webkit-box-shadow: 0px 3px 4px rgba(97, 163, 64, 0.5);
          box-shadow: 0px 3px 4px rgba(97, 163, 64, 0.5);
}

.values-item__img {
  background: #DAEFD0;
}

.values-item__img::after {
  background: #61A340;
}

.values-item__title {
  color: #61A340;
}

.benefits__block {
  padding: 6.9444444444vw 0 8.3333333333vw;
  background: #FDF9F3;
}
@media screen and (min-width: 1440px) {
  .benefits__block {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .benefits__block {
    padding: 60px 0;
  }
}

.benefits__text {
  margin-top: 5.5555555556vw;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .benefits__text {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .benefits__text {
    margin-top: 70px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.benefits__list.card-list {
  margin-top: 5.1388888889vw;
}
@media screen and (min-width: 1440px) {
  .benefits__list.card-list {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  .benefits__list.card-list {
    margin-top: 30px;
    gap: 37px;
  }
}

.benefits__item {
  background: #fff;
  -webkit-box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
          box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
}

.benefits-item__img {
  background: #FDECD2;
}

.benefits-item__img::after {
  background: #F68103;
}

.benefits-item__title {
  color: #F68103;
}

.benefits__btn {
  width: 387px;
  margin-inline: auto;
  margin-top: 5.1388888889vw;
}
@media screen and (min-width: 1440px) {
  .benefits__btn {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  .benefits__btn {
    margin-top: 60px;
    width: 100%;
    max-width: 387px;
  }
}
.benefits__btn .btn {
  font-size: 1rem;
}

.plan__block {
  padding: 8.3333333333vw 0 5vw;
  background: #FDECD2;
  border-radius: 100px 100px 0 0;
}
@media screen and (min-width: 1440px) {
  .plan__block {
    padding: 120px 0 72px;
  }
}
@media screen and (max-width: 768px) {
  .plan__block {
    padding: 108px 0 60px;
    border-radius: 60px 60px 0 0;
  }
}

.plan__text {
  margin-top: 5.1388888889vw;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 1440px) {
  .plan__text {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  .plan__text {
    margin-top: 68px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.plan__service-contents {
  margin-top: 68px;
  background: #fff;
  border-radius: 30px;
  padding: 64px 40px 50px;
}
@media screen and (max-width: 768px) {
  .plan__service-contents {
    margin-top: 40px;
    padding: 34px 20px 30px;
    border-radius: 24px;
  }
}

.plan__service-contents.mt0 {
  margin-top: 0;
}

.plan-service__title {
  font-size: clamp(1.125rem, -0.0178571429rem + 2.380952381vw, 2.125rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-service__title {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

.plan-service__title .orange {
  color: #F68103;
  font-size: clamp(1.375rem, 0.0892857143rem + 2.6785714286vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .plan-service__title .orange {
    font-size: 1.5rem;
  }
}

.plan-service__list {
  margin-top: 48px;
  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: 1.1111111111vw;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .plan-service__list {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .plan-service__list {
    margin-top: 22px;
    gap: 15px;
  }
}

.plan-service__item {
  width: 100%;
  max-width: 733px;
  background: #FDF9F3;
  border-radius: 10px;
  padding: 1.5277777778vw 0 1.5277777778vw 7.2222222222vw;
}
@media screen and (min-width: 1441px) {
  .plan-service__item {
    padding: 22px 0 22px 104px;
  }
}
@media screen and (max-width: 768px) {
  .plan-service__item {
    padding: 17px 20px 22px 38px;
    max-width: 450px;
    border-radius: 8px;
  }
}

.plan-service__text {
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
  padding-left: 60px;
  position: relative;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .plan-service__text {
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.plan-service__text::before {
  content: "";
  width: 2.6666666667em;
  aspect-ratio: 1/1;
  background: url(../img-gojokai-lp/check.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .plan-service__text::before {
    width: 38px;
    left: -46px;
  }
}

.plan-service__text .orange {
  color: #F68103;
  position: relative;
  font-size: clamp(1.25rem, 1.1071428571rem + 0.2976190476vw, 1.375rem);
  display: inline-block;
  padding: 0 3px;
}
@media screen and (max-width: 768px) {
  .plan-service__text .orange {
    font-size: 1.125rem;
    padding: 0 2px;
  }
}

.plan-service__text .orange::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: radial-gradient(circle, #FBBD6C 60%, transparent 42%) repeat-x;
  background-size: 15px 3px;
}
@media screen and (max-width: 768px) {
  .plan-service__text .orange::after {
    bottom: -1px;
    height: 2.4px;
  }
}

.plan-service__note {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .plan-service__note {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
  }
}

.plan-btn__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plan-btn__text {
    margin: 30px auto 0;
  }
}

.plan-btn__text::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 0;
  width: 25.62px;
  /* 対角線の長さ */
  height: 2px;
  /* 線の太さは自由に変更 */
  background: #362E2C;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(56.8deg);
          transform: rotate(56.8deg);
}

.plan-btn__text::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 25.62px;
  /* 対角線の長さ */
  height: 2px;
  /* 線の太さは自由に変更 */
  background: #362E2C;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-56.8deg);
          transform: rotate(-56.8deg);
}

.plan__btn {
  margin-top: 6px;
  max-width: 387px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .plan__btn {
    margin-top: 10px;
    max-width: 335px;
  }
}
@media screen and (max-width: 768px) {
  .plan__btn .btn {
    font-size: 1rem;
    padding: 22px 0;
  }
}

.plan-tabs {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .plan-tabs {
    margin-top: 7px;
  }
}

.plan-tabs__inner {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.plan-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 8px 58px;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
          box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
}
@media screen and (max-width: 768px) {
  .plan-tabs__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 8px;
    padding: 10px 24px;
    border-radius: 39px;
    -webkit-box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
            box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
  }
}

.plan-tabs__item {
  width: 100%;
  padding: 11px 10px 12px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#F69402), to(#F68103)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #F69402 0%, #F68103 100%) border-box;
  border: 1px solid transparent;
  color: #362E2C;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .plan-tabs__item {
    font-size: clamp(0.625rem, -0.8295454545rem + 7.2727272727vw, 0.875rem);
    line-height: 1.2;
    padding: 4px 7px;
    white-space: nowrap;
    height: 43px;
    border-radius: 31px;
  }
}
.plan-tabs__item[aria-selected=true] {
  background: -webkit-gradient(linear, left top, right top, from(#F69402), to(#F68103));
  background: linear-gradient(90deg, #F69402 0%, #F68103 100%);
  color: #fff;
  pointer-events: none;
}
.plan-tabs__item[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .plan-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.plan-tabs__contents {
  margin-top: 74px;
  width: min(1100px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .plan-tabs__contents {
    margin-top: 20px;
  }
}

.plan-tabs__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .plan-tabs__content {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.plan-tabs__container {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
          box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
}
@media screen and (max-width: 768px) {
  .plan-tabs__container {
    width: 100%;
    max-width: 520px;
    margin-inline: auto;
  }
}

.plan-tabs__container.ex {
  padding: 24px 35px 42px;
}
@media screen and (max-width: 768px) {
  .plan-tabs__container.ex {
    padding: 18px 16px 24px;
  }
}

.plan-tabs__container.table {
  padding: 24px 28px 27px;
}
@media screen and (max-width: 768px) {
  .plan-tabs__container.table {
    padding: 18px 16px 20px;
  }
}

.plan-tabs__top-text {
  font-size: clamp(1.25rem, 0.8928571429rem + 0.744047619vw, 1.5625rem);
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-tabs__top-text {
    line-height: 1.6;
  }
}

.plan-tabs__img {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .plan-tabs__img {
    margin-top: 36px;
  }
}
.plan-tabs__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.price-table {
  margin-top: 46px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
          box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
}
@media screen and (max-width: 768px) {
  .price-table {
    margin-top: 36px;
  }
}

.price-table__header {
  background: #FCE3BD;
  border-radius: 10px 10px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1.39fr;
  font-weight: 600;
}

.price-table__header-item {
  display: grid;
  place-content: center;
  padding: 18px 8px;
  font-weight: bold;
  font-size: clamp(0.8125rem, 0.5267857143rem + 0.5952380952vw, 1.0625rem);
  line-height: 1.4117647059;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .price-table__header-item {
    padding: 12px 6px;
    font-size: clamp(0.75rem, 0.3863636364rem + 1.8181818182vw, 0.8125rem);
  }
}

.price-table__header-item:first-child {
  border-radius: 10px 0 0 0;
  border-right: 1px solid #FBBD6C;
}

.price-table__header-item:last-child {
  border-radius: 0 10px 0 0;
}

.price-table__header-item.member {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#F69402), to(#F68103));
  background: linear-gradient(90deg, #F69402 0%, #F68103 100%);
  font-size: clamp(0.875rem, 0.5178571429rem + 0.744047619vw, 1.1875rem);
  color: #fff;
  line-height: 1.2631578947;
  border-left: 1px solid #FBBD6C;
}
@media screen and (max-width: 768px) {
  .price-table__header-item.member {
    font-size: clamp(0.8125rem, 0.4488636364rem + 1.8181818182vw, 0.875rem);
  }
}

.price-table__row {
  height: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.39fr;
}

.price-table__row:nth-child(2n) {
  background: #FDF9F3;
}

.price-table__row:last-child {
  border-radius: 0 0 10px 10px;
}

.price-table__dt {
  display: grid;
  place-content: center;
  border-right: 1px solid #E0D7C7;
  padding: 16px 5px;
  font-size: clamp(0.8125rem, 0.5267857143rem + 0.5952380952vw, 1.0625rem);
  font-weight: bold;
  line-height: 1.2352941176;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-table__dt {
    padding: 8px 4px;
    font-size: clamp(0.75rem, 0.3863636364rem + 1.8181818182vw, 0.8125rem);
  }
}
.price-table__dt span {
  font-size: clamp(0.6875rem, 0.4732142857rem + 0.4464285714vw, 0.875rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .price-table__dt span {
    font-size: clamp(0.625rem, 0.2613636364rem + 1.8181818182vw, 0.6875rem);
  }
}

.price-table__dt.left-bottom {
  border-radius: 0 0 0 10px;
}

.price-table__dd {
  display: grid;
  place-content: center;
  font-size: clamp(0.8125rem, 0.5267857143rem + 0.5952380952vw, 1.0625rem);
  font-weight: bold;
  line-height: 1.2352941176;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-table__dd {
    font-size: clamp(0.75rem, 0.3863636364rem + 1.8181818182vw, 0.8125rem);
  }
}

.price-table__dd.member {
  border-left: 1px solid #E0D7C7;
}

.price-table__dd .green {
  color: #61A340;
  font-size: clamp(0.9375rem, 0.4375rem + 1.0416666667vw, 1.375rem);
}
@media screen and (max-width: 768px) {
  .price-table__dd .green {
    font-size: clamp(0.875rem, 0.5113636364rem + 1.8181818182vw, 0.9375rem);
  }
}

.price-table__dd .large {
  font-size: clamp(1.0625rem, 0.1339285714rem + 1.9345238095vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .price-table__dd .large {
    font-size: clamp(1rem, 0.6363636364rem + 1.8181818182vw, 1.0625rem);
  }
}

.price-table__dd .small {
  font-size: clamp(0.6875rem, 0.4732142857rem + 0.4464285714vw, 0.875rem);
  line-height: 1.5;
}

.price-table__dd .narrow {
  letter-spacing: -0.01em;
}

.price-table__dd.right-bottom {
  border-radius: 0 0 10px 0;
}

.plan-tabs__notes {
  margin-top: 10px;
  font-size: clamp(0.75rem, 0.5357142857rem + 0.4464285714vw, 0.9375rem);
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .plan-tabs__notes .sp {
    display: block;
    padding-left: 12px;
  }
}

.plan-tabs__content-wrap {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.plan-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.plan-tabs__container-bottom {
  margin-top: 10px;
  font-size: clamp(0.75rem, 0.5357142857rem + 0.4464285714vw, 0.9375rem);
  font-weight: normal;
  line-height: 1.8666666667;
}

.plan-tabs__container-bottom.pc {
  padding-left: 33px;
}
@media screen and (max-width: 768px) {
  .plan-tabs__container-bottom.pc {
    display: none;
  }
}

.plan-tabs__container-bottom.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .plan-tabs__container-bottom.sp {
    display: block;
    padding-left: 12px;
    position: relative;
  }
}

.plan-tabs__container-bottom.sp::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.flow__block {
  padding-block: 8.3333333333vw;
  background: #FDECD2;
  border-radius: 100px 100px 0 0;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .flow__block {
    padding-block: 120px;
  }
}
@media screen and (max-width: 768px) {
  .flow__block {
    border-radius: 60px 60px 0 0;
    padding-block: 60px;
  }
}

.flow__block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FDF9F3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.flow__text {
  margin-top: 4.8611111111vw;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 1440px) {
  .flow__text {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .flow__text {
    margin-top: 70px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.flow__list {
  margin-top: 5.1388888889vw;
}
@media screen and (min-width: 1440px) {
  .flow__list {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  .flow__list {
    margin-top: 30px;
  }
}

.flow-flow__contents {
  padding: 32px 44px 33px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .flow-flow__contents {
    padding: 12px 26px 12px 20px;
  }
}

.flow-flow__title {
  color: #F68103;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.625rem + 1.0416666667vw, 1.5625rem);
  line-height: 1.08;
}
@media screen and (max-width: 768px) {
  .flow-flow__title {
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
}

.flow-flow__text {
  margin-top: 15px;
  font-weight: bold;
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .flow-flow__text {
    margin-top: 4px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.flow-bottom__contents {
  width: 55.2727272727%;
  margin-top: 8.0555555556vw;
  margin-inline: auto;
  padding: 38px 40px 53px;
  background: #FDF9F3;
  border-radius: 30px;
  border: #FBBD6C 2px solid;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .flow-bottom__contents {
    margin-top: 116px;
  }
}
@media screen and (max-width: 768px) {
  .flow-bottom__contents {
    margin-top: 72px;
    width: 100%;
    max-width: 450px;
    padding: 30px 20px 42px;
    border-radius: 24px;
  }
}

.flow-bottom__contents::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -53px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 3px;
  height: 72px;
  background: radial-gradient(circle, #FBBD6C 60%, transparent 42%) repeat-y;
  background-size: 3px 11px;
}
@media screen and (max-width: 768px) {
  .flow-bottom__contents::after {
    width: 2.4px;
    height: 58px;
    top: -43px;
  }
}

.flow-bottom__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #F68103;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-bottom__title {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    padding-left: 29px;
  }
}

.flow-bottom__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img-gojokai-lp/headphone.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .flow-bottom__title::before {
    width: 19px;
  }
}

.flow-bottom__text {
  margin-top: 19px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .flow-bottom__text {
    margin-top: 15px;
    font-size: 0.8125rem;
    line-height: 1.6923076923;
  }
}

.flow-bottom__btn {
  width: 100%;
  max-width: 387px;
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .flow-bottom__btn {
    margin-top: 24px;
    max-width: 295px;
  }
}
.flow-bottom__btn .btn {
  font-size: 1rem;
}

.choice__block {
  padding-block: 8.3333333333vw;
  background: #FDF9F3;
}
@media screen and (min-width: 1440px) {
  .choice__block {
    padding-block: 120px;
  }
}
@media screen and (max-width: 768px) {
  .choice__block {
    padding-block: 60px;
  }
}

.choice__text {
  margin-top: 70px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .choice__text {
    margin-top: 68px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.choice__list {
  max-width: 1024px;
  margin-inline: auto;
  margin-top: 5.1388888889vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (min-width: 1440px) {
  .choice__list {
    margin-top: 74px;
  }
}
@media screen and (max-width: 768px) {
  .choice__list {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}

.choice__item {
  padding: 52px 34px 41px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
          box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choice__item {
    padding: 41px 16px 30px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
            box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
  }
}

.choice__item.orange {
  border: #F68103 4px solid;
}
.choice__item.orange .choice-item__img {
  background: #FDECD2;
}

.choice__item.green {
  border: #E0D7C7 2px solid;
}
.choice__item.green .choice-item__img {
  background: #DAEFD0;
}

.choice-item__img {
  width: 96px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choice-item__img {
    width: 77px;
  }
}

.choice-item__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  aspect-ratio: 1/1;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 768px) {
  .choice-item__img::after {
    width: 38px;
  }
}

.choice-item__img.pc::after {
  -webkit-mask-image: url(../img-gojokai-lp/pc.svg);
          mask-image: url(../img-gojokai-lp/pc.svg);
  background: #F68103;
}

.choice-item__img.people::after {
  -webkit-mask-image: url(../img-gojokai-lp/people.svg);
          mask-image: url(../img-gojokai-lp/people.svg);
  background: #61A340;
}

.choice-item__title {
  margin-top: 30px;
  font-size: clamp(1.125rem, 0.625rem + 1.0416666667vw, 1.5625rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .choice-item__title {
    margin-top: 23px;
    font-size: 1.5rem;
  }
}

.choice-item__sub-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .choice-item__sub-list {
    margin-top: 24px;
    gap: 10px;
  }
}

.choice-item__sub-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choice-item__sub-item {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 28px;
  }
}

.choice-item__sub-item::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img-gojokai-lp/check-small.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

.choice-item__btn {
  width: 100%;
  margin-top: 24px;
  max-width: 387px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .choice-item__btn {
    margin-top: 20px;
    max-width: 294px;
  }
}
@media screen and (max-width: 768px) {
  .choice-item__btn .btn {
    font-size: 0.9375rem;
    padding: 21px 0;
  }
}

.choice-item__recommend {
  position: absolute;
  top: -22px;
  left: 36px;
  color: #fff;
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  font-weight: bold;
  line-height: 1.3333333333;
  padding: 8px 22px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#F69402), to(#F68103));
  background: linear-gradient(90deg, #F69402 0%, #F68103 100%);
  border-radius: 9999px;
  -webkit-box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.5);
          box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.5);
}
@media screen and (max-width: 768px) {
  .choice-item__recommend {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    padding: 6px 17px 9px;
    top: -17px;
    left: 28px;
    -webkit-box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.5);
            box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.5);
  }
}

.lp-faq__block {
  padding: 8.3333333333vw 0 8.3333333333vw;
  background: #FDECD2;
  border-radius: 100px 100px 0 0;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .lp-faq__block {
    padding: 120px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .lp-faq__block {
    padding: 60px 0;
    border-radius: 60px 60px 0 0;
  }
}

.lp-faq__block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FDF9F3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.lp-faq__text {
  margin-top: 74px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-faq__text {
    margin-top: 66px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.lp-faq__details {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
          box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
}
@media screen and (max-width: 768px) {
  .lp-faq__details {
    border-radius: 16px;
    -webkit-box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
            box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
  }
}

.lp-faq__accordion-area {
  width: 100%;
  margin-top: 74px;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .lp-faq__accordion-area {
    margin-top: 20px;
  }
}

.js-details + .js-details {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .js-details + .js-details {
    margin-top: 20px;
  }
}

/*アコーディオンタイトル*/
.lp-faq__summary {
  width: 100%;
  padding: 29px 33px 27px 38px;
  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;
  cursor: pointer;
  color: #362E2C;
  font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  list-style: none;
}

.lp-faq__summary::-webkit-details-marker {
  display: none;
}

.lp-faq__summary::marker {
  display: none;
  content: "";
}

@media screen and (max-width: 768px) {
  .lp-faq__summary {
    padding: 16px 15px;
    font-size: 0.875rem;
    line-height: 1.5;
    gap: 10px;
  }
}

.lp-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .lp-faq__question {
    gap: 8px;
  }
}

.lp-faq__summary .question {
  width: 58px;
  height: 58px;
  min-width: 58px;
  margin-right: 20px;
  background: #F68103;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.3571428571rem + 0.2976190476vw, 1.625rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .lp-faq__summary .question {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 1.125rem;
    margin-right: 8px;
  }
}

.lp-faq__summary .white-line {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #362E2C;
  border-radius: 50%;
  border: 2px solid #362E2C;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .lp-faq__summary .white-line {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
}

.lp-faq__summary .white-line::before {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.lp-faq__summary .white-line::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .lp-faq__summary .white-line::before,
  .lp-faq__summary .white-line::after {
    width: 10px;
    height: 2px;
  }
}

/*アコーディオンで現れるエリア*/
.lp-faq__content-inner {
  padding: 34px 72px 43px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-faq__content-inner {
    padding: 30px 46px 30px 10px;
  }
}

.lp-faq__content-inner::before {
  content: "";
  width: calc(100% - 73px);
  height: 1px;
  background: #B5A1AC;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 3px));
          transform: translateX(calc(-50% + 3px));
}

.lp-faq__answer {
  width: 58px;
  height: 58px;
  min-width: 58px;
  margin-right: 24px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #F68103;
  display: grid;
  place-content: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #F68103;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.3571428571rem + 0.2976190476vw, 1.625rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .lp-faq__answer {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 1.125rem;
    margin-right: 8px;
  }
}

.lp-faq__answer-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
}

@media screen and (max-width: 768px) {
  .lp-faq__answer-text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

/*　openというクラスがついたら形状変化　*/
.js-summary.open .white-line::after {
  display: none;
}

.js-summary.open .white-line::before {
  background: #362E2C;
}

.js-summary.open.lp-faq__summary .white-line {
  background: #fff;
}

.lp-faq__btn {
  max-width: 499px;
  margin-top: 74px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lp-faq__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lp-faq__btn .btn {
    font-size: 0.9375rem;
    padding-block: 19.5px;
    text-align: center;
  }
}

.howtojoin__block {
  padding: 8.3333333333vw 0 8.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .howtojoin__block {
    padding: 120px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .howtojoin__block {
    padding: 60px 0;
  }
}

.howtojoin__text {
  margin-top: 70px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .howtojoin__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.howtojoin__sub-title {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .howtojoin__sub-title {
    margin-top: 30px;
  }
}

.howtojoin__list {
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  .howtojoin__list {
    margin-top: 32px;
  }
}

.howtojoin-item__contents.flow-contents {
  background: #FDF9F3;
  padding: 32px 42px;
}
@media screen and (max-width: 768px) {
  .howtojoin-item__contents.flow-contents {
    padding: 12px 20px;
  }
}

.howtojoin-item__text {
  font-size: clamp(1.125rem, 0.625rem + 1.0416666667vw, 1.5625rem);
  font-weight: 500;
  line-height: 1.08;
}
@media screen and (max-width: 768px) {
  .howtojoin-item__text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.howtojoin__btn {
  margin-top: 74px;
  max-width: 387px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .howtojoin__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .howtojoin__btn .btn {
    font-size: 1rem;
    padding: 22px 0;
  }
}

.contact__inner.inner {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .contact__inner.inner {
    padding: 0;
  }
}

.contact__block {
  padding: 8.3333333333vw 0 13.8888888889vw;
  background: #FDF9F3;
  border-radius: 100px 100px 0 0;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .contact__block {
    padding: 120px 0 200px;
  }
}
@media screen and (max-width: 768px) {
  .contact__block {
    padding: 60px 0 90px;
    border-radius: 60px 60px 0 0;
  }
}

.contact__block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact__contents {
  margin-top: 87px;
  padding: 7.1428571429% 10.7142857143%;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
          box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
}
@media screen and (max-width: 768px) {
  .contact__contents {
    margin-top: 71px;
    padding: 40px 20px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
            box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
  }
}

.contact__top {
  background: #F5FBF2;
  border-radius: 10px;
  padding: 35px 0;
  margin-inline: 24px;
}
@media screen and (max-width: 768px) {
  .contact__top {
    padding: 20px 19px 16px;
    border-radius: 8px;
    margin: 0;
  }
}

.contact-top__img {
  width: 80px;
  aspect-ratio: 1/1;
  margin-inline: auto;
  border-radius: 50%;
  background: #E3F3DB;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-top__img {
    width: 64px;
  }
}

.contact-top__img::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img-gojokai-lp/mail.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-top__img::after {
    width: 24px;
  }
}

.contact-top__title {
  margin-top: 20px;
  color: #61A340;
  font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-top__title {
    margin-top: 16px;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}

.contact-top__text {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .contact-top__text {
    margin-top: 9px;
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}

.contact__list {
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact__list {
    max-width: 702px;
  }
}

.contact__item {
  padding: 12px 0;
  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 (max-width: 768px) {
  .contact__item {
    padding: 10px 0;
  }
}

.contact__item-select{
  padding: 12px 0;
}

.contact__fieldset {
  display: contents;
}

.contact__label {
  font-family: "Noto Sans JP", sans-serif;
  color: #362E2C;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .contact__label {
    font-size: 0.875rem;
  }
}

.contact__label .label-small {
  display: inline-block;
  margin-left: 11px;
  padding: 1px 5px 2px 5px;
  background: #F68103;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5833333333;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__label .label-small {
    margin-left: 9px;
    font-size: 0.625rem;
    line-height: 1.5;
    padding: 0 4px 1px 4px;
  }
}

.contact__input {
  width: 100%;
  padding: 16px 25px;
  border-radius: 4px;
  border: #9AACC6 1px solid;
}
@media screen and (max-width: 768px) {
  .contact__input {
    padding: 12px 20px;
    border-radius: 3px;
  }
}

::-webkit-input-placeholder {
  color: #B7C6D9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

::-moz-placeholder {
  color: #B7C6D9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

:-ms-input-placeholder {
  color: #B7C6D9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

::-ms-input-placeholder {
  color: #B7C6D9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

::placeholder {
  color: #B7C6D9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.6;
  }
  ::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.6;
  }
  :-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.6;
  }
  ::-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.6;
  }
  ::placeholder {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.form-select__wrapper {
  position: relative;
}

.form-select__select {
  width: 100%;
  padding: 16px 25px;
  background: #FDF9F3;
  border: 1px solid #9AACC6;
  border-radius: 4px;
  color: #362E2C;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 768px) {
  .form-select__select {
    padding: 13px 20px;
    font-size: 0.75rem;
    line-height: 1.6;
    border-radius: 3px;
  }
}

/* ▼カスタム矢印をCSSで作る */
.form-select__wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #9AACC6;
  border-bottom: 2px solid #9AACC6;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.contact__textarea {
  height: 100px;
  width: 100%;
  resize: none;
  padding: 10px 25px;
  border-radius: 4px;
  border: #9AACC6 1px solid;
}
@media screen and (max-width: 768px) {
  .contact__textarea {
    height: 80px;
    padding: 12px 20px;
    border-radius: 3px;
  }
}

.contact__submit-btn-box {
  margin-top: 48px;
  width: 100%;
  max-width: 250px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact__submit-btn-box {
    margin-top: 40px;
    max-width: 200px;
  }
}

.contact__submit-btn {
  width: 100%;
  padding: 23px;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#75B450), to(#5C9E3B));
  background: linear-gradient(90deg, #75B450 0%, #5C9E3B 100%);
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__submit-btn {
    padding: 18px 0;
    font-size: 1rem;
    border-radius: 40px;
  }
}

.contact__submit-btn::after {
  content: "";
  background: url(../img-gojokai-lp/arrow.png) no-repeat center/cover;
  width: 16px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .contact__submit-btn:hover::after {
    right: 18px;
  }
}
.inner {
  width: 100%;
  height: 100%;
  max-width: 1180px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 768px) {
  .inner.sp-none {
    padding-inline: 0;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.sm-br {
  display: none;
}
@media screen and (max-width: 500px) {
  .sm-br {
    display: block;
  }
}

.btn {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  color: #fff;
  font-size: clamp(1rem, 0.7857142857rem + 0.4464285714vw, 1.1875rem);
  font-weight: bold;
  line-height: 1.4736842105;
  background: -webkit-gradient(linear, left top, right top, from(#F69402), to(#F68103));
  background: linear-gradient(90deg, #F69402 0%, #F68103 100%);
  border-radius: 50px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(187, 97, 1, 0.5);
          box-shadow: 0px 3px 4px 0px rgba(187, 97, 1, 0.5);
  padding: 1.8055555556vw 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1441px) {
  .btn {
    padding: 26px 0;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.1875rem;
    padding: 26px 0;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(187, 97, 1, 0.5);
            box-shadow: 0px 2px 3px 0px rgba(187, 97, 1, 0.5);
  }
}

@media (any-hover: hover) {
  .btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .btn.btn--green:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.btn.btn--green {
  background: -webkit-gradient(linear, left top, right top, from(#75B450), to(#5C9E3B));
  background: linear-gradient(90deg, #75B450 0%, #5C9E3B 100%);
  -webkit-box-shadow: 0px 3px 4px rgba(92, 158, 59, 0.5);
          box-shadow: 0px 3px 4px rgba(92, 158, 59, 0.5);
}
@media screen and (max-width: 768px) {
  .btn.btn--green {
    -webkit-box-shadow: 0px 2px 3px rgba(92, 158, 59, 0.5);
            box-shadow: 0px 2px 3px rgba(92, 158, 59, 0.5);
  }
}

.btn.btn--arrow {
  position: relative;
}

.btn.btn--arrow::after {
  content: "";
  background: url(../img-gojokai-lp/arrow.png) no-repeat center/cover;
  width: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-top-btn a {
  display: block;
  width: 60px;
  height: 60px;
  background: #EAAB58;
  border-radius: 50%;
  position: relative;
  margin: -30px 50px 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .page-top-btn a {
    margin: -30px 20px 0 auto;
  }
}

@media (any-hover: hover) {
  .page-top-btn a:hover {
    background: #F68103;
  }
}
.page-top-btn a::after {
  content: "";
  background: url(../img-gojokai-lp/arrow.png) no-repeat center/cover;
  width: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
}

.section-title {
  color: #F68103;
  font-weight: bold;
  font-size: clamp(1.875rem, 0.1607142857rem + 3.5714285714vw, 3.375rem);
  position: relative;
  text-align: center;
  line-height: 1.15;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -37px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60.4166666667vw;
  max-width: 870px;
  height: 4px;
  background: radial-gradient(circle, #FBBD6C 60%, transparent 42%) repeat-x;
  background-size: 15px 4px;
}
@media screen and (max-width: 768px) {
  .section-title::after {
    width: 100%;
    max-width: 335px;
  }
}

.section-title .black {
  font-size: clamp(1.25rem, 0.25rem + 2.0833333333vw, 2.125rem);
  color: #362E2C;
}
@media screen and (max-width: 768px) {
  .section-title .black {
    font-size: 1.5rem;
  }
}

.section-title .green {
  font-size: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
  color: #61A340;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .section-title .green {
    font-size: 2.125rem;
    padding: 0 5px;
  }
}

.section-title .large {
  font-size: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .section-title .large {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .section-title .sp-large {
    font-size: 1.875rem;
  }
}

.sub-title {
  font-size: clamp(1.5rem, 1.0714285714rem + 0.8928571429vw, 1.875rem);
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.sub-title .small {
  font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
}

.sub-title::after {
  content: "";
  height: 0.1333333333em;
  width: 3em;
  background: #FBBD6C;
  position: absolute;
  bottom: -0.6em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sub-title::after {
    height: 3.2px;
    width: 72px;
    bottom: -12px;
  }
}

.fixed-cta {
  width: 340px;
  background: #fff;
  border-radius: 20px 0 0 30px;
  -webkit-box-shadow: 0px 4px 4px rgba(187, 97, 1, 0.25);
          box-shadow: 0px 4px 4px rgba(187, 97, 1, 0.25);
  padding: 45px 0 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 50;
}

.fixed-cta.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in;
}
@media screen and (max-width: 768px) {
  .fixed-cta.is-active {
    width: 81.5217391304vw;
    max-width: 375px;
    padding: 40px 17px 11px;
    border-radius: 20px;
    bottom: 16px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.fixed-cta__img {
  width: 305px;
  position: absolute;
  top: -34px;
  left: 6px;
  width: 305px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .fixed-cta__img {
    width: 81.3333333333%;
    left: 50%;
    top: -39px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fixed-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fixed-cta__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}

.fixed-cta__text::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 25.62px; /* 対角線の長さ */
  height: 2px; /* 線の太さは自由に変更 */
  background: #362E2C;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(56.8deg);
          transform: rotate(56.8deg);
}

.fixed-cta__text::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  width: 25.62px; /* 対角線の長さ */
  height: 2px; /* 線の太さは自由に変更 */
  background: #362E2C;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-56.8deg);
          transform: rotate(-56.8deg);
}

.fixed-cta__btn {
  width: 282px;
  margin-top: 10px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .fixed-cta__btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cta__btn .btn {
    padding: 15px 0;
    margin-top: 4px;
  }
}

.orange-line .row {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.orange-line .row.sp-row {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .orange-line .row.sp-row {
    display: block;
  }
}

.orange-line .row::after {
  content: "";
  background: #F8E5C8;
  width: 100%;
  height: 0.3235294118em;
  position: absolute;
  bottom: 2px;
  left: -8px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .orange-line .row::after {
    height: 0.3235294118em;
    left: -6px;
  }
}

.flow-list {
  max-width: 1024px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9444444444vw;
}
@media screen and (min-width: 1440px) {
  .flow-list {
    gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  .flow-list {
    gap: 20px;
  }
}

.flow-item {
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6666666667vw;
}
@media screen and (min-width: 1440px) {
  .flow-item {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .flow-item {
    gap: 10px;
  }
}

.flow-contents {
  width: 89.84375%;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
          box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
}
@media screen and (max-width: 768px) {
  .flow-contents {
    border-radius: 16px;
    -webkit-box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
            box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
  }
}

.flow-number {
  position: relative;
  z-index: 2;
}

.flow-number span {
  margin-top: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F69402), to(#F68103));
  background: linear-gradient(180deg, #F69402 0%, #F68103 100%);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
          box-shadow: 0px 3px 4px rgba(187, 97, 1, 0.25);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .flow-number span {
    margin-top: 3.5px;
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
    -webkit-box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
            box-shadow: 0px 2px 3px rgba(187, 97, 1, 0.25);
  }
}

.flow-item:not(:last-child) .flow-number::after {
  content: "";
  width: 10px;
  height: 120%;
  background: #FBBD6C;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow-item:not(:last-child) .flow-number::after {
    width: 6px;
    height: 100%;
    top: 30%;
  }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.0555555556vw;
}
@media screen and (min-width: 1440px) {
  .card-list {
    gap: 44px;
  }
}
@media screen and (max-width: 768px) {
  .card-list {
    gap: 45px;
    grid-template-columns: 1fr;
  }
}

.card-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  border-radius: 30px;
  padding: 32px 23px;
}
@media screen and (max-width: 768px) {
  .card-item {
    max-width: 350px;
    margin-inline: auto;
  }
}

.card-item__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-inline: auto;
  display: grid;
  place-content: center;
  position: relative;
}

.card-item__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  aspect-ratio: 1/1;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.card-item__img.notebook::after {
  -webkit-mask-image: url(../img-gojokai-lp/notebook.svg);
          mask-image: url(../img-gojokai-lp/notebook.svg);
}

.card-item__img.percentage::after {
  -webkit-mask-image: url(../img-gojokai-lp/percentage.svg);
          mask-image: url(../img-gojokai-lp/percentage.svg);
}

.card-item__img.headphone::after {
  -webkit-mask-image: url(../img-gojokai-lp/headphone.svg);
          mask-image: url(../img-gojokai-lp/headphone.svg);
}

.card-item__img.clock::after {
  -webkit-mask-image: url(../img-gojokai-lp/clock.svg);
          mask-image: url(../img-gojokai-lp/clock.svg);
}

.card-item__img.shield::after {
  -webkit-mask-image: url(../img-gojokai-lp/shield.svg);
          mask-image: url(../img-gojokai-lp/shield.svg);
}

.card-item__img.people::after {
  -webkit-mask-image: url(../img-gojokai-lp/people.svg);
          mask-image: url(../img-gojokai-lp/people.svg);
}

.card-item__img.card::after {
  -webkit-mask-image: url(../img-gojokai-lp/card.svg);
          mask-image: url(../img-gojokai-lp/card.svg);
}

.card-item__title {
  margin-top: 24px;
  font-size: clamp(1.125rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .card-item__title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.card-item__text {
  margin-top: 22.5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .card-item__text {
    margin-top: 16px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

/* ========================================
   LP Footer Styles
   ======================================== */

.lp-footer {
  position: relative;
}

.lp-footer--bg {
  background-color: #FDFAF6;
}

.lp-footer__inner {
  background-color: #fff;
  padding: 50px 60px 40px;
  position: relative;
}


.lp-footer__chara {
  display: none;
}

.lp-footer__logo {
  width: 280px;
}

/* PC用ナビゲーション */
.lp-footer__nav--pc {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-left: 300px;
}

.lp-footer__nav--sp {
  display: none;
}

.lp-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-footer__nav-item {
  font-size: 14px;
  font-weight: 500;
  color: #362E2C;
  letter-spacing: 0;
  line-height: 1.6;
}

.lp-footer__nav-item a {
  color: inherit;
  text-decoration: none;
}

.lp-footer__nav-item a:hover {
  opacity: 0.7;
}

.lp-footer__copyright {
  font-size: 14px;
  font-weight: 400;
  color: #362E2C;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: right;
  width: 100%;
  margin-top: 40px;
}

/* SP用フッター */
@media screen and (max-width: 768px) {
  .lp-footer__inner {
    display: block;
    padding: 20px 20px 30px;
  }

  .lp-footer__logo-wrap {
    text-align: center;
    margin-bottom: 30px;
  }

  .lp-footer__chara {
    display: none;
  }

  .lp-footer__logo {
    width: 300px;
  }

  .lp-footer__nav--pc {
    display: none;
  }

  .lp-footer__nav--sp {
    display: block;
  }

  .lp-footer__copyright {
    text-align: left;
    width: auto;
    margin-top: 20px;
  }

  /* 単独リンク */
  .lp-footer__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #D2D1CA;
    font-size: 15px;
    font-weight: 500;
    color: #362E2C;
    letter-spacing: 0;
    line-height: 1.4;
    text-decoration: none;
  }

  .lp-footer__link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #362E2C;
    border-right: 2px solid #362E2C;
    transform: rotate(45deg);
  }

  /* アコーディオン */
  .lp-footer__accordion {
    border-bottom: 1px solid #D2D1CA;
  }

  .lp-footer__accordion-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 10px;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #362E2C;
    letter-spacing: 0;
    line-height: 1.4;
    cursor: pointer;
    text-align: left;
  }

  .lp-footer__accordion-btn {
    position: relative;
  }

  .lp-footer__accordion-btn::after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #362E2C;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .lp-footer__accordion-btn::before {
    content: "";
    width: 2px;
    height: 14px;
    background-color: #362E2C;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
  }

  .lp-footer__accordion.is-open .lp-footer__accordion-btn::before {
    opacity: 0;
  }

  .lp-footer__accordion-content {
    display: none;
    padding: 0 10px 15px 20px;
  }

  .lp-footer__accordion.is-open .lp-footer__accordion-content {
    display: block;
  }

  .lp-footer__accordion-content a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 400;
    color: #362E2C;
    letter-spacing: 0;
    line-height: 1.4;
    text-decoration: none;
  }

  .lp-footer__accordion-content a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #362E2C;
    border-right: 2px solid #362E2C;
    transform: rotate(45deg);
  }

  /* 下部リンク */
  .lp-footer__bottom-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .lp-footer__bottom-links a {
    font-size: 14px;
    font-weight: 400;
    color: #362E2C;
    letter-spacing: 0;
    line-height: 1.4;
    text-decoration: none;
  }

  .lp-footer__copyright {
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
  }
}

/* ========================================
   Contact Form 7 Styles
   ======================================== */

.wpcf7 {
  margin-top: 36px;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin-inline: auto;
}

.wpcf7-form > p {
  margin-bottom: 0;
}

.wpcf7-form p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 8px;
}

.wpcf7-form-control-wrap select {
  width: 100%;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form label {
  font-family: "Noto Sans JP", sans-serif;
  color: #362E2C;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 16px 25px;
  border-radius: 4px;
  border: #9AACC6 1px solid;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

.wpcf7-form textarea {
  height: 100px;
  resize: none;
}

.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form textarea::placeholder {
  color: #B7C6D9;
  font-size: 0.9375rem;
  font-weight: 500;
}

.wpcf7-form select {
  width: 100%;
  padding: 16px 25px;
  background: #FDF9F3;
  border: 1px solid #9AACC6;
  border-radius: 4px;
  color: #362E2C;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
  max-width: 250px;
  margin: 24px auto 0;
  padding: 23px;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #75B450 0%, #5C9E3B 100%);
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .wpcf7-form {
    gap: 20px;
  }

  .wpcf7-form label {
    font-size: 0.875rem;
  }

  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form textarea {
    padding: 12px 20px;
    border-radius: 3px;
  }

  .wpcf7-form input[type="submit"] {
    max-width: 200px;
    padding: 18px 0;
    font-size: 1rem;
  }
}

.hidden-fields-container {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}