@charset "UTF-8";
.p-privacy {
  margin-block-start: 4.75rem;
}

.p-privacy__lead {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 200% */
  margin-block-end: 1.5625rem;
}

.p-privacy__section {
  margin-block-end: 2.1875rem;
}

.p-privacy__heading {
  font-family: "sms";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.625rem; /* 175% */
}
@media screen and (max-width: 767px) {
  .p-privacy__heading {
    font-size: 1.25rem;
    line-height: 2.25rem; /* 180% */
  }
}
.p-privacy__heading::before {
  content: "";
  display: block;
  width: 50rem;
  height: 0.0625rem;
  background-color: #38302E;
  margin-block-end: 1rem;
}

.p-privacy__text, .p-privacy__list, .p-privacy__sublist, li {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 200% */
}

ol li {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 200% */
}

.p-privacy__list {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style-type: decimal;
}

.p-privacy__sublist {
  margin: 0.5em 0;
  padding-left: 1.5em;
  list-style-type: disc;
  font-size: 0.95em;
}

/* レイアウト全体 */
#container:has(.p-faq) {
  overflow: visible !important;
}

.p-faq__inner {
  display: flex;
  align-items: flex-start; /* サイドバーを伸ばさない */
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    flex-direction: column;
    gap: 1.25rem;
    align-items: unset;
  }
}

/* サイドバー */
.p-faq__sidebar {
  flex: 0 0 17.9375rem; /* 固定幅 */
  position: sticky;
  top: 100px; /* 上から固定 */
  align-self: flex-start; /* 高さを内容に合わせる */
  height: auto;
  background: unset;
}
@media screen and (max-width: 767px) {
  .p-faq__sidebar {
    margin-block-start: 2.5rem;
    flex: unset;
    align-self: unset;
    top: 15vw; /* ヘッダー高さ分調整 */
    width: 100%;
    margin-bottom: 1rem;
    background: #f4f4f4;
  }
}

.p-faq-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-faq-nav__list {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
  }
}

.p-faq-nav__link {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  .p-faq-nav__link {
    flex: 1; /* 各リンクを均等に伸ばす */
    text-align: center;
    padding: 0.75rem 0;
    opacity: 0.6;
    font-size: 0.9rem;
  }
}

.p-faq-nav__link {
  opacity: 0.25;
  transition: opacity 0.3s, color 0.3s;
  font-family: "zkm";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 280% */
  position: relative;
  padding-inline-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq-nav__link {
    font-size: 0.75rem;
  }
}
.p-faq-nav__link::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #38302e;
  border-radius: 50%;
  margin-inline-end: 0.5rem;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-faq-nav__link::before {
    top: 0;
    left: 50%;
    translate: -50%;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-nav__link .p-faq-nav__link {
    opacity: 0.6;
  }
}

.p-faq-nav__link.is-active {
  opacity: 1;
  font-weight: 500;
}

/* メインカラム */
.p-faq__main {
  flex: 1;
}

.p-faq-category {
  margin-block-end: 4.25rem;
}

/* カテゴリ見出し */
.p-faq-category__title {
  font-family: "sms";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.625rem; /* 175% */
  border-bottom: 1px solid #e1e1d5;
  padding-block-end: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-faq-category__title {
    font-size: 1.25rem;
    line-height: 2rem; /* 160% */
    margin-block-end: 1.5rem;
    padding-block-end: 0.75rem;
  }
}

/* FAQリスト */
.p-faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-faq-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e1e1d5;
  padding-block-end: 1.875rem;
}

.p-faq-item__q {
  font-size: 1rem;
  font-family: "zkm";
  font-weight: 500;
  line-height: 2.625rem; /* 280% */
  letter-spacing: 0.3px;
  padding-inline-start: 4.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq-item__q {
    padding-inline-start: 3.125rem;
  }
}

.p-faq-item__q::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 1.0625rem;
  transform: translateY(-50%);
  font-family: "lvf";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 767px) {
  .p-faq-item__q::before {
    top: 1.375rem;
    font-size: 2rem;
  }
}

.p-faq-item__a {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 200% */
  padding-inline-start: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-faq-item__a {
    padding-inline-start: 3.125rem;
  }
}

.p-director {
  padding: 4rem 0;
}

.p-director__content {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-director__content {
    flex-direction: column;
    gap: 3.75rem;
    margin-block-end: 3.75rem;
  }
}

.p-director__left {
  position: relative;
  flex: 0 0 40%;
}

.p-director__en {
  position: absolute;
  left: -2rem;
  top: 0;
  writing-mode: vertical-rl; /* 縦書き */
  font-family: "lvf";
  font-size: 1.625rem;
  color: #dfdfdf;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.52px;
  transform: rotate(360deg); /* 上下反転して右読み */
}
@media screen and (max-width: 767px) {
  .p-director__en {
    left: 0;
  }
}

.p-director__image {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-director__image {
    width: 80%;
    margin-inline: auto;
  }
}
.p-director__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-director__career {
  position: absolute;
  background: #fff;
  padding: 2.1875rem 2.5rem;
  width: 18.25rem;
  height: 19.5rem;
  flex-shrink: 0;
  top: 16.5rem;
  left: -5.9375rem;
}

.p-director__career-title {
  font-family: "smm";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 233.333% */
}

.p-director__career-list {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 280% */
  letter-spacing: 0.001em;
}
.p-director__career-list span {
  font-weight: 500;
}

.p-director__right {
  flex: 1;
}

.p-director__name {
  font-weight: 500;
  font-family: "smm";
  font-size: 1.25rem;
}

.p-director__jp {
  margin-left: 2rem;
  font-family: "smm";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 66px; /* 330% */
  letter-spacing: 0.2em;
}

.p-director__text {
  font-family: "zkr";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 200% */
}

.p-director__text + .p-director__text {
  margin-top: 1.5rem;
}

.p-doctor {
  margin-block-end: 5rem;
}

.p-doctor__content {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-block-end: 3.125rem;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-doctor__content {
    flex-direction: column;
    gap: 1.875rem;
    margin-block-end: 3.75rem;
  }
}

.p-doctor__name {
  font-family: "smm";
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 66px; /* 440% */
  background: #e8e8e8;
  padding-inline-start: 1.875rem;
}
.p-doctor__name span {
  font-size: 1.25rem;
}

.p-doctor__text {
  flex: 1;
  margin-block-start: 1.625rem;
  position: relative;
  padding-inline-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__text {
    padding-inline-end: 0;
  }
}
.p-doctor__text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e1e1d5;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-doctor__text::after {
    display: none;
  }
}
.p-doctor__text p {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem; /* 200% */
}

.p-doctor__aside {
  margin-block-start: 1.625rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-doctor__aside {
    width: 100%;
  }
}

.p-doctor__aside-title {
  color: #fff;
  font-family: "zkm";
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.0625rem; /* 346.667% */
  background: #38302e;
  width: 100%;
  height: 2.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-doctor__aside-title {
    width: 100%;
    height: 2.3125rem;
  }
}

.p-doctor__list li {
  padding-block-start: 0.75rem;
  color: #38302e;
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.625rem; /* 280% */
}
@media screen and (max-width: 767px) {
  .p-doctor__list li {
    padding-block-start: 0.5rem;
  }
}

.p-doctor__aside-career {
  margin-block-start: 1.625rem;
  padding-inline-end: 1.25rem;
  position: relative;
  width: 50%;
}
.p-doctor__aside-career::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 17rem;
  background: #e1e1d5;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-doctor__aside-career::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-doctor__aside-career {
    width: 100%;
    padding-inline-end: 0;
  }
}

.p-doctor__career-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.p-doctor__career-item dt {
  min-width: 6rem; /* 年月部分固定 */
  color: #38302e;
  font-family: "zkm";
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.625rem; /* 280% */
}
.p-doctor__career-item dd {
  color: #38302e;
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.625rem; /* 280% */
}

.p-nurse {
  padding-block: 5rem;
  background: #fff;
}

.p-nurse__title {
  text-align: center;
  font-family: "lvf";
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-block-end: 1.875rem;
}

.p-nurse__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-nurse__list {
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }
}

.p-nurse__figure {
  margin-bottom: 1rem;
  position: relative;
  width: 17.5rem;
  height: 20.6875rem;
  flex-shrink: 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-nurse__figure {
    margin-inline: auto;
  }
}
.p-nurse__figure img {
  width: 100%;
  height: auto;
  display: block;
  background: #eee;
}

.p-nurse__name {
  position: absolute;
  text-align: center;
  font-family: "zkr";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem; /* 400% */
  background: #fff;
  width: 10rem;
  height: 2rem;
  flex-shrink: 0;
  bottom: 0;
  left: 0;
}

.p-nurse__text {
  color: #38302e;
  font-family: "zkr";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem; /* 200% */
  margin-block-start: 1.625rem;
}

.p-nurse-supervisor {
  padding-block: 5rem;
  background: #fff;
}

.p-nurse-supervisor__inner {
  display: flex;
  gap: 3.75rem;
  align-items: flex-start;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-nurse-supervisor__inner {
    flex-direction: column;
    align-items: unset;
  }
}

.p-nurse-supervisor__left {
  position: relative;
  flex: 0 0 40%;
}
@media screen and (max-width: 767px) {
  .p-nurse-supervisor__left {
    flex: unset;
    width: 80%;
    margin-inline: auto;
  }
}

.p-nurse-supervisor__en {
  position: absolute;
  left: -2rem;
  top: 0;
  writing-mode: vertical-rl;
  font-family: "lvf", serif;
  font-size: 1.5rem;
  color: #dfdfdf;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-nurse-supervisor__en {
    left: unset;
    right: calc(50% + 14.25rem);
  }
}
@media (max-width: 600px) {
  .p-nurse-supervisor__en {
    right: unset;
    left: -1.875rem;
  }
}

.p-nurse-supervisor__img {
  width: 28.1875rem;
  height: 32.875rem;
}
@media screen and (max-width: 767px) {
  .p-nurse-supervisor__img {
    width: 100%;
    max-width: 28.1875rem;
    height: auto;
    display: block;
    margin-inline: auto;
  }
}
.p-nurse-supervisor__img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-nurse-supervisor__right {
  flex: 1;
}

.p-nurse-supervisor__name-wrap {
  display: flex;
  gap: 0.875rem;
}

.p-nurse-supervisor__role {
  font-family: "smm";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.125rem; /* 440% */
}

.p-nurse-supervisor__name {
  font-family: "smm";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.125rem; /* 440% */
}

.p-nurse-supervisor__text {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem; /* 200% */
}
.p-nurse-supervisor__text p + P {
  margin-block-start: 1.5rem;
}

.p-about {
  margin-block-end: 1.75rem;
}

@media screen and (max-width: 767px) {
  .p-about-title {
    text-align: center;
  }
}

.p-about__origin {
  display: flex;
  gap: 5.625rem;
  margin-block-start: 5rem;
  margin-block-end: 3.875rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__origin {
    flex-direction: column;
    gap: 4.875rem;
    align-items: center;
    margin-block-start: 2.5rem;
    margin-block-end: 5rem;
  }
}

.p-about__origin-text p {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 200% */
}

.p-about__title {
  font-family: "smm";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 175% */
  margin-block-end: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1.25rem;
  }
}

.p-about__origin-image {
  width: 18.75rem;
  height: 1.875rem;
  aspect-ratio: 10/1;
  display: inline-block;
}
.p-about__origin-image img {
  width: 100%;
  height: auto;
}

.p-about__concept {
  background: #ffffff;
  padding-block: 3.8125rem 4.0625rem;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__concept {
    padding-inline: 1rem;
    padding-block: 1.875rem;
  }
}

.p-about__subtitle {
  text-align: center;
  font-family: "smm";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 175% */
  margin-block-end: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-about__subtitle {
    font-size: 1.25rem;
  }
}

.p-about__concept-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-block-end: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__concept-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.p-about__concept-item {
  background: #F4F4F4;
  padding: 1.5rem;
  text-align: center;
  padding-block: 1.875rem;
}

.p-about__concept-en {
  text-align: center;
  font-family: "lvf";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about__concept-en {
    font-size: 1.25rem;
  }
}

.p-about__concept-ja {
  text-align: center;
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 200% */
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .p-about__concept-ja {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-block-start: 0.5rem;
  }
}

.p-about__concept-text {
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 200% */
}

.p-about__access {
  margin-block: 3.5rem;
  padding-block-start: 0;
}
@media screen and (max-width: 767px) {
  .p-about__access {
    margin-block: 6.5rem;
  }
}
.p-about__access h2 {
  font-family: "smm";
  font-size: 2rem;
}

.p-price {
  margin-block: 5rem;
}

@media screen and (max-width: 767px) {
  .p-price__inner {
    padding: 0;
  }
}
.p-price + .p-price {
  margin-block-start: 3.5rem;
}

.p-price__categoryHeading {
  color: #38302e;
  font-family: "smm";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.0625rem;
  background: #e8e8e8;
  padding-block: 1rem;
  padding-inline-start: 1.5rem;
  position: relative;
}

.p-price__categoryHeading::after {
  content: "";
  background: url("../img/common/cam-arrow.svg") no-repeat center center;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  translate: 0 -50%;
  width: 2rem;
  height: 0.8125rem;
  flex-shrink: 0;
  display: none;
}

.p-price__heading {
  color: #38302e;
  font-family: "smm";
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding-inline-start: 1.3125rem;
  margin-block-start: 1.25rem;
  position: relative;
  border-left: 3px solid #38302e;
}

@media screen and (max-width: 767px) {
  .p-price__heading {
    margin-left: 2vw;
    margin-right: 3vw;
    padding-left: 2.8vw;
    font-size: 1.25rem;
    line-height: 30px; /* 150% */
    margin-block-start: 0.75rem;
  }
}
.p-price__heading::before {
  display: none;
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 1.8125rem;
  background-color: #38302e;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.p-price__title {
  color: #38302e;
  font-family: "smm";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 175% */
}

@media (min-width: 768px) {
  .p-price__title {
    display: none;
  }
}
.p-price__tableWrap {
  overflow-x: auto;
  padding: 2.1875rem 2.5rem;
  background: #ffffff;
  margin-block-start: 1.375rem;
}

@media screen and (max-width: 767px) {
  .p-price__tableWrap {
    padding: 0;
  }
}
.p-price__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-bottom: 1px solid #e1e1d5;
}

.p-price__title:not(:first-child) {
  margin-block-start: 1.875rem;
}

.p-price__table th,
.p-price__table td {
  text-align: center;
}

.p-price__table th {
  color: #fff;
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 346.667% */
  background: #38302e;
}

@media screen and (max-width: 767px) {
  .p-price__table th {
    font-size: 0.75rem;
    line-height: 24px; /* 200% */
  }
}
.p-price__table td {
  background: #fff;
  color: #38302e;
  font-family: "zkr";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding-block: 0.75rem;
}

@media screen and (max-width: 767px) {
  .p-price__table td {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
.p-price__table {
  table-layout: fixed; /* 幅を固定 */
  width: 100%;
}

.p-price__table th,
.p-price__table td {
  word-break: break-word; /* 長文でもはみ出さない */
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .p-price__table th,
  .p-price__table td {
    padding: 3vw;
  }
}
/* 列ごとに幅を指定 */
.p-price__table th:nth-child(1),
.p-price__table td:nth-child(1) {
  width: 40%;
}

.p-price__table th:nth-child(2),
.p-price__table td:nth-child(2) {
  width: 10%;
}

.p-price__table th:nth-child(3),
.p-price__table td:nth-child(3) {
  width: 20%;
}

.p-price__table th:nth-child(4),
.p-price__table td:nth-child(4) {
  width: 30%;
}

/* 施術内容 → 左寄せ */
.p-price__table td:first-child {
  text-align: left;
}

/* 施術内容 → 左寄せ */
.p-price__table td:last-child {
  text-align: right;
}

.p-price__table tr + tr {
  border-top: 1px solid #e1e1d5;
}

.p-price__table-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}

.p-price__note {
  color: #38302e;
  font-family: "zkr";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 250% */
}

@media screen and (max-width: 767px) {
  .p-price__note {
    font-size: 0.625rem;
    line-height: 24px; /* 240% */
    margin-left: 3vw;
  }
}
.p-price__link {
  display: inline-flex;
  align-items: center;
  color: #38302e;
  text-align: right;
  font-family: "zkr";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 371.429% */
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-price__link {
    font-size: 0.75rem;
    line-height: 30px; /* 250% */
  }
}
.p-price__link__arrow {
  width: 0.375rem;
  height: 0.8125rem;
  display: inline-block;
}

.p-price__link:hover {
  text-decoration: underline;
}

.p-anchor {
  padding-block-start: 5rem;
  border-top: 1px solid #38302e;
  margin-block-start: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-anchor {
    padding-block-start: 2.5rem;
    margin-block-start: 2rem;
  }
}

.p-anchor__inner {
  padding: 0 0.25rem;
}

.p-anchor__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-anchor__item {
  width: 100%;
  background: #fff;
}

.p-anchor__item a {
  position: relative;
  border: 1px solid #e1e1d5;
  background: #fff;
  width: 100%;
  height: 3.25rem; /* ← 高さを直接指定 */
  padding: 1em 2.5em 1em 1em; /* ← 上下は0、右に矢印余白 */
  color: #c5c3c2;
  font-family: "zkm";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.p-anchor__item a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url("../img/common/i-arrow.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

.p-anchor__select:hover {
  border-color: #666;
}

.p-anchor__select:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .p-anchor__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .p-anchor__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 375px) {
  .p-anchor__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.p-menu-category {
  margin-block-end: 5rem;
}

.p-treatment {
  margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-treatment {
    margin-block-start: 2.5rem;
  }
}

.p-treatment__title {
  color: #38302e;
  font-family: "smm";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.0625rem; /* 175% */
  background: #e8e8e8;
  padding-block: 1.25rem;
  padding-inline-start: 1.875rem;
}

.p-treatment__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.625rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-treatment__list {
    grid-template-columns: 1fr;
  }
}

.p-treatment ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  background-color: #fff;
  color: #38302e;
  font-family: "zkr";
  line-height: 1.6;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-treatment ul li a {
    padding-left: 10vw;
    background-size: auto 100%;
    font-size: 3.4vw;
  }
}

.p-treatment ul li {
  width: 490px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .p-treatment ul li {
    width: 100%;
    height: 25vw;
  }
}

.p-treatment__name {
  font-size: 1rem;
  font-weight: 500;
}

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

.p-treatment ul li.drip a {
  background-image: url(../img/menu/th_drip.png);
}

.p-treatment ul li.program a {
  background-image: url(../img/menu/th_program.png);
}

.p-treatment ul li.dermapen a {
  background-image: url(../img/menu/th_dermapen.png);
}

.p-treatment ul li.lumecca a {
  background-image: url(../img/menu/th_lumecca.png);
}

.p-treatment ul li.hifu a {
  background-image: url(../img/menu/th_hifu.png);
}

.p-treatment ul li.removal a {
  background-image: url(../img/menu/th_removal.png);
}

.p-treatment ul li.medical-diet a {
  background-image: url(../img/menu/th_medical-diet.png);
}

.p-treatment ul li.este a {
  background-image: url(../img/menu/th_este.png);
}

.p-treatment ul li.hadaiku a {
  background-image: url(../img/menu/th_hadaiku.png);
}

.p-treatment ul li.hadakanri a {
  background-image: url(../img/menu/th_hadakanri.png);
}

.p-treatment ul li.hokuro a {
  background-image: url(../img/menu/th_hokuro.png);
}

.p-treatment ul li.sled a {
  background-image: url(../img/menu/th_sled.png);
}

.p-treatment ul li.zihi a {
  background-image: url(../img/menu/th_zihi.png);
}

.p-treatment ul li.diet a {
  background-image: url(../img/menu/th_diet.png);
}

.p-treatment ul li.kansaibo a {
  background-image: url(../img/menu/th_kansaibo.png);
}

.p-treatment ul li.cool a {
  background-image: url(../img/menu/th_cool.png);
}

.p-treatment ul li.exo a {
  background-image: url(../img/menu/th_exo.png);
}

.p-treatment ul li.aga a {
  background-image: url(../img/menu/th_aga.png);
}

.p-treatment ul li.nad a {
  background-image: url(../img/menu/th_nad.png);
}

.p-treatment ul li.artmake a {
  background-image: url(../img/menu/cm_artmake.png);
  background-size: 220px auto;
}
@media screen and (max-width: 767px) {
  .p-treatment ul li.artmake a {
    background-size: auto 100%;
  }
}

.p-treatment ul li.inspection a {
  background-image: url(../img/menu/cm_inspection.png);
  background-size: 220px auto;
}
@media screen and (max-width: 767px) {
  .p-treatment ul li.inspection a {
    background-size: auto 100%;
  }
}

.p-treatment ul li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #f4f4f4;
}