@charset "UTF-8";
/*
Theme Name: MOM'S TOUCH
Author: 3BroWorks
Description: original theme
Version： 1.0.0
*/
@import url(./assets/css/normalize.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap);
/*---------------------------------------
   基本設定
---------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: #492B13;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  height: auto;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1100px) {
  .sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 740px) {
  .sec {
    padding-left: 3.7vw !important;
    padding-right: 3.7vw !important;
  }
}

.container {
  margin: 0 auto;
}

.w-xl {
  max-width: 1440px;
}

.w-l {
  max-width: 1100px;
}

.w-m {
  max-width: 960px;
}

.w-s {
  max-width: 740px;
}

.show-pc {
  display: block;
}
@media only screen and (max-width: 740px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media only screen and (max-width: 740px) {
  .show-sp {
    display: block;
  }
}

/*------------------  ---------------------
   ヘッダー
---------------------------------------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 1000;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px 0 20px;
  width: 100%;
}
.header__logo {
  font-size: 1.2rem;
}
.header__tel {
  max-width: 183px;
  margin-right: 0;
  margin-left: auto;
}
.header__cta {
  max-width: 273px;
}
@media only screen and (max-width: 1100px) {
  .header {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 740px) {
  .header {
    height: 13.5vw;
    padding-left: 3.1vw;
    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;
  }
  .header__inner {
    padding: 0;
  }
  .header__logo {
    font-size: 2.3vw;
    max-width: 48.2vw;
  }
  .header__tel {
    display: none;
  }
  .header__cta {
    max-width: 43.5vw;
  }
}

/*---------------------------------------
   フッター
---------------------------------------*/
.footer {
  background: #F4F2F0;
  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;
  padding: 30px 0;

}
.footer__cta {
  display: none;
}
@media only screen and (max-width: 740px) {
  .footer__cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 21.6vw;
    background-image: url(./assets/img/sp/footer_cta_bg.webp);
    z-index: 1000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5vw 2.4vw;
    padding: 0 4vw 2vw;
  }
  .footer__cta p {
    font-size: 3.38vw;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.02em;
    text-align: center;
    width: 100%;
  }
  .footer__cta-btn {
    width: calc(50% - 1.2vw);
  }
  .footer__cta-btn img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 740px) {
  .footer {
    height: auto;
    padding: 15px 0;
  }
  .home .footer {
    padding: 15px 0 24vw;
  }
  .footer__copy img {
    width: 103px;
    height: auto;
  }
}

/*---------------------------------------
   CTA
---------------------------------------*/
.form-area {
  background-image: url(./assets/img/pc/form_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 740px) {
  .form-area {
    background-image: url(./assets/img/sp/form_bg.webp);
    padding: 5.1vw 6.75vw 8.6vw;
  }
  .form-area__title img {
    width: 77.2vw;
    height: 80px;
  }
}

/*---------------------------------------
   メインビジュアル
---------------------------------------*/
#mv {
  margin-top: 80px;
}
@media only screen and (max-width: 740px) {
  #mv {
    margin-top: 13.5vw;
  }
}

/*---------------------------------------
   コンテンツ
---------------------------------------*/
.sec--01 {
  padding: 110px 0 120px;
  background-color: #FFF2CD;
  background-image: url(./assets/img/pc/logo_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media only screen and (max-width: 740px) {
  .sec--01 {
    padding: 10vw 0;
  }
}
.sec--01 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.sec--01 .container:first-child {
  margin-bottom: 172px;
}
@media only screen and (max-width: 740px) {
  .sec--01 .container:first-child {
    margin-bottom: 7.9vw;
  }
  .sec--01 .container:first-child .sec--01__title img {
    max-width: 80vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 740px) {
  .sec--01 .container:last-child .sec--01__title img {
    max-width: 87vw;
    margin: 7vw auto 9.1vw;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .sec--01 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec--01__left {
  max-width: 375px;
}
@media only screen and (max-width: 740px) {
  .sec--01__left {
    max-width: unset;
  }
}
.sec--01__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
}
@media only screen and (max-width: 740px) {
  .sec--01__right {
    gap: 6.9vw;
  }
}
.sec--01__title img {
  margin-left: 0;
}
@media only screen and (max-width: 740px) {
  .sec--01__title img {
    max-width: unset;
    width: 100%;
    margin-bottom: 68px;
  }
}
@media only screen and (max-width: 740px) {
  .sec--01__title.border {
    position: relative;
  }
  .sec--01__title.border::before {
    content: "";
    position: absolute;
    top: -7.3vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120%;
    height: 1.6vw;
    background-color: #FFFFFF;
    max-width: 100vw;
  }
}
.sec--01__image {
  border-bottom: 2px solid #D0C4A3;
  padding-bottom: 72px;
}
.sec--01__image:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 740px) {
  .sec--01__image {
    padding-bottom: 3.8vw;
  }
  .sec--01__image {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sec--01__image.u-has-border {
    border-bottom: 1px solid #D0C4A3;
    padding-bottom: 30px;
  }
}
.sec--01__nav {
  position: sticky;
  top: 120px;
  padding-top: 40px;
}
.sec--01__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.sec--01__nav ul li {
  max-width: 308px;
  width: 100%;
}
.sec--01__nav ul li a {
  position: relative;
  display: block;
  padding-left: 2em;
  font-size: 1.6rem;
  color: #F07501;
  background-color: #FFFFFF;
  border: 1px solid #F07501;
  border-radius: 10px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  letter-spacing: 0.03em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sec--01__nav ul li a::before {
  color: #F07501;
  content: attr(data-id);
  position: absolute;
  left: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 700;
}
.sec--01__nav ul li a:hover {
  color: #FFFFFF;
  background-color: #F07501;
}
.sec--01__nav ul li a:hover::before {
  color: #FFFFFF;
}
.sec--01__nav ul li.is-active a {
  color: #FFFFFF;
  background-color: #F07501;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sec--01__nav ul li.is-active a::before {
  color: #FFFFFF;
}
.sec--01__nav ul li.is-clicked a {
  color: #FFFFFF;
  background-color: #F07501;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 960px) {
  .sec--01__nav {
    display: none;
  }
}
.sec--01 {
  /* 固定ヘッダー用のアンカーずれ補正 */
}
.sec--01 .js-feature-image {
  scroll-margin-top: 160px;
}

.sec--02 {
  padding: 80px 0 60px;
  background-color: #FFBE00;
  background-image: url(./assets/img/pc/sec02_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.sec--02 .container:first-child {
  background-color: #FFFFFF;
  border-radius: 30px 30px 0 0;
  padding: 60px 90px 94px;
}
.sec--02 .container:last-child {
  padding: 44px 90px 48px;
  background-color: #FFF1C8;
  border-radius: 0 0 30px 30px;
}
.sec--02__title img {
  margin: 0 auto 32px;
}
@media only screen and (max-width: 740px) {
  .sec--02 {
    background-color: #FFFFFF;
    background-image: none;
    padding: 8.7vw 0 8.37vw;
  }
  .sec--02 .container {
    padding: 0 !important;
  }
  .sec--02 .container:first-child {
    padding: 16.2vw 0 5.4vw;
  }
  .sec--02 .container:last-child {
    background-color: #FFFFFF;
    margin-top: 11.2vw;
    padding: 10.8vw 0 5.4vw;
  }
  .sec--02__title img {
    max-width: 64.8vw;
  }
}

.sec--03 {
  padding: 80px 0 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0d001), color-stop(50%, #ffaa00), to(#f0d001));
  background-image: linear-gradient(0deg, #f0d001, #ffaa00 50%, #f0d001);
}
.sec--03__title img {
  margin: 0 auto;
}
.sec--03__image {
  display: block;
  margin: 80px 0;
}
.sec--03__image-01 {
  display: block;
  margin-right: -20px;
}
@media only screen and (max-width: 740px) {
  .sec--03 {
    padding: 11.2vw 0 75px;
  }
  .sec--03__title img {
    max-width: 76.8vw;
    margin: 0 auto 9.1vw;
  }
  .sec--03__image {
    display: block;
    margin: 40px 0;
  }
  .sec--03__image-01 {
    display: block;
    margin-right: -10px;
  }
}

.sec--04 {
  padding: 100px 0 80px;
}
.sec--04__title img {
  margin: 0 auto 72px;
}
.sec--04__image img {
  margin-left: 0;
}
@media only screen and (max-width: 740px) {
  .sec--04 {
    padding: 10.8vw 0 8.5vw !important;
  }
  .sec--04__title img {
    max-width: 58.6vw;
    margin: 0 auto 8.6vw;
  }
}

.sec--05 {
  padding: 100px 0;
  background: url(./assets/img/pc/sec-05_bg.webp) no-repeat center center;
  background-size: cover;
}
.sec--05__title img {
  margin: 0 auto 20px;
}
@media only screen and (max-width: 740px) {
  .sec--05 {
    padding: 14.1vw 6.74vw 7.97vw !important;
  }
  .sec--05__title {
    margin-bottom: -60px;
  }
  .sec--05__title img {
    max-width: 75.8vw;
    margin: 0 auto 8.6vw;
  }
}

.sec--06 {
  padding: 60px 0 120px;
}
.sec--06__title img {
  margin: 0 auto 72px;
}
.sec--06__image img {
  margin: 0 auto 80px;
}
.sec--06__image img:last-child {
  margin-bottom: 50px;
}
.sec--06__subtitle {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 740px) {
  .sec--06 {
    padding: 5.8vw 6.74vw 15vw !important;
  }
  .sec--06__title img {
    margin: 0 auto 8.1vw;
  }
  .sec--06__image img {
    margin: 0 auto 16.2vw;
  }
  .sec--06__subtitle {
    font-size: 6vw;
    margin-bottom: 4.3vw;
  }
}
.sec--06 iframe {
  width: 624px;
  height: 350px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 740px) {
  .sec--06 iframe {
    width: 100%;
    height: 47.2vw;
  }
}

.sec--07 {
  padding: 100px 0 80px;
  background-color: #FFF2CD;
  background-image: url(./assets/img/pc/logo_bg.webp);
}
.sec--07 .container:first-child {
  background-color: #FFFFFF;
  border-radius: 30px 30px 0 0;
  padding: 60px 90px;
}
@media only screen and (max-width: 740px) {
  .sec--07 .container:first-child {
    padding: 14.7vw 4vw 11.6vw !important;
  }
  .sec--07 picture {
    display: block;
    margin-right: -10px;
  }
  .sec--07__bottom picture{
    margin-right: 0;
  }
}
.sec--07 .container:last-child {
  padding: 64px 30px 30px;
  background-image: url(./assets/img/pc/food_bg.webp), -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f9bb00), color-stop(80%, #f98100), to(#793b04));
  background-image: url(./assets/img/pc/food_bg.webp), linear-gradient(#f9bb00 20%, #f98100 80%, #793b04);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: top center, center;
  border-radius: 0 0 30px 30px;
}
@media only screen and (max-width: 740px) {
  .sec--07 .container:last-child {
    padding: 9.2vw 3.64vw 3.64vw !important;
    background-image: url(./assets/img/sp/food_bg.webp), -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f9bb00), color-stop(80%, #f98100), to(#793b04));
    background-image: url(./assets/img/sp/food_bg.webp), linear-gradient(#f9bb00 20%, #f98100 80%, #793b04);
    background-size: contain, cover;
    background-position: top center, center;
  }
}
.sec--07 .container img {
  margin: 0 auto;
}
.sec--07__title {
  margin: 0 auto 26px;
}
@media only screen and (max-width: 740px) {
  .sec--07 {
    padding: 6vw 3.64vw 8.1vw !important;
  }
  .sec--07__title img {
    max-width: 64.8vw;
    margin: 0 auto 12vw;
  }
}

.sec--08 {
  padding: 40px 0 60px;
  overflow: hidden;
  background-image: linear-gradient(10deg, #fc9d00, #eb0c8c 50%, #7935f8);
  position: relative;
  z-index: 0;
}
.sec--08::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.sec--08__title {
  color: #FFFFFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.sec--08__slider {
  position: relative;
  overflow: hidden;
}
.sec--08__slider .swiper {
  overflow: hidden;
}
.sec--08__slide {
  border-radius: 12px;
  overflow: hidden;
}
.sec--08__slide img {
  width: 100%;
  display: block;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .sec--08 {
    padding: 9.8vw 0 !important;
  }
  .sec--08__title {
    font-size: 6.7vw;
  }
}

.sec--09 {
  padding: 0 0 20px;
  overflow: visible;
  position: relative;
}
.sec--09 .container {
  margin: 80px auto;
}
.sec--09__title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.sec--09__group {
  margin-top: 38px;
  overflow: visible;
}
.sec--09__group:first-of-type {
  margin-top: 0;
}
.sec--09__slider {
  position: relative;
  width: 100%;
  overflow: visible;
  max-width: none;
}
.sec--09__slider .swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  padding: 0 calc(50% - 550px) 20px;
}
.sec--09__group-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
  width: 1100px;
  max-width: calc(100vw - (50% - 550px));
  margin-left: calc(50% - 550px);
  margin-bottom: 16px;
  color: #F07501;
  position: relative;
  padding-left: 1.5em;
  z-index: 1;
  isolation: isolate;
}
.sec--09__group-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #F07501;
  border-radius: 100vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.sec--09__group-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  border-radius: 100vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.sec--09__slide {
  border-radius: 12px;
  overflow: hidden;
}
.sec--09__slide img {
  width: 100%;
  display: block;
  height: auto;
}
.sec--09__post-title {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #492B13;
  line-height: 1;
  white-space: pre-line;
}
@media only screen and (max-width: 740px) {
  .sec--09__post-title {
    font-size: 3.1vw;
  }
  .sec--09__slider .swiper {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .sec--09__post-title {
    line-height: 1.2;
    font-size: 14px;
  }
}
.sec--09__meta {
  margin-top: 10px;
}
.sec--09__meta-row {
  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;
  font-size: 1.2rem;
  line-height: 1.5;
}
.sec--09__meta-label, .sec--09__meta-value {
  font-weight: 700;
  margin: 0;
  white-space: pre-line;
}
.sec--09__meta-label {
  white-space: pre-line;
  color: #F07501;
  font-size: 1.4rem;
  white-space: nowrap;
  max-width: 3.6em;
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .sec--09__meta-label {
    font-size: 2.6vw;
  }
}
@media only screen and (max-width: 500px) {
  .sec--09__meta-label {
    font-size: 14px;
  }
}
.sec--09__meta-value {
  text-align: left;
  font-size: 2rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  line-height: 1;
  width: 100%;
}
.sec--09__meta-value .mark {
  font-size: 2rem;
}
@media only screen and (max-width: 740px) {
  .sec--09__meta-value .mark {
    font-size: 14px;
  }
}
@media only screen and (max-width: 740px) {
  .sec--09__meta-value {
    font-size: 4.2vw;
  }
}
@media only screen and (max-width: 500px) {
  .sec--09__meta-value {
    font-size: 18px;
  }
}
.sec--09__nav {
  position: absolute;
  top: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background-color: #F07501;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.sec--09__nav.is-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.sec--09__nav::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: 0 auto;
}
.sec--09__nav--prev {
  right: calc(50% - 480px);
}
.sec--09__nav--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.sec--09__nav--next {
  right: calc(50% - 530px);
}
.sec--09__nav--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec--09__scrollbar {
  margin-top: 14px;
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 4px;
  border-radius: 999px;
  background: #ddd;
  margin-left: calc(50% - 550px);
}
.sec--09__scrollbar .swiper-scrollbar-drag {
  background: #F07501;
  border-radius: 999px;
}
@media only screen and (max-width: 1100px) {
  .sec--09__slider {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  .sec--09__nav {
    top: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec--09__nav--prev {
    left: auto;
    right: 50px;
  }
  .sec--09__nav--next {
    left: auto;
    right: 8px;
  }
  .sec--09__group-title {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 740px) {
  .sec--09 {
    padding: 8.1vw 0 0vw !important;
  }
  .sec--09__title {
    font-size: 6.7vw;
    margin-bottom: 2.4vw;
  }
  .sec--09 .container {
    margin: 0 auto;
  }
  .sec--09__nav--prev, .sec--09__nav--next {
    display: none;
  }
  .sec--09__group-title {
    font-size: 4.7vw;
    padding-left: 1em;
    margin-bottom: 3vw;
    margin-left: 5.6vw;
    max-width: 90%;
  }
  .sec--09__group-title::before {
    width: 4vw;
  }
  .sec--09__group-title::after {
    width: 1.5vw;
    left: 1.15vw;
  }
  .sec--09__image img {
    padding: 5.5vw;
  }
  .sec--09__group {
    margin-top: 0;
  }
  .sec--09__slider .swiper {
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
  .sec--09__scrollbar {
    display: none;
  }
}

.sec--10 {
  padding: 80px 0;
}
.sec--10__title {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 740px) {
  .sec--10 {
    padding: 4.86vw 6.75vw 15.8vw !important;
  }
  .sec--10__title {
    max-width: 56vw;
    margin-bottom: 10vw;
  }
}

.sec--11 {
  padding: 80px 0;
  border-top: 20px solid #D9D9D9;
}
.sec--11__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}
.sec--11__list {
  margin: 0 auto;
}
.sec--11__item {
  border: 3px solid #D9D9D9;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 40px;
}
.sec--11__item.is-open .sec--11__summary::after {
  content: "−";
}
.sec--11__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 20px 8px 20px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #492B13;
  letter-spacing: 0.05em;
}
.sec--11__summary::before {
  content: "Q";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #F07501;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
}
.sec--11__summary::after {
  content: "+";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sec--11__summary-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.sec--11__panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.45s ease;
  transition: grid-template-rows 0.45s ease;
  transition: grid-template-rows 0.45s ease, -ms-grid-rows 0.45s ease;
}
.sec--11__item.is-open .sec--11__panel {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.sec--11__panel-inner {
  overflow: hidden;
  min-height: 0;
}
.sec--11__body {
  position: relative;
  padding: 0 8px 24px 2.4em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #492B13;
  letter-spacing: 0.05em;
}
.sec--11__body::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  color: #492B13;
  font-weight: 700;
  font-size: 1.8rem;
  font-size: 3.2rem;
  line-height: 1;
}
.sec--11__body p {
  margin: 0 0 0.75em;
  font-size: 2rem;
}
.sec--11__body p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 740px) {
  .sec--11 {
    padding: 9vw 4vw 15.5vw !important;
  }
  .sec--11__title {
    font-size: 6.75vw;
    margin-bottom: 10vw;
  }
  .sec--11__item {
    padding: 0 0 0 2.7vw;
  }
  .sec--11__summary {
    font-size: 4vw;
    font-weight: 400;
    height: 17.5vw;
    gap: 3.2vw;
  }
  .sec--11__summary::before {
    font-size: 6.8vw;
  }
  .sec--11__summary::after {
    font-size: 2.7rem;
    font-weight: 300;
  }
  .sec--11__body {
    font-size: 4vw;
    padding: 0 5vw 7.4vw 8.5vw;
  }
  .sec--11__body::before {
    font-size: 6.8vw;
  }
  .sec--11__body p {
    font-size: 4vw;
    font-weight: 400;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sec--11__panel {
    -webkit-transition: none;
    transition: none;
  }
  .sec--11__summary::after {
    -webkit-transition: none;
    transition: none;
  }
}
.sec--12 {
  padding: 80px 0 147px;
}
.sec--12__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 740px) {
  .sec--12 {
    padding: 11vw 9.45vw 12.5vw !important;
  }
  .sec--12__title {
    font-size: 6.75vw;
    margin-bottom: 12.1vw;
  }
}

/*---------------------------------------
   FORM
---------------------------------------*/
.form-area__title {
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 740px) {
  .form-area__title {
    margin-bottom: 4vw;
  }
}
.form-area .container {
  max-width: 640px;
}
.form-area__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.form-area__flex .prev-btn {
  width: 100%;
}
.form-area__flex .submit-btn {
  width: 100%;
  max-width: unset;
}
@media only screen and (max-width: 740px) {
  .form-area__flex {
    gap: 3.2vw;
  }
  .form-area__flex .prev-btn,
  .form-area__flex .submit-btn {
    margin: 0 0 7.2vw;
  }
}
.form-area__toggle-btn {
  color: #492B13;
  width: 100%;
  background: transparent;
  padding: 0 20px;
  border-radius: 5px;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  background-color: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  font-weight: 400;
}
.form-area__toggle-btn::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #492B13;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 740px) {
  .form-area__toggle-btn {
    font-size: 4vw;
    height: 10.8vw;
  }
  .form-area__toggle-btn::before {
    width: 1em;
    right: 2.7vw;
    border: 2px solid #492B13;
  }
}
.form-area__toggle-btn.is-active {
  background: #492B13;
  color: #FFFFFF;
}
.form-area__toggle-btn.is-active::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  aspect-ratio: 1/1;
  background-color: #F07501;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 740px) {
  .form-area__toggle-btn.is-active::after {
    width: 0.5em;
    right: 3.7vw;
    border-radius: 0;
  }
}
.form-area__form {
  display: none;
}
.form-area__form.is-active {
  display: block;
}
.form-area__phone {
  display: none;
}
@media only screen and (max-width: 740px) {
  .form-area__phone {
    display: block;
    margin: 0 auto;
  }
}
.form-area__subtitle {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 20px auto 16px;
  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;
}
.form-area__subtitle::before, .form-area__subtitle::after {
  content: "";
  width: calc(50% - 5em);
  height: 2px;
  background-color: #FFFFFF;
}
.form-area__subtitle::before {
  left: 0;
}
.form-area__subtitle::after {
  right: 0;
}
@media only screen and (max-width: 740px) {
  .form-area__subtitle {
    font-size: 3.9vw;
    margin: 2.4vw auto;
  }
  .form-area__subtitle::before, .form-area__subtitle::after {
    height: 0.27vw;
  }
}
.form-area__text {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
  color: #FFFFFF !important;
  font-size: 1.2em !important;
  text-align: left;
  margin-bottom: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FFFFFF;
  padding: 20px;
  font-size: 1.2em;
}

.wpcf7-spinner,
.wpcf7-not-valid-tip {
  display: none;
}

.must,
.any:not(:has(textarea)) {
  position: relative;
  height: 48px;
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 740px) {
  .must,
  .any:not(:has(textarea)) {
    margin-bottom: 2.7vw;
    height: 10.8vw;
  }
  .form-area__text {
    font-size: 4vw;
  }
}
.must::before,
.any::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 48px;
  height: 32px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.must::after,
.any::after {
  font-size: 1.6rem;
  letter-spacing: 0.13em;
  position: absolute;
  top: 50%;
  right: 13px;
  color: #FFFFFF;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 740px) {
  .must,
  .any {
    height: 10.8vw;
  }
  .must::before,
  .any::before {
    width: 8.37vw;
    height: 5.8vw;
    right: 2.4vw;
  }
  .must::after,
  .any::after {
    font-size: 2.7vw;
    right: 3.3vw;
  }
}

.must::before {
  background-color: #FFACAC;
}
.must::after {
  content: "必須";
}

.any::before {
  background-color: #ADC8FF;
}
.any::after {
  content: "任意";
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
select,
textarea {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border-radius: 5px;
  border: none;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #492B13;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 16px;
}
textarea {
  width: 100%;
  padding: 0 20px;
  border-radius: 5px;
  border: none;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #492B13;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 16px;
  height: 138px;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #9E9E9E;
  font-weight: 400;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, select::-moz-placeholder {
  color: #9E9E9E;
  font-weight: 400;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #9E9E9E;
  font-weight: 400;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #9E9E9E;
  font-weight: 400;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
select::placeholder {
  color: #9E9E9E;
  font-weight: 400;
}
@media only screen and (max-width: 740px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  select {
    height: 10.8vw;
    font-size: 4.32vw;
    padding: 0 3.37vw;
    margin-bottom: 2.7vw;
  }
}

.submit-btn,
.prev-btn {
  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;
  height: 58px;
  width: 100%;
  border-radius: 100vh;
  border: none;
  color: #492B13;
  font-size: 1.8rem;
  margin: 30px auto;
  text-align: center;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 740px) {
  .submit-btn,
  .prev-btn {
    height: 14.3vw;
    margin-top: 8.1vw;
    font-size: 4.45vw;
    max-width: unset;
    letter-spacing: 0.13em;
  }
}

.submit-btn {
  background-color: #FFFF00;
  max-width: 290px;
}

.prev-btn {
  background-color: #FFF7D4;
  max-width: 145px;
}
@media only screen and (max-width: 740px) {
  .prev-btn {
    max-width: 19.5vw;
  }
}

.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(./assets/img/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 65px center;
  background-size: 14px;
}
.inline_label.select {
  background-position: right 20px center;
}
@media only screen and (max-width: 740px) {
  .select {
    background-position: right 13.3vw center;
    background-size: 2.6vw;
  }
}

/* 追加表示されたフィールドの背景色 */
.is-sub-field {
  background-color: #FFF2CB !important;
}

/* ラベル横の任意バッジ */
.form-area__text-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.form-area__text--inline {
  margin-bottom: 0;
}

.form-area__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 32px;
  padding: 0 8px;
  font-size: 1.6rem;
  letter-spacing: 0.13em;
  color: #FFFFFF;
}

.form-area__badge--any {
  background-color: #ADC8FF;
}

@media only screen and (max-width: 740px) {
  .form-area__text-row {
    gap: 2.4vw;
    margin-bottom: 2vw;
  }

  .form-area__badge {
    min-width: 8.37vw;
    height: 5.8vw;
    font-size: 2.7vw;
    padding: 0 1.6vw;
  }
}

/* selectの初期表示時だけplaceholder色にする */
select.is-placeholder {
  color: #9E9E9E;
  font-weight: 400;
}

/*---------------------------------------
   ページ
---------------------------------------*/
.page {
  padding: 80px 0 0;
  min-height: calc(100vh - 80px - 80px);
  background-color: #D9D9D9;
}
.page .container {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
}
.page__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 60px;
}
.page__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #492B13;
}
@media only screen and (max-width: 740px) {
  .page__table {
    margin-bottom: 6.5vw;
  }
}
.page__table th {
  background-color: #FFF2CD;
  padding: 10px;
  border: 1px solid #492B13;
}
.page__table td {
  background-color: #FFFFFF;
  padding: 10px;
  border: 1px solid #492B13;
}

/* フォーム ページ送り */
.cf7-pseudo-pager .pseudo-step {
  display: none;
}

.cf7-pseudo-pager .pseudo-step.is-active {
  display: block;
}

.cf7-pseudo-pager .is-error {
  border: 1px solid #d00 !important;
}

.cf7-pseudo-pager .step-error-message {
  display: block;
  margin-top: 6px;
  color: #d00;
  font-size: 12px;
  line-height: 1.6;
}

.cf7-pseudo-pager .prev-btn,
.cf7-pseudo-pager .next-btn {
  cursor: pointer;
}

.cf7-pseudo-pager .next-error-summary {
  display: none;
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.cf7-pseudo-pager .next-error-summary.is-visible {
  display: block;
}

.cf7-pseudo-pager .is-error {
  border: 1px solid #d00 !important;
}

.form-area__label {
  display: block;
  margin-bottom: 8px;
}

.form-area__schedule {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.form-area__schedule-group {
  display: flex;
  flex-direction: column;
}

.form-area__schedule-item {
  width: 100%;
}
.form-area__schedule-item input,
.form-area__schedule-item select {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .form-area__schedule {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-area__text {
    margin-bottom: 8px;
  }
}