@charset "UTF-8";
*,
*::before,
*::after {
  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: calc(16 / 1280 * 100vw);
}
@media (min-width: 1281px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 601px) and (max-width: 1023px) {
  html {
    font-size: 160%;
  }
}
@media (max-width: 600px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

:root {
  --accent: #e6500f;
}

body {
  background-color: #faf8f1;
  color: #5a4632;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

body {
  overflow-wrap: anywhere;
  line-break: strict;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img {
  display: inline-block;
}

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-main {
    padding-block-start: 5.25rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 80rem;
  padding-inline: 8.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 1.25rem;
  }
}
@media (min-width: 601px) and (max-width: 1023px) {
  .l-inner {
    max-width: 640px;
  }
}

.l-inner--wide {
  padding-inline: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .l-inner--wide {
    padding-inline: 1.25rem;
  }
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.75rem;
  min-width: 18.75rem;
  padding-block: 1.34375rem;
  padding-inline: 1.875rem;
  border-radius: 62.4375rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
@media (hover: hover) {
  .c-btn:hover {
    transform: translateY(-0.125rem);
    box-shadow: 0 0.5rem 1rem rgba(90, 70, 50, 0.18);
    opacity: 0.92;
  }
}
@media screen and (max-width: 1023px) {
  .c-btn {
    min-width: 16.25rem;
    padding-block: 1.0625rem;
    padding-inline: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.c-btn__label {
  margin-right: -0.15em;
}

.c-btn__icon {
  flex-shrink: 0;
  width: 1.46875rem;
  height: auto;
}

.c-btn:has(.c-btn__icon) {
  justify-content: flex-start;
  column-gap: 0.78125rem;
  padding-inline-start: 4.046875rem;
}
@media screen and (max-width: 1023px) {
  .c-btn:has(.c-btn__icon) {
    justify-content: center;
    column-gap: 0.75rem;
    padding-inline-start: 1.5rem;
  }
}

.c-btn--orange {
  background-color: var(--accent);
}

.c-btn--line {
  background-color: #07b53b;
}

.c-btn--yellow {
  background-color: #f2bc00;
}

.c-btn--brown {
  background-color: #5a4632;
}

.c-btn--sm {
  min-width: 16.25rem;
}

.c-btn--outline {
  justify-content: space-between;
  column-gap: 1.25rem;
  min-width: 23.75rem;
  padding-block: 1.1875rem;
  padding-inline: 3.3125rem 1.8125rem;
  border: 0.1875rem solid currentColor;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .c-btn--outline {
    min-width: 0;
    width: 100%;
    padding-block: 1rem;
    padding-inline: 1.5rem 1rem;
    font-size: 0.9375rem;
  }
}

.c-btn--child {
  color: #f2bc00;
}

.c-btn--adult {
  color: #a3cc5a;
}

.c-btn__arrow {
  flex-shrink: 0;
  width: 2.25rem;
  height: auto;
  transition: transform 0.25s ease;
}

@media (hover: hover) {
  .c-btn--outline:hover .c-btn__arrow {
    transform: translateY(0.1875rem);
  }
}
.c-char {
  transform-origin: 50% 100%;
  animation: c-char-hop 3.2s ease-in-out infinite;
}

@keyframes c-char-hop {
  0%, 62%, 100% {
    translate: 0 0;
    scale: 1 1;
  }
  6% {
    translate: 0 0;
    scale: 1.08 0.92;
    animation-timing-function: ease-out;
  }
  13% {
    translate: 0 -8%;
    scale: 0.95 1.06;
    animation-timing-function: ease-out;
  }
  20% {
    translate: 0 -11%;
    scale: 1 1;
    animation-timing-function: ease-in;
  }
  27% {
    translate: 0 -3%;
    scale: 0.96 1.05;
    animation-timing-function: ease-in;
  }
  32% {
    translate: 0 0;
    scale: 1.1 0.9;
  }
  38% {
    translate: 0 0;
    scale: 1 1;
  }
  44% {
    translate: 0 0;
    scale: 1.05 0.95;
    animation-timing-function: ease-out;
  }
  50% {
    translate: 0 -6%;
    scale: 0.97 1.03;
    animation-timing-function: ease-in;
  }
  55% {
    translate: 0 0;
    scale: 1.06 0.94;
  }
  82% {
    translate: 0 -1%;
    scale: 0.99 1.01;
  }
}
@keyframes c-char-wave-swing {
  0%, 54%, 100% {
    rotate: 0deg;
  }
  4% {
    rotate: -3deg;
  }
  12% {
    rotate: 9deg;
  }
  24% {
    rotate: -8deg;
  }
  35% {
    rotate: 6deg;
  }
  45% {
    rotate: -5deg;
  }
}
@keyframes c-char-wave-hop {
  0%, 62%, 100% {
    translate: 0 0;
    scale: 1 1;
  }
  4% {
    translate: 0 0;
    scale: 1.04 0.96;
  }
  12%, 45% {
    translate: 0 -0.25rem;
    scale: 1 1;
  }
  54% {
    translate: 0 0;
    scale: 1.06 0.94;
  }
  80% {
    translate: 0 -0.0625rem;
    scale: 0.99 1.01;
  }
}
.p-message__line {
  display: block;
  width: 100%;
  max-width: 19.6875rem;
  height: auto;
  margin-inline: auto;
}

.p-message__line + .p-message__line {
  max-width: 13.875rem;
  margin-block-start: 0.625rem;
}

.p-message__line + .p-message__line + .p-message__line {
  max-width: 15.8125rem;
}

.p-message[data-audience=adult] .p-message__line + .p-message__line + .p-message__line {
  max-width: 14.125rem;
}

.c-heading {
  text-align: center;
}

.c-heading__ja {
  color: #5a4632;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.05;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .c-heading__ja {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}

.c-heading__en {
  margin-block-start: 0.75rem;
  color: var(--accent);
}
@media screen and (max-width: 1023px) {
  .c-heading__en {
    margin-block-start: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.c-heading__en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.c-heading__lead {
  margin-block-start: 1.625rem;
  color: #5a4632;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.3333333333;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .c-heading__lead {
    margin-block-start: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.85;
  }
}

.c-heading--left {
  text-align: left;
}

.c-heading--en-yellow .c-heading__en {
  color: #f2bc00;
}

.c-heading:not(.c-heading--left) .c-heading__ja,
.c-heading:not(.c-heading--left) .c-heading__lead {
  margin-right: -0.15em;
}
.c-heading:not(.c-heading--left) .c-heading__en {
  margin-right: -0.05em;
}

.c-bar-heading {
  display: flex;
  align-items: center;
  column-gap: 1.125rem;
  color: #5a4632;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.c-bar-heading::before {
  content: "";
  flex-shrink: 0;
  width: 0.4375rem;
  height: 1.5625rem;
  background-color: #e6500f;
}
@media screen and (max-width: 1023px) {
  .c-bar-heading {
    column-gap: 0.75rem;
    font-size: 1.1875rem;
  }
  .c-bar-heading::before {
    width: 0.3125rem;
    height: 1.25rem;
  }
}

.p-header {
  position: relative;
  z-index: 100;
  padding-block-start: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding-block: 0.625rem;
    background-color: #faf8f1;
  }
}

.p-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-header__inner {
    align-items: center;
  }
}

.p-header__brand {
  padding-block-start: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-header__brand {
    padding-block-start: 0;
  }
}

.p-header__tagline {
  padding-inline-start: 0.9375rem;
  color: #604c3f;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-header__tagline {
    padding-inline-start: 0;
    font-size: 0.625rem;
  }
}

.p-header__logo {
  margin-block-start: 0.625rem;
}
.p-header__logo img {
  width: 11.25rem;
}
@media screen and (max-width: 1023px) {
  .p-header__logo img {
    width: 8.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-header__utility {
    display: none;
  }
}

.p-header__contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 0.75rem;
  padding-inline-end: 1.9375rem;
}

.p-header__tel {
  display: flex;
  align-items: flex-start;
  column-gap: 0.75rem;
  color: #604c3f;
}

.p-header__tel-icon {
  width: 1.75rem;
  height: auto;
}

.p-header__tel-number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.p-header__hours {
  color: #604c3f;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.p-header__nav {
  margin-block-start: 0.75rem;
}

.p-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  padding-block: 1.3125rem;
  padding-inline: 3.125rem 2.8125rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
}

.p-nav__link {
  display: block;
  color: #604c3f;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media (hover: hover) {
  .p-nav__link:hover {
    color: var(--accent);
  }
}

.p-nav__item:first-child {
  margin-inline-end: 0.1875rem;
}

.p-nav__link--home img {
  display: block;
  width: 0.9375rem;
  height: auto;
}

.p-nav__item--parent {
  position: relative;
  z-index: 1;
}

.p-nav__toggle {
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.p-nav__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.375rem);
  translate: 0 -50%;
  width: 0.5rem;
  aspect-ratio: 8/5;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: rotate 0.2s ease;
}

.p-nav__item--parent[data-open=true] .p-nav__toggle::after {
  rotate: 180deg;
}

.p-nav__sub {
  display: none;
  position: absolute;
  top: calc(100% + 1.3125rem);
  left: 50%;
  translate: -50% 0;
  width: max-content;
  padding-block: 1.125rem;
  padding-inline: 1.5rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
  box-shadow: 0 0.375rem 1rem rgba(90, 70, 50, 0.18);
}

.p-nav__sub::before {
  content: "";
  position: absolute;
  top: -1.3125rem;
  left: 0;
  width: 100%;
  height: 1.3125rem;
}

.p-nav__item--parent:hover .p-nav__sub,
.p-nav__item--parent:focus-within .p-nav__sub,
.p-nav__item--parent[data-open=true] .p-nav__sub {
  display: block;
}

.p-nav__sub-item + .p-nav__sub-item {
  margin-block-start: 0.875rem;
}

.p-nav__sub-link {
  display: block;
  color: #604c3f;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media (hover: hover) {
  .p-nav__sub-link:hover {
    color: var(--accent);
  }
}

.p-nav__sub-link[aria-current=page] {
  color: var(--accent);
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  top: 1.5rem;
  right: 1.25rem;
  width: 1.75rem;
}
@media (min-width: 601px) and (max-width: 1023px) {
  .p-drawer__icon {
    right: calc((100vw - 640px) / 2 + 20px);
  }
}
.p-drawer__icon {
  aspect-ratio: 28/18;
}
@media (min-width: 1024px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon-bar {
  display: block;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #604c3f;
  transition: rotate 0.4s ease, translate 0.4s ease, opacity 0.2s ease;
}

.p-drawer__icon-bar + .p-drawer__icon-bar {
  margin-block-start: 0.375rem;
}

.p-drawer__icon[aria-expanded=true] .p-drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.5rem;
}
.p-drawer__icon[aria-expanded=true] .p-drawer__icon-bar:nth-of-type(2) {
  opacity: 0;
}
.p-drawer__icon[aria-expanded=true] .p-drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.5rem;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 18.75rem;
  max-width: 86vw;
  height: 100svh;
  background-color: #fdf2d5;
  translate: 101%;
  visibility: hidden;
  transition: translate 0.5s ease, visibility 0.5s ease;
}
@media (min-width: 1024px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer.js-show {
  translate: 0;
  visibility: visible;
}

.p-drawer__body {
  padding-block: 5.625rem 2.5rem;
  padding-inline: 1.875rem;
}

.p-drawer__item + .p-drawer__item {
  margin-block-start: 1.5rem;
}

.p-drawer__link {
  display: inline-block;
  color: #604c3f;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.p-drawer__tel {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  margin-block-start: 2.5rem;
  color: #604c3f;
}
.p-drawer__tel img {
  width: 1.625rem;
  height: auto;
}

.p-drawer__tel-number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.p-drawer__hours {
  margin-block-start: 0.25rem;
  color: #604c3f;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.p-footer {
  padding-block: 3.75rem 1.65625rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-footer {
    padding-block: 2.5rem 1.5rem;
  }
}

.p-footer__inner {
  display: grid;
  grid-template-columns: 41.875rem auto;
  align-items: start;
}
@media screen and (max-width: 1023px) {
  .p-footer__inner {
    display: block;
  }
}

.p-footer__info {
  display: flex;
  align-items: flex-start;
  column-gap: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-footer__info {
    display: block;
  }
}

.p-footer__logo {
  flex-shrink: 0;
}
.p-footer__logo img {
  width: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .p-footer__logo img {
    width: 5.625rem;
  }
}

.p-footer__name {
  padding-block-start: 0.4375rem;
}
@media screen and (max-width: 1023px) {
  .p-footer__name {
    padding-block-start: 1rem;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.p-footer__name {
  color: #5a4632;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.15em;
}

.p-footer__company {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

.p-footer__address {
  margin-block-start: 0.6875rem;
  color: #5a4632;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-footer__address {
    margin-block-start: 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.9;
  }
}

.p-footer__sns {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  margin-block-start: 0.9375rem;
}

.p-footer__sns-item img {
  display: block;
  width: 2.1875rem;
  height: auto;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
@media (hover: hover) {
  .p-footer__sns-item:hover img {
    transform: translateY(-0.125rem);
    opacity: 0.85;
  }
}

.p-footer__nav {
  display: flex;
  align-items: flex-start;
  column-gap: 5.625rem;
  padding-block-start: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .p-footer__nav {
    column-gap: 1.5rem;
    padding-block-start: 1.5rem;
  }
}

.p-footer__link {
  display: inline-block;
  color: #604c3f;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 3.2142857143;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-footer__link {
    font-size: 0.875rem;
    line-height: 2.4;
  }
}
@media (hover: hover) {
  .p-footer__link:hover {
    color: var(--accent);
  }
}

.p-footer__copyright {
  margin-block-start: 2.375rem;
  color: #5a4632;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1023px) {
  .p-footer__copyright {
    margin-block-start: 1.75rem;
    font-size: 0.625rem;
  }
}
.p-footer__copyright {
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-breadcrumb {
  margin-block-start: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .p-breadcrumb {
    margin-block-start: 1.5rem;
  }
}

.p-breadcrumb__list {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}

.p-breadcrumb__item {
  color: #5a4632;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-breadcrumb__item {
    font-size: 0.75rem;
  }
}

.p-breadcrumb__item + .p-breadcrumb__item::before {
  content: "";
  display: inline-block;
  width: 0.3125rem;
  height: 0.5rem;
  margin-inline-end: 0.625rem;
  background-image: url("../img/common/breadcrumb-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: 0.0625rem;
}

.p-breadcrumb__home img {
  width: 0.9375rem;
  height: auto;
  vertical-align: -0.125rem;
}

.p-page-head {
  margin-block-start: 4.25rem;
}
@media screen and (max-width: 1023px) {
  .p-page-head {
    margin-block-start: 1.75rem;
  }
}

.p-page-head--section {
  margin-block-start: 0;
}

.p-page-head__inner {
  position: relative;
  padding-block-end: 1.1875rem;
}
.p-page-head__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  margin-block-start: 1.25rem;
  background-image: radial-gradient(circle at center, #5a4632 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.125rem;
  background-repeat: repeat-x;
}

.p-page-head__title {
  display: flex;
  align-items: center;
  column-gap: 1.125rem;
  color: #5a4632;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.05;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-page-head__title {
    column-gap: 0.75rem;
    font-size: 1.625rem;
  }
}

.p-page-head__deco {
  flex-shrink: 0;
  width: 2rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-page-head__deco {
    width: 1.5rem;
    align-self: flex-start;
    margin-block-start: 0.103125rem;
  }
}

.p-page-head__en {
  margin-block-start: 0.9375rem;
  padding-inline-start: 3.25rem;
  color: #f2bc00;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-page-head__en {
    margin-block-start: 0.625rem;
    padding-inline-start: 2.25rem;
    font-size: 0.75rem;
  }
}

.p-page-head__char {
  position: absolute;
  top: -0.9375rem;
  right: 0;
  width: 6.52625rem;
  height: auto;
  transform-origin: 44% 100%;
  animation: c-char-wave-swing 3.6s ease-in-out infinite, c-char-wave-hop 3.6s ease-in-out infinite;
}
@media screen and (max-width: 1023px) {
  .p-page-head__char {
    top: -0.5rem;
    width: 4rem;
  }
}

.p-page-head__lead {
  margin-block-start: 0.25rem;
  color: #5a4632;
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-page-head__lead {
    margin-block-start: 1rem;
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

.p-company {
  margin-block-start: 4rem;
  margin-block-end: 0.3125rem;
}
@media screen and (max-width: 1023px) {
  .p-company {
    margin-block-start: 2.5rem;
    margin-block-end: 0;
  }
}

.p-company__table {
  margin-block-start: 2.125rem;
  border-block-start: 0.0625rem solid #c3bcb4;
}
@media screen and (max-width: 1023px) {
  .p-company__table {
    margin-block-start: 1.5rem;
  }
}

.p-company__row {
  display: flex;
  border-block-end: 0.0625rem solid #c3bcb4;
}
@media screen and (max-width: 1023px) {
  .p-company__row {
    display: block;
  }
}

.p-company__label,
.p-company__value {
  display: flex;
  align-items: center;
  padding-block: 1.59375rem;
  padding-inline-start: 2.5rem;
  color: #5a4632;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-company__label,
  .p-company__value {
    display: block;
    padding-block: 0.75rem;
    padding-inline: 1rem;
    font-size: 0.875rem;
  }
}

.p-company__label {
  flex: 0 0 15.625rem;
  background-color: #ffe6a0;
}
@media screen and (max-width: 1023px) {
  .p-company__label {
    font-weight: 700;
  }
}

.p-company__value {
  flex: 1;
  padding-inline-end: 2.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-company__value {
    padding-inline: 1rem;
  }
}

.p-channel {
  margin-block-start: 3.125rem;
}

.p-channel__item + .p-channel__item {
  margin-block-start: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-channel__item + .p-channel__item {
    margin-block-start: 1.25rem;
  }
}

.p-channel__box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 3.125rem;
  color: #5a4632;
}
@media screen and (max-width: 1023px) {
  .p-channel__box {
    display: block;
    padding-block: 1.5rem;
    padding-inline: 1.25rem;
    border-radius: 1.5rem;
    text-align: center;
  }
}

.p-channel__illust {
  flex-shrink: 0;
  align-self: flex-start;
  width: 7.5rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-channel__illust {
    display: block;
    align-self: auto;
    width: 6rem;
    margin-block-start: 0;
    margin-inline: auto;
  }
}

@media screen and (max-width: 1023px) {
  .p-channel__body {
    margin-block-start: 0.75rem;
    margin-inline-start: 0;
  }
}

.p-channel__label {
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-channel__label {
    font-size: 0.9375rem;
  }
}

.p-channel__number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.p-channel__hours {
  font-size: 0.75rem;
  line-height: 1.9166666667;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-channel__hours {
    font-size: 0.6875rem;
  }
}

.p-channel__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  aspect-ratio: 1;
  margin-inline-start: auto;
  border-radius: 50%;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-channel__arrow {
    display: none;
  }
}

.p-channel__arrow-icon {
  width: 1.125rem;
  height: auto;
}

.p-channel__box--tel {
  padding-block: 1.6875rem 1.5rem;
  padding-inline: 6.25rem 4.375rem;
  background-color: #ffe6a0;
}
@media screen and (max-width: 1023px) {
  .p-channel__box--tel {
    padding-block: 1.5rem;
    padding-inline: 1.25rem;
  }
}

.p-channel__box--tel .p-channel__illust {
  margin-block-start: 0.1875rem;
}
.p-channel__box--tel .p-channel__body {
  margin-block-end: 0.375rem;
  margin-inline-start: 2.5rem;
}
.p-channel__box--tel .p-channel__label {
  font-size: 1.375rem;
  line-height: 1.6363636364;
}
.p-channel__box--tel .p-channel__number {
  margin-block-start: 0.625rem;
  font-size: 2.375rem;
}
@media screen and (max-width: 1023px) {
  .p-channel__box--tel .p-channel__number {
    font-size: 1.625rem;
  }
}
.p-channel__box--tel .p-channel__hours {
  margin-block-start: 0.125rem;
}

.p-channel__box--fax {
  padding-block: 1.125rem;
  padding-inline: 11.875rem 2.5rem;
  border-radius: 1.25rem;
  background-color: #f5f0e1;
  color: #604c3f;
}
@media screen and (max-width: 1023px) {
  .p-channel__box--fax {
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
    border-radius: 1rem;
  }
}

.p-channel__box--fax .p-channel__body {
  display: flex;
  align-items: center;
  margin-inline-start: 2.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-channel__box--fax .p-channel__body {
    display: block;
    margin-inline-start: 0;
  }
}
.p-channel__box--fax .p-channel__number {
  font-size: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-channel__box--fax .p-channel__number {
    font-size: 1.5rem;
  }
}
.p-channel__box--fax .p-channel__hours {
  margin-inline-start: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .p-channel__box--fax .p-channel__hours {
    margin-inline-start: 0;
    margin-block-start: 0.25rem;
  }
}

.p-channel__icon {
  flex-shrink: 0;
  align-self: flex-start;
  width: 2.1875rem;
  height: auto;
  margin-block-start: 0.125rem;
}
@media screen and (max-width: 1023px) {
  .p-channel__icon {
    display: block;
    align-self: auto;
    width: 1.875rem;
    margin-block-start: 0;
    margin-inline: auto;
  }
}

.p-channel__box--line {
  padding-block: 1.09375rem 0.9375rem;
  padding-inline: 5.3125rem 4.375rem;
  background-color: #07b53b;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-channel__box--line {
    padding-block: 1.5rem;
    padding-inline: 1.25rem;
  }
}

.p-channel__box--line .p-channel__illust {
  width: 7.5rem;
  margin-block-start: 0.15625rem;
}
@media screen and (max-width: 1023px) {
  .p-channel__box--line .p-channel__illust {
    width: 6rem;
  }
}
.p-channel__box--line .p-channel__body {
  margin-inline-start: 3.4375rem;
}
.p-channel__box--line .p-channel__label {
  font-size: 1.125rem;
  line-height: 2;
}
.p-channel__box--line .p-channel__catch {
  margin-block-start: 0.25rem;
  color: #faf8f1;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5384615385;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-channel__box--line .p-channel__catch {
    font-size: 1.1875rem;
  }
}

.p-channel__qr {
  flex-shrink: 0;
  display: block;
  width: 7.5rem;
  margin-inline-start: auto;
}
@media screen and (max-width: 1023px) {
  .p-channel__qr {
    width: 6.875rem;
    margin-block-start: 1rem;
    margin-inline: auto;
  }
}

.p-channel__qr-img {
  display: block;
  width: 100%;
  height: auto;
}

.p-channel__box--line .p-channel__arrow {
  margin-inline-start: 8.125rem;
}

.p-care {
  margin-block-start: 4rem;
  padding-block: 4.65625rem 6.25rem;
  border-radius: 3.125rem;
  background-color: #ffe6a0;
}
@media screen and (max-width: 1023px) {
  .p-care {
    margin-block-start: 2.25rem;
    padding-block: 2.5rem;
    border-radius: 1.5rem;
  }
}

.p-care__lead {
  margin-block-start: 0.84375rem;
  margin-inline-start: 1.5625rem;
  color: #5a4632;
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-care__lead {
    margin-block-start: 1rem;
    margin-inline-start: 1.0625rem;
    font-size: 0.875rem;
  }
}

.p-care__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.1875rem;
  row-gap: 2.1875rem;
  margin-block-start: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-care__list {
    column-gap: 0.75rem;
    row-gap: 0.75rem;
    margin-block-start: 1.25rem;
  }
}

.p-care__item {
  flex: 0 0 19.375rem;
}
@media screen and (max-width: 1023px) {
  .p-care__item {
    flex: 1 1 calc(50% - 0.375rem);
  }
}

.p-care__card {
  padding-block: 2.1875rem 2.3125rem;
  padding-inline: 2.1875rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-care__card {
    padding-block: 1rem;
    padding-inline: 0.75rem;
    border-radius: 0.875rem;
  }
}

.p-care__label {
  padding-block: 0.625rem;
  border-radius: 62.4375rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.9444444444;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-care__label {
    padding-block: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-care__label--01 {
  background-color: #b5d65b;
}

.p-care__label--02 {
  background-color: #91cb61;
}

.p-care__label--03 {
  background-color: #6dc068;
}

.p-care__label--04 {
  background-color: #48b46e;
}

.p-care__label--05 {
  background-color: #24a975;
}

.p-care__label--06 {
  background-color: #009e7b;
}

.p-care__text {
  margin-block-start: 1.4375rem;
  margin-right: -0.15em;
  color: #5a4632;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-care__text {
    margin-block-start: 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}

.p-support {
  margin-block-start: 6.125rem;
}
@media screen and (max-width: 1023px) {
  .p-support {
    margin-block-start: 3rem;
  }
}

.p-support__lead {
  margin-block-start: 0.875rem;
  margin-inline-start: 1.5625rem;
  color: #5a4632;
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-support__lead {
    margin-block-start: 1rem;
    margin-inline-start: 1.0625rem;
    font-size: 0.875rem;
  }
}

.p-support__slider {
  margin-block-start: 3.4375rem;
  padding-block-start: 2rem;
  padding-inline-start: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-support__slider {
    margin-block-start: 3rem;
    padding-inline-start: 1.25rem;
  }
}

.p-support__item {
  flex-shrink: 0;
  display: flex;
  width: 26.875rem;
  padding-inline-end: 1.875rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-support__item {
    width: 18.75rem;
    padding-inline-end: 1rem;
  }
}

.p-support__card {
  flex: 1;
  padding-block: 2.8125rem 3.125rem;
  padding-inline: 2.1875rem;
  border-radius: 3.125rem;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-support__card {
    padding-block: 2rem 1.75rem;
    padding-inline: 1.25rem;
    border-radius: 1.5rem;
  }
}

.p-support__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  aspect-ratio: 1;
  margin-block-start: -4.8125rem;
  margin-inline: auto;
  border-radius: 50%;
  background-color: #e6500f;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-support__num {
    width: 3rem;
    margin-block-start: -3.5rem;
    font-size: 1.375rem;
  }
}

.p-support__title {
  margin-block-start: 1.375rem;
  margin-right: -0.15em;
  color: #604c3f;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-support__title {
    margin-block-start: 1.125rem;
    font-size: 1.0625rem;
  }
}

.p-support__img {
  margin-block-start: 1.3125rem;
}
.p-support__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.0625rem;
}
@media screen and (max-width: 1023px) {
  .p-support__img {
    margin-block-start: 0.75rem;
  }
  .p-support__img img {
    border-radius: 0.75rem;
  }
}

.p-support__text {
  margin-block-start: 1.6875rem;
  margin-right: -0.15em;
  color: #5a4632;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-support__text {
    margin-block-start: 1.125rem;
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}

.p-support__control {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3.4375rem;
  margin-block-start: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-support__control {
    column-gap: 1.25rem;
    margin-block-start: 1.5rem;
  }
}

.p-support__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-support__arrow:hover {
  opacity: 0.7;
}
.p-support__arrow img {
  width: 1.125rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-support__arrow {
    width: 3rem;
  }
  .p-support__arrow img {
    width: 0.875rem;
  }
}

.p-support__pagination {
  display: flex;
  align-items: center;
  column-gap: 1.0625rem;
}

.p-support__dot {
  width: 0.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #5a4632;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.p-support__dot.is-active {
  background-color: #e6500f;
}

.p-support.is-static .p-support__control {
  display: none;
}

.p-dev {
  margin-block-start: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .p-dev {
    margin-block-start: 3rem;
  }
}

.p-dev__box {
  display: flex;
  align-items: flex-start;
  padding-block: 1.875rem 0;
  padding-inline: 7.5rem 3.75rem;
  border-radius: 3.125rem;
  background-color: #ffe6a0;
}
@media screen and (max-width: 1023px) {
  .p-dev__box {
    display: block;
    padding-block: 1.5rem;
    padding-inline: 1.25rem;
    border-radius: 1.5rem;
    text-align: center;
  }
}

.p-dev__illust {
  flex-shrink: 0;
  width: 10.9375rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-dev__illust {
    display: block;
    width: 7.5rem;
    margin-inline: auto;
  }
}

.p-dev__body {
  margin-block-start: 1.1875rem;
  margin-inline-start: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-dev__body {
    margin-block-start: 0.75rem;
    margin-inline-start: 0;
  }
}

.p-dev__title {
  color: #5a4632;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-dev__title {
    font-size: 1.0625rem;
  }
}

.p-dev__rule {
  width: 33.125rem;
  height: 0.125rem;
  margin-block-start: 1.0625rem;
  margin-inline-start: -0.3125rem;
  background-image: radial-gradient(circle at center, #5a4632 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.125rem;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1023px) {
  .p-dev__rule {
    width: 100%;
    margin-block-start: 0.75rem;
    margin-inline-start: 0;
  }
}

.p-dev__text {
  margin-block-start: 0.8125rem;
  color: #5a4632;
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-dev__text {
    margin-block-start: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-feature {
  margin-block-start: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-feature {
    margin-block-start: 3rem;
  }
}

.p-feature__box {
  padding-block: 3rem 3.5625rem;
  padding-inline: 5rem;
  border-radius: 3.125rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-feature__box {
    padding-block: 2rem;
    padding-inline: 1.25rem;
    border-radius: 1.5rem;
  }
}

.p-feature__title {
  color: #5a4632;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.8928571429;
  letter-spacing: 0.15em;
  text-align: center;
  margin-right: -0.15em;
}
@media screen and (max-width: 1023px) {
  .p-feature__title {
    font-size: 1.25rem;
  }
}

.p-feature__rule {
  width: 22.5rem;
  height: 0.125rem;
  margin-block-start: 1.125rem;
  margin-inline: auto;
  background-image: radial-gradient(circle at center, #5a4632 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.125rem;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1023px) {
  .p-feature__rule {
    width: 13.75rem;
  }
}

.p-feature__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-feature__body {
    display: block;
    margin-block-start: 1.25rem;
  }
}

.p-feature__col {
  position: relative;
  z-index: 1;
  flex: 0 0 13.125rem;
  margin-block-start: -1.3125rem;
}
@media screen and (max-width: 1023px) {
  .p-feature__col {
    margin-block-start: 0;
  }
}

.p-feature__illust {
  flex-shrink: 0;
  width: 28.125rem;
  height: auto;
  margin-block-start: 0.5625rem;
  margin-inline: -0.9375rem;
}
@media screen and (max-width: 1023px) {
  .p-feature__illust {
    display: block;
    width: 100%;
    max-width: 20rem;
    margin-block-start: 1.25rem;
    margin-inline: auto;
  }
}

.p-feature__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-feature__item {
    width: 8.75rem;
  }
}

.p-feature__item + .p-feature__item {
  margin-block-start: 2.5rem;
}

.p-feature__col--left .p-feature__item:last-child,
.p-feature__col--right .p-feature__item:first-child {
  margin-inline-start: 3.125rem;
}

@media screen and (max-width: 1023px) {
  .p-feature__col {
    display: flex;
    justify-content: center;
    column-gap: 1rem;
  }
  .p-feature__col--right {
    margin-block-start: 1rem;
  }
  .p-feature__item + .p-feature__item {
    margin-block-start: 0;
  }
  .p-feature__col--left .p-feature__item:last-child,
  .p-feature__col--right .p-feature__item:first-child {
    margin-inline-start: 0;
  }
}
.p-feature__item--01 {
  background-color: #b5d65b;
}

.p-feature__item--02 {
  background-color: #91cb61;
}

.p-feature__item--03 {
  background-color: #48b46e;
}

.p-feature__item--04 {
  background-color: #6dc068;
}

.p-feature__num {
  color: #5a4632;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-feature__label {
  margin-block-start: 0.875rem;
  margin-right: -0.15em;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-feature__label {
    font-size: 0.9375rem;
  }
}

.p-staff {
  margin-block-start: 7.5625rem;
  margin-block-end: 8.6875rem;
}
@media screen and (max-width: 1023px) {
  .p-staff {
    margin-block-start: 3rem;
    margin-block-end: 5.625rem;
  }
}

.p-staff__list {
  display: flex;
  margin-block-start: 4.0625rem;
  flex-wrap: wrap;
  column-gap: 2.5rem;
  row-gap: 11.875rem;
}
@media screen and (max-width: 1023px) {
  .p-staff__list {
    display: block;
    margin-block-start: 2rem;
  }
}

.p-staff__item {
  flex: 0 0 30rem;
}

@media screen and (max-width: 1023px) {
  .p-staff__item + .p-staff__item {
    margin-block-start: 8.75rem;
  }
}
.p-staff__card {
  display: flow-root;
  padding-inline: 1.875rem;
  border-radius: 3.125rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-staff__card {
    padding-inline: 1rem;
    border-radius: 1.5rem;
  }
}

.p-staff__head {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .p-staff__head {
    display: block;
    text-align: center;
  }
}

.p-staff__photo {
  position: relative;
  flex-shrink: 0;
  width: 13.9rem;
  aspect-ratio: 222.4/380;
  margin-block-start: -1.25rem;
  margin-inline-start: 0.125rem;
}
@media screen and (max-width: 1023px) {
  .p-staff__photo {
    width: 11.25rem;
    margin-block-start: -1rem;
    margin-inline: auto;
  }
}

.p-staff__photo-img {
  display: block;
  width: 100%;
  height: auto;
}

.p-staff__photo--sample::after {
  content: "SAMPLE";
  position: absolute;
  top: 13.4375rem;
  left: 1.875rem;
  width: 9.375rem;
  padding-block: 0.4375rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.9375;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-staff__photo--sample::after {
    top: 10.625rem;
    left: 50%;
    translate: -50% 0;
    width: 7.5rem;
    font-size: 0.8125rem;
  }
}

.p-staff__body {
  margin-block-start: 2.375rem;
  margin-inline-start: 1.625rem;
}
@media screen and (max-width: 1023px) {
  .p-staff__body {
    margin-block-start: 1.25rem;
    margin-inline-start: 0;
    text-align: left;
  }
}

.p-staff__name {
  color: #5a4632;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.9090909091;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-staff__name {
    font-size: 1.1875rem;
  }
}

.p-staff__label {
  margin-block-start: 0.5625rem;
  color: #e6500f;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-staff__label {
    margin-block-start: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-staff__points {
  margin-block-start: 0.125rem;
  list-style: none;
  color: #5a4632;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-staff__points {
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

.p-staff__point {
  display: flex;
  align-items: flex-start;
}
.p-staff__point::before {
  content: "";
  flex-shrink: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  margin-block-start: 0.875rem;
  margin-inline-end: 0.3125rem;
  border-radius: 50%;
  background-color: currentColor;
}
@media screen and (max-width: 1023px) {
  .p-staff__point::before {
    margin-block-start: 0.6875rem;
  }
}

.p-staff__points + .p-staff__label {
  margin-block-start: 1.0625rem;
}
@media screen and (max-width: 1023px) {
  .p-staff__points + .p-staff__label {
    margin-block-start: 0.875rem;
  }
}

.p-staff__message {
  margin-block-end: -6.875rem;
  padding-block: 1.5625rem 2rem;
  padding-inline: 2.5rem;
  border-radius: 1.25rem;
  background-color: #ffe6a0;
}
@media screen and (max-width: 1023px) {
  .p-staff__message {
    margin-block-end: -4.375rem;
    padding-block: 1rem;
    padding-inline: 1.25rem;
    border-radius: 0.875rem;
  }
}

.p-staff__message-label {
  color: #f2bc00;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-right: -0.05em;
}
@media screen and (max-width: 1023px) {
  .p-staff__message-label {
    font-size: 0.9375rem;
  }
}

.p-staff__message-text {
  margin-block-start: 0.71875rem;
  color: #5a4632;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-staff__message-text {
    margin-block-start: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.9;
  }
}

.p-privacy {
  margin-block-start: 4.6875rem;
  margin-block-end: 6.125rem;
}
@media screen and (max-width: 1023px) {
  .p-privacy {
    margin-block-start: 3rem;
    margin-block-end: 2.5rem;
  }
}

.p-privacy__body {
  margin-block-start: 1.3125rem;
  color: #5a4632;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-privacy__body {
    margin-block-start: 1.5rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
}

.p-privacy__section,
.p-privacy__date {
  margin-block-start: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-privacy__section,
  .p-privacy__date {
    margin-block-start: 1.625rem;
  }
}

.p-privacy__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-privacy__title {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.p-privacy__list {
  list-style: none;
  counter-reset: p-privacy-item;
}

.p-privacy__item {
  display: flex;
  align-items: flex-start;
  counter-increment: p-privacy-item;
}
.p-privacy__item::before {
  content: counter(p-privacy-item) ".";
  flex-shrink: 0;
  margin-inline-end: 0.125rem;
}

.p-coming {
  margin-block-start: 3.6875rem;
  margin-block-end: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-coming {
    margin-block-start: 2.25rem;
  }
}

.p-coming__card {
  padding-block: 4.1875rem 3.75rem;
  padding-inline: 2.5rem;
  border-radius: 3.125rem;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-coming__card {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
    border-radius: 2rem;
  }
}

.p-coming__title {
  margin-right: -0.15em;
  color: #5a4632;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-coming__title {
    font-size: 1.375rem;
  }
}

.p-coming__en {
  margin-block-start: 0.375rem;
  margin-right: -0.05em;
  color: #f2bc00;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-coming__en {
    font-size: 0.75rem;
  }
}

.p-coming__text {
  margin-block-start: 2rem;
  margin-right: -0.15em;
  color: #5a4632;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-coming__text {
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

.p-coming__btn {
  display: flex;
  width: fit-content;
  min-width: 14.875rem;
  margin-block-start: 2.6875rem;
  margin-inline: auto;
  padding-block: 1.125rem;
  padding-inline: 1.875rem;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-coming__btn {
    min-width: 13.75rem;
    padding-block: 0.9375rem;
    font-size: 0.9375rem;
  }
}

.p-fv {
  position: relative;
  /* カンプ幅より外へ広がる装飾（deco-fv / blob）を画面端で切るための装飾クリップ */
  overflow: hidden;
  padding-block-end: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-fv {
    padding-block-end: 3rem;
  }
}

img.p-fv__deco {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  max-width: 80rem;
  height: 41.25rem;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  img.p-fv__deco {
    height: auto;
    object-fit: fill;
  }
}
@media (min-width: 601px) and (max-width: 1023px) {
  img.p-fv__deco {
    max-width: 640px;
  }
}

.p-fv__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 5.975rem 1.4375rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__inner {
    display: block;
    padding-inline: 1.25rem;
  }
}
@media (min-width: 601px) and (max-width: 1023px) {
  .p-fv__inner {
    max-width: 640px;
  }
}

.p-fv__col {
  flex-shrink: 0;
}

.p-fv__col--child {
  order: -1;
  width: 27.75rem;
  padding-block-start: 5.25rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__col--child {
    order: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-fv__col--child {
    width: 100%;
    padding-block-start: 1.875rem;
  }
}

.p-fv__col--adult {
  width: 35.9375rem;
  margin-inline-start: -0.375rem;
  padding-block-start: 5.6875rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__col--adult {
    width: 100%;
    margin-inline-start: 0;
    padding-block-start: 2.5rem;
  }
}

.p-fv__photo {
  position: relative;
}

@media (hover: hover) {
  .p-fv__col:hover .p-fv__img {
    transform: scale(1.04);
  }
}

.p-fv__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.p-fv__blob {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 10.6%;
  width: 100%;
  height: auto;
}

.p-fv__col--adult .p-fv__blob {
  left: 11.23%;
  top: 11.73%;
  width: 74.9%;
}

.p-fv__btn {
  margin-block-start: 3.3125rem;
  margin-inline-start: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__btn {
    margin-block-start: 1.5rem;
    margin-inline-start: 0;
  }
}

.p-fv__col--adult .p-fv__btn {
  margin-block-start: 3rem;
  margin-inline-start: 6.125rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__col--adult .p-fv__btn {
    margin-block-start: 1.5rem;
    margin-inline-start: 0;
  }
}

.p-fv__center {
  width: 6rem;
  margin-inline-start: 3.2875rem;
  padding-block-start: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-fv__center {
    width: 100%;
    margin-inline-start: 0;
    padding-block-start: 1.25rem;
  }
}

.p-fv__catch-img {
  width: 6rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__catch-img {
    width: 4rem;
  }
}

.p-fv__char {
  display: block;
  width: 6.25rem;
  max-width: none;
  height: auto;
  margin-block-start: 1.625rem;
  margin-inline: -0.125rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__char {
    width: 4.5rem;
    margin-block-start: 1.25rem;
    margin-inline: auto;
  }
}

.p-fv__swirl {
  position: absolute;
  z-index: 0;
  top: 11.1875rem;
  left: calc(50% + 34.375rem);
  width: 1.3125rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-fv__swirl {
    display: none;
  }
}

.p-reason {
  overflow: hidden;
  padding-block: 6.25rem;
  background-color: #f5f0e1;
}
@media screen and (max-width: 1023px) {
  .p-reason {
    padding-block: 3.5rem;
  }
}

.p-reason__slider {
  width: calc(100% + 5.625rem);
  margin-block-start: 2.5rem;
  margin-inline: -2.8125rem;
  padding-block-start: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-reason__slider {
    width: 100%;
    margin-block-start: 1.625rem;
    margin-inline: 0;
    padding-inline: 1.25rem;
  }
}
@media (min-width: 601px) and (max-width: 1023px) {
  .p-reason__slider {
    max-width: 640px;
    margin-inline: auto;
  }
}

.p-reason__item {
  display: flex;
  width: 21.875rem;
  height: auto;
  padding-inline-end: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-reason__item {
    width: 17rem;
    padding-inline-end: 1rem;
  }
}

.p-reason__card {
  position: relative;
  flex: 1;
  padding-block: 2.5rem 2.375rem;
  padding-inline: 2.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-reason__card {
    padding-block: 2rem 1.75rem;
    padding-inline: 1.5rem;
    border-radius: 2rem;
  }
}
.p-reason__card {
  border-radius: 3.125rem;
  background-color: #ffffff;
  text-align: center;
}

.p-reason__badge {
  position: absolute;
  top: -2rem;
  left: 50%;
  translate: -50% 0;
  display: grid;
  place-items: center;
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffe6a0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-reason__badge {
    top: -1.5rem;
    width: 3rem;
    font-size: 1.375rem;
  }
}
.p-reason__badge {
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.p-reason__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8.8125rem;
}
@media screen and (max-width: 1023px) {
  .p-reason__figure {
    min-height: 7rem;
  }
}
.p-reason__figure img {
  max-width: 100%;
  height: auto;
}

.p-reason__figure--01 img {
  width: 5.5625rem;
}

.p-reason__figure--02 img {
  width: 11.3125rem;
}

.p-reason__figure--03 img {
  width: 9.6875rem;
}

.p-reason__figure--04 img {
  width: 10.1875rem;
}

@media (min-width: 1024px) {
  .p-reason__figure--01 img {
    translate: -0.1875rem 0.375rem;
  }
  .p-reason__figure--02 img {
    translate: -0.25rem -0.1875rem;
  }
  .p-reason__figure--03 img {
    translate: 0.375rem 0.5rem;
  }
  .p-reason__figure--04 img {
    translate: -0.75rem 0.0625rem;
  }
}
.p-reason__title {
  margin-block-start: 1rem;
  margin-right: -0.15em;
  color: #5a4632;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-reason__title {
    margin-block-start: 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.7;
  }
}

.p-reason__text {
  position: relative;
  margin-block-start: 1.25rem;
  margin-right: -0.15em;
  padding-block-start: 1.4375rem;
  color: #5a4632;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-reason__text {
    margin-block-start: 0.6875rem;
    padding-block-start: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.9;
  }
}
.p-reason__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.125rem;
  background-image: radial-gradient(circle at center, #5a4632 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.125rem;
  background-repeat: repeat-x;
}

.p-reason.is-static .p-reason__list {
  justify-content: center;
}

.p-reason.is-static .p-reason__item:last-child {
  width: 20rem;
  padding-inline-end: 0;
}

.p-reason.is-static .p-reason__control {
  display: none;
}

.p-reason__control {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3.4375rem;
  margin-block-start: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-reason__control {
    column-gap: 1.5rem;
    margin-block-start: 1.875rem;
  }
}

.p-reason__arrow {
  display: grid;
  place-items: center;
  width: 4.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-reason__arrow img {
  width: 1.125rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-reason__arrow {
    width: 3.25rem;
  }
}
@media (hover: hover) {
  .p-reason__arrow:hover {
    opacity: 0.7;
  }
}

.p-reason__pagination {
  display: flex;
  align-items: center;
  column-gap: 1.0625rem;
}

.p-reason__dot {
  width: 0.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #5a4632;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.p-reason__dot.is-active {
  background-color: var(--accent);
}

.p-service {
  padding-block: 7.5rem;
  border-radius: 3.125rem 3.125rem 0 0;
  background-color: #ffe6a0;
}
@media screen and (max-width: 1023px) {
  .p-service {
    padding-block: 3.5rem;
  }
}

.p-service__inner {
  display: flex;
  align-items: stretch;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline-start: 8.75rem;
}
@media screen and (max-width: 1023px) {
  .p-service__inner {
    display: block;
    padding-inline-start: 0;
  }
}
@media (min-width: 601px) and (max-width: 1023px) {
  .p-service__inner {
    max-width: 640px;
  }
}

.p-service__side {
  width: 26.25rem;
  flex-shrink: 0;
  padding-block-start: 1.0625rem;
}
@media screen and (max-width: 1023px) {
  .p-service__side {
    width: 100%;
    padding-block-start: 1.8125rem;
    padding-inline: 1.25rem;
  }
}

.p-service__side-inner {
  position: sticky;
  top: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-service__side-inner {
    position: static;
  }
}

.p-service__label {
  padding-inline-start: 0.3125rem;
  color: var(--accent);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.3333333333;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-service__label {
    padding-inline-start: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}

.p-service__en {
  color: #5a4632;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.4375rem;
  line-height: 1.0545454545;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-service__en {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-service__lead {
  margin-block-start: 2.5rem;
  color: #5a4632;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.3333333333;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-service__lead {
    margin-block-start: 1rem;
    font-size: 0.875rem;
    line-height: 1.85;
  }
}

.p-service__nav {
  margin-block-start: 4.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-service__nav {
    margin-block-start: 2rem;
  }
}

.p-service__nav-item + .p-service__nav-item {
  margin-block-start: 0.625rem;
}

.p-service__nav-link {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  color: #cdb478;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.15em;
  transition: color 0.3s ease, padding-inline-start 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .p-service__nav-link {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}

.p-service__nav-num {
  display: grid;
  place-items: center;
  width: 2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fdf2d5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.p-service__nav-item.is-active .p-service__nav-link {
  padding-inline-start: 0.375rem;
  color: #5a4632;
}
.p-service__nav-item.is-active .p-service__nav-num {
  background-color: var(--accent);
  color: #ffffff;
}
.p-service__nav-item.is-active .p-service__nav-label {
  position: relative;
}
.p-service__nav-item.is-active .p-service__nav-label::after {
  content: "";
  position: absolute;
  bottom: -0.875rem;
  left: 100%;
  display: block;
  width: 1.25rem;
  height: 1.625rem;
  margin-inline-start: 0.25rem;
  background-image: url("../img/common/icon-hand.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-service__btn {
  margin-block-start: 4.875rem;
}
@media screen and (max-width: 1023px) {
  .p-service__btn {
    margin-block-start: 2rem;
  }
}

.p-service__list {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1023px) {
  .p-service__list {
    margin-block-start: 2.5rem;
  }
}

.p-service__panel {
  display: flex;
  align-items: center;
  border-radius: 15.625rem 0 0 15.625rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-service__panel {
    display: block;
    margin-inline-start: 1.25rem;
    padding-block: 1.75rem;
    border-radius: 2rem 0 0 2rem;
  }
}

.p-service__panel + .p-service__panel {
  margin-block-start: 3.125rem;
}

.p-service__panel-num {
  width: 10rem;
  flex-shrink: 0;
  padding-block-start: 0.5rem;
  color: var(--accent);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.0166666667;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-service__panel-num {
    width: 100%;
    padding-block-start: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.p-service__panel-en {
  display: block;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-service__panel-en {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

.p-service__panel-body {
  flex: 1;
  min-width: 0;
  padding-block: 4.6875rem 1.1875rem;
  padding-inline-end: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-service__panel-body {
    padding-block: 1rem 0;
    padding-inline: 1rem 1.25rem;
  }
}

.p-service__panel-img {
  display: block;
}
.p-service__panel-img img {
  width: 100%;
  height: auto;
}

.p-service__panel-title {
  margin-block-start: 0.6875rem;
  margin-right: -0.15em;
  color: #604c3f;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-service__panel-title {
    margin-block-start: 0.875rem;
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 1023px) {
  .p-service__side,
  .p-service__side-inner {
    display: contents;
  }
  .p-service__label,
  .p-service__en,
  .p-service__lead,
  .p-service__btn {
    margin-inline: 1.25rem;
  }
  .p-service__nav {
    position: sticky;
    z-index: 2;
    top: 6.875rem;
    display: flex;
    overflow-x: auto;
    margin-block-start: 1.5rem;
    padding-block: 0.625rem;
    padding-inline: 1.25rem;
    background-color: #ffe6a0;
    box-shadow: 0 0.375rem 0.625rem rgba(90, 70, 50, 0.08);
    scrollbar-width: none;
  }
  .p-service__nav::-webkit-scrollbar {
    display: none;
  }
  .p-service__nav-item {
    flex-shrink: 0;
  }
  .p-service__nav-item + .p-service__nav-item {
    margin-block-start: 0;
    margin-inline-start: 0.5rem;
  }
  .p-service__nav-link {
    column-gap: 0.375rem;
    padding-block: 0.4375rem;
    padding-inline: 0.75rem 0.875rem;
    border-radius: 62.4375rem;
    background-color: #ffffff;
    font-size: 0.8125rem;
    line-height: 1.4;
    white-space: nowrap;
  }
  .p-service__nav-num {
    width: 1.375rem;
    font-size: 0.6875rem;
  }
  .p-service__nav-item.is-active .p-service__nav-link {
    padding-inline-start: 0.75rem;
    background-color: var(--accent);
    color: #ffffff;
  }
  .p-service__nav-item.is-active .p-service__nav-num {
    background-color: #ffffff;
    color: var(--accent);
  }
  .p-service__nav-item.is-active .p-service__nav-label::after {
    display: none;
  }
  .p-service__btn {
    margin-block-start: 1.75rem;
  }
  .p-service__list {
    margin-block-start: 2rem;
  }
}
.p-message {
  position: relative;
  padding-block: 9.5625rem 10.0625rem;
  text-align: center;
}
.p-message::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 6.25rem;
  left: 50%;
  translate: -50% 0;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-message {
    padding-block: 4rem;
  }
  .p-message::before {
    top: 3rem;
    width: 13.75rem;
    height: 13.75rem;
  }
}

.p-message__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 601px) and (max-width: 1023px) {
  .p-message__inner {
    max-width: 640px;
    margin-inline: auto;
  }
}

.p-message__img {
  width: 42.5rem;
  max-width: 100%;
}

.p-message[data-audience=adult] .p-message__img {
  width: 39.875rem;
}

.p-message__char {
  width: 7.1875rem;
  height: auto;
  margin-block-start: 2.3125rem;
  transform-origin: 35% 100%;
  animation: c-char-wave-swing 3.6s ease-in-out infinite, c-char-wave-hop 3.6s ease-in-out infinite;
}
@media screen and (max-width: 1023px) {
  .p-message__char {
    width: 5.5rem;
    margin-block-start: 1.25rem;
  }
}

.p-about {
  padding-block-end: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .p-about {
    padding-block-end: 3.5rem;
  }
}

.p-about__inner {
  display: flex;
  align-items: flex-start;
  column-gap: 3.75rem;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 2.5rem 8.75rem;
}
@media screen and (max-width: 1023px) {
  .p-about__inner {
    display: block;
    padding-inline: 0;
  }
}
@media (min-width: 601px) and (max-width: 1023px) {
  .p-about__inner {
    max-width: 640px;
  }
}

.p-about__figure {
  position: relative;
  width: 37.5rem;
  flex-shrink: 0;
}
.p-about__figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-about__figure {
    width: 100%;
  }
}

.p-about__body {
  flex: 1;
  min-width: 0;
  padding-block-start: 4.375rem;
}
@media screen and (max-width: 1023px) {
  .p-about__body {
    padding-block-start: 1.75rem;
    padding-inline: 1.25rem;
  }
}

.p-about__heading .c-heading__en {
  padding-inline-start: 0.625rem;
  margin-block-start: 0.8125rem;
}
@media screen and (max-width: 1023px) {
  .p-about__heading .c-heading__en {
    padding-inline-start: 0;
    margin-block-start: 0.5rem;
  }
}

.p-about__text {
  margin-block-start: 2.5rem;
  color: #5a4632;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-about__text {
    margin-block-start: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

.p-about__btn {
  margin-block-start: 3.375rem;
}
@media screen and (max-width: 1023px) {
  .p-about__btn {
    margin-block-start: 2rem;
  }
}

.p-flow {
  padding-block-end: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .p-flow {
    padding-block-end: 3.5rem;
  }
}

.p-flow__box {
  padding-block: 5.625rem 6.25rem;
  border-radius: 3.125rem;
  background-color: #f5f0e1;
}
@media screen and (max-width: 1023px) {
  .p-flow__box {
    padding-block: 2.5rem;
    border-radius: 2rem;
  }
}

.p-flow__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-block-start: 3.28125rem;
  padding-inline: 5.3125rem 3.4375rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__list {
    display: block;
    margin-block-start: 2rem;
    padding-inline: 1.25rem;
  }
}

.p-flow__item {
  position: relative;
  width: 10.625rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-flow__item {
    width: 100%;
  }
}

.p-flow__item + .p-flow__item::before {
  content: "";
  position: absolute;
  top: 5.3125rem;
  right: calc(100% + 0rem);
  display: block;
  width: 3.75rem;
  height: 0.25rem;
  background-color: #5a4632;
}

@media screen and (max-width: 1023px) {
  .p-flow__item + .p-flow__item {
    margin-block-start: 2rem;
  }
  .p-flow__item + .p-flow__item::before {
    top: -1.375rem;
    right: 50%;
    translate: 50% 0;
    width: 0.25rem;
    height: 1.125rem;
  }
}
.p-flow__circle {
  display: grid;
  place-items: center;
  align-content: start;
  width: 10.625rem;
  aspect-ratio: 1;
  margin-inline: auto;
  border: 0.15625rem solid #5a4632;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #ffffff;
  background-clip: content-box;
  padding: 0.46875rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__circle {
    width: 8rem;
    padding: 0.375rem;
  }
}

.p-flow__num {
  margin-block-start: 1.625rem;
  color: #5a4632;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-flow__num {
    margin-block-start: 1.1875rem;
    font-size: 1.5rem;
  }
}

.p-flow__icon {
  margin-block-start: 1.0625rem;
}
.p-flow__icon img {
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-flow__icon {
    margin-block-start: 0.5rem;
  }
  .p-flow__icon img {
    width: 2.375rem;
  }
}

@media (min-width: 1024px) {
  .p-flow__icon--02 {
    margin-block-start: 0.4375rem;
  }
  .p-flow__icon--03 {
    margin-block-start: 0.9375rem;
    translate: 0.40625rem 0;
  }
  .p-flow__icon--04 {
    margin-block-start: 1.25rem;
    translate: 0.125rem 0;
  }
}
.p-flow__label {
  margin-block-start: 1.4375rem;
  margin-right: -0.15em;
  color: #5a4632;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-flow__label {
    margin-block-start: 1rem;
    font-size: 0.9375rem;
  }
}

.p-flow__btn {
  display: flex;
  width: fit-content;
  margin-block-start: 4.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .p-flow__btn {
    margin-block-start: 2.25rem;
  }
}

.p-faq {
  padding-block-end: 0;
}

.p-faq__list {
  margin-block-start: 2.5625rem;
}
@media screen and (max-width: 1023px) {
  .p-faq__list {
    margin-block-start: 1.75rem;
  }
}

.p-faq__item {
  border-radius: 1.25rem;
  background-color: #ffffff;
}

.p-faq__item + .p-faq__item {
  margin-block-start: 1.25rem;
}

.p-faq__q {
  display: flex;
  align-items: center;
  column-gap: 1.3125rem;
  padding-block: 1.09375rem;
  padding-inline: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .p-faq__q {
    column-gap: 0.75rem;
    padding-block: 1rem;
    padding-inline: 1.125rem;
  }
}
.p-faq__q {
  width: 100%;
  text-align: left;
}

.p-faq__mark {
  flex-shrink: 0;
  width: 2rem;
  color: var(--accent);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-faq__mark {
    width: 1.25rem;
    font-size: 1.375rem;
  }
}

.p-faq__question {
  flex: 1;
  min-width: 0;
  color: #5a4632;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
  line-break: strict;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .p-faq__question {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}

.p-faq__icon {
  position: relative;
  flex-shrink: 0;
  width: 1rem;
  aspect-ratio: 1;
}
.p-faq__icon::before, .p-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1rem;
  height: 0.1875rem;
  background-color: #5a4632;
  translate: 0 -50%;
  transition: rotate 0.3s ease;
}
.p-faq__icon::after {
  rotate: 90deg;
}

.p-faq__item.is-open .p-faq__question {
  color: var(--accent);
}
.p-faq__item.is-open .p-faq__icon::after {
  rotate: 0deg;
}

.p-faq__answer {
  display: none;
}

.p-faq__answer-inner {
  padding-block: 0 1.25rem;
  padding-inline: 5.3125rem 2rem;
}
@media screen and (max-width: 1023px) {
  .p-faq__answer-inner {
    padding-block: 0 1.125rem;
    padding-inline: 3.125rem 1.125rem;
  }
}

.p-faq__a {
  color: #5a4632;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.15em;
  line-break: strict;
}
@media screen and (max-width: 1023px) {
  .p-faq__a {
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

.p-faq__btn {
  display: flex;
  width: fit-content;
  margin-block-start: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .p-faq__btn {
    margin-block-start: 2.25rem;
  }
}

.p-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.25rem;
  row-gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-cta {
    display: block;
  }
}

.p-contact .p-cta {
  margin-block-start: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-contact .p-cta {
    margin-block-start: 1.375rem;
  }
}

.p-cta--between {
  margin-block: 5.3125rem 5.9375rem;
}
@media screen and (max-width: 1023px) {
  .p-cta--between {
    margin-block: 3.125rem 3.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-cta .c-btn {
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .p-cta .c-btn + .c-btn {
    margin-block-start: 1rem;
  }
}

.p-contact {
  padding-block: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .p-contact {
    padding-block: 3.5rem 4rem;
  }
}

.p-contact__inner {
  max-width: 38.75rem;
  margin-inline: auto;
}

.p-contact__head {
  display: flex;
  align-items: flex-start;
  column-gap: 2.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-contact__head {
    column-gap: 1.25rem;
  }
}

.p-contact__char {
  flex-shrink: 0;
  width: 6.25rem;
  height: auto;
  margin-block-start: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-contact__char {
    width: 4rem;
    margin-block-start: 0.25rem;
  }
}

.p-contact__body {
  flex: 0 1 27.5rem;
}
@media screen and (max-width: 1023px) {
  .p-contact__body {
    flex: 1 1 auto;
  }
}

.p-contact__title img {
  width: 20.25rem;
}
@media screen and (max-width: 1023px) {
  .p-contact__title img {
    width: 100%;
    max-width: 20.25rem;
  }
}
.p-contact__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  margin-block-start: 0.71875rem;
  background-image: radial-gradient(circle at center, #5a4632 0.09375rem, transparent 0.09375rem);
  background-size: 0.3125rem 0.1875rem;
  background-repeat: repeat-x;
}

.p-contact__lead {
  margin-block-start: 0.59375rem;
  color: #5a4632;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1023px) {
  .p-contact__lead {
    margin-block-start: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

.p-contact__contacts {
  display: flex;
  justify-content: center;
  column-gap: 2.5rem;
  margin-block-start: 1.75rem;
}
@media screen and (max-width: 1023px) {
  .p-contact__contacts {
    display: block;
    margin-block-start: 1.25rem;
  }
}

.p-contact__contact {
  flex: 0 0 22.5rem;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .p-contact__contact + .p-contact__contact {
    margin-block-start: 0.875rem;
  }
}
.p-contact__tel {
  color: #604c3f;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-contact__tel {
    font-size: 1.625rem;
  }
}

.p-contact__tel-link {
  color: inherit;
}

.p-contact__hours {
  margin-block-start: 0.3125rem;
  color: #604c3f;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  white-space: nowrap;
}

body[data-audience=child] [data-audience=adult],
body[data-audience=adult] [data-audience=child] {
  display: none;
}

@media (min-width: 1024px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .u-pc {
    display: none;
  }
}
