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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

body {
  background-color: #FBFBFA;
  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 {
  border-top: 1px solid #333;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
}

.l-columns {
  padding: 24px 0;
  padding: 1.5rem 0;
}

.l-columns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-columns__aside {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.l-columns__main {
  border-top: 1px solid #333;
}

.l-columns__main--full {
  border-top: none;
}

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

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

.l-foot-reserve {
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 40;
}

.l-foot-reserve.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

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

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

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

.c-btn01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.4285714286;
  max-width: 212px;
  max-width: 13.25rem;
  overflow: hidden;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.c-btn01--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-btn01__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 14px;
  height: 0.875rem;
  width: 14px;
  width: 0.875rem;
}

.c-btn01__icon img,
.c-btn01__icon svg {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.c-btn02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.7857142857;
  max-width: 212px;
  max-width: 13.25rem;
  padding: 7.5px 30px;
  padding: 0.46875rem 1.875rem;
  width: 100%;
}

.c-btn02__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 14px;
  height: 0.875rem;
  width: 14px;
  width: 0.875rem;
}

.c-btn02__icon img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}
.c-category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8A8A88;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 1px 5.5px 3px;
  padding: 0.0625rem 0.34375rem 0.1875rem;
}

.c-menu-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 56px;
  width: 3.5rem;
}

.c-menu-button__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  gap: 0.6875rem;
}

.c-menu-button__line {
  background-color: #333;
  border-radius: 100vw;
  display: block;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 32px;
  width: 2rem;
}

.c-menu-button[aria-expanded=true] .c-menu-button__line {
  width: 38px;
  width: 2.375rem;
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] .c-menu-button__line:nth-child(1) {
  -webkit-transform: translate(0, 0.375rem) rotate(36deg);
          transform: translate(0, 0.375rem) rotate(36deg);
}

.c-menu-button[aria-expanded=true] .c-menu-button__line:nth-child(2) {
  -webkit-transform: translate(0, -0.375rem) rotate(-36deg);
          transform: translate(0, -0.375rem) rotate(-36deg);
}

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

.c-page-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  bottom: 64px;
  bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  height: 48px;
  height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  position: fixed;
  right: 8px;
  right: 0.5rem;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 48px;
  width: 3rem;
  z-index: 40;
}

.c-page-top__icon {
  display: block;
  height: 22px;
  height: 1.375rem;
  width: 18px;
  width: 1.125rem;
}

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

.c-page-top__text {
  font-family: "Nanum Myeongjo", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1;
}

.c-page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.c-return-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  max-width: 212px;
  max-width: 13.25rem;
  overflow: hidden;
  padding: 13px 24px;
  padding: 0.8125rem 1.5rem;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 100%;
}

.c-return-btn span {
  -webkit-mask-image: url(../images/common/icon-return-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 14px;
  height: 0.875rem;
          mask-image: url(../images/common/icon-return-arrow.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 14px;
  width: 0.875rem;
}

.c-return-btn span svg {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}
.c-tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EFEEEE;
  border-radius: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  min-height: 20px;
  min-height: 1.25rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}

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

.c-title01__sub {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.c-title01__main {
  color: #BDBDBB;
  font-family: "Castoro Titling", serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.c-title02 {
  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;
  gap: 4px;
  gap: 0.25rem;
}

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

.c-title02--white {
  color: #fff;
}

.c-title02__sub {
  font-family: "Castoro Titling", serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}

.c-title02__main {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-404 {
  -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;
  margin-top: 56px;
  margin-top: 3.5rem;
  margin-top: 78px;
  margin-top: 4.875rem;
  padding-top: 56px;
  padding-top: 3.5rem;
}

.p-404__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  gap: 1.625rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.p-404__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  gap: 0.4375rem;
  width: 100%;
}

.p-404__num {
  font-family: "Castoro Titling", serif;
  font-size: 140px;
  font-size: 8.75rem;
  letter-spacing: 0.08em;
  line-height: 0.8;
  text-align: center;
}

.p-404__en {
  font-family: "Castoro Titling", serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.33;
  text-align: center;
}

.p-404__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}

.p-404__bottom {
  border-top: 1px solid #333;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 46px;
  padding-top: 2.875rem;
  width: 100%;
}

.p-404__bottom-inner {
  -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;
  width: 100%;
}

.p-404__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-access__section:nth-child(n+2) {
  border-top: 1px solid #333;
}

.p-access__divider {
  border: none;
  border-top: 1px solid #ADACAA;
  margin: 0;
}

.p-access__section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
  padding: 48px 16px 15px;
  padding: 3rem 1rem 0.9375rem;
}

.p-access__head {
  background: #DEDEDD;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-access__head iframe {
  aspect-ratio: 358/240;
  display: block;
  height: 100%;
  width: 100%;
}

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

.p-access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  max-width: 684px;
  max-width: 42.75rem;
  padding: 0 0 24px 0;
  padding: 0 0 1.5rem 0;
  width: 100%;
}

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

.p-access__block:nth-child(n+2) {
  margin-top: 0;
}

.p-access__block-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding: 0 0 14px;
  padding: 0 0 0.875rem;
}

.p-access__block-body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 0 0;
  padding: 1.5625rem 0 0;
}

.p-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  gap: 0.125rem;
}

.p-access__info-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-access__info-value {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-access__info-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.8;
}

.p-access__info-text:last-child {
  margin-bottom: 0;
}

.p-access__link {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 2px;
  margin-top: 0.125rem;
  position: relative;
  text-decoration: underline;
}

.p-access__link::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/icon_arrow_right.png) no-repeat center center/100%;
  background: transparent url(../images/common/icon_arrow_right.webp) no-repeat center center/100%;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: -20px;
  right: -1.25rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  width: 0.5rem;
}

.p-access__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  word-break: break-all;
}

.p-access__parking {
  overflow-x: auto;
}

.p-access__table {
  border-collapse: collapse;
  border-top: 1px solid #ADACAA;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 12px;
  margin-top: 0.75rem;
  width: 100%;
}

.p-access__table tr {
  border-bottom: 1px solid #ADACAA;
  height: 60px;
  height: 3.75rem;
}

.p-access__table th,
.p-access__table td {
  height: 61px;
  height: 3.8125rem;
  padding: 4px 4px 4px 8px;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}

.p-access__table-th {
  font-weight: 300;
  width: 96px;
  width: 6rem;
}

.p-access__table-th.th-column {
  background: #EFEEEE;
}

.p-access__table-td {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}

.p-access__table-th.th-row:nth-child(2),
.p-access__table-td:nth-child(2) {
  width: 146px;
  width: 9.125rem;
}

.p-access__table-th.th-row:nth-child(3),
.p-access__table-td:nth-child(3) {
  width: 116px;
  width: 7.25rem;
}

.p-access__table thead .p-access__table-th {
  text-align: center;
}

.p-access__table tbody .p-access__table-th {
  text-align: left;
}

.p-access__note {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-breadcrumb {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
  margin-left: 16px;
  margin-left: 1rem;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2)::before {
  content: "/";
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-right: 16px;
  margin-right: 1rem;
}

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

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

.p-breadcrumb span {
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-breadcrumb a {
  color: rgba(51, 51, 51, 0.6);
}

.p-case-card {
  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: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-case-card__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 91%;
}

.p-case-card__image img {
  -o-object-fit: cover;
  aspect-ratio: 326/408;
  height: 100%;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  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: 15px 16px 0;
  padding: 0.9375rem 1rem 0;
}

.p-case-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  overflow: hidden;
}

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

.p-case-card__tag.c-tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.p-case-card__info {
  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: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  gap: 5.5px;
  gap: 0.34375rem;
  letter-spacing: 0.04em;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-case-card__info-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-case-card__info-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
  line-height: 1.6;
  width: 17%;
}

.p-case-card__info-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 300;
  line-height: 1.6;
}

.p-case-card__info-row:nth-child(1) .p-case-card__info-value,
.p-case-card__info-row:nth-child(2) .p-case-card__info-value {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}

.p-case-card__info-row:nth-child(3) .p-case-card__info-value,
.p-case-card__info-row:nth-child(4) .p-case-card__info-value,
.p-case-card__info-row:nth-child(5) .p-case-card__info-value {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.p-case-card__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 9.2px 16px;
  padding: 0.575rem 1rem;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}

.p-case-card__button-icon {
  -webkit-mask-image: url(../images/common/icon_arrow_right.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: currentColor;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 11px;
  height: 0.6875rem;
          mask-image: url(../images/common/icon_arrow_right.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 11px;
  width: 0.6875rem;
}
.p-case {
  overflow-x: clip;
}

.p-case__columns .l-columns__main {
  border-top: none;
}

.p-case__columns .l-columns__aside {
  padding-bottom: 0;
}

.p-case__sidebar {
  border-bottom: 1px solid #333;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-case__sidebar .p-sidebar__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.p-case__sidebar-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0 12px;
  padding: 1.125rem 0 0.75rem;
  width: 100%;
}

.p-case__sidebar-header.active {
  border-bottom: 1px solid #333;
}

.p-case__sidebar-title {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3888888889;
}

.p-case__sidebar-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  height: 1rem;
  position: relative;
  width: 16px;
  width: 1rem;
}

.p-case__sidebar-icon::before,
.p-case__sidebar-icon::after {
  background-color: #333;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.p-case__sidebar-icon::before {
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  width: 1rem;
}

.p-case__sidebar-icon::after {
  height: 16px;
  height: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
}

.p-case__sidebar-header.active .p-case__sidebar-icon::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-case__sidebar-body {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.p-case__sidebar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
  gap: 0.5rem 1.5rem;
  padding: 16px 0 40px;
  padding: 1rem 0 2.5rem;
}

.p-case__sidebar-link {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-case__sidebar-link.is-active {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-case__sidebar-link.is-active::before {
  background-color: #333;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
}

.p-case__sidebar-link:hover {
  opacity: 0.7;
}

.p-case__main {
  padding-top: 17.5px;
  padding-top: 1.09375rem;
}

.p-case__list {
  grid-gap: 0;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
}

.p-case__list-item {
  padding: 31.5px 0;
  padding: 1.96875rem 0;
}

.p-case__list-item:not(:last-child) {
  border-bottom: 1px solid #ADACAA;
}
.p-case__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-case__empty-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  gap: 1.125rem;
  padding: 30px 0 65px;
  padding: 1.875rem 0 4.0625rem;
}

.p-case__empty-title {
  font-family: "Castoro Titling", serif;
  font-size: max(48px, 10px);
  font-size: max(3rem, 10px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3291666667;
  text-align: center;
  text-transform: uppercase;
}

.p-case__empty-text {
  color: #454544;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
}

.p-case__empty-action {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 48px 16px 24px;
  padding: 3rem 1rem 1.5rem;
}

.p-case__empty-btn {
  width: 212px;
  width: 13.25rem;
}

.p-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
  list-style: none;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  width: 100%;
}

.p-category-list__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FBFBFA;
  border: 1px solid #333;
  border-radius: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  min-height: 40px;
  min-height: 2.5rem;
  padding: 5px 23px;
  padding: 0.3125rem 1.4375rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-category-list__link.is-active {
  background: #333;
  color: #FBFBFA;
}

.p-clinic-access {
  background-color: #EFEEEE;
  border-top: 1px solid #333;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.p-clinic-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}

.p-clinic-access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}

.p-clinic-access__head {
  border-bottom: 1px solid #ADACAA;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.p-clinic-access__divider {
  border: none;
  border-top: 1px solid #ADACAA;
  margin: 0;
}

.p-clinic-access__content .p-clinic-access__head + .p-clinic-access__divider {
  border-top-color: #333;
}

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

.p-clinic-access__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 14px 8px 16px;
  padding: 0.875rem 0.5rem 1rem;
}

.p-clinic-access__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 0;
  width: 86px;
  width: 5.375rem;
}

.p-clinic-access__value {
  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;
  gap: 2px;
  gap: 0.125rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-top: 0.125rem;
}

.p-clinic-access__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  word-break: break-all;
}

.p-clinic-access__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  gap: 10px;
  gap: 0.625rem;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-clinic-access__link img {
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  width: 9px;
  width: 0.5625rem;
}

.p-clinic-access__map {
  background-color: #DEDEDD;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 240px;
  height: 15rem;
  overflow: hidden;
  width: 100%;
}

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

.p-clinic-concept {
  display: block;
}

.p-clinic-concept__inner {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.p-clinic-concept__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-clinic-concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  gap: 1.625rem;
}

.p-clinic-concept__title {
  border-bottom: 1px solid #333;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.p-clinic-concept__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.6;
  text-align: left;
}

.p-clinic-feature {
  background-color: #EFEEEE;
  border-top: 1px solid #333;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 46px;
  padding-top: 2.875rem;
}

.p-clinic-feature__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  gap: 2.25rem;
}

.p-clinic-feature__head {
  width: 100%;
}

.p-clinic-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21.5px;
  gap: 1.34375rem;
  list-style: none;
  width: 100%;
}

.p-clinic-feature__item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  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: 22px 16px 17px;
  padding: 1.375rem 1rem 1.0625rem;
}

.p-clinic-feature__item-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  gap: 1rem;
}

.p-clinic-feature__num {
  color: #BDBDBB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Castoro Titling", serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}

.p-clinic-feature__subtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Serif JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: -8px;
  margin-top: -0.5rem;
  text-align: left;
}

.p-clinic-feature__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: left;
}

.p-clinic-gallery {
  border-top: 1px solid #333;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.p-clinic-gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.p-clinic-gallery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 36px;
  padding-right: 2.25rem;
}

.p-clinic-gallery__head {
  border-bottom: 1px solid #333;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
}

.p-clinic-gallery__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-clinic-gallery__divider {
  border: none;
  border-left: 1px solid #333;
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.p-clinic-gallery__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  padding-left: 24px;
  padding-left: 1.5rem;
  width: 100%;
}

.p-clinic-gallery__slider .swiper {
  overflow: hidden;
  width: 100%;
}

.p-clinic-gallery__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  gap: 0.8125rem;
}

.p-clinic-gallery__img {
  overflow: hidden;
  width: 100%;
}

.p-clinic-gallery__img img {
  -o-object-fit: cover;
  aspect-ratio: 200/240;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-clinic-gallery__caption {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1;
}

.p-clinic-gallery__slider .swiper-slide {
  width: 200px;
  width: 12.5rem;
}

.p-clinic-guide {
  border-top: 1px solid #333;
}

.p-clinic-guide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.p-clinic-guide__aside {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  width: 100%;
}

.p-clinic-guide__divider {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: none;
  border-left: 1px solid #333;
  height: auto;
  margin: 0;
  width: 0;
}

.p-clinic-guide__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.p-clinic-guide__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  padding-top: 36px;
  padding-top: 2.25rem;
  position: relative;
}

.p-clinic-guide__step-head {
  display: contents;
}

.p-clinic-guide__step-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #BDBDBB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Castoro Titling", serif;
  gap: 4px;
  gap: 0.25rem;
  left: 0;
  position: absolute;
  top: 30px;
  top: 1.875rem;
}

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

.p-clinic-guide__step-digital {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}

.p-clinic-guide__step-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-left: 65px;
  margin-left: 4.0625rem;
}

.p-clinic-guide__step-body {
  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: 0;
}

.p-clinic-guide__step-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-clinic-guide__step-divider {
  border: none;
  border-top: 1px solid #ADACAA;
  margin: 0;
}

.p-clinic-guide__reserve {
  background-color: #EFEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 16px;
  padding: 1rem;
}

.p-clinic-guide__phone {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  gap: 0.4375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 32px 11px;
  padding: 1rem 2rem 0.6875rem;
}

.p-clinic-guide__phone-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  gap: 10px;
  gap: 0.625rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-clinic-guide__phone-link img {
  height: 20px;
  height: 1.25rem;
  width: 17px;
  width: 1.0625rem;
}

.p-clinic-guide__phone-time {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

.p-clinic-guide__reserve-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  padding: 15px 26px 14px 24px;
  padding: 0.9375rem 1.625rem 0.875rem 1.5rem;
  text-align: left;
}

.p-clinic-guide__reserve-link .c-btn01__icon {
  height: auto;
  width: 24px;
  width: 1.5rem;
}

.p-clinic-guide__reserve-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  gap: 0.4375rem;
}

.p-clinic-guide__reserve-title {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-clinic-guide__reserve-sub {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.p-clinic-guide__download-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 9px 30px 10px;
  padding: 0.5625rem 1.875rem 0.625rem;
}

.p-clinic-guide__download-btn .c-btn02__icon {
  height: auto;
  width: 19px;
  width: 1.1875rem;
}

.p-column-card {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-column-card:hover {
  opacity: 0.7;
}

.p-column-card__img img {
  -o-object-fit: cover;
  aspect-ratio: 270/160;
  height: 100%;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.p-column-card__body {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14px 16px 18px;
  padding: 0.875rem 1rem 1.125rem;
}

.p-column-card__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
}

.p-column-card__date {
  font-family: "Nunito Sans", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-column-card__categoryList {
  -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: 8px;
  gap: 0.5rem;
  list-style: none;
}

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

.p-column-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
  overflow: hidden;
}

.p-column-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-column {
  overflow-x: clip;
}

.p-column__columns .l-columns__main {
  border-top: none;
}

.p-column__columns .l-columns__aside {
  padding-bottom: 0;
}

.p-column__sidebar {
  border-bottom: 1px solid #333;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-column__sidebar .p-sidebar__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.p-column__sidebar-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0 12px;
  padding: 1.125rem 0 0.75rem;
  width: 100%;
}

.p-column__sidebar-header.active {
  border-bottom: 1px solid #333;
}

.p-column__sidebar-title {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3888888889;
}

.p-column__sidebar-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  height: 1rem;
  position: relative;
  width: 16px;
  width: 1rem;
}

.p-column__sidebar-icon::before,
.p-column__sidebar-icon::after {
  background-color: #333;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.p-column__sidebar-icon::before {
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  width: 1rem;
}

.p-column__sidebar-icon::after {
  height: 16px;
  height: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
}

.p-column__sidebar-header.active .p-column__sidebar-icon::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-column__sidebar-body {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.p-column__sidebar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px 16px;
  gap: 0.0625rem 1rem;
  padding: 16px 0 40px;
  padding: 1rem 0 2.5rem;
}

.p-column__sidebar-link {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-column__sidebar-link.is-active {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-column__sidebar-link.is-active::before {
  background-color: #333;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
}

.p-column__sidebar-link:hover {
  opacity: 0.7;
}

.p-column__main {
  padding-top: 48px;
  padding-top: 3rem;
}

.p-column__new-post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  padding: 32px 16px;
  padding: 2rem 1rem;
}

.p-column__new-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Castoro Titling", serif;
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.p-column__new-list {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}

.p-column__list {
  grid-gap: 0;
  border-top: 1px solid #333;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 48px;
  margin-top: 3rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.p-column__list-item {
  padding: 0;
}

.p-column__list-item:not(:last-child) {
  border-bottom: 1px solid #ADACAA;
}
.p-column__empty {
  color: #8A8A88;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  padding: 40px 0;
  padding: 2.5rem 0;
  text-align: center;
}

.p-column__main .p-column-card__img {
  overflow: hidden;
}

.p-column__main .p-column-card__img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-column__main .p-column-card__body {
  background-color: transparent;
  padding: 20px 16px 25px;
  padding: 1.25rem 1rem 1.5625rem;
}

.p-column__main .p-column-card__date {
  font-family: "Nunito Sans", sans-serif;
}

.p-column__main .p-column-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  overflow: hidden;
}

.p-column__new-item .p-column-card__body {
  background-color: #fff;
  padding: 20px 24px 24px;
  padding: 1.25rem 1.5rem 1.5rem;
}

.p-column__new-item .p-column-card__meta {
  gap: 24px;
  gap: 1.5rem;
}

.p-column__new-item .p-column-card__title {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-column__main .p-column-card__tags {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.p-column__new-item .p-column-card__tags {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-column-card__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 9.2px 16px;
  padding: 0.575rem 1rem;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}

.p-column-card__button-icon {
  -webkit-mask-image: url(../images/common/icon_arrow_right.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: currentColor;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 11px;
  height: 0.6875rem;
          mask-image: url(../images/common/icon_arrow_right.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 11px;
  width: 0.6875rem;
}
.p-concern-nav {
  padding: 16px 0 38px;
  padding: 1rem 0 2.375rem;
}

.p-concern-nav__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-concern-nav__label {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3888;
}

.p-concern-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
  gap: 0.75rem 1rem;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-concern-nav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  border-radius: 1.125rem;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  height: 32px;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 9px 17px;
  padding: 0.5625rem 1.0625rem;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.p-concern-nav__link:hover {
  background-color: #EFEEEE;
}

.p-concern-nav__link.is-active {
  background-color: #333;
  border-color: #333;
  color: #FBFBFA;
}

.p-concern {
  overflow-x: clip;
}

.p-concern__columns .l-columns__main {
  border-top: none;
}

.p-concern__columns .l-columns__aside {
  padding-bottom: 0;
}

.p-concern__sidebar {
  border-bottom: 1px solid #333;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-concern__sidebar .p-sidebar__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.p-concern__list .p-menu-list__item:first-child {
  border-top: none;
}

.p-concern__list .p-menu-list__item:last-child {
  border-bottom: none;
}

.p-concern__empty {
  color: #8A8A88;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  padding: 40px 0;
  padding: 2.5rem 0;
  text-align: center;
}

.p-content :where(.wp-block-image,
.wp-block-gallery,
.wp-block-columns,
.wp-block-table,
.wp-block-media-text,
.wp-block-embed,
blockquote,
ul,
ol,
.wp-block-group,
.wp-block-group.is-layout-flex):not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-content p + .wp-block-image,
.p-content p + .wp-block-group,
.p-content p + .wp-block-columns,
.p-content p + .wp-block-table,
.p-content p + .wp-block-group.is-layout-flex,
.p-content p + .wp-block-gallery {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-content :where(h2) {
  font-family: "Noto Serif JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
  scroll-margin-top: 1.875rem;
}

.p-content :where(h2)::before {
  background-color: #D9D9D9;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 67%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  width: 0.25rem;
}

.p-content :where(h2):not(:first-child) {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.p-content .wp-block-image + h2,
.p-content .wp-block-group + h2,
.p-content .wp-block-columns + h2,
.p-content .wp-block-table + h2,
.p-content ul + h2:not(:first-child),
.p-content ol + h2:not(:first-child),
.p-content .wp-block-group.is-layout-flex + h2,
.p-content .wp-block-gallery + h2 {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-content :where(h3) {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.38888;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.p-content :where(h3)::before {
  background-color: #D9D9D9;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 8px;
  width: 0.5rem;
}

.p-content :where(h3):not(:first-child) {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-content :where(h4) {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-content :where(h4):not(:first-child) {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-content :where(p) {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-content :where(p):not(:first-child) {
  margin-top: 6px;
  margin-top: 0.375rem;
}

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

.p-content :where(p) a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
}

.p-content :where(li) {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-content :where(ul),
.p-content :where(ol) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  list-style: none;
}

.p-content :where(ul) > li {
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.p-content :where(ul) > li::before {
  background-color: #ADACAA;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.9em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
}

.p-content :where(ol) {
  counter-reset: p-content-ol 0;
}

.p-content :where(ol) > li {
  padding-left: 25px;
  padding-left: 1.5625rem;
  position: relative;
}

.p-content :where(ol) > li::before {
  content: counter(p-content-ol) ". ";
  counter-increment: p-content-ol 1;
  left: 0;
  position: absolute;
  top: 0;
}

.p-content ol > li > ol {
  counter-reset: p-content-ol-nested 0;
  margin-left: -5px;
  margin-left: -0.3125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-content ol > li > ol > li {
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.p-content ol > li > ol > li::before {
  content: counter(p-content-ol-nested, lower-alpha) ". ";
  counter-increment: p-content-ol-nested 1;
}

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

.wp-block-embed__wrapper {
  text-align: center;
}

/* 投稿ブロックカスタムパターン */
/* 画像１枚(サイズ固定)パターン */
.p-custom__gallery1.wp-block-image {
  margin-left: auto;
  margin-right: auto;
  width: 89.38%;
}
.p-custom__gallery1.wp-block-image img {
  height: auto;
  width: 100%;
}

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

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

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

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

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

.p-custom__gallery2-wide figure.wp-block-image {
  width: 100% !important;
}
.p-custom__gallery2-wide figure.wp-block-image img {
  -o-object-fit: cover;
  aspect-ratio: 320/212;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* 【横長】画像４枚ギャラリーパターン */
.p-custom__gallery4.is-layout-flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left: auto;
  margin-right: auto;
  width: 89.38%;
}

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

.p-custom__gallery4 figure.wp-block-image {
  width: 100% !important;
}
.p-custom__gallery4 figure.wp-block-image img {
  -o-object-fit: cover;
  aspect-ratio: 320/212;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* 【正方形】画像３枚ギャラリーパターン */
.p-custom__gallery3-square {
  margin-left: auto;
  margin-right: auto;
  width: 89.38%;
}

.p-custom__gallery3-square.is-layout-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

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

.p-custom__gallery3-square figure.wp-block-image {
  width: 100% !important;
}

.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 {
  margin-left: auto;
  margin-right: auto;
  width: 89.38%;
}

.p-custom__gallery3-tall.is-layout-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.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 {
  width: 100% !important;
}

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

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

/* 2カラムテーブル表パターン */
.p-custom__table-2col.wp-block-table {
  margin-top: 22px !important;
  margin-top: 1.375rem !important;
}
.p-custom__table-2col.wp-block-table {
  width: 100%;
}

.p-custom__table-2col table {
  border-collapse: collapse;
  width: 100%;
}

.p-custom__table-2col tr {
  display: block;
}

.p-custom__table-2col tr:not(:first-child) {
  border-top: 1px solid #ADACAA;
}

.p-custom__table-2col th,
.p-custom__table-2col td {
  border: none;
  display: block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2;
  width: 100%;
}

.p-custom__table-2col td:first-child,
.p-custom__table-2col th {
  background-color: #EFEEEE;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  text-align: left;
}

.p-custom__table-2col td {
  background-color: #fff;
  font-weight: 300;
  letter-spacing: 0.03em;
  padding: 14.6px 16px;
  padding: 0.9125rem 1rem;
}

/* 列見出し＋行見出し付きグリッドテーブル表パターン */
.p-custom__table-grid.wp-block-table {
  margin-top: 32px !important;
  margin-top: 2rem !important;
}
.p-custom__table-grid.wp-block-table {
  width: 100%;
}

.p-custom__table-grid + .p-custom__table-grid {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.p-custom__table-grid table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.p-custom__table-grid th,
.p-custom__table-grid td {
  border: none;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-custom__table-grid thead {
  border-bottom: none;
}

.p-custom__table-grid thead th {
  background-color: #EFEEEE;
  padding: 18.6px 16px;
  padding: 1.1625rem 1rem;
  text-align: center;
}

.p-custom__table-grid thead th:first-child {
  border-radius: 0.3125rem 0 0 0;
  width: 17.8770949721%;
}

.p-custom__table-grid thead th:last-child {
  border-right: none;
}

.p-custom__table-grid tbody tr {
  border-top: 0.25px solid #333;
}

.p-custom__table-grid tbody td:first-child,
.p-custom__table-grid tbody th {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #EFEEEE;
  padding: 10.3px 8px;
  padding: 0.64375rem 0.5rem;
  text-align: left;
  width: 17.8770949721%;
}

.p-custom__table-grid tbody td {
  background-color: #fff;
  padding: 10.3px 8px;
  padding: 0.64375rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.p-custom__table-grid tbody td:last-child {
  border-right: none;
}

/* 症例用注意事項ボックスパターン */
.p-custom__notice.wp-block-group {
  background-color: #EFEEEE;
  border-radius: 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;
  gap: 20.5px;
  gap: 1.28125rem;
  margin-top: 48px;
  margin-top: 3rem;
  padding: 26px 16px 32px;
  padding: 1.625rem 1rem 2rem;
}

.p-custom__notice-item.wp-block-group {
  margin: 0 !important;
}

.p-custom__notice-item.wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}

.p-content p.p-custom__notice-heading,
.p-menu-content p.p-custom__notice-heading {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
}

.p-content p.p-custom__notice-text,
.p-menu-content p.p-custom__notice-text {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-left: 0;
  margin-right: 0;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-custom__notice--menu p a {
  text-decoration: none;
}

/* 診療メニュー用リスト */
.p-menu-content ul.p-custom__menu-list {
  background-color: #EFEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px 40px;
  gap: 0.4375rem 2.5rem;
  padding: 18px 24px 15px;
  padding: 1.125rem 1.5rem 0.9375rem;
}

.p-menu-content ul.p-custom__menu-list--bg-white {
  background-color: #fff;
  border: 1px solid #333;
}

.p-menu-content ul.p-custom__menu-list > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 16px;
  padding-left: 1rem;
}

.p-menu-content ul.p-custom__menu-list > li::before {
  background-color: #ADACAA;
  border-radius: 50%;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
}

/* 診療メニュー用STEPリスト */
.p-menu-content .p-custom__step-list.wp-block-group {
  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;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-menu-content .p-custom__step-item.wp-block-group {
  margin: 0;
  width: 100%;
}

.p-menu-content .p-custom__step-item .wp-block-group__inner-container {
  grid-column-gap: 0.8125rem;
  -moz-column-gap: 0.8125rem;
  grid-row-gap: 1.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: #fff;
       -webkit-column-gap: 0.8125rem;
               column-gap: 0.8125rem;
  display: grid;
  grid-template-columns: 3rem 1fr;
  grid-template-rows: auto auto auto;
  padding: 32px 16px 23px;
  padding: 2rem 1rem 1.4375rem;
  row-gap: 18px;
  row-gap: 1.125rem;
}

.p-menu-content .p-custom__step-number.wp-block-group {
  counter-increment: 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;
  gap: 2px;
  gap: 0.125rem;
  grid-column: 1;
  grid-row: 1;
}

.p-menu-content p.p-custom__step-label {
  color: #BDBDBB;
  font-family: "Castoro Titling", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0;
  line-height: 1;
}

.p-menu-content .p-custom__step-number.wp-block-group::after {
  color: #BDBDBB;
  content: counter(step-counter, decimal-leading-zero);
  font-family: "Castoro Titling", serif;
  font-size: max(36px, 10px);
  font-size: max(2.25rem, 10px);
  line-height: 1;
}

.p-menu-content p.p-custom__step-title {
  align-self: center;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  grid-column: 2;
  grid-row: 1;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
  margin-top: -10px;
  margin-top: -0.625rem;
}

.p-menu-content figure.p-custom__step-image {
  margin: 0 !important;
}

.p-menu-content figure.p-custom__step-image {
  grid-column: 1/3;
  grid-row: 2;
  width: 100%;
}

.p-menu-content figure.p-custom__step-image img {
  -o-object-fit: cover;
  aspect-ratio: 320/212;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-menu-content p.p-custom__step-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  grid-column: 1/3;
  grid-row: 3;
  letter-spacing: 0.03em;
  line-height: 2;
  margin: 0;
  margin-top: -10px;
  margin-top: -0.625rem;
}

.p-doctor-information__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.p-doctor-information__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-doctor-information__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 400px;
  height: 25rem;
  overflow: hidden;
  width: 330px;
  width: 20.625rem;
}

.p-doctor-information__img img {
  -o-object-fit: cover;
  aspect-ratio: 330/400;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-doctor-information__divider {
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.p-doctor-information__divider--vertical {
  display: none;
}

.p-doctor-information__divider--profile {
  border-top: 1px solid #ADACAA;
}

.p-doctor-information__content {
  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-doctor-information__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.p-doctor-information__role {
  font-family: "Noto Serif JP", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-doctor-information__namewrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.p-doctor-information__name {
  font-family: "Noto Serif JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-doctor-information__name-en {
  font-family: "Noto Serif JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-doctor-information__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-top: -2px;
  margin-top: -0.125rem;
}

.p-doctor-information__snsItem {
  width: 40px;
  width: 2.5rem;
}

.p-doctor-information__snsLink img {
  -o-object-fit: contain;
  aspect-ratio: 1;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-doctor-information__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-doctor-information__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  gap: 0.0625rem;
}

.p-doctor-information__profile-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

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

.p-doctor-information__desc {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-doctor-information__intro {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-doctor-information__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  padding-top: 36px;
  padding-top: 2.25rem;
}

.p-doctor-information__message-title {
  font-family: "Noto Serif JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-doctor-information__message-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-doctor-information__message-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-doctor-point {
  background-color: #EFEEEE;
  border-top: 1px solid #333;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.p-doctor-point__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  gap: 2.125rem;
}

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

.p-doctor-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  list-style: none;
  width: 100%;
}

.p-doctor-point__item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  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: 24px 16px 15px;
  padding: 1.5rem 1rem 0.9375rem;
}

.p-doctor-point__item-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  gap: 1rem;
}

.p-doctor-point__num {
  color: #BDBDBB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Castoro Titling", serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.p-doctor-point__subtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: -10px;
  margin-top: -0.625rem;
  text-align: left;
}

.p-doctor-point__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: left;
}

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

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

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-faq__wrapper {
  padding-left: 0;
  padding-right: 0;
}

.p-faq__wrap {
  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;
  padding-right: 16px;
  padding-right: 1rem;
  row-gap: 8px;
  row-gap: 0.5rem;
}

.p-faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  gap: 0.875rem;
  padding: 36px 0 24px;
  padding: 2.25rem 0 1.5rem;
}

.p-faq__content:not(:first-child) {
  border-top: 1px solid #333;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-faq__heading {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  padding-right: 56px;
  padding-right: 3.5rem;
}

.p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-faq__item {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-faq__head {
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          appearance: none;
  background-color: #EFEEEE;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 48px 0 0;
  padding: 0 3rem 0 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.p-faq__head.active {
  border-bottom: 1px solid #333;
}

.p-faq__head::before {
  -webkit-transform: translate(0, -50%);
  background: #333;
  content: "";
  height: 1px;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 24px;
  width: 1.5rem;
}

.p-faq__head::after {
  -webkit-transform: rotate(90deg) translate(0, -50%);
  background: #333;
  content: "";
  height: 1px;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 49.5%;
  transform: rotate(90deg) translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 24px;
  width: 1.5rem;
}

.p-faq__head.active::after {
  -webkit-transform: rotate(0deg) translate(0, -50%);
  opacity: 0;
  top: 50%;
  transform: rotate(0deg) translate(0, -50%);
}

.p-faq__body {
  margin: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

.p-faq__body-inner {
  background-color: #EFEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  gap: 1rem;
  padding: 14px 16px 16px 0;
  padding: 0.875rem 1rem 1rem 0;
}

.p-faq__q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #686766;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Castoro Titling", serif;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8;
  padding: 4px 17px 0;
  padding: 0.25rem 1.0625rem 0;
  width: 56px;
  width: 3.5rem;
}

.p-faq__a {
  background-color: #EFEEEE;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Castoro Titling", serif;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8;
  width: 56px;
  width: 3.5rem;
}

.p-faq__question {
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.p-faq__answer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 0;
}

.p-footer {
  background-color: #8A8A88;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.p-footer__top > .p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.p-footer__logo {
  border-bottom: 1px solid #FBFBFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.p-footer__logo a {
  display: block;
}

.p-footer__logo img {
  -o-object-fit: contain;
  aspect-ratio: 220/155;
  height: auto;
     object-fit: contain;
  width: 220px;
  width: 13.75rem;
}

.p-footer__info {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-footer__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  gap: 0.8125rem;
}

.p-footer__info-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}

.p-footer__info-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  width: 74px;
  width: 4.625rem;
}

.p-footer__info-value {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-footer__info-value span {
  display: block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.p-footer__info-value a {
  color: #fff;
}

.p-footer__hours {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-top: 27px;
  margin-top: 1.6875rem;
}

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

.p-footer__hours-table th {
  padding: 6.5px 0;
  padding: 0.40625rem 0;
}

.p-footer__hours-th {
  border: none;
  color: #fff;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  width: 37px;
  width: 2.3125rem;
}

.p-footer__hours-table tbody {
  border-top: 1px solid #fff;
}

.p-footer__hours-table td {
  padding: 6.25px 0;
  padding: 0.390625rem 0;
}

.p-footer__hours-td {
  border: none;
  color: #fff;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}

.p-footer__hours-table .p-footer__hours-time {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  width: 94px;
  width: 5.875rem;
}

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

.p-footer__hours-unavailable {
  background-color: #fff;
  display: inline-block;
  height: 1px;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  width: 12px;
  width: 0.75rem;
}

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

.p-footer__map iframe {
  aspect-ratio: 358/200;
  height: auto;
  width: 100%;
}

.p-footer__reserve {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-footer__reserve-inner {
  background-color: #EFEEEE;
  padding: 30px 24px 32px;
  padding: 1.875rem 1.5rem 2rem;
  width: 100%;
}

.p-footer__reserve-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
}

.p-footer__reserve-tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  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 0 22px;
  padding: 1.25rem 0 1.375rem;
}

.p-footer__reserve-tel-label {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-footer__reserve-tel-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__reserve-telIcon {
  width: 17px;
  width: 1.0625rem;
}

.p-footer__reserve-telIcon img {
  -o-object-fit: contain;
  aspect-ratio: 17/20;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__reserve-tel-num {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-footer__reserve-tel-note {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-footer__reserve-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-footer__reserve-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 26px 20px 24px;
  padding: 1.125rem 1.625rem 1.25rem 1.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-footer__reserve-btn-text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.p-footer__reserve-btn-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-footer__reserve-btn-txt {
  display: block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.p-footer__reserve-btn-icon {
  display: block;
  width: 24px;
  width: 1.5rem;
}

.p-footer__reserve-btn-icon img {
  -o-object-fit: contain;
  aspect-ratio: 24/24;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__middle {
  background: #686766;
  padding: 48px 0 44px;
  padding: 3rem 0 2.75rem;
}

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

.p-footer__menu-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-top: 0;
}

.p-footer__menu-nav {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
  gap: 2.4375rem;
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-footer__menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  gap: 0.875rem;
}

.p-footer__menu-subttl {
  border-bottom: 1px solid #8A8A88;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

.p-footer__menu-groupWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}

.p-footer__menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.p-footer__menu-cat {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.p-footer__menu-cat a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.p-footer__menu-list {
  -moz-column-gap: 1.0625rem;
       -webkit-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  row-gap: 0.625rem;
}

.p-footer__menu-list a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-decoration: underline;
}

.p-footer__bottom > .p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-footer__sitemap {
  display: contents;
}

.p-footer__sitemap-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 11px;
  gap: 0.625rem 0.6875rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-footer__sitemap-item {
  padding-right: 19px;
  padding-right: 1.1875rem;
  position: relative;
}

.p-footer__sitemap-item:not(:last-child)::after {
  color: #fff;
  content: "/";
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 5px;
  top: 0.3125rem;
}

.p-footer__sitemap-item a {
  color: #fff;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-footer__sns-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
  margin-top: 2.625rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-footer__sns-item {
  aspect-ratio: 1/1;
  height: auto;
  width: 40px;
  width: 2.5rem;
}

.p-footer__sns-link {
  display: block;
  height: 100%;
}

.p-footer__sns-link img {
  -o-object-fit: contain;
  aspect-ratio: 24/24;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-footer__legal {
  margin-top: 38px;
  margin-top: 2.375rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-footer__legal-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}

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

.p-footer__legal-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  gap: 9px;
  gap: 0.5625rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-footer__legal-icon {
  -o-object-fit: contain;
  aspect-ratio: 9/9;
  display: block;
  height: auto;
     object-fit: contain;
  width: 9px;
  width: 0.5625rem;
}

.p-footer__legal-icon img {
  -o-object-fit: contain;
  aspect-ratio: 9/9;
  height: auto;
     object-fit: contain;
  width: 100%;
}

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

.p-footer__copyright small {
  color: #fff;
  font-family: "Nanum Myeongjo", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.p-header {
  background: #FBFBFA;
  border-bottom: 1px solid #333;
}

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

.p-header__logo-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 101;
}

.p-header__logo {
  display: block;
  margin-left: 16px;
  margin-left: 1rem;
}

.p-header__logo-link {
  display: block;
  width: 170px;
  width: 10.625rem;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 212/50;
  display: block;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__menu-button {
  position: relative;
  z-index: 101;
}

.p-header__nav {
  background: #FBFBFA;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 56px;
  top: 3.5rem;
  -webkit-transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  visibility: hidden;
  z-index: 100;
}

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

.p-header__nav-inner {
  padding: 24px 0 0;
  padding: 1.5rem 0 0;
}

.p-header__nav-items {
  list-style: none;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}

.p-header__nav-item {
  border-bottom: 1px solid #333;
  position: relative;
}

.p-header__nav-link {
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 14px 8px;
  padding: 0.875rem 0.5rem;
  text-align: left;
  width: 100%;
}

.p-header__nav-access {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.p-header__nav-access img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 24px;
  width: 1.5rem;
}

.p-header__mega {
  background: #EFEEEE;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
  z-index: 10;
}

.p-header__nav-item:hover .p-header__mega {
  opacity: 1;
  visibility: visible;
}

.p-header__nav-item.is-active .p-header__mega {
  opacity: 1;
  visibility: visible;
}

.p-header__mega-inner {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 32px;
  padding-top: 2rem;
}

.p-header__nav-snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-header__nav-snsItem {
  width: 40px;
  width: 2.5rem;
}

.p-header__nav-snsLink {
  display: block;
}

.p-header__nav-snsLink img {
  -o-object-fit: contain;
  aspect-ratio: 24/24;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

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

.p-header__nav-item[data-mega] .p-header__nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 8px;
  padding-right: 0.5rem;
}

.p-header__nav-link__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.p-header__nav-link__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 8px;
  height: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  width: 1rem;
}

.p-header__nav-link__icon::before {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  margin-top: -4px;
  margin-top: -0.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 8px;
  width: 0.5rem;
}

.p-header__nav-item.is-accordionOpen .p-header__nav-link__icon::before {
  margin-top: 2px;
  margin-top: 0.125rem;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.p-header__nav-spAccordion {
  border-top: 1px solid #ADACAA;
  display: none;
}

.p-header__nav-item.is-accordionOpen .p-header__nav-spAccordion {
  display: block;
}

.p-header__nav-spAccordion-list {
  list-style: none;
  padding-left: 0;
}

.p-header__nav-spAccordion-item {
  background: #EFEEEE;
  border-bottom: 1px solid #ADACAA;
}

.p-header__nav-spAccordion-item:last-child {
  border-bottom: none;
}

.p-header__nav-spAccordion-link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  gap: 12px;
  gap: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 15px 33px;
  padding: 0.9375rem 2.0625rem;
}

.p-header__nav-item[data-mega=menu] .p-header__nav-spAccordion-link {
  padding: 14px 33px;
  padding: 0.875rem 2.0625rem;
}

.p-header__nav-spAccordion-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-header__nav-spAccordion-title {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-header__nav-item[data-mega=menu] .p-header__nav-spAccordion-title {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
}
.p-institution-notice__inner {
  grid-row-gap: 3.625rem;
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  padding-top: 38px;
  padding-top: 2.375rem;
  row-gap: 58px;
  row-gap: 3.625rem;
}

.p-institution-notice__lead {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-institution-notice__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.p-institution-notice__title::before {
  -webkit-transform: translate(0, -50%);
  background: #D9D9D9;
  content: "";
  height: 66.7%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 4px;
  width: 0.25rem;
}

.p-institution-notice__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
}

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

.p-institution-notice__subtitle {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-institution-notice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}

.p-institution-notice__list-item {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  padding-left: 14px;
  padding-left: 0.875rem;
  position: relative;
}

.p-institution-notice__list-item::before {
  content: "・";
  left: 0;
  position: absolute;
}

.p-institution-notice__note {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-institution-notice__table {
  border-collapse: collapse;
  width: 100%;
}

.p-institution-notice__table thead {
  border-bottom: 1px solid #ADACAA;
}

.p-institution-notice__row {
  display: block;
}

.p-institution-notice__row:not(:first-child) {
  border-top: 1px solid #ADACAA;
}

.p-institution-notice__term,
.p-institution-notice__desc {
  border: none;
  display: block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2;
  width: 100%;
}

.p-institution-notice__table--compact .p-institution-notice__term,
.p-institution-notice__table--compact .p-institution-notice__desc {
  display: table-cell;
  vertical-align: middle;
}

.p-institution-notice__term {
  background-color: #EFEEEE;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  text-align: left;
}

.p-institution-notice__table--compact .p-institution-notice__term {
  width: 210px;
  width: 13.125rem;
}

.p-institution-notice__desc {
  background-color: #fff;
  font-weight: 300;
  letter-spacing: 0.03em;
  padding: 14.6px 12px;
  padding: 0.9125rem 0.75rem;
}

.p-institution-notice__table--compact .p-institution-notice__desc {
  width: calc(100% - 13.125rem);
}

.p-institution-notice__table thead .p-institution-notice__desc {
  background-color: #EFEEEE;
  font-weight: 400;
}

.p-institution-notice__table--compact .p-institution-notice__row {
  display: table-row;
}

.p-law__inner {
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  padding-top: 38px;
  padding-top: 2.375rem;
}

.p-law__read {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}

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

.p-law__row {
  display: block;
}

.p-law__row:not(:first-child) {
  border-top: 1px solid #ADACAA;
}

.p-law__term,
.p-law__desc {
  border: none;
  display: block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2;
  width: 100%;
}

.p-law__term {
  background-color: #EFEEEE;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  text-align: left;
}

.p-law__desc {
  background-color: #fff;
  font-weight: 300;
  letter-spacing: 0.03em;
  padding: 14.6px 16px;
  padding: 0.9125rem 1rem;
}

.p-lower-mv {
  border-bottom: 1px solid #333;
  margin-top: 56px;
  margin-top: 3.5rem;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  padding-top: 42px;
  padding-top: 2.625rem;
}

.p-mega-eyes {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.p-mega-eyes__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FBFBFA;
  border-radius: 0.3125rem;
  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;
  min-width: 0;
  padding: 24px 32px 20px;
  padding: 1.5rem 2rem 1.25rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-mega-eyes__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-mega-eyes__icon img {
  -o-object-fit: contain;
  display: block;
  height: 60px;
  height: 3.75rem;
     object-fit: contain;
  width: 94px;
  width: 5.875rem;
}

.p-mega-eyes__title {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 14px;
  margin-top: 0.875rem;
  text-align: center;
}

.p-mega-eyes__text {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
}

.p-mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
}

.p-mega-menu::after {
  background: #333;
  content: "";
  height: 100%;
  left: 35%;
  position: absolute;
  top: 0;
  width: 1px;
}

.p-mega-menu__group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 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;
  gap: 26px;
  gap: 1.625rem;
  padding: 15px 0 29px;
  padding: 0.9375rem 0 1.8125rem;
}

.p-mega-menu__group:nth-child(1) {
  width: 35%;
}

.p-mega-menu__group:nth-child(2) {
  width: 60%;
}

.p-mega-menu__title {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  width: 100%;
}

.p-mega-menu__titleLink {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.p-mega-menu__list {
  grid-gap: 0.375rem 0.75rem;
  display: grid;
  gap: 6px 12px;
  gap: 0.375rem 0.75rem;
  grid-template-columns: auto auto;
  list-style: none;
  width: 100%;
}

.p-mega-menu__group:nth-child(2) .p-mega-menu__list {
  gap: 6px 12px;
  gap: 0.375rem 0.75rem;
  grid-template-columns: auto auto;
}

.p-mega-menu__item {
  min-width: 0;
}

.p-mega-menu__item a {
  border-radius: 0.1875rem;
  display: block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  padding: 0 12px;
  padding: 0 0.75rem;
}
.p-menu-category__intro {
  border-bottom: 1px solid #ADACAA;
  padding: 38px 0;
  padding: 2.375rem 0;
}

.p-menu-category__intro-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-menu-category__list .p-menu-list__item:first-child {
  border-top: none;
}

.p-menu-category__list .p-menu-list__item:last-child {
  border-bottom: none;
}

.p-menu-category__other {
  border-top: 1px solid #333;
  padding: 35px 0 48px;
  padding: 2.1875rem 0 3rem;
}

.p-menu-category__other-title {
  font-family: "Noto Serif JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}

.p-menu-category__other-list {
  grid-gap: 1rem;
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-menu-category__other-item {
  background-color: #EFEEEE;
}

.p-menu-category__other-link {
  -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;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 96px;
  min-height: 6rem;
  padding: 14px 24px 15px;
  padding: 0.875rem 1.5rem 0.9375rem;
}

.p-menu-category__other-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  width: 73%;
}

.p-menu-category__other-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  width: 5rem;
}

.p-menu-category__other-icon img {
  -o-object-fit: contain;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 68px;
  max-height: 4.25rem;
     object-fit: contain;
  width: 100%;
}

.p-menu-category__other-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-menu-category__other-arrow {
  background: url(../images/common/icon_arrow_right.svg) no-repeat center center/contain;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
}

.p-menu-content :where(.wp-block-image,
.wp-block-gallery,
.wp-block-group,
.wp-block-columns,
.wp-block-table,
.wp-block-media-text,
.wp-block-embed,
blockquote,
ul,
ol,
.wp-block-group.is-layout-flex):not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-menu-content p + .wp-block-image,
.p-menu-content p + .wp-block-group,
.p-menu-content p + .wp-block-columns,
.p-menu-content p + .wp-block-table,
.p-menu-content p + .wp-block-group.is-layout-flex,
.p-menu-content p + .wp-block-gallery {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-menu-content :where(h2) {
  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.8;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  position: relative;
  scroll-margin-top: 1.875rem;
}

.p-menu-content :where(h2)::after {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-menu-content :where(h2):not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-menu-content .wp-block-image + h2,
.p-menu-content .wp-block-group + h2,
.p-menu-content .wp-block-columns + h2,
.p-menu-content .wp-block-table + h2,
.p-menu-content ul + h2:not(:first-child),
.p-menu-content ol + h2:not(:first-child),
.p-menu-content .wp-block-group.is-layout-flex + h2,
.p-menu-content .wp-block-gallery + h2 {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-menu-content :where(h3) {
  font-family: "Noto Serif JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.p-menu-content :where(h3)::before {
  background-color: #D9D9D9;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 67%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  width: 0.25rem;
}

.p-menu-content :where(h3):not(:first-child) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-menu-content :where(h4) {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.38888;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.p-menu-content :where(h4)::before {
  background-color: #D9D9D9;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 8px;
  width: 0.5rem;
}

.p-menu-content :where(h4):not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-menu-content :where(h5) {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 0;
}

.p-menu-content :where(h5):not(:first-child) {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-menu-content :where(p) {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-menu-content :where(p):not(:first-child) {
  margin-top: 6px;
  margin-top: 0.375rem;
}

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

.p-menu-content h3 + p {
  margin-top: 18px !important;
  margin-top: 1.125rem !important;
}

.p-menu-content :where(p) strong {
  font-weight: 500;
}

.p-menu-content :where(p) a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
}

.p-menu-content :where(li) {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-menu-content :where(ul),
.p-menu-content :where(ol) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  list-style: none;
}

.p-menu-content :where(ul) > li {
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.p-menu-content :where(ul) > li::before {
  background-color: #ADACAA;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.9em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
}

.p-menu-content :where(ol) {
  counter-reset: p-content-ol 0;
}

.p-menu-content :where(ol) > li {
  padding-left: 25px;
  padding-left: 1.5625rem;
  position: relative;
}

.p-menu-content :where(ol) > li::before {
  content: counter(p-content-ol) ". ";
  counter-increment: p-content-ol 1;
  left: 0;
  position: absolute;
  top: 0;
}

.p-menu-content ol > li > ol {
  counter-reset: p-content-ol-nested 0;
  margin-left: -5px;
  margin-left: -0.3125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-menu-content ol > li > ol > li {
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.p-menu-content ol > li > ol > li::before {
  content: counter(p-content-ol-nested, lower-alpha) ". ";
  counter-increment: p-content-ol-nested 1;
}

.p-menu-content ul ul,
.p-menu-content ul ol,
.p-menu-content ol ul,
.p-menu-content ol ol {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.wp-block-embed__wrapper {
  text-align: center;
}

.p-menu-list__item {
  -ms-flex-line-pack: center;
      align-content: center;
  align-content: center;
  border-top: 1px solid #ADACAA;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  min-height: 155px;
  min-height: 9.6875rem;
  padding: 25px 0;
  padding: 1.5625rem 0;
  place-content: center;
}

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

.p-menu-list__link {
  grid-column-gap: 1.5rem;
  -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: grid;
  grid-template-columns: 26% 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-menu-list__icon img {
  height: auto;
  width: 100%;
}

.p-menu-list__title {
  -moz-column-gap: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1.125rem;
               column-gap: 1.125rem;
  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: 500;
  line-height: 1.3888;
}

.p-menu-list__title::after {
  background: url(../images/common/icon_arrow_right.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 14px;
  height: 0.875rem;
  width: 14px;
  width: 0.875rem;
}

.p-menu-list__description {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-menu-list__recommended {
  padding-left: 8px;
  padding-left: 0.5rem;
}

.p-menu-list__recommended-item {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
}
.p-menu-list__recommended-item::before {
  aspect-ratio: 1/1;
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0.85em;
  width: 3px;
  width: 0.1875rem;
}

.p-mv {
  margin-top: 56px;
  margin-top: 3.5rem;
  overflow: hidden;
  position: relative;
}

.p-mv__img {
  -webkit-animation: p-mv-kv-fade-in 1.1s ease-out forwards;
          animation: p-mv-kv-fade-in 1.1s ease-out forwards;
  height: 100%;
  opacity: 0;
}

.p-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 390/500;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-mv__inner {
  -webkit-transform: translate(-50%, 0);
  bottom: 25px;
  bottom: 1.5625rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 1;
}

.p-mv__read {
  -webkit-animation: p-mv-kv-fade-in 0.65s ease-out forwards;
          animation: p-mv-kv-fade-in 0.65s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-left: 12px;
  margin-left: 0.75rem;
  opacity: 0;
  width: 143px;
  width: 8.9375rem;
}

.p-mv__read img {
  -o-object-fit: cover;
  aspect-ratio: 143/149;
  height: auto;
     object-fit: cover;
  width: 100%;
}

@-webkit-keyframes p-mv-kv-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes p-mv-kv-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-news-list {
  border-top: 1px solid #333;
}

.p-news-list__item {
  border-bottom: 1px solid #333;
  padding: 23px 16px 16px;
  padding: 1.4375rem 1rem 1rem;
}

.p-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  gap: 0.875rem;
}

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

.p-news-list__date {
  font-family: "Nunito Sans", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-news-list__category {
  background: #8A8A88;
  color: #fff;
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 1px 7px 3px;
  padding: 0.0625rem 0.4375rem 0.1875rem;
}

.p-news-list__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  overflow: hidden;
}

.p-news {
  overflow-x: clip;
}

.p-news__columns.l-columns {
  padding: 48px 0 0;
  padding: 3rem 0 0;
}

.p-news__columns .l-columns__aside {
  padding-bottom: 0;
}

.p-news__sidebar {
  border-bottom: 1px solid #333;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.p-news__sidebar .p-sidebar__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.p-news-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 14px;
  gap: 0.625rem 0.875rem;
}

.p-news-nav__link {
  background-color: #FBFBFA;
  border: 1px solid #333;
  border-radius: 100vmax;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 6.5px 24px 6.7px;
  padding: 0.40625rem 1.5rem 0.41875rem;
  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-news-nav__link.is-active {
  background-color: #333;
  color: #FBFBFA;
}
.p-news__main.l-columns__main {
  border-top: none;
}

.p-news__main .p-news-list {
  border-top: 1px solid #ADACAA;
  margin-bottom: 46px;
  margin-bottom: 2.875rem;
  margin-top: 46px;
  margin-top: 2.875rem;
}

.p-news__main .p-news-list__item {
  border-bottom: 1px solid #ADACAA;
  padding: 0;
}

.p-news__main .p-news-list__link {
  gap: 13px;
  gap: 0.8125rem;
  padding: 24px 16px 16.3px;
  padding: 1.5rem 1rem 1.01875rem;
}

.p-news__main .p-news-list__detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news__main .p-news-list__date {
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0;
}

.p-news__main .p-news-list__category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-news__pagination.p-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.p-news__empty {
  color: #8A8A88;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  padding: 40px 0;
  padding: 2.5rem 0;
  text-align: center;
}

.p-page-link {
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
}

.p-page-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px 24px;
  gap: 0.8125rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-page-link__item {
  display: block;
}

.p-page-link__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  gap: 8px;
  gap: 0.5rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-page-link__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

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

.p-page-link__text {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  display: inline-block;
  text-decoration: underline;
}

.p-page-link__link.is-active {
  font-weight: 500;
}

.p-pagenavi .nav-links,
.p-pagenavi .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .previouspostslink,
.p-pagenavi .nextpostslink {
  display: inline-block;
}
.p-pagenavi .previouspostslink {
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.p-pagenavi .nextpostslink {
  margin-left: 10px;
  margin-left: 0.625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-pavinavi__prev,
.p-pavinavi__next {
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
  display: block;
  height: auto;
  width: 18px;
  width: 1.125rem;
}

.p-pavinavi__prev {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-pavinavi__next {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
}

.p-pavinavi__prev.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-pavinavi__next.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-pagination {
  border-top: 1px solid #ADACAA;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 24px;
  padding-top: 1.5rem;
}

.p-pagination .nav-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagination .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  height: 32px;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.8;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 32px;
  width: 2rem;
}

.p-pagination .page-numbers.current {
  background-color: #333;
  color: #fff;
}

.p-pagination .prev,
.p-pagination .next {
  background: none;
  height: auto;
  width: auto;
}

.p-pagination__arrow {
  -webkit-mask-image: url(../images/common/pagination-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  aspect-ratio: 13/8;
  background-color: #333;
  display: inline-block;
  height: 8px;
  height: 0.5rem;
  height: auto;
          mask-image: url(../images/common/pagination-arrow.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 13px;
  width: 0.8125rem;
}

.p-pagination__arrow--prev {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.p-pagination__arrow--next {
  margin-left: 8px;
  margin-left: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-price-list {
  border-bottom: 1px solid #ADACAA;
}

.p-price-list__item {
  border-top: 1px solid #ADACAA;
  padding-bottom: 13.5px;
  padding-bottom: 0.84375rem;
  padding-top: 13.5px;
  padding-top: 0.84375rem;
  width: 100%;
}

.p-price-list__item-row {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1rem;
               column-gap: 1rem;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

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

.p-price-list__name-link {
  color: inherit;
  -webkit-transition: opacity 0.3s ease, text-decoration 0.3s ease, text-decoration-color 0s;
  transition: opacity 0.3s ease, text-decoration 0.3s ease, text-decoration-color 0s;
}
.p-price-list__value {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 300;
  line-height: 1.5625;
  text-align: right;
}

.p-price-list__container {
  display: inline-block;
  white-space: nowrap;
}

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

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

.p-price-list__suffix {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1;
}

.p-price-list__note,
.p-price-list__notice {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: right;
}

.p-price-list__note--left,
.p-price-list__notice--left {
  text-align: left;
}

.p-price-table {
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-menu-content p.p-price-table__description {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin: 0;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.p-menu-content ul.p-price-table__list {
  margin-top: 0 !important;
}

.p-menu-content ul.p-price-table__list {
  gap: 0;
}

.p-price-table__list .p-price-list__item {
  padding-left: 0;
}

.p-price-table__list .p-price-list__item::before {
  content: none !important;
}

.p-menu-content p.p-price-list__name {
  font-weight: 400;
  margin: 0;
}

.p-menu-content p.p-price-list__value {
  margin: 0;
}

.p-menu-content p.p-price-list__note,
.p-menu-content p.p-price-list__notice {
  margin-left: 0;
  margin-right: 0;
}

.p-price__inner {
  padding-left: 0;
  padding-right: 0;
}

.p-price__main {
  padding: 0 16px 24px;
  padding: 0 1rem 1.5rem;
}

.p-price__block:not(:first-child) {
  border-top: 1px solid #333;
  padding: 39.5px 16px 48px;
  padding: 2.46875rem 1rem 3rem;
}

.p-price__block:has(.p-price-list__notice):not(:first-child) {
  border-top: 1px solid #333;
  padding: 39.5px 16px 42px;
  padding: 2.46875rem 1rem 2.625rem;
}

.p-price__block:first-child {
  padding: 40px 16px 48px;
  padding: 2.5rem 1rem 3rem;
}

.p-price__block:last-child {
  padding: 48px 16px 48px;
  padding: 3rem 1rem 3rem;
}

.p-price__block-list + .p-price__block-list {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-price__block-title {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.38889;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  scroll-margin-top: 1.875rem;
}

.p-price__block-subtitle--single {
  padding: 0 16px;
  padding: 0 1rem;
}

.p-price__block-subtitle--single::before {
  content: none;
}

.p-price__block-subtitle--single + .p-price-table {
  margin-top: 0;
}

.p-price__block-title-link {
  color: inherit;
  -webkit-transition: opacity 0.3s ease, text-decoration 0.3s ease, text-decoration-color 0s;
  transition: opacity 0.3s ease, text-decoration 0.3s ease, text-decoration-color 0s;
}
.p-price__block-subtitle-link {
  color: inherit;
  -webkit-transition: opacity 0.3s ease, text-decoration 0.3s ease, text-decoration-color 0s;
  transition: opacity 0.3s ease, text-decoration 0.3s ease, text-decoration-color 0s;
}
.p-price__block:has(.p-price__block-subtitle) .p-price__block-title {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.p-price__block-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.p-price-list + .p-price__block-subtitle {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-price-list__notice + .p-price__block-list,
.p-price-list__notice + .p-price__block-subtitle {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-price__counseling-note {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 16px;
  padding: 1rem;
}

.p-price__counseling-note-title {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  width: 100%;
}

.p-price__counseling-note-body {
  width: 100%;
}

.p-price__counseling-note-text {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-price__counseling-note-caption {
  display: block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.p-price__counseling-note-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  gap: 16px;
  gap: 1rem;
  letter-spacing: 0.04em;
  line-height: 2;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-price__counseling-note-arrow {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 7px;
  height: 0.4375rem;
  margin-top: -10px;
  margin-top: -0.625rem;
  position: relative;
  width: 14px;
  width: 0.875rem;
}

.p-price__counseling-note-arrow::before,
.p-price__counseling-note-arrow::after {
  background-color: #333;
  content: "";
  height: 1px;
  position: absolute;
}

.p-price__counseling-note-arrow::before {
  left: -1px;
  top: 6px;
  top: 0.375rem;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  width: 10px;
  width: 0.625rem;
}

.p-price__counseling-note-arrow::after {
  right: -1px;
  top: 6px;
  top: 0.375rem;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 10px;
  width: 0.625rem;
}

.p-price__concept-fee {
  background-color: #EFEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  gap: 1.125rem;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 20px 16px 25px;
  padding: 1.25rem 1rem 1.5625rem;
  scroll-margin-top: 1.875rem;
}

.p-price__concept-fee-title {
  font-family: "Noto Serif JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.4;
}

.p-price__concept-fee-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-price__concept-fee-text {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-price__concept-fee-caption {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-price__concept-fee-text + .p-price__concept-fee-text {
  margin-top: 0;
}

.p-price__concept-fee-caption {
  margin-top: 0;
}

.p-price__concept-fee-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.p-price__concept-fee-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-price__concept-fee-subtitle {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-price__concept-fee-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-price__concept-fee-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  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;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 16px;
  padding: 0.375rem 1rem;
  text-align: center;
}

.p-price__concept-fee-card-head {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}

.p-price__concept-fee-card-body {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.2;
}

.p-price__concept-fee-table {
  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-price__concept-fee-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-price__concept-fee-table-row {
  border-top: 0.5px solid #ADACAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-price__concept-fee-table-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  padding: 14.5px 8px;
  padding: 0.90625rem 0.5rem;
}

.p-price__concept-fee-table-cell--head {
  background-color: #DEDEDD;
  font-weight: 300;
}

.p-price__concept-fee-table-cell--key {
  background-color: #fff;
  border-right: 0.5px solid #ADACAA;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.p-price__concept-fee-table-head .p-price__concept-fee-table-cell--head:first-child {
  border-right: 0.5px solid #ADACAA;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.p-price__concept-fee-table-row .p-price__concept-fee-table-cell:not(.p-price__concept-fee-table-cell--key) {
  background-color: #fff;
}

.p-price__block-description {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.8;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.p-price__block-title:has(.p-price__block-initial-fee-link),
.p-price__block-subtitle:has(.p-price__block-initial-fee-link) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.p-price__block-initial-fee-link {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  vertical-align: middle;
}

.p-price__block-initial-fee-link::after {
  content: "↗";
}

.p-privacy__inner {
  grid-row-gap: 3.625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  padding-top: 38px;
  padding-top: 2.375rem;
  row-gap: 58px;
  row-gap: 3.625rem;
}

.p-privacy__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  word-break: break-all;
}

.p-privacy__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.p-privacy__title::before {
  -webkit-transform: translate(0, -50%);
  background: #D9D9D9;
  content: "";
  height: 66.7%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 4px;
  width: 0.25rem;
}

.p-privacy__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3888888889;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
  margin-top: 27px;
  margin-top: 1.6875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  position: relative;
}

.p-privacy__subtitle::before {
  background: #D9D9D9;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 1px;
  left: 0.0625rem;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  width: 8px;
  width: 0.5rem;
}

.p-privacy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}

.p-privacy__list-item {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  padding-left: 14px;
  padding-left: 0.875rem;
  position: relative;
}

.p-privacy__list-item::before {
  content: "・";
  left: 0;
  position: absolute;
}

.p-recruit__middle {
  padding-left: 0;
  padding-right: 0;
}

.p-recruit__top {
  border-bottom: 1px solid #333;
  padding-bottom: 39px;
  padding-bottom: 2.4375rem;
  padding-top: 38px;
  padding-top: 2.375rem;
}

.p-recruit__top-read {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-recruit__divider {
  border: none;
  border-top: 1px solid #333;
  margin: 0;
}

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

.p-recruit__item {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  gap: 1rem;
  padding: 13px 0 16px;
  padding: 0.8125rem 0 1rem;
}

.p-recruit__item:last-child {
  padding: 13px 0 0;
  padding: 0.8125rem 0 0;
}

.p-recruit__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2;
  padding-left: 16px;
  padding-left: 1rem;
  width: 110px;
  width: 6.875rem;
}

.p-recruit__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  padding: 0 16px;
  padding: 0 1rem;
  position: relative;
}

.p-recruit__desc::before {
  -webkit-transform: translate(0, -50%);
  background: #333;
  content: "";
  height: 98%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
}

.p-recruit__bottom {
  padding-bottom: 39px;
  padding-bottom: 2.4375rem;
  padding-top: 38px;
  padding-top: 2.375rem;
}

.p-recruit__bottom-read {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
}

.p-recruit__bottom-read a {
  text-decoration: underline;
}

.p-related-case {
  border-top: 1px solid #333;
  padding: 36px 16px 48px;
  padding: 2.25rem 1rem 3rem;
}

.p-related-case__title {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}

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

.p-reserv-btn {
  display: none;
}

.p-reserv-btn__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FBFBFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
  padding: 12px 8px 8px;
  padding: 0.75rem 0.5rem 0.5rem;
}

.p-reserv-btn__label {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.p-reserv-btn__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  width: 48px;
  width: 3rem;
}

.p-reserv-btn__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  border-radius: 0.0625rem;
  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;
  height: 48px;
  height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 48px;
  width: 3rem;
}

.p-reserv-btn__icon {
  display: block;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

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

.p-reserv-btn__item--line .p-reserv-btn__icon {
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
}

.p-reserv-btn__item--line .p-reserv-btn__icon img {
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
}

.p-reserv-btn__text {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.p-reserv-btn__item--line .p-reserv-btn__text {
  display: none;
}

.p-single-menu__inner {
  padding-left: 0;
  padding-right: 0;
}

.p-single-menu__main {
  padding: 35px 16px 24px;
  padding: 2.1875rem 1rem 1.5rem;
}

.p-single-menu__price-section {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-single-menu__price-section h2 {
  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.8;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  position: relative;
  scroll-margin-top: 1.875rem;
}

.p-single-menu__price-section h2::after {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-single-menu__price-section .p-price-table + .p-price__block-subtitle {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-single-menu__price-section .p-price__block-subtitle {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.p-single-menu__price-section .p-price__block-subtitle + .p-price-table {
  margin-top: 0;
}

.p-single-menu__price-section .p-price-table__description {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin: 0;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.p-single-mv {
  border-bottom: 1px solid #333;
  margin-top: 56px;
  margin-top: 3.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 36px;
  padding-top: 2.25rem;
}

.p-single-mv__title {
  color: #8A8A88;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}

.p-single__head {
  border-bottom: 1px solid #333;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-single__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.p-single__date {
  font-family: "Nunito Sans", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  line-height: 1.8;
}

.p-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
}

.p-single__tag {
  background: #DEDEDD;
  border-radius: 100vmax;
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 5.5px 12px 6.5px;
  padding: 0.34375rem 0.75rem 0.40625rem;
  text-align: center;
}

.p-single__title {
  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.8;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.p-single__content {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-single-case .p-single__content {
  padding-top: 48px;
  padding-top: 3rem;
}

.p-single-case .p-single__content,
.p-single-column .p-single__content {
  padding-bottom: 0;
}

.p-single-case .p-single__share {
  padding: 48px 0;
  padding: 3rem 0;
}

.p-single-column .p-single__share {
  padding: 39px 0 48px;
  padding: 2.4375rem 0 3rem;
}

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

.p-single__share-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-single__share-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  gap: 8px;
  gap: 0.5rem;
  line-height: 1;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
}

.p-single__share-btn:hover {
  opacity: 0.8;
}

.p-single__share-item--x .p-single__share-btn {
  background-color: #333;
}

.p-single__share-item--fb .p-single__share-btn {
  background-color: #1877f2;
}

.p-single__share-item--line .p-single__share-btn {
  background-color: #6cb463;
}

.p-single__share-item--hatena .p-single__share-btn {
  background-color: #1c9ace;
}

.p-single__share-item--copy .p-single__share-btn {
  background-color: #ADACAA;
}

.p-single__share-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  width: max(12px, 10px);
  width: max(0.75rem, 10px);
}

.p-single__share-item--x .p-single__share-icon {
  aspect-ratio: 12/12;
}

.p-single__share-item--fb .p-single__share-icon {
  aspect-ratio: 6/12;
  width: max(6px, 6px);
  width: max(0.375rem, 6px);
}

.p-single__share-item--line .p-single__share-icon {
  aspect-ratio: 12.563/12;
  width: max(12.563px, 10px);
  width: max(0.7851875rem, 10px);
}

.p-single__share-item--hatena .p-single__share-icon {
  aspect-ratio: 12/10.01;
}

.p-single__share-item--copy .p-single__share-icon {
  aspect-ratio: 12/12;
}

.p-single__related {
  border-top: 1px solid #333;
  padding: 35px 0 48px;
  padding: 2.1875rem 0 3rem;
}

.p-single__related-title {
  font-family: "Noto Serif JP", serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}

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

.p-single__button-wrap {
  border-top: 1px solid #333;
  padding: 40px 0 46px;
  padding: 2.5rem 0 2.875rem;
  text-align: center;
}

.p-single-column .p-single__button-wrap {
  padding: 48px 0 46px;
  padding: 3rem 0 2.875rem;
}

.p-single__button {
  margin-left: auto;
  margin-right: auto;
  max-width: 212px;
  max-width: 13.25rem;
}

.p-sp-reserve {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-sp-reserve__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  border-right: 1px solid #8A8A88;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 16px 2px;
  padding: 0.625rem 1rem 0.125rem;
}

.p-sp-reserve__btn:last-child {
  border-right: none;
}

.p-sp-reserve__btn:nth-child(1) .p-sp-reserve__icon {
  width: 16px;
  width: 1rem;
}

.p-sp-reserve__btn:nth-child(2) .p-sp-reserve__icon {
  width: 17px;
  width: 1.0625rem;
}

.p-sp-reserve__btn:nth-child(3) .p-sp-reserve__icon {
  width: 14px;
  width: 0.875rem;
}

.p-sp-reserve__icon {
  -o-object-fit: contain;
  display: block;
     object-fit: contain;
}

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

.p-sp-reserve__text {
  color: #FBFBFA;
  display: block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 2;
}

.p-toc-sidebar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 16px 15px;
  padding: 1rem 1rem 0.9375rem;
  row-gap: 18px;
  row-gap: 1.125rem;
}

.p-price__sidebar .p-toc-sidebar__inner {
  padding: 18px 16px 17px;
  padding: 1.125rem 1rem 1.0625rem;
}

.p-toc-sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  row-gap: 0.375rem;
}

.p-toc-sidebar__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
  gap: 0.75rem 1.5rem;
}

.p-toc-sidebar__title {
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.3888888889;
}

.p-toc-sidebar__link {
  display: block;
}

.p-toc-sidebar__text {
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.p-toc-sidebar__text::before {
  background-color: #D9D9D9;
  content: "";
  display: inline-block;
  height: 8px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 8px;
  width: 0.5rem;
}

.p-toc-sidebar__text2 {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
  text-decoration: underline;
  -webkit-transition: font-weight 0.3s ease, text-decoration 0.3s ease;
  transition: font-weight 0.3s ease, text-decoration 0.3s ease;
}

.p-toc-sidebar__text2::before {
  background: url(../images/common/icon_page_link.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 16px;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 16px;
  width: 1rem;
}

.p-toc-sidebar__link.is-active .p-toc-sidebar__text2 {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  font-weight: 500;
  text-decoration: underline;
}
.p-top-about {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.p-top-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px;
  gap: 1.8125rem;
}

.p-top-about__left {
  display: contents;
}

.p-top-about__title {
  border-bottom: 1px solid #333;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.p-top-about__catch {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}

.p-top-about__btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}

.p-top-about__right {
  display: contents;
}

.p-top-about__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2.6;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.p-top-case {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #333;
  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: 46px;
  padding-bottom: 2.875rem;
  padding-top: 46px;
  padding-top: 2.875rem;
}

.p-top-case__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-top-case__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 26px;
  margin-top: 1.625rem;
  text-align: center;
}

.p-top-case__btn {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.p-top-column {
  background: #EFEEEE;
  border-top: 1px solid #333;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 47px;
  padding-top: 2.9375rem;
}

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

.p-top-column__head {
  display: contents;
}

.p-top-column__title {
  border-bottom: 1px solid #333;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
}

.p-top-column__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}

.p-top-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  list-style: none;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-top-column__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-top-doctor {
  border-top: 1px solid #333;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 46px;
  padding-top: 2.875rem;
}

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

.p-top-doctor__head {
  display: contents;
}

.p-top-doctor__title {
  border-bottom: 1px solid #333;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.p-top-doctor__btn {
  margin-top: 34px;
  margin-top: 2.125rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}

.p-top-doctor__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-top-doctor__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}

.p-top-doctor__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

.p-top-doctor__img img {
  -o-object-fit: cover;
  display: block;
  height: 400px;
  height: 25rem;
     object-fit: cover;
  width: 100%;
}

.p-top-doctor__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.p-top-doctor__content-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.p-top-doctor__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  gap: 0.1875rem;
}

.p-top-doctor__role {
  font-family: "Noto Serif JP", serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-top-doctor__content-namewrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

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

.p-top-doctor__name-en {
  font-family: "Noto Serif JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.p-top-doctor__content-snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}

.p-top-doctor__content-snsItem {
  width: 40px;
  width: 2.5rem;
}

.p-top-doctor__content-snsLink img {
  -o-object-fit: contain;
  aspect-ratio: 24/24;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-top-doctor__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-top-doctor__info {
  grid-row-gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 8px;
  row-gap: 0.5rem;
}

.p-top-doctor__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  gap: 0.125rem;
}

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

.p-top-doctor__info-desc {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-top-eyes {
  border-top: 1px solid #333;
  padding-bottom: 47px;
  padding-bottom: 2.9375rem;
  padding-top: 46px;
  padding-top: 2.875rem;
}

.p-top-eyes__title .c-title02 {
  gap: 8px;
  gap: 0.5rem;
}

.p-top-eyes__title .c-title02__sub {
  font-size: 36px;
  font-size: 2.25rem;
}

.p-top-eyes__title .c-title02__main {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-top-eyes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}

.p-top-eyes__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  height: 6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 96px;
  min-height: 6rem;
  padding: 14.5px 24px;
  padding: 0.90625rem 1.5rem;
  position: relative;
}

.p-top-eyes__item-sp-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-top-eyes__item-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  gap: 1rem;
}

.p-top-eyes__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 51px;
  height: 3.1875rem;
  width: 80px;
  width: 5rem;
}

.p-top-eyes__item:nth-child(3) .p-top-eyes__item-icon {
  height: 67px;
  height: 4.1875rem;
}

.p-top-eyes__item-icon img,
.p-top-eyes__item-icon svg {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-top-eyes__item-arrow.u-sp {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 24px;
  height: 1.5rem;
  position: relative;
  right: 3px;
  right: 0.1875rem;
  top: 2px;
  top: 0.125rem;
  width: 24px;
  width: 1.5rem;
}

.p-top-eyes__item-arrow img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-top-eyes__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}

.p-top-eyes__item-body.u-pc {
  display: none;
}

.p-top-eyes__item-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
}

.p-top-eyes__item-btn {
  text-align: center;
  width: 100%;
}

.p-top-gallery {
  border-top: 1px solid #333;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.p-top-gallery.u-sp .p-top-gallery__inner {
  overflow: hidden;
}

.p-top-gallery.u-sp .p-top-gallery__wrapper {
  overflow: hidden;
}

.p-top-gallery.u-sp .p-top-gallery__track {
  -webkit-animation: p-top-gallery-slide 22s linear infinite;
          animation: p-top-gallery-slide 22s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

@-webkit-keyframes p-top-gallery-slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(-1 * 64rem), 0, 0);
            transform: translate3d(calc(-1 * 64rem), 0, 0);
  }
}

@keyframes p-top-gallery-slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(-1 * 64rem), 0, 0);
            transform: translate3d(calc(-1 * 64rem), 0, 0);
  }
}
.p-top-gallery__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
  width: 15rem;
}

.p-top-gallery__img img {
  -o-object-fit: cover;
  aspect-ratio: 240/176;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-menu {
  background: #EFEEEE;
  border-top: 1px solid #333;
}

.p-top-menu__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 16px 42px;
  padding: 3rem 1rem 2.625rem;
}

.p-top-menu__title .c-title02__sub {
  font-size: 28px;
  font-size: 1.75rem;
}

.p-top-menu__title .c-title02__main {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
}

.p-top-menu__btn {
  width: 160px;
  width: 10rem;
}

.p-top-menu__btn .c-btn01 {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

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

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

.p-top-menu__item-link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  gap: 1.5rem;
  height: 120px;
  height: 7.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 34px 24px 32px;
  padding: 1.5rem 2.125rem 1.5rem 2rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1;
}

.p-top-menu__item-img {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-menu__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 390/120;
  height: 100%;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.p-top-menu__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  position: relative;
}

.p-top-menu__item-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 24px;
  height: 1.5rem;
  position: relative;
  top: 2px;
  top: 0.125rem;
  width: 24px;
  width: 1.5rem;
}

.p-top-menu__item-arrow img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-top-news {
  border-top: 1px solid #333;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 47px;
  padding-top: 2.9375rem;
}

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

.p-top-news__head {
  display: contents;
}

.p-top-news__title {
  border-bottom: 1px solid #333;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
}

.p-top-news__newswrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
  gap: 2.375rem;
  margin-top: 34px;
  margin-top: 2.125rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-top-news__btn {
  text-align: center;
}

.p-top-news__calendar {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 38px 16px 0;
  padding: 2.375rem 1rem 0;
  width: 100%;
}

.p-top-news__calendar-note {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

@-webkit-keyframes cerisier-calendar-slide-next {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cerisier-calendar-slide-next {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes cerisier-calendar-slide-prev {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes cerisier-calendar-slide-prev {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-top-news__calendar .xo-event-calendar table.xo-month .month-week table {
  height: 100%;
}

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

.p-top-news__calendar .xo-event-calendar table.xo-month {
  border: 1px solid #D9D9D9;
  border-right: none;
}

.p-top-news__calendar .xo-event-calendar table.xo-month th,
.p-top-news__calendar .xo-event-calendar table.xo-month td {
  border-color: #C5C5C5;
}

.p-top-news__calendar .xo-event-calendar .holiday-all,
.p-top-news__calendar .xo-event-calendar .holiday-weekend {
  color: #8A8A88;
}

.p-top-news__calendar .xo-event-calendar .holiday-closed {
  background-color: transparent !important;
}

.p-top-news__calendar .xo-event-calendar .holiday-closed {
  position: relative;
}

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

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

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

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

.p-top-news__calendar .xo-event-calendar table.xo-month .month-dayname-space {
  height: 48px;
  height: 3rem;
}

.p-top-news__calendar .xo-event-calendar table.xo-month > thead th {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  height: 32px;
  height: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  vertical-align: middle;
}

.p-top-news__calendar .xo-event-calendar table.xo-month .month-dayname td div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: "Nunito Sans", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  gap: 4px;
  gap: 0.25rem;
  height: 100%;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding: 5px 2px 7px;
  padding: 0.3125rem 0.125rem 0.4375rem;
}

.p-top-news__calendar .xo-event-calendar .xo-day-holiday-label {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}

.p-top-news__calendar .xo-event-calendar table.xo-month .month-dayname td div.today,
.p-top-news__calendar .xo-event-calendar table.xo-month .month-dayname td div.today .xo-day-holiday-label {
  color: red;
  font-weight: 400;
}

.p-top-news__calendar .calendar-caption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  gap: 0.0625rem;
}

.p-top-news__calendar .cal-month-big {
  font-family: "Castoro Titling", serif;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 0.9;
}

.p-top-news__calendar .calendar-caption-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -6px;
  margin-top: -0.375rem;
}

.p-top-news__calendar .cal-year {
  font-family: "Castoro Titling", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-top-news__calendar .cal-slash {
  font-family: "Castoro Titling", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.p-top-news__calendar .cal-month-en {
  font-family: "Castoro Titling", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-top-news__calendar .holiday-titles {
  display: none;
}

.p-top-news__calendar #clinic-calendar.is-slide-next table.xo-month {
  -webkit-animation: cerisier-calendar-slide-next 0.35s ease-out;
          animation: cerisier-calendar-slide-next 0.35s ease-out;
}

.p-top-news__calendar #clinic-calendar.is-slide-prev table.xo-month {
  -webkit-animation: cerisier-calendar-slide-prev 0.35s ease-out;
          animation: cerisier-calendar-slide-prev 0.35s ease-out;
}

.p-top-news__calendar .xo-event-calendar table.xo-month .month-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  padding: 0 1rem;
}

.p-top-news__calendar .xo-event-calendar table.xo-month button span.nav-prev,
.p-top-news__calendar .xo-event-calendar table.xo-month button span.nav-next {
  display: none;
}

.p-top-news__calendar .xo-event-calendar table.xo-month button {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  height: 24px;
  height: 1.5rem;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: -6px;
  top: -0.375rem;
  width: 20px;
  width: 1.25rem;
}

.p-top-news__calendar .xo-event-calendar table.xo-month button.month-prev {
  left: -16px;
  left: -1rem;
}

.p-top-news__calendar .xo-event-calendar table.xo-month button.month-next {
  right: -16px;
  right: -1rem;
}

.p-top-news__calendar .xo-event-calendar table.xo-month button::before {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
}

.p-top-news__calendar .xo-event-calendar table.xo-month button.month-prev::before {
  border-color: transparent #8A8A88 transparent transparent;
  border-width: 12px 20px 12px 0;
  border-width: 0.75rem 1.25rem 0.75rem 0;
}

.p-top-news__calendar .xo-event-calendar table.xo-month button.month-next::before {
  border-color: transparent transparent transparent #8A8A88;
  border-width: 12px 0 12px 20px;
  border-width: 0.75rem 0 0.75rem 1.25rem;
}

.u-br-md-lg {
  display: none;
}

.u-hidden {
  overflow: hidden;
}

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

.u-pc {
  display: none;
}

.js-tab-panel {
  display: none;
}

.js-tab-panel.is-active {
  display: block;
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.1111111111vw;
  }
  html {
    scroll-padding-top: 4.5rem;
  }
  .l-breadcrumb {
    padding-bottom: 11px;
    padding-bottom: 0.6875rem;
    padding-top: 11px;
    padding-top: 0.6875rem;
  }
  .l-columns__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-columns__aside {
    padding-bottom: 0;
    width: 306px;
    width: 19.125rem;
  }
  .l-columns__main {
    border-left: 1px solid #333;
    border-top: none;
    padding-left: 24px;
    padding-left: 1.5rem;
    width: 1062px;
    width: 66.375rem;
  }
  .l-columns__main--full {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
  .l-drawer {
    display: none;
  }
  .l-foot-reserve {
    display: none;
  }
  .l-header {
    height: 72px;
    height: 4.5rem;
  }
  .l-inner {
    max-width: 1440px;
    max-width: 90rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .l-inner2 {
    max-width: 1204px;
    max-width: 75.25rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .c-btn01 {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 10px 25px;
    padding: 0.625rem 1.5625rem;
  }
  .c-btn01:hover {
    background: #686766;
    opacity: 1;
  }
  .c-btn01--sm {
    min-width: auto;
    padding: 13.5px 18px 13.5px 25px;
    padding: 0.84375rem 1.125rem 0.84375rem 1.5625rem;
    width: 180px;
    width: 11.25rem;
  }
  .c-btn01--ss {
    min-width: auto;
    padding: 10px 8px;
    padding: 0.625rem 0.5rem;
    width: 160px;
    width: 10rem;
  }
  .c-btn02 {
    padding: 7.5px 25px;
    padding: 0.46875rem 1.5625rem;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-no-post {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-page-top {
    background: rgba(251, 251, 250, 0.5);
    border-radius: 0;
    bottom: 11px;
    bottom: 0.6875rem;
    right: 8px;
    right: 0.5rem;
  }
  .c-page-top__icon {
    height: 20px;
    height: 1.25rem;
    width: 11px;
    width: 0.6875rem;
  }
  .c-return-btn {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .c-title01__main {
    font-size: 48px;
    font-size: 3rem;
  }
  .c-title02 {
    gap: 10px;
    gap: 0.625rem;
  }
  .c-title02__sub {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .c-title02__main {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    letter-spacing: 0.03em;
  }
  .p-404 {
    margin-top: 72px;
    margin-top: 4.5rem;
    padding-top: 170px;
    padding-top: 10.625rem;
  }
  .p-404__inner {
    gap: 32px;
    gap: 2rem;
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
  .p-404__head {
    gap: 4px;
    gap: 0.25rem;
  }
  .p-404__num {
    font-size: 184px;
    font-size: 11.5rem;
  }
  .p-404__en {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-404__bottom {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .p-access__section-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 24px;
    gap: 1.5rem;
    padding: 24px;
    padding: 1.5rem;
  }
  .p-access__head {
    width: calc(50% - 0.75rem);
  }
  .p-access__head iframe {
    aspect-ratio: 684/394;
  }
  .p-access__img img {
    aspect-ratio: 684/449;
  }
  .p-access__content {
    gap: 0;
    max-width: none;
    padding: 14px 0 14px;
    padding: 0.875rem 0 0.875rem;
    width: 50%;
  }
  #Access02 .p-access__content {
    width: 100%;
  }
  .p-access__block:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-access__block-ttl {
    padding: 0 24px 13px;
    padding: 0 1.5rem 0.8125rem;
  }
  #Access02 .p-access__block-ttl {
    padding: 0 24px;
    padding: 0 1.5rem;
  }
  .p-access__block-body {
    padding: 16px 24px;
    padding: 1rem 1.5rem;
  }
  #Access02 .p-access__block-body {
    padding: 6px 24px 0;
    padding: 0.375rem 1.5rem 0;
  }
  .p-access__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px;
    gap: 0.25rem;
  }
  .p-access__info-label {
    font-weight: 300;
    padding-right: 24px;
    padding-right: 1.5rem;
    width: 98px;
    width: 6.125rem;
  }
  .p-access__link {
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  #Access02 .p-access__link {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-access__parking {
    margin-top: 44px;
    margin-top: 2.75rem;
    overflow-x: visible;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
  .p-access__table {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    letter-spacing: 0;
    margin-top: 0;
  }
  .p-access__table th,
  .p-access__table td {
    height: 60px;
    height: 3.75rem;
    padding: 0 12px;
    padding: 0 0.75rem;
  }
  .p-access__table-th {
    width: 160px;
    width: 10rem;
  }
  .p-access__table-th.th-column {
    padding: 0 23px;
    padding: 0 1.4375rem;
    width: 160px;
    width: 10rem;
  }
  .p-access__table-td {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    letter-spacing: 0;
    width: 250px;
    width: 15.625rem;
  }
  .p-access__table-th.th-row:nth-child(2),
  .p-access__table-td:nth-child(2) {
    width: 250px;
    width: 15.625rem;
  }
  .p-access__table-th.th-row:nth-child(3),
  .p-access__table-td:nth-child(3) {
    width: 250px;
    width: 15.625rem;
  }
  .p-access__note {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
    margin-left: 16px;
    margin-left: 1rem;
  }
  .p-breadcrumb span[property=itemListElement]:nth-child(n+2)::before {
    margin-right: 14px;
    margin-right: 0.875rem;
  }
  .p-case-card__image {
    width: 100%;
  }
  .p-case-card__image img {
    aspect-ratio: 314/393;
  }
  .p-case-card__body {
    padding: 15px 24px 32px;
    padding: 0.9375rem 1.5rem 2rem;
  }
  .p-case-card__tags {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-case-card__info {
    gap: 5px;
    gap: 0.3125rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-case-card__info-row {
    gap: 14px;
    gap: 0.875rem;
  }
  .p-case-card__info-label {
    width: 30%;
  }
  .p-case-card__info-row:nth-child(1) .p-case-card__info-value,
  .p-case-card__info-row:nth-child(2) .p-case-card__info-value {
    -webkit-line-clamp: 4;
  }
  .p-case-card__button {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-case__inner.l-inner {
    padding-right: 0;
  }
  .p-case__inner.l-inner:has(.l-columns__main--full) {
    padding-left: 0;
  }
  .p-case__columns .l-columns__aside {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 18px;
    padding-top: 1.125rem;
  }
  .p-case__sidebar {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
  }
  .p-case__sidebar .p-sidebar__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-case__sidebar-header {
    border-bottom: 1px solid #333;
    cursor: pointer;
    padding: 16px 24px 12px;
    padding: 1rem 1.5rem 0.75rem;
  }
  .p-case__sidebar-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    gap: 0.5625rem;
    padding: 16px 24px;
    padding: 1rem 1.5rem;
  }
  .p-case__sidebar-link.is-active {
    gap: 16px;
    gap: 1rem;
  }
  .p-case__main {
    padding-top: 0;
  }
  .p-case__main.l-columns__main {
    padding-left: 0;
    width: 1086px;
    width: 67.875rem;
  }
  .p-case__main.l-columns__main--full {
    padding-left: 0;
    width: 100%;
  }
  .p-case__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: -24px;
    margin-top: -1.5rem;
    padding-bottom: 0;
    position: relative;
  }
  .p-case__list::after {
    background-color: #ADACAA;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 3rem);
  }
  .p-case__list-item {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 24px 24px 0;
    padding: 1.5rem 1.5rem 0;
    position: relative;
  }
  .p-case__list-item:not(:last-child) {
    border-bottom: none;
  }
  .p-case__list-item::after {
    background-color: #ADACAA;
    bottom: -24px;
    bottom: -1.5rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .p-case__list-item:nth-child(3n+1)::after {
    left: 24px;
    left: 1.5rem;
    width: calc(100% - 1.5rem);
  }
  .p-case__list-item:nth-child(3n)::after {
    right: 24px;
    right: 1.5rem;
    width: calc(100% - 1.5rem);
  }
  .p-case__list-item:nth-child(3n+1):nth-last-child(-n+3)::after,
  .p-case__list-item:nth-child(3n+1):nth-last-child(-n+3) ~ .p-case__list-item::after {
    content: none;
  }
  .p-case__list-item + .p-case__list-item {
    border-left: 1px solid #ADACAA;
  }
  .p-case__list-item:nth-child(3n+1) {
    border-left: none;
  }
  .p-case__empty-inner {
    gap: 25px;
    gap: 1.5625rem;
    padding: 100px 16px;
    padding: 6.25rem 1rem;
  }
  .p-case__empty-text {
    color: #333;
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .p-case__empty-action {
    padding: 70px 16px 46px;
    padding: 4.375rem 1rem 2.875rem;
  }
  .p-category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 236px;
    max-width: 14.75rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-category-list__item {
    display: block;
    width: 100%;
  }
  .p-category-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 24px;
    padding: 0.3125rem 1.5rem;
    width: 100%;
  }
  .p-clinic-access {
    background-color: transparent;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .p-clinic-access__inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
  }
  .p-clinic-access__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 42px;
    gap: 2.625rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 22px;
    padding-top: 1.375rem;
  }
  .p-clinic-access__head {
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
  .p-clinic-access__row {
    padding: 12px 0 17px;
    padding: 0.75rem 0 1.0625rem;
  }
  .p-clinic-access__label {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 8px;
    padding-right: 0.5rem;
    width: 118px;
    width: 7.375rem;
  }
  .p-clinic-access__value {
    gap: 1px;
    gap: 0.0625rem;
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-right: 8px;
    padding-right: 0.5rem;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
  .p-clinic-access__map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    height: 510px;
    height: 31.875rem;
  }
  .p-clinic-access__map iframe {
    aspect-ratio: 684/394;
  }
  .p-clinic-concept__inner {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .p-clinic-concept__head {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
    margin-top: 0.75rem;
    padding: 24px 23.5px;
    padding: 1.5rem 1.46875rem;
  }
  .p-clinic-concept__content {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-clinic-concept__title {
    border-bottom: none;
    padding-bottom: 0;
    text-align: center;
  }
  .p-clinic-concept__text {
    text-align: center;
  }
  .p-clinic-feature {
    background-color: transparent;
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
    padding-top: 68px;
    padding-top: 4.25rem;
  }
  .p-clinic-feature__inner {
    gap: 42px;
    gap: 2.625rem;
  }
  .p-clinic-feature__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .p-clinic-feature__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 12px;
    gap: 0.75rem;
    padding: 46px 24px 41px;
    padding: 2.875rem 1.5rem 2.5625rem;
  }
  .p-clinic-feature__item-header {
    -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;
    gap: 8px;
    gap: 0.5rem;
  }
  .p-clinic-feature__num {
    font-size: 48px;
    font-size: 3rem;
  }
  .p-clinic-feature__subtitle {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 0;
    text-align: center;
  }
  .p-clinic-feature__text {
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-right: 8px;
    padding-right: 0.5rem;
    text-align: center;
  }
  .p-clinic-gallery {
    background-color: transparent;
    overflow: hidden;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .p-clinic-gallery__inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    max-width: 1392px;
    max-width: 87rem;
    min-height: 433px;
    min-height: 27.0625rem;
  }
  .p-clinic-gallery__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.7011494253%;
            flex: 0 0 22.7011494253%;
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 22px 16px 0;
    padding: 1.5rem 1.375rem 1rem 0;
  }
  .p-clinic-gallery__head {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-clinic-gallery__divider {
    display: block;
    width: 0;
  }
  .p-clinic-gallery__slider {
    left: 27.0833333333%;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-top: 24px;
    padding-top: 1.5rem;
    position: absolute;
    top: 0;
    width: 100vw;
  }
  .p-clinic-gallery__slide {
    gap: 14px;
    gap: 0.875rem;
  }
  .p-clinic-gallery__img img {
    aspect-ratio: 330/360;
  }
  .p-clinic-gallery__slider .swiper-slide {
    width: 330px;
    width: 20.625rem;
  }
  .p-clinic-guide {
    overflow-x: clip;
  }
  .p-clinic-guide__inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .p-clinic-guide__aside {
    border-bottom: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 22px 24px;
    padding: 1.375rem 1.5rem;
    width: 330px;
    width: 20.625rem;
  }
  .p-clinic-guide__steps {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-clinic-guide__step {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    padding: 20px 23px 22px 24px;
    padding: 1.25rem 1.4375rem 1.375rem 1.5rem;
  }
  .p-clinic-guide__step-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 8px;
    gap: 0.5rem;
    margin-top: 8px;
    margin-top: 0.5rem;
    width: 58px;
    width: 3.625rem;
  }
  .p-clinic-guide__step-num {
    gap: 0;
    margin-top: 2px;
    margin-top: 0.125rem;
    position: static;
    width: 58px;
    width: 3.625rem;
  }
  .p-clinic-guide__step-label {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-clinic-guide__step-digital {
    font-size: 48px;
    font-size: 3rem;
  }
  .p-clinic-guide__step-title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: 0;
  }
  .p-clinic-guide__step-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-clinic-guide__step-text {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-clinic-guide__reserve {
    grid-gap: 1.5rem;
    display: grid;
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 16.375rem);
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 32px 23.5px;
    padding: 2rem 1.46875rem;
  }
  .p-clinic-guide__phone {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 6px;
    gap: 0.375rem;
    padding: 18px 5px 19px;
    padding: 1.125rem 0.3125rem 1.1875rem;
  }
  .p-clinic-guide__phone-link {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-clinic-guide__reserve-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 25px 10px;
    padding: 0.625rem 1.5625rem 0.625rem;
  }
  .p-clinic-guide__reserve-text {
    gap: 6px;
    gap: 0.375rem;
  }
  .p-clinic-guide__reserve-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-clinic-guide__download-btn {
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 26px;
    margin-top: 1.625rem;
    padding: 9px 25px 10px;
    padding: 0.5625rem 1.5625rem 0.625rem;
  }
  .p-clinic-guide__download-btn .c-btn02__icon {
    width: 18px;
    width: 1.125rem;
  }
  .p-column-card {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-column-card__img {
    height: 160px;
    height: 10rem;
    overflow: hidden;
    width: 100%;
  }
  .p-column-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 22px 16px 24px 16px;
    padding: 1.375rem 1rem 1.5rem 1rem;
  }
  .p-column-card__meta {
    gap: 4px 24px;
    gap: 0.25rem 1.5rem;
  }
  .p-column-card__tags {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-column__inner.l-inner {
    padding-right: 0;
  }
  .p-column__inner.l-inner:has(.l-columns__main--full) {
    padding-left: 0;
  }
  .p-column__columns .l-columns__aside {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 18px;
    padding-top: 1.125rem;
  }
  .p-column__sidebar {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
  }
  .p-column__sidebar .p-sidebar__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-column__sidebar-header {
    border-bottom: 1px solid #333;
    cursor: pointer;
    padding: 16px 24px 12px;
    padding: 1rem 1.5rem 0.75rem;
  }
  .p-column__sidebar-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    gap: 0.5625rem;
    padding: 16px 24px;
    padding: 1rem 1.5rem;
  }
  .p-column__sidebar-link.is-active {
    gap: 16px;
    gap: 1rem;
  }
  .p-column__main {
    padding-top: 0;
  }
  .p-column__main.l-columns__main {
    padding-left: 0;
    width: 1086px;
    width: 67.875rem;
  }
  .p-column__main.l-columns__main--full {
    padding-left: 0;
    width: 100%;
  }
  .p-column__new-post {
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
    padding: 48px 104px 48px 94px;
    padding: 3rem 6.5rem 3rem 5.875rem;
  }
  .p-column__new-title {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-column__new-list {
    grid-template-columns: repeat(2, 1fr);
    width: 77.619047619%;
  }
  .p-column__list {
    border-top: none;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
  }
  .p-column__list::before,
  .p-column__list::after {
    background-color: #ADACAA;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 3rem);
  }
  .p-column__list::before {
    top: 0;
  }
  .p-column__list::after {
    bottom: 0;
  }
  .p-column__list-item {
    margin: 26px 0 24px;
    margin: 1.625rem 0 1.5rem;
    padding: 0 24px;
    padding: 0 1.5rem;
    position: relative;
  }
  .p-column__list-item:not(:last-child) {
    border-bottom: none;
  }
  .p-column__list-item::after {
    background-color: #ADACAA;
    bottom: -24px;
    bottom: -1.5rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .p-column__list-item:nth-child(3n+1)::after {
    left: 24px;
    left: 1.5rem;
    width: calc(100% - 1.5rem);
  }
  .p-column__list-item:nth-child(3n)::after {
    right: 24px;
    right: 1.5rem;
    width: calc(100% - 1.5rem);
  }
  .p-column__list-item:nth-child(3n+1):nth-last-child(-n+3)::after,
  .p-column__list-item:nth-child(3n+1):nth-last-child(-n+3) ~ .p-column__list-item::after {
    content: none;
  }
  .p-column__list-item + .p-column__list-item {
    border-left: 1px solid #ADACAA;
  }
  .p-column__list-item:nth-child(3n+1) {
    border-left: none;
  }
  .p-column__empty {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .p-column__main .p-column-card__img {
    border-radius: 0;
    height: 200px;
    height: 12.5rem;
  }
  .p-column__main .p-column-card__img img {
    aspect-ratio: 314/200;
  }
  .p-column__main .p-column-card__body {
    padding: 20px 24px 24px;
    padding: 1.25rem 1.5rem 1.5rem;
  }
  .p-column__main .p-column-card__date {
    letter-spacing: 0;
  }
  .p-column__main .p-column-card__title {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-column__new-item .p-column-card__body {
    padding: 20px 24px 24px;
    padding: 1.25rem 1.5rem 1.5rem;
  }
  .p-column__main .p-column-card__tags {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-column__new-item .p-column-card__tags {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-column-card__button {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-column-card__button.u-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-concern-nav {
    padding: 16px 0;
    padding: 1rem 0;
  }
  .p-concern__columns .l-columns__aside {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
  .p-concern__sidebar {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
  }
  .p-concern__sidebar .p-sidebar__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-concern__main {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .p-concern__empty {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .p-content :where(.wp-block-image,
  .wp-block-gallery,
  .wp-block-columns,
  .wp-block-table,
  .wp-block-media-text,
  .wp-block-embed,
  blockquote,
  ul,
  ol,
  .wp-block-group,
  .wp-block-group.is-layout-flex):not(:first-child) {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-content p + .wp-block-image,
  .p-content p + .wp-block-group,
  .p-content p + .wp-block-columns,
  .p-content p + .wp-block-table,
  .p-content p + .wp-block-group.is-layout-flex,
  .p-content p + .wp-block-gallery {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-content :where(h2) {
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
    scroll-margin-top: 2.5rem;
  }
  .p-content :where(h2):not(:first-child) {
    margin-top: 57px;
    margin-top: 3.5625rem;
  }
  .p-content .wp-block-image + h2,
  .p-content .wp-block-group + h2,
  .p-content .wp-block-columns + h2,
  .p-content .wp-block-table + h2,
  .p-content ul + h2:not(:first-child),
  .p-content ol + h2:not(:first-child),
  .p-content .wp-block-group.is-layout-flex + h2,
  .p-content .wp-block-gallery + h2 {
    margin-top: 65px;
    margin-top: 4.0625rem;
  }
  .p-single-case .p-content .wp-block-gallery + h2 {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-content :where(h3) {
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
  }
  .p-content :where(h3):not(:first-child) {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-content :where(h4) {
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
  }
  .p-content :where(h4):not(:first-child) {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-content :where(p) {
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
  }
  .p-content :where(p):not(:first-child) {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-content h2 + p {
    margin-top: 35.5px !important;
    margin-top: 2.21875rem !important;
  }
  .p-content h3 + p {
    margin-top: 24px !important;
    margin-top: 1.5rem !important;
  }
  .p-content :where(ul),
  .p-content :where(ol) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 40px;
    gap: 1rem 2.5rem;
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
  }
  .p-content :where(ol) {
    gap: 16px;
    gap: 1rem;
  }
  .p-content ol > li > ol {
    margin-left: -24px;
    margin-left: -1.5rem;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-content ul ul,
  .p-content ul ol,
  .p-content ol ul,
  .p-content ol ol {
    margin-left: -4px;
    margin-left: -0.25rem;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-custom__gallery1.wp-block-image {
    max-width: 824px;
    max-width: 51.5rem;
    width: 100%;
  }
  .p-custom__gallery2-tall.is-layout-flex {
    grid-template-columns: repeat(2, 1fr);
    max-width: 624px;
    max-width: 39rem;
    width: 100%;
  }
  .p-custom__gallery2-tall.wp-block-gallery.wp-block-gallery-is-layout-flex {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-custom__gallery2-tall figure.wp-block-image img {
    aspect-ratio: 300/400;
  }
  .p-custom__gallery2-wide.is-layout-flex {
    grid-template-columns: repeat(2, 1fr);
    max-width: 824px;
    max-width: 51.5rem;
    width: 100%;
  }
  .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__gallery4.is-layout-flex {
    grid-template-columns: repeat(2, 1fr);
    max-width: 824px;
    max-width: 51.5rem;
    width: 100%;
  }
  .p-custom__gallery4.wp-block-gallery.wp-block-gallery-is-layout-flex {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-custom__gallery4 figure.wp-block-image img {
    aspect-ratio: 400/280;
  }
  .p-custom__gallery3-square {
    width: 100%;
  }
  .p-custom__gallery3-square.is-layout-flex {
    grid-template-columns: repeat(3, 1fr);
  }
  .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 {
    width: 100%;
  }
  .p-custom__gallery3-tall.is-layout-flex {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-custom__gallery3-tall.wp-block-gallery.wp-block-gallery-is-layout-flex {
    gap: 28px;
    gap: 1.75rem;
  }
  .p-custom__gallery3-tall figure.wp-block-image:nth-child(1) {
    grid-column: auto;
    max-width: 100%;
  }
  .p-custom__gallery3-tall figure.wp-block-image:nth-child(2),
  .p-custom__gallery3-tall figure.wp-block-image:nth-child(3) {
    grid-column: auto;
  }
  .p-custom__table-2col.wp-block-table {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .p-custom__table-2col.wp-block-table {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-menu-content h2 + .p-custom__table-2col {
    margin-top: 48px !important;
    margin-top: 3rem !important;
  }
  .p-custom__table-2col tr {
    display: table-row;
  }
  .p-custom__table-2col tr:not(:first-child) {
    border-top: 1px solid #333;
  }
  .p-custom__table-2col th,
  .p-custom__table-2col td {
    display: table-cell;
    vertical-align: top;
  }
  .p-custom__table-2col td:first-child,
  .p-custom__table-2col th {
    padding: 14.6px 32px;
    padding: 0.9125rem 2rem;
    width: 21.44%;
  }
  .p-custom__table-2col td {
    -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;
    padding: 14.6px 24px;
    padding: 0.9125rem 1.5rem;
    place-content: center;
    width: 79.81%;
  }
  .p-custom__table-grid.wp-block-table {
    margin-top: 65px !important;
    margin-top: 4.0625rem !important;
  }
  .p-custom__table-grid + .p-custom__table-grid {
    margin-top: 74px !important;
    margin-top: 4.625rem !important;
  }
  .p-custom__table-grid th,
  .p-custom__table-grid td {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-custom__table-grid thead th {
    padding: 17.6px 16px;
    padding: 1.1rem 1rem;
  }
  .p-custom__table-grid thead th:first-child {
    width: 11.76%;
  }
  .p-custom__table-grid tbody td:first-child,
  .p-custom__table-grid tbody th {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    padding: 18.4px 16px;
    padding: 1.15rem 1rem;
    text-align: center;
    width: 11.76%;
  }
  .p-custom__table-grid tbody td {
    padding: 18.4px 16px;
    padding: 1.15rem 1rem;
  }
  .p-custom__notice.wp-block-group {
    margin-top: 72px !important;
    margin-top: 4.5rem !important;
  }
  .p-custom__notice.wp-block-group {
    gap: 12px;
    gap: 0.75rem;
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
    padding: 24px 48px 25px;
    padding: 1.5rem 3rem 1.5625rem;
  }
  .p-single-case .p-custom__notice.wp-block-group {
    margin-top: 75px !important;
    margin-top: 4.6875rem !important;
  }
  .p-custom__notice--menu.wp-block-group {
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
  }
  .p-content p.p-custom__notice-heading,
  .p-menu-content p.p-custom__notice-heading {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .p-content p.p-custom__notice-text,
  .p-menu-content p.p-custom__notice-text {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-top: 12.5px;
    margin-top: 0.78125rem;
  }
  .p-menu-content ul.p-custom__menu-list {
    gap: 7px 39px;
    gap: 0.4375rem 2.4375rem;
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
    padding: 23px 32px 24px;
    padding: 1.4375rem 2rem 1.5rem;
  }
  .p-menu-content ul.p-custom__menu-list > li {
    white-space: nowrap;
  }
  .p-menu-content .p-custom__step-list.wp-block-group {
    gap: 16px;
    gap: 1rem;
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-menu-content .p-custom__step-item .wp-block-group__inner-container {
    -moz-column-gap: 1.5rem;
         -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
    grid-template-columns: 6.163% 1fr 22.525%;
    grid-template-rows: auto auto;
    padding: 32px 24px 26px;
    padding: 2rem 1.5rem 1.625rem;
    row-gap: 14px;
    row-gap: 0.875rem;
  }
  .p-menu-content .p-custom__step-number.wp-block-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-row: 1/3;
  }
  .p-menu-content p.p-custom__step-label {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-menu-content .p-custom__step-number.wp-block-group::after {
    font-size: max(48px, 10px);
    font-size: max(3rem, 10px);
  }
  .p-menu-content p.p-custom__step-title {
    -ms-flex-item-align: start;
        align-self: start;
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    margin-top: -12px;
    margin-top: -0.75rem;
    padding-right: 8px;
    padding-right: 0.5rem;
  }
  .p-menu-content figure.p-custom__step-image {
    grid-column: 3;
    grid-row: 1/3;
  }
  .p-menu-content figure.p-custom__step-image img {
    aspect-ratio: 212/144;
  }
  .p-menu-content p.p-custom__step-text {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
    padding-right: 8px;
    padding-right: 0.5rem;
  }
  .p-doctor-information__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .p-doctor-information__wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
  }
  .p-doctor-information__img {
    height: auto;
    padding: 24px 0;
    padding: 1.5rem 0;
    width: 448px;
    width: 28rem;
  }
  .p-doctor-information__img img {
    aspect-ratio: 448/560;
  }
  .p-doctor-information__divider--vertical {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-left: 1px solid #333;
    border-top: none;
    display: block;
    width: 0;
  }
  .p-doctor-information__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 14px 0;
    padding: 0.875rem 0;
  }
  .p-doctor-information__head {
    gap: 46px;
    gap: 2.875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
  .p-doctor-information__role {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-doctor-information__namewrap {
    gap: 22px;
    gap: 1.375rem;
  }
  .p-doctor-information__name {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
  .p-doctor-information__name-en {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .p-doctor-information__snsList {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-doctor-information__profile {
    grid-gap: 0.875rem;
    display: grid;
    gap: 14px;
    gap: 0.875rem;
    grid-template-columns: 21.25rem auto;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-bottom: 44px;
    padding-bottom: 2.75rem;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
  .p-doctor-information__info {
    gap: 9px;
    gap: 0.5625rem;
    min-width: 340px;
    min-width: 21.25rem;
  }
  .p-doctor-information__profile-right {
    gap: 16px;
    gap: 1rem;
  }
  .p-doctor-information__intro {
    display: none;
  }
  .p-doctor-information__message {
    gap: 12px;
    gap: 0.75rem;
    padding: 38px 24px 0;
    padding: 2.375rem 1.5rem 0;
  }
  .p-doctor-information__message-body {
    gap: 14px;
    gap: 0.875rem;
  }
  .p-doctor-point {
    background-color: transparent;
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
  .p-doctor-point__inner {
    gap: 42px;
    gap: 2.625rem;
  }
  .p-doctor-point__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .p-doctor-point__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 10px;
    gap: 0.625rem;
    padding: 46px 28px 40px;
    padding: 2.875rem 1.75rem 2.5rem;
  }
  .p-doctor-point__item-header {
    -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;
    gap: 6px;
    gap: 0.375rem;
  }
  .p-doctor-point__num {
    font-size: 48px;
    font-size: 3rem;
  }
  .p-doctor-point__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 0;
    text-align: center;
  }
  .p-doctor-point__text {
    text-align: center;
  }
  .p-faq__wrapper {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-faq__wrap {
    padding-left: 0;
    padding-right: 0;
    row-gap: 24px;
    row-gap: 1.5rem;
  }
  .p-faq__content {
    gap: 22px;
    gap: 1.375rem;
    padding: 12px 24px 24px;
    padding: 0.75rem 1.5rem 1.5rem;
  }
  .p-faq__content:not(:first-child) {
    padding-top: 36px;
    padding-top: 2.25rem;
  }
  .p-faq__heading {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.08em;
    padding-right: 66px;
    padding-right: 4.125rem;
  }
  .p-faq__head {
    gap: 32px;
    gap: 2rem;
    padding: 0 70px 0 0;
    padding: 0 4.375rem 0 0;
  }
  .p-faq__head::before {
    right: 32px;
    right: 2rem;
  }
  .p-faq__head::after {
    right: 32px;
    right: 2rem;
    top: 49%;
  }
  .p-faq__head.active::after {
    top: 50%;
  }
  .p-faq__body-inner {
    gap: 32px;
    gap: 2rem;
    padding: 20px 30px 25px 0;
    padding: 1.25rem 1.875rem 1.5625rem 0;
  }
  .p-faq__q {
    min-height: 72px;
    min-height: 4.5rem;
    padding: 7px 17px 0;
    padding: 0.4375rem 1.0625rem 0;
    width: 72px;
    width: 4.5rem;
  }
  .p-faq__a {
    width: 72px;
    width: 4.5rem;
  }
  .p-faq__question {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
  }
  .p-faq__answer {
    font-weight: 400;
  }
  .p-footer {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .p-footer__top > .p-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 24px 20px;
    padding: 1.5rem 1.5rem 1.25rem;
  }
  .p-footer__logo {
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
  }
  .p-footer__info {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 15px 24px 24px 0;
    padding: 0.9375rem 1.5rem 1.5rem 0;
    width: 50%;
  }
  .p-footer__info-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 22px;
    gap: 1.375rem;
    margin-top: 0;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
  .p-footer__info-list {
    gap: 5.7px;
    gap: 0.35625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footer__info-item {
    gap: 0;
  }
  .p-footer__info-list:nth-child(2) .p-footer__info-item {
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-footer__info-label {
    width: 64px;
    width: 4rem;
  }
  .p-footer__info-list:nth-child(1) .p-footer__info-label {
    width: 88px;
    width: 5.5rem;
  }
  .p-footer__info-list:nth-child(2) .p-footer__info-label {
    width: 64px;
    width: 4rem;
  }
  .p-footer__info-list:nth-child(1) .p-footer__info-value {
    width: calc(100% - 5.5rem);
  }
  .p-footer__info-list:nth-child(2) .p-footer__info-value {
    width: calc(100% - 5.5rem);
  }
  .p-footer__info-value span {
    line-height: 1.6;
  }
  .p-footer__hours {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-footer__hours-table th {
    padding: 7.25px 0;
    padding: 0.453125rem 0;
  }
  .p-footer__hours-th {
    width: auto;
  }
  .p-footer__hours-th:nth-child(n+2) {
    width: 72px;
    width: 4.5rem;
  }
  .p-footer__hours-table td {
    padding: 4.25px 0 7.25px;
    padding: 0.265625rem 0 0.453125rem;
  }
  .p-footer__hours-td {
    max-width: 72px;
    max-width: 4.5rem;
  }
  .p-footer__hours-table .p-footer__hours-time {
    width: 168px;
    width: 10.5rem;
  }
  .p-footer__hours-unavailable {
    width: 18px;
    width: 1.125rem;
  }
  .p-footer__map iframe {
    aspect-ratio: 672/200;
  }
  .p-footer__reserve {
    border-left: 1px solid #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 48px;
    gap: 3rem;
    margin-top: 0;
    padding: 22px 0 24px 24px;
    padding: 1.375rem 0 1.5rem 1.5rem;
    width: 50%;
  }
  .p-footer__reserve-inner {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 82px 23.5px 84px;
    padding: 5.125rem 1.46875rem 5.25rem;
  }
  .p-footer__reserve-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    gap: 1rem;
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-footer__reserve-tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px 0 39px;
    padding: 2.5rem 0 2.4375rem;
    width: 263px;
    width: 16.4375rem;
  }
  .p-footer__reserve-tel-label {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-footer__reserve-tel-wrap {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .p-footer__reserve-tel-num {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-footer__reserve-tel-note {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-footer__reserve-btns {
    gap: 16px;
    gap: 1rem;
    width: 345px;
    width: 21.5625rem;
  }
  .p-footer__reserve-btn {
    padding: 19px 26px 19px 24px;
    padding: 1.1875rem 1.625rem 1.1875rem 1.5rem;
  }
  .p-footer__reserve-btn:hover {
    background: #686766;
    opacity: 1;
  }
  .p-footer__reserve-btn-text {
    gap: 8px;
    gap: 0.5rem;
  }
  .p-footer__reserve-btn-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-footer__middle {
    padding: 24px 0;
    padding: 1.5rem 0;
  }
  .p-footer__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .p-footer__menu-title {
    border-bottom: none;
    border-right: 1px solid #fff;
    padding-bottom: 0;
    padding-top: 46px;
    padding-top: 2.875rem;
    width: 330px;
    width: 20.625rem;
  }
  .p-footer__menu-nav {
    gap: 0;
    margin-top: 0;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-top: 4px;
    padding-top: 0.25rem;
    width: calc(100% - 20.625rem);
  }
  .p-footer__menu-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    padding: 36px 24px 0;
    padding: 2.25rem 1.5rem 0;
  }
  #menu.p-footer__menu-block {
    border-top: 1px solid #fff;
    margin-top: 44px;
    margin-top: 2.75rem;
    padding: 26px 24px 44px;
    padding: 1.625rem 1.5rem 2.75rem;
  }
  .p-footer__menu-subttl {
    border-bottom: none;
    margin-top: 4px;
    margin-top: 0.25rem;
    padding-bottom: 0;
    width: 118px;
    width: 7.375rem;
  }
  .p-footer__menu-groupWrap {
    gap: 26px;
    gap: 1.625rem;
    width: calc(100% - 8.875rem);
  }
  #menu .p-footer__menu-groupWrap {
    gap: 16px;
    gap: 1rem;
  }
  .p-footer__menu-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 41px;
    gap: 2.5625rem;
  }
  .p-footer__menu-cat {
    border-right: 1px solid #fff;
    width: 130px;
    width: 8.125rem;
  }
  .p-footer__menu-list {
    -moz-column-gap: 1.5rem;
         -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 10px;
    row-gap: 0.625rem;
    width: calc(100% - 10.6875rem);
  }
  .p-footer__menu-list a {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-footer__bottom > .p-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0;
  }
  .p-footer__sitemap {
    display: block;
    padding-top: 30px;
    padding-top: 1.875rem;
    width: 715px;
    width: 44.6875rem;
  }
  .p-footer__sitemap-items {
    gap: 10px 23px;
    gap: 0.625rem 1.4375rem;
  }
  .p-footer__sitemap-item {
    padding-right: 31px;
    padding-right: 1.9375rem;
  }
  .p-footer__sitemap-item:not(:last-child)::after {
    top: 6px;
    top: 0.375rem;
  }
  .p-footer__sns-items {
    gap: 8px;
    gap: 0.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-footer__sns-item {
    width: 24px;
    width: 1.5rem;
  }
  .p-footer__legal {
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
  .p-footer__legal-items {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 7px;
    gap: 0.4375rem;
  }
  .p-footer__legal-item a {
    gap: 11px;
    gap: 0.6875rem;
  }
  .p-footer__copyright {
    margin-top: 0;
  }
  .p-footer__copyright small {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
  .p-header__inner {
    padding: 0 24px;
    padding: 0 1.5rem;
  }
  .p-header__logo {
    margin-left: 0;
  }
  .p-header__logo-link {
    width: 212px;
    width: 13.25rem;
  }
  .p-header__menu-button {
    display: none;
  }
  .p-header__nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 10px;
    gap: 0.625rem;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    opacity: 1;
    overflow: visible;
    position: static;
    visibility: visible;
  }
  .p-header__nav[aria-hidden=false] {
    opacity: 1;
    visibility: visible;
  }
  .p-header__nav-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  .p-header__nav-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .p-header__nav-item {
    border-bottom: none;
    height: 100%;
  }
  .p-header__nav-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.7857142857;
    padding: 0 16px;
    padding: 0 1rem;
    text-align: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: auto;
  }
  .p-header__nav-link:hover {
    background: #333;
    color: #FBFBFA;
    opacity: 1;
  }
  .p-header__mega {
    left: 0;
    position: fixed;
    right: 0;
    top: 72px;
    top: 4.5rem;
    width: 100%;
  }
  .p-header__mega-inner {
    max-width: 100%;
  }
  .p-header__nav-reserve {
    display: none;
  }
  .p-header__nav-spAccordion {
    display: none;
  }
  .p-header__nav-item.is-accordionOpen .p-header__nav-spAccordion {
    display: none;
  }
  .p-header__nav-item[data-mega] .p-header__nav-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 16px;
    padding: 0 1rem;
    text-align: center;
    width: auto;
  }
  .p-header__nav-link__label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: center;
  }
  .p-header__nav-link__icon {
    display: none;
  }
  .p-institution-notice__inner {
    max-width: 968px;
    max-width: 60.5rem;
    padding-bottom: 38px;
    padding-bottom: 2.375rem;
    padding-top: 37px;
    padding-top: 2.3125rem;
  }
  .p-institution-notice__table thead {
    border-bottom: 1px solid #333;
  }
  .p-institution-notice__row {
    display: table-row;
  }
  .p-institution-notice__row:not(:first-child) {
    border-top: 1px solid #333;
  }
  .p-institution-notice__term,
  .p-institution-notice__desc {
    display: table-cell;
    vertical-align: top;
  }
  .p-institution-notice__term {
    padding: 14.6px 24px;
    padding: 0.9125rem 1.5rem;
    width: 200px;
    width: 12.5rem;
  }
  .p-institution-notice__table--compact .p-institution-notice__term {
    width: 300px;
    width: 18.75rem;
  }
  .p-institution-notice__desc {
    padding: 14.6px 24px;
    padding: 0.9125rem 1.5rem;
    width: calc(100% - 12.5rem);
  }
  .p-institution-notice__table--compact .p-institution-notice__desc {
    width: calc(100% - 18.75rem);
  }
  .p-law__inner {
    max-width: 968px;
    max-width: 60.5rem;
    padding-bottom: 38px;
    padding-bottom: 2.375rem;
    padding-top: 37px;
    padding-top: 2.3125rem;
  }
  .p-law__row {
    display: table-row;
  }
  .p-law__row:not(:first-child) {
    border-top: 1px solid #333;
  }
  .p-law__term,
  .p-law__desc {
    display: table-cell;
    vertical-align: top;
  }
  .p-law__term {
    padding: 14.6px 20px;
    padding: 0.9125rem 1.25rem;
    width: 248px;
    width: 15.5rem;
  }
  .p-law__desc {
    -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;
    padding: 14.6px 20px;
    padding: 0.9125rem 1.25rem;
    place-content: center;
    width: calc(100% - 15.5rem);
  }
  .p-lower-mv {
    margin-top: 72px;
    margin-top: 4.5rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 118px;
    padding-top: 7.375rem;
  }
  .p-menu-category__intro-inner.l-inner {
    max-width: 1204px;
    max-width: 75.25rem;
  }
  .p-menu-category__list-inner.l-inner {
    max-width: 90%;
  }
  .p-menu-category__other {
    padding: 55px 0 72px;
    padding: 3.4375rem 0 4.5rem;
  }
  .p-menu-category__other-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-menu-category__other-list {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0;
    margin-right: 0;
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-menu-category__other-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    padding: 48px 40px;
    padding: 3rem 2.5rem;
  }
  .p-menu-category__other-head {
    display: block;
    width: 100%;
  }
  .p-menu-category__other-icon {
    height: 80px;
    height: 5rem;
    width: auto;
  }
  .p-menu-category__other-icon img {
    height: 100%;
    max-height: none;
    width: auto;
  }
  .p-menu-category__other-name {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: 33px;
    margin-top: 2.0625rem;
    text-align: center;
  }
  .p-menu-category__other-desc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 2;
    margin-top: 26px;
    margin-top: 1.625rem;
    text-align: center;
  }
  .p-menu-category__other-button {
    margin-top: 40px;
    margin-top: 2.5rem;
    width: 212px;
    width: 13.25rem;
  }
  .p-menu-category__other-arrow {
    display: none;
  }
  .p-menu-content :where(.wp-block-image,
  .wp-block-gallery,
  .wp-block-group,
  .wp-block-columns,
  .wp-block-table,
  .wp-block-media-text,
  .wp-block-embed,
  blockquote,
  ul,
  ol,
  .wp-block-group.is-layout-flex):not(:first-child) {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-menu-content p + .wp-block-image,
  .p-menu-content p + .wp-block-group,
  .p-menu-content p + .wp-block-columns,
  .p-menu-content p + .wp-block-table,
  .p-menu-content p + .wp-block-group.is-layout-flex,
  .p-menu-content p + .wp-block-gallery {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-menu-content :where(h2) {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
    scroll-margin-top: 2.5rem;
  }
  .p-menu-content :where(h2):not(:first-child) {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-menu-content .wp-block-image + h2,
  .p-menu-content .wp-block-group + h2,
  .p-menu-content .wp-block-columns + h2,
  .p-menu-content .wp-block-table + h2,
  .p-menu-content ul + h2:not(:first-child),
  .p-menu-content ol + h2:not(:first-child),
  .p-menu-content .wp-block-group.is-layout-flex + h2,
  .p-menu-content .wp-block-gallery + h2 {
    margin-top: 56px;
    margin-top: 3.5rem;
  }
  .p-menu-content :where(h3) {
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
  }
  .p-menu-content :where(h3):not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-menu-content p + h3 {
    margin-top: 27px !important;
    margin-top: 1.6875rem !important;
  }
  .p-menu-content :where(h4) {
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
  }
  .p-menu-content :where(h4):not(:first-child) {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-menu-content :where(h5) {
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
  }
  .p-menu-content :where(h5):not(:first-child) {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-menu-content :where(p) {
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
  }
  .p-menu-content :where(p):not(:first-child) {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-menu-content h2 + p {
    margin-top: 35.5px !important;
    margin-top: 2.21875rem !important;
  }
  .p-menu-content h3 + p {
    margin-top: 24px !important;
    margin-top: 1.5rem !important;
  }
  .p-menu-content :where(ul),
  .p-menu-content :where(ol) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 40px;
    gap: 1rem 2.5rem;
  }
  .p-menu-content :where(ol) {
    gap: 16px;
    gap: 1rem;
  }
  .p-menu-content ol > li > ol {
    margin-left: -24px;
    margin-left: -1.5rem;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-menu-content ul ul,
  .p-menu-content ul ol,
  .p-menu-content ol ul,
  .p-menu-content ol ol {
    margin-left: -4px;
    margin-left: -0.25rem;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-menu-list__item {
    min-height: 170px;
    min-height: 10.625rem;
    padding: 40px 24px 40px;
    padding: 2.5rem 1.5rem 2.5rem;
  }
  .p-menu-list__link {
    -moz-column-gap: 2.9375rem;
         -webkit-column-gap: 2.9375rem;
            column-gap: 2.9375rem;
    grid-template-columns: 12.12% 33.13% 24.24% 16.16%;
  }
  .p-menu-list__title {
    display: block;
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.08em;
    line-height: 1.8;
  }
  .p-menu-list__title::after {
    content: none;
  }
  .p-menu-list__description {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-mv {
    height: calc(100vh - 11.25rem);
    margin-top: 72px;
    margin-top: 4.5rem;
    min-height: 720px;
    min-height: 45rem;
  }
  .p-mv__img img {
    aspect-ratio: 1440/720;
  }
  .p-mv__inner {
    bottom: 142px;
    bottom: 8.875rem;
    max-width: 100%;
    width: 93.1944444444%;
  }
  .p-mv__read {
    margin-left: 0;
    min-width: 400px;
    width: 488px;
    width: 30.5rem;
  }
  .p-mv__read img {
    aspect-ratio: 488/38;
  }
  .p-news-list__item {
    padding: 24px 0 15px;
    padding: 1.5rem 0 0.9375rem;
  }
  .p-news-list__link {
    gap: 16px;
    gap: 1rem;
  }
  .p-news-list__detail {
    gap: 26px;
    gap: 1.625rem;
  }
  .p-news-list__date {
    letter-spacing: 0;
  }
  .p-news-list__category {
    background: #BFBFBF;
    padding: 2px 7.5px;
    padding: 0.125rem 0.46875rem;
  }
  .p-news-list__title {
    letter-spacing: 0.03em;
  }
  .p-news__inner.l-inner {
    padding-left: 142px;
    padding-left: 8.875rem;
    padding-right: 142px;
    padding-right: 8.875rem;
  }
  .p-news__columns.l-columns {
    padding: 24px 0;
    padding: 1.5rem 0;
  }
  .p-news__columns .l-columns__aside {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    width: 236px;
    width: 14.75rem;
  }
  .p-news__sidebar {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
  .p-news__sidebar .p-sidebar__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-news-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 16px;
    gap: 1rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .p-news-nav__link {
    display: block;
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    text-align: left;
  }
  .p-news__main.l-columns__main {
    padding-left: 94px;
    padding-left: 5.875rem;
    width: 826px;
    width: 51.625rem;
  }
  .p-news__main .p-news-list {
    margin-bottom: 0;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-news__main .p-news-list__link {
    gap: 10.6px;
    gap: 0.6625rem;
    padding: 24px 24px 18.5px;
    padding: 1.5rem 1.5rem 1.15625rem;
  }
  .p-news__main .p-news-list__detail {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-news__main .p-news-list__title {
    letter-spacing: 0.04em;
  }
  .p-news__pagination.p-pagination {
    border-top: none;
    padding-bottom: 0;
  }
  .p-news__empty {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .p-page-link {
    padding: 16px 24px;
    padding: 1rem 1.5rem;
  }
  .p-page-link__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    gap: 0.75rem;
  }
  .p-page-link__link {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    gap: 16px;
    gap: 1rem;
    letter-spacing: 0.04em;
  }
  .p-pagenavi .nav-links,
  .p-pagenavi .wp-pagenavi {
    gap: 22px;
    gap: 1.375rem;
  }
  .p-pagenavi .previouspostslink {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
  .p-pagenavi .nextpostslink {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
  .p-pavinavi__prev,
  .p-pavinavi__next {
    width: 24px;
    width: 1.5rem;
  }
  .p-pagination {
    border-top: none;
    margin-left: 0;
    margin-right: 0;
  }
  .p-price-list__item {
    padding: 13px 0 14px;
    padding: 0.8125rem 0 0.875rem;
  }
  .p-price-list__item-row {
    -moz-column-gap: 1.5rem;
         -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .p-price-table {
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-menu-content p.p-price-table__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2;
  }
  .p-price-table__list .p-price-list__item {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-price__inner {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-price__main {
    padding: 10px 0 24px 24px;
    padding: 0.625rem 0 1.5rem 1.5rem;
  }
  .p-price__block:not(:first-child) {
    padding: 36px 24px 48px;
    padding: 2.25rem 1.5rem 3rem;
  }
  .p-price__block:has(.p-price-list__notice):not(:first-child) {
    padding: 36px 24px 42px;
    padding: 2.25rem 1.5rem 2.625rem;
  }
  .p-price__block:first-child {
    padding: 2px 24px 48px;
    padding: 0.125rem 1.5rem 3rem;
  }
  .p-price__block:last-child {
    padding: 36px 24px 24px;
    padding: 2.25rem 1.5rem 1.5rem;
  }
  .p-price__block-list + .p-price__block-list {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
  .p-price__block-title {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.08em;
    line-height: 1.8;
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    scroll-margin-top: 2.5rem;
  }
  .p-price__block-subtitle--single {
    padding: 0;
  }
  .p-price__block:has(.p-price__block-subtitle) .p-price__block-title {
    padding-bottom: 19px;
    padding-bottom: 1.1875rem;
  }
  .p-price__block-subtitle {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.8;
    padding-bottom: 15.5px;
    padding-bottom: 0.96875rem;
  }
  .p-price-list + .p-price__block-subtitle {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
  .p-price-list__notice + .p-price__block-list,
  .p-price-list__notice + .p-price__block-subtitle {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
  .p-price__counseling-note {
    gap: 6px;
    gap: 0.375rem;
    padding: 15px 24px;
    padding: 0.9375rem 1.5rem;
  }
  .p-price__counseling-note-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-price__concept-fee {
    padding: 25px 24px 32px;
    padding: 1.5625rem 1.5rem 2rem;
    scroll-margin-top: 2.5rem;
  }
  .p-price__concept-fee-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-price__concept-fee-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-price__concept-fee-subtitle {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-price__concept-fee-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-price__concept-fee-card {
    padding: 6px 24px;
    padding: 0.375rem 1.5rem;
  }
  .p-price__concept-fee-card-head {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-price__concept-fee-card-body {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-price__concept-fee-table-cell {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 14.5px 24px;
    padding: 0.90625rem 1.5rem;
  }
  .p-price__concept-fee-table-cell--key {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 306px;
            flex: 0 0 306px;
    -ms-flex: 0 0 19.125rem;
        flex: 0 0 19.125rem;
  }
  .p-price__concept-fee-table-head .p-price__concept-fee-table-cell--head:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 306px;
            flex: 0 0 306px;
    -ms-flex: 0 0 19.125rem;
        flex: 0 0 19.125rem;
  }
  .p-price__block-description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2;
  }
  .p-price__block-title:has(.p-price__block-initial-fee-link),
  .p-price__block-subtitle:has(.p-price__block-initial-fee-link) {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-price__block-initial-fee-link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-privacy__inner {
    max-width: 968px;
    max-width: 60.5rem;
    padding-bottom: 38px;
    padding-bottom: 2.375rem;
    padding-top: 37px;
    padding-top: 2.3125rem;
  }
  .p-recruit__middle {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-recruit__top {
    border-bottom: 1px solid #333;
    padding-bottom: 39px;
    padding-bottom: 2.4375rem;
    padding-top: 38px;
    padding-top: 2.375rem;
  }
  .p-recruit__top-inner {
    max-width: 1206px;
    max-width: 75.375rem;
  }
  .p-recruit__item {
    gap: 46px;
    gap: 2.875rem;
    padding: 24px;
    padding: 1.5rem;
  }
  .p-recruit__item:last-child {
    padding: 24px;
    padding: 1.5rem;
  }
  .p-recruit__label {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.8;
    padding: 15px 0;
    padding: 0.9375rem 0;
    width: 142px;
    width: 8.875rem;
  }
  .p-recruit__desc {
    border-left: 1px solid #333;
    padding: 14px 0 16px 44px;
    padding: 0.875rem 0 1rem 2.75rem;
  }
  .p-recruit__desc::before {
    display: none;
  }
  .p-recruit__bottom {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 38px;
    padding-top: 2.375rem;
  }
  .p-recruit__bottom-inner {
    max-width: 1056px;
    max-width: 66rem;
  }
  .p-recruit__bottom-read {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .p-related-case {
    padding: 58px 24px 70px;
    padding: 3.625rem 1.5rem 4.375rem;
  }
  .p-related-case__title {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-related-case__button {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-reserv-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    top: 72px;
    top: 4.5rem;
    z-index: 50;
  }
  .p-sidebar {
    left: 0;
    position: sticky;
    top: 120px;
    top: 7.5rem;
  }
  .p-single-menu__inner {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-single-menu__main {
    padding: 10px 0 24px 24px;
    padding: 0.625rem 0 1.5rem 1.5rem;
  }
  .p-single-menu__price-section {
    margin-top: 56px;
    margin-top: 3.5rem;
  }
  .p-single-menu__price-section h2 {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
    scroll-margin-top: 2.5rem;
  }
  .p-single-menu__price-section .p-price__block-subtitle {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-single-menu__price-section .p-price-table__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2;
  }
  .p-single-mv {
    margin-top: 72px;
    margin-top: 4.5rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .p-single-mv__title {
    color: #333;
    font-size: 32px;
    font-size: 2rem;
  }
  .p-single__inner2.l-inner {
    max-width: 1086px;
    max-width: 67.875rem;
  }
  .p-single__head {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-single__meta {
    gap: 30px;
    gap: 1.875rem;
  }
  .p-single__title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: 10px;
    margin-top: 0.625rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
  }
  .p-single__content {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 42px;
    padding-top: 2.625rem;
  }
  .p-single-case .p-single__content {
    padding-top: 48px;
    padding-top: 3rem;
  }
  .p-single-case .p-single__share {
    padding: 40px 16px 48px;
    padding: 2.5rem 1rem 3rem;
  }
  .p-single-column .p-single__share {
    padding: 65px 16px 48px;
    padding: 4.0625rem 1rem 3rem;
  }
  .p-single__share-btn {
    gap: 4px;
    gap: 0.25rem;
  }
  .p-single__related {
    padding: 55px 0 72px;
    padding: 3.4375rem 0 4.5rem;
  }
  .p-single__related-inner.l-inner {
    max-width: 90%;
  }
  .p-single__related-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-single__related-list {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-single__button-wrap {
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .p-single-column .p-single__button-wrap {
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .p-sp-reserve {
    display: none;
  }
  .p-toc-sidebar__inner {
    padding: 18px 24px 24px;
    padding: 1.125rem 1.5rem 1.5rem;
    row-gap: 18px;
    row-gap: 1.125rem;
  }
  .p-price__sidebar .p-toc-sidebar__inner {
    padding: 18px 24px 24px;
    padding: 1.125rem 1.5rem 1.5rem;
  }
  .p-toc-sidebar__list {
    row-gap: 6px;
    row-gap: 0.375rem;
  }
  .p-toc-sidebar__list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    row-gap: 11px;
    row-gap: 0.6875rem;
  }
  .p-toc-sidebar__text2 {
    -webkit-text-decoration: none;
    -webkit-text-decoration: none;
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.04em;
    line-height: 1.8;
    padding-left: 32px;
    padding-left: 2rem;
    text-decoration: none;
  }
  .p-top-about {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .p-top-about__inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    max-width: 1234px;
    max-width: 77.125rem;
  }
  .p-top-about__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 170px;
    gap: 10.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 14px;
    margin-left: 0.875rem;
    padding: 94px 0;
    padding: 5.875rem 0;
    width: 342px;
    width: 21.375rem;
  }
  .p-top-about__title {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    padding-bottom: 0;
  }
  .p-top-about__catch {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    text-align: left;
    white-space: nowrap;
  }
  .p-top-about__btn {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    text-align: left;
  }
  .p-top-about__right {
    border-left: 1px solid #333;
    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;
    gap: 27px;
    gap: 1.6875rem;
    padding: 80px 0 80px 131px;
    padding: 5rem 0 5rem 8.1875rem;
    width: 698px;
    width: 43.625rem;
  }
  .p-top-about__text {
    max-width: 684px;
    max-width: 42.75rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .p-top-case {
    padding-bottom: 96px;
    padding-bottom: 6rem;
    padding-top: 94px;
    padding-top: 5.875rem;
  }
  .p-top-case__inner {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-top-case__text {
    line-height: 2.1;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-top-case__btn {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-top-column {
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
  .p-top-column__inner {
    max-width: 1202px;
    max-width: 75.125rem;
  }
  .p-top-column__head {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-column__title {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-top-column__btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 2px;
    margin-top: 0.125rem;
    text-align: left;
    width: 212px;
    width: 13.25rem;
  }
  .p-top-column__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-column__item {
    max-width: 271px;
    max-width: 16.9375rem;
  }
  .p-top-doctor {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .p-top-doctor__inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 130px;
    gap: 8.125rem;
  }
  .p-top-doctor__head {
    border-right: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 46px 0 48px 118px;
    padding: 2.875rem 0 3rem 7.375rem;
    width: 460px;
    width: 28.75rem;
  }
  .p-top-doctor__title {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-top-doctor__btn {
    margin-top: 0;
    text-align: left;
  }
  .p-top-doctor__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 38px;
    gap: 2.375rem;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 44px 0 42px 0;
    padding: 2.75rem 0 2.625rem 0;
    width: 684px;
    width: 42.75rem;
  }
  .p-top-doctor__card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
  }
  .p-top-doctor__img {
    margin-top: 4px;
    margin-top: 0.25rem;
    width: 330px;
    width: 20.625rem;
  }
  .p-top-doctor__content {
    gap: 24px;
    gap: 1.5rem;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 336px;
    width: 21rem;
  }
  .p-top-doctor__content-wrap {
    display: block;
  }
  .p-top-doctor__content-title {
    gap: 0;
  }
  .p-top-doctor__role {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-top-doctor__content-namewrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    gap: 0.125rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-top-doctor__name {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .p-top-doctor__name-en {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-top-doctor__content-snsList {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-top-doctor__text {
    line-height: 2.1;
    margin-bottom: -10px;
    margin-bottom: -0.625rem;
  }
  .p-top-doctor__info {
    -moz-column-gap: 1.5rem;
         -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
    grid-template-columns: 20.625rem 20.625rem;
    row-gap: 24px;
    row-gap: 1.5rem;
    row-gap: 0;
  }
  .p-top-doctor__info-item {
    gap: 4px;
    gap: 0.25rem;
    width: 330px;
    width: 20.625rem;
  }
  .p-top-doctor__info-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .p-top-doctor__info-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .p-top-doctor__info-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .p-top-doctor__info-term {
    letter-spacing: 0;
    line-height: 2.14;
  }
  .p-top-doctor__info-desc {
    letter-spacing: 0;
    line-height: 2;
  }
  .p-top-eyes {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
  .p-top-eyes__title .c-title02 {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-top-eyes__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 44px;
    margin-top: 2.75rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-eyes__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    gap: 1.75rem;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 48px 40px;
    padding: 3rem 2.5rem;
    width: 448px;
    width: 28rem;
  }
  .p-top-eyes__item-sp-link {
    display: none;
  }
  .p-top-eyes__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    gap: 2rem;
  }
  .p-top-eyes__item-icon {
    height: 80px;
    height: 5rem;
    width: 125px;
    width: 7.8125rem;
  }
  .p-top-eyes__item:nth-child(3) .p-top-eyes__item-icon {
    height: 80px;
    height: 5rem;
  }
  .p-top-eyes__item-arrow.u-sp {
    display: none;
  }
  .p-top-eyes__item-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-eyes__item-body.u-pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    gap: 2.5rem;
  }
  .p-top-gallery__wrapper {
    grid-gap: 1.5rem;
    display: grid;
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-top-gallery.u-sp .p-top-gallery__track {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-top-gallery__img {
    width: auto;
  }
  .p-top-gallery__img img {
    aspect-ratio: 330/240;
  }
  .p-top-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
  }
  .p-top-menu__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 96px 142px;
    padding: 6rem 8.875rem;
    width: 496px;
    width: 31rem;
  }
  .p-top-menu__title .c-title02 {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-top-menu__title .c-title02__sub {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-top-menu__title .c-title02__main {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-top-menu__btn {
    width: 100%;
  }
  .p-top-menu__btn .c-btn01 {
    padding: 10px 25px;
    padding: 0.625rem 1.5625rem;
  }
  .p-top-menu__list {
    width: calc(100% - 31rem);
  }
  .p-top-menu__item-link {
    height: 160px;
    height: 10rem;
    padding: 24px 34px 24px 32px;
    padding: 1.5rem 2.125rem 1.5rem 2rem;
  }
  .p-top-menu__item-link:hover {
    opacity: 1;
  }
  .p-top-menu__item-img img {
    aspect-ratio: 958/160;
  }
  .p-top-menu__item-link:hover .p-top-menu__item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-top-news {
    padding-bottom: 48px;
    padding-bottom: 3rem;
    padding-top: 54px;
    padding-top: 3.375rem;
  }
  .p-top-news__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-news__head {
    display: block;
    padding-left: 118px;
    padding-left: 7.375rem;
    padding-top: 16px;
    padding-top: 1rem;
    width: 686px;
    width: 42.875rem;
  }
  .p-top-news__title {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-top-news__newswrap {
    gap: 48px;
    gap: 3rem;
    margin-left: 2px;
    margin-left: 0.125rem;
    margin-right: 2px;
    margin-right: 0.125rem;
    margin-top: 41px;
    margin-top: 2.5625rem;
  }
  .p-top-news__btn {
    text-align: left;
  }
  .p-top-news__calendar {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 93.5px 0 121.5px;
    padding: 0 5.84375rem 0 7.59375rem;
    width: 686px;
    width: 42.875rem;
  }
  .p-top-news__calendar .xo-event-calendar {
    overflow: visible;
  }
  .p-top-news__calendar .xo-event-calendar .holiday-closed::before {
    left: 50%;
    top: 50%;
  }
  .p-top-news__calendar .xo-event-calendar table.xo-month .month-dayname-space {
    height: 56px;
    height: 3.5rem;
  }
  .p-top-news__calendar .xo-event-calendar table.xo-month > thead th {
    padding-bottom: 12px !important;
    padding-bottom: 0.75rem !important;
    padding-top: 6px !important;
    padding-top: 0.375rem !important;
  }
  .p-top-news__calendar .xo-event-calendar table.xo-month > thead th {
    height: auto;
  }
  .p-top-news__calendar .xo-event-calendar table.xo-month .month-dayname td div {
    gap: 3px;
    gap: 0.1875rem;
    height: 100%;
    padding: 6px 8px;
    padding: 0.375rem 0.5rem;
  }
  .p-top-news__calendar .calendar-caption {
    gap: 0;
  }
  .p-top-news__calendar .cal-month-big {
    font-size: 56px;
    font-size: 3.5rem;
  }
  .p-top-news__calendar .cal-slash {
    margin-left: 5px;
    margin-left: 0.3125rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
  }
  .p-top-news__calendar .xo-event-calendar table.xo-month .month-header {
    padding: 0;
  }
  .p-top-news__calendar .xo-event-calendar table.xo-month button.month-prev {
    left: -4px;
    left: -0.25rem;
  }
  .p-top-news__calendar .xo-event-calendar table.xo-month button.month-next {
    right: 0;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

@media (min-width: 1440px){
  html {
    font-size: 16px;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
  .c-btn02:hover {
    opacity: 0.7;
  }
  .c-page-top:hover {
    opacity: 0.7;
  }
  .p-mega-menu__titleLink:hover {
    opacity: 0.7;
  }
  .p-mega-menu__item a:hover {
    opacity: 0.7;
  }
  .p-reserv-btn__item:hover {
    opacity: 0.7;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.7;
  }
  .c-btn02:active {
    opacity: 0.7;
  }
  .c-page-top:active {
    opacity: 0.7;
  }
  .p-header__nav-link:active {
    opacity: 0.7;
  }
  .p-mega-menu__titleLink:active {
    opacity: 0.7;
  }
  .p-mega-menu__item a:active {
    opacity: 0.7;
  }
  .p-reserv-btn__item:active {
    opacity: 0.7;
  }
}

@media (any-hover: hover){
  .c-return-btn:hover {
    background-color: #686766;
    opacity: 1;
  }
  .p-case-card:hover {
    opacity: 1;
  }
  .p-case-card:hover .p-case-card__image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-case-card:hover .p-case-card__button {
    background-color: #333;
    color: #fff;
  }
  .p-column-card:hover {
    opacity: 1;
  }
  .p-column-card:hover .p-column-card__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-column-card:hover .p-column-card__button {
    background-color: #333;
    color: #fff;
  }
  .p-menu-list__link:hover .c-btn01--ss {
    background-color: #686766;
  }
  .p-news-nav__link:hover {
    background-color: #333;
    color: #FBFBFA;
    opacity: 1;
  }
  .p-pagination .page-numbers:not(.current):hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-pagination__arrow:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-pagination__arrow--next:hover {
    -webkit-transform: scale(1.2) rotate(180deg);
            transform: scale(1.2) rotate(180deg);
  }
  .p-price-list__name-link:hover {
    text-decoration: underline;
    text-decoration-color: #ADACAA;
    text-underline-offset: 0.2em;
  }
  .p-price__block-title-link:hover {
    text-decoration: underline;
    text-decoration-color: #ADACAA;
    text-underline-offset: 0.2em;
  }
  .p-price__block-subtitle-link:hover {
    text-decoration: underline;
    text-decoration-color: #ADACAA;
    text-underline-offset: 0.2em;
  }
  .p-price__counseling-note-link:hover {
    opacity: 0.6;
  }
  .p-toc-sidebar__link:hover {
    opacity: 1;
  }
  .p-toc-sidebar__link:hover .p-toc-sidebar__text2 {
    -webkit-text-decoration: underline;
    -webkit-text-decoration: underline;
    font-weight: 500;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
  .p-case-card__info-label {
    width: 23%;
  }
}

@media screen and (min-width: 1201px){
  .p-case-card__info-label {
    width: 19%;
  }
}

@media screen and (min-width: 1024px){
  .p-concern-nav__list {
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-header__mega-inner {
    max-width: 1296px;
    max-width: 81rem;
  }
  .p-law__term {
    padding: 14.6px 24px;
    padding: 0.9125rem 1.5rem;
    width: 200px;
    width: 12.5rem;
  }
  .p-law__desc {
    -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;
    padding: 14.6px 24px;
    padding: 0.9125rem 1.5rem;
    place-content: center;
    width: calc(100% - 12.5rem);
  }
  .p-mega-menu::after {
    left: 32.5%;
  }
  .p-mega-menu__group:nth-child(1) {
    width: 29%;
  }
  .p-mega-menu__group:nth-child(2) {
    width: 63.47%;
  }
  .p-mega-menu__list {
    gap: 6px 24px;
    gap: 0.375rem 1.5rem;
    grid-template-columns: auto 1fr;
  }
  .p-mega-menu__group:nth-child(2) .p-mega-menu__list {
    gap: 6px 40px;
    gap: 0.375rem 2.5rem;
    grid-template-columns: auto auto auto;
  }
  .p-menu-category__list-inner.l-inner {
    max-width: 1086px;
    max-width: 67.875rem;
  }
  .p-single__related-inner.l-inner {
    max-width: 1086px;
    max-width: 67.875rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px){
  .p-doctor-information__profile {
    grid-template-columns: 23.75rem auto;
  }
  .p-doctor-information__info {
    min-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px){
  .p-doctor-information__profile {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) and (max-width: 920px){
  .p-header__nav-link {
    padding: 0 7px;
    padding: 0 0.4375rem;
  }
  .p-header__nav-item[data-mega] .p-header__nav-link {
    padding: 0 7px;
    padding: 0 0.4375rem;
  }
}

@media (max-width: 920px){
  .p-header__nav-access {
    padding-left: 12px;
    padding-left: 0.75rem;
  }
}

@media screen and (hover: hover) and (min-width: 768px){
  .p-header__nav-item.is-active .p-header__nav-link {
    background: #333;
    color: #FBFBFA;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 890px){
  .p-menu-category__other-desc br {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce){
  .p-mv__img,
  .p-mv__read {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
  .p-top-gallery.u-sp .p-top-gallery__track {
    -webkit-animation: none;
            animation: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .u-br-md-lg {
    display: inline;
  }
  .u-hide-md-lg {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
