@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: 16px;
}

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-padding-top: 5.9375rem;
}

body {
  background-color: #EEEDEA;
  color: #333;
  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-breadcrumb {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-column__main {
  width: 79.6511627907%;
}

.l-column__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 128px;
  padding-bottom: 8rem;
  row-gap: 62px;
  row-gap: 3.875rem;
  width: 17.1096345515%;
}

.l-drawer {
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  scrollbar-width: none;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}

.l-drawer::-webkit-scrollbar {
  display: none;
}

.l-drawer[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

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

body.is-drawerActive .l-header {
  z-index: 1001;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1202px;
  max-width: 75.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-inner2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1006px;
  max-width: 62.875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-menu-block {
  margin-bottom: 60.8px;
  margin-bottom: 3.8rem;
}

.l-menu-block2 {
  margin-bottom: 47.5px;
  margin-bottom: 2.96875rem;
}

.l-menu-title {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.l-menu-title + .p-menu-detail {
  margin-top: 63px;
  margin-top: 3.9375rem;
}

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

.l-return-btn {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 64px;
  padding-top: 4rem;
  text-align: center;
}

.l-return-btn--tophight {
  padding-top: 74px;
  padding-top: 4.625rem;
}

.l-single-block {
  margin-bottom: 60.8px;
  margin-bottom: 3.8rem;
}

.l-single-block--images {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.l-single-block--images2 {
  margin-bottom: 62px;
  margin-bottom: 3.875rem;
}

.l-single-images {
  margin-bottom: 60.8px;
  margin-bottom: 3.8rem;
}

.l-top-main {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.c-arrow-button {
  background-color: #B1A08A;
  border-radius: 100vmax;
  color: #FAFAFA;
  display: inline-block;
  font-family: "Gilda Display", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1;
  margin-right: 15px;
  margin-right: 0.9375rem;
  padding: 16px 32.5px;
  padding: 1rem 2.03125rem;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  z-index: 1;
}

.c-arrow-button--sans {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.c-arrow-button--left {
  font-family: "Noto Serif JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-right: 0;
}

.c-arrow-button::before {
  background-color: #FAFAFA;
  border-radius: 1.875rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 19px;
  width: 1.1875rem;
}

.c-arrow-button::after {
  -webkit-mask-image: url(../images/common/arrow-right.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  aspect-ratio: 16/8;
  background-color: #B1A08A;
  content: "";
  height: auto;
          mask-image: url(../images/common/arrow-right.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: -14px;
  right: -0.875rem;
  top: 50.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 16px;
  width: 1rem;
  z-index: -1;
}

.c-arrow-button--left::before {
  left: 0;
  right: auto;
}

.c-arrow-button--left::after {
  left: -14px;
  left: -0.875rem;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-arrow {
  background: #B1A08A;
  border-radius: 50%;
  display: block;
  height: 35px;
  height: 2.1875rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 35px;
  width: 2.1875rem;
}

a:hover .c-arrow {
  background: #DBD9D5;
  opacity: 1;
}

.c-arrow__icon {
  -webkit-transform: translate(0, -50%);
  height: 8px;
  height: 0.5rem;
  left: -8px;
  left: -0.5rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 33px;
  width: 2.0625rem;
}

a:hover .c-arrow__icon::after {
  background: transparent url(../images/common/arrow-right3-hover.svg) no-repeat center center/100%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-arrow__icon img {
  -o-object-fit: contain;
  aspect-ratio: 33/8;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

a:hover .c-arrow__icon img {
  opacity: 0;
}

.c-dot-list li {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.c-dot-list li::before {
  background-color: #B1A08A;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  width: 8px;
  width: 0.5rem;
}

.c-dot-list li:not(:first-child) {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.c-icon-button {
  -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B1A08A;
  border-radius: 100vmax;
  color: #EEEDEA;
       -webkit-column-gap: 1rem;
               column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  min-height: 71px;
  min-height: 4.4375rem;
  padding: 16px 32px;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.c-icon-button--sm {
  min-height: 57px;
  min-height: 3.5625rem;
}

.c-icon-button::before {
  content: "";
  display: inline-block;
  height: auto;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}

.c-icon-button--web::before {
  aspect-ratio: 28.75/23;
  background: url(../images/common/icon-web.svg) no-repeat center/contain;
  width: 28.75px;
  width: 1.796875rem;
}

.c-icon-button--line::before {
  aspect-ratio: 24.15/23;
  background: url(../images/common/icon-line.svg) no-repeat center/contain;
  width: 24.15px;
  width: 1.509375rem;
}

.c-icon-button--tel::before {
  aspect-ratio: 23/23;
  background: url(../images/common/icon-phone.svg) no-repeat center/contain;
  width: 23px;
  width: 1.4375rem;
}

.c-icon-button__text2 {
  display: block;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
}

.c-icon-button__text-sm {
  display: block;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 600;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.c-menu-button {
  aspect-ratio: 65.5/64;
  height: auto;
  position: relative;
  width: 65.5px;
  width: 4.09375rem;
}

.c-menu-button span {
  background-color: #fff;
  display: block;
  height: 1px;
  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: 33.5px;
  width: 2.09375rem;
}

.p-header.is-active .c-menu-button span,
.p-header--sub .c-menu-button span {
  background-color: #B1A08A;
}

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

.p-header.is-active .c-menu-button span:before,
.p-header.is-active .c-menu-button span::after,
.p-header--sub .c-menu-button span:before,
.p-header--sub .c-menu-button span::after {
  background-color: #B1A08A;
}

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

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

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

.c-menu-button[aria-expanded=true] span::before,
.p-header.is-active .c-menu-button[aria-expanded=true] span:before {
  background-color: #fff;
  -webkit-transform: translateY(0) rotate(35deg);
          transform: translateY(0) rotate(35deg);
}

.c-menu-button[aria-expanded=true] span::after,
.p-header.is-active .c-menu-button[aria-expanded=true] span::after {
  background-color: #fff;
  -webkit-transform: translateY(0) rotate(-35deg);
          transform: translateY(0) rotate(-35deg);
}
.c-no-post {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.c-page-top {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}

.c-page-top__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B1A08A;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  height: 3.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 57px;
  width: 3.5625rem;
}

.c-page-top__btn::after {
  background: url("../images/common/arrow-top.svg") no-repeat center/contain;
  content: "";
  height: 32px;
  height: 2rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  width: 19px;
  width: 1.1875rem;
}
.c-sec-title {
  color: #B1A08A;
  font-family: "Gilda Display", serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
}

.c-sec-title2 {
  border-bottom: 0.7px solid #B1A08A;
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.c-title {
  color: #B1A08A;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-top: 2.0625rem;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-title::before {
  background: url(../images/common/title-bg.png) no-repeat center/contain;
  content: "";
  height: 71px;
  height: 4.4375rem;
  position: absolute;
  right: -25%;
  top: 0;
  width: 118.33px;
  width: 7.395625rem;
}

.c-title--clinic::before {
  right: -13%;
}

.c-title--price::before,
.c-title--case::before {
  right: -33%;
}

.c-title--column::before {
  right: -20%;
}

.p-lower-mv--terms .c-title {
  padding-top: 0;
}
.p-lower-mv--terms .c-title::before {
  right: -8%;
  top: -10%;
}

.c-title__en {
  font-family: "Gilda Display", serif;
  font-size: max(50px, 10px);
  font-size: max(3.125rem, 10px);
  font-weight: 400;
  line-height: 1;
  padding-right: 10px;
  padding-right: 0.625rem;
  position: relative;
}

.c-title__ja {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
  position: relative;
}

.c-title__main {
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2;
  position: relative;
}

.c-title--top-doctor {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.c-title--top-doctor::before {
  background: url(../images/common/title-bg2.png) no-repeat center/contain;
  height: 60px;
  height: 3.75rem;
  right: -22%;
  width: 100px;
  width: 6.25rem;
}

.c-title--top-menu {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.c-title--top-menu::before {
  right: -5%;
}
.c-title--top-menu .c-title__en {
  padding-right: 38px;
  padding-right: 2.375rem;
}

.c-title--top-news {
  padding-top: 22px;
  padding-top: 1.375rem;
}
.c-title--top-news::before {
  right: -15%;
}
.c-title--top-news .c-title__en {
  padding-right: 28px;
  padding-right: 1.75rem;
}

.p-404 {
  padding-bottom: 144px;
  padding-bottom: 9rem;
  padding-top: 232px;
  padding-top: 14.5rem;
  text-align: center;
}

.p-404__head {
  color: #B1A08A;
  font-family: "Gilda Display", serif;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-top: 1.125rem;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-404__head::before {
  background: url(../images/common/title-bg.png) no-repeat center/contain;
  content: "";
  height: 113px;
  height: 7.0625rem;
  position: absolute;
  right: -42%;
  top: 0;
  width: 191px;
  width: 11.9375rem;
  z-index: -1;
}

.p-404__title {
  font-family: "Gilda Display", serif;
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 1;
  padding-right: 12px;
  padding-right: 0.75rem;
}

.p-404__title-main {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-transform: uppercase;
}

.p-404__description {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 2.3;
  margin-top: 52px;
  margin-top: 3.25rem;
}

.p-404__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-accordion {
  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-accordion__details {
  position: relative;
}

.p-accordion__question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E4E3DF;
  border-radius: 0.3125rem 0.3125rem 0 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  padding: 24px 41px 24px 40px;
  padding: 1.5rem 2.5625rem 1.5rem 2.5rem;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-accordion__question::after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.p-accordion__question-icon,
.p-accordion__answer-icon {
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-accordion__question-icon {
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.p-accordion__question-text,
.p-accordion__answer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2.2;
}

.p-accordion__toggle-icon {
  background-color: #B1A08A;
  border-radius: 50%;
  display: block;
  height: 32px;
  height: 2rem;
  margin-left: auto;
  position: relative;
  width: 32px;
  width: 2rem;
}

.p-accordion__toggle-icon::after {
  -webkit-mask-image: url(../images/common/icon-arrow-up.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #FAFAFA;
  content: "";
  height: 8.76px;
  height: 0.5475rem;
  left: 50%;
          mask-image: url(../images/common/icon-arrow-up.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  top: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 17.52px;
  width: 1.095rem;
}

/* is-openedクラスが付与されたときのスタイル */
details.is-opened .p-accordion__toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-accordion__answer-block {
  overflow: hidden;
}

.p-accordion__answer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAFAFA;
  border-radius: 0 0 0.3125rem 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  padding: 37.8px 40px;
  padding: 2.3625rem 2.5rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-breadcrumb {
  color: #B1A08A;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2;
  margin-top: 94px;
  margin-top: 5.875rem;
}

.p-breadcrumb__inner {
  padding-left: 3.47%;
}

.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-case-card {
  background: #FAFAFA;
  border-radius: 0 0 0.3125rem 0.3125rem;
  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%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.p-case-card__img img {
  aspect-ratio: 1080/1350;
  height: auto;
  width: 100%;
}

.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: 22px 18px 18.5px;
  padding: 1.375rem 1.125rem 1.15625rem;
  position: relative;
}

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

.p-case-card__cateItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EEEDEA;
  border-radius: 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  height: 19px;
  height: 1.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.p-case-card__wrap {
  grid-row-gap: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 18px;
  margin-top: 1.125rem;
  row-gap: 12px;
  row-gap: 0.75rem;
}

.p-case-card__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-case-card__list {
  grid-row-gap: 0.1875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3px;
  row-gap: 0.1875rem;
}

.p-case-card__area > .p-case-card__list:nth-child(1) {
  width: 28%;
}

.p-case-card__area > .p-case-card__list:nth-child(2) {
  width: 50.43%;
}

.p-case-card__term {
  color: #B1A08A;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-case-card__desc {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

h2.p-case-card__desc,
.p-case-card__list:nth-child(3) .p-case-card__desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

.p-case-card__list:nth-child(2) .p-case-card__desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.p-case-card__arrow {
  bottom: 24px;
  bottom: 1.5rem;
  position: absolute;
  right: 16px;
  right: 1rem;
}

.p-case__inner {
  margin-left: 9.8611111111%;
  margin-right: 6.5277777778%;
}

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

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

.p-category__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #B1A08A;
  border-radius: 3.125rem;
  color: #B1A08A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 195px;
  min-width: 12.1875rem;
  padding: 13px 40px 14px 24px;
  padding: 0.8125rem 2.5rem 0.875rem 1.5rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.is-active .p-category__link {
  background: #B1A08A;
  color: #FAFAFA;
}

.p-category__link:hover {
  background: #B1A08A;
  color: #FAFAFA;
  opacity: 1;
}

.p-category__link::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/arrow_bottom.svg) no-repeat center center/100%;
  content: "";
  height: 9px;
  height: 0.5625rem;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  width: 0.9375rem;
}

.is-active .p-category__link::after {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_bottom.svg);
  background: #FAFAFA;
          mask-image: url(../images/common/arrow_bottom.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: 100%;
}

.p-category__link:hover::after {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_bottom.svg);
  background: #FAFAFA;
          mask-image: url(../images/common/arrow_bottom.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: 100%;
}

.p-category__text {
  font-size: max(10px, 14px);
  font-size: max(10px, 0.875rem);
  line-height: 1;
}

.p-clinic-features {
  background-color: #E4E3DF;
  padding: 95px 0 120px;
  padding: 5.9375rem 0 7.5rem;
}

.p-clinic-features__title {
  text-align: center;
}

.p-clinic-features__list {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -10px;
  margin-top: -0.625rem;
}

.p-clinic-features__item {
  -webkit-box-shadow: 0 0 0.625rem rgba(177, 160, 138, 0.2);
          box-shadow: 0 0 0.625rem rgba(177, 160, 138, 0.2);
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}

.p-clinic-features__item:nth-child(2) {
  margin-top: 95px;
  margin-top: 5.9375rem;
}

.p-clinic-features__image img {
  -o-object-fit: cover;
  aspect-ratio: 368/194;
  border-radius: 0.3125rem 0.3125rem 0 0;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-clinic-features__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  background-color: #FAFAFA;
  border-radius: 0 0 0.3125rem 0.3125rem;
  display: grid;
  justify-items: center;
  justify-items: center;
  min-height: 190px;
  min-height: 11.875rem;
  padding: 30px 33.5px 30px;
  padding: 1.875rem 2.09375rem 1.875rem;
  place-items: center;
  text-align: center;
}

.p-clinic-features__item-title {
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: center;
}

.p-clinic-features__item-description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-clinic-gallery {
  padding: 110px 0 121px;
  padding: 6.875rem 0 7.5625rem;
}

.p-clinic-gallery__inner.l-inner {
  max-width: 1314px;
  max-width: 82.125rem;
}

.p-clinic-gallery__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  gap: 4.5rem;
  padding-left: 56px;
  padding-left: 3.5rem;
}

.p-clinic-gallery__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-clinic-gallery__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
}

.p-clinic-gallery__list {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-clinic__mv {
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
  position: relative;
}

.p-clinic__mv::before,
.p-clinic__mv::after {
  content: "";
  height: 250px;
  height: 15.625rem;
  position: absolute;
  width: 250px;
  width: 15.625rem;
  z-index: -1;
}

.p-clinic__mv::before {
  background: url(../images/clinic/clinic-mv1.jpg) no-repeat center/cover;
  border-radius: 0 0.3125rem 0.3125rem 0;
  bottom: 15.5%;
  left: 0;
}

.p-clinic__mv::after {
  background: url(../images/clinic/clinic-mv2.jpg) no-repeat center/cover;
  border-radius: 0.3125rem 0 0 0.3125rem;
  bottom: 42.2%;
  right: 0;
}

.p-clinic__mv .p-lower-mv__description {
  line-height: 2.83;
}

.p-column-card {
  background: #FAFAFA;
  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%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.p-column-card__head {
  position: relative;
}

.p-column-card__new {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #B1A08A;
  border-radius: 0 0.3125rem 0.3125rem 0;
  color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  height: 34px;
  height: 2.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  position: absolute;
  top: 16px;
  top: 1rem;
  z-index: 1;
}

.p-column-card__img img {
  -o-object-fit: cover;
  aspect-ratio: 303/303;
  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 16px 78px;
  padding: 1.375rem 1rem 4.875rem;
  position: relative;
}

.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__cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  gap: 0.5rem 1rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-column-card__cateItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EEEDEA;
  border-radius: 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  height: 19px;
  height: 1.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.p-column-card__date {
  color: #B1A08A;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-column-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: -2.8px;
  margin-top: -0.175rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-column-card__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: max(10px, 12px);
  font-size: max(10px, 0.75rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 8px;
  margin-top: 0.5rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-column-card__arrow {
  bottom: 24px;
  bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 16px;
  right: 1rem;
}

.p-column__inner {
  margin-left: 9.8611111111%;
  margin-right: 6.5277777778%;
}

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

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

/* （the_content()で出力したものへのスタイル） */
.p-content p {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-content > p {
  margin-bottom: 51px;
  margin-bottom: 3.1875rem;
}

.p-content .p-single-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2;
  margin-bottom: 51px;
  margin-bottom: 3.1875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}

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

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

.p-content p + p,
.p-content .p-single-text + p {
  margin-bottom: 0;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-content .p-single-text + .wp-block-image {
  margin-top: 20px;
  margin-top: 1.25rem;
}

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

.p-content h2.p-single-title {
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
  position: relative;
}

.p-content h2.p-single-title:not(:first-child) {
  margin-top: 53px;
  margin-top: 3.3125rem;
}

.p-content h2.p-single-title__only {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-content h3.p-single-title {
  color: #B1A08A;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 18px;
  padding-left: 1.125rem;
  position: relative;
}

.p-content h3.p-single-title::before {
  background: #B1A08A;
  border-radius: 1.5625rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  width: 10px;
  width: 0.625rem;
}

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

.p-content h2.p-single-title + h3.p-single-title {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-content h2.p-single-title + h3.p-single-title + .p-single-text {
  margin-bottom: 0;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-content h3.p-single-title + .p-single-text {
  margin-bottom: 0;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-content .wp-block-columns.two-columns {
  grid-column-gap: 1.4375rem;
  -moz-column-gap: 1.4375rem;
  grid-row-gap: 1.5rem;
       -webkit-column-gap: 1.4375rem;
               column-gap: 1.4375rem;
  display: grid;
  grid-template-columns: repeat(2, 29.125rem);
  row-gap: 24px;
  row-gap: 1.5rem;
}

.p-content .wp-block-columns.three-columns {
  grid-gap: 1rem;
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-content .wp-block-columns.four-columns {
  grid-column-gap: 1.4375rem;
  -moz-column-gap: 1.4375rem;
  grid-row-gap: 1.5rem;
       -webkit-column-gap: 1.4375rem;
               column-gap: 1.4375rem;
  display: grid;
  grid-template-columns: repeat(2, 29.125rem);
  margin-top: 60px;
  margin-top: 3.75rem;
  row-gap: 24px;
  row-gap: 1.5rem;
}

.p-content .two-columns.square-img img {
  aspect-ratio: 1/1;
}

.p-content .wp-block-columns.four-columns img {
  aspect-ratio: 1/1;
}

/* リストブロック */
.p-single-block__list {
  list-style: none !important;
  padding: 30px 32px !important;
  padding: 1.875rem 2rem !important;
}
.p-single-block__list {
  background-color: #E4E3DF;
  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-content h2.p-single-title + .p-single-block__list {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-content h3.p-single-title + .p-single-block__list {
  margin-top: 8px;
  margin-top: 0.5rem;
}

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

.p-single-block__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-single-block__list li::before {
  aspect-ratio: 1/1;
  background: #B1A08A;
  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 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: 23px;
  margin-top: 1.4375rem;
}

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

.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-content .wp-block-columns {
  margin-bottom: 0 !important;
}

.p-content .wp-block-columns {
  margin-top: 22px;
  margin-top: 1.375rem;
}

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

.two-columns img {
  aspect-ratio: 466/297;
}

.three-columns img {
  aspect-ratio: 308/308;
}

.p-content .p-treatment-info {
  margin-bottom: 58px;
  margin-bottom: 3.625rem;
}

.p-content .p-menu-title {
  border-bottom: 1px solid #B1A08A;
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

.p-content .p-treatment-info__wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-content .p-treatment-info__table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}

.p-content .p-treatment-info__table tr:not(:first-child) {
  border-top: 1px solid #B1A08A;
}

.p-content .p-treatment-info__table th {
  background: #E4E3DF;
  font-size: max(10px, 12px);
  font-size: max(10px, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 17px 32px;
  padding: 1.0625rem 2rem;
  text-align: left;
  width: 28.2426778243%;
}

.p-content .p-treatment-info__table td {
  background: #FAFAFA;
  font-size: max(10px, 12px);
  font-size: max(10px, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 17px 32px;
  padding: 1.0625rem 2rem;
  width: 71.7573221757%;
}

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

.p-content .p-menu-table table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}

.p-content .p-menu-table tr:not(:first-child) {
  border-top: 0.7px solid #B1A08A;
}

.p-content .p-menu-table th {
  background: #E4E3DF;
  border: none;
  font-size: max(10px, 12px);
  font-size: max(10px, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 17.5px 32px;
  padding: 1.09375rem 2rem;
  text-align: left;
  width: 28.2426778243%;
}

.p-content .p-menu-table td {
  background: #FAFAFA;
  border: none;
  font-size: max(10px, 12px);
  font-size: max(10px, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 17.5px 32px;
  padding: 1.09375rem 2rem;
  width: 71.7573221757%;
}

.p-menu-table-block .p-menu-title + .p-menu-table {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

/* メニュー施術テーブル表ブロック */
.p-content .p-single-table {
  border-radius: 0.3125rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
  overflow: hidden;
  width: 100%;
}

.p-content .p-single-table table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}

.p-content .p-single-table tr:not(:first-child) {
  border-top: 0.7px solid #B1A08A;
}

.p-content .p-single-table th {
  background: #E4E3DF;
  border: none;
  font-size: max(10px, 12px);
  font-size: max(10px, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 17.5px 32px;
  padding: 1.09375rem 2rem;
  text-align: left;
  width: 28.2426778243%;
}

.p-content .p-single-table td {
  background: #FAFAFA;
  border: none;
  font-size: max(10px, 12px);
  font-size: max(10px, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 17.5px 32px;
  padding: 1.09375rem 2rem;
  width: 71.7573221757%;
}

.p-content p + .p-menu-block {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-content .p-menu-block__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-content .p-menu-subtitle {
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: 0;
  padding-left: 18px;
  padding-left: 1.125rem;
  position: relative;
}

.p-content .p-menu-subtitle::before {
  background: #B1A08A;
  border-radius: 1.5625rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 16px;
  top: 1rem;
  width: 10px;
  width: 0.625rem;
}

.p-content .p-custom__treatment-detail {
  margin-bottom: 62px;
  margin-bottom: 3.875rem;
}

.p-content .p-menu-recommend__title {
  color: #B1A08A;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2;
}

.p-content .p-menu-recommend__list {
  margin-top: 12px !important;
  margin-top: 0.75rem !important;
}

.p-content .p-menu-recommend__list {
  background: #E4E3DF;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
  gap: 0 2.5rem;
  list-style: none;
  padding: 10px 24px 22px;
  padding: 0.625rem 1.5rem 1.375rem;
}

.p-content .p-menu-recommend__list li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.p-content .p-menu-recommend__list li::before {
  background: #B1A08A;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  width: 8px;
  width: 0.5rem;
}

.p-menu-discription .p-menu-block + .p-menu-recommend {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-content .p-menu-detail .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-content .p-menu-detail__title,
.p-content .p-menu-detail .p-menu-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: 0;
  width: 26.1506276151%;
}

.p-content .p-menu-detail__wrap {
  margin-top: -2px;
  margin-top: -0.125rem;
  width: 71.7573221757%;
}

.p-content .p-menu-detail__wrap > .wp-block-group__inner-container,
.p-content .p-menu-detail .p-menu-recommend > .wp-block-group__inner-container {
  display: block;
}

.p-content .p-menu-detail .p-menu-recommend__title {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-content .p-menu-detail__text {
  margin-top: 0;
}

.p-content .p-custom__attention {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-content .p-menu-attention {
  font-size: max(10px, 14px);
  font-size: max(10px, 0.875rem);
  font-weight: 400;
  line-height: 2.2;
}

.p-content .p-menu-block__list {
  grid-row-gap: 0.5625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  list-style: none;
  margin-top: 34px;
  margin-top: 2.125rem;
  padding-left: 21px;
  padding-left: 1.3125rem;
  row-gap: 9px;
  row-gap: 0.5625rem;
}

.p-content .p-menu-block__list li {
  font-size: max(10px, 14px);
  font-size: max(10px, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  position: relative;
}

.p-content .p-menu-block__list li::before {
  background: #333;
  border-radius: 50%;
  content: "";
  height: 3.5px;
  height: 0.21875rem;
  left: -12px;
  left: -0.75rem;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  width: 3.5px;
  width: 0.21875rem;
}

.p-content .p-menu-block__list + .p-menu-block__text {
  font-size: max(10px, 14px);
  font-size: max(10px, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 11px;
  margin-top: 0.6875rem;
  position: relative;
}

/* 投稿ブロックカスタムパターン */
/* 画像１枚(サイズ固定)パターン */
.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(2, 1fr);
}

.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: 1080/1350;
  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(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: 24px;
  gap: 1.5rem;
}

.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: auto;
  max-width: 100%;
}
.p-custom__gallery3-tall figure.wp-block-image:nth-child(1) img {
  -o-object-fit: cover;
  aspect-ratio: 1080/1350;
  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: auto;
}
.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: 1080/1350;
  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__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: #333;
  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 th {
  background: #E4E3DF;
  border: none;
  font-size: max(10px, 12px);
  font-size: max(10px, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 13px 32px;
  padding: 0.8125rem 2rem;
  text-align: left;
  width: 28.2722513089%;
}

.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: 13px 32px;
  padding: 0.8125rem 2rem;
  width: 71.7277486911%;
}

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

.p-custom__menu-table table td:nth-of-type(1) {
  -ms-flex-line-pack: center;
      align-content: center;
  align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  place-content: center;
}

/* セクションタイトル(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: "Gilda Display", 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: orange;
  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: #E4E3DF;
  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: orange;
  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: #E4E3DF;
  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 #E4E3DF;
  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: #E4E3DF;
  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: #333 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: #333;
  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: #B1A08A;
  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: #B1A08A;
  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: #B1A08A;
  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 #EEEDEA 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: #333;
  color: #333;
}

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

.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: "Gilda Display", 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: #333;
  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: #E4E3DF;
  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 #E4E3DF;
  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: #E4E3DF;
  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 #E4E3DF 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: orange;
  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-gallery {
  padding: 115px 0 120px;
  padding: 7.1875rem 0 7.5rem;
}

.p-doctor-gallery__inner.l-inner {
  max-width: 1314px;
  max-width: 82.125rem;
}

.p-doctor-gallery__title {
  padding-left: 56px;
  padding-left: 3.5rem;
}

.p-doctor-gallery__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-doctor-point {
  background-color: #E4E3DF;
  padding: 115px 0 120px;
  padding: 7.1875rem 0 7.5rem;
}

.p-doctor-point__title {
  text-align: center;
}

.p-doctor-point__list {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -10px;
  margin-top: -0.625rem;
}

.p-doctor-point__item {
  background-color: #FAFAFA;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(177, 160, 138, 0.2);
          box-shadow: 0 0 0.625rem rgba(177, 160, 138, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 404px;
  min-height: 25.25rem;
  padding: 40px 32px 30px;
  padding: 2.5rem 2rem 1.875rem;
  row-gap: 30px;
  row-gap: 1.875rem;
  text-align: center;
}

.p-doctor-point__item:nth-child(2) {
  margin-top: 108px;
  margin-top: 6.75rem;
}

.p-doctor-point__image {
  margin-left: auto;
  margin-right: auto;
  width: 52.37%;
}

.p-doctor-point__image img {
  aspect-ratio: 159/126;
  height: auto;
  width: 100%;
}

.p-doctor-point__item:nth-child(2) .p-doctor-point__image {
  width: 46.16%;
}
.p-doctor-point__item:nth-child(2) .p-doctor-point__image img {
  aspect-ratio: 140/128;
}

.p-doctor-point__item:nth-child(3) .p-doctor-point__image {
  width: 57.23%;
}
.p-doctor-point__item:nth-child(3) .p-doctor-point__image img {
  aspect-ratio: 174/123;
}

.p-doctor-point__item-title {
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: center;
}

.p-doctor-point__item-description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-doctor-profile {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.p-doctor-profile__inner.l-inner {
  max-width: 1457px;
  max-width: 91.0625rem;
  padding-left: 8.5px;
  padding-left: 0.53125rem;
  padding-right: 8.5px;
  padding-right: 0.53125rem;
}

.p-doctor-profile__box {
  border-radius: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 62px 4% 70px 42.2%;
  padding: 3.875rem 4% 4.375rem 42.2%;
  position: relative;
  width: 92.98%;
}

.p-doctor-profile__box::before {
  background: url(../images/doctor/profile-bg.webp) no-repeat center center/cover;
  border-radius: 0.3125rem 0 0 0.3125rem;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-doctor-profile__image {
  left: 4.5%;
  position: absolute;
  top: -26px;
  top: -1.625rem;
  width: 36.43%;
}

.p-doctor-profile__image img {
  aspect-ratio: 482/535;
  border-radius: 0.3125rem;
  height: auto;
  width: 100%;
}

.p-doctor-profile__body {
  margin-bottom: -11px;
  margin-bottom: -0.6875rem;
  position: relative;
}

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

.p-doctor-profile__name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0.17em;
  line-height: 2.2;
}

.p-doctor-profile__name-role {
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
}

.p-doctor-profile__name-role,
.p-doctor-profile__name-en {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.p-doctor-profile__name-en {
  margin-top: -17px;
  margin-top: -1.0625rem;
}

.p-doctor-profile__sns {
  color: #B1A08A;
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 27px;
  width: 1.6875rem;
}

.p-doctor-profile__sns svg {
  -o-object-fit: contain;
  aspect-ratio: 27/26.77;
  height: auto;
     object-fit: contain;
  width: 100%;
}
.p-doctor-profile__career {
  display: grid;
  grid-template-columns: 69.74% 30.25%;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-doctor-profile__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  padding-right: 7.59%;
  row-gap: 3.3px;
  row-gap: 0.20625rem;
}

.p-doctor-profile__history dl {
  display: grid;
  grid-template-columns: 10.5% auto;
}

.p-doctor-profile__details {
  border-left: 0.7px solid #B1A08A;
  padding-left: 17%;
}

.p-doctor-profile__details dl + dl {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-doctor-profile__details dt {
  color: #B1A08A;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.25;
}

.p-doctor-profile__details dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.38;
}

.p-doctor__mv {
  padding-bottom: 134px;
  padding-bottom: 8.375rem;
}

.p-drawer {
  background-color: #B1A08A;
  padding: 64px 0 35px;
  padding: 4rem 0 2.1875rem;
}

.p-drawer__logo {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 127px;
  width: 7.9375rem;
}

.p-drawer__logo-link {
  display: block;
}

.p-drawer__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 127/36;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-drawer__nav-items {
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  margin-top: 2.375rem;
  max-width: 635px;
  max-width: 39.6875rem;
  width: 100%;
}

.p-drawer__nav-item a {
  color: #FAFAFA;
  display: block;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 16px 16px 13px;
  padding: 1rem 1rem 0.8125rem;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.p-drawer__nav-item a span {
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.p-filter {
  margin-top: -8px;
  margin-top: -0.5rem;
}

.p-filter__title {
  border-bottom: 1px solid #B1A08A;
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

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

.p-filter__list {
  -moz-column-gap: 1rem;
       -webkit-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 22px;
  margin-top: 1.375rem;
  row-gap: 16px;
  row-gap: 1rem;
}

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

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

.p-filter__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E4E3DF;
  border-radius: 6.25rem;
  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;
  line-height: 1;
  padding: 5px 16px 7px;
  padding: 0.3125rem 1rem 0.4375rem;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
/* 追従メニュー */
.p-fixed-menu__list {
  background-color: #B1A08A;
  border-radius: 0.3125rem;
}

.p-fixed-menu__item {
  position: relative;
}

.p-fixed-menu__item:not(:first-child)::before {
  background-color: #FAFAFA;
  content: "";
  height: 0.5px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}

.p-fixed-menu__link {
  background-color: #B1A08A;
  color: #FAFAFA;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  white-space: nowrap;
}

.p-fixed-menu__item:first-child .p-fixed-menu__link {
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.p-fixed-menu__item:nth-last-child(2) .p-fixed-menu__link {
  border-radius: 0 0 0.3125rem 0.3125rem;
}

.p-fixed-menu__link span {
  display: block;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}

.p-fixed-menu__item:nth-child(1) .p-fixed-menu__link span {
  background: url("../images/common/icon-web.svg") no-repeat center/contain;
  height: 28px;
  height: 1.75rem;
  width: 35px;
  width: 2.1875rem;
}

.p-fixed-menu__item:nth-child(2) .p-fixed-menu__link span {
  background: url("../images/common/icon-line.svg") no-repeat center/contain;
  height: 28px;
  height: 1.75rem;
  width: 29.4px;
  width: 1.8375rem;
}

.p-fixed-menu__item:nth-child(3) .p-fixed-menu__link span {
  background: url("../images/common/icon-phone.svg") no-repeat center/contain;
  height: 28px;
  height: 1.75rem;
  width: 28px;
  width: 1.75rem;
}

.p-fixed-menu__list + .p-fixed-menu__list {
  margin-top: 8px;
  margin-top: 0.5rem;
}
/* 共通追従メニュー・トップへ戻るボタン */
.p-fixed {
  bottom: 24px;
  bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  right: 25px;
  right: 1.5625rem;
  row-gap: 16px;
  row-gap: 1rem;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  z-index: 99;
}

.p-fixed.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.p-footer {
  -webkit-box-shadow: 0 -0.0625rem 0.625rem 0 rgba(177, 160, 138, 0.5);
          box-shadow: 0 -0.0625rem 0.625rem 0 rgba(177, 160, 138, 0.5);
}

.p-footer__info {
  background: url("../images/common/bg-footer.jpg") no-repeat center/cover;
  padding: 60px 0 63px;
  padding: 3.75rem 0 3.9375rem;
}

.p-footer__info-content {
  -moz-column-gap: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -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;
  position: relative;
  z-index: 5;
}

.p-footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17%;
}

.p-footer__logo-link {
  display: block;
  width: 100%;
}

.p-footer__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 196/183.52;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__info-main {
  grid-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
       -webkit-column-gap: 3.5rem;
               column-gap: 3.5rem;
  display: grid;
  grid-template-columns: 34.26% 59.2%;
  width: 74.47%;
}

.p-footer__access {
  grid-row-gap: 1.225rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 19.6px;
  row-gap: 1.225rem;
}

.p-footer__access-list {
  -moz-column-gap: 1.25rem;
  color: #FAFAFA;
       -webkit-column-gap: 1.25rem;
               column-gap: 1.25rem;
  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;
  line-height: 1.7;
}

.p-footer__access-term {
  width: 21.768707483%;
}

.p-footer__access-desc {
  width: 66.6666666667%;
  word-break: break-all;
}

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

.p-footer__calender-header {
  border-bottom: 0.7px solid #FAFAFA;
  color: #FAFAFA;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 4px 5px 12px 8px;
  padding: 0.25rem 0.3125rem 0.75rem 0.5rem;
  text-align: center;
}

.p-footer__calender-header:first-child {
  width: 25.98%;
}

.p-footer__calender-time {
  border-bottom: 0.7px solid #FAFAFA;
  color: #FAFAFA;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 10px 0 12px;
  padding: 0.625rem 0 0.75rem;
  text-align: center;
}

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

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

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

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

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

.p-footer__bottom {
  background-color: #BFBCB5;
  padding: 80px 0 15px;
  padding: 5rem 0 0.9375rem;
}

.p-footer__content {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
  display: grid;
  grid-template-columns: 22% 74.47%;
}

.p-footer__btns {
  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: 16px;
  row-gap: 1rem;
}

.p-footer__nav {
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-left: 10.5px;
  padding-left: 0.65625rem;
  padding-right: 10.5px;
  padding-right: 0.65625rem;
}

.p-footer__nav-items {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       -webkit-column-gap: 1rem;
          column-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-footer__nav-item a {
  -moz-column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.5rem;
               column-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  white-space: nowrap;
}

.p-footer__nav-item a::before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  width: 5px;
  width: 0.3125rem;
}
.p-footer__menu {
  background-color: #E4E3DF;
  border-radius: 0.3125rem;
  display: grid;
  grid-template-columns: 49.11% 50.79%;
  padding: 36px 40px 36px 43px;
  padding: 2.25rem 2.5rem 2.25rem 2.6875rem;
}

.p-footer__menu-block + .p-footer__menu-block {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.p-footer__menu-block {
  padding-right: 36px;
  padding-right: 2.25rem;
}

.p-footer__menu-block-right {
  border-left: 0.7px solid #B1A08A;
  padding-left: 48px;
  padding-left: 3rem;
}
.p-footer__menu-block-right .p-footer__menu-block {
  padding-right: 0;
}

.p-footer__menu-title {
  color: #B1A08A;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
}

.p-footer__menu-title::before {
  background-color: #B1A08A;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: -13px;
  left: -0.8125rem;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  width: 5px;
  width: 0.3125rem;
}

.p-footer__menu-title + .p-footer__menu-box {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__menu-box + .p-footer__menu-box {
  margin-top: 10.8px;
  margin-top: 0.675rem;
}

.p-footer__menu-category {
  color: #B1A08A;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.9;
}

.p-footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 18px;
  gap: 0.5rem 1.125rem;
}

.p-footer__menu-item {
  margin-left: -12px;
  margin-left: -0.75rem;
}

.p-footer__menu-link {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  padding: 0 12px;
  padding: 0 0.75rem;
  text-decoration-color: transparent;
  transition: text-underline-offset 0.3s ease-out, text-decoration-color 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
  -webkit-transition: text-underline-offset 0.3s ease-out, text-decoration-color 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out, text-underline-offset 0.3s ease-out, text-decoration-color 0.3s ease-out;
  transition: text-decoration 0.3s ease-out, text-underline-offset 0.3s ease-out, text-decoration-color 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
}
.p-footer__copyright {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-footer__copyright small {
  color: #FAFAFA;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.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 #333;
  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: #333;
  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 #333;
  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 #333;
  border-right: 2px solid #333;
  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 #333;
  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 #333;
  border-right: 2px solid #333;
  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: #333;
  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: #333;
  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-gallery-slide {
  position: relative;
}

.p-gallery-slide .splide__arrows {
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-gallery-slide .splide__arrow {
  background-color: #B1A08A;
  border-radius: 50%;
  height: 32px;
  height: 2rem;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 32px;
  width: 2rem;
}

.p-gallery-slide .splide__arrow svg {
  display: none;
}

.p-gallery-slide .splide__arrow::before {
  -webkit-mask-image: url("../images/common/arrow-right2.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #EEEDEA;
  content: "";
  height: 14px;
  height: 0.875rem;
  left: 53%;
          mask-image: url("../images/common/arrow-right2.svg");
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 7px;
  width: 0.4375rem;
}

.p-gallery-slide .splide__arrow--prev::before {
  left: 48%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-gallery-slide .splide__arrow--prev {
  left: 0;
}

.p-gallery-slide .splide__arrow--next {
  right: 0;
}
.p-gallery-slide .splide__track {
  margin-left: auto;
  margin-right: auto;
  width: 91.13%;
}

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

.p-gallery-slide__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-gallery-slide__image picture {
  width: 100%;
}

.p-gallery-slide__image img {
  -o-object-fit: cover;
  aspect-ratio: 368/390;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-gallery-slide__caption {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-guide-flow__description {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2;
}

.p-guide-flow__list {
  counter-reset: step-counter;
  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: 32px;
  margin-top: 2rem;
  row-gap: 40px;
  row-gap: 2.5rem;
}

.p-guide-flow__item {
  background-color: #E4E3DF;
  counter-increment: step-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-guide-flow__item:not(:last-child)::after {
  border-left: 24px solid transparent;
  border-left: 1.5rem solid transparent;
  border-right: 24px solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 24px solid #E4E3DF;
  border-top: 1.5rem solid #E4E3DF;
  bottom: -22px;
  bottom: -1.375rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}

.p-guide-flow__step {
  background-color: #DBD9D5;
  border-radius: 0 3.75rem 0 0;
  color: #B1A08A;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Gilda Display", serif;
  line-height: 1;
  padding: 36px 38.5px;
  padding: 2.25rem 2.40625rem;
  width: 13.3891213389%;
}

.p-guide-flow__step-text {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
}

.p-guide-flow__step-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEEDEA;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  height: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 50px;
  width: 3.125rem;
}

.p-guide-flow__step-number::before {
  content: counter(step-counter);
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-guide-flow__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 68px 30px;
  padding: 1.5rem 4.25rem 1.875rem;
}

.p-guide-flow__item:first-child .p-guide-flow__body,
.p-guide-flow__item:nth-child(4) .p-guide-flow__body {
  padding: 24px 68px 40px;
  padding: 1.5rem 4.25rem 2.5rem;
}

.p-guide-flow__title {
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: max(25px, 10px);
  font-size: max(1.5625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

.p-guide-flow__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2;
}

.p-guide-flow__buttons {
  -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: 14px;
  margin-top: 0.875rem;
}

.p-guide-flow__button:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 206.75px;
  width: 12.921875rem;
}

.p-guide-flow__button:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 204.15px;
  width: 12.759375rem;
}

.p-guide-flow__notes {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-guide-flow__attention {
  color: #B1A08A;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-guide-flow__btn-wrap {
  margin-top: 16px;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

.p-guide-table {
  background-color: #FAFAFA;
  border-collapse: collapse;
  width: 100%;
}

.p-guide-table__head {
  background-color: #E4E3DF;
}

.p-guide-table__row {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}

.p-guide-table__row:not(:last-child) {
  border-bottom: 0.7px solid #B1A08A;
}

.p-guide-table__body tr:first-child th {
  border-top: 0.7px solid #B1A08A;
}

.p-guide-table__title {
  background-color: #E4E3DF;
  font-weight: 400;
  padding: 18px 35px 18px 37.5px;
  padding: 1.125rem 2.1875rem 1.125rem 2.34375rem;
}

.p-guide-table__title span {
  display: inline-block;
}

.p-guide-table__heading,
.p-guide-table__text {
  font-weight: 400;
  padding: 18px 38px 18px 40px;
  padding: 1.125rem 2.375rem 1.125rem 2.5rem;
}

.p-guide-table__row th:first-of-type {
  width: 27.510460251%;
}

.p-guide-table__row th:nth-of-type(2),
.p-guide-table__row td:first-of-type {
  width: 34.7280334728%;
}

.p-guide {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.p-guide__mv.p-lower-mv:not(:has(.p-lower-mv__description)) {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.p-guide__block--first {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-guide__block + .p-guide__block {
  margin-top: 43.5px;
  margin-top: 2.71875rem;
}

.p-guide__block + .p-guide__block--pt {
  margin-top: 52px;
  margin-top: 3.25rem;
}

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

.p-guide__block-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-guide-block__table {
  margin-top: 30px;
  margin-top: 1.875rem;
}

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

.p-header {
  backdrop-filter: blur(20px);
  background-color: rgba(162, 153, 138, 0.1);
  -webkit-transition: background-color 0.3s ease-out, backdrop-filter 0.3s ease-out;
  transition: background-color 0.3s ease-out, backdrop-filter 0.3s ease-out;
}

.p-header.is-active,
.p-header--sub {
  backdrop-filter: blur(0px);
  background-color: #FAFAFA;
}

body.is-drawerActive .p-header.is-active,
body.is-drawerActive .p-header--sub {
  backdrop-filter: blur(20px);
  background-color: rgba(162, 153, 138, 0.1);
}

.p-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  max-width: initial;
  padding: 0 26px 0 50px;
  padding: 0 1.625rem 0 3.125rem;
}

.p-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 174px;
  width: 10.875rem;
  z-index: 1;
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 174/48;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__menu-button {
  display: none;
  position: relative;
  z-index: 1;
}

.p-header__pc-nav {
  height: 100%;
  margin-left: auto;
}

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

.p-header__pc-nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}

.p-header__pc-nav-item a {
  color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 11px;
  font-size: 0.6875rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0 24px;
  padding: 0 1.5rem;
  row-gap: 6px;
  row-gap: 0.375rem;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  white-space: nowrap;
}

.p-header__pc-nav-item a span {
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.02em;
}

.p-header.is-active .p-header__pc-nav-item a,
.p-header--sub .p-header__pc-nav-item a {
  color: #333;
}
.p-law__content {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-law__inner.l-inner2 {
  max-width: 810px;
  max-width: 50.625rem;
}

.p-legal-table {
  border-collapse: collapse;
  width: 100%;
}

.p-legal-table__row {
  border-bottom: 0.7px solid #B1A08A;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-legal-table__row:first-child .p-legal-table__term {
  border-radius: 0.3125rem 0 0 0;
}
.p-legal-table__row:first-child .p-legal-table__description {
  border-radius: 0 0.3125rem 0 0;
}

.p-legal-table__row:last-child {
  border-bottom: none;
}
.p-legal-table__row:last-child .p-legal-table__term {
  border-radius: 0 0 0 0.3125rem;
}
.p-legal-table__row:last-child .p-legal-table__description {
  border-radius: 0 0 0.3125rem 0;
}

.p-legal-table__term,
.p-legal-table__description {
  padding: 17.4px 32px;
  padding: 1.0875rem 2rem;
}

.p-legal-table__term {
  background-color: #E4E3DF;
  font-weight: 400;
  text-align: left;
  width: 30.2631578947%;
}

.p-legal-table__term span {
  display: inline-block;
}

.p-legal-table__description {
  background-color: #FAFAFA;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-legal-table__description address {
  font-style: normal;
}

.p-list1__item {
  border-bottom: 0.7px solid #B1A08A;
  padding: 35.5px 2px 33px;
  padding: 2.21875rem 0.125rem 2.0625rem;
}

.p-list1__detail {
  -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: 26px;
  gap: 1.625rem;
}

.p-list1__catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  gap: 1.5rem;
}

.p-list1__category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E4E3DF;
  border-radius: 3.75rem;
  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.05em;
  line-height: 1;
  padding: 3.5px 8px 3.5px;
  padding: 0.21875rem 0.5rem 0.21875rem;
}

.p-list1__date {
  color: #B1A08A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
}

.p-list1__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: 7px;
  margin-top: 0.4375rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-list1__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(10px, 12px);
  font-size: max(10px, 0.75rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-lower-mv {
  padding-top: 62px;
  padding-top: 3.875rem;
}

.p-lower-mv:not(:has(.p-lower-mv__description)) {
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

.p-lower-mv--terms.p-lower-mv {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  padding-top: 73px;
  padding-top: 4.5625rem;
}

.p-lower-mv__inner {
  text-align: center;
}

.p-lower-mv__description {
  font-family: "Noto Serif JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 2.8;
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-menu {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.p-menu__mv.p-lower-mv:not(:has(.p-lower-mv__description)) {
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

.p-menu__inner {
  max-width: 1006px;
  max-width: 62.875rem;
}

.p-menu__wrap {
  grid-row-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
  row-gap: 40px;
  row-gap: 2.5rem;
}

.p-menu__top {
  background: #E4E3DF;
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding: 25px 40px;
  padding: 1.5625rem 2.5rem;
}

.p-menu__title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.p-menu__list {
  grid-row-gap: 0.625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
  row-gap: 0.625rem;
}

.p-menu__item {
  -moz-column-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FAFAFA;
  border-radius: 0.3125rem;
       -webkit-column-gap: 2.5rem;
               column-gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-menu__item:first-child {
  border-radius: 0 0 0.3125rem 0.3125rem;
}

.p-menu__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  width: 299px;
  width: 18.6875rem;
}

.p-menu__img img {
  -o-object-fit: cover;
  aspect-ratio: 299/121;
  border-radius: 0.3125rem 3.125rem 0 0.3125rem;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-menu__item:first-child .p-menu__img img {
  border-radius: 0 3.125rem 0 0.3125rem;
}

.p-menu__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 64px;
  padding-right: 4rem;
  width: 68.7238493724%;
}

.p-menu__treatment-title {
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.p-menu__treatment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 33px;
  gap: 0 2.0625rem;
  margin-top: -4px;
  margin-top: -0.25rem;
}

.p-menu__treatment-item a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.29;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.p-menu__insurance {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 41px 64px 42px;
  padding: 2.5625rem 4rem 2.625rem;
}

.p-menu__insurance-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  width: 617px;
  width: 38.5625rem;
}

.p-menu__case {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-top: 7.5rem;
  width: 94.4444444444%;
}

.p-menu__case-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E4E3DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  max-width: 85rem;
  padding: 66px 104px 64px;
  padding: 4.125rem 6.5rem 4rem;
}

.p-menu__case-title {
  color: #B1A08A;
  font-family: "Gilda Display", serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
}

.p-menu__case-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  margin-left: 11.1111111111%;
  width: 715px;
  width: 44.6875rem;
}

.p-menu__case-btn {
  margin-left: 4.1666666667%;
  min-width: 154px;
  min-width: 9.625rem;
}
.p-pagenavi {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-pagenavi .wp-pagenavi {
  -moz-column-gap: 1rem;
       -webkit-column-gap: 1rem;
          column-gap: 1rem;
  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: 15px;
  row-gap: 0.9375rem;
}

.p-pagenavi .wp-pagenavi span,
.p-pagenavi .wp-pagenavi a {
  border-color: #B1A08A !important;
}

.p-pagenavi .wp-pagenavi span,
.p-pagenavi .wp-pagenavi a {
  border-radius: 0.3125rem;
  height: 35px;
  height: 2.1875rem;
  margin: 0;
  padding: 3px 0 6px;
  padding: 0.1875rem 0 0.375rem;
  -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  width: 35px;
  width: 2.1875rem;
}

.p-pagenavi .current,
.p-pagenavi .page {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B1A08A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
}

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

.p-pagenavi .current {
  background: #B1A08A;
  color: #FAFAFA;
}

.p-pagenavi a.previouspostslink,
.p-pagenavi a.nextpostslink {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.p-pagenavi a.previouspostslink,
.p-pagenavi a.nextpostslink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: bold;
  height: 32px;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 32px;
  width: 2rem;
}

.p-pagenavi .previouspostslink {
  margin-right: 8px !important;
  margin-right: 0.5rem !important;
}

.p-pagenavi .nextpostslink {
  margin-left: 8px !important;
  margin-left: 0.5rem !important;
}

.p-pagenavi .previouspostslink img,
.p-pagenavi .nextpostslink img {
  -webkit-filter: none;
          filter: none;
  height: auto;
  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-post-list__mv {
  padding-bottom: 60px !important;
  padding-bottom: 3.75rem !important;
}

.p-post-list__inner {
  margin-left: 9.8611111111%;
  margin-right: 6.5277777778%;
}

.p-post-list__container {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-post-list__items {
  border-top: 0.7px solid #B1A08A;
}

.p-post-list .p-filter {
  margin-top: 0;
}

.p-preparation {
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.p-preparation__read {
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0.17em;
  line-height: 2.2;
  padding-left: 26.5%;
  text-align: center;
}

.p-preparation__btn {
  margin-left: 21.5%;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-price-list__wrap {
  background: #fff;
  padding: 24px 64px 48px;
  padding: 1.5rem 4rem 3rem;
}

.p-price-list__title {
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
}

.p-price-list--single .p-price-list__title {
  border-bottom: 1px solid #B1A08A;
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  padding-left: 0;
}

.p-price-list__title::before {
  background: #B1A08A;
  border-radius: 1.5625rem;
  content: "";
  height: 1px;
  left: 10px;
  left: 0.625rem;
  position: absolute;
  top: 16px;
  top: 1rem;
  width: 10px;
  width: 0.625rem;
}

.p-price-list--single .p-price-list__title::before {
  display: none;
}

.p-price-list__items {
  display: grid;
}

.p-price-list__item {
  -moz-column-gap: 1.5rem;
       -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-price-list__item:only-child {
  padding: 0;
}

.p-price-list__item:not(:only-child) {
  border-bottom: 0.5px solid #B1A08A;
  padding-bottom: 16.3px;
  padding-bottom: 1.01875rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-price-list__item + .p-price-list__item {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-price-list__name {
  font-size: max(10px, 14px);
  font-size: max(10px, 0.875rem);
  line-height: 1.7;
}

.p-price-list__price {
  font-size: max(10px, 14px);
  font-size: max(10px, 0.875rem);
  line-height: 1.7;
  white-space: nowrap;
}

.p-price-list__attention {
  font-size: max(10px, 14px);
  font-size: max(10px, 0.875rem);
  line-height: 1.7;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  text-align: right;
}

.p-price-list__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
}

.p-price-list__items:has(.p-price-list__attention ~ .p-price-list__attention) .p-price-list__attention:first-of-type {
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}

.p-single__price-wrap:not(:has(.p-price-list__attention)):not(:has(.p-single__price-attention)) .p-price-list__item:not(:only-child):last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-price {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.p-price__inner {
  max-width: 1090px;
  max-width: 68.125rem;
}

.p-price__wrap {
  grid-row-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 956px;
  max-width: 59.75rem;
  row-gap: 40px;
  row-gap: 2.5rem;
}

.p-price__container {
  scroll-margin-top: 1.875rem;
}

.p-price__top {
  background: #E4E3DF;
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding: 25px 40px;
  padding: 1.5625rem 2.5rem;
}

.p-price__title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.p-price__bottom {
  background: #FAFAFA;
  border-radius: 0 0 0.3125rem 0.3125rem;
  display: grid;
  padding: 38px 64px 42px;
  padding: 2.375rem 4rem 2.625rem;
}

#parent-31 .p-price__bottom {
  padding: 41px 74px 42px;
  padding: 2.5625rem 4.625rem 2.625rem;
}

.p-price .p-price-list:not(:only-child) {
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}

.p-price .p-price-list:not(:has(.p-price-list__attention)) {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.p-price .p-price-list:last-child {
  margin-bottom: 0;
}

.p-price .p-price-list__items:not(:has(.p-price-list__attention)) .p-price-list__item:not(:only-child):last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-single {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.p-single__mv.p-lower-mv {
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  padding-top: 58px;
  padding-top: 3.625rem;
}

.p-single__mv.p-single__mv--menu {
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  padding-top: 36px;
  padding-top: 2.25rem;
}

.p-single__mv .c-title::before {
  right: -30%;
  top: 20%;
}

.p-single__container-inner {
  max-width: 1006px;
  max-width: 62.875rem;
}

.p-single__head {
  margin-top: 68px;
  margin-top: 4.25rem;
}

.p-single__meta {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

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

.p-single__cateItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E4E3DF;
  border-radius: 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(10px, 14px);
  font-size: max(10px, 0.875rem);
  height: 26px;
  height: 1.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0 16px;
  padding: 0 1rem;
}

.p-single__title {
  border-bottom: 1px solid #B1A08A;
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

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

.p-single__custom {
  grid-row-gap: 1.3125rem;
  background: #E4E3DF;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 108px;
  margin-top: 6.75rem;
  max-width: 1360px;
  max-width: 85rem;
  padding: 66px 0;
  padding: 4.125rem 0;
  row-gap: 21px;
  row-gap: 1.3125rem;
  width: 94.4444444444%;
}

.p-single__custom-list {
  grid-row-gap: 0.0625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left: auto;
  margin-right: auto;
  row-gap: 1px;
  row-gap: 0.0625rem;
  width: 70.2941176471%;
}

.p-single__custom-title {
  font-size: max(10px, 12px);
  font-size: max(10px, 0.75rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-single__custom-content {
  font-size: max(10px, 12px);
  font-size: max(10px, 0.75rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-single__btn {
  margin-top: 74px;
  margin-top: 4.625rem;
  text-align: center;
}

.p-single__btn-wrap {
  -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-top: 114px;
  margin-top: 7.125rem;
}

.p-single__btn .c-arrow-button--right {
  font-family: "Noto Serif JP", serif;
  font-size: max(10px, 14px);
  font-size: max(10px, 0.875rem);
  font-weight: 500;
}

.p-single__price {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.p-single__subTitle {
  border-bottom: 1px solid #B1A08A;
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

.p-single__price-wrap {
  background: #FAFAFA;
  border-radius: 0.3125rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 40px 64px 40px;
  padding: 2.5rem 4rem 2.5rem;
}

.p-single__price .p-price-list__item.is-border {
  border-bottom: 0.5px solid #B1A08A;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.p-single__price-attention {
  font-size: max(10px, 14px);
  font-size: max(10px, 0.875rem);
  line-height: 1.7;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  text-align: right;
}

.p-single__read {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-terms__inner.l-inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
  gap: 2.3125rem;
  max-width: 1009px;
  max-width: 63.0625rem;
}

.p-terms p,
.p-terms__list li {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2;
}

.p-terms__heading {
  color: #B1A08A;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

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

.p-terms__list li {
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.p-terms__list li::before {
  background-color: #B1A08A;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  width: 8px;
  width: 0.5rem;
}

.p-top-clinic {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 118px;
  padding-top: 7.375rem;
}

.p-top-clinic__description {
  font-family: "Noto Serif JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 3.13;
  margin-top: 42px;
  margin-top: 2.625rem;
  text-align: center;
}

.p-top-clinic__btn {
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: center;
}

.p-top-column {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 110px;
  padding-top: 6.875rem;
}

.p-top-column__list {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-column__item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}

.p-top-column__card {
  grid-gap: 0;
  -webkit-box-shadow: 0 0 0.625rem rgba(177, 160, 138, 0.2);
          box-shadow: 0 0 0.625rem rgba(177, 160, 138, 0.2);
  display: grid;
  gap: 0;
  grid-row: span 2;
  grid-template-rows: subgrid;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
.p-top-column__card-image img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-column__card-body {
  background-color: #FAFAFA;
  border-radius: 0 0 0.3125rem 0.3125rem;
  padding: 23.8px 16px 18px;
  padding: 1.4875rem 1rem 1.125rem;
}

.p-top-column__card-info {
  -moz-column-gap: 1rem;
       -webkit-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-column__card-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-top-column__card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 10px;
  gap: 0.375rem 0.625rem;
}

.p-top-column__card-tag {
  background-color: #E4E3DF;
  border-radius: 3.75rem;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}

.p-top-column__card-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 8px;
  margin-top: 0.5rem;
  overflow: hidden;
}

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

.p-top-column__no-post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  background-color: #E4E3DF;
  display: grid;
  justify-items: center;
  justify-items: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  min-height: 382px;
  min-height: 23.875rem;
  place-items: center;
}

.p-top-column__no-post-text {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-align: center;
  text-transform: uppercase;
}

.p-top-doctor {
  overflow-x: clip;
  padding: 120px 0 82px;
  padding: 7.5rem 0 5.125rem;
}

.p-top-doctor__inner.l-inner {
  max-width: 1199px;
  max-width: 74.9375rem;
}

.p-top-doctor__bg {
  margin-left: calc(50% - 50vw);
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: calc(50vw - 50%);
  padding-top: 41px;
  padding-top: 2.5625rem;
  position: relative;
}

.p-top-doctor__bg::before {
  background: transparent url(../images/top/doctor-bg.webp) no-repeat center center/cover;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 93%;
}

.p-top-doctor__content {
  -moz-column-gap: 4.8125rem;
       -webkit-column-gap: 4.8125rem;
          column-gap: 4.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-top-doctor__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -12px;
  margin-top: -0.75rem;
}

.p-top-doctor__main-wrap {
  -moz-column-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 2.5rem;
               column-gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-doctor__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -25px;
  margin-top: -1.5625rem;
}

.p-top-doctor__head {
  -moz-column-gap: 2rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
       -webkit-column-gap: 2rem;
               column-gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-doctor__name {
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0.17em;
  line-height: 2.2;
}

.p-top-doctor__name-role,
.p-top-doctor__name-en {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.p-top-doctor__name-role {
  margin-right: 32px;
  margin-right: 2rem;
}

.p-top-doctor__name-en {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-top-doctor__sns {
  color: #B1A08A;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 27px;
  width: 1.6875rem;
}
.p-top-doctor__sns svg {
  -o-object-fit: contain;
  aspect-ratio: 27/26.77;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-doctor__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  margin-top: 6px;
  margin-top: 0.375rem;
}

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

.p-top-doctor__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31.1062431544%;
}

.p-top-doctor__image img {
  aspect-ratio: 284/366;
  height: auto;
  width: 100%;
}

.p-top-gallery__list {
  grid-gap: 1rem;
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}

.p-top-gallery__image:nth-child(even) {
  margin-top: 40.15px;
  margin-top: 2.509375rem;
}

.p-top-gallery__image img {
  -o-object-fit: cover;
  aspect-ratio: 275/245.85;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(177, 160, 138, 0.2);
          box-shadow: 0 0 0.625rem rgba(177, 160, 138, 0.2);
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-gallery__image:first-child img {
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.p-top-gallery__image:last-child img {
  border-radius: 0.3125rem 0 0 0.3125rem;
}

.p-top-menu {
  background-color: #E4E3DF;
  padding: 120px 0 120px;
  padding: 7.5rem 0 7.5rem;
}

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

.p-top-menu__category {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

.p-top-menu__card {
  grid-gap: 0;
  display: grid;
  gap: 0;
  grid-row: span 2;
  grid-template-rows: subgrid;
  height: 100%;
}

.p-top-menu__card-head {
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding: 52px 32px 56px;
  padding: 3.25rem 2rem 3.5rem;
  position: relative;
}

.p-top-menu__card-head::before {
  border-radius: 0.3125rem 0.3125rem 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-top-menu__card:nth-child(1) .p-top-menu__card-head::before {
  background: url(../images/top/menu-card1.webp) no-repeat center/cover;
}

.p-top-menu__card:nth-child(2) .p-top-menu__card-head::before {
  background: url(../images/top/menu-card2.webp) no-repeat center/cover;
}

.p-top-menu__card-title {
  color: #FAFAFA;
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0.17em;
  line-height: 2.2;
  padding-left: 5px;
  padding-left: 0.3125rem;
  position: relative;
  text-align: center;
}

.p-top-menu__card-body {
  background-color: #DBD9D5;
  border-radius: 0 0 0.3125rem 0.3125rem;
  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%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 48px 40px;
  padding: 1.875rem 3rem 2.5rem;
  row-gap: 30px;
  row-gap: 1.875rem;
  text-align: center;
}

.p-top-menu__card-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
}

.p-top-menu__block {
  -moz-column-gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DBD9D5;
  border-radius: 0.3125rem;
       -webkit-column-gap: 3.75rem;
               column-gap: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 32.2px 6.33% 34.2px 9%;
  padding: 2.0125rem 6.33% 2.1375rem 9%;
}

.p-top-menu__block-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.p-top-menu__block-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  width: 48.6153846154%;
}

.p-top-menu__block-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-top-mv {
  height: 100vh;
  width: 100%;
}

.p-top-mv__bg {
  bottom: 0;
  display: block;
  height: inherit;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-top-mv__bg picture {
  display: block;
  height: inherit;
}

.p-top-mv__bg img {
  -o-object-fit: cover;
  aspect-ratio: 1440/850;
  height: inherit;
     object-fit: cover;
  width: 100%;
}

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

.p-top-mv__title {
  color: #FCFAF8;
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  left: 48%;
  letter-spacing: 0.12em;
  line-height: 1.75;
  position: absolute;
  text-align: center;
  text-shadow: 0px 0px 60px #bda18c;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-top-news__inner.l-inner {
  max-width: 1410px;
  max-width: 88.125rem;
}

.p-top-news__content {
  -moz-column-gap: 3.75rem;
  background-color: #E4E3DF;
       -webkit-column-gap: 3.75rem;
               column-gap: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 120px 7.64%;
  padding: 7.5rem 7.64%;
}

.p-top-news__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-top-news__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-top-news__list {
  width: 74.4791666667%;
}

.p-top-news__item {
  border-top: 0.7px solid #B1A08A;
}

.p-top-news__item:last-child {
  border-bottom: 0.7px solid #B1A08A;
}

.p-top-news__link {
  display: block;
  padding: 28px 0 34px;
  padding: 1.75rem 0 2.125rem;
}

.p-top-news__meta {
  -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;
}

.p-top-news__date {
  color: #B1A08A;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-top-news__post-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.3;
  overflow: hidden;
}

.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: block;
}

.u-sp {
  display: none;
}

@media (max-width: 1202px){
  html {
    font-size: 1.3311148087vw;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: 4.1025641026vw;
  }
  html {
    scroll-padding-top: 4.375rem;
  }
  .l-breadcrumb {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .l-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    row-gap: 64px;
    row-gap: 4rem;
  }
  .l-column__main {
    width: 100%;
  }
  .l-column__side {
    padding-bottom: 0;
    row-gap: 40px;
    row-gap: 2.5rem;
    width: 100%;
  }
  .l-header {
    height: 64px;
    height: 4rem;
  }
  .l-inner {
    max-width: 572px;
    max-width: 35.75rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  .l-inner2 {
    max-width: 572px;
    max-width: 35.75rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  .l-menu-block {
    margin-bottom: 54.5px;
    margin-bottom: 3.40625rem;
  }
  .l-menu-block2 {
    margin-bottom: 44px;
    margin-bottom: 2.75rem;
  }
  .l-menu-title {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .l-menu-title + .p-menu-detail {
    margin-top: 55.5px;
    margin-top: 3.46875rem;
  }
  .l-return-btn {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 55px;
    padding-top: 3.4375rem;
  }
  .l-return-btn--tophight {
    padding-top: 65px;
    padding-top: 4.0625rem;
  }
  .l-single-block {
    margin-bottom: 54.5px;
    margin-bottom: 3.40625rem;
  }
  .l-single-block--images {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .l-single-block--images2 {
    margin-bottom: 56px;
    margin-bottom: 3.5rem;
  }
  .l-single-images {
    margin-bottom: 63.5px;
    margin-bottom: 3.96875rem;
  }
  .l-top-main {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  a:hover .c-arrow {
    background: #B1A08A;
  }
  a:hover .c-arrow__icon::after {
    display: none;
  }
  a:hover .c-arrow__icon img {
    opacity: 1;
  }
  .c-no-post {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-sec-title2 {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.07em;
    line-height: 1.6;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
  .c-title {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .c-title::before {
    height: 47px;
    height: 2.9375rem;
    right: -20%;
    width: 79.84px;
    width: 4.99rem;
  }
  .c-title--clinic::before {
    right: -10%;
  }
  .c-title--column::before {
    right: -15%;
  }
  .p-lower-mv--terms .c-title::before {
    right: -6%;
    top: -35%;
  }
  .c-title__en {
    font-size: max(35px, 10px);
    font-size: max(2.1875rem, 10px);
  }
  .c-title__ja {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .c-title__main {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    font-weight: 400;
    line-height: 1.5;
  }
  .c-title--top-menu .c-title__en {
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .c-title--top-news .c-title__en {
    letter-spacing: -0.01em;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-404 {
    padding-bottom: 122px;
    padding-bottom: 7.625rem;
    padding-top: 184px;
    padding-top: 11.5rem;
  }
  .p-404__head {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
  .p-404__head::before {
    height: 82.64px;
    height: 5.165rem;
    right: -45%;
    width: 139.68px;
    width: 8.73rem;
  }
  .p-404__title {
    font-size: max(90px, 10px);
    font-size: max(5.625rem, 10px);
    padding-right: 5px;
    padding-right: 0.3125rem;
  }
  .p-404__title-main {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .p-404__description {
    margin-top: 58px;
    margin-top: 3.625rem;
  }
  .p-404__btn {
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
  .p-accordion__question {
    min-height: 82px;
    min-height: 5.125rem;
    padding: 13px 24px;
    padding: 0.8125rem 1.5rem;
  }
  .p-accordion__answer-icon {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .p-accordion__toggle-icon {
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
  .p-accordion__answer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 38px 24px;
    padding: 2.375rem 1.5rem;
  }
  .p-breadcrumb {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 72px;
    margin-top: 4.5rem;
  }
  .p-breadcrumb__inner {
    padding-left: 4.1%;
  }
  .p-case-card__body {
    min-height: 322px;
    min-height: 20.125rem;
    padding: 22px 16px 19px;
    padding: 1.375rem 1rem 1.1875rem;
  }
  .p-case-card__cateList {
    margin-top: 0;
  }
  .p-case-card__cateItem {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-case-card__wrap {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-case-card__area {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-case-card__term {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-case-card__desc {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-case-card__arrow {
    bottom: 24px;
    bottom: 1.5rem;
    right: 16px;
    right: 1rem;
  }
  .p-case__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .p-case__list {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    width: 84.6368715084%;
  }
  .p-category__list {
    -moz-column-gap: 0.5rem;
         -webkit-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 16px;
    row-gap: 1rem;
  }
  .p-category__item {
    width: 48.8571428571%;
  }
  .p-category__link {
    min-width: 100%;
    padding: 13px 32px 14px 16px;
    padding: 0.8125rem 2rem 0.875rem 1rem;
  }
  .p-category__link:hover {
    background: #EEEDEA;
    color: #B1A08A;
  }
  .p-category__link::after {
    right: 14px;
    right: 0.875rem;
  }
  .p-category__link:hover::after {
    background: #B1A08A;
  }
  .p-category__text {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
  .p-clinic-features {
    padding: 75px 0 80px;
    padding: 4.6875rem 0 5rem;
  }
  .p-clinic-features__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-clinic-features__item:nth-child(2) {
    margin-top: 0;
  }
  .p-clinic-features__image img {
    aspect-ratio: 358/194;
  }
  .p-clinic-features__body {
    padding: 30px 28.5px 30px;
    padding: 1.875rem 1.78125rem 1.875rem;
  }
  .p-clinic-features__item-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-clinic-features__item-description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-clinic-gallery {
    padding: 75px 0 80px;
    padding: 4.6875rem 0 5rem;
  }
  .p-clinic-gallery__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
    padding-left: 0;
  }
  .p-clinic-gallery__title {
    margin-top: 0;
  }
  .p-clinic-gallery__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-clinic-gallery__list {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-clinic__mv {
    padding-bottom: 155px;
    padding-bottom: 9.6875rem;
  }
  .p-clinic__mv::before,
  .p-clinic__mv::after {
    height: 110px;
    height: 6.875rem;
    width: 110px;
    width: 6.875rem;
  }
  .p-clinic__mv::before {
    bottom: 11.2%;
  }
  .p-clinic__mv::after {
    bottom: auto;
    bottom: initial;
    top: 13.5%;
  }
  .p-clinic__mv .p-lower-mv__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.5;
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-column-card__body {
    padding: 24px 16px 78px;
    padding: 1.5rem 1rem 4.875rem;
  }
  .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__cateList {
    margin-top: 0;
  }
  .p-column-card__cateItem {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-column-card__date {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-column-card__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-column-card__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-column__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .p-column__list {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    width: 84.9162011173%;
  }
  .p-content > p {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
  }
  .p-content .p-single-text {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
  .p-content .p-single-text + .wp-block-image {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-content p + figure {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-content h2.p-single-title:not(:first-child) {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
  .p-content h2.p-single-title__only {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
  }
  .p-content h3.p-single-title {
    line-height: 2.29;
  }
  .p-content h3.p-single-title::before {
    top: 18px;
    top: 1.125rem;
  }
  .p-content h2.p-single-title + h3.p-single-title {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-content h2.p-single-title + h3.p-single-title + .p-single-text {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-content h3.p-single-title + .p-single-text {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-content .wp-block-columns.two-columns {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
    row-gap: 1rem;
  }
  .p-content .wp-block-columns.three-columns {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-content .wp-block-columns.four-columns {
    -moz-column-gap: 1rem;
         -webkit-column-gap: 1rem;
            column-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 55px;
    margin-top: 3.4375rem;
    row-gap: 16px;
    row-gap: 1rem;
  }
  .p-single-block__list {
    padding: 25px 16px !important;
    padding: 1.5625rem 1rem !important;
  }
  .p-single-block__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-content h2.p-single-title + .p-single-block__list {
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .p-content h3.p-single-title + .p-single-block__list {
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .p-content__custom-block:not(:first-child) {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-content figure + .p-content__custom-block {
    margin-top: 84px;
    margin-top: 5.25rem;
  }
  .two-columns img {
    aspect-ratio: 358/221;
  }
  .p-content .p-treatment-info {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .p-content .p-menu-title {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.07em;
    line-height: 1.6;
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
  .p-content .p-treatment-info__wrap {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-content .p-treatment-info__table th {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 17px 18px 18px 24px;
    padding: 1.0625rem 1.125rem 1.125rem 1.5rem;
    width: 37.9888268156%;
  }
  .p-content .p-treatment-info__table td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 17px 18px 18px 24px;
    padding: 1.0625rem 1.125rem 1.125rem 1.5rem;
    width: 62.0111731844%;
  }
  .p-content .p-menu-table tr:not(:first-child) {
    border-top: 0.5px solid #B1A08A;
  }
  .p-content .p-menu-table th {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 17px 18px 18px 24px;
    padding: 1.0625rem 1.125rem 1.125rem 1.5rem;
    width: 37.9888268156%;
  }
  .p-content .p-menu-table td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 17px 18px 18px 24px;
    padding: 1.0625rem 1.125rem 1.125rem 1.5rem;
    width: 62.0111731844%;
  }
  .p-menu-table-block .p-menu-title + .p-menu-table {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .p-content .p-single-table {
    margin-bottom: 54px;
    margin-bottom: 3.375rem;
  }
  .p-content .p-single-table tr:not(:first-child) {
    border-top: 0.5px solid #B1A08A;
  }
  .p-content .p-single-table th {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 17px 18px 18px 24px;
    padding: 1.0625rem 1.125rem 1.125rem 1.5rem;
    width: 37.9888268156%;
  }
  .p-content .p-single-table td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 17px 18px 18px 24px;
    padding: 1.0625rem 1.125rem 1.125rem 1.5rem;
    width: 62.0111731844%;
  }
  .p-content p + .p-menu-block {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
  .p-content .p-menu-block__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-content .p-menu-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-content .p-menu-subtitle::before {
    top: 16px;
    top: 1rem;
  }
  .p-content .p-custom__treatment-detail {
    margin-bottom: 54px;
    margin-bottom: 3.375rem;
  }
  .p-content .p-menu-recommend__list {
    margin-top: 8px !important;
    margin-top: 0.5rem !important;
  }
  .p-content .p-menu-recommend__list {
    padding: 12px 24px 20px;
    padding: 0.75rem 1.5rem 1.25rem;
  }
  .p-content .p-menu-recommend__list li {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.3;
  }
  .p-menu-discription .p-menu-block + .p-menu-recommend {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-content .p-menu-detail .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-content .p-menu-detail__title,
  .p-content .p-menu-detail .p-menu-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
  }
  .p-content .p-menu-detail__wrap {
    margin-top: 14px;
    margin-top: 0.875rem;
    width: 100%;
  }
  .p-content .p-menu-detail .p-menu-recommend__title {
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .p-content .p-custom__attention {
    margin-top: 54px;
    margin-top: 3.375rem;
  }
  .p-content .p-menu-attention {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
  }
  .p-content .p-menu-block__list {
    margin-top: 20px;
    margin-top: 1.25rem;
    row-gap: 0;
  }
  .p-content .p-menu-block__list li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
  }
  .p-content .p-menu-block__list li::before {
    left: -13px;
    left: -0.8125rem;
    top: 15px;
    top: 0.9375rem;
  }
  .p-content .p-menu-block__list + .p-menu-block__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
    margin-top: 0;
  }
  .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(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 624px;
    max-width: 39rem;
  }
  .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-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(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 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(2),
  .p-custom__gallery3-tall figure.wp-block-image:nth-child(3) {
    grid-column: span 2;
  }
  .p-custom__h2-text-img-content,
  .p-custom__h3-text-img-content {
    display: block;
  }
  .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: 12px;
    margin-top: 0.75rem;
    -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: 0 !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;
  }
  .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.3125rem;
  }
  .p-custom__menu-table table th {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
    padding: 17.5px 24px;
    padding: 1.09375rem 1.5rem;
    width: 37.9888268156%;
  }
  .p-custom__menu-table table td {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
    padding: 17.5px 24px;
    padding: 1.09375rem 1.5rem;
    width: 62.0111731844%;
  }
  .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;
    place-content: start;
  }
  .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 #E4E3DF;
    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-gallery {
    padding: 75px 0 80px;
    padding: 4.6875rem 0 5rem;
  }
  .p-doctor-gallery__title {
    padding-left: 0;
  }
  .p-doctor-gallery__list {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-doctor-point {
    padding: 75px 0 80px;
    padding: 4.6875rem 0 5rem;
  }
  .p-doctor-point__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-doctor-point__item {
    padding: 40px 27px 30px;
    padding: 2.5rem 1.6875rem 1.875rem;
  }
  .p-doctor-point__item:nth-child(2) {
    margin-top: 0;
  }
  .p-doctor-point__item-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-doctor-point__item-description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-doctor-profile {
    padding-bottom: 108px;
    padding-bottom: 6.75rem;
  }
  .p-doctor-profile__inner.l-inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .p-doctor-profile__box {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px 37px;
    padding: 0 1rem 2.3125rem;
    width: 100%;
  }
  .p-doctor-profile__box::before {
    background: url(../images/doctor/profile-bg_sp.webp) no-repeat center center/cover;
    border-radius: 0;
    top: 28px;
    top: 1.75rem;
  }
  .p-doctor-profile__image {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    width: 78.21%;
  }
  .p-doctor-profile__image img {
    aspect-ratio: 280/311;
  }
  .p-doctor-profile__body {
    margin-bottom: 0;
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
  .p-doctor-profile__head {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
  }
  .p-doctor-profile__name {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .p-doctor-profile__name-role {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
  .p-doctor-profile__name-en {
    margin-top: 1px;
    margin-top: 0.0625rem;
  }
  .p-doctor-profile__sns {
    margin-left: -28px;
    margin-left: -1.75rem;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-doctor-profile__career {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-doctor-profile__history {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding-right: 0;
  }
  .p-doctor-profile__history dl {
    grid-template-columns: 12.5% auto;
  }
  .p-doctor-profile__details {
    border-left: none;
    margin-top: 18px;
    margin-top: 1.125rem;
    padding-left: 0;
  }
  .p-doctor-profile__details dl + dl {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-doctor-profile__details dt {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-doctor-profile__details dd {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-doctor__mv {
    padding-bottom: 62px;
    padding-bottom: 3.875rem;
  }
  .p-drawer__nav-item a span {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
  }
  .p-filter {
    margin-top: -10px;
    margin-top: -0.625rem;
  }
  .p-filter__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-filter__list {
    -moz-column-gap: 0.5rem;
         -webkit-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 16px;
    row-gap: 1rem;
  }
  .p-filter__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-fixed-menu__list {
    border-radius: 0;
    display: grid;
    grid-template-columns: 34.1% 34.23% 31.41%;
    width: 100%;
  }
  .p-fixed-menu__item:not(:first-child)::before {
    background-color: #FAFAFA;
    height: 80%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.5px;
  }
  .p-fixed-menu__link {
    padding: 12px 20px;
    padding: 0.75rem 1.25rem;
  }
  .p-fixed-menu__item:first-child .p-fixed-menu__link {
    border-radius: 0;
  }
  .p-fixed-menu__item:nth-last-child(2) .p-fixed-menu__link {
    border-radius: 0;
  }
  .p-fixed-menu__link span {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
  .p-fixed-menu__item:nth-child(1) .p-fixed-menu__link span {
    height: 24px;
    height: 1.5rem;
    width: 30px;
    width: 1.875rem;
  }
  .p-fixed-menu__item:nth-child(2) .p-fixed-menu__link span {
    height: 24px;
    height: 1.5rem;
    width: 25.2px;
    width: 1.575rem;
  }
  .p-fixed-menu__item:nth-child(3) .p-fixed-menu__link span {
    height: 24px;
    height: 1.5rem;
    width: 24px;
    width: 1.5rem;
  }
  .p-fixed-menu__list + .p-fixed-menu__list {
    margin-top: 0;
  }
  .p-fixed {
    bottom: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    right: 0;
    width: 100%;
  }
  .p-fixed__btn {
    position: absolute;
    right: 16px;
    right: 1rem;
    top: -74px;
    top: -4.625rem;
  }
  .p-footer__info {
    background: url("../images/common/bg-footer_sp.jpg") no-repeat center/cover;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    padding-top: 48px;
    padding-top: 3rem;
  }
  .p-footer__info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
    row-gap: 2rem;
  }
  .p-footer__logo {
    margin-left: auto;
    margin-right: auto;
    width: 46.24%;
  }
  .p-footer__info-main {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
    grid-template-columns: 1fr;
    row-gap: 26px;
    row-gap: 1.625rem;
    width: 100%;
  }
  .p-footer__access {
    row-gap: 12px;
    row-gap: 0.75rem;
  }
  .p-footer__access-list {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-footer__access-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .p-footer__calender-header {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 4px 14px 2px;
    padding: 0.25rem 0.25rem 0.875rem 0.125rem;
  }
  .p-footer__calender-header:first-child {
    letter-spacing: 0.05em;
  }
  .p-footer__calender-time {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    padding: 11px 8px;
    padding: 0.6875rem 0.5rem;
    white-space: nowrap;
  }
  .p-footer__calender-cell {
    padding: 11px 12px;
    padding: 0.6875rem 0.75rem;
  }
  .p-footer__calender-available {
    height: 8px;
    height: 0.5rem;
    width: 8px;
    width: 0.5rem;
  }
  .p-footer__calender-unavailable {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-footer__map {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-footer__map iframe {
    aspect-ratio: 358/164;
  }
  .p-footer__bottom {
    padding: 64px 0 75px;
    padding: 4rem 0 4.6875rem;
  }
  .p-footer__content {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
    grid-template-columns: 1fr;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .p-footer__nav-menus {
    padding-left: 18px;
    padding-left: 1.125rem;
    padding-right: 18px;
    padding-right: 1.125rem;
  }
  .p-footer__nav {
    padding-left: 0;
    padding-right: 0;
  }
  .p-footer__nav-items {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
    grid-template-columns: 46% auto;
  }
  .p-footer__nav-item a {
    -moz-column-gap: 0.375rem;
         -webkit-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
  .p-footer__menu {
    grid-template-columns: 1fr;
    padding: 36px 16px 0px 28px;
    padding: 2.25rem 1rem 0rem 1.75rem;
  }
  .p-footer__menu-block + .p-footer__menu-block {
    border-top: 0.7px solid #B1A08A;
    margin-top: 0;
    padding-top: 35px;
    padding-top: 2.1875rem;
  }
  .p-footer__menu-block {
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
    padding-right: 0;
  }
  .p-footer__menu-block-right {
    border-left: none;
    border-top: 0.7px solid #B1A08A;
    padding-left: 0;
    padding-top: 35px;
    padding-top: 2.1875rem;
  }
  .p-footer__menu-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-footer__menu-title::before {
    left: -12.71px;
    left: -0.794375rem;
    width: 4.71px;
    width: 0.294375rem;
  }
  .p-footer__menu-category {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-footer__menu-list {
    gap: 0 20px;
    gap: 0 1.25rem;
  }
  .p-footer__menu-link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-footer__copyright {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-footer__copyright small {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
  .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-gallery-slide .splide__track {
    width: 77.65%;
  }
  .p-gallery-slide__image img {
    aspect-ratio: 277.42/294;
  }
  .p-gallery-slide__caption {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
  .p-guide-flow__list {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-guide-flow__step {
    border-radius: 0 2.5rem 0 0;
    padding: 38px 16px;
    padding: 2.375rem 1rem;
    width: 20.1117318436%;
  }
  .p-guide-flow__step-text {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-guide-flow__step-number {
    height: 40px;
    height: 2.5rem;
    margin-top: 12px;
    margin-top: 0.75rem;
    width: 40px;
    width: 2.5rem;
  }
  .p-guide-flow__step-number::before {
    font-size: max(22px, 10px);
    font-size: max(1.375rem, 10px);
    margin-top: 2px;
    margin-top: 0.125rem;
  }
  .p-guide-flow__body {
    padding: 30px 24px 30px;
    padding: 1.875rem 1.5rem 1.875rem;
  }
  .p-guide-flow__item:first-child .p-guide-flow__body,
  .p-guide-flow__item:nth-child(4) .p-guide-flow__body {
    padding: 30px 24px 40px;
    padding: 1.875rem 1.5rem 2.5rem;
  }
  .p-guide-flow__title {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.07em;
    line-height: 1.6;
  }
  .p-guide-flow__text {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-guide-flow__buttons {
    -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-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    row-gap: 1rem;
  }
  .p-guide-flow__attention {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-guide-table__title {
    padding: 18px 16px 18px;
    padding: 1.125rem 1rem 1.125rem;
  }
  .p-guide-table__heading,
  .p-guide-table__text {
    padding: 17px 24px 18.5px 24px;
    padding: 1.0625rem 1.5rem 1.15625rem 1.5rem;
  }
  .p-guide-table__row th:first-of-type {
    width: 36.312849162%;
  }
  .p-guide-table__row th:nth-of-type(2),
  .p-guide-table__row td:first-of-type {
    padding: 17px 8px 18.5px 16px;
    padding: 1.0625rem 0.5rem 1.15625rem 1rem;
    width: 31.843575419%;
  }
  .p-guide-table__row th:nth-of-type(3) {
    padding: 17px 16px 18.5px;
    padding: 1.0625rem 1rem 1.15625rem;
  }
  .p-guide-table__row td:nth-of-type(2) {
    padding: 17px 16px 18.5px 8px;
    padding: 1.0625rem 1rem 1.15625rem 0.5rem;
  }
  .p-guide {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-guide__mv.p-lower-mv:not(:has(.p-lower-mv__description)) {
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
  }
  .p-guide__block + .p-guide__block {
    margin-top: 45.5px;
    margin-top: 2.84375rem;
  }
  .p-guide__block + .p-guide__block--pt {
    margin-top: 56px;
    margin-top: 3.5rem;
  }
  .p-header__inner {
    padding: 0 0 0 16px;
    padding: 0 0 0 1rem;
  }
  .p-header__logo {
    width: 127px;
    width: 7.9375rem;
  }
  .p-header__logo-link img {
    aspect-ratio: 127/36;
  }
  .p-header__menu-button {
    display: block;
    margin-left: auto;
  }
  .p-header__pc-nav {
    display: none;
  }
  .p-legal-table__term,
  .p-legal-table__description {
    padding: 17.4px 20px 17.4px 24px;
    padding: 1.0875rem 1.25rem 1.0875rem 1.5rem;
  }
  .p-legal-table__term {
    vertical-align: top;
    width: 37.9888268156%;
  }
  .p-legal-table__description {
    padding: 17.4px 24px;
    padding: 1.0875rem 1.5rem;
  }
  .p-list1__item {
    padding: 34.5px 0.5px 35px;
    padding: 2.15625rem 0.03125rem 2.1875rem;
  }
  .p-list1__catList {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-list1__category {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-list1__text {
    -webkit-line-clamp: 6;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-lower-mv {
    overflow-x: clip;
    padding-top: 52px;
    padding-top: 3.25rem;
  }
  .p-lower-mv:not(:has(.p-lower-mv__description)) {
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }
  .p-lower-mv--terms.p-lower-mv {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 62px;
    padding-top: 3.875rem;
  }
  .p-lower-mv__description {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-menu {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-menu__mv.p-lower-mv:not(:has(.p-lower-mv__description)) {
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }
  .p-menu__cateList {
    padding-left: 4px;
    padding-left: 0.25rem;
    padding-right: 4px;
    padding-right: 0.25rem;
  }
  .p-menu__wrap {
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .p-menu__top {
    padding: 25px 32px;
    padding: 1.5625rem 2rem;
  }
  .p-menu__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-menu__item {
    -moz-column-gap: 1.5625rem;
         -webkit-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }
  .p-menu__img {
    width: 97px;
    width: 6.0625rem;
  }
  .p-menu__img img {
    aspect-ratio: auto;
  }
  .p-menu__body {
    padding-right: 24px;
    padding-right: 1.5rem;
    width: calc(100% - 7.625rem);
  }
  .p-menu__treatment-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-menu__treatment-list {
    gap: 0 33px;
    gap: 0 2.0625rem;
    margin-top: 0;
  }
  .p-menu__treatment-item a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
  .p-menu__insurance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 38px 24px 46px;
    padding: 2.375rem 1.5rem 2.875rem;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .p-menu__insurance-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
    width: auto;
  }
  .p-menu__insurance-btn {
    text-align: center;
  }
  .p-menu__case {
    margin-top: 80px;
    margin-top: 5rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    width: 100%;
  }
  .p-menu__case-inner {
    display: block;
    padding: 60px 24px 64px;
    padding: 3.75rem 1.5rem 4rem;
  }
  .p-menu__case-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .p-menu__case-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
    margin-left: 0;
    margin-top: 20px;
    margin-top: 1.25rem;
    width: auto;
  }
  .p-menu__case-btn {
    margin-left: 0;
    margin-top: 30px;
    margin-top: 1.875rem;
    text-align: center;
  }
  .p-pagenavi {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .p-pagenavi .wp-pagenavi {
    -moz-column-gap: 1rem;
         -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .p-pagenavi .wp-pagenavi span,
  .p-pagenavi .wp-pagenavi a {
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
  }
  .p-pagenavi .current,
  .p-pagenavi .page {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-pagenavi a.previouspostslink,
  .p-pagenavi a.nextpostslink {
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem;
  }
  .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-post-list__mv {
    padding-bottom: 45px !important;
    padding-bottom: 2.8125rem !important;
  }
  .p-post-list__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .p-post-list__container {
    margin-top: 0;
  }
  .p-preparation {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .p-preparation__read {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
    padding-left: 0;
  }
  .p-preparation__btn {
    margin-left: 0;
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-price-list__title {
    padding-left: 18px;
    padding-left: 1.125rem;
  }
  .p-price-list--single .p-price-list__title {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.07em;
    line-height: 1.6;
  }
  .p-price-list__title::before {
    left: 0;
  }
  .p-price-list__item {
    -moz-column-gap: 1rem;
         -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .p-price-list__item:not(:only-child) {
    padding-bottom: 13.5px;
    padding-bottom: 0.84375rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-price-list__item + .p-price-list__item {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-price-list__name {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
  }
  .p-price-list__price {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
  }
  .p-price-list__attention {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 17px;
    margin-top: 1.0625rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-price-list__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2;
  }
  .p-price-list__items:has(.p-price-list__attention ~ .p-price-list__attention) .p-price-list__attention:first-of-type {
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
  }
  .p-single__price-wrap:not(:has(.p-price-list__attention)):not(:has(.p-single__price-attention)) .p-price-list__item:not(:only-child):last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-price {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-price__wrap {
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .p-price__container {
    scroll-margin-top: 1.875rem;
  }
  .p-price__top {
    padding: 25px 40px;
    padding: 1.5625rem 2.5rem;
  }
  .p-price__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-price__bottom {
    padding: 38px 24px 40px;
    padding: 2.375rem 1.5rem 2.5rem;
  }
  #parent-31 .p-price__bottom {
    padding: 42px 24px 40px;
    padding: 2.625rem 1.5rem 2.5rem;
  }
  .p-price .p-price-list:not(:only-child) {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .p-price .p-price-list:not(:has(.p-price-list__attention)) {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
  }
  .p-price .p-price-list:last-child {
    margin-bottom: 0;
  }
  .p-price .p-price-list__items:not(:has(.p-price-list__attention)) .p-price-list__item:not(:only-child):last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-single {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-single__mv.p-lower-mv {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .p-single__mv.p-single__mv--menu {
    padding-bottom: 7px;
    padding-bottom: 0.4375rem;
    padding-top: 45px;
    padding-top: 2.8125rem;
  }
  .p-single__mv .c-title {
    padding-right: 8px;
    padding-right: 0.5rem;
  }
  .p-single__mv .c-title::before {
    right: -20%;
    top: 12%;
  }
  .p-single__head {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-single__meta {
    margin-bottom: 23px;
    margin-bottom: 1.4375rem;
  }
  .p-single__cateList {
    gap: 16px;
    gap: 1rem;
  }
  .p-single__cateItem {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-single__title {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.07em;
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
  }
  .p-single__content {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-single__custom {
    margin-top: 68px;
    margin-top: 4.25rem;
    padding: 66.5px 24px;
    padding: 4.15625rem 1.5rem;
    width: 91.7948717949%;
  }
  .p-single__custom-list {
    width: 100%;
  }
  .p-single__custom-title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .p-single__custom-content {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .p-single__btn {
    margin-top: 67px;
    margin-top: 4.1875rem;
  }
  .p-single__btn-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .p-single__btn .c-arrow-button {
    margin-left: auto;
    margin-right: auto;
  }
  .p-single__price {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-single__subTitle {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
  .p-single__price-wrap {
    margin-top: 32px;
    margin-top: 2rem;
    padding: 38px 24px 42px;
    padding: 2.375rem 1.5rem 2.625rem;
  }
  .p-single__price .p-price-list__item.is-border {
    padding-bottom: 13px;
    padding-bottom: 0.8125rem;
  }
  .p-single__price-attention {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 17px;
    margin-top: 1.0625rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-single__read {
    margin-top: 54px;
    margin-top: 3.375rem;
  }
  .p-terms__inner.l-inner2 {
    gap: 35.5px;
    gap: 2.21875rem;
  }
  p.p-terms__text {
    line-height: 2.19;
    margin-top: 14.5px;
    margin-top: 0.90625rem;
  }
  .p-terms__list li {
    line-height: 2.22;
  }
  .p-top-clinic {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .p-top-clinic__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.5;
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .p-top-clinic__btn {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-top-column {
    padding-bottom: 82px;
    padding-bottom: 5.125rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .p-top-column__inner:not(:has(.p-top-column__no-post)).l-inner {
    padding-left: 60px;
    padding-left: 3.75rem;
    padding-right: 60px;
    padding-right: 3.75rem;
  }
  .p-top-column__list {
    gap: 22.5px;
    gap: 1.40625rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-top-column__card-body {
    padding: 22px 16px 19.76px;
    padding: 1.375rem 1rem 1.235rem;
  }
  .p-top-column__no-post {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-top-column__no-post-text {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.07em;
    line-height: 1.6;
  }
  .p-top-doctor {
    padding: 80px 0 80px;
    padding: 5rem 0 5rem;
  }
  .p-top-doctor__inner.l-inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-doctor__bg {
    margin-left: 0;
    padding: 55px 16px 0 16px;
    padding: 3.4375rem 1rem 0 1rem;
  }
  .p-top-doctor__bg::before {
    background: transparent url(../images/top/doctor-bg_sp.webp) no-repeat center center/cover;
    height: 97%;
    width: 100%;
  }
  .p-top-doctor__content {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 21px;
    row-gap: 1.3125rem;
  }
  .p-top-doctor__title {
    margin-top: 0;
  }
  .p-top-doctor__main-wrap {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
    row-gap: 2.5rem;
    text-align: center;
  }
  .p-top-doctor__main {
    margin-top: 0;
  }
  .p-top-doctor__head {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-top-doctor__name {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-right: 18px;
    margin-right: 1.125rem;
  }
  .p-top-doctor__name-role {
    display: block;
    margin-bottom: 7px;
    margin-bottom: 0.4375rem;
    margin-left: 16px;
    margin-left: 1rem;
    margin-right: 0;
  }
  .p-top-doctor__name-en {
    display: block;
    margin-left: 14px;
    margin-left: 0.875rem;
  }
  .p-top-doctor__sns {
    position: absolute;
    right: 8px;
    right: 0.5rem;
    top: 58%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-top-doctor__description {
    line-height: 2.225;
    margin-top: 21px;
    margin-top: 1.3125rem;
  }
  .p-top-doctor__btn {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-top-doctor__image {
    margin-left: auto;
    margin-right: auto;
    width: 79.3296089385%;
  }
  .p-top-gallery__list {
    gap: 7.27px;
    gap: 0.454375rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-top-gallery__image:nth-child(even) {
    margin-top: 18.25px;
    margin-top: 1.140625rem;
  }
  .p-top-gallery__image img {
    aspect-ratio: 125/111.75;
  }
  .p-top-gallery__image:nth-child(3) img {
    border-radius: 0 0.3125rem 0.3125rem 0;
  }
  .p-top-menu {
    padding: 80px 0 80px;
    padding: 5rem 0 5rem;
  }
  .p-top-menu__content {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-top-menu__category {
    grid-template-columns: 1fr;
  }
  .p-top-menu__card-head {
    padding: 58px 32px 59.6px;
    padding: 3.625rem 2rem 3.725rem;
  }
  .p-top-menu__card:nth-child(1) .p-top-menu__card-head::before {
    background: url(../images/top/menu-card1_sp.webp) no-repeat center/cover;
  }
  .p-top-menu__card:nth-child(2) .p-top-menu__card-head::before {
    background: url(../images/top/menu-card2_sp.webp) no-repeat center/cover;
  }
  .p-top-menu__card-title {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .p-top-menu__card-body {
    padding: 29.82px 24px 40px;
    padding: 1.86375rem 1.5rem 2.5rem;
  }
  .p-top-menu__card-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-top-menu__block {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px 26px 40px;
    padding: 1.75rem 1.625rem 2.5rem;
  }
  .p-top-menu__block-title {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .p-top-menu__block-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 19.9px;
    margin-top: 1.24375rem;
    text-align: center;
    width: 100%;
  }
  .p-top-menu__block-btn {
    margin-top: 29.5px;
    margin-top: 1.84375rem;
  }
  .p-top-mv {
    height: 100svh;
  }
  .p-top-mv__bg img {
    aspect-ratio: 390/700;
  }
  .p-top-mv__title {
    font-size: 30px;
    font-size: 1.875rem;
    left: 50%;
    letter-spacing: 0.08em;
    line-height: 1.5;
    top: 51.5%;
  }
  .p-top-news__content {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 6.7%;
    padding: 5rem 6.7%;
  }
  .p-top-news__head {
    display: contents;
  }
  .p-top-news__title {
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-top-news__btn {
    margin-top: 40px;
    margin-top: 2.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top-news__list {
    margin-top: 30px;
    margin-top: 1.875rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .p-top-news__date {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
  .p-top-news__post-title {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.7;
  }
  .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-arrow-button:hover {
    background-color: #DBD9D5;
    color: #333;
    opacity: 1;
  }
  .c-arrow-button:hover::before {
    background-color: #FAFAFA;
  }
  .c-arrow-button:hover::after {
    background-color: #DBD9D5;
  }
  .c-arrow-button--left:hover {
    background-color: #D2D0CA;
  }
  .c-arrow-button--left:hover::after {
    background-color: #D2D0CA;
  }
  .c-arrow-button--hover50:hover,
  .c-arrow-button--sans:hover {
    background-color: #EEEDEA;
  }
  .c-arrow-button--hover50:hover::after,
  .c-arrow-button--sans:hover::after {
    background-color: #EEEDEA;
  }
  .c-icon-button:hover {
    background-color: #EEEDEA;
    color: #B1A08A;
    opacity: 1;
  }
  .c-icon-button--web:hover::before {
    background: url(../images/common/icon-web-hover2.svg) no-repeat center/contain;
  }
  .c-icon-button--line:hover::before {
    background: url(../images/common/icon-line-hover2.svg) no-repeat center/contain;
  }
  .c-icon-button--tel:hover::before {
    background: url(../images/common/icon-phone-hover.svg) no-repeat center/contain;
  }
  .c-menu-button:hover span::before {
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
  .c-menu-button:hover span::after {
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
  .c-menu-button:hover[aria-expanded=true] span::before {
    -webkit-transform: translateY(0) rotate(35deg);
            transform: translateY(0) rotate(35deg);
  }
  .c-menu-button:hover[aria-expanded=true] span::after {
    -webkit-transform: translateY(0) rotate(-35deg);
            transform: translateY(0) rotate(-35deg);
  }
  .c-page-top:hover .c-page-top__btn {
    background-color: #DBD9D5;
  }
  .c-page-top:hover .c-page-top__btn::after {
    background: url("../images/common/arrow-top-hover.svg") no-repeat center/contain;
  }
  .p-accordion__question:hover {
    opacity: 0.7;
  }
  .p-case-card:hover {
    opacity: 1;
    -webkit-transform: translate(0.125rem, 0.1875rem);
            transform: translate(0.125rem, 0.1875rem);
  }
  .p-column-card:hover {
    opacity: 1;
    -webkit-transform: translate(0.125rem, 0.1875rem);
            transform: translate(0.125rem, 0.1875rem);
  }
  .p-custom__eyes-price-link a:hover {
    opacity: 1;
  }
  .p-custom__eyes-price-main:hover {
    background-color: orange;
    color: #B1A08A;
  }
  .p-doctor-profile__sns:hover {
    color: #333;
    opacity: 1;
  }
  .p-drawer__nav-item a:hover {
    color: #333;
    opacity: 1;
  }
  .p-filter__link:hover {
    background: #B1A08A;
    opacity: 1;
  }
  .p-fixed-menu__link:hover {
    background-color: #DBD9D5;
    color: #333;
    opacity: 1;
  }
  .p-fixed-menu__item:nth-child(1) .p-fixed-menu__link:hover span {
    background: url("../images/common/icon-web-hover.svg") no-repeat center/contain;
  }
  .p-fixed-menu__item:nth-child(2) .p-fixed-menu__link:hover span {
    background: url("../images/common/icon-line-hover.svg") no-repeat center/contain;
  }
  .p-fixed-menu__item:nth-child(3) .p-fixed-menu__link:hover span {
    background: url("../images/common/icon-phone-hover.svg") no-repeat center/contain;
  }
  .p-footer__nav-item a:hover {
    color: #EEEDEA;
    opacity: 1;
  }
  .p-footer__menu-link:hover {
    -webkit-text-decoration: underline;
    -webkit-text-decoration: underline;
    opacity: 1;
    text-decoration: underline;
    text-decoration-color: #B1A08A;
    text-underline-offset: 3px;
    text-underline-offset: 0.1875rem;
  }
  .p-gallery-slide .splide__arrow:hover {
    background-color: #DBD9D5;
  }
  .p-gallery-slide .splide__arrow:hover::before {
    background-color: #B1A08A;
  }
  .p-header__pc-nav-item a:hover {
    color: #333;
    opacity: 1;
  }
  .p-header.is-active .p-header__pc-nav-item a:hover,
  .p-header--sub .p-header__pc-nav-item a:hover {
    color: #B1A08A;
  }
  .p-menu__treatment-item a:hover {
    color: #B1A08A;
    opacity: 1;
  }
  .p-menu__case-btn .c-arrow-button:hover {
    background-color: #EEEDEA;
    color: #333;
    opacity: 1;
  }
  .p-menu__case-btn .c-arrow-button:hover::before {
    background-color: #FAFAFA;
  }
  .p-menu__case-btn .c-arrow-button:hover::after {
    background-color: #EEEDEA;
  }
  .p-pagenavi .wp-pagenavi a:hover {
    background: #B1A08A;
    color: #FAFAFA;
    opacity: 1;
  }
  .p-pagenavi a.previouspostslink:hover,
  .p-pagenavi a.nextpostslink:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-top-column__card:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    -webkit-transform: translate(0.125rem, 0.1875rem);
            transform: translate(0.125rem, 0.1875rem);
  }
  .p-top-doctor__sns:hover {
    color: #333;
    opacity: 1;
  }
  .p-top-news__btn .c-arrow-button:hover {
    background-color: #EEEDEA;
    color: #333;
    opacity: 1;
  }
  .p-top-news__btn .c-arrow-button:hover::before {
    background-color: #FAFAFA;
  }
  .p-top-news__btn .c-arrow-button:hover::after {
    background-color: #EEEDEA;
  }
}

@media screen and (min-width: 1300px){
  .p-custom__flow::before {
    bottom: 0;
    left: 6.5%;
    right: 0;
    top: 0;
  }
}

@media screen and (min-width: 2000px){
  .p-custom__flow::before {
    bottom: 0;
    left: 20%;
    right: 0;
    top: 0;
  }
}

@media (min-width: 767px) and (max-width: 1400px){
  .p-doctor-profile__box {
    padding: 58px 3.97% 70px 40.9%;
    padding: 3.625rem 3.97% 4.375rem 40.9%;
  }
  .p-doctor-profile__image {
    left: 5%;
    width: 35%;
  }
  .p-doctor-profile__career {
    grid-template-columns: 65% 35%;
  }
}

@media screen and (max-width: 1023px){
  .p-header__pc-nav-item a {
    padding: 0 16px;
    padding: 0 1rem;
  }
}
/*# sourceMappingURL=style.css.map */
