@charset "UTF-8";
/*==============================================================================
1.0 Foundation
============================================================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- summaryの三角を消す  ---*/
summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  max-width: 100%;
}

picture,
figure {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body {
  position: relative;
  background: #eee;
  color: #343434;
  font-size: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  overflow-x: hidden;
}
@media (min-width: 47.99rem) {
  body {
    height: 100vh;
    overflow-y: scroll;
  }
}

main {
  position: relative;
  background: #F5F1EB;
}

* {
  margin-block: calc((1em - 1lh) / 2);
  line-height: 1.5;
}

*[lang=en] {
  text-transform: capitalize;
}

.poppins {
  font-family: "Poppins", serif;
}

.noto-sans {
  font-family: "Noto Sans JP", serif;
}

*[lang=en] {
  font-family: Satoshi, sans-serif;
}

.main-color {
  color: #343434;
}

.secondary-color {
  color: #F5F1EB;
}

.third-color {
  color: #fff;
}

.accent-primary {
  color: #EC6F21;
}

.accent-secondary {
  color: #8D0404;
}

/* =====================================================
  2.0 - Layout
===================================================== */
.l-container {
  max-width: 46.875rem;
  margin-inline: auto;
  position: relative;
  order: 2;
}
@media (min-width: 47.99rem) {
  .l-container {
    height: 100vh;
    overflow-y: scroll;
  }
}
@media (min-width: 79.99rem) {
  .l-container {
    max-width: none;
    width: 46.875rem;
  }
}

.l-container-sm {
  width: clamp(19.25rem, 14.5776699029rem + 19.9352750809vw, 38.5rem);
  margin-inline: auto;
  position: relative;
}
@media (min-width: 47.99rem) {
  .l-container-sm {
    width: 80%;
  }
}

.l-container-md {
  max-width: 31.25rem;
  width: clamp(20.625rem, 15.6189320388rem + 21.359223301vw, 41.25rem);
  margin-inline: auto;
  position: relative;
}
@media (min-width: 47.99rem) {
  .l-container-md {
    width: 90%;
  }
}

@media (min-width: 47.99rem) {
  .flex-container {
    display: flex;
  }
}

/*==============================================================================
3.0 Object
============================================================================= */
/*
  3.1 - project
-----------------------------------------------------*/
.p-side__left {
  width: 100%;
  height: 100vh;
  padding: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem) clamp(1.375rem, 1.1747572816rem + 0.854368932vw, 2.2rem) clamp(3.75rem, 3.2038834951rem + 2.3300970874vw, 6rem);
  position: fixed;
  top: 0;
  right: 100%;
  background: #130804;
  z-index: 1;
  box-sizing: border-box;
  overflow-y: scroll;
  transition: 0.5s;
}
@media (min-width: 79.99rem) {
  .p-side__left {
    order: 1;
    display: block;
    width: 33%;
    position: relative;
    right: 0;
    padding: clamp(6.25rem, 5.3398058252rem + 3.8834951456vw, 10rem) 0 0;
    background: url(../images/side/left-bg.webp) no-repeat bottom center/cover;
  }
}
.p-side__left.is-active {
  right: 0;
}
.p-side__left-title {
  width: clamp(12.5rem, 10.6796116505rem + 7.7669902913vw, 20rem);
  margin-inline: auto;
  margin-bottom: clamp(2.25rem, 1.9223300971rem + 1.3980582524vw, 3.6rem);
}
.p-side__left-list {
  max-width: 26.25rem;
  margin-inline: auto;
}
.p-side__left-item a {
  display: flex;
  justify-content: space-between;
  padding: clamp(0.875rem, 0.7475728155rem + 0.5436893204vw, 1.4rem);
  border-bottom: 2px solid #573F1D;
  color: #fff;
  font-size: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem);
}
@media (min-width: 79.99rem) {
  .p-side__left-item a {
    padding: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
    font-size: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  }
}
.p-side__left-item a::after {
  content: "";
  display: block;
  width: clamp(0.4375rem, 0.3737864078rem + 0.2718446602vw, 0.7rem);
  height: clamp(0.4375rem, 0.3737864078rem + 0.2718446602vw, 0.7rem);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.p-side__right {
  display: none;
}
@media (min-width: 79.99rem) {
  .p-side__right {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 33%;
    padding-inline: clamp(2.5rem, 2.1359223301rem + 1.5533980583vw, 4rem);
    padding-bottom: clamp(5rem, 4.2718446602rem + 3.1067961165vw, 8rem);
    background: #130805;
    box-sizing: border-box;
  }
}
.p-side__right-tel {
  margin-bottom: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  text-align: center;
  color: #DED7CC;
}
.p-side__right-tel-time {
  margin-bottom: clamp(3.75rem, 3.2038834951rem + 2.3300970874vw, 6rem);
  text-align: center;
  color: #DED7CC;
  font-size: clamp(0.8125rem, 0.6941747573rem + 0.5048543689vw, 1.3rem);
}
.p-side__right-tel-time .poppins {
  font-size: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
}
.p-side__right .p-cta__body-tel {
  margin-bottom: 0;
}
.p-side__right .p-cta__body-tel .text {
  color: #DED7CC;
}

.p-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-header__title {
  display: block;
  width: clamp(6.25rem, 5.3398058252rem + 3.8834951456vw, 10rem);
  margin-right: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
}
.p-header.is-active .p-header__title {
  opacity: 0;
}
.p-header__cta {
  display: flex;
  gap: clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem);
  padding: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem) clamp(1.375rem, 1.1747572816rem + 0.854368932vw, 2.2rem) clamp(0.3125rem, 0.2669902913rem + 0.1941747573vw, 0.5rem) clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  background: rgb(193, 82, 14);
  background: linear-gradient(90deg, rgb(193, 82, 14) 0%, rgb(236, 111, 33) 100%);
  border-radius: 0 0 0 clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
}
.p-header__cta-icon {
  width: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
}
.p-header__cta-text .small {
  font-size: clamp(0.6875rem, 0.5873786408rem + 0.427184466vw, 1.1rem);
}
.p-header.is-active .p-header__cta {
  opacity: 0;
}

.p-hamburger {
  width: clamp(3.125rem, 2.6699029126rem + 1.9417475728vw, 5rem);
  height: clamp(3.375rem, 2.8834951456rem + 2.0970873786vw, 5.4rem);
  padding: 0;
  background-color: rgba(245, 239, 228, 0.65);
  border: none;
  position: relative;
  transition: 0.5s;
  z-index: 15;
}
@media (min-width: 47.99rem) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger::before, .p-hamburger::after {
  content: "";
  display: block;
  width: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  height: clamp(0.125rem, 0.1067961165rem + 0.0776699029vw, 0.2rem);
  position: absolute;
  left: 50%;
  background-color: #EC6F21;
  transform: translateX(-50%);
  transition: transform 0.5s;
}
.p-hamburger::before {
  top: clamp(1.125rem, 0.9611650485rem + 0.6990291262vw, 1.8rem);
}
.p-hamburger::after {
  bottom: clamp(1.125rem, 0.9611650485rem + 0.6990291262vw, 1.8rem);
}
.is-drawerActive .p-hamburger {
  background-color: transparent;
}
.is-drawerActive .p-hamburger::before, .is-drawerActive .p-hamburger::after {
  top: 50%;
}
.is-drawerActive .p-hamburger::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.is-drawerActive .p-hamburger::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-hamburger__line {
  width: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  height: clamp(0.125rem, 0.1067961165rem + 0.0776699029vw, 0.2rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #EC6F21;
  transition: transform 0.5s;
}
.is-drawerActive .p-hamburger__line {
  background-color: transparent;
}

.p-footer {
  padding-block: clamp(3rem, 2.5631067961rem + 1.8640776699vw, 4.8rem) clamp(4rem, 3.4174757282rem + 2.4854368932vw, 6.4rem);
  background: #343434;
}
.p-footer__title {
  width: clamp(10rem, 8.5436893204rem + 6.213592233vw, 16rem);
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
}
.p-footer__info {
  text-align: center;
  color: #fff;
}
.p-footer__info-company {
  margin-bottom: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  font-size: clamp(0.875rem, 0.7475728155rem + 0.5436893204vw, 1.4rem);
}
.p-footer__info-num {
  margin-bottom: clamp(2.8125rem, 2.4029126214rem + 1.7475728155vw, 4.5rem);
  font-size: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
}
.p-footer__info-copy {
  font-size: fliud(10);
}

.p-hero__bg {
  padding-block: clamp(5rem, 4.2718446602rem + 3.1067961165vw, 8rem) clamp(23.75rem, 20.2912621359rem + 14.7572815534vw, 38rem);
  background: url(../images/hero/hero-bg.webp) no-repeat center left/cover;
}
.p-hero__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  position: relative;
  text-align: center;
  font-size: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-hero__title::before {
  content: "";
  display: block;
  width: clamp(1.8125rem, 1.5485436893rem + 1.1262135922vw, 2.9rem);
  height: clamp(4.5rem, 3.8446601942rem + 2.7961165049vw, 7.2rem);
  background: url(../images/common/title-deoc-left.webp) no-repeat top left/contain;
}
.p-hero__title::after {
  content: "";
  display: block;
  width: clamp(1.8125rem, 1.5485436893rem + 1.1262135922vw, 2.9rem);
  height: clamp(4.5rem, 3.8446601942rem + 2.7961165049vw, 7.2rem);
  background: url(../images/common/title-deoc-right.webp) no-repeat top left/contain;
}
.p-hero__title .hermes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
}
.p-hero__title .hermes span {
  font-weight: 400;
}
.p-hero__text {
  text-align: center;
  font-size: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  font-weight: 700;
  white-space: nowrap;
}
.p-hero__reviews {
  width: clamp(8.75rem, 7.4757281553rem + 5.4368932039vw, 14rem);
  position: absolute;
  top: clamp(20rem, 17.0873786408rem + 12.427184466vw, 32rem);
  left: 0;
}
.p-hero__cta {
  background: rgb(193, 82, 14);
  background: linear-gradient(90deg, rgb(193, 82, 14) 0%, rgb(236, 111, 33) 100%);
}
.p-hero__cta-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.6875rem, 0.5873786408rem + 0.427184466vw, 1.1rem);
}
.p-hero__line-button {
  width: 100%;
  margin-inline: auto;
  padding-block: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  position: relative;
  top: clamp(-1rem, -0.854368932rem + -0.6213592233vw, -1.6rem);
  background: rgb(45, 145, 37);
  background: linear-gradient(90deg, rgb(45, 145, 37) 0%, rgb(18, 162, 6) 100%);
  border: 2px solid #D0B89A;
  box-shadow: 0 clamp(0.125rem, 0.1067961165rem + 0.0776699029vw, 0.2rem) clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem) rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.p-hero__line-button::before {
  content: "";
  width: 95%;
  height: clamp(3.5rem, 2.9902912621rem + 2.1747572816vw, 5.6rem);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #05AD4B;
  transform: translate(-50%, -50%);
}
.p-hero__line-text-top {
  color: #F8F023;
  text-align: center;
  font-size: clamp(0.6875rem, 0.5873786408rem + 0.427184466vw, 1.1rem);
  font-weight: 700;
}
.p-hero__line-icon {
  width: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
}
.p-hero__line-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  font-size: clamp(1.0625rem, 0.9077669903rem + 0.6601941748vw, 1.7rem);
  font-weight: 700;
}
.p-hero__form-button {
  width: 100%;
  margin-inline: auto;
  padding-block: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  position: relative;
  top: clamp(-1rem, -0.854368932rem + -0.6213592233vw, -1.6rem);
  background: rgb(36, 34, 15);
  background: linear-gradient(90deg, rgb(36, 34, 15) 0%, rgb(93, 71, 13) 100%);
  border: 2px solid #D0B89A;
  box-shadow: 0 clamp(0.125rem, 0.1067961165rem + 0.0776699029vw, 0.2rem) clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem) rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.p-hero__form-button::before {
  content: "";
  width: 95%;
  height: clamp(3.5rem, 2.9902912621rem + 2.1747572816vw, 5.6rem);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #775832;
  transform: translate(-50%, -50%);
}
.p-hero__form-text-top {
  text-align: center;
  color: #FFC983;
  font-size: clamp(0.6875rem, 0.5873786408rem + 0.427184466vw, 1.1rem);
  font-weight: 700;
}
.p-hero__form-icon {
  width: clamp(1.125rem, 0.9611650485rem + 0.6990291262vw, 1.8rem);
}
.p-hero__form-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  font-size: clamp(1.0625rem, 0.9077669903rem + 0.6601941748vw, 1.7rem);
  font-weight: 700;
}

.p-banner .splide__list {
  gap: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
}
.p-banner .splide__pagination {
  gap: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  margin-top: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
}
.p-banner .splide__pagination__page {
  width: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  height: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  margin: 0;
  padding: 0;
  background: #FEFCF7;
  border-radius: 50%;
  border: none;
}
.p-banner .splide__pagination__page.is-active {
  background: #DED7CC;
}

.p-story__title {
  margin-bottom: clamp(0.6875rem, 0.5873786408rem + 0.427184466vw, 1.1rem);
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 700;
}
.p-story__title-bottom {
  margin-bottom: clamp(2.25rem, 1.9223300971rem + 1.3980582524vw, 3.6rem);
  text-align: center;
  color: #C4BDB4;
}
.p-story__img {
  margin-bottom: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
}
.p-story__text {
  line-height: 1.7;
}

.p-cta__head {
  padding-block: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem) clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  background: #000;
}
.p-cta__head-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  position: relative;
  text-align: center;
  font-size: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-cta__head-title::before {
  content: "";
  display: block;
  width: clamp(1.8125rem, 1.5485436893rem + 1.1262135922vw, 2.9rem);
  height: clamp(4.5rem, 3.8446601942rem + 2.7961165049vw, 7.2rem);
  background: url(../images/common/title-deoc-left.webp) no-repeat top left/contain;
}
.p-cta__head-title::after {
  content: "";
  display: block;
  width: clamp(1.8125rem, 1.5485436893rem + 1.1262135922vw, 2.9rem);
  height: clamp(4.5rem, 3.8446601942rem + 2.7961165049vw, 7.2rem);
  background: url(../images/common/title-deoc-right.webp) no-repeat top left/contain;
}
.p-cta__head-title .hermes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  color: #DED7CC;
}
.p-cta__head-title .hermes span {
  font-weight: 400;
}
.p-cta__body {
  background: url(../images/cta/cta-bg.webp) no-repeat top left/cover;
}
.p-cta__body-logo {
  width: clamp(13.5rem, 11.5339805825rem + 8.3883495146vw, 21.6rem);
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
}
.p-cta__body-text {
  margin-bottom: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  text-align: center;
  font-size: clamp(1.125rem, 0.9611650485rem + 0.6990291262vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-cta__body-text .large {
  font-size: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
}
.p-cta__body-button {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  width: clamp(19.1875rem, 16.3932038835rem + 11.9223300971vw, 30.7rem);
  margin-inline: auto;
  padding-block: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  padding-left: clamp(2.6875rem, 2.2961165049rem + 1.6699029126vw, 4.3rem);
  position: relative;
  top: clamp(-1rem, -0.854368932rem + -0.6213592233vw, -1.6rem);
  box-shadow: 0 clamp(0.125rem, 0.1067961165rem + 0.0776699029vw, 0.2rem) clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem) rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.p-cta__body-button::before {
  content: "";
  width: clamp(18.25rem, 15.5922330097rem + 11.3398058252vw, 29.2rem);
  height: clamp(3.4375rem, 2.9368932039rem + 2.1359223301vw, 5.5rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-cta__body-button.line {
  margin-bottom: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  background: rgb(45, 145, 37);
  background: linear-gradient(90deg, rgb(45, 145, 37) 0%, rgb(18, 162, 6) 100%);
  border: 2px solid #D0B89A;
}
.p-cta__body-button.line::before {
  border: 2px solid #05AD4B;
}
.p-cta__body-button.form {
  background: rgb(36, 34, 15);
  background: linear-gradient(90deg, rgb(36, 34, 15) 0%, rgb(93, 71, 13) 100%);
  border: 2px solid #D0B89A;
}
.p-cta__body-button.form p {
  color: #FFC983;
}
.p-cta__body-button.form::before {
  border: 2px solid #775832;
}
.p-cta__body-button .icon {
  width: clamp(2.25rem, 1.9223300971rem + 1.3980582524vw, 3.6rem);
}
.p-cta__body-button .text {
  text-align: center;
  color: #F8F023;
  font-size: clamp(0.6875rem, 0.5873786408rem + 0.427184466vw, 1.1rem);
  font-weight: 700;
}
.p-cta__body-button .text .third-color {
  font-size: clamp(1.0625rem, 0.9077669903rem + 0.6601941748vw, 1.7rem);
}
.p-cta__body-tel {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem);
  margin-bottom: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  color: #fff;
}
.p-cta__body-tel .icon {
  width: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  position: relative;
  top: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
}
.p-cta__body-tel .text {
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 500;
}
.p-cta__body-tel .text .small {
  font-size: clamp(0.6875rem, 0.5873786408rem + 0.427184466vw, 1.1rem);
  font-weight: 400;
}
.p-cta__body-mail {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem);
  margin-bottom: fliud(24);
  color: #fff;
}
.p-cta__body-mail .icon {
  width: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  position: relative;
  top: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
}
.p-cta__body-mail .text {
  text-align: center;
  font-size: clamp(1.1875rem, 1.0145631068rem + 0.7378640777vw, 1.9rem);
  font-weight: 500;
}
.p-cta__body-mail .text .small {
  font-size: clamp(0.6875rem, 0.5873786408rem + 0.427184466vw, 1.1rem);
  font-weight: 400;
}

.p-price {
  background: #EDE7DD;
}
.p-price__title {
  margin-bottom: clamp(2.1875rem, 1.8689320388rem + 1.359223301vw, 3.5rem);
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 700;
}
.p-price__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem) clamp(1.1875rem, 1.0145631068rem + 0.7378640777vw, 1.9rem);
  margin-bottom: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
}
.p-price__img {
  margin-bottom: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  box-shadow: 0 clamp(0.125rem, 0.1067961165rem + 0.0776699029vw, 0.2rem) clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem) rgba(0, 0, 0, 0.16);
}
.p-price__name {
  margin-bottom: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  font-size: clamp(0.875rem, 0.7475728155rem + 0.5436893204vw, 1.4rem);
  font-weight: 700;
}
.p-price__num .large {
  display: inline-block;
  margin-inline: clamp(0.125rem, 0.1067961165rem + 0.0776699029vw, 0.2rem);
  font-size: clamp(1.125rem, 0.9611650485rem + 0.6990291262vw, 1.8rem);
  font-weight: 600;
}
.p-price__num .small {
  font-size: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  font-weight: 700;
  vertical-align: middle;
}
.p-price__attention {
  font-size: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
}

.p-model {
  background: #FEFCF7;
}
.p-model__title {
  margin-bottom: clamp(1.5625rem, 1.3349514563rem + 0.9708737864vw, 2.5rem);
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 700;
}
.p-model__title-bottom {
  line-height: 1.7;
}
.p-model__title-bottom.last {
  margin-bottom: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
}
.p-model__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
}
.p-model__item {
  width: 48%;
  padding-block: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem) clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
  background: #F5F1EB;
  border: 1px solid #DED7CC;
  box-sizing: border-box;
}
.p-model__item:nth-child(n+3) {
  width: 30%;
  padding: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem) clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem) clamp(0.8125rem, 0.6941747573rem + 0.5048543689vw, 1.3rem);
}
.p-model__item:nth-child(n+3) .p-model__item-img {
  margin-bottom: clamp(0.25rem, 0.213592233rem + 0.1553398058vw, 0.4rem);
}
.p-model__item-img {
  width: clamp(5rem, 4.2718446602rem + 3.1067961165vw, 8rem);
  margin-inline: auto;
  margin-bottom: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
}
.p-model__item-title {
  text-align: center;
  font-size: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
  font-weight: 700;
}
.p-model__item-text {
  color: #837969;
  font-size: clamp(0.6875rem, 0.5873786408rem + 0.427184466vw, 1.1rem);
}

.p-achievement__title {
  margin-bottom: clamp(1.5625rem, 1.3349514563rem + 0.9708737864vw, 2.5rem);
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 700;
}
.p-achievement__title-bottom {
  margin-bottom: clamp(2.25rem, 1.9223300971rem + 1.3980582524vw, 3.6rem);
}
.p-achievement__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem) clamp(1.1875rem, 1.0145631068rem + 0.7378640777vw, 1.9rem);
  margin-bottom: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
}
.p-achievement__img {
  margin-bottom: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  box-shadow: 0 clamp(0.125rem, 0.1067961165rem + 0.0776699029vw, 0.2rem) clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem) rgba(0, 0, 0, 0.16);
}
.p-achievement__name {
  margin-bottom: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  font-size: clamp(0.875rem, 0.7475728155rem + 0.5436893204vw, 1.4rem);
  font-weight: 700;
}
.p-achievement__shop {
  font-size: clamp(0.8125rem, 0.6941747573rem + 0.5048543689vw, 1.3rem);
}
.p-achievement__condition {
  margin-bottom: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  font-size: clamp(0.8125rem, 0.6941747573rem + 0.5048543689vw, 1.3rem);
}
.p-achievement__num .large {
  display: inline-block;
  margin-inline: clamp(0.125rem, 0.1067961165rem + 0.0776699029vw, 0.2rem);
  font-size: clamp(1.125rem, 0.9611650485rem + 0.6990291262vw, 1.8rem);
  font-weight: 600;
}
.p-achievement__num .small {
  font-size: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  font-weight: 700;
  vertical-align: middle;
}

.p-reason {
  background: #F5F1EB;
}
.p-reason__title {
  margin-bottom: clamp(6.125rem, 5.2330097087rem + 3.8058252427vw, 9.8rem);
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 700;
}
.p-reason__wrapper {
  padding: clamp(10.875rem, 9.2912621359rem + 6.7572815534vw, 17.4rem) clamp(1.375rem, 1.1747572816rem + 0.854368932vw, 2.2rem) clamp(2.25rem, 1.9223300971rem + 1.3980582524vw, 3.6rem);
  position: relative;
  background: #EDE7DD;
}
.p-reason__img {
  width: clamp(17.3125rem, 14.7912621359rem + 10.7572815534vw, 27.7rem);
  position: absolute;
  top: clamp(-5rem, -4.2718446602rem + -3.1067961165vw, -8rem);
  left: 50%;
  transform: translateX(-50%);
}
.p-reason__text {
  margin-bottom: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  line-height: 1.7;
}
.p-reason__text:last-child {
  margin-bottom: 0;
}

.p-tips {
  background: #FEFCF7;
}
.p-tips__title {
  margin-bottom: clamp(1.625rem, 1.3883495146rem + 1.0097087379vw, 2.6rem);
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 700;
}
.p-tips .splide__slide {
  display: flex;
  flex-direction: column;
  background: #EC6F21;
  border-radius: clamp(3.75rem, 3.2038834951rem + 2.3300970874vw, 6rem) 0 0 0;
  box-shadow: 0 clamp(0.125rem, 0.1067961165rem + 0.0776699029vw, 0.2rem) clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem) rgba(0, 0, 0, 0.16);
}
.p-tips .splide__pagination {
  gap: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  margin-top: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
}
.p-tips .splide__pagination__page {
  width: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  height: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  margin: 0;
  padding: 0;
  background: #F5F1EB;
  border-radius: 50%;
  border: none;
}
.p-tips .splide__pagination__page.is-active {
  background: #DED7CC;
}
.p-tips .splide__arrows {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
}
.p-tips .splide__arrow {
  width: clamp(3rem, 2.5631067961rem + 1.8640776699vw, 4.8rem);
  height: clamp(3rem, 2.5631067961rem + 1.8640776699vw, 4.8rem);
  position: absolute;
  background: #DED7CC;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 2;
  opacity: 0.8;
}
.p-tips .splide__arrow svg {
  display: none;
}
.p-tips .splide__arrow--prev {
  left: clamp(2.25rem, 1.9223300971rem + 1.3980582524vw, 3.6rem);
}
.p-tips .splide__arrow--prev::before {
  content: "";
  width: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  height: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  position: absolute;
  top: 50%;
  left: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.p-tips .splide__arrow--next {
  right: clamp(2.25rem, 1.9223300971rem + 1.3980582524vw, 3.6rem);
}
.p-tips .splide__arrow--next::before {
  content: "";
  width: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  height: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  position: absolute;
  top: 50%;
  right: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.p-tips__img img {
  border-radius: clamp(3.75rem, 3.2038834951rem + 2.3300970874vw, 6rem) 0 0 0;
}
.p-tips__wrapper {
  flex: 1 0 auto;
  padding: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem) clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem) clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  background: #343434;
  border-radius: 0 0 clamp(3.75rem, 3.2038834951rem + 2.3300970874vw, 6rem) 0;
}
.p-tips__lead {
  margin-bottom: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  font-weight: 700;
}
.p-tips__lead .poppins {
  display: inline-block;
  margin-right: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  font-size: fliud(20);
  font-weight: 400;
}
.p-tips__text {
  font-size: clamp(0.875rem, 0.7475728155rem + 0.5436893204vw, 1.4rem);
  line-height: 1.7;
}

.p-assessment {
  background: #EDE7DD;
}
.p-assessment__title {
  margin-bottom: clamp(1.625rem, 1.3883495146rem + 1.0097087379vw, 2.6rem);
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 700;
}
.p-assessment__title-bottom {
  margin-bottom: clamp(2.25rem, 1.9223300971rem + 1.3980582524vw, 3.6rem);
  line-height: 1.7;
}
.p-assessment__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem) clamp(1.4375rem, 1.2281553398rem + 0.8932038835vw, 2.3rem);
}
.p-assessment__img {
  margin-bottom: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
}
.p-assessment__text {
  text-align: center;
  font-size: clamp(0.875rem, 0.7475728155rem + 0.5436893204vw, 1.4rem);
  font-weight: 700;
}

.p-select__title {
  margin-bottom: clamp(2.875rem, 2.4563106796rem + 1.786407767vw, 4.6rem);
  text-align: center;
  font-size: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  font-weight: 700;
}
.p-select__logo {
  width: clamp(10.625rem, 9.0776699029rem + 6.6019417476vw, 17rem);
  margin-inline: auto;
  margin-bottom: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
}
.p-select__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  counter-reset: pagination-num;
}
.p-select__item {
  padding: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem) clamp(1.8125rem, 1.5485436893rem + 1.1262135922vw, 2.9rem) clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem) clamp(3rem, 2.5631067961rem + 1.8640776699vw, 4.8rem);
  position: relative;
  background: #FEFCF7;
  border-left: clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem) solid #C4BDB4;
  border-radius: 0 clamp(3.75rem, 3.2038834951rem + 2.3300970874vw, 6rem) 0 0;
  box-sizing: border-box;
}
.p-select__item::before {
  content: "";
  width: clamp(3.375rem, 2.8834951456rem + 2.0970873786vw, 5.4rem);
  height: clamp(3.375rem, 2.8834951456rem + 2.0970873786vw, 5.4rem);
  position: absolute;
  top: clamp(-1.25rem, -1.067961165rem + -0.7766990291vw, -2rem);
  right: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
}
.p-select__item.__01::before {
  background: url(../images/select/icon01.svg) no-repeat top left/contain;
}
.p-select__item.__02::before {
  background: url(../images/select/icon02.svg) no-repeat top left/contain;
}
.p-select__item.__03::before {
  background: url(../images/select/icon03.svg) no-repeat top left/contain;
}
.p-select__item.__04::before {
  background: url(../images/select/icon04.svg) no-repeat top left/contain;
}
.p-select__item.__05::before {
  background: url(../images/select/icon05.svg) no-repeat top left/contain;
}
.p-select__item-title {
  margin-bottom: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  position: relative;
  font-size: clamp(1.0625rem, 0.9077669903rem + 0.6601941748vw, 1.7rem);
  font-weight: 700;
}
.p-select__item-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: clamp(-2.5rem, -2.1359223301rem + -1.5533980583vw, -4rem);
  color: #C4BDB4;
  font-family: "Poppins", serif;
  font-size: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  counter-increment: pagination-num;
  content: counter(pagination-num, decimal-leading-zero);
}
.p-select__item-text {
  font-size: clamp(0.875rem, 0.7475728155rem + 0.5436893204vw, 1.4rem);
  line-height: 1.7;
}

.p-voice {
  background: #EC6F21;
}
.p-voice__title {
  margin-bottom: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 700;
}
.p-voice .splide__slide {
  display: flex;
  flex-direction: column;
  background: #FEFCF7;
  border-radius: clamp(3.75rem, 3.2038834951rem + 2.3300970874vw, 6rem) 0 0 0;
  box-shadow: 0 clamp(0.125rem, 0.1067961165rem + 0.0776699029vw, 0.2rem) clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem) rgba(0, 0, 0, 0.16);
}
.p-voice .splide__pagination {
  gap: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  margin-top: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
}
.p-voice .splide__pagination__page {
  width: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  height: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  margin: 0;
  padding: 0;
  background: #F5F1EB;
  border-radius: 50%;
  border: none;
}
.p-voice .splide__pagination__page.is-active {
  background: #DED7CC;
}
.p-voice .splide__arrows {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
}
.p-voice .splide__arrow {
  width: clamp(3rem, 2.5631067961rem + 1.8640776699vw, 4.8rem);
  height: clamp(3rem, 2.5631067961rem + 1.8640776699vw, 4.8rem);
  position: absolute;
  background: #DED7CC;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 2;
  opacity: 0.8;
}
.p-voice .splide__arrow svg {
  display: none;
}
.p-voice .splide__arrow--prev {
  left: clamp(2.25rem, 1.9223300971rem + 1.3980582524vw, 3.6rem);
}
.p-voice .splide__arrow--prev::before {
  content: "";
  width: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  height: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  position: absolute;
  top: 50%;
  left: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.p-voice .splide__arrow--next {
  right: clamp(2.25rem, 1.9223300971rem + 1.3980582524vw, 3.6rem);
}
.p-voice .splide__arrow--next::before {
  content: "";
  width: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  height: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  position: absolute;
  top: 50%;
  right: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.p-voice__head {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  padding: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem) clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem) clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  background: #F5F1EB;
}
.p-voice__head .name {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  margin-bottom: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  font-size: clamp(0.8125rem, 0.6941747573rem + 0.5048543689vw, 1.3rem);
}
.p-voice__head .name .bold {
  font-size: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
  font-weight: 700;
}
.p-voice__head .name .small {
  font-size: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  font-weight: 700;
}
.p-voice__head .use {
  width: 100%;
  padding: clamp(0.25rem, 0.213592233rem + 0.1553398058vw, 0.4rem) 0;
  background: #DED7CC;
  text-align: center;
  font-size: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  font-weight: 700;
}
.p-voice__head-wrapper {
  width: 100%;
}
.p-voice__img {
  width: clamp(5rem, 4.2718446602rem + 3.1067961165vw, 8rem);
  flex-shrink: 0;
}
.p-voice__body {
  padding: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem) clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
}
.p-voice__body-title {
  margin-bottom: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem);
  color: #573F1D;
  font-weight: 700;
}
.p-voice__body-text {
  font-size: clamp(0.875rem, 0.7475728155rem + 0.5436893204vw, 1.4rem);
  line-height: 1.7;
}

.p-faq {
  background: #FEFCF7;
}
.p-faq__title {
  margin-bottom: clamp(2rem, 1.7087378641rem + 1.2427184466vw, 3.2rem);
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 700;
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem);
}
.p-faq__list details {
  padding: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem) clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  position: relative;
  background: #EDE7DD;
}
.p-faq__list details[open] summary::after {
  top: clamp(0.5625rem, 0.4805825243rem + 0.3495145631vw, 0.9rem);
  transform: rotate(135deg);
}
.p-faq__list summary {
  display: flex;
  gap: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  padding-right: clamp(2.625rem, 2.2427184466rem + 1.6310679612vw, 4.2rem);
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.p-faq__list summary::before {
  content: "";
  width: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  height: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  position: absolute;
  top: clamp(0rem, 0rem + 0vw, 0rem);
  right: clamp(0rem, 0rem + 0vw, 0rem);
  background: #F5EFE4;
  border: 2px solid #EC6F21;
}
.p-faq__list summary::after {
  content: "";
  width: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  height: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  position: absolute;
  top: clamp(0.8125rem, 0.6941747573rem + 0.5048543689vw, 1.3rem);
  right: clamp(0.6875rem, 0.5873786408rem + 0.427184466vw, 1.1rem);
  border-top: 2px solid #EC6F21;
  border-right: 2px solid #EC6F21;
  transform: rotate(-45deg);
  transition: 0.5s;
  z-index: 2;
}
.p-faq__list summary.center {
  align-items: center;
}
.p-faq__list summary .poppins {
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 400;
  white-space: nowrap;
}
.p-faq__list p {
  margin-top: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem);
  padding-top: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem);
  border-top: 2px solid #DED7CC;
  font-size: clamp(0.875rem, 0.7475728155rem + 0.5436893204vw, 1.4rem);
}

.p-flow__title {
  margin-bottom: clamp(1.5625rem, 1.3349514563rem + 0.9708737864vw, 2.5rem);
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 700;
}
.p-flow__title-bottom {
  margin-bottom: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  line-height: 1.7;
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
}
.p-flow__item {
  padding: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem) clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem) clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  background: #FEFCF7;
}
.p-flow__item-head {
  display: flex;
  gap: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  margin-bottom: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
}
.p-flow__item-head h3 {
  margin-bottom: clamp(0.4375rem, 0.3737864078rem + 0.2718446602vw, 0.7rem);
  font-size: clamp(1.125rem, 0.9611650485rem + 0.6990291262vw, 1.8rem);
  font-weight: 700;
}
.p-flow__item-head p {
  font-size: clamp(0.875rem, 0.7475728155rem + 0.5436893204vw, 1.4rem);
}
.p-flow__item-head-img {
  width: clamp(4.6875rem, 4.0048543689rem + 2.9126213592vw, 7.5rem);
}
.p-flow__body[open] .p-flow__body-toggle::after {
  transform: rotate(45deg);
}
.p-flow__body-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  width: 100%;
  padding-block: clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem);
  position: relative;
  background: #fff;
  border: 1px solid;
  color: #EC6F21;
  font-size: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem);
  font-weight: 700;
  cursor: pointer;
}
.p-flow__body-toggle::after {
  content: "";
  display: block;
  width: clamp(0.4375rem, 0.3737864078rem + 0.2718446602vw, 0.7rem);
  height: clamp(0.4375rem, 0.3737864078rem + 0.2718446602vw, 0.7rem);
  border-top: 1px solid #EC6F21;
  border-left: 1px solid #EC6F21;
  transform: rotate(225deg);
  transition: 0.5s;
}
.p-flow__body-content {
  margin-top: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
}
.p-flow__body-content h4 {
  margin-bottom: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem);
  text-align: center;
  font-weight: 700;
}
.p-flow__body-content ul {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
}
.p-flow__body-content ul li {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  margin-bottom: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  position: relative;
}
.p-flow__body-content ul li:last-child {
  margin-bottom: 0;
}
.p-flow__body-content ul li::before {
  content: "";
  display: block;
  width: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  height: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  background: #EDE7DD;
  border-radius: 50%;
}
.p-flow__body-list {
  margin-bottom: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
}
.p-flow__body-item {
  display: flex;
  align-items: center;
  gap: clamp(1.125rem, 0.9611650485rem + 0.6990291262vw, 1.8rem);
  margin-bottom: clamp(1.375rem, 1.1747572816rem + 0.854368932vw, 2.2rem);
  padding: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem) clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  background: #FDFDFD;
  border: 1px solid #DED7CC;
}
.p-flow__body-item:last-child {
  margin-bottom: 0;
}
.p-flow__body-item .poppins {
  white-space: nowrap;
}

.p-store {
  background: #DED7CC;
}
.p-store__title {
  margin-bottom: clamp(1.9375rem, 1.6553398058rem + 1.2038834951vw, 3.1rem);
  text-align: center;
  font-size: clamp(1.5rem, 1.2815533981rem + 0.932038835vw, 2.4rem);
  font-weight: 700;
}
.p-store__tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem);
  margin-bottom: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
}
.p-store__tab-item button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  width: 100%;
  padding-block: clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem);
  background: #EDE7DD;
  border: 1px solid;
  color: #573F1D;
  font-size: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem);
  font-weight: 700;
}
.p-store__tab-item button::after {
  content: "";
  width: clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem);
  height: clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem);
  position: relative;
  top: clamp(-0.1875rem, -0.1601941748rem + -0.1165048544vw, -0.3rem);
  border-right: 1px solid #573F1D;
  border-bottom: 1px solid #573F1D;
  transform: rotate(45deg);
}
.p-store__tab-content {
  max-height: 0;
}
.p-store__tab-content.is-active {
  max-height: 100%;
}
.p-store__tab-content-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.854368932rem + 0.6213592233vw, 1.6rem);
}
.p-store__tab-content-title {
  margin-bottom: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  padding-bottom: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  border-bottom: 1px solid #C4BDB4;
  text-align: center;
  font-size: clamp(1.125rem, 0.9611650485rem + 0.6990291262vw, 1.8rem);
  font-weight: 700;
}
.p-store__tab-content-item {
  background: #FEFCF7;
}
.p-store__tab-content-item.is-active .p-store__tab-content-head::before {
  transform: rotate(360deg);
}
.p-store__tab-content-item.is-active .p-store__tab-content-head::after {
  transform: rotate(405deg);
}
.p-store__tab-content-head {
  padding: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem) clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  position: relative;
  background: #FAF6F0;
  cursor: pointer;
}
.p-store__tab-content-head::before {
  content: "";
  width: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  height: clamp(1.875rem, 1.6019417476rem + 1.1650485437vw, 3rem);
  position: absolute;
  top: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  right: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  border: 1.5px solid #EC6F21;
  transition: 0.5s;
}
.p-store__tab-content-head::after {
  content: "";
  width: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  height: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  position: absolute;
  top: clamp(1.125rem, 0.9611650485rem + 0.6990291262vw, 1.8rem);
  right: clamp(1.4375rem, 1.2281553398rem + 0.8932038835vw, 2.3rem);
  border-bottom: 1.5px solid #EC6F21;
  border-right: 1.5px solid #EC6F21;
  transform: rotate(45deg);
  transition: 0.5s;
}
.p-store__tab-content-head .name {
  margin-bottom: clamp(0.8125rem, 0.6941747573rem + 0.5048543689vw, 1.3rem);
  font-weight: 700;
}
.p-store__tab-content-head .tel {
  display: flex;
  align-items: center;
  gap: clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem);
  position: relative;
  font-weight: 700;
}
.p-store__tab-content-head .tel::before {
  content: "";
  display: block;
  width: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  height: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
  background: url(../images/store/tel-icon.svg) no-repeat top left/contain;
}
.p-store__tab-content-head .contact {
  display: flex;
  align-items: center;
  gap: clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem);
  position: relative;
  font-size: clamp(0.875rem, 0.7475728155rem + 0.5436893204vw, 1.4rem);
  font-weight: 700;
}
.p-store__tab-content-head .contact::before {
  content: "";
  display: block;
  width: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
  height: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
  background: url(../images/store/contact-icon.svg) no-repeat top left/contain;
}
.p-store__tab-content-head-wrapper {
  display: flex;
  gap: clamp(1.375rem, 1.1747572816rem + 0.854368932vw, 2.2rem);
}
.p-store__tab-content-item.is-active .p-store__tab-content-body {
  height: auto;
}
.p-store__tab-content-body {
  height: 0;
  background: #FEFBF5;
  overflow: hidden;
  transition: 0.5s;
}
.p-store__tab-content-body .tel {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  margin-bottom: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  font-size: clamp(1.0625rem, 0.9077669903rem + 0.6601941748vw, 1.7rem);
  font-weight: 600;
}
.p-store__tab-content-body .tel::before {
  content: "";
  display: block;
  width: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  height: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
  background: url(../images/store/tel-icon.svg) no-repeat top left/contain;
}
.p-store__tab-content-body address {
  padding: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem) clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
}
.p-store__tab-content-body .address {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  margin-bottom: clamp(0.375rem, 0.3203883495rem + 0.2330097087vw, 0.6rem);
  font-size: clamp(0.8125rem, 0.6941747573rem + 0.5048543689vw, 1.3rem);
}
.p-store__tab-content-body .address::before {
  content: "";
  display: block;
  width: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  height: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
  position: relative;
  background: url(../images/store/adress-icon.svg) no-repeat top left/contain;
}
.p-store__tab-content-body .time {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.427184466rem + 0.3106796117vw, 0.8rem);
  font-size: clamp(0.8125rem, 0.6941747573rem + 0.5048543689vw, 1.3rem);
}
.p-store__tab-content-body .time::before {
  content: "";
  display: block;
  width: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  height: clamp(0.75rem, 0.640776699rem + 0.4660194175vw, 1.2rem);
  background: url(../images/store/time-icon.svg) no-repeat top left/contain;
}

/*
  3.2 - Unility
-----------------------------------------------------*/
.u-sp-only {
  display: none;
}
@media (min-width: 47.99rem) {
  .u-sp-only {
    display: inline-block;
  }
}

.u-pc-only {
  display: block;
}
@media (min-width: 47.99rem) {
  .u-pc-only {
    display: none;
  }
}

.u-spacer--section {
  padding-block: clamp(3rem, 2.5631067961rem + 1.8640776699vw, 4.8rem);
}

.u-text-break {
  display: block;
}

@media (min-width: 47.99rem) {
  .u-text-break-pc {
    display: block;
  }
}

@media (max-width: 48rem) {
  .u-text-break-sp {
    display: block;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-upper {
  text-transform: uppercase;
}

.u-text-capitalize {
  text-transform: capitalize;
}

.u-text-lowercase {
  text-transform: lowercase;
}

@media (min-width: 47.99rem) {
  .u-text-vertical-rl-pc {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

.u-visuallyHidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}/*# sourceMappingURL=style.css.map */