@charset "UTF-8";
*,
*::before,
*::after {
  -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,
main,
aside,
figure,
figcaption {
  display: block;
}

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

html {
  font-size: 16px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}
html {
  scrollbar-gutter: stable;
}

body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FEFAF4;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img {
  display: block;
}

a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

a[x-apple-data-detectors],
a[x-apple-data-detectors]:hover,
a[x-apple-data-detectors]:active,
a[x-apple-data-detectors]:visited {
  color: inherit !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
  -webkit-padding-before: 6.25rem;
          padding-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-padding-before: 4.3125rem;
            padding-block-start: 4.3125rem;
  }
}
.l-main.-short {
  min-height: calc(100vh - 8.5rem);
}
@media screen and (max-width: 767px) {
  .l-main.-short {
    min-height: calc(100vh - 11.5625rem);
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 664px;
    padding: 0 2rem;
  }
}

.l-inner__narrow {
  max-width: 880px;
}

.l-footer {
  width: 100%;
}

.c-cta__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #D64045;
  border: 1px solid #D64045;
  border-radius: 9999px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (any-hover: hover) {
  .c-cta__btn:hover {
    color: #D64045;
    background: #ffffff;
  }
}

.c-cta__label {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-cta__btn--header {
  padding: 0.5rem 1.4375rem;
}
@media screen and (max-width: 767px) {
  .c-cta__btn--header {
    padding: 0.3125rem 0.9375rem;
    -webkit-column-gap: 0.4375rem;
       -moz-column-gap: 0.4375rem;
            column-gap: 0.4375rem;
  }
}
.c-cta__btn--header .c-cta__label {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta__btn--header .c-cta__label {
    font-size: 1rem;
  }
}
.c-cta__btn--header .c-cta__icon {
  width: 0.8125rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta__btn--header .c-cta__icon {
    width: auto;
    height: 0.9375rem;
  }
}

.c-cta__btn--price,
.c-cta__btn--reserbation {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding: 1.25rem 3.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta__btn--price,
  .c-cta__btn--reserbation {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    padding: 0.75rem 2.25rem;
  }
}
.c-cta__btn--price .c-cta__label,
.c-cta__btn--reserbation .c-cta__label {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-cta__btn--price .c-cta__label,
  .c-cta__btn--reserbation .c-cta__label {
    font-size: 1.5rem;
  }
}
.c-cta__btn--price .c-cta__icon,
.c-cta__btn--reserbation .c-cta__icon {
  width: 1.0625rem;
  height: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-cta__btn--price .c-cta__icon,
  .c-cta__btn--reserbation .c-cta__icon {
    width: auto;
    height: 1.25rem;
  }
}

.c-cta__btn--reserbation .c-cta__label {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .c-cta__btn--reserbation .c-cta__label {
    font-size: 1.25rem;
  }
}
.c-cta__btn--reserbation:disabled {
  cursor: not-allowed;
  -webkit-filter: grayscale(100%) opacity(0.4);
          filter: grayscale(100%) opacity(0.4);
}
.c-cta__btn--reserbation:disabled:hover {
  background-color: #D64045;
  color: #ffffff;
}

.c-head {
  font-family: "Zen Maru Gothic", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-head--white {
  color: #ffffff;
}
.c-head--modal {
  font-family: "Noto Sans JP", sans-serif;
}

.c-head__title {
  font-size: max(2.625rem, 29.4px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-head__title {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-head__title {
    font-size: 1.875rem;
    font-weight: 500;
  }
}

.c-head__cap {
  text-transform: capitalize;
  font-size: max(1rem, 11.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-head__cap {
    font-size: 1rem;
  }
}

/* dialogのデフォルトスタイルのリセット ============ */
:where(dialog) {
  width: unset;
  max-width: unset;
  /* height: unset;
  max-height: unset; */
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/* モーダルのスタイル ============ */
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
dialog.js-show.c-modal__content {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
}
dialog.js-show::backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
}

.c-modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /* モーダル枠組みのスタイル */
  width: min(930px, 95%);
  max-height: 80vh;
  background: #ffffff;
  -webkit-box-shadow: 0 0.25rem 1.875rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 1.875rem 0 rgba(0, 0, 0, 0.25);
}

.c-modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 1.125rem;
  right: 1.4375rem;
  width: 2.125rem;
  height: 2.125rem;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
.c-modal__close-btn:focus {
  outline: none;
}

.c-modal__inner {
  overflow-y: scroll;
  height: inherit;
  max-height: inherit;
  position: relative;
}

.c-modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.1875rem 3.875rem;
}
@media screen and (max-width: 767px) {
  .c-modal__body {
    padding: 1.5rem 1rem;
  }
}

.c-modal__text-wrapper {
  margin-top: 2.25rem;
}
.c-modal__text-wrapper .text {
  font-size: max(1rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-modal__text-wrapper .text {
    font-size: 1rem;
  }
}
.c-modal__text-wrapper .text + .text {
  margin-top: 0.75rem;
}
.c-modal__text-wrapper .head {
  font-size: max(1.125rem, 12.6px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-modal__text-wrapper .head {
    font-size: 1.125rem;
  }
}
.c-modal__text-wrapper .head {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.c-modal__text-wrapper .head + .list {
  margin-top: 0;
}
.c-modal__text-wrapper .list {
  font-size: max(1rem, 11.2px);
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-modal__text-wrapper .list {
    font-size: 1rem;
  }
}
.c-modal__text-wrapper .list {
  counter-reset: list-counter;
  margin-top: 1rem;
  margin-left: 0.75rem;
}
.c-modal__text-wrapper .list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}
.c-modal__text-wrapper .list li::before {
  content: counter(list-counter) "."; /* 数字の後にドットを付ける */
  counter-increment: list-counter; /* カウンターを増やす */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 1.2;
}
.c-modal__text-wrapper .list li ol.list {
  margin-bottom: 1rem;
}

.c-to-top {
  position: fixed;
  bottom: 6.25rem;
  right: 3.125rem;
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}
.c-to-top.js-show {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .c-to-top:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-to-top {
    right: 1.25rem;
    bottom: 1.25rem;
    width: 3.125rem;
  }
}

.c-animated__fadeIn,
.c-animated__fadeIn-d {
  translate: 0 40px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, translate 0.6s ease;
  transition: opacity 0.6s ease, translate 0.6s ease;
}
.c-animated__fadeIn.js-show,
.c-animated__fadeIn-d.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__fade-in {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
.c-animated__fade-in.js-show {
  opacity: 1;
}

.c-animated__fadeIn-default {
  opacity: 0;
  translate: 0 40px;
  -webkit-animation: fadeIn 0.6s ease forwards;
          animation: fadeIn 0.6s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    translate: 0;
  }
}
.c-animated__slideIn--left,
.c-animated__slideIn--right {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.c-animated__slideIn--left.js-show,
.c-animated__slideIn--right.js-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-animated__slideIn--left {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.c-animated__slideIn--right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-animation__text {
  visibility: hidden;
}
.c-animation__text .char {
  opacity: 0;
}

.c-animation__text-up {
  visibility: hidden;
}
.c-animation__text-up .char {
  translate: 0 100%;
}
.c-animation__text-up span {
  overflow: hidden;
}

.c-animated__delay--03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-animated__delay--08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.c-animated__delay--1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.c-animated__delay--15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #FEFAF4;
}

.p-header__inner {
  width: min(90rem, 100%);
  margin-inline: auto;
  padding-inline: 2.25rem;
  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;
  padding-block: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 0.9375rem;
    padding-block: 0.9375rem;
  }
}

.p-header__logo {
  font-family: "Zen Maru Gothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__logo:hover {
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .p-header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.1875rem;
  }
}

.p-header__title-main {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-header__title-main {
    font-size: 1.125rem;
  }
}

.p-header__title-sub {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-header__title-sub {
    font-size: 0.75rem;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
.p-header__list li a {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  -webkit-padding-after: 0.25rem;
          padding-block-end: 0.25rem;
  position: relative;
}
.p-header__list li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background: #313131;
  bottom: 0;
  left: 50%;
  translate: -50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-header__list li a:hover {
  opacity: 0.7;
}
.p-header__list li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 767px) {
  .p-header__list {
    display: none;
  }
}

.p-fv {
  position: relative;
  overflow-x: clip;
}

.p-fv__inner {
  position: relative;
  width: min(90rem, 100%);
  margin-inline: auto;
  height: 31.25rem;
}

.p-fv__bg {
  position: absolute;
  right: 0;
  width: 76.3888888889%;
  height: inherit;
  -webkit-margin-end: calc(50% - 50vw);
          margin-inline-end: calc(50% - 50vw);
}
@media (min-width: 1440px) {
  .p-fv__bg {
    width: calc(1100px + 50vw - 50%);
  }
}
@media screen and (max-width: 767px) {
  .p-fv__bg {
    width: 85%;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-fv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.25rem 0 0 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    border-radius: 1.5rem 0 0 1.5rem;
  }
}

.p-fv__caption {
  position: absolute;
  left: 23.6111111111%;
  translate: -11.25rem;
  top: 15.875rem;
  width: 35.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__caption {
    left: 15%;
    translate: -2.5rem;
    top: 20rem;
    width: 20.4375rem;
  }
}

.p-fv__head {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.625rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__head {
    font-size: 1.5rem;
    row-gap: 0.5rem;
  }
}

.p-fv__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    -webkit-padding-start: 0.625rem;
            padding-inline-start: 0.625rem;
  }
}
.p-fv__title--end {
  -webkit-padding-end: 1.25rem;
          padding-inline-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title--end {
    -webkit-padding-end: 0.625rem;
            padding-inline-end: 0.625rem;
  }
}

.p-fv__icon-01,
.p-fv__icon-02,
.p-fv__icon-03,
.p-fv__icon-04 {
  position: absolute;
  left: 23.6111111111%;
}
@media screen and (max-width: 767px) {
  .p-fv__icon-01,
  .p-fv__icon-02,
  .p-fv__icon-03,
  .p-fv__icon-04 {
    left: 15%;
  }
}

.p-fv__icon-01 {
  top: 1.75rem;
  translate: -10.1875rem;
  width: 3.241875rem;
  height: 4.10875rem;
  -webkit-transform: rotate(25.22deg);
          transform: rotate(25.22deg);
}
@media screen and (max-width: 767px) {
  .p-fv__icon-01 {
    top: 4.375rem;
    translate: -3.75rem;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

.p-fv__icon-02 {
  top: 9.25rem;
  translate: -17.5625rem;
  width: 4.1875rem;
  height: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__icon-02 {
    top: 17.1875rem;
    translate: -2.5rem;
    z-index: -1;
  }
}

.p-fv__icon-03 {
  top: 11.375rem;
  translate: -6.5625rem;
  width: 4.6875rem;
  height: 4.1875rem;
}

.p-fv__icon-04 {
  top: 27.6875rem;
  translate: -19.5rem;
  width: 5.16625rem;
  height: 4.418125rem;
  -webkit-transform: rotate(15.21deg);
          transform: rotate(15.21deg);
}
@media screen and (max-width: 767px) {
  .p-fv__icon-04 {
    top: 31.875rem;
    translate: -6.25rem;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}

.p-about {
  overflow: hidden;
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.p-about__title {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: max(2.25rem, 25.2px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1.5rem;
  }
}

.p-about__content {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }
}

.p-about__textWrap {
  max-width: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__textWrap {
    width: 100%;
    row-gap: 1.5rem;
  }
}

.p-about__list {
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
.p-about__list li {
  position: relative;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  font-size: max(1.5rem, 16.8px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about__list li {
    font-size: 1.5rem;
  }
}
.p-about__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #313131;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .p-about__list li {
    font-size: 1.125rem;
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
  }
}

.p-about__text {
  font-size: max(1.25rem, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 1rem;
  }
}

.p-about__small {
  position: relative;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  -webkit-padding-start: 1.375rem;
          padding-inline-start: 1.375rem;
  font-size: max(1.125rem, 12.6px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about__small {
    font-size: 1.125rem;
  }
}
.p-about__small::before {
  content: "※";
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .p-about__small {
    font-size: 0.875rem;
  }
}

.p-about__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 360/480;
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    width: 100%;
    aspect-ratio: 360/240;
  }
}

.p-about__icon-01,
.p-about__icon-02 {
  position: absolute;
  width: 6.1875rem;
  height: 6.1875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about__icon-01,
  .p-about__icon-02 {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.p-about__icon-01 {
  top: 27.4375rem;
  left: -3.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__icon-01 {
    top: 34.375rem;
    left: -1.25rem;
  }
}

.p-about__icon-02 {
  top: 6.3125rem;
  right: -0.5625rem;
}

.p-service {
  -webkit-margin-before: 7.5rem;
          margin-block-start: 7.5rem;
  width: 100%;
  background-color: #B5D569;
  border-radius: 0 2.25rem 0 0;
  padding-block: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
    padding-block: 3.375rem;
  }
}

.p-service__items {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4.6875rem;
     -moz-column-gap: 4.6875rem;
          column-gap: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-service__items {
    max-width: 26.25rem;
    margin-inline: auto;
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
    grid-template-columns: 1fr;
    row-gap: 2.25rem;
  }
}

.p-service__item {
  background: #ffffff;
  -webkit-padding-after: 1.5rem;
          padding-block-end: 1.5rem;
  border-radius: 1.25rem;
}

.p-service__img {
  position: relative;
  aspect-ratio: 350/225;
  width: 100%;
  height: auto;
}
.p-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}

.p-service__img-cap {
  position: absolute;
  right: 0.9375rem;
  bottom: 0.625rem;
  color: #ffffff;
  text-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.5);
  font-size: max(1.125rem, 12.6px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-service__img-cap {
    font-size: 1.125rem;
  }
}

.p-service__content {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  padding-inline: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__content {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
    padding-inline: 1.125rem;
    row-gap: 1.125rem;
  }
}

.p-service__headline {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: max(1.5rem, 16.8px);
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-service__headline {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__headline {
    font-size: 1.125rem;
  }
}

.p-service__text {
  font-size: max(1.25rem, 14px);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 1rem;
  }
}

.p-price {
  overflow: hidden;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}

.p-price__content {
  width: min(900px, 100%);
  margin-inline: auto;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  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;
  row-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__content {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
    row-gap: 2.25rem;
  }
}

.p-price__wrap {
  width: 100%;
  background-color: #ffffff;
  border: solid 0.25rem #87BFC1;
  border-radius: 1.875rem;
  padding-block: 1.6875rem 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-price__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.9375rem;
    padding-block: 1.6875rem 2rem;
  }
}

.p-price__cap {
  position: relative;
  background: #87BFC1;
  padding: 0.375rem 0.8125rem;
  border-radius: 0.75rem;
  -webkit-margin-before: 1.125rem;
          margin-block-start: 1.125rem;
  -webkit-margin-end: 0.9375rem;
          margin-inline-end: 0.9375rem;
}
.p-price__cap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.9375rem;
  translate: 0 -50%;
  background-color: #87BFC1;
  width: 1.4375rem;
  height: 1.875rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .p-price__cap {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .p-price__cap::after {
    width: 1.875rem;
    height: 1.4375rem;
    top: auto;
    right: auto;
    bottom: -0.9375rem;
    left: 50%;
    translate: -50%;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}

.p-price__text {
  text-align: right;
  color: #ffffff;
  font-size: max(1.25rem, 14px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-price__text {
    font-size: 1.25rem;
  }
}

.p-price__price-wrap {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-price__price-wrap {
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }
}

.p-price__price {
  font-size: 8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-price__price {
    font-size: 5rem;
  }
}

.p-price__price-sub {
  -webkit-padding-after: 0.5rem;
          padding-block-end: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 0.1875rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-price__price-sub {
    row-gap: 0.125rem;
  }
}

.p-price__en {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-price__en {
    font-size: 2.25rem;
  }
}

.p-price__tax {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-price__tax {
    font-size: 0.875rem;
  }
}

.p-price__subWrap {
  width: 100%;
  background: #F4F3F6;
  padding: 1.25rem;
}

.p-price__subText {
  position: relative;
  -webkit-padding-start: 1.375rem;
          padding-inline-start: 1.375rem;
  font-size: max(1.25rem, 14px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-price__subText {
    font-size: 1.25rem;
  }
}
.p-price__subText::before {
  content: "※";
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .p-price__subText {
    font-size: 1rem;
    -webkit-padding-start: 1.125rem;
            padding-inline-start: 1.125rem;
  }
}

.p-flow {
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}

.p-flow__items {
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 664px) {
  .p-flow__items {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    width: min(26.25rem, 100%);
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
}

.p-flow__item {
  position: relative;
  background-color: #ffffff;
  border: solid 0.25rem #313131;
  border-radius: 0.9375rem;
}

.p-flow__number {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.875rem;
  height: 4.875rem;
  background: #B5D569;
  border-radius: 0.625rem 0 0.9375rem;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  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;
}
@media screen and (max-width: 767px) {
  .p-flow__number {
    font-size: 1.875rem;
    width: 3.375rem;
    height: 3.375rem;
  }
}

.p-flow__title {
  -webkit-padding-start: 4.875rem;
          padding-inline-start: 4.875rem;
  width: 100%;
  height: 4.875rem;
  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;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: max(1.875rem, 21px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    -webkit-padding-start: 3.375rem;
            padding-inline-start: 3.375rem;
    height: 3.375rem;
    font-size: 1.5rem;
  }
}

.p-flow__content {
  padding: 1.875rem 2.25rem 2.25rem 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-flow__content {
    padding: 1.875rem 1.25rem 1.25rem 1.25rem;
    row-gap: 1.875rem;
  }
}

.p-flow__icon {
  width: auto;
  height: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow__icon {
    height: 4.5rem;
  }
}

.p-flow__text {
  font-size: max(1.125rem, 12.6px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 1rem;
  }
}

.p-greetings {
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
  padding-block: 5rem;
  background: #BEB098;
  border-radius: 0 2.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-greetings {
    padding-block: 3.375rem;
  }
}

.p-greetings__content {
  width: min(1000px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-greetings__content {
    width: min(42rem, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}

.p-greetings__wrap {
  width: 63%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-greetings__wrap {
    display: contents;
  }
}

.p-greetings__title {
  font-family: "Zen Maru Gothic", sans-serif;
  text-wrap: nowrap;
  font-size: max(1.875rem, 21px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-greetings__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-greetings__title {
    text-align: center;
    text-wrap: wrap;
    font-size: 1.5rem;
    line-height: 1.5;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-greetings__text {
  font-size: max(1.125rem, 12.6px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-greetings__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-greetings__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-greetings__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33%;
  aspect-ratio: 1/1;
}
.p-greetings__img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-greetings__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 65%;
    margin-inline: auto;
  }
}

.p-reserbation {
  margin-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-reserbation {
    margin-block: 5rem 3.75rem;
  }
}

.p-reserbation__telWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reserbation__telWrap {
    row-gap: 1.875rem;
  }
}

.p-reserbation__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: max(2.625rem, 29.4px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-reserbation__title {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reserbation__title {
    font-size: 1.875rem;
  }
}

.p-reserbation__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-reserbation__icon {
  width: 5.125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-reserbation__icon {
    width: 2.25rem;
  }
}

.p-reserbation__number {
  font-size: max(4rem, 44.8px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-reserbation__number {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reserbation__number {
    font-size: 1.75rem;
  }
}

.p-reserbation__timeWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.75rem;
}

.p-reserbation__text-24 {
  font-size: max(1.5rem, 16.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-reserbation__text-24 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reserbation__text-24 {
    font-size: 1.125rem;
  }
}

.p-reserbation__text-20 {
  font-size: max(1.25rem, 14px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-reserbation__text-20 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reserbation__text-20 {
    font-size: 1rem;
  }
}

.p-reserbation__text-18 {
  font-size: max(1.125rem, 12.6px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-reserbation__text-18 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reserbation__text-18 {
    font-size: 0.875rem;
  }
}

.p-reserbation__mailWrap {
  -webkit-margin-before: 7.5rem;
          margin-block-start: 7.5rem;
  width: min(900px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-reserbation__mailWrap {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
    padding-inline: 0;
  }
}

.p-reserbation__mailHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-reserbation__mailForm {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reserbation__mailForm {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__fields {
    row-gap: 1.875rem;
  }
}

.p-contact__field {
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__field {
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
  }
}

.p-contact__privacy {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  width: min(700px, 100%);
}

.p-contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__button {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-contact__recaptcha {
  text-align: center;
  -webkit-margin-before: 2.25rem;
          margin-block-start: 2.25rem;
  font-size: max(0.75rem, 8.4px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact__recaptcha {
    font-size: 0.75rem;
  }
}
.p-contact__recaptcha a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-contact__recaptcha a:hover {
  opacity: 0.7;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-form-field__head {
  -webkit-padding-before: 0.75rem;
          padding-block-start: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-form-field__head.-name {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media screen and (max-width: 767px) {
  .p-form-field__head {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}

.p-form-field__label {
  font-size: max(1.125rem, 12.6px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form-field__label {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form-field__label {
    font-size: 1rem;
  }
}

.p-form-field__tag {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #ffffff;
  padding: 0.3125rem 0.75rem;
  background: #D64045;
  border-radius: 9999px;
  font-size: max(0.75rem, 8.4px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-form-field__tag {
    font-size: 0.75rem;
  }
}

.p-form-field__item {
  width: 100%;
  height: auto;
}

.p-form-field__text,
.p-form-field__textarea {
  width: 100%;
  border: solid 0.0625rem #ebebeb;
  border-radius: 0.625rem;
  background-color: #ebebeb;
  padding: 0.75rem 1.25rem;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form-field__text,
  .p-form-field__textarea {
    padding: 0.5rem 0.625rem;
  }
}
.p-form-field__text::-webkit-input-placeholder, .p-form-field__textarea::-webkit-input-placeholder {
  font-size: max(1rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
}
.p-form-field__text::-moz-placeholder, .p-form-field__textarea::-moz-placeholder {
  font-size: max(1rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
}
.p-form-field__text:-ms-input-placeholder, .p-form-field__textarea:-ms-input-placeholder {
  font-size: max(1rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
}
.p-form-field__text::-ms-input-placeholder, .p-form-field__textarea::-ms-input-placeholder {
  font-size: max(1rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
}
.p-form-field__text::placeholder,
.p-form-field__textarea::placeholder {
  font-size: max(1rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form-field__text::-webkit-input-placeholder, .p-form-field__textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .p-form-field__text::-moz-placeholder, .p-form-field__textarea::-moz-placeholder {
    font-size: 1rem;
  }
  .p-form-field__text:-ms-input-placeholder, .p-form-field__textarea:-ms-input-placeholder {
    font-size: 1rem;
  }
  .p-form-field__text::-ms-input-placeholder, .p-form-field__textarea::-ms-input-placeholder {
    font-size: 1rem;
  }
  .p-form-field__text::placeholder,
  .p-form-field__textarea::placeholder {
    font-size: 1rem;
  }
}
.p-form-field__text::-webkit-input-placeholder, .p-form-field__textarea::-webkit-input-placeholder {
  color: #696969;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form-field__text::-moz-placeholder, .p-form-field__textarea::-moz-placeholder {
  color: #696969;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form-field__text:-ms-input-placeholder, .p-form-field__textarea:-ms-input-placeholder {
  color: #696969;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form-field__text::-ms-input-placeholder, .p-form-field__textarea::-ms-input-placeholder {
  color: #696969;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form-field__text::placeholder,
.p-form-field__textarea::placeholder {
  color: #696969;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form-field__text:focus, .p-form-field__text:hover,
.p-form-field__textarea:focus,
.p-form-field__textarea:hover {
  outline: none;
  border-color: #313131;
}
.p-form-field__text.invalid,
.p-form-field__textarea.invalid {
  border-color: #D64045;
  background-color: rgba(214, 64, 69, 0.2);
}

.p-form-field__error-message {
  color: #D64045;
  -webkit-margin-before: 0.3125rem;
          margin-block-start: 0.3125rem;
  -webkit-margin-start: 1.25rem;
          margin-inline-start: 1.25rem;
  font-size: max(1rem, 11.2px);
  font-weight: 700;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .p-form-field__error-message {
    font-size: 1rem;
  }
}
.p-form-field__error-message.-privacy {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.p-form-field__note {
  -webkit-margin-before: 0.3125rem;
          margin-block-start: 0.3125rem;
  -webkit-margin-start: 1.25rem;
          margin-inline-start: 1.25rem;
  font-size: max(1rem, 11.2px);
  font-weight: 400;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .p-form-field__note {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form-field__note {
    font-size: 0.875rem;
  }
}

.p-form-field__textarea {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form-field__textarea {
    height: 12.5rem;
  }
}

.p-form-choice {
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form-choice {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.25rem;
  }
}
.p-form-choice.invalid {
  border: solid 0.0625rem #D64045;
  border-radius: 0.625rem;
  background-color: rgba(214, 64, 69, 0.2);
}

.p-form-choice__item {
  cursor: pointer;
}
.p-form-choice__item:hover .p-form-choice__text::before {
  border-color: #D64045;
}

.p-form-choice__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.p-form-choice__input:checked + .p-form-choice__text {
  font-weight: 500;
}
.p-form-choice__input:checked + .p-form-choice__text::before {
  border-color: #D64045;
}
.p-form-choice__input:checked + .p-form-choice__text::after {
  opacity: 1;
}
.p-form-choice__input:focus-visible + .p-form-choice__text {
  font-weight: 500;
}
.p-form-choice__input:focus-visible + .p-form-choice__text::before {
  border-color: #D64045;
}

.p-form-choice__text {
  position: relative;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  font-size: max(1rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form-choice__text {
    font-size: 1rem;
  }
}
.p-form-choice__text::before, .p-form-choice__text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  background-color: #ffffff;
}
.p-form-choice__text::before {
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  border: solid 0.0625rem #313131;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.p-form-choice__text::after {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #D64045;
  left: 0.3125rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-form-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.p-form-privacy:hover .p-form-choice__text::before {
  border-color: #D64045;
}
@media screen and (max-width: 767px) {
  .p-form-privacy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-form-privacy__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.p-form-privacy__input:checked + .p-form-privacy__text::before {
  border-color: #D64045;
}
.p-form-privacy__input:checked + .p-form-privacy__text::after {
  opacity: 1;
}
.p-form-privacy__input:focus-visible + .p-form-privacy__text {
  font-weight: 500;
}
.p-form-privacy__input:focus-visible + .p-form-privacy__text::before {
  border-color: #D64045;
}
.p-form-privacy__input.invalid + .p-form-privacy__text::before {
  border-color: #D64045;
  background-color: rgba(214, 64, 69, 0.2);
}

.p-form-privacy__text {
  position: relative;
  -webkit-padding-start: 3.125rem;
          padding-inline-start: 3.125rem;
  font-size: max(1.125rem, 12.6px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form-privacy__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form-privacy__text {
    -webkit-padding-start: 1.875rem;
            padding-inline-start: 1.875rem;
    font-size: 1rem;
  }
}
.p-form-privacy__text::before, .p-form-privacy__text::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
}
.p-form-privacy__text::before {
  width: 1.875rem;
  height: 1.875rem;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  border-radius: 0.3125rem;
  border: solid 0.0625rem #313131;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form-privacy__text::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-form-privacy__text::after {
  width: 1.25rem;
  height: 0.75rem;
  top: 0.25rem;
  left: 0.3125rem;
  border-left: solid 0.1875rem #D64045;
  border-bottom: solid 0.1875rem #D64045;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form-privacy__text::after {
    width: 0.875rem;
    height: 0.5rem;
    top: 0.4375rem;
    left: 0.1875rem;
    border-left: solid 0.125rem #D64045;
    border-bottom: solid 0.125rem #D64045;
  }
}

.p-form-privacy__link {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-form-privacy__link {
    -webkit-padding-start: 1.875rem;
            padding-inline-start: 1.875rem;
  }
}
.p-form-privacy__link:hover {
  opacity: 0.7;
}

.p-footer {
  background-color: #BEB098;
  padding-block: 2.5rem 1.25rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer {
    -webkit-padding-before: 1.875rem;
            padding-block-start: 1.875rem;
  }
}

.p-footer__inner {
  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;
  row-gap: 2.5rem;
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: max(1rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.625rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    font-size: 0.875rem;
  }
}
.p-footer__list li a {
  position: relative;
}
.p-footer__list li a::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #ffffff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-footer__list li a:hover {
  opacity: 0.7;
}
.p-footer__list li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.p-footer__copy {
  font-size: max(0.75rem, 8.4px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.75rem;
  }
}

.p-thanks {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-block: 3.75rem;
  }
}

.p-thanks__head {
  text-align: center;
}

.p-thanks__text {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.p-thanks__text:first-of-type {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}

.p-thanks__tel {
  text-decoration: underline;
}

.p-thanks__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}

.p-test {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    padding-block: 4.375rem;
  }
}

.p-test__container {
  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;
}
@media screen and (max-width: 767px) {
  .p-test__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-test__title {
  text-transform: uppercase;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-test__text {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-test__text + .p-test__title {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}

.p-test__text-wrap {
  width: 100%;
}

.p-test__img {
  width: min(37.5rem, 100%);
  height: auto;
}

.p-test__items {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}

.p-test__item {
  list-style-position: inside;
  list-style-type: disc;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-text__bold {
  font-weight: 700;
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}