@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 4.1025641026vw;
}

/* pcの電話番号発信対応 */
a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  background-color: #F6F4F0;
  color: #384545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-back-btn {
  padding-bottom: 96px;
  padding-bottom: 6rem;
  padding-top: 96px;
  padding-top: 6rem;
  text-align: center;
}

.l-breadcrumb {
  bottom: -40px;
  bottom: -2.5rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 38px;
  padding-top: 2.375rem;
}

.l-column__main {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}

.l-drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-header {
  bottom: auto;
  height: 60px;
  height: 3.75rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 572px;
  max-width: 35.75rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  width: 100%;
}

.l-inner2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 572px;
  max-width: 35.75rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  width: 100%;
}

.l-post-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-top-sns {
  grid-row-gap: 5.3125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  overflow-x: clip;
  padding-bottom: 96px;
  padding-bottom: 6rem;
  padding-top: 96px;
  padding-top: 6rem;
  row-gap: 85px;
  row-gap: 5.3125rem;
}

.l-top {
  background: #ECE9E3;
}

.c-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #384545;
  border-radius: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  height: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 40px;
  width: 2.5rem;
}

.c-arrow--wht {
  border: 1px solid #F6F4F0;
}

.c-arrow__icon {
  display: block;
  position: relative;
  width: 10px;
  width: 0.625rem;
}

.c-arrow__icon img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.c-back-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.5px solid #384545;
  border-radius: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 14px 60.5px 11px;
  padding: 0.875rem 3.78125rem 0.6875rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 188px;
  width: 11.75rem;
}

.c-back-btn::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_left.webp);
  -webkit-transform: translate(0, -50%);
  background: #fff;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 60px;
  left: 3.75rem;
          mask-image: url(../images/common/arrow_left.webp);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 10px;
  width: 0.625rem;
  z-index: 1;
}

.c-back-btn::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/icon_leaf_bk.webp) no-repeat center center/100%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 60px;
  left: 3.75rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 8px;
  width: 0.5rem;
}

.c-back-btn__text {
  display: inline-block;
  font-family: "Amiri", serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: uppercase;
}

.c-btn1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.5px solid #384545;
  border-radius: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 39px 11px;
  padding: 0.875rem 2.4375rem 0.6875rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 188px;
  width: 11.75rem;
}

.c-btn1::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_right.webp);
  -webkit-transform: translate(0, -50%);
  background: #fff;
  content: "";
  height: 8px;
  height: 0.5rem;
          mask-image: url(../images/common/arrow_right.webp);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: 100%;
  opacity: 0;
  position: absolute;
  right: 36px;
  right: 2.25rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 10px;
  width: 0.625rem;
  z-index: 1;
}

.c-btn1::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/icon_leaf_bk.webp) no-repeat center center/100%;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 37px;
  right: 2.3125rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 8px;
  width: 0.5rem;
}

.c-btn1__text {
  display: inline-block;
  font-family: "Amiri", serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.c-btn2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F6F4F0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 144px;
  height: 9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 144px;
  width: 9rem;
}

.c-btn2__text {
  display: block;
  font-family: "Amiri", serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

.c-btn3 {
  -moz-column-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3A4C4B;
  border-radius: 0 2.5rem 0 2.5rem;
  color: #F6F4F0;
       -webkit-column-gap: 2rem;
               column-gap: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 31.8px 24px;
  padding: 1.9875rem 1.5rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 302px;
  width: 18.875rem;
}

.c-btn3__arrow {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/common/arrow_right.webp);
  background: currentColor;
  height: 12px;
  height: 0.75rem;
          mask-image: url(../images/common/arrow_right.webp);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 14px;
  width: 0.875rem;
}
.c-menu-button {
  aspect-ratio: 1/1;
  background-color: #fff;
  height: auto;
  position: relative;
  width: 39px;
  width: 2.4375rem;
}

.c-menu-button span {
  background-color: #384545;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  width: 2.5rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #384545;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.c-menu-button span::after {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.c-no-post {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.c-section-heading1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-section-heading1[data-english]::before {
  content: attr(data-english);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}

.c-section-heading1::after {
  content: "";
  height: 4px;
  height: 0.25rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 39px;
  width: 2.4375rem;
}

.c-section-heading2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-section-heading2[data-english]::before {
  content: attr(data-english);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}

.c-section-heading2--small {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0;
}

.c-section-heading2--small[data-english]::before {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.c-section-title1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 17px;
  row-gap: 1.0625rem;
}

.c-section-title1--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-section-title1--white {
  color: #F6F4F0;
}

.c-section-title1__sub {
  font-family: "Amiri", serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.c-section-title1__sub::before {
  background: transparent url(../images/common/icon_leaf_orange-left.webp) no-repeat center center/contain;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
  width: 0.625rem;
}

.c-section-title1__main {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.c-sns-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F6F4F0;
  border-radius: 0.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-sns-btn__text {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
}

.c-sns-btn--instagram .c-sns-btn__text {
  padding-left: 21px;
  padding-left: 1.3125rem;
}

.c-sns-btn--instagram .c-sns-btn__text::before {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/icon_instagram.svg) no-repeat center center/contain;
  content: "";
  height: 13px;
  height: 0.8125rem;
  left: 0;
  position: absolute;
  top: 60%;
  transform: translate(0, -50%);
  width: 13px;
  width: 0.8125rem;
}

.c-sns-btn--youtube .c-sns-btn__text {
  padding-left: 26px;
  padding-left: 1.625rem;
}

.c-sns-btn--youtube .c-sns-btn__text::before {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/icon_youtube_bk.svg) no-repeat center center/contain;
  content: "";
  height: 11px;
  height: 0.6875rem;
  left: 0;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 18px;
  width: 1.125rem;
}

.c-tag {
  background-color: #F6F4F0;
  border-radius: 0 0 1rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 6px 24px;
  padding: 0.375rem 1.5rem;
}

.c-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.c-text--fw500 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.p-404 {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-404__content {
  padding-top: 120px;
  padding-top: 7.5rem;
}

.p-404__title-block {
  position: relative;
}

.p-404__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  max-width: 17.5rem;
  width: 100%;
}

.p-404__title img {
  height: 100%;
}

.p-404__center {
  margin-left: -5px;
  margin-left: -0.3125rem;
}

.p-404__title .p-404__center::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.p-404__title .p-404__center::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}

.p-404--set-a .p-404__title .p-404__center::before {
  aspect-ratio: 69.97/114.62;
  background-image: url(../images/404/404-under.webp);
  left: calc(50% + 0.25rem);
  max-width: 69.97px;
  max-width: 4.373125rem;
  top: calc(50% - 0.1875rem);
}

.p-404--set-a .p-404__title .p-404__center::after {
  aspect-ratio: 69.97/114.62;
  background-image: url(../images/404/404-top.webp);
  left: calc(50% + 0.25rem);
  max-width: 69.97px;
  max-width: 4.373125rem;
  top: calc(50% - 0.1875rem);
}

.p-404--set-b .p-404__title .p-404__center::before {
  aspect-ratio: 86.29/107.75;
  background-image: url(../images/404/404-under-2.webp);
  left: calc(50% + 0.25rem);
  max-width: 86.29px;
  max-width: 5.393125rem;
  top: calc(50% - 0.4375rem);
}

.p-404--set-b .p-404__title .p-404__center::after {
  aspect-ratio: 86.29/107.75;
  background-image: url(../images/404/404-top-2.webp);
  left: calc(50% + 0.25rem);
  max-width: 86.29px;
  max-width: 5.393125rem;
  top: calc(50% - 0.4375rem);
}

.p-404__right {
  margin-left: -15px;
  margin-left: -0.9375rem;
}

.p-404__human {
  bottom: 20.3px;
  bottom: 1.26875rem;
  left: calc(50% + 0.25rem);
  max-width: 56.216px;
  max-width: 3.5135rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.p-404__human img {
  aspect-ratio: 131.27/178;
  width: 100%;
}

.p-404__bottom {
  font-family: "Amiri", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 53px;
  margin-top: 3.3125rem;
  text-align: center;
}

.p-404__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.l-back-btn.p-404__btn {
  padding-bottom: 73px;
  padding-bottom: 4.5625rem;
  padding-top: 46px;
  padding-top: 2.875rem;
}

.p-about-access {
  padding-top: 87px;
  padding-top: 5.4375rem;
}

.p-about-access__title-block {
  text-align: center;
}

.p-about-access__title-block .c-section-title1 {
  row-gap: 15px;
  row-gap: 0.9375rem;
}

.p-about-access__title-block .c-section-title1__main {
  font-size: 28px;
  font-size: 1.75rem;
}

.p-about-access__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-about-access__map iframe {
  aspect-ratio: 358/268.5;
  display: block;
  height: auto;
  width: 100%;
}

.p-about-access__content {
  border-top: 1px solid #C3C7C7;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-about-access__info {
  grid-gap: 1.25rem;
  border-bottom: 1px solid #C3C7C7;
  border-bottom: 0.0625rem solid #C3C7C7;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 3.75rem 1fr;
  padding: 17px 8px 18px;
  padding: 1.0625rem 0.5rem 1.125rem;
}

.p-about-access__info dt,
.p-about-access__info dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.59;
  word-break: break-all;
}

.p-about-access__links {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-about-access__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}

.p-about-access__link + .p-about-access__link {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-about-access__link span {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-about-access__link img {
  max-width: 10px;
  max-width: 0.625rem;
  width: 100%;
}

.p-about-access__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-about-access__item-train {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-about-access__item-plane {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-about-access__block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.p-about-access__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}

.p-about-access__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
}

.p-about-access__icon img {
  -o-object-fit: contain;
  aspect-ratio: 19/10;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-about-access__text-block {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-about-access__text-block.p-about-access__text-car {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-about-access__icon.p-about-access__icon-car {
  max-width: 72.15px;
  max-width: 4.509375rem;
  width: 100%;
}

.p-about-access__icon.p-about-access__icon-car img {
  aspect-ratio: 72.15/40;
  width: 100%;
}

.p-about-access__icon.p-about-access__icon-train {
  max-width: 44.49px;
  max-width: 2.780625rem;
  width: 100%;
}

.p-about-access__icon.p-about-access__icon-train img {
  aspect-ratio: 44.49/56;
  width: 100%;
}

.p-about-access__icon.p-about-access__icon-plane {
  max-width: 63.34px;
  max-width: 3.95875rem;
  width: 100%;
}

.p-about-access__icon.p-about-access__icon-plane img {
  aspect-ratio: 63.34/40;
  width: 100%;
}

.p-about-access__text,
.p-about-access__head,
.p-about-access__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-about-access__icon,
.p-about-access__head {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-about-access__icon {
  margin-top: 0;
}

.p-about-access__head {
  font-weight: 500;
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-about-access__description {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-about-access__lists {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-about-access__list {
  grid-gap: 0.625rem;
  display: grid;
  gap: 10px;
  gap: 0.625rem;
  grid-template-columns: 4rem 1fr;
}

.p-about-access__list + .p-about-access__list {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-about-access__term,
.p-about-access__desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-about-access__description span {
  margin-left: 1em;
}

.p-about-access__notes {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-about-access__text-lists {
  margin-top: 4px;
  margin-top: 0.25rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
}

.p-about-access__text-list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-about-access__text-list span {
  margin-left: 0;
  margin-right: 3px;
  margin-right: 0.1875rem;
}

.p-access__clinic {
  margin-top: 81px;
  margin-top: 5.0625rem;
}

.p-access__map iframe {
  aspect-ratio: 358/268.5;
  display: block;
  height: auto;
  width: 100%;
}

.p-access__info {
  border-top: 1px solid #C3C7C7;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-access__info-item {
  border-bottom: 1px solid #C3C7C7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8px 20px;
  padding: 1rem 0.5rem 1.25rem;
}

.p-access__info-item--tel {
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-top: 17px;
  padding-top: 1.0625rem;
}

.p-access__info-item--time {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.p-access__info-item--holiday {
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-top: 16px;
  padding-top: 1rem;
}

.p-access__info-term {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
}

.p-access__info-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  word-break: break-all;
}

.p-access__links {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-access__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-access__link + .p-access__link {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-access__link span {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-access__link img {
  margin-top: 2px;
  margin-top: 0.125rem;
  max-width: 8px;
  max-width: 0.5rem;
  width: 100%;
}

.p-access__methods {
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.p-access__method {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.p-access__method--airplane {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.p-access__method-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-access__method-title::before {
  background: transparent url(../images/common/icon_leaf_orange-left.webp) no-repeat center center/contain;
  content: "";
  display: block;
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
}

.p-access__method-image {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-access__method-image img {
  -o-object-fit: cover;
  aspect-ratio: 358/280;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-access__method-description {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.p-access__method-description + .p-access__method-description {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-access__method-description span {
  margin-left: 1em;
}

.p-access__method-description--car {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-access__method-description--car .c-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-access__parking {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-access__parking-accent {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.p-access__parking-lists {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-access__parking-list {
  grid-gap: 0.625rem;
  display: grid;
  gap: 10px;
  gap: 0.625rem;
  grid-template-columns: 4rem 1fr;
}

.p-access__parking-list + .p-access__parking-list {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-access__parking-term,
.p-access__parking-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-access__notes {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-access__method-head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.p-access__method-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-access__method-items {
  padding-left: 3px;
  padding-left: 0.1875rem;
}

.p-access__method-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-access__method-description .p-access__method-item span {
  margin-left: 0;
  margin-right: 3px;
  margin-right: 0.1875rem;
}

.p-access__list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.p-access__btn {
  padding-top: 90px;
  padding-top: 5.625rem;
}

.p-breadcrumb {
  color: #88908F;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-breadcrumb__wrapper {
  -moz-column-gap: 0.5rem;
  -ms-overflow-style: none;
       -webkit-column-gap: 0.5rem;
               column-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.p-breadcrumb__wrapper::-webkit-scrollbar {
  display: none;
}

.p-breadcrumb span[property=itemListElement]:last-child {
  color: #384545;
  font-weight: 500;
}

.p-case-card {
  background: #fff;
  border-radius: 0 0 3.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-case-card__img img {
  -o-object-fit: cover;
  aspect-ratio: 358/240;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-case-card__body {
  padding: 20px 25px 30px;
  padding: 1.25rem 1.5625rem 1.875rem;
}

.p-case-card__body-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
  overflow: hidden;
}

.p-case-card__detail {
  border-top: 1px solid #384545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  gap: 0.125rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.p-case-card__cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-case-card__cateItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ECE9E3;
  border-radius: 0 0 0.5rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  height: 20px;
  height: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.p-case-card__wrap {
  grid-row-gap: 0.4375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  row-gap: 7px;
  row-gap: 0.4375rem;
}

.p-case-card__dataList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.p-case-card__dataTerm {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.p-case-card__dataTerm::before {
  -webkit-transform: translateY(-50%);
  background: #D4771A;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
}

.p-case-card__dataDesc {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  position: relative;
}

.p-case-card__arrow {
  margin-top: auto;
  text-align: center;
}

.p-case__list {
  grid-gap: 3rem;
  display: grid;
  gap: 48px;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-column-card {
  background: #fff;
  border-radius: 0 0 3.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-column-card__img img {
  -o-object-fit: cover;
  aspect-ratio: 308/200;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-column-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px 25px 28px;
  padding: 1.375rem 1.5625rem 1.75rem;
}

.p-column-card__detail {
  -moz-column-gap: 0.125rem;
       -webkit-column-gap: 0.125rem;
          column-gap: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2px;
  row-gap: 0.125rem;
}

.p-column-card__date {
  color: #88908F;
  font-family: "Amiri", serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-column-card__cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-column-card__cateItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ECE9E3;
  border-radius: 0 0 0.5rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  height: 20px;
  height: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.p-column-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 12px;
  margin-top: 0.75rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-column-card__arrow {
  margin-top: auto;
  padding-top: 17px;
  padding-top: 1.0625rem;
  text-align: center;
}

.p-column__list {
  grid-gap: 3rem;
  display: grid;
  gap: 48px;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-column__item .p-column-card__img img {
  aspect-ratio: 358/240;
}

.p-column__item .p-column-card__body {
  padding: 31px 25px 25px;
  padding: 1.9375rem 1.5625rem 1.5625rem;
}

.p-column__item .p-column-card__detail {
  -moz-column-gap: 0.8125rem;
       -webkit-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
}

.p-column__item .p-column-card__title {
  -webkit-line-clamp: 3;
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-contact-message {
  background: transparent url(../images/top/story_bg_sp.webp) repeat-y center center/cover;
  border-radius: 0.625rem;
  display: block;
  padding: 40px 16px 0;
  padding: 2.5rem 1rem 0;
  position: relative;
}

.p-contact-message__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.p-contact-message__head::before {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/icon_megaphone-02_sp.webp) no-repeat center center/cover;
  content: "";
  height: 53px;
  height: 3.3125rem;
  left: 12px;
  left: 0.75rem;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 81px;
  width: 5.0625rem;
}

.p-contact-message__title {
  color: #ECE9E3;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.1em;
  line-height: 1.6;
  margin-right: 11px;
  margin-right: 0.6875rem;
}

.p-contact-message__middle {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-contact-message__text {
  color: #F6F4F0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.p-contact-message__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  margin-top: 1.375rem;
  position: relative;
  width: 94.1717791411%;
}

.p-contact-message__silhouette {
  position: relative;
  width: 45.9283387622%;
  z-index: 1;
}

.p-contact-message__silhouette img {
  aspect-ratio: 141/140;
  height: auto;
  width: 100%;
}

.p-contact-message__comment {
  background-color: #ECE9E3;
  border-radius: 1.5625rem;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 17px 20px;
  padding: 1.0625rem 1.25rem;
  position: absolute;
  right: 0;
  top: 30%;
}

.p-contact-message__comment::after {
  border-color: transparent #ECE9E3 transparent transparent;
  border-style: solid;
  border-width: 5.5px 13px 5.5px 0;
  border-width: 0.34375rem 0.8125rem 0.34375rem 0;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  translate: -100% -50%;
}

.p-contact__contents {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 79px;
  margin-top: 4.9375rem;
  max-width: 872px;
  max-width: 54.5rem;
  padding: 31px 16px;
  padding: 1.9375rem 1rem;
  width: 100%;
}

.p-contact__content + .p-contact__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-contact__content--mt24 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-contact__content--mt22 {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-contact__content.p-contact__content--textarea {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-contact__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 16px;
  gap: 1rem;
  line-height: 2;
}

.p-contact__required {
  background-color: #D4771A;
  border-radius: 0.1875rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
}

.p-contact__form {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-contact__privacy {
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: center;
}

.p-contact__privacy label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-contact__link {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #88908F;
  text-decoration: underline;
}

.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form select {
  border: 1px solid #88908F;
  border: 0.0625rem solid #88908F;
  border-radius: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 12px 23px 14px;
  padding: 0.75rem 1.4375rem 0.875rem;
  width: 100%;
}

.p-contact__form select {
  padding: 15px 23px 17px;
  padding: 0.9375rem 1.4375rem 1.0625rem;
}

.p-contact__form--select .wpcf7-form-control-wrap {
  position: relative;
}

.p-contact__form--select:has(.wpcf7-not-valid-tip) {
  position: relative;
}

.p-contact__form--select:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
  position: static;
}

.p-contact__form--select .wpcf7-form-control-wrap::after {
  background-image: url(../images/common/arrow_select.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 9px;
  height: 0.5625rem;
  position: absolute;
  right: 23px;
  right: 1.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  width: 0.875rem;
}

.p-contact__form--select:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap::after {
  right: 23px;
  right: 1.4375rem;
  top: 32%;
}

::-moz-placeholder {
  color: #88908F;
}

::-webkit-input-placeholder {
  color: #88908F;
}

:-ms-input-placeholder {
  color: #88908F;
}

::-ms-input-placeholder {
  color: #88908F;
}

::placeholder {
  color: #88908F;
}

.p-contact__privacy input[type=checkbox] {
  border: 0.5px solid #88908F;
  border: 0.03125rem solid #88908F;
  border-radius: 0.1875rem;
  display: inline-block;
  height: 16px;
  height: 1rem;
  margin: 0;
  width: 16px;
  width: 1rem;
}

.p-contact__form textarea {
  border: 1px solid #88908F;
  border: 0.0625rem solid #88908F;
  border-radius: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  height: 200px;
  height: 12.5rem;
  letter-spacing: 0.04em;
  padding: 12px 23px;
  padding: 0.75rem 1.4375rem;
  width: 100%;
}

.p-contact__privacy .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  margin-left: 14px;
  margin-left: 0.875rem;
}

.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  border: solid #384545;
  border-width: 0 2px 2px 0;
  border-width: 0 0.125rem 0.125rem 0;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 5px;
  left: 0.3125rem;
  position: absolute;
  top: calc(50% - 0.125rem);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-contact__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-contact__btn .wpcf7-submit {
  background-color: #384545;
  border-radius: 624.9375rem;
  color: #F6F4F0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  max-width: 296.667px;
  max-width: 18.5416875rem;
  padding: 20px 0;
  padding: 1.25rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.p-contact__btn .wpcf7-submit:hover {
  background-color: #D4771A;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 872px;
  max-width: 54.5rem;
}

/* （the_content()で出力したものへのスタイル） */
.p-content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 26px;
  padding-left: 1.625rem;
  position: relative;
}

.p-content h2::before {
  aspect-ratio: 1/1;
  background: #D4771A;
  border-radius: 0 0.3125rem 0 0.3125rem;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  width: 10px;
  width: 0.625rem;
}

.p-content h2:not(:first-child) {
  margin-top: 48.8px;
  margin-top: 3.05rem;
}

.p-custom__h2-text h2 {
  margin-top: 0;
}

.p-content h3 {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 22px;
  margin-top: 1.375rem;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.p-content h3::before {
  aspect-ratio: 1/1;
  background: #384545;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  width: 8px;
  width: 0.5rem;
}

.p-content > .p-custom__h3-text-img h3 {
  margin-top: 0;
}

.p-content p {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-content p strong {
  font-weight: 500;
}

.p-content p a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content h2 + p {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.p-content h3 + p {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-content a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2.2;
  text-decoration: underline;
}

.p-content__custom-block:not(:first-child) {
  margin-top: 48.8px;
  margin-top: 3.05rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-content figure + .p-content__custom-block {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-content figure:not(:first-child),
.p-content ul:not(:first-child),
.p-content ol:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-content > .wp-block-group figure:not(:first-child),
.p-content > .wp-block-group ul:not(:first-child),
.p-content > .wp-block-group ol:not(:first-child) {
  margin-top: 0;
}

.p-content ul {
  list-style: disc;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.p-content ol {
  list-style: decimal;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.p-content ul li,
.p-content ol li {
  margin-top: 8px;
  margin-top: 0.5rem;
}

/* 投稿ブロックカスタムパターン */
/* 画像１枚(サイズ固定)パターン */
.p-custom__gallery1.wp-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 624px;
  max-width: 39rem;
  width: 100%;
}
.p-custom__gallery1.wp-block-image img {
  -o-object-fit: cover;
  aspect-ratio: 624/468;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-custom__gallery1:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

/* 【縦長】画像２枚ギャラリーパターン */
.p-custom__gallery2-tall.is-layout-flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 624px;
  max-width: 39rem;
}

.p-custom__gallery2-tall:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-custom__gallery2-tall.wp-block-gallery.wp-block-gallery-is-layout-flex {
  gap: 16px;
  gap: 1rem;
}

.p-custom__gallery2-tall.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
.p-custom__gallery2-tall.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
  width: 100%;
}

.p-custom__gallery2-tall figure.wp-block-image {
  width: 50%;
}
.p-custom__gallery2-tall figure.wp-block-image img {
  -o-object-fit: cover;
  aspect-ratio: 171/228;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* 【横長】画像２枚ギャラリーパターン */
.p-custom__gallery2-wide.is-layout-flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 824px;
  max-width: 51.5rem;
}

.p-custom__gallery2-wide:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-custom__gallery2-wide.wp-block-gallery.wp-block-gallery-is-layout-flex {
  gap: 16px;
  gap: 1rem;
}

.p-custom__gallery2-wide.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
.p-custom__gallery2-wide.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
  width: 100%;
}

.p-custom__gallery2-wide figure.wp-block-image {
  width: 50%;
}
.p-custom__gallery2-wide figure.wp-block-image img {
  -o-object-fit: cover;
  aspect-ratio: 358/240;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* 【正方形】画像３枚ギャラリーパターン */
.p-custom__gallery3-square.is-layout-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.p-custom__gallery3-square:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-custom__gallery3-square.wp-block-gallery.wp-block-gallery-is-layout-flex {
  gap: 16px;
  gap: 1rem;
}

.p-custom__gallery3-square.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: 100%;
}

.p-custom__gallery3-square figure.wp-block-image:nth-child(1) {
  grid-column: span 4;
  max-width: 760px;
  max-width: 47.5rem;
}
.p-custom__gallery3-square figure.wp-block-image:nth-child(1) img {
  -o-object-fit: cover;
  aspect-ratio: 300/300;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-custom__gallery3-square figure.wp-block-image:nth-child(2),
.p-custom__gallery3-square figure.wp-block-image:nth-child(3) {
  grid-column: span 2;
}
.p-custom__gallery3-square figure.wp-block-image:nth-child(2) img,
.p-custom__gallery3-square figure.wp-block-image:nth-child(3) img {
  -o-object-fit: cover;
  aspect-ratio: 300/300;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* 【縦長】画像３枚ギャラリーパターン */
.p-custom__gallery3-tall.is-layout-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.p-custom__gallery3-tall:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-custom__gallery3-tall.wp-block-gallery.wp-block-gallery-is-layout-flex {
  gap: 16px;
  gap: 1rem;
}

.p-custom__gallery3-tall.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: 100%;
}

.p-custom__gallery3-tall figure.wp-block-image:nth-child(1) {
  grid-column: span 4;
  max-width: 760px;
  max-width: 47.5rem;
}
.p-custom__gallery3-tall figure.wp-block-image:nth-child(1) img {
  -o-object-fit: cover;
  aspect-ratio: 300/400;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-custom__gallery3-tall figure.wp-block-image:nth-child(2),
.p-custom__gallery3-tall figure.wp-block-image:nth-child(3) {
  grid-column: span 2;
}
.p-custom__gallery3-tall figure.wp-block-image:nth-child(2) img,
.p-custom__gallery3-tall figure.wp-block-image:nth-child(3) img {
  -o-object-fit: cover;
  aspect-ratio: 300/400;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* 見出し(H2, H3)+テキスト+画像パターン */
.p-custom__h2-text-img .wp-block-group__inner-container,
.p-custom__h3-text-img .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-custom__h2-text-img-content,
.p-custom__h3-text-img-content {
  display: contents;
}

.p-custom__h2-text-img-content .wp-block-group__inner-container,
.p-custom__h3-text-img-content .wp-block-group__inner-container {
  display: contents;
}

.p-custom__h2-text-img h2,
.p-custom__h3-text-img h3 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.p-content .p-custom__h2-text-img p,
.p-content .p-custom__h3-text-img p {
  margin-top: 32px;
  margin-top: 2rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-custom__h2-text-img .wp-block-image,
.p-custom__h3-text-img .wp-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 624px;
  max-width: 39rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.p-custom__h2-text-img .wp-block-image img,
.p-custom__h3-text-img .wp-block-image img {
  -o-object-fit: cover;
  aspect-ratio: 358/240;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* リストブロック */
.p-custom__list {
  list-style: none !important;
  padding: 25px 16px !important;
  padding: 1.5625rem 1rem !important;
}
.p-custom__list {
  background-color: #fff;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  row-gap: 0.9375rem;
}

.p-custom__list li {
  margin: 0 !important;
}

.p-custom__list li {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.p-custom__list li::before {
  aspect-ratio: 1/1;
  background: #384545;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  width: 8px;
  width: 0.5rem;
}

/* H2見出し+リストパターン */
.p-custom__h2-list .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  row-gap: 2rem;
}

/* 施術テーブル表ブロック */
.p-custom__menu-table {
  border-radius: 0.3125rem;
  overflow: hidden;
  width: 100%;
}

.p-custom__menu-table table td {
  background-color: #fff;
  border: none;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2.2;
  padding: 13.3px 16px;
  padding: 0.83125rem 1rem;
}

.p-custom__menu-table table tr:not(:first-child) {
  border-top: 1px solid #F6F4F0;
}

.p-custom__menu-table table td:nth-of-type(1) {
  -ms-flex-line-pack: center;
      align-content: center;
  align-content: center;
  background-color: #3A4C4B;
  color: #F6F4F0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  place-content: center;
  width: 39.1%;
}

/* H2見出し+施術テーブル表パターン */
.p-content__custom-block.p-custom__h2-menu_table {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-custom__h2-menu_table .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  row-gap: 2rem;
}

/* セクションタイトル(2段)ブロック */

.p-custom__sec-title .wp-block-group__inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13px;
  row-gap: 0.8125rem;
}

p.p-custom__sec-title-en {
  font-family: "Amiri", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
  text-transform: uppercase;
}

.p-custom__sec-title-en::before {
  aspect-ratio: 1/1;
  background: #D4771A;
  border-radius: 0 0.3125rem 0 0.3125rem;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  top: 6px;
  top: 0.375rem;
  width: 10px;
  width: 0.625rem;
}

h2.p-custom__sec-title-ja {
  margin: 0 !important;
  padding: 0 !important;
}

h2.p-custom__sec-title-ja {
  font-family: "Noto Serif JP", serif;
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

h2.p-custom__sec-title-ja::before {
  content: none;
}

/* 目元のお悩みブロック */
.p-custom__eyes-head {
  padding: 30px 0 145px;
  padding: 1.875rem 0 9.0625rem;
}

.p-custom__eyes-head .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-custom__eyes-head-img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-top: 2.25rem;
  width: 92%;
}

.p-custom__eyes-head-img img {
  -o-object-fit: cover;
  aspect-ratio: 363/311;
  height: auto;
     object-fit: cover;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.p-custom__eyes-head-content {
  display: contents;
}

.p-custom__eyes-head-content .wp-block-group__inner-container {
  display: contents;
}

.p-custom__eyes-head-content p {
  font-family: "Noto Serif JP", serif;
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: center;
  white-space: nowrap;
}

.p-custom__eyes-head-wrap {
  background-color: #ECE9E3;
  border-radius: 0 3.5rem 0 3.5rem;
  margin-top: 0;
  padding: 22px 24px 25px;
  padding: 1.375rem 1.5rem 1.5625rem;
}

.p-custom__eyes-head-wrap p {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 0;
  text-align: center;
}

.p-custom__eyes-head-list {
  list-style: none !important;
  margin-top: 14px !important;
  margin-top: 0.875rem !important;
  padding-left: 0 !important;
}

.p-custom__eyes-head-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7.5px;
  row-gap: 0.46875rem;
}

.p-custom__eyes-head-list li {
  margin: 0 !important;
}

.p-custom__eyes-head-list li {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.p-custom__eyes-head-list li::before {
  aspect-ratio: 1/1;
  background: #D4771A;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  top: 11px;
  top: 0.6875rem;
  width: 8px;
  width: 0.5rem;
}

/* 施術一覧グループブロック */
.p-custom__menu-list {
  padding-bottom: 109px;
  padding-bottom: 6.8125rem;
}

.p-custom__menu-list-title .p-custom__sec-title-en {
  text-transform: capitalize;
}

.p-custom__menu-list-content {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-custom__menu-list-comment-wrap .wp-block-group__inner-container {
  -moz-column-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1.25rem;
               column-gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 21.25px;
  padding-left: 1.328125rem;
}

p.p-custom__menu-list-comment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ECE9E3;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
  min-height: 72px;
  min-height: 4.5rem;
  min-width: 210px;
  min-width: 13.125rem;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-custom__menu-list-comment::after {
  border-color: transparent transparent transparent #ECE9E3;
  border-style: solid;
  border-width: 9px 0px 9px 20px;
  border-width: 0.5625rem 0rem 0.5625rem 1.25rem;
  content: "";
  position: absolute;
  right: 2%;
  top: 50%;
  translate: 97% -50%;
}

.p-custom__menu-list-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28%;
  width: 35.6%;
}

.p-custom__menu-list-img img {
  aspect-ratio: 120/120;
  height: auto;
  width: 100%;
}

/* 施術の流れブロック */
.p-custom__flow {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 66px;
  padding-top: 4.125rem;
  position: relative;
}

.p-custom__flow::before {
  background-color: #ECE9E3;
  border-radius: 7.5rem 0 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 4%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-custom__flow > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 16px;
  padding-left: 1rem;
  row-gap: 45px;
  row-gap: 2.8125rem;
}

.p-custom__flow-sec-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-custom__flow-list {
  counter-reset: flow-counter;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-custom__flow-list > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 52px;
  row-gap: 3.25rem;
}

.p-custom__flow-item {
  background-color: #fff;
  border-radius: 1.75rem 0 0 0;
  padding-left: 4.67%;
  padding-right: 4.67%;
  position: relative;
}

.p-custom__flow-item:not(:last-child)::after {
  border-color: #384545 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-width: 1.25rem 1.25rem 0 1.25rem;
  bottom: -36px;
  bottom: -2.25rem;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}

.p-custom__flow-item > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  row-gap: 1.5rem;
}

p.p-custom__flow-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background-color: #384545;
  border-radius: 1.75rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin: 0;
  padding: 12px 14px 8px;
  padding: 0.75rem 0.875rem 0.5rem;
  position: absolute;
  top: 0;
  width: 16.45%;
}

p.p-custom__flow-num span {
  color: #F6F4F0;
  font-family: "Noto Serif JP", serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.p-custom__flow-num::before {
  color: #F6F4F0;
  content: counter(flow-counter, decimal-leading-zero);
  counter-increment: flow-counter;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

h3.p-custom__flow-title {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 0;
  padding: 11.5px 8px 12px 62px;
  padding: 0.71875rem 0.5rem 0.75rem 3.875rem;
}

h3.p-custom__flow-title::before {
  content: none;
}

p.p-custom__flow-text {
  margin-top: 13px !important;
  margin-top: 0.8125rem !important;
}

p.p-custom__flow-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.p-custom__flow-sub {
  padding-left: 11.97px;
  padding-left: 0.748125rem;
  padding-right: 11.97px;
  padding-right: 0.748125rem;
}

.p-custom__flow-sub > .wp-block-group__inner-container {
  -moz-column-gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.75rem;
               column-gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-custom__flow-item:nth-child(even) .p-custom__flow-sub > .wp-block-group__inner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-custom__flow-img {
  height: 108px;
  height: 6.75rem;
  width: auto;
}

.p-custom__flow-img img {
  height: 100%;
  width: auto;
}

.p-custom__flow-item:nth-child(1) .p-custom__flow-img img {
  aspect-ratio: 1/1;
}

.p-custom__flow-item:nth-child(2) .p-custom__flow-img img {
  aspect-ratio: 104/127;
}

.p-custom__flow-item:nth-child(3) .p-custom__flow-img img {
  aspect-ratio: 106/127;
}

.p-custom__flow-item:nth-child(4) .p-custom__flow-img img {
  aspect-ratio: 140/127;
}

p.p-custom__flow-comment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6F4F0;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0;
  min-height: 56px;
  min-height: 3.5rem;
  min-width: 150px;
  min-width: 9.375rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-custom__flow-comment::after {
  border-color: transparent #F6F4F0 transparent transparent;
  border-style: solid;
  border-width: 7.5px 11px 7.5px 0;
  border-width: 0.46875rem 0.6875rem 0.46875rem 0;
  content: "";
  left: 0.5%;
  position: absolute;
  top: 50%;
  translate: -100% -50%;
}

.p-custom__flow-item:nth-child(even) .p-custom__flow-comment::after {
  left: auto;
  right: 2%;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  translate: 97% -50%;
}

/* 【単体】FAQブロック */
.p-custom__faq-question {
  background-color: #fff;
  border-radius: 0.625rem;
  cursor: pointer;
}

.p-custom__faq-question .wp-block-group__inner-container {
  -moz-column-gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
       -webkit-column-gap: 1rem;
               column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 56px 16px 16px;
  padding: 1.5rem 3.5rem 1rem 1rem;
  position: relative;
}

.p-custom__faq-question .wp-block-group__inner-container:has(.one-line) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

p.p-custom__faq-prefix {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin: 0;
  position: relative;
  width: 48px;
  width: 3rem;
}

.p-custom__faq-prefix.--question {
  background-color: #384545;
  color: #384545;
}

.p-custom__faq-prefix.--answer {
  background-color: #D4771A;
  color: #D4771A;
}

.p-custom__faq-prefix.--question::before {
  content: "Q";
}

.p-custom__faq-prefix.--answer::before {
  content: "A";
}

p.p-custom__faq-prefix::before {
  color: #fff;
  display: inline-block;
  font-family: "Amiri", serif;
  font-size: 24px;
  font-size: 1.5rem;
  left: 50%;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

p.p-custom__faq-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin: 0;
}

.p-custom__faq-question .wp-block-group__inner-container::before,
.p-custom__faq-question .wp-block-group__inner-container::after {
  background-color: #384545;
  content: "";
  display: inline-block;
  height: 1.5px;
  height: 0.09375rem;
  pointer-events: none;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 24px;
  width: 1.5rem;
}

.p-custom__faq-question .wp-block-group__inner-container::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-custom__faq-block.is-open .p-custom__faq-question .wp-block-group__inner-container::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.p-custom__faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.p-custom__faq-answer .wp-block-group__inner-container {
  -moz-column-gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
       -webkit-column-gap: 1rem;
               column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px 16px;
  padding: 1.5rem 1rem 1rem;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
}

.p-custom__faq-block.is-open .p-custom__faq-answer {
  opacity: 1;
}

.p-custom__faq-answer p.p-custom__faq-text {
  line-height: 2.22;
}

/* FAQグループブロック */
.p-custom__faq-block + .p-custom__faq-block {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-custom__faq {
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  padding-top: 87px;
  padding-top: 5.4375rem;
}

.p-custom__faq-content {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-custom__faq-comment-wrap .wp-block-group__inner-container {
  -moz-column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1.5rem;
               column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

p.p-custom__faq-comment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ECE9E3;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0;
  min-height: 80px;
  min-height: 5rem;
  min-width: 252px;
  min-width: 15.75rem;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-custom__faq-comment::after {
  border-color: transparent transparent transparent #ECE9E3;
  border-style: solid;
  border-width: 9px 0px 9px 20px;
  border-width: 0.5625rem 0rem 0.5625rem 1.25rem;
  content: "";
  position: absolute;
  right: 2%;
  top: 50%;
  translate: 97% -50%;
}

.p-custom__faq-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22.24%;
}

.p-custom__faq-img img {
  aspect-ratio: 133/166;
  height: auto;
  width: 100%;
}

/* 目元の施術の料金ブロック */

.p-custom__eyes-price-content {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-custom__eyes-price-comment-wrap > .wp-block-group__inner-container {
  -moz-column-gap: 1.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
       -webkit-column-gap: 1.125rem;
               column-gap: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

p.p-custom__eyes-price-comment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ECE9E3;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0;
  min-height: 80px;
  min-height: 5rem;
  min-width: 252px;
  min-width: 15.75rem;
  padding: 8px 10px 8px 24px;
  padding: 0.5rem 0.625rem 0.5rem 1.5rem;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

p.p-custom__eyes-price-comment::after {
  border-color: transparent #ECE9E3 transparent transparent;
  border-style: solid;
  border-width: 9px 20px 9px 0px;
  border-width: 0.5625rem 1.25rem 0.5625rem 0rem;
  content: "";
  left: 2%;
  position: absolute;
  top: 50%;
  translate: -97% -50%;
}

.p-custom__eyes-price-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 23.17%;
}

.p-custom__eyes-price-img img {
  aspect-ratio: 191/203;
  height: auto;
  width: 100%;
}

.p-custom__eyes-price-main {
  background-color: #fff;
  border-radius: 0 3.5rem 0 3.5rem;
  cursor: pointer;
  padding: 30px 48px 30px;
  padding: 1.875rem 3rem 1.875rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

p.p-custom__eyes-price-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin: 0;
}

p.p-custom__eyes-price-link {
  margin: 0;
}

p.p-custom__eyes-price-link a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
  padding-right: 46px;
  padding-right: 2.875rem;
  padding-top: 19px;
  padding-top: 1.1875rem;
  position: relative;
  text-decoration: none;
}

p.p-custom__eyes-price-link a span {
  background: currentColor;
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 68%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  width: 0.875rem;
}

p.p-custom__eyes-price-link a span::after {
  border: 1px solid currentColor;
  border: 0.0625rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  width: 10px;
  width: 0.625rem;
}
/* STORY関連のグループブロック */
.p-custom__story-doctor,
.p-custom__story-patient {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.p-custom__story-doctor-wrap > .wp-block-group__inner-container {
  -moz-column-gap: 1rem;
       -webkit-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-custom__story-doctor-avatar {
  width: 48px;
  width: 3rem;
}

.p-custom__story-doctor-avatar img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-custom__story-doctor-bubble {
  background: #fff;
  border-radius: 0rem 2.5rem 2.5rem 2.5rem;
  width: 82.1229050279%;
}

.p-custom__story-doctor-bubble > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  padding: 20px 20px 24px 24px;
  padding: 1.25rem 1.25rem 1.5rem 1.5rem;
}

.p-custom__story-doctor-name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-custom__story-patient-wrap > .wp-block-group__inner-container {
  -moz-column-gap: 1rem;
       -webkit-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-custom__story-patient-wrap-inner .wp-block-group__inner-container {
  -moz-column-gap: 1rem;
       -webkit-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-custom__story-patient-avatar {
  width: 48px;
  width: 3rem;
}

.p-custom__story-patient-avatar img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-custom__story-patient-bubble {
  background: #fff;
  border-radius: 2.5rem 0rem 2.5rem 2.5rem;
  width: 82.1229050279%;
}

.p-custom__story-patient-bubble > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 24px 24px;
  padding: 1.25rem 1.25rem 1.5rem 1.5rem;
}

.p-custom__story-patient-name {
  color: #D4771A;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-custom__story-doctor-bubble > .wp-block-group__inner-container > p,
.p-custom__story-patient-bubble > .wp-block-group__inner-container > p {
  margin-top: 0;
}

/* 【単体】FAQブロック */
.p-custom__movie {
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-content .p-custom__movie-read {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  margin-top: 0;
  text-align: center;
}

.p-custom__movie iframe {
  aspect-ratio: 640/360;
}

.p-doctor__inner {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-doctor__contents {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-doctor__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
  margin-left: 38px;
  margin-left: 2.375rem;
  max-width: 320px;
  max-width: 20rem;
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
  position: relative;
  width: 100%;
}

.p-doctor__img img {
  aspect-ratio: 320/384;
  border-radius: 0 6.25rem;
  height: 100%;
}

.p-doctor__img::after {
  aspect-ratio: 320/384;
  background-image: url(../images/doctor/bgi_doctor.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 0 7.5rem;
  bottom: 0;
  content: "";
  left: -38px;
  left: -2.375rem;
  max-width: 320px;
  max-width: 20rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-doctor__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 52px;
  margin-top: 3.25rem;
}

.p-doctor__name {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-doctor__name span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.p-doctor__greeting {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-doctor__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-doctor__head::before {
  background: transparent url(../images/common/icon_leaf_orange-left.webp) no-repeat center center/contain;
  content: "";
  display: block;
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
}

.p-doctor__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.21;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-doctor__description + .p-doctor__description {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-doctor__description--fw500 {
  font-weight: 500;
}

.p-doctor__description--1em {
  margin-left: 1em;
}

.p-doctor__details {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
  gap: 2.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
  margin-top: 2.625rem;
  position: relative;
}

.p-doctor__career,
.p-doctor__academy {
  max-width: 552px;
  max-width: 34.5rem;
  width: 100%;
}

.p-doctor__career {
  border-bottom: 1px solid #88908F;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
}

.p-doctor__career-desc {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-doctor__career dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 16px;
  gap: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 11.5px;
  margin-top: 0.71875rem;
}

.p-doctor__career dt {
  white-space: nowrap;
}

.p-doctor__career dd {
  word-break: break-all;
}

.p-drawer {
  background-color: beige;
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
}

.p-drawer__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-eyes {
  overflow-x: clip;
}

.p-faq__nav {
  margin-top: 79px;
  margin-top: 4.9375rem;
}

.p-faq__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 16px;
  row-gap: 1rem;
}

.p-faq__item a {
  border-left: 1px solid #384545;
  border-left: 0.0625rem solid #384545;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.5px 15px;
  padding: 0.03125rem 0.9375rem;
}

.p-faq__item:nth-child(2n) a {
  border-right: 1px solid #384545;
  border-right: 0.0625rem solid #384545;
}

.p-faq__container {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-faq__container + .p-faq__container {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.p-faq__container.p-faq__container--mt86 {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.p-faq__category-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.p-faq__category-title::before {
  background: transparent url(../images/common/icon_leaf_orange-left.webp) no-repeat center center/contain;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

.p-faq__contents {
  margin-top: 25px;
  margin-top: 1.5625rem;
  max-width: 930px;
  max-width: 58.125rem;
  width: 100%;
}

.p-faq__content + .p-faq__content {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-faq__question {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: #fff;
  border-radius: 0.625rem;
  color: #384545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  padding: 24px 56px 15px 16px;
  padding: 1.5rem 3.5rem 0.9375rem 1rem;
  position: relative;
  width: 100%;
}

.p-faq__question:has(.one-line) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-faq__question-icon--bg {
  aspect-ratio: 1/1;
  background-color: #384545;
  border-radius: 624.9375rem;
  display: inline-block;
  max-width: 48px;
  max-width: 3rem;
  position: relative;
  width: 100%;
}

.p-faq__question-icon {
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: calc(50% + 0.125rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-faq__question-text {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -11px;
  margin-top: -0.6875rem;
  text-align: left;
}

.p-faq__question-toggle {
  position: absolute;
  right: 28px;
  right: 1.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-faq__question-toggle::before {
  background-color: #384545;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  width: 1.5rem;
}

.p-faq__question-toggle::after {
  background-color: #384545;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 24px;
  width: 1.5rem;
}

.is-open .p-faq__question-toggle::after {
  opacity: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.p-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease, -ms-grid-rows 0.4s ease;
}
.p-faq__answer-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  min-height: 0;
  padding: 0 16px;
  padding: 0 1rem;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
  width: 100%;
}

.p-faq__answer-inner:has(.one-line) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-open .p-faq__answer {
  grid-template-rows: 1fr;
}

.is-open .p-faq__answer-inner {
  padding: 23px 16px 13px;
  padding: 1.4375rem 1rem 0.8125rem;
}

.p-faq__answer-icon--bg {
  aspect-ratio: 1/1;
  background-color: #D4771A;
  border-radius: 624.9375rem;
  max-width: 48px;
  max-width: 3rem;
  position: relative;
  width: 100%;
}

.p-faq__answer-icon {
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: calc(50% + 0.125rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-faq__answer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.22;
  margin-top: -11px;
  margin-top: -0.6875rem;
}

.p-filter {
  background: #F6F4F0;
  border-radius: 0.5rem;
}

.p-filter.is-open .p-filter__list {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-height: 500px;
  max-height: 31.25rem;
  opacity: 1;
}

.p-filter__title {
  -webkit-user-select: none;
     -moz-user-select: none;
  border-bottom: 0.5px solid #384545;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 8px 22px;
  padding: 0 0.5rem 1.375rem;
  position: relative;
          -ms-user-select: none;
              user-select: none;
}

.p-filter__title::after {
  background: transparent url(../images/common/arrow_bottom.webp) no-repeat center center/100%;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 6px;
  right: 0.375rem;
  top: 4px;
  top: 0.25rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 18px;
  width: 1.125rem;
}

.p-filter.is-open .p-filter__title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.p-filter__item {
  list-style: none;
}

.p-filter__item--active .p-filter__link {
  background: #DAD2C5;
}

.p-filter__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ECE9E3;
  border-radius: 0 0 0.5rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 4px 13px;
  padding: 0.25rem 0.8125rem;
}

.p-filter__link--en {
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0;
}

.p-foot-btn {
  background: #384545;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}

.p-foot-btn.is-active {
  opacity: 1;
  visibility: visible;
}

.p-foot-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-foot-btn__link:not(:last-child) {
  border-right: 1px solid #88908F;
}

.p-foot-btn__icon {
  display: block;
}

.p-foot-btn__link.web .p-foot-btn__icon {
  width: 17px;
  width: 1.0625rem;
}

.p-foot-btn__link.line .p-foot-btn__icon {
  width: 16px;
  width: 1rem;
}

.p-foot-btn__link.tel .p-foot-btn__icon {
  width: 16px;
  width: 1rem;
}

.p-foot-btn__link.mail .p-foot-btn__icon {
  width: 20px;
  width: 1.25rem;
}

.p-foot-btn__icon img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
}

.p-foot-btn__text {
  color: #ECE9E3;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.p-footer--top {
  background: #ECE9E3;
}

.p-footer__bg {
  background: #3A4C4B;
  border-radius: 0 7.5rem 0 0;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
  padding-top: 63px;
  padding-top: 3.9375rem;
}

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

.p-footer__btns {
  grid-row-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 46px;
  margin-top: 2.875rem;
  row-gap: 32px;
  row-gap: 2rem;
}

.p-footer__btn {
  margin-left: auto;
  margin-right: auto;
  width: 296px;
  width: 18.5rem;
}

.p-footer__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ECE9E3;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  height: 4.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-footer__link-text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 44px;
  padding-left: 2.75rem;
  position: relative;
}
.p-footer__link-text::before {
  -webkit-transform: translate(0, -50%);
  background: transparent no-repeat center center/100%;
  content: "";
  height: 28px;
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 28px;
  width: 1.75rem;
}

.p-footer__link--tel .p-footer__link-text::before {
  background-image: url(../images/common/icon_phone.svg);
}

.p-footer__link--web .p-footer__link-text::before {
  background-image: url(../images/common/icon_calender.svg);
}

.p-footer__link--line .p-footer__link-text::before {
  background-image: url(../images/common/icon_line.svg);
}

.p-footer__link--tel:hover .p-footer__link-text::before {
  background-image: url(../images/common/icon_phone_wht.svg);
}

.p-footer__link--web:hover .p-footer__link-text::before {
  background-image: url(../images/common/icon_calender_wht.svg);
}

.p-footer__link--line:hover .p-footer__link-text::before {
  background-image: url(../images/common/icon_line_wht.svg);
}

.p-footer__bottom {
  background: #384545;
  border-radius: 0.625rem;
  margin-top: 56px;
  margin-top: 3.5rem;
  padding: 57px 16px 50px;
  padding: 3.5625rem 1rem 3.125rem;
}

.p-footer__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 128px;
  width: 8rem;
}

.p-footer__logo img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__access {
  grid-row-gap: 0.6875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 42px;
  margin-top: 2.625rem;
  row-gap: 11px;
  row-gap: 0.6875rem;
}

.p-footer__access-list {
  color: #F6F4F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__access-term {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  width: 74px;
  width: 4.625rem;
  width: 22.6993865031%;
}

.p-footer__access-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  width: 77.3006134969%;
  word-break: break-all;
}

.p-footer__access-desc em {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
}

.p-footer__calender {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-footer__calender-table {
  background: #384545;
  border-collapse: collapse;
  width: 100%;
}

.p-footer__calender-header {
  border-bottom: 1px solid #F6F4F0;
  border-top: 1px solid #F6F4F0;
  color: #F6F4F0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding: 15px 5px 15px 8px;
  padding: 0.9375rem 0.3125rem 0.9375rem 0.5rem;
  text-align: center;
}

.p-footer__calender-time {
  border-bottom: 1px solid #F6F4F0;
  color: #F6F4F0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 10px 0 12px;
  padding: 0.625rem 0 0.75rem;
  text-align: center;
}

.p-footer__calender-cell {
  border-bottom: 1px solid #F6F4F0;
  padding: 10px 6px 13px 7px;
  padding: 0.625rem 0.375rem 0.8125rem 0.4375rem;
  text-align: center;
}

.p-footer__calender-available {
  background: #D4771A;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
}

.p-footer__calender-unavailable {
  color: #F6F4F0;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}

.p-footer__map {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-footer__map iframe {
  aspect-ratio: 326/194;
  display: block;
  height: auto;
  width: 100%;
}

.p-footer__nav {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-footer__nav-items {
  grid-row-gap: 0.5625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 9px;
  row-gap: 0.5625rem;
}

.p-footer__nav-item {
  display: inline-block;
  position: relative;
}

.p-footer__nav-link {
  color: #F6F4F0;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
  padding-left: 25px;
  padding-left: 1.5625rem;
  position: relative;
}

.p-footer__nav-link::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_right_wht.webp);
  -webkit-transform: translate(0, -50%);
  background: #fff;
  content: "";
  height: 7px;
  height: 0.4375rem;
  left: 4px;
  left: 0.25rem;
          mask-image: url(../images/common/arrow_right_wht.webp);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 8px;
  width: 0.5rem;
  z-index: 1;
}

.p-footer__nav-link::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/icon_leaf_wht.webp) no-repeat center center/100%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 4px;
  left: 0.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 8px;
  width: 0.5rem;
}

.p-footer__copyright {
  margin-top: 66px;
  margin-top: 4.125rem;
}

.p-footer__copyright small {
  color: #F6F4F0;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.p-form__items {
  grid-gap: 0.9375rem;
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__item {
  grid-gap: 0.1875rem;
  display: grid;
  gap: 3px;
  gap: 0.1875rem;
  grid-template-columns: repeat(1, 1fr);
}
.p-form__item:first-of-type {
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

.p-form__dt {
  letter-spacing: 0.1em;
  line-height: 1.5384615385;
}

.p-form__item:first-of-type .p-form__dt {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-form__dd .wpcf7-checkbox,
.p-form__dd .wpcf7-radio {
  grid-gap: 0.4375rem;
  display: grid;
  gap: 7px;
  gap: 0.4375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__dd label {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}
.p-form__dd input:not([type=radio]):not([type=checkbox]),
.p-form__dd textarea {
  background-color: #fff;
  border: 1px solid;
  border-radius: 0.375rem;
  display: block;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  width: 100%;
}

.p-form__dd input::-moz-placeholder, .p-form__dd textarea::-moz-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::-webkit-input-placeholder, .p-form__dd textarea::-webkit-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input:-ms-input-placeholder, .p-form__dd textarea:-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::-ms-input-placeholder, .p-form__dd textarea::-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::placeholder,
.p-form__dd textarea::placeholder {
  color: #8f8f8f;
}

.p-form__dd input[type=checkbox] + span,
.p-form__dd input[type=radio] + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  position: relative;
}

.p-form__dd input[type=radio] + span::before {
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #384545;
  border-radius: 50%;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 20px;
  width: 1.25rem;
}
.p-form__dd input[type=radio]:checked + span::after {
  aspect-ratio: 1/1;
  background-color: #384545;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  width: 20px;
  width: 1.25rem;
}

.p-form__dd input[type=checkbox] + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #384545;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 12px;
  width: 0.75rem;
}

.p-form__dd input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #384545;
  border-right: 2px solid #384545;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  margin: auto;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__dd textarea {
  height: 146px;
  height: 9.125rem;
}

.p-form__acceptance {
  font-style: normal;
  margin-top: 19px;
  margin-top: 1.1875rem;
  text-align: justify;
}

.p-form__acceptance input + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-form__acceptance input + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #384545;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 12px;
  width: 0.75rem;
}

.p-form__acceptance input:checked + span::after {
  border-bottom: 2px solid #384545;
  border-right: 2px solid #384545;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  margin: auto;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__policy-description {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-form__policy-description a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #384545;
  text-decoration: underline;
}

.p-form__send {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  gap: 1.6875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 38px auto 0;
  margin: 2.375rem auto 0;
  max-width: 216px;
  max-width: 13.5rem;
  position: relative;
  width: 100%;
}

.p-form__send input {
  background-color: #384545;
  border-radius: 100vh;
  color: #fff;
  display: block;
  letter-spacing: 0.06em;
  min-height: 41px;
  min-height: 2.5625rem;
  padding: 0 35px 0 27px;
  padding: 0 2.1875rem 0 1.6875rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-guide {
  margin-top: 74px;
  margin-top: 4.625rem;
}

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

.p-guide__lead {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.p-guide__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 39px;
  gap: 2.4375rem;
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.p-guide__item {
  position: relative;
  width: 100%;
}

.p-guide__number {
  font-family: "Amiri", serif;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 400;
  left: 0;
  letter-spacing: -0.1em;
  line-height: 1;
  position: absolute;
  top: -6px;
  top: -0.375rem;
}

.p-guide__img img {
  aspect-ratio: 358/256;
  border-radius: 7.5rem 0 0 0;
  height: 100%;
}

.p-guide__block {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.p-guide__head {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-guide__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-guide__text span {
  font-weight: 500;
}

.p-header {
  background: #F6F4F0;
  height: 64px;
  height: 4rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  margin-left: 1rem;
  position: relative;
  z-index: 100;
}

.p-header__link {
  display: block;
  width: 132px;
  width: 8.25rem;
}

.p-header__logo img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-header__snsLink {
  display: none;
}

.p-header__snsLink img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__contact {
  display: none;
}

.p-header__contact-tel {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-header__hamburger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D4771A;
  border-radius: 0 0 0 1.5rem;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 64px;
  height: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 64px;
  width: 4rem;
  z-index: 300;
}

.p-header__hamburger.active {
  background: #F6F4F0;
}

.p-header__hamburger .p-header__hamburger--line {
  background-color: #F6F4F0;
  display: block;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 32px;
  width: 2rem;
}

.p-header__hamburger.active .p-header__hamburger--line {
  background: #3A4C4B;
  width: 36px;
  width: 2.25rem;
}

.p-header__hamburger .p-header__hamburger--line:nth-child(2) {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-header__hamburger.active .p-header__hamburger--line:nth-child(1) {
  -webkit-transform: translate(0.0625rem, 0.375rem) rotate(21deg);
          transform: translate(0.0625rem, 0.375rem) rotate(21deg);
}

.p-header__hamburger.active .p-header__hamburger--line:nth-child(2) {
  -webkit-transform: translate(0.0625rem, -0.375rem) rotate(-20deg);
          transform: translate(0.0625rem, -0.375rem) rotate(-20deg);
}

.p-header__hamburger--text {
  color: #fff;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-header__nav {
  background: #3A4C4B;
  border-radius: 0 0 0 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100svh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 450px;
  max-width: 28.125rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  right: -100%;
  top: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  width: 100%;
  z-index: 200;
}

.p-header__nav.is-active {
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
  right: 0;
}

.p-header__navHeader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11.5px 16px;
  padding: 0.71875rem 1rem;
}

.p-header__navLogo {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  display: block;
  text-decoration: none;
}

.p-header__navLogoImg {
  display: block;
  width: 132px;
  width: 8.25rem;
}

.p-header__navLogoImg img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 48px;
  margin-top: 3rem;
  padding: 0 24px;
  padding: 0 1.5rem;
  width: 100%;
}

.p-header__navItem {
  border-top: 0.5px solid #F6F4F0;
  position: relative;
}

.p-header__navItem:last-child .p-header__navLink {
  border-bottom: 0.5px solid #F6F4F0;
}

.p-header__navLink {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 16px;
  padding: 0.9375rem 1rem;
  position: relative;
  text-decoration: none;
}

.p-header__navLink::after {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_right.webp);
  -webkit-transform: translate(0, -50%);
  background: #F6F4F0;
  content: "";
  height: 13px;
  height: 0.8125rem;
          mask-image: url(../images/common/arrow_right.webp);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: 100%;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  width: 0.9375rem;
}

.p-header__navIcon {
  display: none;
}

.p-header__navIcon-img {
  -o-object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.p-header__navIcon.about img {
  aspect-ratio: 37/28;
}

.p-header__navIcon.doctor img {
  aspect-ratio: 28/28;
}

.p-header__navIcon.eye img {
  aspect-ratio: 38/26;
}

.p-header__navIcon.menu img {
  aspect-ratio: 33/28;
}

.p-header__navIcon.price img {
  aspect-ratio: 33/26;
}

.p-header__navIcon.case img {
  aspect-ratio: 32/26;
}

.p-header__navIcon.column img {
  aspect-ratio: 43/26;
}

.p-header__navIcon.faq img {
  aspect-ratio: 39/28;
}

.p-header__navIcon.access img {
  aspect-ratio: 29/28;
}

.p-header__navIcon.story img {
  aspect-ratio: 37/26;
}

.p-header__navIcon-img--hover {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-header__navText {
  color: #F6F4F0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-intro {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-intro__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1388px;
  max-width: 86.75rem;
  padding: 0 16px;
  padding: 0 1rem;
  width: 100%;
}

.p-intro__contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43px;
  gap: 2.6875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 113px;
  margin-top: 7.0625rem;
}

.p-intro__title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}

.p-intro__img {
  padding: 33.93px 47.51px 33.94px 61.08px;
  padding: 2.120625rem 2.969375rem 2.12125rem 3.8175rem;
  position: relative;
}

.p-intro__img img {
  aspect-ratio: 249.412/271.468;
  border-radius: 0 6rem 0 0;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  height: 100%;
  max-width: 249.412px;
  max-width: 15.58825rem;
}

.p-intro__img::before {
  aspect-ratio: 1/1;
  background-color: #D4771A;
  border-radius: 0 5rem 5rem 0;
  content: "";
  max-width: 122.162px;
  max-width: 7.635125rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-intro__img::after {
  aspect-ratio: 1/1;
  background-color: #D4771A;
  border-radius: 5rem 5rem 0 0;
  bottom: 0;
  content: "";
  left: 0;
  max-width: 122.162px;
  max-width: 7.635125rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-intro__text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.57;
  text-align: center;
}

.p-list1 {
  border-top: 0.5px solid #384545;
}

.p-list1__item {
  border-bottom: 0.5px solid #384545;
  padding: 22px 16px 24px 24px;
  padding: 1.375rem 1rem 1.5rem 1.5rem;
}

.p-list1__link {
  display: block;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
}
.p-list1__link:hover {
  opacity: 1;
}

.p-list1__link::after {
  background: transparent url(../images/common/icon_leaf_bk.webp) no-repeat center center/100%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 8px;
  width: 0.5rem;
}

.p-list1__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-list1__detail {
  -moz-column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1.5rem;
               column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-list1__date {
  color: #88908F;
  font-family: "Amiri", serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-list1__category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F6F4F0;
  border-radius: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}

.p-lower-mv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ECE9E3;
  border-radius: 6rem 0 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 88px 4.1% 38px;
  margin: 5.5rem 4.1% 2.375rem;
  min-height: 201px;
  min-height: 12.5625rem;
  position: relative;
}

.p-lower-mv__inner {
  padding: 25px 16px 34px;
  padding: 1.5625rem 1rem 2.125rem;
  text-align: center;
}

.p-lower-mv__title-text {
  font-family: "Noto Serif JP", serif;
  font-size: max(26px, 10px);
  font-size: max(1.625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-lower-mv__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
  margin-top: -0.5rem;
  width: 240px;
  width: 15rem;
}

.p-lower-mv__img img {
  aspect-ratio: 240/24;
  height: auto;
  width: 100%;
}

.p-lower-mv__img svg {
  aspect-ratio: 300/30;
}

.p-lower-mv__description {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-lower-mv__line {
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
  margin-top: -0.5rem;
  width: 240px;
  width: 15rem;
}

.st0 {
  stroke-width: 9px;
}

.st0, .st1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.st1 {
  stroke-width: 20px;
}

.p-menu__content {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44.8px;
  gap: 2.8rem;
}

.p-menu-list__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.p-menu-list__section-title {
  margin: 0;
}

.p-menu-list__section-label {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 18px;
  padding-left: 1.125rem;
  position: relative;
}

.p-menu-list__section-label::before {
  background-color: #D4771A;
  border-radius: 0 0.3125rem 0 0.3125rem;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 10px;
  height: 0.625rem;
  left: 0;
  margin-right: 8px;
  margin-right: 0.5rem;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  width: 10px;
  width: 0.625rem;
}

.p-menu-list__items {
  grid-row-gap: 1.275rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20.4px;
  row-gap: 1.275rem;
}

.p-menu-list__link {
  -moz-column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #C3C7C7;
       -webkit-column-gap: 1.5rem;
               column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}

.p-menu-list__name {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2.2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-menu-list__icon {
  background-color: currentColor;
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  line-height: 1;
  position: relative;
  -webkit-transition: background-color 0.3s ease, width 0.3s ease;
  transition: background-color 0.3s ease, width 0.3s ease;
  width: 10px;
  width: 0.625rem;
}

.p-menu-list__icon::after {
  border: 1px solid currentColor;
  border: 0.0625rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  right: -1px;
  top: 49%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 6px;
  width: 0.375rem;
}
.p-mv {
  margin-top: 64px;
  margin-top: 4rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-mv__inner {
  position: relative;
  width: 100%;
}

.p-mv__slider {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
}

.p-mv__slider.is-active {
  opacity: 1;
  position: relative;
}

.p-mv__slider-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.p-mv__slider-item {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  width: 100%;
}

.p-mv__slider-item.is-active {
  opacity: 1;
  position: relative;
}

.p-mv__slider-figure {
  margin: 0;
  width: 100%;
}

.p-mv__slider-figure img {
  -o-object-fit: cover;
  border-radius: 0 0 0 7.5rem;
  display: block;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-mv__movie {
  border-radius: 0 0 0 7.5rem;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
}

.p-mv__movie.is-active {
  opacity: 1;
  position: relative;
}

.p-mv__movie video {
  display: block;
  height: auto;
  width: 100%;
}

.p-page-top {
  bottom: 78px;
  bottom: 4.875rem;
  height: 56px;
  height: 3.5rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 11px;
  right: 0.6875rem;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 56px;
  width: 3.5rem;
  z-index: 100;
}
.p-page-top.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.p-page-top__link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
.p-page-top__link:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.p-page-top__link img {
  -o-object-fit: contain;
  display: block;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-pagenavi {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.p-pagenavi .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .wp-pagenavi span,
.p-pagenavi .wp-pagenavi a {
  border: none;
  border-radius: 50%;
  height: 32px;
  height: 2rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  width: 32px;
  width: 2rem;
}

.p-pagenavi .current,
.p-pagenavi .page {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
}

.p-pagenavi .current {
  font-weight: 400 !important;
}

.p-pagenavi .current {
  background: #D4771A;
  color: #fff;
}

.p-pagenavi .page {
  color: #384545;
}

.p-pagenavi .wp-pagenavi a.previouspostslink,
.p-pagenavi .wp-pagenavi a.nextpostslink {
  height: auto;
  padding: 0;
  width: 32px;
  width: 2rem;
}

.p-pagenavi .wp-pagenavi a.previouspostslink {
  margin-right: 11px;
  margin-right: 0.6875rem;
}

.p-pagenavi .wp-pagenavi a.nextpostslink {
  margin-left: 11px;
  margin-left: 0.6875rem;
}

.p-pagenavi .wp-pagenavi a.previouspostslink img,
.p-pagenavi .wp-pagenavi a.nextpostslink img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  -webkit-filter: none;
          filter: none;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-pagenavi .wp-pagenavi span.pages {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  width: 73px;
  width: 4.5625rem;
}

.p-pagenavi .wp-pagenavi span.extend {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  width: 40px;
  width: 2.5rem;
}

.p-pagenavi .wp-pagenavi a.first,
.p-pagenavi .wp-pagenavi a.last {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  width: 73px;
  width: 4.5625rem;
}

.p-personal {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.p-personal__contents {
  background-color: #ECE9E3;
  border-radius: 6.25rem 0 0 0;
  padding: 72px 16px;
  padding: 4.5rem 1rem;
}

.p-personal__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-personal__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-personal__block-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-personal__block-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-personal__img {
  margin-top: 14px;
  margin-top: 0.875rem;
  max-width: 220px;
  max-width: 13.75rem;
  width: 100%;
}

.p-personal__img img {
  aspect-ratio: 220/250;
}

.p-personal__item {
  background-color: #F6F4F0;
  border-radius: 3.59375rem 3.59375rem 3.59375rem 0;
  max-width: 326px;
  max-width: 20.375rem;
  padding: 28px 24px 23px;
  padding: 1.75rem 1.5rem 1.4375rem;
  width: 100%;
}

.p-personal__item + .p-personal__item {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-personal__item--3 {
  margin-top: 34px;
  margin-top: 2.125rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-personal__item--3 .p-personal__text {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-personal__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-personal__title--lh18 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  line-height: 1.8;
}

.p-personal__title::before {
  background: transparent url(../images/common/icon_leaf_orange-left.webp) no-repeat center center/contain;
  content: "";
  display: block;
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
}

.p-personal__title--lh18::before {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-personal__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-personal__description--mt20 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-personal__description--mt13 {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-personal__list {
  padding-left: 2px;
  padding-left: 0.125rem;
}

.p-personal__list li {
  padding-left: 1.3em;
  text-indent: -1.2em;
}

.p-personal__list span {
  margin-right: 2px;
  margin-right: 0.125rem;
}

.p-personal__sns-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-personal__sns-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #384545;
  border-radius: 1.25rem 0 0 0;
  color: #F6F4F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.375;
  max-width: 571px;
  max-width: 35.6875rem;
  padding: 13px 0;
  padding: 0.8125rem 0;
  width: 100%;
}

.p-personal__sns-text.u-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Nunito Sans", sans-serif;
}

.p-personal__sns-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #C3C7C7;
  border-radius: 0 0 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 571px;
  max-width: 35.6875rem;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  position: relative;
  width: 100%;
}

.p-personal__sns-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6F4F0;
  border-radius: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  min-height: 3rem;
  min-width: 202px;
  min-width: 12.625rem;
  padding: 14px 8px;
  padding: 0.875rem 0.5rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-personal__sns-link--instagram img {
  aspect-ratio: 1/1;
  height: 100%;
  max-width: 20px;
  max-width: 1.25rem;
  width: 100%;
}

.p-personal__sns-link--youtube img {
  aspect-ratio: 13/9;
  height: 100%;
  max-width: 26px;
  max-width: 1.625rem;
  width: 100%;
}

.p-personal__sns-link span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-post-list__container {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-post-list__container-inner {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-post-list__category-List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
}

.p-post-list__category--parts {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ECE9E3;
  border-radius: 0 0 1rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 9px 25.5px;
  padding: 0.5625rem 1.59375rem;
}

.p-post-list__category--parts-en {
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0;
}

.p-post-list__category-Item--active .p-post-list__category--parts {
  background: #DAD2C5;
}

.p-post-list__items {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-post-list .p-list1__item {
  padding: 22px 16px 22px 24px;
  padding: 1.375rem 1rem 1.375rem 1.5rem;
}

.p-post-list .p-list1__category {
  background: #fff;
  border-radius: 0 0 1rem 0;
}

.p-post-list .p-list1__detail {
  -moz-column-gap: 1.125rem;
       -webkit-column-gap: 1.125rem;
          column-gap: 1.125rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-preparation {
  margin-left: auto;
  margin-right: auto;
  width: 78.2122905028%;
}

.p-preparation--story {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-preparation__text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-preparation__text img {
  -o-object-fit: cover;
  aspect-ratio: 280/49;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-preparation__img {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-preparation__img img {
  -o-object-fit: cover;
  aspect-ratio: 280/177;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-price-block {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 12.6px 16px;
  padding: 0.7875rem 1rem;
}

.p-price-block__main {
  -moz-column-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1.25rem;
               column-gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

p.p-price-block__name {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin: 0;
  width: 50%;
}

p.p-price-block__price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.56;
  margin: 0;
  text-align: right;
}

.p-price-block__price-prefix {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

.p-price-block__price-suffix {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

.p-price-block .p-price-list__option {
  border-bottom: none;
  padding: 12px 0 0 12px;
  padding: 0.75rem 0 0 0.75rem;
}

.p-price-block .p-price-list__option-name {
  line-height: 2;
}

.p-price-block .p-price-list__option-value {
  line-height: 1.9;
}

.p-price-block .p-price-list__option-name,
.p-price-block .p-price-list__option-value {
  margin-top: 0;
}

.p-price__content {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  gap: 2.8125rem;
}

.p-price-list__section-label {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 18px;
  padding-left: 1.125rem;
  position: relative;
}

.p-price-list__section-label::before {
  background-color: #D4771A;
  border-radius: 0 0.3125rem 0 0.3125rem;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 10px;
  height: 0.625rem;
  left: 0;
  margin-right: 8px;
  margin-right: 0.5rem;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  width: 10px;
  width: 0.625rem;
}

.p-price-list__items {
  margin-top: 31.5px;
  margin-top: 1.96875rem;
}

.p-price-list__item {
  -moz-column-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-top: 1px solid #C3C7C7;
       -webkit-column-gap: 1.25rem;
               column-gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 8px;
  padding: 0.75rem 0.5rem;
}

.p-price-list__item:last-child {
  border-bottom: 1px solid #C3C7C7;
}

.p-price-list__name {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin: 0;
  width: 50%;
}

.p-price-list__price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.56;
  margin: 0;
  text-align: right;
}

.p-price-list__price-container {
  display: inline-block;
}

.p-price-list__price-prefix {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

.p-price-list__price-suffix {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}

.p-price-list__option {
  -moz-column-gap: 0.625rem;
  border-bottom: 1px solid #C3C7C7;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 12px 8px;
  padding: 0.75rem 0.5rem;
}

.p-price-list__option:not(:has(.p-price-list__option-name)),
.p-price-list__option:not(:has(.p-price-list__option-value)) {
  display: block;
}

.p-price-list__option-name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 60%;
}

.p-price-list__option:not(:has(.p-price-list__option-value)) .p-price-list__option-name {
  max-width: 100%;
}

.p-price-list__option-value {
  line-height: 1.9;
  text-align: right;
}

.p-price-list__option-value .p-price-list__price-prefix,
.p-price-list__option-value .p-price-list__price-num {
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-price-list__option-value .p-price-list__price-suffix {
  font-size: 10px;
  font-size: 0.625rem;
}

.p-price-list__price-num {
  font-family: "Nunito Sans", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 300;
}

.p-price-list__items .p-price-list__option {
  border-bottom: none;
  padding: 0 8px 12px 12px;
  padding: 0 0.5rem 0.75rem 0.75rem;
}

.p-price-list__items .p-price-list__option:last-child {
  border-bottom: 1px solid #C3C7C7;
}

.p-privacy-policy__inner {
  margin-top: 91px;
  margin-top: 5.6875rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-privacy__content {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-privacy__content--mt35 {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-privacy__content--mt33 {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.p-privacy__head {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-privacy__text {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-privacy__text--mt12 {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-privacy__text--spmt12 {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-privacy__point {
  line-height: 1.8;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-privacy__lists--mt0 {
  margin-top: 0;
}

.p-privacy__list {
  padding-left: 1em;
  text-indent: -1em;
}

.p-privacy__subtitle {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-privacy__subtitle--mt12 {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-privacy__info {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-privacy-policy .l-breadcrumb {
  bottom: -61px;
  bottom: -3.8125rem;
}

.p-privacy-policy .l-back-btn {
  padding-top: 87px;
  padding-top: 5.4375rem;
}

.p-schedule {
  background-color: #ECE9E3;
  border-radius: 6.25rem 0 0 0;
  margin-left: 16px;
  margin-left: 1rem;
  margin-top: 89px;
  margin-top: 5.5625rem;
  padding-bottom: 72.5px;
  padding-bottom: 4.53125rem;
  padding-top: 63px;
  padding-top: 3.9375rem;
  position: relative;
}

.p-schedule__title-block {
  text-align: center;
}

.p-schedule__title-block .c-section-title1 {
  row-gap: 15px;
  row-gap: 0.9375rem;
}

.p-schedule__title-block .c-section-title1__main {
  font-size: 28px;
  font-size: 1.75rem;
}

.p-schedule__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  gap: 2.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-schedule__content {
  min-height: 98.48px;
  min-height: 6.155rem;
}

.p-schedule__news {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-schedule__news-list {
  margin-top: 16px;
  margin-top: 1rem;
}

.calendar-notice {
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 8px;
  padding-left: 0.5rem;
}

.calendar-notice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.calendar-notice__item::before {
  content: "•";
}

.p-schedule__calendar {
  background-color: #fff;
  border-radius: 0 6.25rem 0 0;
  padding: 34px 16px 30px;
  padding: 2.125rem 1rem 1.875rem;
}

.xo-event-calendar table.xo-month caption {
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}

/* 罫線・ベース */
.xo-event-calendar table.xo-month {
  border: 1px solid #C3C7C7;
  border-right: none;
}

.xo-event-calendar table.xo-month th,
.xo-event-calendar table.xo-month td {
  border: 1px solid #C3C7C7;
}

/* 土日祝（weekend）：数字だけオレンジに */
.xo-event-calendar .holiday-weekend {
  background-color: transparent !important;
}
.xo-event-calendar .holiday-weekend {
  color: #D4771A;
  /* 背景色はいらない */
}

/* 土日祝（weekend）：数字だけオレンジに */
.xo-event-calendar .holiday-saturday {
  background-color: transparent !important;
}
.xo-event-calendar .holiday-saturday {
  /* 背景色はいらない */
}

/* 休診日（closed）：オレンジの○で囲む */
.xo-event-calendar .holiday-closed {
  background-color: transparent !important;
}
.xo-event-calendar .holiday-closed {
  position: relative;
  /* デフォルトの塗りつぶしを消す */
}

.xo-event-calendar .holiday-closed::before {
  border: 1px solid #D4771A;
  border-radius: 624.9375rem;
  content: "";
  height: 32px;
  height: 2rem;
  left: calc(50% - 0.0625rem);
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.0625rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  width: 2rem;
}

.xo-event-calendar .holiday-am,
.xo-event-calendar .holiday-pm {
  background-color: transparent !important;
}

.xo-event-calendar .holiday-am,
.xo-event-calendar .holiday-pm {
  position: relative;
}

.xo-event-calendar .holiday-am::after {
  bottom: 0;
  color: #D4771A;
  content: "午前休";
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
}

.xo-event-calendar .holiday-pm::after {
  bottom: 0;
  color: #D4771A;
  content: "午後休";
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
}

.xo-event-calendar table.xo-month .month-event-space {
  display: none;
}

.xo-event-calendar table.xo-month .month-dayname-space {
  height: 40px;
  height: 2.5rem;
}

.xo-event-calendar table.xo-month > thead th {
  color: #88908F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  height: 32px;
  height: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  vertical-align: middle;
}

.xo-event-calendar table.xo-month > thead th.sunday,
.xo-event-calendar table.xo-month > thead th.saturday {
  color: #88908F;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Amiri", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #000;
  color: initial;
  font-weight: normal;
  font-weight: initial;
}

.calendar-caption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.cal-month-big {
  font-family: "Amiri", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

.cal-slash {
  font-family: "Amiri", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.calendar-caption-right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -6px;
  margin-top: -0.375rem;
}

.cal-year {
  font-family: "Amiri", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

.cal-month-en {
  font-family: "Amiri", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* スライド用アニメーション */
@-webkit-keyframes calendarSlideNext {
  0% {
    opacity: 0;
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes calendarSlideNext {
  0% {
    opacity: 0;
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes calendarSlidePrev {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes calendarSlidePrev {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 月が変わった直後にテーブルをスライド表示 */
#clinic-calendar.is-slide-next table.xo-month {
  -webkit-animation: calendarSlideNext 0.35s ease-out;
          animation: calendarSlideNext 0.35s ease-out;
}

#clinic-calendar.is-slide-prev table.xo-month {
  -webkit-animation: calendarSlidePrev 0.35s ease-out;
          animation: calendarSlidePrev 0.35s ease-out;
}

.xo-event-calendar table.xo-month .month-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 32px;
  padding: 0 2rem;
}

.xo-event-calendar table.xo-month button span.nav-prev,
.xo-event-calendar table.xo-month button span.nav-next {
  display: none;
}

.xo-event-calendar table.xo-month button {
  margin-top: -8px;
  margin-top: -0.5rem;
  width: 14px;
  width: 0.875rem;
}

.xo-event-calendar table.xo-month button::before {
  content: "";
  display: block;
  height: 12px;
  height: 0.75rem;
  width: 14px;
  width: 0.875rem;
}

.xo-event-calendar table.xo-month button.month-prev {
  background: transparent url(../images/about/arrow_left_calendar.webp) no-repeat center center/contain;
}

.xo-event-calendar table.xo-month button.month-next {
  background: transparent url(../images/about/arrow_right_calendar.webp) no-repeat center center/contain;
}

.holiday-titles {
  display: none;
}

.p-schedule__holiday {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-schedule__holiday-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}

.p-schedule__holiday-head::before {
  border: 1px solid #D4771A;
  border-radius: 624.9375rem;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

.p-schedule__holiday-desc {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.calendar-holidays__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.calendar-holidays__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.08em;
}

.calendar-holidays__label::before {
  content: "•";
}

.calendar-holidays__section,
.calendar-holidays__dates {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.calendar-holidays__date-item {
  display: inline-block;
  white-space: nowrap;
}

.calendar-holidays__dates {
  font-size: 14px;
  font-size: 0.875rem;
}

.calendar-holidays__empty {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-service-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.p-service-list {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-service-list__item {
  margin: 0 !important;
}

a.p-service-list__link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 16px 50px 16px 24px;
  padding: 1rem 3.125rem 1rem 1.5rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-service-list__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  width: 5rem;
}

.p-service-list__icon img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}

h3.p-service-list__title {
  font-family: "Noto Serif JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

h3.p-service-list__title::before {
  content: none;
}

.p-service-list__arrow {
  background: currentColor;
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  line-height: 1;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  width: 1.1875rem;
}

.p-service-list__arrow::after {
  border: 1px solid currentColor;
  border: 0.0625rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  width: 12px;
  width: 0.75rem;
}

.p-single-case__mv .p-lower-mv__inner {
  padding: 30px 16px 40px;
  padding: 1.875rem 1rem 2.5rem;
}

.p-single-case__info {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 15.5px;
  margin-top: 0.96875rem;
  white-space: nowrap;
}

.p-single-case__meta {
  -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1rem;
               column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-single-case__container {
  padding-top: 42px;
  padding-top: 2.625rem;
}

.p-single-case__data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 37px;
  margin-top: 2.3125rem;
  row-gap: 35px;
  row-gap: 2.1875rem;
}

.p-single.p-single-case .l-back-btn {
  padding-top: 56px;
  padding-top: 3.5rem;
}

.p-single-column__mv .p-lower-mv__inner {
  padding: 30px 16px 45px;
  padding: 1.875rem 1rem 2.8125rem;
}

.p-single-column__container {
  padding-top: 31px;
  padding-top: 1.9375rem;
}

.p-single-column__separator {
  background-color: #384545;
  display: block;
  height: 1px;
  height: 0.0625rem;
  width: 100%;
}

.p-single.p-single-column .l-back-btn {
  padding-top: 56px;
  padding-top: 3.5rem;
}

.p-single-menu__container {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-single-menu__content {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-single-menu__price {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-single-menu__case-link {
  margin-top: 56px;
  margin-top: 3.5rem;
  text-align: center;
}

.p-single.p-single-menu .l-back-btn {
  padding-bottom: 96px;
  padding-bottom: 6rem;
  padding-top: 96px;
  padding-top: 6rem;
}

.p-single-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  gap: 0.875rem;
  margin-top: 82px;
  margin-top: 5.125rem;
}

a.p-single-nav__item {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  text-decoration: none;
  width: 100%;
}
.p-single-nav__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.p-single-nav__item--prev .p-single-nav__header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: auto;
}

.p-single-nav__item--next .p-single-nav__header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.p-single-nav__label {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2.2;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-single-nav__item--prev .p-single-nav__label {
  padding-left: 32px;
  padding-left: 2rem;
}

.p-single-nav__item--next .p-single-nav__label {
  padding-right: 32px;
  padding-right: 2rem;
}
.p-single-nav__item--prev .p-single-nav__label::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_left.webp);
  -webkit-transform: translateY(-50%);
  background: #fff;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 8px;
  left: 0.5rem;
          mask-image: url(../images/common/arrow_left.webp);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 10px;
  width: 0.625rem;
  z-index: 1;
}

.p-single-nav__item--prev .p-single-nav__label::after {
  -webkit-transform: translateY(-50%);
  background: transparent url(../images/common/icon_leaf_bk.webp) no-repeat center center/100%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 8px;
  left: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 8px;
  width: 0.5rem;
}

.p-single-nav__item--next .p-single-nav__label::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_right.webp);
  -webkit-transform: translateY(-50%);
  background: #fff;
  content: "";
  height: 8px;
  height: 0.5rem;
          mask-image: url(../images/common/arrow_right.webp);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: 100%;
  opacity: 0;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 10px;
  width: 0.625rem;
  z-index: 1;
}

.p-single-nav__item--next .p-single-nav__label::after {
  -webkit-transform: translateY(-50%);
  background: transparent url(../images/common/icon_leaf_bk.webp) no-repeat center center/100%;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 8px;
  width: 0.5rem;
}

.p-single-nav__card {
  background-color: #ECE9E3;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  gap: 0.0625rem;
  height: 100%;
  padding: 17px 24px;
  padding: 1.0625rem 1.5rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-single-nav__date {
  font-family: "Amiri", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.08em;
  line-height: 1.8;
}

p.p-single-nav__title {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
}

.p-single-related {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-content ul:not(:first-child).p-single-related__list {
  -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1rem;
               column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-top: 21px;
  margin-top: 1.3125rem;
  padding-left: 0;
}

.p-single-story__inner {
  padding-top: 44px;
  padding-top: 2.75rem;
}

.p-single-story__container {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-single-story__content > p {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-top: 0;
}

.p-single-nav.p-single-story__nav {
  margin-top: 82px;
  margin-top: 5.125rem;
}

.p-single .p-single-story__btn.l-back-btn {
  padding-top: 56px;
  padding-top: 3.5rem;
}

.p-single-toc {
  -moz-column-gap: 1.5rem;
  background-color: #fff;
  border-radius: 0 6.25rem 0 0;
       -webkit-column-gap: 1.5rem;
               column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 16px 20px;
  padding: 1.5625rem 1rem 1.25rem;
  width: 100%;
}

.p-single-toc__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-single-toc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5px;
  row-gap: 0.15625rem;
}

.p-single-toc__item {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.p-single-toc__link {
  display: inline-block;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.p-single-toc__link::before {
  aspect-ratio: 1/1;
  background-color: #C3C7C7;
  border-radius: 50%;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  top: 11px;
  top: 0.6875rem;
  width: 8px;
  width: 0.5rem;
}
.p-single {
  overflow-x: clip;
}

.p-single__mv .p-lower-mv__inner {
  padding: 25px 16px 42px;
  padding: 1.5625rem 1rem 2.625rem;
}

.p-single__info {
  -moz-column-gap: 1rem;
       -webkit-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-single__date {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2.2;
  white-space: nowrap;
}

.p-single__tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
}

.p-single__container {
  padding-top: 31px;
  padding-top: 1.9375rem;
}

.p-single .l-back-btn {
  padding-top: 88px;
  padding-top: 5.5rem;
}

.p-story__inner {
  padding-top: 44px;
  padding-top: 2.75rem;
}

.p-story__list {
  grid-row-gap: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 55px;
  margin-top: 3.4375rem;
  row-gap: 48px;
  row-gap: 3rem;
}

.p-story__link {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-story__link:hover {
  opacity: 1;
}

.p-story__link-img img {
  -o-object-fit: cover;
  aspect-ratio: 358/240;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-story__link-body {
  background: #fff;
  border-radius: 0 0 3.5rem 0;
  overflow: hidden;
  padding: 24px;
  padding: 1.5rem;
  position: relative;
}

.p-story__link-title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-story__link-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-top: 12px;
  margin-top: 0.75rem;
  overflow: hidden;
}

.p-story__link-silhouette {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3A4C4B;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  height: 3.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  overflow: hidden;
  padding: 7px 24px 9px;
  padding: 0.4375rem 1.5rem 0.5625rem;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 64.5161290323%;
}

.p-story__link:hover .p-story__link-silhouette {
  background: #D4771A;
}

.p-story__link-silhouette-text {
  color: #F6F4F0;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-story__link-silhouette-icon {
  -webkit-transform: translate(-50%, 0);
  bottom: 0;
  height: 56px;
  height: 3.5rem;
  left: 75%;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, 0);
  width: 26%;
  width: 52px;
  width: 3.25rem;
}

.p-story__link-silhouette-icon img {
  -o-object-fit: cover;
  -o-object-position: center top;
  aspect-ratio: 52/56;
  height: auto;
     object-fit: cover;
     object-position: center top;
  width: 100%;
}

.p-tab-content__tabs {
  grid-gap: 0.25rem;
  display: grid;
  gap: 4px;
  gap: 0.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-tab-content__tab {
  background-color: #88908F;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #F6F4F0;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 18px 16px 20px;
  padding: 1.125rem 1rem 1.25rem;
  text-align: center;
}

.p-tab-content__tab.is-active {
  background-color: #384545;
}

.p-tab-content__container-box {
  display: none;
}

.p-tab-content__container-box.is-active {
  display: block;
}

.p-tab-content__container {
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 45px 24px 58px;
  padding: 2.8125rem 1.5rem 3.625rem;
}

.p-tab-content__container.--menu {
  padding: 45px 24px 55px;
  padding: 2.8125rem 1.5rem 3.4375rem;
}

.p-top-about {
  padding-bottom: 96px;
  padding-bottom: 6rem;
  padding-top: 86px;
  padding-top: 5.375rem;
}

.p-top-about__inner {
  position: relative;
}

.p-top-about__body {
  position: relative;
  z-index: 1;
}

.p-top-about__title {
  text-align: center;
}

.p-top-about__wrap {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-top-about__text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 2.6;
  text-align: center;
}

.p-top-about__btn {
  margin-top: 42px;
  margin-top: 2.625rem;
  text-align: center;
}

.p-top-about__images {
  margin-top: 72px;
  margin-top: 4.5rem;
  position: relative;
}

.p-top-about__img--01 {
  margin-left: auto;
  padding-top: 115px;
  padding-top: 7.1875rem;
  width: 67.0391061453%;
}

.p-top-about__img--02 {
  left: 0;
  position: absolute;
  top: 0;
  width: 55.8659217877%;
}

.p-top-about__img img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-column {
  background: #F6F4F0;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  padding-top: 63px;
  padding-top: 3.9375rem;
}

.p-top-column--no-sns {
  margin-top: 96px;
  margin-top: 6rem;
}

.p-top-column__inner {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.p-top-column__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-column__head {
  display: contents;
}

.p-top-column__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

.p-top-column__btn {
  margin-top: 56px;
  margin-top: 3.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}

.p-top-column__body {
  margin-top: 38px;
  margin-top: 2.375rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-top-column__slider .splide__pagination {
  margin-top: 18px;
  margin-top: 1.125rem;
  position: static;
}

.p-top-column__slider .splide__pagination__page {
  background: #C3C7C7;
  border-radius: 50%;
  height: 10px;
  height: 0.625rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
  opacity: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 10px;
  width: 0.625rem;
}

.p-top-column__slider .splide__pagination__page.is-active {
  background: #88908F;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-top-column__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-top-doctor {
  position: relative;
  z-index: 1;
}

.p-top-doctor__bg {
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  padding-top: 61px;
  padding-top: 3.8125rem;
  position: relative;
}

.p-top-doctor__bg::after {
  background: #DAD2C5;
  border-radius: 0 6.25rem 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 95.8974358974%;
}

.p-top-doctor__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 32px;
  padding-right: 2rem;
  position: relative;
  z-index: 1;
}

.p-top-doctor__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-doctor__head {
  display: contents;
}

.p-top-doctor__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-top-doctor__title .c-section-title1__main {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.p-top-doctor__title .c-section-title1__main span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-top-doctor__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-top-doctor__body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 87.134502924%;
}

.p-top-doctor__img img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-doctor__btn {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
}

.p-top-gallery {
  overflow: hidden;
  padding-top: 96px;
  padding-top: 6rem;
  position: relative;
  width: 100%;
}

.p-top-gallery--no-sec {
  padding-top: 0;
}

.p-top-gallery__inner {
  overflow: hidden;
  width: 100%;
}

.p-top-gallery__slider {
  overflow: hidden;
  width: 100%;
}

.p-top-gallery__slider-list {
  -webkit-animation: infinite-scroll 90s linear infinite;
          animation: infinite-scroll 90s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  will-change: transform;
}

.p-top-gallery__slider-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 288px;
  width: 18rem;
}

.p-top-gallery__slider-figure {
  margin: 0;
  overflow: hidden;
}

.p-top-gallery__slider-figure img {
  -o-object-fit: cover;
  aspect-ratio: 288/320;
  display: block;
  height: auto;
     object-fit: cover;
  width: 100%;
}

@-webkit-keyframes infinite-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@keyframes infinite-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
.p-top-news {
  padding: 88px 0 96px;
  padding: 5.5rem 0 6rem;
}

.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-news__head {
  display: contents;
}

.p-top-news__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-top-news__btn {
  margin-top: 56px;
  margin-top: 3.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}

.p-top-news__body {
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-top-sns__inner.l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.p-top-sns__head {
  display: contents;
}

.p-top-sns__title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

.p-top-sns__btn {
  margin-top: 56px;
  margin-top: 3.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}

.p-top-sns__body {
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.p-top-sns__body::-webkit-scrollbar {
  display: none;
}

.p-top-sns__body:hover::-webkit-scrollbar {
  display: block;
  height: 8px;
  height: 0.5rem;
}

.p-top-sns__body:hover::-webkit-scrollbar-track {
  background-color: #ECE9E3;
  border-radius: 0.25rem;
}

.p-top-sns__body:hover::-webkit-scrollbar-thumb {
  background-color: #88908F;
  border-radius: 0.25rem;
}

.p-top-sns__body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #384545;
}

.p-top-sns__instagram {
  height: 100%;
}

.p-top-sns__instagram .zoom-instagram.layout-fullwidth {
  padding: 0 !important;
}

.p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth {
  overflow: visible !important;
  padding: 0 !important;
}

.p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items-wrapper {
  overflow: visible !important;
}

.p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth {
  grid-gap: 0.5rem !important;
  gap: 8px !important;
  gap: 0.5rem !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

.p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth {
  display: grid;
  grid-auto-rows: auto;
}

.p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth .zoom-instagram-widget__item {
  max-width: 100%;
  width: 114px;
  width: 7.125rem;
}

.p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth .zoom-instagram-widget__item:nth-child(n+7) {
  display: none;
}

.p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth .zoom-instagram-widget__item img {
  aspect-ratio: 114/142;
}

.p-top-sns__movie-inner.l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.p-top-sns__movie-body {
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 17.5px;
  padding-left: 1.09375rem;
  padding-right: 17.5px;
  padding-right: 1.09375rem;
}

.p-top-sns__movie-body::-webkit-scrollbar {
  display: none;
}

.p-top-sns__movie-body:hover::-webkit-scrollbar {
  display: block;
  height: 8px;
  height: 0.5rem;
}

.p-top-sns__movie-body:hover::-webkit-scrollbar-track {
  background-color: #ECE9E3;
  border-radius: 0.25rem;
}

.p-top-sns__movie-body:hover::-webkit-scrollbar-thumb {
  background-color: #88908F;
  border-radius: 0.25rem;
}

.p-top-sns__movie-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #384545;
}

.p-top-sns__movie-list {
  grid-gap: 1rem;
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-top-sns__movie-iframe {
  width: 100%;
}

.p-top-sns__movie-iframe iframe {
  aspect-ratio: 356/200;
  display: block;
  height: auto;
  width: 100%;
}

.p-top-story {
  margin-top: -64px;
  margin-top: -4rem;
}

.p-top-story__bg {
  padding-bottom: 76px;
  padding-bottom: 4.75rem;
  padding-top: 144px;
  padding-top: 9rem;
  position: relative;
}

.p-top-story__bg::after {
  background: transparent url(../images/top/story_bg_sp.webp) repeat-y center center/cover;
  border-radius: 0 0 0 6.25rem;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 95.8974358974%;
}

.p-top-story__inner {
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 16px;
  padding-right: 1rem;
  position: relative;
  z-index: 1;
}

.p-top-story__head {
  background: #3A4C4B;
  border-radius: 2.5rem 2.5rem 2.5rem 0;
}

.p-top-story__message {
  padding: 10px 0 13px 89px;
  padding: 0.625rem 0 0.8125rem 5.5625rem;
  position: relative;
}

.p-top-story__message-icon {
  -webkit-transform: translate(0, -50%);
  display: block;
  left: 16px;
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  width: 1.875rem;
}

.p-top-story__message-icon::before {
  -webkit-transform: rotate(-47deg);
  -webkit-animation: scroll-line-sp 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation: scroll-line-sp 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  background: #DAD2C5;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 33px;
  left: 2.0625rem;
  position: absolute;
  top: 0;
  transform: rotate(-47deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 0;
}

.p-top-story__message-icon::after {
  -webkit-transform: rotate(47deg);
  -webkit-animation: scroll-line-sp 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation: scroll-line-sp 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  background: #DAD2C5;
  bottom: 2px;
  bottom: 0.125rem;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 33px;
  left: 2.0625rem;
  position: absolute;
  transform: rotate(47deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  width: 0;
}

@-webkit-keyframes scroll-line-sp {
  0% {
    width: 0;
  }
  100% {
    width: 24px;
    width: 1.5rem;
  }
}

@keyframes scroll-line-sp {
  0% {
    width: 0;
  }
  100% {
    width: 24px;
    width: 1.5rem;
  }
}
@-webkit-keyframes scroll-line-pc {
  0% {
    width: 0;
  }
  100% {
    width: 38px;
    width: 2.375rem;
  }
}
@keyframes scroll-line-pc {
  0% {
    width: 0;
  }
  100% {
    width: 38px;
    width: 2.375rem;
  }
}
.p-top-story__message-icon img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-story__message-text {
  color: #ECE9E3;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1.6;
  position: relative;
}

.p-top-story__body {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-top-story__text {
  color: #F6F4F0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.p-top-story__btn {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
}

.p-voice {
  background-color: #fff;
  border-radius: 0 6.25rem 0 0;
  margin-right: 16px;
  margin-right: 1rem;
  margin-top: 87px;
  margin-top: 5.4375rem;
  padding-bottom: 103px;
  padding-bottom: 6.4375rem;
  padding-top: 63px;
  padding-top: 3.9375rem;
  position: relative;
}

.p-voice__slider {
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-top: 3rem;
  max-width: 308px;
  max-width: 19.25rem;
}

.p-voice__slider .splide__pagination {
  bottom: -35px;
  bottom: -2.1875rem;
  gap: 4.5px;
  gap: 0.28125rem;
}

.p-voice__slider .splide__pagination__page {
  background-color: #C3C7C7;
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
}

.p-voice__slider .splide__pagination__page.is-active {
  background-color: #384545;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-voice__items {
  max-width: 308px;
  max-width: 19.25rem;
}

.p-voice__item {
  background-color: #F6F4F0;
  border-radius: 0 0 3.5rem 0;
  margin-right: 15px;
  margin-right: 0.9375rem;
  max-width: 308px;
  max-width: 19.25rem;
  padding: 32px 24px 25px;
  padding: 2rem 1.5rem 1.5625rem;
  width: 100%;
}

.p-voice__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  gap: 1.1875rem;
}

.p-voice__icon {
  aspect-ratio: 1/1;
  background-color: #3A4C4B;
  border-radius: 624.9375rem;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  max-width: 80px;
  max-width: 5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-voice__icon img {
  aspect-ratio: 33/32;
  bottom: 0;
  left: 50%;
  max-width: 66px;
  max-width: 4.125rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.p-voice__intro {
  margin-top: -9px;
  margin-top: -0.5625rem;
}

.p-voice__head {
  color: #D4771A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-voice__author {
  background-color: #ECE9E3;
  border-radius: 0 0 0.5rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  gap: 1em;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}

.p-voice__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.js-fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* デフォルトは下 → 上 */
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.js-fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 上から */
.js-fade-in--up {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/* 右から */
.js-fade-in--right {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

/* 左から */
.js-fade-in--left {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.u-hidden {
  overflow: hidden;
}

.u-pc {
  display: none;
}

.fz10 {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
}

.fz12 {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
}

.fz14 {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.fz16 {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.fz18 {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
}

.fz20 {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
}

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

@media screen and (min-width: 768px){
  html {
    font-size: 1.4732965009vw;
  }
  html {
    scroll-padding-top: 11.5625rem;
  }
  .l-back-btn {
    padding-bottom: 128px;
    padding-bottom: 8rem;
    padding-top: 128px;
    padding-top: 8rem;
  }
  .l-breadcrumb {
    bottom: 0;
  }
  .l-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 128px;
    padding-top: 8rem;
  }
  .l-column__main {
    margin-top: 0;
    width: 74.358974359%;
  }
  .l-column__main--full {
    width: 100%;
  }
  .l-column__side {
    padding-bottom: 128px;
    padding-bottom: 8rem;
    width: 16.9871794872%;
  }
  .l-drawer {
    display: none;
  }
  .l-header {
    height: 90px;
    height: 5.625rem;
  }
  .l-inner {
    max-width: 1086px;
    max-width: 67.875rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .l-inner2 {
    max-width: 1298px;
    max-width: 81.125rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .l-top-sns {
    padding-bottom: 128px;
    padding-bottom: 8rem;
    padding-top: 116px;
    padding-top: 7.25rem;
    row-gap: 115px;
    row-gap: 7.1875rem;
  }
  a.c-arrow:hover,
  a:hover .c-arrow {
    background: #D4771A;
    border-color: #D4771A;
    opacity: 1;
    -webkit-transform: scale(1.325);
            transform: scale(1.325);
  }
  a:hover .c-arrow__icon::after {
    -webkit-transform: translate(-50%, -50%);
    background: transparent url(../images/common/arrow_right_wht.webp) no-repeat center center/100%;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }
  a.c-arrow:hover .c-arrow__icon img,
  a:hover .c-arrow__icon img {
    opacity: 0;
  }
  .c-back-btn:hover {
    opacity: 1;
  }
  .c-back-btn:hover::before {
    opacity: 1;
  }
  .c-back-btn:hover::after {
    -webkit-transform: translate(0, -50%) scale(3);
    background: transparent url(../images/common/icon_leaf_orange-right.webp) no-repeat center center/100%;
    transform: translate(0, -50%) scale(3);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-back-btn__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-btn1:hover {
    opacity: 1;
  }
  .c-btn1:hover::before {
    opacity: 1;
  }
  .c-btn1:hover::after {
    -webkit-transform: translate(0, -50%) scale(3);
    background: transparent url(../images/common/icon_leaf_orange-right.webp) no-repeat center center/100%;
    transform: translate(0, -50%) scale(3);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-btn1__text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
  .c-btn2:hover {
    background: #D4771A;
    color: #fff;
    opacity: 1;
  }
  .c-btn2__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-no-post {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-section-heading1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .c-section-heading1[data-english]::before {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
  .c-section-heading1::after {
    height: 7px;
    height: 0.4375rem;
    margin-top: 9px;
    margin-top: 0.5625rem;
    width: 60px;
    width: 3.75rem;
  }
  .c-section-heading2 {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .c-section-heading2[data-english]::before {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
  .c-section-title1 {
    row-gap: 22px;
    row-gap: 1.375rem;
  }
  .c-section-title1__sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-section-title1__main {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .c-sns-btn:hover {
    background: #D4771A;
    color: #fff;
    opacity: 1;
  }
  .c-sns-btn__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-sns-btn--instagram:hover .c-sns-btn__text::before {
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-image: url(../images/common/icon_instagram.svg);
    background: #F6F4F0;
            mask-image: url(../images/common/icon_instagram.svg);
            mask-position: center center;
            mask-repeat: no-repeat;
            mask-size: 100%;
  }
  .c-sns-btn--youtube:hover .c-sns-btn__text::before {
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-image: url(../images/common/icon_youtube_bk.svg);
    background: #F6F4F0;
            mask-image: url(../images/common/icon_youtube_bk.svg);
            mask-position: center center;
            mask-repeat: no-repeat;
            mask-size: 100%;
  }
  .p-404 {
    margin-top: 146px;
    margin-top: 9.125rem;
  }
  .p-404__content {
    padding-top: 190px;
    padding-top: 11.875rem;
  }
  .p-404__title {
    max-width: 652px;
    max-width: 40.75rem;
  }
  .p-404--set-a .p-404__title .p-404__center::before {
    aspect-ratio: 163/267;
    left: calc(50% + 0.4375rem);
    max-width: 163px;
    max-width: 10.1875rem;
    top: calc(50% - 0.625rem);
  }
  .p-404--set-a .p-404__title .p-404__center::after {
    aspect-ratio: 163/267;
    left: calc(50% + 0.4375rem);
    max-width: 163px;
    max-width: 10.1875rem;
    top: calc(50% - 0.625rem);
  }
  .p-404--set-b .p-404__title .p-404__center::before {
    aspect-ratio: 201/251;
    left: calc(50% + 0.5625rem);
    max-width: 201px;
    max-width: 12.5625rem;
    top: calc(50% - 0.25rem);
  }
  .p-404--set-b .p-404__title .p-404__center::after {
    aspect-ratio: 201/251;
    left: calc(50% + 0.5625rem);
    max-width: 201px;
    max-width: 12.5625rem;
    top: calc(50% - 0.9375rem);
  }
  .p-404__right {
    margin-left: -29px;
    margin-left: -1.8125rem;
  }
  .p-404__human {
    left: calc(50% + 0.625rem);
    max-width: 131.27px;
    max-width: 8.204375rem;
  }
  .p-404__bottom {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 54px;
    margin-top: 3.375rem;
  }
  .p-404__text {
    margin-top: 37px;
    margin-top: 2.3125rem;
  }
  .l-back-btn.p-404__btn {
    padding-bottom: 161px;
    padding-bottom: 10.0625rem;
    padding-top: 45px;
    padding-top: 2.8125rem;
  }
  .p-about-access {
    padding-top: 120px;
    padding-top: 7.5rem;
  }
  .p-about-access__title-block .c-section-title1 {
    row-gap: 22px;
    row-gap: 1.375rem;
  }
  .p-about-access__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 61px;
    margin-top: 3.8125rem;
  }
  .p-about-access__map {
    max-width: 480px;
    max-width: 30rem;
    width: 100%;
  }
  .p-about-access__map iframe {
    aspect-ratio: 480/333.46;
  }
  .p-about-access__content {
    margin-top: 0;
    max-width: 457px;
    max-width: 28.5625rem;
    width: 100%;
  }
  .p-about-access__info {
    gap: 51px;
    gap: 3.1875rem;
  }
  .p-about-access__info dt,
  .p-about-access__info dd {
    line-height: 1.57;
    word-break: initial;
  }
  .p-about-access__links {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-about-access__link {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .p-about-access__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
  .p-about-access__item {
    padding-left: 49px;
    padding-left: 3.0625rem;
    padding-right: 49px;
    padding-right: 3.0625rem;
  }
  .p-about-access__item:first-child {
    border-right: 1px solid #C3C7C7;
    max-width: 329px;
    max-width: 20.5625rem;
    padding-left: 0;
    padding-right: 45px;
    padding-right: 2.8125rem;
    width: 100%;
  }
  .p-about-access__item:last-child {
    border-left: 1px solid #C3C7C7;
    max-width: 329px;
    max-width: 20.5625rem;
    padding-left: 48px;
    padding-left: 3rem;
    padding-right: 0;
    width: 100%;
  }
  .p-about-access__item-train {
    margin-top: 0;
  }
  .p-about-access__item-plane {
    margin-top: 0;
  }
  .p-about-access__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-about-access__icon {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 190px;
    max-width: 11.875rem;
  }
  .p-about-access__text-block {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-about-access__text-block.p-about-access__text-car {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-about-access__text-block.p-about-access__text-train {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-about-access__text-block.p-about-access__text-plane {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-about-access__icon.p-about-access__icon-car {
    margin-top: 35px;
    margin-top: 2.1875rem;
    max-width: 135.28px;
    max-width: 8.455rem;
  }
  .p-about-access__icon.p-about-access__icon-car img {
    aspect-ratio: 135.28/75;
  }
  .p-about-access__icon.p-about-access__icon-train {
    margin-top: 28px;
    margin-top: 1.75rem;
    max-width: 71.49px;
    max-width: 4.468125rem;
  }
  .p-about-access__icon.p-about-access__icon-train img {
    aspect-ratio: 71.49/90;
  }
  .p-about-access__icon.p-about-access__icon-plane {
    margin-top: 32px;
    margin-top: 2rem;
    max-width: 126.68px;
    max-width: 7.9175rem;
  }
  .p-about-access__icon.p-about-access__icon-plane img {
    aspect-ratio: 126.68/80;
  }
  .p-about-access__icon {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-access__clinic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 113px;
    margin-top: 7.0625rem;
  }
  .p-access__map {
    max-width: 480px;
    max-width: 30rem;
    width: 100%;
  }
  .p-access__map iframe {
    aspect-ratio: 4/3;
  }
  .p-access__info {
    margin-top: 0;
    max-width: 457px;
    max-width: 28.5625rem;
    width: 100%;
  }
  .p-access__info-item {
    padding: 16px 8px 19px;
    padding: 1rem 0.5rem 1.1875rem;
  }
  .p-access__info-item--tel {
    padding-bottom: 19px;
    padding-bottom: 1.1875rem;
    padding-top: 16px;
    padding-top: 1rem;
  }
  .p-access__info-item--holiday {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    padding-top: 17px;
    padding-top: 1.0625rem;
  }
  .p-access__info-term {
    max-width: 112px;
    max-width: 7rem;
  }
  .p-access__info-desc {
    word-break: normal;
  }
  .p-access__links {
    margin-top: 0;
  }
  .p-access__link {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .p-access__link img {
    max-width: 10px;
    max-width: 0.625rem;
  }
  .p-access__methods {
    margin-top: 92px;
    margin-top: 5.75rem;
  }
  .p-access__method {
    margin-top: 68px;
    margin-top: 4.25rem;
  }
  .p-access__method--airplane {
    margin-top: 68px;
    margin-top: 4.25rem;
  }
  .p-access__method-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    gap: 3.5rem;
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .p-access__method-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    max-width: 400px;
    max-width: 25rem;
    width: 100%;
  }
  .p-access__method-image img {
    aspect-ratio: 400/320;
  }
  .p-access__method-description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 32px;
    margin-top: 2rem;
    margin-top: -3px;
    margin-top: -0.1875rem;
  }
  .p-access__method-description + .p-access__method-description {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-access__method-description--car {
    margin-top: -11px;
    margin-top: -0.6875rem;
  }
  .p-access__method-description--car .c-text {
    line-height: 2.2;
  }
  .p-access__parking {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-access__parking-accent {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .p-access__parking-lists {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-access__notes {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-access__method-head {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .p-access__btn {
    padding-top: 131px;
    padding-top: 8.1875rem;
  }
  .p-breadcrumb {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-top: 6px;
    padding-top: 0.375rem;
  }
  .p-breadcrumb__inner {
    padding-left: 2.29%;
    padding-right: 2.29%;
  }
  .p-breadcrumb__wrapper {
    -moz-column-gap: 1rem;
         -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .p-case-card__img img {
    aspect-ratio: 440/240;
  }
  .p-case-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px 24px 28px;
    padding: 0.875rem 1.5rem 1.75rem;
  }
  .p-case-card__detail {
    gap: 2px;
    gap: 0.125rem;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-case-card__cateList {
    gap: 8px;
    gap: 0.5rem;
    margin-top: 0;
  }
  .p-case-card__cateItem {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 12px;
    padding: 0 0.75rem;
  }
  .p-case-card__wrap {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    margin-top: 14px;
    margin-top: 0.875rem;
    row-gap: 7px;
    row-gap: 0.4375rem;
  }
  .p-case-card__dataList {
    row-gap: 0;
  }
  .p-case-card__dataTerm {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-case-card__dataDesc {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-case__inner {
    max-width: 1298px;
    max-width: 81.125rem;
  }
  .p-case__list {
    gap: 48px;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-column-card__body {
    padding: 24px 24px 28px;
    padding: 1.5rem 1.5rem 1.75rem;
  }
  .p-column-card__detail {
    -moz-column-gap: 0.125rem;
         -webkit-column-gap: 0.125rem;
            column-gap: 0.125rem;
    row-gap: 2px;
    row-gap: 0.125rem;
  }
  .p-column-card__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-column-card__cateList {
    gap: 8px;
    gap: 0.5rem;
    margin-top: 0;
  }
  .p-column-card__cateItem {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 12px;
    padding: 0 0.75rem;
  }
  .p-column-card__title {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-column-card__arrow {
    padding-top: 18px;
    padding-top: 1.125rem;
  }
  .p-column__inner {
    max-width: 1298px;
    max-width: 81.125rem;
  }
  .p-column__list {
    gap: 48px;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-column__item .p-column-card__img img {
    aspect-ratio: 440/240;
  }
  .p-column__item .p-column-card__body {
    padding: 22px 24px 16px;
    padding: 1.375rem 1.5rem 1rem;
  }
  .p-column__item .p-column-card__detail {
    -moz-column-gap: 0.875rem;
         -webkit-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
  .p-column__item .p-column-card__title {
    -webkit-line-clamp: 2;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-contact-message {
    -moz-column-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent url(../images/top/story_bg.webp) repeat-y center center/cover;
         -webkit-column-gap: 2rem;
                 column-gap: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 38px 40px 35px;
    padding: 2.375rem 2.5rem 2.1875rem;
  }
  .p-contact-message__head {
    width: 190px;
    width: 11.875rem;
  }
  .p-contact-message__head::before {
    background: transparent url(../images/common/icon_megaphone.webp) no-repeat center center/cover;
    height: 113px;
    height: 7.0625rem;
    left: 0;
    top: 45%;
    width: 81px;
    width: 5.0625rem;
  }
  .p-contact-message__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 0;
  }
  .p-contact-message__middle {
    margin-top: 0;
    width: 60.6694560669%;
  }
  .p-contact-message__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact-message__body {
    bottom: 0;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 22px;
    margin-top: 1.375rem;
    position: absolute;
    right: 10px;
    right: 0.625rem;
    width: 181px;
    width: 11.3125rem;
  }
  .p-contact-message__silhouette {
    margin-right: auto;
    width: 79.5580110497%;
  }
  .p-contact-message__silhouette img {
    aspect-ratio: 144/143;
  }
  .p-contact-message__comment {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 4px;
    padding: 0.25rem;
    right: 0;
    text-align: center;
    top: -29%;
    width: 59.6685082873%;
  }
  .p-contact-message__comment::after {
    border-width: 7.5px 11px 7.5px 0;
    border-width: 0.46875rem 0.6875rem 0.46875rem 0;
    left: 21%;
    top: 90%;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  .p-contact__contents {
    margin-top: 128px;
    margin-top: 8rem;
    padding: 72px;
    padding: 4.5rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
  .p-contact__content + .p-contact__content {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-contact__content--mt22 {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .p-contact__content.p-contact__content--textarea {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-contact__btn .wpcf7-submit {
    padding: 19px 0 20px;
    padding: 1.1875rem 0 1.25rem;
  }
  .p-content h2:not(:first-child) {
    margin-top: 88.8px;
    margin-top: 5.55rem;
  }
  .p-content__custom-block:not(:first-child) {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .p-content figure + .p-content__custom-block {
    margin-top: 84px;
    margin-top: 5.25rem;
  }
  .p-content figure:not(:first-child),
  .p-content ul:not(:first-child),
  .p-content ol:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-custom__gallery1.wp-block-image img {
    aspect-ratio: 358/268;
  }
  .p-custom__gallery1:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-custom__gallery2-tall.is-layout-flex {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-custom__gallery2-tall:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-custom__gallery2-tall.wp-block-gallery.wp-block-gallery-is-layout-flex {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-custom__gallery2-tall figure.wp-block-image img {
    aspect-ratio: 300/400;
  }
  .p-custom__gallery2-wide.is-layout-flex {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-custom__gallery2-wide:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-custom__gallery2-wide.wp-block-gallery.wp-block-gallery-is-layout-flex {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-custom__gallery2-wide figure.wp-block-image img {
    aspect-ratio: 400/280;
  }
  .p-custom__gallery3-square.is-layout-flex {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-custom__gallery3-square:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-custom__gallery3-square.wp-block-gallery.wp-block-gallery-is-layout-flex {
    gap: 28px;
    gap: 1.75rem;
  }
  .p-custom__gallery3-square figure.wp-block-image:nth-child(1) {
    grid-column: auto;
    max-width: 100%;
  }
  .p-custom__gallery3-square figure.wp-block-image:nth-child(2),
  .p-custom__gallery3-square figure.wp-block-image:nth-child(3) {
    grid-column: auto;
  }
  .p-custom__gallery3-tall.is-layout-flex {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-custom__gallery3-tall:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-custom__gallery3-tall.wp-block-gallery.wp-block-gallery-is-layout-flex {
    gap: 28px;
    gap: 1.75rem;
  }
  .p-custom__gallery3-tall figure.wp-block-image:nth-child(1) {
    grid-column: auto;
    max-width: 100%;
  }
  .p-custom__gallery3-tall figure.wp-block-image:nth-child(2),
  .p-custom__gallery3-tall figure.wp-block-image:nth-child(3) {
    grid-column: auto;
  }
  .p-custom__h2-text-img .wp-block-group__inner-container,
  .p-custom__h3-text-img .wp-block-group__inner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-custom__h2-text-img-content,
  .p-custom__h3-text-img-content {
    display: block;
    width: 52.8%;
  }
  .p-custom__h2-text-img-content .wp-block-group__inner-container,
  .p-custom__h3-text-img-content .wp-block-group__inner-container {
    display: block;
  }
  .p-custom__h2-text-img h2,
  .p-custom__h3-text-img h3 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .p-content .p-custom__h2-text-img p,
  .p-content .p-custom__h3-text-img p {
    margin-top: 21px;
    margin-top: 1.3125rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .p-custom__h2-text-img .wp-block-image,
  .p-custom__h3-text-img .wp-block-image {
    margin: 0 !important;
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .p-custom__h2-text-img .wp-block-image,
  .p-custom__h3-text-img .wp-block-image {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 40%;
  }
  .p-custom__h2-text-img .wp-block-image img,
  .p-custom__h3-text-img .wp-block-image img {
    aspect-ratio: 400/280;
  }
  .p-custom__list {
    padding: 30px 40px !important;
    padding: 1.875rem 2.5rem !important;
  }
  .p-custom__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 48px;
    gap: 0.9375rem 3rem;
  }
  .p-custom__menu-table {
    border-radius: 0.625rem;
  }
  .p-custom__menu-table table td {
    padding: 13.3px 41px 13.3px 48px;
    padding: 0.83125rem 2.5625rem 0.83125rem 3rem;
  }
  .p-custom__menu-table table td:nth-of-type(1) {
    -ms-flex-line-pack: start;
        align-content: start;
    align-content: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    justify-content: start;
    padding: 13.3px 32px;
    padding: 0.83125rem 2rem;
    place-content: start;
    width: 20.46%;
  }
  .p-content__custom-block.p-custom__h2-menu_table {
    margin-top: 88px;
    margin-top: 5.5rem;
  }
  .p-custom__sec-title {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-custom__sec-title .wp-block-group__inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 15px;
    row-gap: 0.9375rem;
  }
  p.p-custom__sec-title-en {
    letter-spacing: 0.08em;
  }
  .p-custom__sec-title-en::before {
    top: 5px;
    top: 0.3125rem;
  }
  h2.p-custom__sec-title-ja {
    font-family: "Noto Serif JP", serif;
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
  .p-custom__eyes-head {
    padding: 105px 52.37px 170px;
    padding: 6.5625rem 3.273125rem 10.625rem;
  }
  .p-custom__eyes-head .wp-block-group__inner-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-custom__eyes-head-img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 39%;
  }
  .p-custom__eyes-head-img img {
    aspect-ratio: 363/311;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .p-custom__eyes-head-content {
    display: block;
    margin-top: 10px;
    margin-top: 0.625rem;
    width: 54.97%;
  }
  .p-custom__eyes-head-content .wp-block-group__inner-container {
    display: block;
  }
  .p-custom__eyes-head-content p {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    letter-spacing: 0.08em;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    text-align: left;
  }
  .p-custom__eyes-head-wrap {
    margin-top: 48px;
    margin-top: 3rem;
    padding: 26px 40px 32px;
    padding: 1.625rem 2.5rem 2rem;
  }
  .p-custom__eyes-head-wrap p {
    font-family: "Noto Serif JP", serif;
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-left: 8px;
    margin-left: 0.5rem;
    text-align: left;
  }
  .p-custom__eyes-head-list {
    margin-top: 24px !important;
    margin-top: 1.5rem !important;
  }
  .p-custom__eyes-head-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 32px;
    gap: 0.9375rem 2rem;
  }
  .p-custom__eyes-head-list li {
    letter-spacing: 0.04em;
  }
  .p-custom__menu-list {
    padding-bottom: 128px;
    padding-bottom: 8rem;
  }
  .p-custom__menu-list-content {
    margin-top: -70px;
    margin-top: -4.375rem;
  }
  .p-custom__menu-list-comment-wrap {
    margin-left: auto;
    width: 68%;
  }
  .p-custom__menu-list-comment-wrap .wp-block-group__inner-container {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
  p.p-custom__menu-list-comment {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    letter-spacing: 0.04em;
    line-height: 1.8;
    min-height: 56px;
    min-height: 3.5rem;
    min-width: 285px;
    min-width: 17.8125rem;
    padding: 10px 17px 10px 17px;
    padding: 0.625rem 1.0625rem 0.625rem 1.0625rem;
  }
  .p-custom__menu-list-img {
    width: 130px;
    width: 8.125rem;
  }
  .p-custom__menu-list-img img {
    aspect-ratio: 130/130;
  }
  .p-custom__flow {
    padding-bottom: 96px;
    padding-bottom: 6rem;
    padding-top: 94px;
    padding-top: 5.875rem;
  }
  .p-custom__flow::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .p-custom__flow > .wp-block-group__inner-container {
    -moz-column-gap: 3.9375rem;
         -webkit-column-gap: 3.9375rem;
            column-gap: 3.9375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
  }
  .p-custom__flow-sec-title {
    margin-top: -5px;
    margin-top: -0.3125rem;
  }
  .p-custom__flow-list > .wp-block-group__inner-container {
    row-gap: 36px;
    row-gap: 2.25rem;
  }
  .p-custom__flow-item {
    border-radius: 3.5rem 0 0 0;
    padding: 0 1.34% 0 14.8%;
  }
  .p-custom__flow-item:not(:last-child)::after {
    bottom: -28px;
    bottom: -1.75rem;
  }
  .p-custom__flow-item > .wp-block-group__inner-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  p.p-custom__flow-num {
    aspect-ratio: unset;
    border-radius: 3.5rem 0 0 0;
    height: 100%;
    width: 9.95%;
  }
  p.p-custom__flow-num span {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
  .p-custom__flow-num::before {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
  }
  .p-custom__flow-main {
    min-height: 142px;
    min-height: 8.875rem;
    padding: 23px 16px 18px 0;
    padding: 1.4375rem 1rem 1.125rem 0;
    width: 68.49%;
  }
  h3.p-custom__flow-title {
    font-family: "Noto Serif JP", serif;
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.8;
    padding: 0;
  }
  p.p-custom__flow-text {
    margin-top: 4px !important;
    margin-top: 0.25rem !important;
  }
  p.p-custom__flow-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    letter-spacing: 0.04em;
    line-height: 2.2;
  }
  .p-custom__flow-sub {
    padding-left: 0;
    padding-right: 0;
    width: 33.38%;
  }
  .p-custom__flow-sub > .wp-block-group__inner-container {
    -moz-column-gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
         -webkit-column-gap: 0;
                 column-gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-custom__flow-item:nth-child(even) .p-custom__flow-sub > .wp-block-group__inner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-custom__flow-img {
    height: 127px;
    height: 7.9375rem;
    width: auto;
  }
  p.p-custom__flow-comment {
    aspect-ratio: 1/1;
    border-radius: 50%;
    font-size: 12px;
    font-size: 0.75rem;
    height: auto;
    letter-spacing: 0.04em;
    line-height: 1.4;
    min-height: 0;
    min-height: initial;
    min-width: 0;
    min-width: initial;
    padding: 4px;
    padding: 0.25rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: -18%;
    width: 49.3%;
  }
  .p-custom__flow-comment::after {
    left: 21%;
    top: 90%;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  .p-custom__flow-item:nth-child(even) .p-custom__flow-comment::after {
    left: 21%;
    right: auto;
    top: 90%;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
    translate: -100% -50%;
  }
  .p-custom__faq-question .wp-block-group__inner-container {
    -moz-column-gap: 1.5rem;
         -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
    padding: 24px 65px 24px 32px;
    padding: 1.5rem 4.0625rem 1.5rem 2rem;
  }
  .p-custom__faq-question .wp-block-group__inner-container:has(.one-line) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  p.p-custom__faq-text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    line-height: 2.2;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-custom__faq-question .wp-block-group__inner-container::before,
  .p-custom__faq-question .wp-block-group__inner-container::after {
    right: 32px;
    right: 2rem;
  }
  .p-custom__faq-answer .wp-block-group__inner-container {
    -moz-column-gap: 1.5rem;
         -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
    padding: 24px 32px 23px;
    padding: 1.5rem 2rem 1.4375rem;
  }
  .p-custom__faq-answer p.p-custom__faq-text {
    line-height: 2.2;
  }
  .p-custom__faq-block.is-open + .p-custom__faq-block {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-custom__faq {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 124px;
    padding-top: 7.75rem;
  }
  .p-custom__faq-content {
    margin-top: -103px;
    margin-top: -6.4375rem;
  }
  .p-custom__faq-comment-wrap {
    margin-left: auto;
    width: 70%;
  }
  .p-custom__faq-comment-wrap .wp-block-group__inner-container {
    -moz-column-gap: 1.5rem;
         -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
    padding-right: 0;
  }
  p.p-custom__faq-comment {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    letter-spacing: 0.04em;
    line-height: 1.8;
    min-height: 64px;
    min-height: 4rem;
    min-width: 305px;
    min-width: 19.0625rem;
    padding: 10px 25px 10px 32px;
    padding: 0.625rem 1.5625rem 0.625rem 2rem;
  }
  .p-custom__faq-img {
    width: 133px;
    width: 8.3125rem;
  }
  .p-custom__faq-img img {
    aspect-ratio: 133/166;
  }
  .p-custom__eyes-price > .wp-block-group__inner-container {
    -moz-column-gap: 3.125rem;
         -webkit-column-gap: 3.125rem;
            column-gap: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-custom__eyes-price-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-custom__eyes-price-content {
    margin-top: 0;
    position: relative;
    width: 79.53%;
  }
  .p-custom__eyes-price-comment-wrap {
    bottom: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 38.83%;
    width: 42.5%;
  }
  .p-custom__eyes-price-comment-wrap > .wp-block-group__inner-container {
    -moz-column-gap: 0.625rem;
         -webkit-column-gap: 0.625rem;
            column-gap: 0.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  p.p-custom__eyes-price-comment {
    aspect-ratio: 1/1;
    border-radius: 50%;
    font-size: 12px;
    font-size: 0.75rem;
    height: auto;
    left: -12px;
    left: -0.75rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    min-height: 0;
    min-height: initial;
    min-width: 0;
    min-width: initial;
    padding: 4px;
    padding: 0.25rem;
    position: absolute;
    text-align: center;
    top: 8px;
    top: 0.5rem;
    width: 50%;
  }
  p.p-custom__eyes-price-comment::after {
    border-color: transparent transparent transparent #ECE9E3;
    border-width: 9px 0px 9px 20px;
    border-width: 0.5625rem 0rem 0.5625rem 1.25rem;
    right: 12%;
    top: 95%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    translate: 100% -50%;
  }
  .p-custom__eyes-price-img {
    -webkit-transform: none;
            transform: none;
    width: 59.7%;
  }
  .p-custom__eyes-price-img img {
    aspect-ratio: 191/203;
  }
  .p-custom__eyes-price-main {
    padding: 30px 41.86% 30px 5.82%;
    padding: 1.875rem 41.86% 1.875rem 5.82%;
  }
  p.p-custom__eyes-price-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    letter-spacing: 0.03em;
    line-height: 2.2;
  }
  .p-custom__story-doctor,
  .p-custom__story-patient {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 84.1698841699%;
  }
  .p-custom__story-doctor-wrap > .wp-block-group__inner-container {
    -moz-column-gap: 1.625rem;
         -webkit-column-gap: 1.625rem;
            column-gap: 1.625rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-custom__story-doctor-avatar {
    width: 80px;
    width: 5rem;
  }
  .p-custom__story-doctor-bubble {
    border-radius: 0rem 3.84375rem 3.84375rem 3.84375rem;
    width: 75.6880733945%;
  }
  .p-custom__story-doctor-bubble > .wp-block-group__inner-container {
    gap: 2px;
    gap: 0.125rem;
    padding: 14px 20px 15px 40px;
    padding: 0.875rem 1.25rem 0.9375rem 2.5rem;
  }
  .p-custom__story-doctor-name {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
  }
  .p-custom__story-patient-wrap > .wp-block-group__inner-container {
    -moz-column-gap: 1.625rem;
         -webkit-column-gap: 1.625rem;
            column-gap: 1.625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-custom__story-patient-wrap-inner .wp-block-group__inner-container {
    -moz-column-gap: 1.625rem;
         -webkit-column-gap: 1.625rem;
            column-gap: 1.625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-custom__story-patient-avatar {
    width: 80px;
    width: 5rem;
  }
  .p-custom__story-patient-bubble {
    border-radius: 3.84375rem 0rem 3.84375rem 3.84375rem;
    width: 75.6880733945%;
  }
  .p-custom__story-patient-bubble > .wp-block-group__inner-container {
    gap: 2px;
    gap: 0.125rem;
    padding: 14px 20px 15px 40px;
    padding: 0.875rem 1.25rem 0.9375rem 2.5rem;
  }
  .p-custom__story-patient-name {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
  }
  .p-custom__movie {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 84px;
    margin-top: 5.25rem;
    width: 61.7760617761%;
  }
  .p-content .p-custom__movie-read {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }
  .p-doctor__inner {
    margin-top: 119px;
    margin-top: 7.4375rem;
  }
  .p-doctor__contents {
    padding-top: 0;
  }
  .p-doctor__img-block {
    float: right;
    margin-left: 84px;
    margin-left: 5.25rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-doctor__img {
    margin-left: 36.31px;
    margin-left: 2.269375rem;
    max-width: 363.08px;
    max-width: 22.6925rem;
    padding-bottom: 36.31px;
    padding-bottom: 2.269375rem;
  }
  .p-doctor__img img {
    aspect-ratio: 363.08/435.69;
  }
  .p-doctor__img::after {
    aspect-ratio: 363.08/435.69;
    bottom: 0;
    left: -36.31px;
    left: -2.269375rem;
    max-width: 363.08px;
    max-width: 22.6925rem;
  }
  .p-doctor__content {
    padding-top: 4px;
    padding-top: 0.25rem;
  }
  .p-doctor__name {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-doctor__name span {
    display: inline;
    margin-bottom: 0;
    margin-right: 19px;
    margin-right: 1.1875rem;
  }
  .p-doctor__description {
    line-height: 2.2;
  }
  .p-doctor__description + .p-doctor__description {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-doctor__details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin-top: 83px;
    margin-top: 5.1875rem;
  }
  .p-doctor__details::before {
    background-color: #88908F;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    width: 0.0625rem;
  }
  .p-doctor__career {
    border-bottom: none;
    margin-right: 65px;
    margin-right: 4.0625rem;
    padding-bottom: 0;
    padding-bottom: 38px;
    padding-bottom: 2.375rem;
  }
  .p-doctor__career-desc {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-doctor__career dl {
    gap: 32px;
    gap: 2rem;
    line-height: 2.22;
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .p-doctor__career dd {
    word-break: initial;
  }
  .p-faq__nav {
    margin-top: 131px;
    margin-top: 8.1875rem;
  }
  .p-faq__items {
    row-gap: 0;
  }
  .p-faq__item a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 1px 36.5px 5px;
    padding: 0.0625rem 2.28125rem 0.3125rem;
  }
  .p-faq__item:nth-child(2n) a {
    border-right: none;
  }
  .p-faq__item:last-child {
    border-right: 1px solid #384545;
    border-right: 0.0625rem solid #384545;
  }
  .p-faq__container {
    grid-gap: 0.625rem;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: grid;
    gap: 10px;
    gap: 0.625rem;
    grid-template-columns: 15.5rem 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 92px;
    margin-top: 5.75rem;
  }
  .p-faq__container + .p-faq__container {
    margin-top: 88px;
    margin-top: 5.5rem;
  }
  .p-faq__container.p-faq__container--mt86 {
    margin-top: 86px;
    margin-top: 5.375rem;
  }
  .p-faq__contents {
    margin-left: auto;
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .p-faq__question {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    gap: 1.5rem;
    padding: 24px 70px 24px 32px;
    padding: 1.5rem 4.375rem 1.5rem 2rem;
  }
  .p-faq__question-text {
    margin-top: -1px;
    margin-top: -0.0625rem;
  }
  .p-faq__question-toggle {
    right: 44px;
    right: 2.75rem;
  }
  .p-faq__answer-inner {
    gap: 24px;
    gap: 1.5rem;
    padding: 0 32px;
    padding: 0 2rem;
  }
  .p-faq__answer-inner:has(.one-line) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .is-open .p-faq__answer-inner {
    padding: 24px 32px 26px;
    padding: 1.5rem 2rem 1.625rem;
  }
  .p-faq__answer-text {
    margin-top: 1px;
    margin-top: 0.0625rem;
    padding: 8px 0;
    padding: 0.5rem 0;
  }
  .p-filter__title {
    cursor: default;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 22px;
    padding: 0 0 1.375rem;
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
  }
  .p-filter__title::after {
    display: none;
  }
  .p-filter__list {
    max-height: none !important;
    opacity: 1 !important;
  }
  .p-filter__list {
    gap: 12px;
    gap: 0.75rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-filter__link {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 13px;
    padding: 0.25rem 0.8125rem;
  }
  .p-foot-btn {
    display: none;
  }
  .p-foot-btn.is-active {
    display: none;
    opacity: 0;
  }
  .p-footer__bg {
    padding-bottom: 11px;
    padding-bottom: 0.6875rem;
    padding-top: 118px;
    padding-top: 7.375rem;
  }
  .p-footer__inner {
    max-width: 1298px;
    max-width: 81.125rem;
  }
  .p-footer__btns {
    -moz-column-gap: 4.5rem;
         -webkit-column-gap: 4.5rem;
            column-gap: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;
    margin-top: 3.875rem;
    max-width: 1034px;
    max-width: 64.625rem;
  }
  .p-footer__btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .p-footer__link:hover {
    background: #D4771A;
    color: #fff;
    opacity: 1;
  }
  .p-footer__bottom {
    margin-top: 128px;
    margin-top: 8rem;
    padding: 66px 82px 64px;
    padding: 4.125rem 5.125rem 4rem;
  }
  .p-footer__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footer__head {
    margin-top: 6px;
    margin-top: 0.375rem;
    width: 53.5055350554%;
  }
  .p-footer__logo {
    margin-left: 0;
    margin-right: 0;
    width: 210px;
    width: 13.125rem;
  }
  .p-footer__access {
    margin-top: 48px;
    margin-top: 3rem;
    row-gap: 12px;
    row-gap: 0.75rem;
  }
  .p-footer__access-list {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
  }
  .p-footer__access-term {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    width: 12.7586206897%;
  }
  .p-footer__access-desc {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    width: 86.2068965517%;
  }
  .p-footer__access-desc p:nth-child(n+2) {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-footer__body {
    width: 38.9298892989%;
  }
  .p-footer__calender {
    margin-top: 0;
  }
  .p-footer__calender-header {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 14px 14px 14px;
    padding: 0.875rem 0.875rem 0.875rem;
  }
  .p-footer__calender-time {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 11px 12px;
    padding: 0.6875rem 0.75rem;
  }
  .p-footer__calender-cell {
    padding: 11px 12px;
    padding: 0.6875rem 0.75rem;
  }
  .p-footer__calender-unavailable {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-footer__map {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-footer__map iframe {
    aspect-ratio: 422/247;
  }
  .p-footer__nav {
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .p-footer__nav-items {
    grid-template-columns: 10.5rem 8.75rem 6.25rem 14.625rem 6rem 11rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 9px;
    row-gap: 0.5625rem;
  }
  .p-footer__nav-link {
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-footer__nav-link:hover {
    color: #D4771A;
    opacity: 1;
  }
  .p-footer__nav-link:hover::before {
    opacity: 1;
  }
  .p-footer__nav-link:hover::after {
    -webkit-transform: translate(0, -50%) scale(2);
    background: transparent url(../images/common/icon_leaf_orange-right.webp) no-repeat center center/100%;
    transform: translate(0, -50%) scale(2);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-footer__copyright {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-footer__copyright small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-form__items {
    gap: 12px;
    gap: 0.75rem;
  }
  .p-form__item:first-of-type {
    gap: 16px;
    gap: 1rem;
    margin-bottom: 27px;
    margin-bottom: 1.6875rem;
  }
  .p-form__dt {
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 8px;
    padding-top: 0.5rem;
  }
  .p-form__dd input:not([type=radio]):not([type=checkbox]),
  .p-form__dd textarea {
    border-radius: 0.75rem;
    padding: 12px 24px;
    padding: 0.75rem 1.5rem;
  }
  .p-form__dd input[type=checkbox] + span,
  .p-form__dd input[type=radio] + span {
    gap: 14px;
    gap: 0.875rem;
  }
  .p-form__dd input[type=checkbox] + span::before {
    margin-top: 3px;
    margin-top: 0.1875rem;
    width: 16px;
    width: 1rem;
  }
  .p-form__dd textarea {
    height: 188px;
    height: 11.75rem;
  }
  .p-form__acceptance {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-form__acceptance input + span::before {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-form__policy-description {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-form__send {
    margin-top: 56px;
    margin-top: 3.5rem;
    max-width: 332px;
    max-width: 20.75rem;
  }
  .p-form__send input {
    min-height: 63px;
    min-height: 3.9375rem;
    padding: 0 54px 0 42px;
    padding: 0 3.375rem 0 2.625rem;
  }
  .p-guide {
    margin-top: 111px;
    margin-top: 6.9375rem;
  }
  .p-guide__lead {
    margin-top: 34px;
    margin-top: 2.125rem;
    text-align: center;
  }
  .p-guide__items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 56px;
    gap: 3.5rem;
  }
  .p-guide__item {
    max-width: 308px;
    max-width: 19.25rem;
  }
  .p-guide__img img {
    aspect-ratio: 308/240;
  }
  .p-guide__block {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-header {
    height: auto;
  }
  .p-header__inner {
    display: block;
  }
  .p-header__top {
    background: #F6F4F0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    padding: 12px 32px;
    padding: 0.75rem 2rem;
  }
  .p-header__link {
    width: 72px;
    width: 4.5rem;
  }
  .p-header__snsList {
    -moz-column-gap: 1.5rem;
    -webkit-transform: translate(0, -50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
         -webkit-column-gap: 1.5rem;
                 column-gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 32px;
    left: 2rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .p-header__snsLink {
    display: block;
  }
  .p-header__contact {
    -webkit-transform: translate(0, -50%);
    display: block;
    position: absolute;
    right: 32px;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .p-header__contact-btns {
    -moz-column-gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
         -webkit-column-gap: 0.75rem;
                 column-gap: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-header__contact-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #DAD2C5;
    border-radius: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-size: 0.875rem;
    height: 40px;
    height: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 120px;
    width: 7.5rem;
  }
  .p-header__contact-btn:hover {
    background: #D4771A;
    color: #F6F4F0;
    opacity: 1;
  }
  .p-header__hamburger {
    display: none;
  }
  .p-header__nav {
    -moz-column-gap: 1.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    border-radius: 0;
         -webkit-column-gap: 1.5625rem;
                 column-gap: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
    overflow-x: visible;
    overflow-y: hidden;
    padding: 0;
    position: static;
    right: auto;
    width: auto;
  }
  .p-header__nav.is-active {
    right: auto;
  }
  .p-header__navHeader {
    display: none;
  }
  .p-header__navLogo {
    display: none;
  }
  .p-header__navList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    margin-top: 0;
    padding: 0;
  }
  .p-header__navItem {
    border-top: none;
    display: block;
    width: 9.7222222222%;
  }
  .p-header__navItem:last-child {
    width: 12.7777777778%;
  }
  .p-header__navItem:last-child .p-header__navLink {
    border-bottom: none;
  }
  .p-header__navItem:not(:first-child)::before {
    -webkit-transform: translate(0, -50%);
    background: #F6F4F0;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.5px;
  }
  .p-header__navLink {
    background: #3A4C4B;
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 80px;
    height: 5rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 13.5px 0 12.5px;
    padding: 0.84375rem 0 0.78125rem;
    row-gap: 16px;
    row-gap: 1rem;
    width: 100%;
  }
  .p-header__navLink:hover {
    background: #D4771A;
    opacity: 1;
  }
  .p-header__navLink::after {
    display: none;
  }
  .p-header__navIcon {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0;
    position: relative;
  }
  .p-header__navIcon.about {
    width: 26.4285714286%;
  }
  .p-header__navIcon.doctor {
    width: 20%;
  }
  .p-header__navIcon.eye {
    width: 27.1428571429%;
  }
  .p-header__navIcon.menu {
    width: 23.5714285714%;
  }
  .p-header__navIcon.price {
    width: 23.5714285714%;
  }
  .p-header__navIcon.case {
    width: 22.8571428571%;
  }
  .p-header__navIcon.column {
    width: 30.7142857143%;
  }
  .p-header__navIcon.faq {
    width: 27.8571428571%;
  }
  .p-header__navIcon.access {
    width: 20.7142857143%;
  }
  .p-header__navIcon.story {
    width: 20.1086956522%;
  }
  .p-header__navIcon-img {
    width: 100%;
  }
  .p-header__navIcon-img--hover {
    opacity: 0;
  }
  .p-header__navLink:hover .p-header__navIcon-img--default,
  .p-header__navLink.is-active .p-header__navIcon-img--default {
    opacity: 0;
  }
  .p-header__navLink:hover .p-header__navIcon-img--hover,
  .p-header__navLink.is-active .p-header__navIcon-img--hover {
    opacity: 1;
  }
  .p-header__navText {
    font-size: clamp(10px, 7.712px + 0.298vw, 12px);
    font-size: clamp(0.625rem, 0.482rem + 0.298vw, 0.75rem);
    font-size: clamp(10px, 7.712px + 0.298vi, 12px);
    font-size: clamp(0.625rem, 0.482rem + 0.298vi, 0.75rem);
    left: 0;
    line-height: 1;
  }
  .p-intro {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-intro__inner {
    padding: 0 24px;
    padding: 0 1.5rem;
  }
  .p-intro__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 96px;
    gap: 6rem;
    margin-top: 0;
  }
  .p-intro__title {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 23px;
    padding-left: 1.4375rem;
  }
  .p-intro__img {
    padding: 40px 56px 40px 72px;
    padding: 2.5rem 3.5rem 2.5rem 4.5rem;
  }
  .p-intro__img img {
    aspect-ratio: 294/320;
    max-width: 294px;
    max-width: 18.375rem;
  }
  .p-intro__img::before {
    max-width: 144px;
    max-width: 9rem;
  }
  .p-intro__img::after {
    max-width: 144px;
    max-width: 9rem;
  }
  .p-intro__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 729px;
  }
  .p-intro__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 3;
    text-align: left;
  }
  .p-list1__item {
    padding: 24px 24px 22px 32px;
    padding: 1.5rem 1.5rem 1.375rem 2rem;
  }
  .p-list1__link::before {
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-image: url(../images/common/arrow_right.webp);
    background: #fff;
    content: "";
    height: 8px;
    height: 0.5rem;
    left: -1px;
    left: -0.0625rem;
            mask-image: url(../images/common/arrow_right.webp);
            mask-position: center center;
            mask-repeat: no-repeat;
            mask-size: 100%;
    opacity: 0;
    position: absolute;
    top: 7px;
    top: 0.4375rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 10px;
    width: 0.625rem;
    z-index: 1;
  }
  .p-list1__link:hover::before {
    opacity: 1;
  }
  .p-list1__link::after {
    top: 7px;
    top: 0.4375rem;
  }
  .p-list1__link:hover::after {
    background: transparent url(../images/common/icon_leaf_orange-right.webp) no-repeat center center/100%;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  .p-list1__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-list1__link:hover .p-list1__title {
    color: #D4771A;
  }
  .p-list1__detail {
    -moz-column-gap: 1.1875rem;
         -webkit-column-gap: 1.1875rem;
            column-gap: 1.1875rem;
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-list1__date {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
  .p-list1__category {
    border-radius: 0 0 1rem 0;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
  }
  .p-lower-mv {
    border-radius: 7.5rem 0 7.5rem 0;
    margin: 200px 1.66% 0;
    margin: 12.5rem 1.66% 0;
    min-height: 360px;
    min-height: 22.5rem;
    overflow: clip;
  }
  .p-lower-mv__inner {
    padding: 55px 94px 65px;
    padding: 3.4375rem 5.875rem 4.0625rem;
  }
  .p-lower-mv__title-text {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
  }
  .p-lower-mv__img {
    margin-top: -10px;
    margin-top: -0.625rem;
    width: 300px;
    width: 18.75rem;
  }
  .p-lower-mv__img img {
    aspect-ratio: 300/30;
  }
  .p-lower-mv__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.2;
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-lower-mv__line {
    margin-top: -10px;
    margin-top: -0.625rem;
    width: 300px;
    width: 18.75rem;
  }
  .p-menu__content {
    margin-top: 128px;
    margin-top: 8rem;
  }
  .p-menu-list {
    gap: 61px;
    gap: 3.8125rem;
  }
  .p-menu-list__section {
    -moz-column-gap: 2.71875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
         -webkit-column-gap: 2.71875rem;
                 column-gap: 2.71875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-menu-list__section-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 15.8%;
  }
  .p-menu-list__items {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 20px 56px;
    gap: 1.25rem 3.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-mv {
    margin-top: 176px;
    margin-top: 11rem;
  }
  .p-mv__slider-figure img {
    border-radius: 0 0 0 10rem;
  }
  .p-mv__movie {
    border-radius: 0 0 0 10rem;
  }
  .p-page-top {
    display: none;
  }
  .p-pagenavi {
    margin-top: 72px;
    margin-top: 4.5rem;
  }
  .p-pagenavi .wp-pagenavi {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .p-pagenavi .wp-pagenavi span,
  .p-pagenavi .wp-pagenavi a {
    height: 24px;
    height: 1.5rem;
    margin-left: 5px;
    margin-left: 0.3125rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
    padding-right: 5px;
    padding-right: 0.3125rem;
    width: 24px;
    width: 1.5rem;
  }
  .p-pagenavi .current,
  .p-pagenavi .page {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-pagenavi .wp-pagenavi a.previouspostslink,
  .p-pagenavi .wp-pagenavi a.nextpostslink {
    width: 32px;
    width: 2rem;
  }
  .p-pagenavi .wp-pagenavi a.previouspostslink {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
  .p-pagenavi .wp-pagenavi a.nextpostslink {
    margin-left: 20px;
    margin-left: 1.25rem;
  }
  .p-pagenavi .wp-pagenavi span.pages {
    font-size: 16px;
    font-size: 1rem;
    width: 77px;
    width: 4.8125rem;
  }
  .p-pagenavi .wp-pagenavi span.extend {
    font-size: max(10px, 15px);
    font-size: max(10px, 0.9375rem);
    height: 42px;
    height: 2.625rem;
    width: 42px;
    width: 2.625rem;
  }
  .p-pagenavi .wp-pagenavi a.first,
  .p-pagenavi .wp-pagenavi a.last {
    font-size: max(10px, 14px);
    font-size: max(10px, 0.875rem);
    width: 75px;
    width: 4.6875rem;
  }
  .p-personal {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-personal__contents {
    border-radius: 7.5rem 0 0 0;
    padding: 72px 56px 72px 48px;
    padding: 4.5rem 3.5rem 4.5rem 3rem;
  }
  .p-personal__content {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  .p-personal__block-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 66px;
    gap: 4.125rem;
  }
  .p-personal__block-bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 34px;
    gap: 2.125rem;
    margin-top: -17px;
    margin-top: -1.0625rem;
  }
  .p-personal__img {
    -ms-flex-item-align: end;
        align-self: flex-end;
    aspect-ratio: 333/377;
    margin-right: 6px;
    margin-right: 0.375rem;
    margin-top: 0;
    max-width: 333px;
    max-width: 20.8125rem;
    position: relative;
  }
  .p-personal__img img {
    aspect-ratio: 333/377;
    bottom: 0;
    position: absolute;
  }
  .p-personal__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 33px;
    gap: 2.0625rem;
    position: relative;
    width: calc(100% - 15.4375rem);
  }
  .p-personal__item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1.03125rem);
            flex: 1 1 calc(50% - 1.03125rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 59px;
    gap: 3.6875rem;
    min-width: 0;
    padding-left: 68px;
    padding-left: 4.25rem;
  }
  .p-personal__item {
    border-radius: 3.59375rem 3.59375rem 0 3.59375rem;
    max-width: 397px;
    max-width: 24.8125rem;
    min-width: 0;
    padding: 32px;
    padding: 2rem;
  }
  .p-personal__item-block .p-personal__item {
    width: 100%;
  }
  .p-personal__item + .p-personal__item {
    margin-top: 0;
  }
  .p-personal__item--w400 {
    max-width: 400px;
    max-width: 25rem;
  }
  .p-personal__item--1 {
    max-width: 413px;
    max-width: 25.8125rem;
    padding: 27px 31px 21px;
    padding: 1.6875rem 1.9375rem 1.3125rem;
  }
  .p-personal__item--2 {
    margin-left: 0;
    max-width: 625px;
    max-width: 39.0625rem;
    padding: 27px 32px 25px;
    padding: 1.6875rem 2rem 1.5625rem;
  }
  .p-personal__item--3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1.03125rem);
            flex: 1 1 calc(50% - 1.03125rem);
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    max-width: 731px;
    max-width: 45.6875rem;
    min-width: 0;
    padding: 29px 30px 22px 32px;
    padding: 1.8125rem 1.875rem 1.375rem 2rem;
  }
  .p-personal__item--3 .p-personal__text {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-personal__title--lh18 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .p-personal__title--lh18::before {
    margin-top: 0;
  }
  .p-personal__description {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
  .p-personal__description--mt20 {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
  .p-personal__description--mt13 {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
  .p-personal__sns-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-personal__sns-text {
    border-radius: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
    padding: 0 0 0 30px;
    padding: 0 0 0 1.875rem;
  }
  .p-personal__sns-text.u-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-personal__sns-text.u-sp {
    display: none;
  }
  .p-personal__sns-links {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
    gap: 1.125rem;
    padding: 29px 0 30px 21px;
    padding: 1.8125rem 0 1.875rem 1.3125rem;
  }
  .p-personal__sns-links::before {
    background-color: #384545;
    clip-path: polygon(2.125rem 50%, 0% 0%, 0% 100%);
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    left: -0.0625rem;
    position: absolute;
    top: 0;
    width: 34px;
    width: 2.125rem;
  }
  .p-personal__sns-link {
    min-width: 0;
    min-width: initial;
  }
  .p-post-list__inner {
    max-width: 878px;
    max-width: 54.875rem;
  }
  .p-post-list__container {
    margin-top: 128px;
    margin-top: 8rem;
  }
  .p-post-list__container-inner {
    padding-top: 0;
  }
  .p-post-list__category--parts {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 9px 24px;
    padding: 0.5625rem 1.5rem;
  }
  .p-post-list__items {
    margin-top: 96px;
    margin-top: 6rem;
  }
  .p-post-list .p-list1__item {
    padding: 24px 24px 22px 32px;
    padding: 1.5rem 1.5rem 1.375rem 2rem;
  }
  .p-post-list .p-list1__category {
    border-radius: 0 0 1rem 0;
  }
  .p-post-list .p-list1__detail {
    -moz-column-gap: 1.1875rem;
         -webkit-column-gap: 1.1875rem;
            column-gap: 1.1875rem;
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-preparation {
    max-width: 490px;
    max-width: 30.625rem;
    width: auto;
  }
  .p-preparation--story {
    margin-top: 128px;
    margin-top: 8rem;
  }
  .p-preparation__text {
    width: 65.306122449%;
  }
  .p-preparation__text img {
    aspect-ratio: 320/56;
  }
  .p-preparation__img {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-preparation__img img {
    aspect-ratio: 490/264;
  }
  .p-price-block__main {
    -moz-column-gap: 3.125rem;
         -webkit-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
  p.p-price-block__name {
    width: 60%;
  }
  p.p-price-block__price {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-price-block .p-price-list__option {
    padding: 12px 0 0 12px;
    padding: 0.75rem 0 0 0.75rem;
  }
  .p-price-block .p-price-list__option-value {
    line-height: 1.75;
  }
  .p-price__content {
    margin-top: 128px;
    margin-top: 8rem;
  }
  .p-price-list {
    gap: 62px;
    gap: 3.875rem;
  }
  .p-price-list__items {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-price-list__item {
    -moz-column-gap: 3.125rem;
         -webkit-column-gap: 3.125rem;
            column-gap: 3.125rem;
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
  .p-price-list__name {
    width: 60%;
  }
  .p-price-list__price {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-price-list__option {
    -moz-column-gap: 3.125rem;
         -webkit-column-gap: 3.125rem;
            column-gap: 3.125rem;
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
  .p-price-list__option-value {
    line-height: 1.75;
  }
  .p-price-list__option-value .p-price-list__price-prefix,
  .p-price-list__option-value .p-price-list__price-num {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-price-list__option-value .p-price-list__price-suffix {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-price-list__items .p-price-list__option {
    padding: 0 16px 12px 24px;
    padding: 0 1rem 0.75rem 1.5rem;
  }
  .p-privacy-policy__inner {
    margin-top: 117px;
    margin-top: 7.3125rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  .p-privacy__content {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-privacy__content--mt33 {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-privacy__text {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-privacy__text--mt12 {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-privacy__text--spmt12 {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-privacy__point {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-privacy-policy .l-back-btn {
    padding-top: 117px;
    padding-top: 7.3125rem;
  }
  .p-schedule {
    margin-top: 92px;
    margin-top: 5.75rem;
    padding-bottom: 100.5px;
    padding-bottom: 6.28125rem;
    padding-top: 86px;
    padding-top: 5.375rem;
  }
  .p-schedule::before {
    display: none;
  }
  .p-schedule__title-block .c-section-title1 {
    row-gap: 22px;
    row-gap: 1.375rem;
  }
  .p-schedule__contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 72px;
    gap: 4.5rem;
    margin-top: 61px;
    margin-top: 3.8125rem;
  }
  .p-schedule__content {
    margin-top: 56px;
    margin-top: 3.5rem;
    margin-top: -9px;
    margin-top: -0.5625rem;
    max-width: 351px;
    max-width: 21.9375rem;
    width: 100%;
  }
  .p-schedule__calendar {
    border-radius: 0 7.5rem 0 0;
    max-width: 613px;
    max-width: 38.3125rem;
    padding: 34px 85px 33px 72px;
    padding: 2.125rem 5.3125rem 2.0625rem 4.5rem;
    width: 100%;
  }
  .xo-event-calendar {
    overflow: visible;
  }
  .xo-event-calendar .holiday-closed::before {
    left: 50%;
    top: 50%;
  }
  .xo-event-calendar table.xo-month .month-dayname-space {
    height: 56px;
    height: 3.5rem;
  }
  .xo-event-calendar table.xo-month > thead th {
    height: 48px;
    height: 3rem;
  }
  .xo-event-calendar table.xo-month .month-dayname td div {
    height: 56px;
    height: 3.5rem;
  }
  .xo-event-calendar table.xo-month .month-header {
    padding: 0;
  }
  .xo-event-calendar table.xo-month button {
    margin-top: 0;
    width: 19px;
    width: 1.1875rem;
  }
  .xo-event-calendar table.xo-month button::before {
    height: 16px;
    height: 1rem;
    width: 19px;
    width: 1.1875rem;
  }
  .xo-event-calendar table.xo-month button.month-prev {
    left: -42px;
    left: -2.625rem;
    position: absolute;
    top: calc(50% + 2.0625rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .xo-event-calendar table.xo-month button.month-next {
    position: absolute;
    right: -45px;
    right: -2.8125rem;
    top: calc(50% + 2.0625rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-schedule__holiday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    gap: 2rem;
  }
  .p-service-list {
    gap: 32px 48px;
    gap: 2rem 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  a.p-service-list__link {
    padding: 16px 65px 16px 40px;
    padding: 1rem 4.0625rem 1rem 2.5rem;
  }
  .p-service-list__arrow {
    right: 40px;
    right: 2.5rem;
  }
  .p-single-case__mv .p-lower-mv__inner {
    padding: 48px 94px 55px;
    padding: 3rem 5.875rem 3.4375rem;
  }
  .p-single-case__info {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.2;
    margin-top: 44px;
    margin-top: 2.75rem;
  }
  .p-single-case__container {
    padding-top: 128px;
    padding-top: 8rem;
  }
  .p-single-case__data-list {
    margin-top: 75px;
    margin-top: 4.6875rem;
    row-gap: 74.5px;
    row-gap: 4.65625rem;
  }
  .p-single-case__separator {
    background-color: #384545;
    display: block;
    height: 1px;
    height: 0.0625rem;
    margin-top: 80px;
    margin-top: 5rem;
    width: 100%;
  }
  .p-single-case__nav.p-single-nav {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-single.p-single-case .l-back-btn {
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .p-single-column__mv .p-lower-mv__inner {
    padding: 55px 94px 60px;
    padding: 3.4375rem 5.875rem 3.75rem;
  }
  .p-single-column__container {
    padding-top: 116px;
    padding-top: 7.25rem;
  }
  .p-single-column__content-inner {
    padding-bottom: 85px;
    padding-bottom: 5.3125rem;
    padding-left: 18px;
    padding-left: 1.125rem;
    padding-right: 18px;
    padding-right: 1.125rem;
  }
  .p-single-nav.p-single-column__nav {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-single.p-single-column .l-back-btn {
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .p-single-menu__container {
    padding-top: 128px;
    padding-top: 8rem;
  }
  .p-single-menu__content {
    margin-top: 85px;
    margin-top: 5.3125rem;
  }
  .p-single-menu__price {
    margin-top: 86px;
    margin-top: 5.375rem;
  }
  .p-single-menu__case-link {
    margin-top: 96px;
    margin-top: 6rem;
  }
  .p-single.p-single-menu .l-back-btn {
    padding-bottom: 128px;
    padding-bottom: 8rem;
    padding-top: 128px;
    padding-top: 8rem;
  }
  .p-single-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    margin-top: 115px;
    margin-top: 7.1875rem;
  }
  .p-single-nav:not(:has(.p-single-nav__item--prev)) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  a.p-single-nav__item {
    width: 50%;
  }
  .p-single-nav__item--prev .p-single-nav__header {
    margin-right: auto;
  }
  .p-single-nav__item--next .p-single-nav__header {
    margin-left: auto;
  }
  .p-single-nav__item--prev:hover .p-single-nav__label::before {
    opacity: 1;
  }
  .p-single-nav__item--prev:hover .p-single-nav__label::after {
    -webkit-transform: translateY(-50%) scale(3);
    background: transparent url(../images/common/icon_leaf_orange-right.webp) no-repeat center center/100%;
    transform: translateY(-50%) scale(3);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-single-nav__item--next:hover .p-single-nav__label::before {
    opacity: 1;
  }
  .p-single-nav__item--next:hover .p-single-nav__label::after {
    -webkit-transform: translateY(-50%) scale(3);
    background: transparent url(../images/common/icon_leaf_orange-right.webp) no-repeat center center/100%;
    transform: translateY(-50%) scale(3);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-single-related {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .p-single-story__inner {
    max-width: 1086px;
    max-width: 67.875rem;
    padding-top: 128px;
    padding-top: 8rem;
  }
  .p-single-story__container {
    margin-top: 62px;
    margin-top: 3.875rem;
  }
  .p-single-story__content > p {
    margin-bottom: 62px;
    margin-bottom: 3.875rem;
    margin-top: 62px;
    margin-top: 3.875rem;
  }
  .p-single-nav.p-single-story__nav {
    border-top: 1px solid #384545;
    margin-top: 86px;
    margin-top: 5.375rem;
    padding-top: 68px;
    padding-top: 4.25rem;
  }
  .p-single .p-single-story__btn.l-back-btn {
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .p-single-toc {
    -moz-column-gap: 3rem;
    border-radius: 0 7.5rem 0 0;
         -webkit-column-gap: 3rem;
                 column-gap: 3rem;
    padding: 30px 40px 32px;
    padding: 1.875rem 2.5rem 2rem;
  }
  .p-single-toc__list {
    row-gap: 7px;
    row-gap: 0.4375rem;
  }
  .p-single-toc__item {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.8;
  }
  .p-single__mv .p-lower-mv__inner {
    padding: 55px 94px 75px;
    padding: 3.4375rem 5.875rem 4.6875rem;
  }
  .p-single__info {
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .p-single__inner.l-inner {
    max-width: 874px;
    max-width: 54.625rem;
  }
  .p-single__container {
    padding-top: 116px;
    padding-top: 7.25rem;
  }
  .p-single .l-back-btn {
    padding-top: 118px;
    padding-top: 7.375rem;
  }
  .p-story__inner {
    max-width: 1086px;
    max-width: 67.875rem;
    padding-top: 128px;
    padding-top: 8rem;
  }
  .p-story__list {
    margin-top: 128px;
    margin-top: 8rem;
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .p-story__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-story__link-img {
    width: 28.3783783784%;
  }
  .p-story__link-img img {
    aspect-ratio: 294/200;
  }
  .p-story__link-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 212px 30px 40px;
    padding: 1.875rem 13.25rem 1.875rem 2.5rem;
    width: 71.6216216216%;
  }
  .p-story__link-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-story__link-text {
    -webkit-line-clamp: 3;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-story__link-silhouette {
    -webkit-transform: translate(0, -50%);
    aspect-ratio: 1/1;
    border-radius: 50%;
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    height: auto;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 7px 24px 9px;
    padding: 0.4375rem 1.5rem 0.5625rem;
    padding: 4px;
    padding: 0.25rem;
    position: absolute;
    right: 50px;
    right: 3.125rem;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 16.1725067385%;
  }
  .p-story__link:hover .p-story__link-silhouette {
    right: 40px;
    right: 2.5rem;
    width: 18.8679245283%;
  }
  .p-story__link-silhouette-text {
    -webkit-transform: translate(-50%, 0);
    font-size: 14px;
    font-size: 0.875rem;
    left: 50%;
    position: absolute;
    top: 19%;
    transform: translate(-50%, 0);
    width: 100%;
  }
  .p-story__link-silhouette-icon {
    -webkit-transform: translate(-50%, 0);
    bottom: 0;
    display: block;
    height: auto;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 60.8333333333%;
  }
  .p-story__link-silhouette-icon img {
    -o-object-position: center center;
    aspect-ratio: 73/80;
    display: block;
       object-position: center center;
  }
  .p-tab-content__tabs {
    gap: 8px;
    gap: 0.5rem;
  }
  .p-tab-content__tab {
    border-radius: 1.875rem 1.875rem 0 0;
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.08em;
    padding: 16px 24px 20px;
    padding: 1rem 1.5rem 1.25rem;
  }
  .p-tab-content__container {
    padding: 60px 56px 76px;
    padding: 3.75rem 3.5rem 4.75rem;
  }
  .p-tab-content__container.--menu {
    padding: 60px 48px 70px;
    padding: 3.75rem 3rem 4.375rem;
  }
  .p-top-about {
    padding-bottom: 88px;
    padding-bottom: 5.5rem;
    padding-top: 160px;
    padding-top: 10rem;
  }
  .p-top-about__inner {
    max-width: 1426px;
    max-width: 89.125rem;
  }
  .p-top-about__body {
    margin-left: auto;
    margin-right: auto;
    width: 49.7093023256%;
  }
  .p-top-about__title {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-top-about__wrap {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-top-about__text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-about__btn {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-top-about__images {
    height: 100%;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .p-top-about__img {
    position: absolute;
  }
  .p-top-about__img--01 {
    left: 24px;
    left: 1.5rem;
    padding-top: 0;
    top: -30px;
    top: -1.875rem;
    width: 19.6353436185%;
  }
  .p-top-about__img--02 {
    left: auto;
    right: 24px;
    right: 1.5rem;
    top: 33%;
    width: 16.8302945302%;
  }
  .p-top-column {
    background: transparent;
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-top-column--no-sns {
    margin-top: 128px;
    margin-top: 8rem;
  }
  .p-top-column__inner {
    max-width: 1298px;
    max-width: 81.125rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-top-column__wrap {
    background: #F6F4F0;
    border-radius: 7.5rem 0 0 0;
    padding: 64px 106px 72px;
    padding: 4rem 6.625rem 4.5rem;
  }
  .p-top-column__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-column__title {
    text-align: left;
  }
  .p-top-column__btn {
    margin-top: 0;
  }
  .p-top-column__body {
    margin-top: 62px;
    margin-top: 3.875rem;
  }
  .p-top-column__slider {
    visibility: visible;
  }
  .p-top-column__slider .splide__track {
    overflow: visible;
    position: relative;
  }
  .p-top-column__slider .splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
  .p-top-column__slider .splide__list {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         -webkit-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }
  .p-top-column__slider .splide__slide {
    height: auto !important;
    margin-right: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: auto !important;
  }
  .p-top-column__slider .splide__pagination {
    display: none !important;
  }
  .p-top-doctor__bg {
    padding-bottom: 96px;
    padding-bottom: 6rem;
    padding-top: 0;
  }
  .p-top-doctor__bg::after {
    border-radius: 0 7.5rem 0 0;
    height: 90.027700831%;
    width: 93.3333333333%;
  }
  .p-top-doctor__inner {
    max-width: 1298px;
    max-width: 81.125rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-top-doctor__wrap {
    -moz-column-gap: 3.375rem;
         -webkit-column-gap: 3.375rem;
            column-gap: 3.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-top-doctor__head {
    display: block;
    margin-top: 136px;
    margin-top: 8.5rem;
    width: 57.0512820513%;
  }
  .p-top-doctor__title .c-section-title1__main {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-top-doctor__title .c-section-title1__main span {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 18px;
    margin-right: 1.125rem;
  }
  .p-top-doctor__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-top-doctor__body {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 32.0512820513%;
  }
  .p-top-doctor__btn {
    margin-top: 62px;
    margin-top: 3.875rem;
  }
  .p-top-doctor__btn .c-btn1 {
    left: -50px;
    left: -3.125rem;
  }
  .p-top-gallery {
    padding-top: 128px;
    padding-top: 8rem;
  }
  .p-top-gallery--no-sec {
    padding-top: 0;
  }
  .p-top-gallery__slider-list {
    gap: 48px;
    gap: 3rem;
  }
  .p-top-gallery__slider-item {
    width: 360px;
    width: 22.5rem;
  }
  .p-top-gallery__slider-figure img {
    aspect-ratio: 360/400;
  }
  .p-top-news {
    padding: 118px 0 128px;
    padding: 7.375rem 0 8rem;
  }
  .p-top-news__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1086px;
    max-width: 67.875rem;
  }
  .p-top-news__head {
    display: block;
    width: 190px;
    width: 11.875rem;
  }
  .p-top-news__btn {
    margin-top: 62px;
    margin-top: 3.875rem;
  }
  .p-top-news__body {
    margin-top: 9px;
    margin-top: 0.5625rem;
    width: 718px;
    width: 44.875rem;
  }
  .p-top-sns__inner.l-inner {
    -moz-column-gap: 2.9375rem;
         -webkit-column-gap: 2.9375rem;
            column-gap: 2.9375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1298px;
    max-width: 81.125rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-top-sns__head {
    display: block;
    width: 170px;
    width: 10.625rem;
  }
  .p-top-sns__title {
    font-size: 28px;
    font-size: 1.75rem;
    text-align: left;
  }
  .p-top-sns__btn {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-top-sns__body {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow-x: auto;
    padding-left: 0;
    padding-right: 0;
    scrollbar-gutter: stable;
    scrollbar-width: none;
    -webkit-transition: scrollbar-width 0.3s ease-in-out;
    transition: scrollbar-width 0.3s ease-in-out;
  }
  .p-top-sns__body:hover {
    -ms-overflow-style: auto;
    scrollbar-color: #88908F #ECE9E3;
    scrollbar-width: thin;
  }
  .p-top-sns__instagram {
    height: auto;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-top-sns__instagram .zoom-instagram.layout-fullwidth {
    overflow: visible;
  }
  .p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth {
    overflow: hidden !important;
  }
  .p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth {
    gap: 16px !important;
    gap: 1rem !important;
    padding-right: 16px !important;
    padding-right: 1rem !important;
  }
  .p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
  }
  .p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth .zoom-instagram-widget__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    -ms-flex: 0 0 11.25rem;
        flex: 0 0 11.25rem;
  }
  .p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth .zoom-instagram-widget__item:nth-child(n+7) {
    display: grid;
  }
  .p-top-sns__instagram .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth .zoom-instagram-widget__item img {
    aspect-ratio: 180/225;
  }
  .p-top-sns__movie-inner.l-inner {
    -moz-column-gap: 5rem;
         -webkit-column-gap: 5rem;
            column-gap: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1298px;
    max-width: 81.125rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-top-sns__movie-body {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow-x: auto;
    padding-left: 0;
    padding-right: 0;
    scrollbar-gutter: stable;
    scrollbar-width: none;
    -webkit-transition: scrollbar-width 0.3s ease-in-out;
    transition: scrollbar-width 0.3s ease-in-out;
  }
  .p-top-sns__movie-body:hover {
    -ms-overflow-style: auto;
    scrollbar-color: #88908F #ECE9E3;
    scrollbar-width: thin;
  }
  .p-top-sns__movie-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 16px;
    gap: 1rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    padding-right: 16px;
    padding-right: 1rem;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
  }
  .p-top-sns__movie-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 355px;
            flex: 0 0 355px;
    -ms-flex: 0 0 22.1875rem;
        flex: 0 0 22.1875rem;
  }
  .p-top-sns__movie-iframe iframe {
    aspect-ratio: 356/200;
  }
  .p-top-story {
    margin-top: -72px;
    margin-top: -4.5rem;
  }
  .p-top-story__bg {
    padding-bottom: 96px;
    padding-bottom: 6rem;
    padding-top: 168px;
    padding-top: 10.5rem;
  }
  .p-top-story__bg::after {
    background: transparent url(../images/top/story_bg.webp) repeat-y center center/cover;
    border-radius: 0 0 0 7.5rem;
    width: 93.3333333333%;
  }
  .p-top-story__inner {
    -moz-column-gap: 5.0625rem;
         -webkit-column-gap: 5.0625rem;
            column-gap: 5.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
    width: 75.9722222222%;
  }
  .p-top-story__head {
    background: transparent;
    border-radius: 0;
    width: 214px;
    width: 13.375rem;
  }
  .p-top-story__message {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #384545;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 180px;
    height: 11.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    padding: 0;
    width: 180px;
    width: 11.25rem;
  }
  .p-top-story__message-icon {
    left: -36px;
    left: -2.25rem;
    top: 51%;
    width: 46px;
    width: 2.875rem;
  }
  .p-top-story__message-icon::before {
    -webkit-transform: rotate(-45deg);
    -webkit-animation: scroll-line-pc 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    animation: scroll-line-pc 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    height: 2px;
    height: 0.125rem;
    left: 50px;
    left: 3.125rem;
    position: absolute;
    top: -10px;
    top: -0.625rem;
    transform: rotate(-45deg);
    width: 0;
  }
  .p-top-story__message-icon::after {
    -webkit-transform: rotate(48deg);
    -webkit-animation: scroll-line-pc 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    animation: scroll-line-pc 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    bottom: -7px;
    bottom: -0.4375rem;
    height: 2px;
    height: 0.125rem;
    left: 52px;
    left: 3.25rem;
    position: absolute;
    transform: rotate(48deg);
  }
  .p-top-story__message-text {
    font-size: 19px;
    font-size: 1.1875rem;
    left: -3px;
    left: -0.1875rem;
    text-align: center;
  }
  .p-top-story__body {
    -moz-column-gap: 2.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
         -webkit-column-gap: 2.75rem;
                 column-gap: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    width: 71.7432950192%;
  }
  .p-top-story__text {
    font-size: 14px;
    font-size: 0.875rem;
    width: 85.8870967742%;
  }
  .p-top-story__btn {
    margin-top: 0;
  }
  .p-voice {
    margin-top: 120px;
    margin-top: 7.5rem;
    padding-bottom: 111px;
    padding-bottom: 6.9375rem;
  }
  .p-voice__slider {
    margin-top: 61px;
    margin-top: 3.8125rem;
    max-width: 100%;
  }
  .p-voice__slider .splide__pagination {
    bottom: -43px;
    bottom: -2.6875rem;
  }
  .p-voice__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 61px;
    margin-top: 3.8125rem;
    max-width: 100%;
  }
  .p-voice__item {
    margin-right: 56.5px;
    margin-right: 3.53125rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
  .p-voice__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

@media (min-width: 1086px){
  html {
    font-size: 16px;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.8;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.8;
  }
  .p-form__send input:active {
    opacity: 0.7;
  }
  .p-form__send:active::after {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

@media (any-hover: hover){
  .c-btn3:hover {
    background-color: #D4771A;
    opacity: 1;
  }
  .p-custom__eyes-price-link a:hover {
    opacity: 1;
  }
  .p-custom__eyes-price-main:hover {
    background-color: #D4771A;
    color: #F6F4F0;
  }
  .p-menu-list__link:hover {
    opacity: 1;
  }
  .p-menu-list__link:hover .p-menu-list__name {
    color: #D4771A;
  }
  .p-menu-list__link:hover .p-menu-list__icon {
    background: #D4771A;
    width: 16px;
    width: 1rem;
  }
  .p-menu-list__link:hover .p-menu-list__icon::after {
    border-color: #D4771A;
  }
  .p-service-list__link:hover {
    background-color: #D4771A;
    color: #F6F4F0;
    opacity: 1;
  }
  a.p-single-nav__item:hover {
    opacity: 1;
  }
  .p-single-nav__item:hover .p-single-nav__label {
    color: #D4771A;
  }
  .p-single-nav__item:hover .p-single-nav__card {
    background-color: #DAD2C5;
  }
  .p-single-toc__link:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1300px){
  .p-custom__flow::before {
    bottom: 0;
    left: 6.5%;
    right: 0;
    top: 0;
  }
  .p-schedule {
    background-color: transparent;
    border-radius: 0;
    margin-left: 0;
  }
  .p-schedule::before {
    background-color: #ECE9E3;
    border-radius: 7.5rem 0 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin-left: 96px;
    margin-left: 6rem;
    position: absolute;
    top: 0;
    width: 93.3333333%;
    z-index: -1;
  }
  .p-voice {
    background-color: transparent;
    border-radius: 0;
    margin-right: 0;
  }
  .p-voice::before {
    background-color: #fff;
    border-radius: 0 7.5rem 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 93.3333333%;
    z-index: -1;
  }
}

@media screen and (min-width: 2000px){
  .p-custom__flow::before {
    bottom: 0;
    left: 20%;
    right: 0;
    top: 0;
  }
}

@media screen and (min-width: 1200px){
  .p-personal__block-bottom {
    margin-top: -80px;
    margin-top: -5rem;
  }
  .p-personal__item--3 {
    margin-top: 110px;
    margin-top: 6.875rem;
  }
}

@media screen and (min-width: 1440px){
  .u-xl {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
