@charset "UTF-8";

.p-mv {
  --height: 750px;
  margin-bottom: var(--section-gap-md);
}

@media (max-width: 525px) {
  .p-mv {
    --height: 580px;
  }
}

.p-mv .l-mv__body {
  --font-size: min(6rem, 11cqw);
}

@media (max-width: 525px) {
  .p-mv .l-mv__body {
    --font-size: 3.2rem;
  }
}

.p-mv__visual__slider {
  height: 100%;
  overflow: hidden;
  border-top-left-radius: var(--radius-lg);
  border-bottom-left-radius: var(--radius-lg);
}

.p-mv__visual__list:is([data-effect-type="carousel"] *) {
  transition-timing-function: linear;
}

.p-mv__visual__item {
  overflow: hidden;
}

.p-mv__visual__item:is([data-effect-type="slide"] *) {
  transition-timing-function: var(--ease-out-cubic);
}

.p-mv__visual__item__inner {
  height: 100%;
}

.p-mv__visual__item__inner:is([data-effect-type="carousel"] *) {
  transition-timing-function: linear;
}

.p-mv__catch {
  height: 100%;
}

.p-mv__catch__inner {
  height: 100%;
}

.p-mv__catch__slider {
  width: 3.1em;
  height: 100%;
  padding-inline: 0.25em;
  margin-left: unset;
  overflow: visible;
}

.p-mv__catch__item {
  height: 100%;
}

.p-mv__catch__text {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-mv__catch__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  object-fit: contain;
  object-position: top;
}

.p-mv__menu {
  --column-gap: 2.5em;
  margin-top: 2.5em;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-mv__menu {
    display: none;
  }
}

.p-mv__menu .l-menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.75em;
  column-gap: var(--column-gap);
  line-height: 1;
}

.p-mv__menu .l-menu__item {
  position: relative;
}

.p-mv__menu .l-menu__item:not(:last-of-type)::after {
  position: absolute;
  top: 55%;
  left: calc(100% + var(--column-gap) / 2);
  width: 1.5px;
  height: 0.9em;
  content: "";
  background-color: currentcolor;
  transform: translateX(-50%) translateY(-50%);
}

.p-mv__menu .l-menu__sub {
  display: none;
}

/* clinic info left start */
.p-clinic-info {
  container: wrapper/inline-size;
  /* margin-top: var(--section-gap-sm); */
  margin-top: 63px;
}

.p-clinic-info__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 4em min(4em, 5cqw); */
}

@container wrapper (width <=1000px) {
  .p-clinic-info__inner {
    grid-template-columns: 1fr;
    /* width: 720px; */
    max-width: 100%;
    margin-inline: auto;
    gap: 40px;
  }
}

.p-clinic-info__main {
  container: main/inline-size;
}

.p-clinic-info-main-bottom {
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .p-clinic-info__address {
    font-size: 14px;
  }

  .clinic-tele {
    font-size: 20px;
  }

  .l-schedule>table th:first-child,
  .l-schedule>table td:first-child {
    font-size: 1.5rem;
    width: 35%;
  }

  .l-table01 td,
  .l-table01 th {
    padding: 10px 0px 10px 5px;
  }

  .l-tr {
    font-size: 1.5rem;
  }

  .l-schedule__note {
    font-size: 1.5rem;
  }
}

@container main (width <=470px) {
  .p-clinic-info-main-bottom {
    flex-direction: column;
  }
}

.p-clinic-info__logo>img.is-vertical {
  display: none;
}

@container main (width <=470px) {
  .js-has-pseudo [csstools-has-1a-34-19-2r-30-2x-32-2x-2r-19-2x-32-2u-33-2n-2n-30-33-2v-33-1m-2w-2p-37-14-1a-2x-37-19-3a-2t-36-38-2x-2r-2p-30-15-w-1q-w-2x-31-2v-1m-32-33-38-14-1a-2x-37-19-3a-2t-36-38-2x-2r-2p-30-15]:not(.does-not-exist):not(.does-not-exist):not(does-not-exist) {
    display: none;
  }

  .p-clinic-info__logo:has(.is-vertical)>img:not(.is-vertical) {
    display: none;
  }

  .js-has-pseudo [csstools-has-1a-34-19-2r-30-2x-32-2x-2r-19-2x-32-2u-33-2n-2n-30-33-2v-33-1m-2w-2p-37-14-1a-2x-37-19-3a-2t-36-38-2x-2r-2p-30-15-w-1q-w-2x-31-2v-1a-2x-37-19-3a-2t-36-38-2x-2r-2p-30]:not(.does-not-exist):not(.does-not-exist):not(does-not-exist) {
    display: block;
  }

  .p-clinic-info__logo:has(.is-vertical)>img.is-vertical {
    display: block;
  }
}

.p-clinic-info__address {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5em;
  font-family: var(--font-base);
  font-size: 18px;
  color: #454a4d;
  line-height: 1.5;
  letter-spacing: 2.34px;
}

.clin-container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

@container main (width > 470px) {
  .p-clinic-info__address__postal {
    width: 100%;
  }
}

@container main (width <=470px) {
  .p-clinic-info__address {
    /* justify-content: center;
    text-align: center; */
    flex-direction: column;
  }
}

.p-clinic-info__tel {
  font-weight: 600;
  font-family: var(--font-base);
  font-size: 40px;
  color: #454a4d;
  letter-spacing: 1.2px;
}

.clinic-tele {
  font-size: 25px;
  display: inline-block;
  margin-right: -10px;
}

.clin-feature-btn {
  font-family: var(--font-base);
  font-size: 2rem;
  width: 310px;
  display: flex;
  padding: 20px;
  color: #454a4d;
  border-radius: 100vmax;
  border: 1px solid #454a4d;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  transition: all 0.3s;
}

@media screen and (max-width:768px) {
  .clin-feature-btn {
    font-size: 1.6rem !important;
    margin-top: 20px !important;
    width: 205px;
    padding: 15px;
  }
}

@container main (width <=768px) {
  .clin-container {
    padding: 0 10px !important;
  }
}

@container main (width <=470px) {
  .p-clinic-info__tel {
    font-size: 2.5rem;
  }

  .clinic-tele {
    font-size: 20px;
  }

  .p-clinic-info__address__part {
    font-size: 14px;
  }

  .p-clinic-info__address__postal {
    font-size: 14px;
  }

  .p-clinic-info__inner.clin-container {
    padding: 0 15px;
  }
}

.p-clinic-info__sns {
  margin-top: 1em;
}

@container main (width <=470px) {
  .p-clinic-info__sns {
    margin-top: max(5cqw, 1.5em);
  }
}

@media (min-width: 769px) {
  .p-clinic-info__sns {
    display: none;
  }
}

.p-clinic-info__sns .l-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 30px;
}

@container main (width <=470px) {
  .p-clinic-info__sns .l-sns {
    justify-content: center;
  }
}

.p-clinic-info__sns .l-sns__link {
  --size: 2em;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: 5px;
  text-align: center;
  border-radius: 50%;
  transition: color 0.2s;
}

.p-clinic-info__sns .l-sns__link:hover {
  color: var(--color-primary);
}

.p-clinic-info__sns .l-sns__text {
  display: none;
}

@media (max-width: 768px) {
  .p-clinic-info__schedule {
    /* display: none; */
  }
}

.p-notice-section {
  margin-top: var(--section-gap);
}

.p-notice-section__inner {
  container-type: inline-size;
}

.p-notice-section__list {
  --column-count: 2;
  --column-gap: min(4em, 4cqw);
  --row-gap: min(3em, 8cqw);
  justify-content: center;
}

@container (width <=850px) {
  .p-notice-section__list {
    --column-count: 1;
  }
}

.p-notice {
  --padding-x: min(3em, 6cqw);
  --padding-y: min(2em, 5cqw);
  display: grid;
  flex-grow: 1;
  grid-template-rows: auto 1fr;
  max-width: 800px;
  container-type: inline-size;
}

.p-notice__header {
  padding: 0.75em var(--padding-x);
  color: var(--color-text-contrast);
  background-color: var(--color-primary);
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
}

.p-notice__heading {
  font-size: calc(var(--font-size-xxl) * 0.95);
  font-weight: bold;
}

@media (max-width: 525px) {
  .p-notice__heading {
    font-size: var(--font-size-xl);
  }
}

.p-notice__body {
  padding: var(--padding-y) var(--padding-x);
  background-color: var(--color-secondary);
  border-bottom-left-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}

.p-notice__open {
  margin-bottom: 1em;
}

.p-notice__open>em {
  font-size: min(var(--font-size-xxl), 6cqw);
  font-weight: bold;
}

.p-notice__preview {
  margin-bottom: 1em;
  font-size: min(var(--font-size-xl), 5.5cqw);
}

.p-notice__preview em {
  font-size: min(var(--font-size-xxl), 6cqw);
  font-weight: bold;
}

@media (max-width: 525px) {
  .p-notice__message {
    font-size: var(--font-size-sm);
  }
}

.p-info-section {
  --tab-active-bg-color: var(--color-primary);
  container-type: inline-size;
  position: relative;
  z-index: 0;
  margin-top: var(--section-gap);
}

.p-info-section__inner {
  position: relative;
  display: grid;
  grid-template-areas: "header body";
  grid-template-columns: auto 1fr;
  gap: 2em 64px;
}

@container (width <=800px) {
  .p-info-section__inner {
    grid-template-areas: "header""body";
    grid-template-columns: 1fr;
  }
}

.p-info-section__header {
  grid-area: header;
}

@container (width > 800px) {
  .p-info-section__header {
    writing-mode: vertical-rl;
  }
}

@container (width <=800px) {
  .p-info-section__header {
    text-align: center;
  }
}

.p-info-section__heading {
  font-size: var(--font-size-xxxl);
  font-weight: bold;
  color: var(--color-heading);
  letter-spacing: 0.3em;
}

.p-info-section__body {
  container-type: inline-size;
  grid-area: body;
}

.p-info-section__tabs {
  display: flex;
  gap: 1em;
  font-size: var(--font-size-lg);
  border-bottom: 1px solid currentcolor;
}

@container (width > 800px) {
  .p-info-section__tabs {
    margin-top: 2em;
  }
}

@media (max-width: 525px) {
  .p-info-section__tabs {
    gap: 0.75em;
    font-size: var(--font-size-sm);
  }
}

.p-info-section__tab {
  position: relative;
  z-index: 0;
  flex-grow: 1;
  max-width: 50%;
  min-height: 36px;
  padding: 0.75em 1.5em;
  overflow: hidden;
  font-weight: bold;
  line-height: 1;
  color: var(--color-heading);
  text-align: center;
  background-color: var(--color-secondary-alt);
  transition: color 0.12s, background 0.25s;
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
}

@media (max-width: 525px) {
  .p-info-section__tab {
    padding: 0.75em 1em;
    font-weight: bold;
  }
}

.p-info-section__tab[aria-selected="true"],
.p-info-section__tab:hover {
  color: var(--color-text-contrast);
  background-color: var(--color-primary);
}

.p-info-section__panels {
  position: relative;
  display: grid;
  background-color: var(--color-secondary);
  border-bottom-left-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}

.p-info-section__panels:is(:not(.p-info-section__tabs + *)) {
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
}

.p-info-panel {
  --padding-x: min(3.5em, 6.5cqw);
  --padding-y: min(3em, 8cqw);
  display: grid;
  grid-row: 1/2;
  grid-column: 1/2;
  padding: var(--padding-y) var(--padding-x);
  container-type: inline-size;
}

@container (width <=800px) {
  .p-info-panel {
    padding-right: calc(var(--padding-x) / 1.5);
  }
}

.p-info-panel[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
}

.p-info-panel__inner {
  display: grid;
  grid-template-areas: "main sub";
  grid-template-columns: 1fr 200px;
  gap: 2em calc(var(--padding-x) / 2);
}

@container (width <=800px) {
  .p-info-panel__inner {
    grid-template-areas: "main""sub";
    grid-template-columns: 1fr;
  }
}

.p-info-panel__main {
  --border: 1px solid currentcolor;
  --scrollbar-size: 10px;
  grid-area: main;
  max-height: 260px;
  opacity: 0;
  transition: opacity 0.2s;
}

.p-info-panel__main[data-simplebar="init"] {
  opacity: 1;
}

@media (max-width: 525px) {
  .p-info-panel__main {
    max-height: 320px;
  }
}

.p-info-panel__main .simplebar-track {
  --border-width: 2px;
}

.p-info-panel__main .simplebar-track::before {
  position: absolute;
  content: "";
  background-color: var(--color-text);
  opacity: 0.1;
}

.p-info-panel__main .simplebar-track.simplebar-vertical {
  width: var(--scrollbar-size);
}

.p-info-panel__main .simplebar-track.simplebar-vertical::before {
  top: calc(var(--scrollbar-size) / 2);
  bottom: calc(var(--scrollbar-size) / 2);
  left: 50%;
  width: var(--border-width);
  transform: translateX(-50%);
}

.p-info-panel__main .simplebar-track.simplebar-horizontal {
  height: var(--scrollbar-size);
}

.p-info-panel__main .simplebar-track.simplebar-horizontal::before {
  top: 50%;
  right: calc(var(--scrollbar-size) / 2);
  left: calc(var(--scrollbar-size) / 2);
  height: var(--border-width);
  transform: translateY(-50%);
}

.p-info-panel__main .simplebar-scrollbar::before {
  inset: 0;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.p-info-panel__main .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.p-info-panel__list {
  display: grid;
  gap: 1.85em;
  padding-right: calc(var(--scrollbar-size) + 3cqw);
  padding-bottom: 0.5em;
}

.p-info-panel__sub {
  display: flex;
  grid-area: sub;
  align-items: center;
  justify-content: center;
}

.p-info {
  container: info/inline-size;
}

.p-info__inner {
  display: grid;
  grid-template-areas: "header body";
  grid-template-columns: 10em 1fr;
  gap: 0.5em 2em;
}

@container info (width <=35em) {
  .p-info__inner {
    grid-template-areas: "header""body";
    grid-template-columns: 1fr;
  }
}

.p-info__header {
  grid-area: header;
  min-width: 6em;
  opacity: 0.7;
  container: header/inline-size;
}

.p-info__header__inner {
  display: flex;
  row-gap: 0.3em;
  column-gap: 0.5em;
}

@container (width > 15em) {
  .p-info__header__inner {
    flex-wrap: wrap;
    align-items: center;
  }
}

@container (width <=15em) {
  .p-info__header__inner {
    flex-direction: column;
  }
}

.p-info__date {
  flex-shrink: 0;
  margin-top: 0.22em;
  font-family: var(--font-english);
  font-size: min(1.5rem, var(--font-size-md));
  font-weight: bold;
  white-space: nowrap;
}

.p-info__tag {
  --dash-width: 1.25em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.25em;
  padding-left: calc(var(--dash-width) + 1em);
  font-size: max(0.85em, var(--font-size-xs));
  line-height: 1;
}

.p-info__tag::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: var(--dash-width);
  height: 1px;
  content: "";
  background-color: currentcolor;
}

.p-info__tag__item:nth-child(n + 2)::before {
  content: "・";
}

.p-info__body {
  grid-area: body;
}

.p-info__title::before {
  content: "[";
}

.p-info__title::after {
  content: "]";
}

/* reservation info start */
.p-apo-section {
  position: relative;
  z-index: 0;
  padding-top: 55px;
  padding-bottom: 85px;
  margin-top: 80px;
}

.p-apo-section__inner {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.p-apo-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.5;
}

.res-mv__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-apo-section__heading {
  font-family: var(--font-english);
  font-size: 10rem;
  font-weight: 400;
  color: #454a4d;
  line-height: 1.6;
  letter-spacing: 3px;
  text-align: center;
}

.p-apo-section__heading__icon {
  font-size: 1.5em;
  color: var(--color-primary);
}

.p-apo-section__intro {
  font-family: var(--font-base);
  font-size: 3rem;
  font-weight: 400;
  color: #454a4d;
  letter-spacing: 0.9px;
  text-align: center;
  margin-top: -37px;
}

.contact-box {
  max-width: 550px;
  width: 100%;
  padding: 16px 16px 38px;
  background: #fcfcfd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-container {
  display: flex;
  gap: 40px;
  margin-top: 52px;
  justify-content: center;
}

.left {
  display: inline-block;
  margin-left: 20px;
}

.contact-heading {
  font-family: var(--font-base);
  font-size: 2.8rem;
  font-weight: 400;
  color: #8cb7e6;
  letter-spacing: 3.36px;
  line-height: 2.8;
}

.res-clinic-tele {
  font-size: 25px;
  display: inline-block;
  margin-right: -10px;
}

.contact-tel {
  font-weight: 600;
  font-family: var(--font-base);
  font-size: 40px;
  color: #454a4d;
  letter-spacing: 1.2px;
  margin-top: -16px;
}

.contact-hours {
  font-weight: 400;
  font-family: var(--font-base);
  font-size: 18px;
  color: #454a4d;
  line-height: 1.7;
  letter-spacing: 2.16px;
  padding-top: 8px;
}

.contact-text {
  font-weight: 400;
  font-family: var(--font-base);
  font-size: 24px;
  color: #454a4d;
  line-height: 1.16;
  letter-spacing: 2.88px;
}

.res-info-ttl {
  margin-top: -18px;
  margin-bottom: 16px;
  padding-top: 17px;
}

.reserv-btn {
  margin-top: 52px;
}

@media screen and (max-width: 1085px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
  }

  .contact-box {
    max-width: 800px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .p-apo-section__intro {
    padding-left: 0;
    font-size: var(--font-size-lg);
    text-align: center;
    margin-top: -17px;
  }

  .p-apo-section__heading {
    font-size: 5rem;
  }
}

@media (max-width: 600px) {
  .p-apo-section__heading {
    font-size: 3.5rem;
  }

  .p-apo-section__intro {
    margin-top: -10px;
  }

  .res-clinic-tele {
    font-size: 20px;
  }

  .contact-tel {
    font-size: 25px;
  }

  .contact-box {
    padding: 16px 10px 38px;
  }

  .contact-heading {
    font-size: 2.2rem;
  }

  .contact-hours {
    font-size: 14px;
  }

  .contact-text {
    font-size: 18px;
    text-align: center;
  }

  .clin-feature-btn {
    width: 225px;
    padding: 15px;
  }

  .reserv-btn {
    margin-top: 30px;
  }

  .res-info-ttl {
    margin-bottom: 8px;
  }

  .p-apo-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-container {
    margin-top: 32px;
  }
}

.p-apo-section__body {
  display: flex;
  gap: 2em;
  margin-top: 3em;
}

@container inner (width <=880px) {
  .p-apo-section__body {
    display: grid;
  }
}

.p-apo-section__item--tel {
  flex-grow: 1.25;
}

.p-apo-section__item--web {
  flex-grow: 2;
}

.p-apo {
  max-width: 700px;
  margin-inline: auto;
  background-color: rgba(var(--color-bg-rgb), 70%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  container: item/inline-size;
  border-radius: var(--radius-md);
}

.p-apo__inner {
  --padding-x: min(3em, 7cqw);
  --padding-y: 2em;
  padding: var(--padding-y) var(--padding-x);
}

.p-apo__heading {
  margin-bottom: 0.85em;
  font-size: calc(var(--font-size-xxl) * 0.85);
  font-weight: bold;
  color: var(--color-heading);
  text-align: center;
}

.p-apo__tel__num {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--font-english);
  font-size: min(var(--font-size-xxxl), 8.5cqw);
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.p-apo__tel__note {
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.25em;
}

.p-apo__web {
  --button-align: center;
}

@media (min-width: 769px) {
  .js-has-pseudo [csstools-has-1a-34-19-2p-34-33-2n-2n-3b-2t-2q-1m-2w-2p-37-14-1a-34-19-2p-34-33-2n-2n-3b-2t-2q-2n-2n-35-36-15]:not(.does-not-exist) {
    --button-align: flex-end;
    display: grid;
    grid-template-areas: "text qr""buttons qr";
    grid-template-columns: 1fr 130px;
    gap: 1em;
  }

  .p-apo__web:has(.p-apo__web__qr) {
    --button-align: flex-end;
    display: grid;
    grid-template-areas: "text qr""buttons qr";
    grid-template-columns: 1fr 130px;
    gap: 1em;
  }
}

.p-apo__web__qr {
  grid-area: qr;
}

@media (max-width: 768px) {
  .p-apo__web__qr {
    display: none;
  }
}

.p-apo__web__text {
  grid-area: text;
}

@media (max-width: 768px) {
  .p-apo__web__text {
    display: none;
  }
}

.p-apo__web__buttons {
  display: flex;
  flex-direction: column;
  grid-area: buttons;
  align-items: var(--button-align);
}

.p-policy {
  position: relative;
  z-index: 0;
  margin-top: var(--section-gap);
  overflow: hidden;
}

.p-policy__inner {
  container: inner/inline-size;
}

.p-policy__grid {
  position: relative;
  display: grid;
}

@container inner (width > 860px) {
  .p-policy__grid {
    grid-template-rows: repeat(3, auto) 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
}

@container inner (width <=860px) {
  .p-policy__grid {
    grid-template-rows: repeat(6, auto);
    grid-template-columns: repeat(6, 1fr);
  }
}

.p-policy__section-title {
  position: relative;
  z-index: 3;
  margin-right: auto;
  font-size: var(--font-size-xxxl);
  font-weight: bold;
  color: var(--color-heading);
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
}

@container inner (width > 860px) {
  .p-policy__section-title {
    grid-row: 1 / span 2;
    grid-column: 1 / span 1;
  }
}

@container inner (width <=860px) {
  .p-policy__section-title {
    grid-row: 1 / span 1;
    grid-column: 1 / span 2;
    margin-bottom: 2em;
    margin-left: 3.5cqw;
  }
}

.p-policy__heading {
  position: relative;
  z-index: 2;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-heading);
  letter-spacing: 0.15em;
}

@container inner (width > 860px) {
  .p-policy__heading {
    grid-row: 1 / span 2;
    grid-column: 2/-1;
    margin-bottom: 0.5em;
    margin-left: -0.5em;
    font-size: min(5.8rem, 5.5cqw);
  }
}

@container inner (width <=860px) {
  .p-policy__heading {
    grid-row: 2 / span 2;
    grid-column: 1/-1;
    margin-top: 0.75em;
    margin-left: 6cqw;
    font-size: min(5rem, 10.5cqw);
  }
}

.p-policy__body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  container: body/inline-size;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

@container inner (width > 860px) {
  .p-policy__body {
    grid-row: 3 / span 1;
    grid-column: 2/-2;
  }
}

@container inner (width <=860px) {
  .p-policy__body {
    grid-row: 4 / span 1;
    grid-column: 1/-1;
    margin-top: 10%;
  }
}

.p-policy__content {
  background-color: rgba(var(--color-bg-rgb), 80%);
  border-radius: var(--radius-md);
}

@container body (width > 600px) {
  .p-policy__content {
    padding: min(6em, 11cqw) min(5em, 9cqw);
    line-height: 2.4;
  }
}

@container body (width <=600px) {
  .p-policy__content {
    padding: min(6em, 11cqw) min(5em, 7cqw);
    line-height: 1.8;
  }
}

.p-policy__image--01 {
  z-index: -1;
}

@container inner (width > 860px) {
  .p-policy__image--01 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    grid-row: 2/4;
    grid-column: 5/-1;
    margin-right: calc(-10 * var(--vw));
    margin-left: -5%;
  }
}

@container inner (width <=860px) {
  .p-policy__image--01 {
    position: relative;
    grid-row: 1 / span 1;
    grid-column: 3/-1;
    max-height: 350px;
    margin-right: calc(50cqw - 50 * var(--vw));
    margin-left: -10%;
  }
}

.p-policy__image--01>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-policy__image--02 {
  position: relative;
  z-index: -2;
}

@container inner (width > 860px) {
  .p-policy__image--02 {
    grid-row: -3/-1;
    grid-column: 1/3;
    margin-top: -5%;
    margin-left: -30%;
  }
}

@container inner (width <=860px) {
  .p-policy__image--02 {
    grid-row: -2 / span 1;
    grid-column: 1/4;
    margin-right: 5%;
    margin-left: calc(50cqw - 50 * var(--vw));
  }
}

.p-policy__image--03 {
  position: relative;
  z-index: -3;
}

@container inner (width > 860px) {
  .p-policy__image--03 {
    grid-row: -3/-1;
    grid-column: 4/-2;
    margin-top: 20%;
    margin-right: -5%;
    margin-left: -25%;
  }
}

@container inner (width <=860px) {
  .p-policy__image--03 {
    grid-row: -2 / span 1;
    grid-column: 4/-1;
    margin-top: 30%;
    margin-right: calc(50cqw - 50 * var(--vw));
    margin-left: 10%;
  }
}

.p-policy__image--04 {
  position: absolute;
  z-index: -4;
}

.p-policy__image--04>img {
  opacity: 0.6;
}

@container inner (width > 860px) {
  .p-policy__image--04 {
    grid-row: -2 / span 1;
    grid-column: -2 / span 1;
    margin: -50% -90% 20% 50%;
  }
}

@container inner (width <=860px) {
  .p-policy__image--04 {
    inset: 0;
    grid-row: 2 / span 1;
    grid-column: 5/-1;
    margin-top: -20%;
    margin-right: -30px;
    margin-bottom: -15%;
  }

  .p-policy__image--04>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-policy__image--05 {
  position: absolute;
  inset: 0;
  z-index: -5;
  margin-left: calc(50cqw - 50 * var(--vw));
}

@container inner (width > 860px) {
  .p-policy__image--05 {
    grid-row: 3 / span 2;
    grid-column: 1 / span 4;
    margin-top: 3em;
  }
}

@container inner (width <=860px) {
  .p-policy__image--05 {
    grid-row: 4/-1;
    grid-column: 1/-1;
    margin-top: -5%;
    margin-right: calc(50cqw - 50 * var(--vw));
    margin-bottom: 18%;
  }
}

.p-policy__image--05>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.p-greeting {
  position: relative;
  z-index: 0;
  margin-top: clamp(140px, 32 * var(--vw), 180px);
}

.p-greeting__inner {
  position: relative;
  container: inner/inline-size;
}

.p-greeting__grid {
  position: relative;
  display: grid;
}

@container inner (width > 860px) {
  .p-greeting__grid {
    grid-template-areas: "portrait slogan heading""portrait main heading""footer footer ...";
    grid-template-columns: 0.6fr 1fr auto;
    column-gap: 6cqw;
  }
}

@container inner (width <=860px) {
  .p-greeting__grid {
    grid-template-areas: "portrait heading""slogan slogan""main main""footer footer";
    grid-template-columns: auto 1fr;
    column-gap: 5cqw;
  }
}

.p-greeting__bg {
  position: absolute;
  z-index: -1;
  display: block;
  max-width: unset;
  opacity: 0.25;
  object-fit: cover;
  object-position: right bottom;
}

@container inner (width > 860px) {
  .p-greeting__bg {
    bottom: 0;
    left: 0;
    width: calc(100% + 50 * var(--vw) - 50cqw);
    height: auto;
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 50%),
      linear-gradient(to right, #000, transparent 50%);
    mask-image: linear-gradient(to bottom, transparent, #000 50%),
      linear-gradient(to right, #000, transparent 50%);
    max-height: 50%;
  }
}

@container inner (width <=860px) {
  .p-greeting__bg {
    grid-row: 2 / span 2;
    grid-column: 1/-1;
    width: calc(100 * var(--vw));
    height: 65%;
    margin-left: calc(50cqw - 50 * var(--vw));
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 25%);
    mask-image: linear-gradient(to bottom, transparent, #000 25%);
  }
}

.p-greeting__heading {
  grid-area: heading;
  font-size: var(--font-size-xxxl);
  font-weight: bold;
  color: var(--color-heading);
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
}

@container inner (width <=860px) {
  .p-greeting__heading {
    display: flex;
    align-items: flex-end;
    max-width: 200px;
    margin-top: 1em;
    font-size: var(--font-size-xxl);
  }
}

.p-greeting__slogan {
  grid-area: slogan;
  margin-bottom: 1em;
  font-weight: bold;
  color: var(--color-heading);
  letter-spacing: 0.18em;
}

@container inner (width > 860px) {
  .p-greeting__slogan {
    margin-top: 3cqw;
    font-size: min(3.8rem, 5cqw);
  }
}

@container inner (width <=860px) {
  .p-greeting__slogan {
    padding-inline: 2.25cqw;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: min(3rem, 7cqw);
  }
}

.p-greeting__main {
  grid-area: main;
}

@container inner (width <=860px) {
  .p-greeting__main {
    padding-inline: 3cqw;
  }
}

.p-greeting__content {
  line-height: 2;
}

.p-greeting__sign {
  justify-content: flex-end;
  margin-top: 3em;
}

.p-greeting__portrait {
  grid-area: portrait;
  margin-left: calc(var(--container-padding) / -2);
}

@container inner (width > 860px) {
  .p-greeting__portrait {
    margin-top: 3cqw;
  }
}

@container inner (width <=860px) {
  .p-greeting__portrait {
    width: min(80cqw, 450px);
  }
}

.p-greeting__footer {
  position: relative;
  display: grid;
  grid-area: footer;
  grid-template-columns: 1fr auto;
  row-gap: 3em;
  column-gap: 5cqw;
  align-items: center;
  margin-top: 3em;
}

@container inner (width > 860px) {
  .p-greeting__footer {
    padding-right: 5cqw;
  }
}

@container inner (width <=860px) {
  .p-greeting__footer {
    grid-template-columns: 1fr;
  }
}

.p-greeting__career {
  container: career/inline-size;
  flex: 1;
  background-color: rgba(var(--color-primary-rgb), 15%);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: var(--radius-md);
}

.p-greeting__career__inner {
  padding: min(3em, 5cqw) min(3em, 7cqw);
}

.p-greeting__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* greeting start  */
.greeting {
  margin-top: 60px;
  margin-bottom: 133px;
}

.greeting-message {
  position: relative;
  z-index: 5;
  top: 91px;
  max-width: 900px;
}

.greet-mess-ttl {
  font-size: 5rem;
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #454a4d;
  margin-bottom: 50px;
}

.greet-mess-para {
  font-size: 2.4rem;
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.72px;
  margin-bottom: 54px;
  color: #454a4d;
  max-width: 900px;
}

.greeting-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 20px;
}

.greet-ttl-label {
  font-size: 4rem;
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #454a4d;
}

.greet-person-name {
  font-size: 5rem;
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #454a4d;
  padding-left: 30px;
}

.greeting-btn {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.greeting-btn:hover {
  background-color: #333;
  color: #fff;
}

.profile_box {
  position: absolute;
  bottom: -292px;
  /* right: 219px; */
  display: flex;
  gap: 20px;
  left: 198px;
}

.gre-pro {
  font-size: 3rem;
  font-family: var(--font-english);
  font-weight: 400;
  letter-spacing: 0.9px;
  color: #454a4d;
  margin-bottom: 10px;
  margin-top: -2px;
}

.gre-content {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
}

.greet_cont {
  width: 100%;
  max-width: 1940px;
  margin: 0 auto;
  padding: 0 20px 0 0;
}

.greet-yr-content {
  display: flex;
  justify-content: start;
  width: 350px;
  font-size: 1.8rem;
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.54px;
  color: #454a4d;
}

.greet-yr {
  width: 22%;
}

.greet_content_cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 0px;
  padding-bottom: 165px;
  z-index: 2;
  margin-top: -41px;
}

.greet_img_box {
  width: 100%;
  max-width: 910px;
  height: 563px;
  position: relative;
  z-index: 0;
}

.greet_img_box::before {
  content: "";
  position: absolute;
  top: -32%;
  left: 0;
  width: 85%;
  max-width: 775px;
  height: 225%;
  background: #ecf3fa;
  z-index: -1;
}

.greet_img_box-img {
  max-width: 959px;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 1400px) {
  .greet_content_cont {
    grid-template-columns: 910px 1fr;
    gap: 10px;
  }
}

@media screen and (min-width: 1900px) {
  .greet_content_cont {
    grid-template-columns: 910px 1fr;
    gap: 0px;
  }

  .cmn_ttl.clinic_ttl.top-greet {
    padding-right: 120px;
  }
}

@media screen and (max-width: 1499px) {
  .greet_content_cont {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-items: center;
  }

  .greeting {
    margin-bottom: 760px;
  }

  .greeting-message {
    position: relative;
    z-index: -1;
    top: 554px;
    margin: 0 auto;
    max-width: 900px;
  }

  .greet-mess-para {
    max-width: 100%;
    width: 100%;
    margin-bottom: 35px;
  }

  .cmn_ttl.clinic_ttl.top-greet {
    font-size: 16rem;
    text-align: center;
  }

  .top-greet-txt {
    text-align: center;
  }

  .greet_img_box-img {
    max-width: 959px;
    width: 100% !important;
  }

  .greet_img_box::before {
    height: 200% !important;
  }

  .greeting-message {
    top: 67%;
  }

  .greet_content_cont {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
  }

  .greet_img_box {
    top: 235px;
  }

  .feature-btn.gre-btn {
    margin: 0;
  }

  .greet-mess-ttl {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 960px) {
  .cmn_ttl.clinic_ttl.top-greet {
    font-size: 14rem;
  }

  .profile_box {
    left: 98px;
    bottom: -179px;
  }

  .greet_img_box::before {
    height: 188% !important;
  }

  .greeting-message {
    top: 62%;
  }
}

@media screen and (max-width: 768px) {
  .greet_img_box::before {
    height: 150% !important;
    top: -17%;
    width: 90%;
  }

  .profile_box {
    left: 0;
    top: 10px;
    padding-left: 30px;
    flex-direction: column;
    max-width: 297px;
    width: 100%;
    gap: 0px;
  }

  .greet-pro-start {
    position: relative;
  }

  .greet_content_cont {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -103px;
  }

  .cmn_ttl.clinic_ttl.top-greet {
    font-size: 4.5rem;
  }

  .greeting-message {
    top: 80%;
    padding-left: 20px;
  }

  .feature-btn {
    width: 225px;
  }

  .greeting-name {
    margin-top: 0px;
  }

  .greet-person-name {
    font-size: 3.5rem;
  }

  .greet-ttl-label {
    font-size: 3rem;
  }

  .greet-mess-para {
    margin-bottom: 15px;
  }

  .greet-mess-para {
    font-size: 1.8rem;
  }

  .greet-mess-ttl {
    font-size: 2.7rem;
  }

  .feature-btn.gre-btn {
    width: 225px;
  }

  .greeting {
    margin-top: 90px;
    margin-bottom: 550px;
  }
}

@media screen and (max-width: 674px) {
  .greet_img_box::before {
    height: 130% !important;
    top: -10%;
  }

  .greet_img_box {
    top: 154px;
    /* margin-bottom: 90px; */
  }

  .greeting-message {
    top: 46%;
  }

  .greeting {
    margin-bottom: 361px;
  }
}

@media screen and (max-width: 577px) {
  .greet_img_box::before {
    height: 120% !important;
  }

  .greeting-message {
    top: 35%;
  }

  .greeting {
    margin-bottom: 300px;
  }
}

@media screen and (max-width: 520px) {
  .greet_img_box::before {
    height: 113% !important;
  }

  .greeting-message {
    top: 28%;
  }
}

@media screen and (max-width: 425px) {
  .greet_img_box::before {
    height: 95% !important;
  }

  .profile_box {
    padding-left: 10px;
  }

  .greet-yr-content {
    width: 100%;
    font-size: 1.4rem;
  }

  .gre-pro {
    font-size: 2.5rem;
  }

  .greet_img_box {
    margin-bottom: 100px;
  }

  .greeting-message {
    top: 0%;
    margin-top: 48px;
    padding-left: 10px;
  }

  .greeting {
    margin-bottom: 120px;
  }

  .greet-mess-para {
    font-size: 1.6rem;
  }

  .greet-mess-ttl {
    font-size: 2.5rem;
  }

  .greet-person-name {
    font-size: 3rem;
  }

  .greet-ttl-label {
    font-size: 2rem;
  }

  .greet_cont {
    padding: 0 10px 0 0;
  }
}

@media screen and (max-width: 324px) {
  .greet_img_box::before {
    height: 85% !important;
  }

  .greeting-message {
    top: 0%;
    margin-top: 0px;

  }

  .greeting {
    margin-bottom: 112px;
  }

  .greet_img_box {
    margin-bottom: 80px;
  }
}

/* greeting end */
.p-features-section {
  position: relative;
  z-index: 0;
  margin-top: var(--section-gap-lg);
}

.p-features-section__bg {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0.43;
}

.p-features-section__bg>video,
.p-features-section__bg>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 135vh;
  height: 100%;
  object-fit: fill;
}

.p-features-section__inner {
  padding-top: var(--section-gap-sm);
  padding-bottom: var(--section-gap-xl);
  margin-top: -100vh;
}

.p-features-section__heading {
  margin-bottom: 1.5em;
  font-size: min(4rem, 7.5cqw);
  font-weight: bold;
  color: var(--color-heading);
  letter-spacing: 0.2em;
}

.p-features-section__main {
  container-type: inline-size;
}

.p-features-section__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(var(--section-gap-lg), 22 * var(--vw));
  counter-reset: features;
}

.p-feature {
  --column-gap: 4.5cqw;
  --image-max-size: 500px;
  display: grid;
  column-gap: var(--column-gap);
}

@container (width > 820px) {
  .p-feature {
    grid-template-columns: 1fr 1fr;
  }

  .p-feature:is(:nth-child(odd)) {
    grid-template-areas: "image main";
  }

  .p-feature:is(:nth-child(even)) {
    grid-template-areas: "main image";
  }
}

@container (width <=820px) {
  .p-feature {
    grid-template-areas: "image""main";
    grid-template-columns: 1fr;
  }
}

.p-feature__main {
  position: relative;
  z-index: 1;
  grid-area: main;
}

.p-feature__header {
  font-weight: bold;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

@container (width > 820px) {
  .p-feature__header {
    margin-bottom: 0.85em;
    font-size: min(6rem, 5.75cqw);
    line-height: 1.5;
  }

  .p-feature__header:is(.p-feature:nth-child(odd) *) {
    margin-left: calc((var(--column-gap) + 0.35em) * -1);
  }

  .p-feature__header:is(.p-feature:nth-child(even) *) {
    --gap: 50cqw - (var(--column-gap) / 2) - 3.15em;
    width: 100%;
    margin-right: calc(var(--gap) * -1);
    margin-left: calc(var(--gap) * 1);
  }
}

@container (width <=820px) {
  .p-feature__header {
    max-width: var(--image-max-size);
    padding-inline: 0.35em;
    margin-inline: auto;
    margin-top: -0.85em;
    margin-bottom: 0.75em;
    font-size: min(4rem, 10cqw);
    line-height: 1.45;
  }
}

.p-feature__number {
  letter-spacing: 0.18em;
  counter-increment: features;
}

.p-feature__number::before {
  content: "#";
}

.p-feature__number::after {
  color: var(--color-primary);
  content: counter(features, decimal-leading-zero);
}

.p-feature__heading {
  color: var(--color-heading);
  letter-spacing: 0.15em;
}

.p-feature__content {
  line-height: 2;
}

.p-feature__buttons {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-end;
  margin-top: 2.5em;
}

.p-feature__image {
  position: relative;
  z-index: 0;
  grid-area: image;
  overflow: hidden;
  border-radius: var(--radius-md);
}

@container (width > 820px) {
  .p-feature__image:is(.p-feature:nth-child(odd) > *) {
    margin-left: calc(var(--container-padding) / -2);
  }

  .p-feature__image:is(.p-feature:nth-child(even) > *) {
    margin-right: calc(var(--container-padding) / -2);
  }
}

@container (width <=820px) {
  .p-feature__image {
    max-width: var(--image-max-size);
    margin-inline: auto;
  }
}

.p-services-section {
  position: relative;
  z-index: 0;
  margin-top: var(--section-gap);
}

.p-services-section__inner {
  position: relative;
  container: inner/inline-size;
}

.p-services-section__grid {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: min(80px, 10cqw);
  column-gap: 5.75cqw;
}

@container (width > 620px) {
  .p-services-section__grid {
    grid-template-areas: "heading main""... buttons";
  }
}

@container (width <=620px) {
  .p-services-section__grid {
    grid-template-areas: "heading main""buttons buttons";
  }
}

.p-services-section__heading {
  grid-area: heading;
  font-size: min(4rem, 7cqw);
  font-weight: bold;
  color: var(--color-heading);
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
}

.p-services-section__main {
  container: main/inline-size;
  grid-area: main;
  margin-top: min(4em, 7cqw);
}

.p-services-section__list {
  --column-count: 4;
  display: grid;
  grid-template-columns: repeat(var(--column-count), 1fr);
}

@container main (width <=800px) {
  .p-services-section__list {
    --column-count: 3;
  }
}

@container main (width <=600px) {
  .p-services-section__list {
    --column-count: 2;
  }
}

.p-services-section__list__item {
  position: relative;
  z-index: 0;
  height: calc(100cqw / var(--column-count));
  container: service/inline-size;
}

.p-services-section__buttons {
  display: flex;
  flex-direction: column;
  grid-area: buttons;
  gap: 2em;
  align-items: center;
}

.p-service {
  position: relative;
  display: grid;
  grid-template-areas: "name""list";
  grid-template-rows: auto 1fr;
  width: 100%;
  height: 100%;
  padding: 7cqw;
  color: var(--color-text-contrast);
  transition: color 0.15s, text-shadow 0.1s;
}

.p-service::before,
.p-service::after {
  position: absolute;
  inset: 0;
  content: "";
  transition: all 0.23s;
}

.p-service::before {
  z-index: -2;
  background-color: #000;
  opacity: 0.3;
}

.p-service::after {
  z-index: -1;
  background-color: var(--color-primary);
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.p-service:hover {
  color: var(--color-heading);
  text-shadow: 0 0 1px #fff, 0 0 1.5px #fff, 0 0 2px #fff, 0 0 2px #fff,
    0 0 8px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.p-service:hover::before {
  opacity: 0;
}

.p-service:hover::after {
  opacity: 0;
}

.p-service__name {
  grid-area: name;
  font-size: min(2.5rem, 11cqw);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.p-service__list {
  grid-area: list;
  align-self: flex-end;
  font-size: min(1.5rem, 7cqw);
  line-height: 1.4;
}

.p-service__list__item:nth-child(n + 2) {
  margin-top: 0.25em;
}

.p-service__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-facilities {
  position: relative;
  z-index: 0;
  margin-top: var(--section-gap-xl);
}

.p-facilities__inner {
  position: relative;
  container: inner/inline-size;
}

.p-facilities__grid {
  position: relative;
  display: grid;
  grid-template-areas: "slogan heading""main main""buttons buttons";
  grid-template-columns: 1fr auto;
  column-gap: 10cqw;
}

.p-facilities__slogan {
  grid-area: slogan;
  margin-bottom: 1em;
  font-size: min(var(--font-size-xxxl), 5.75cqw);
  line-height: 1.4;
  color: var(--color-heading);
  letter-spacing: 0.2em;
}

@container (width <=600px) {
  .p-facilities__slogan {
    margin-left: 1em;
  }
}

.p-facilities__slogan>b {
  display: block;
  margin-top: 0.15em;
  font-size: 1.5em;
  font-weight: bold;
}

@container (width <=600px) {
  .p-facilities__slogan>b {
    font-size: 1.35em;
  }
}

.p-facilities__heading {
  grid-area: heading;
  font-size: min(3.4rem, 8cqw);
  font-weight: bold;
  color: var(--color-heading);
  letter-spacing: 0.35em;
  writing-mode: vertical-rl;
}

@container (width <=600px) {
  .p-facilities__heading {
    margin-top: 12cqw;
  }
}

.p-facilities__main {
  position: relative;
  z-index: -1;
  grid-area: main;
  margin-inline: calc(50% - 50 * var(--vw));
  margin-top: -2cqw;
}

@container (width <=600px) {
  .p-facilities__main {
    margin-top: -36px;
  }
}

.p-facilities__list {
  --slides-per-view: 3.75;
  --slide-gap: 24px;
}

@media (max-width: 768px) {
  .p-facilities__list {
    --slides-per-view: 2.75;
    --slide-gap: 18px;
  }
}

@media (max-width: 525px) {
  .p-facilities__list {
    --slides-per-view: 1.7;
    --slide-gap: 16px;
  }
}

.p-facilities__list.swiper-wrapper {
  transition-timing-function: linear;
}

.p-facilities__item {
  width: calc(100 * var(--vw) / var(--slides-per-view));
  padding-inline: calc(var(--slide-gap) / 2);
}

.p-facilities__image {
  display: block;
  /* aspect-ratio: 1/1; */
  pointer-events: none;
  object-fit: cover;
}

.p-facilities__buttons {
  display: flex;
  flex-wrap: wrap;
  grid-area: buttons;
  gap: 1.5em 3em;
  justify-content: center;
  margin-top: min(60px, 30 * var(--vw));
}

.p-calendar {
  margin-top: var(--section-gap);
}

.p-calendar__inner {
  container-type: inline-size;
}

.p-calendar__heading {
  margin-bottom: 1em;
  font-size: var(--font-size-xxl);
  font-weight: bold;
  color: var(--color-heading);
  text-align: center;
}

.p-calendar__list {
  --column-count: 2;
  --column-gap: 3cqw;
  --row-gap: max(5cqw, 32px);
  display: flex;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
  justify-content: center;
}

@container (width < 760px) {
  .p-calendar__list {
    --column-count: 1;
  }
}

.p-calendar__item {
  position: relative;
  width: calc((100% - var(--column-gap) * (var(--column-count) - 1)) / var(--column-count));
  max-width: 700px;
  min-height: 420px;
  aspect-ratio: 1/0.78;
}

@container (width < 760px) {
  .p-calendar__item:nth-child(n + 2) {
    display: none;
  }
}

.p-calendar__item>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-calendar__button {
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
}

.top-news-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* opening start */
.open-bg {
  background: url(../../images/top/open_bg.jpg) no-repeat center;
  padding: 140px 0 100px 0;
  background-size: cover;
  margin: 69px 0 155px 0;
}

.open-wrap {
  max-width: 1520px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 29px;
  flex-wrap: wrap;
}

.inner-open {
  max-width: 789px;
  width: 100%;
}

.open-eng-ttl {
  font-family: var(--font-english);
  font-size: 10rem;
  font-weight: var(--font-weight-regular);
  color: #454a4d;
  line-height: 0.6;
  margin-bottom: 18px;
}

.open-eng-text,
.open-ttl,
.open-text {
  font-family: var(--font-base);
  font-weight: var(--font-weight-regular);
  color: #454a4d;
}

.open-eng-text {
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
}

.open-text {
  font-size: 2.4rem;
  letter-spacing: 0;
}

.open-ttl span {
  font-size: 7rem;
  letter-spacing: 3.5px;
}

.open-ttl {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 32px;
}


@media screen and (max-width: 1301px) {
  .open-wrap {
    justify-content: center;
    align-items: center;
  }

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

  .open-ttl {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .open-ttl {
    font-size: 3rem;
    line-height: 1.5;
  }

  .open-ttl span {
    font-size: 4.5rem;
  }

  .open-text {
    font-size: 1.6rem;
  }

  .open-eng-text {
    font-size: 2rem;
  }

  .open-eng-ttl {
    font-size: 6.5rem;
  }

  .open-bg {
    margin: 80px 0;
  }
}

/* opening end */

/* news start */

.new-section {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto 80px auto;
}

.new-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 99px;
  gap: 20px;
}

.info-h3 {
  font-family: var(--font-english);
  font-size: 4.5rem;
  font-weight: var(--font-weight-regular);
  line-height: 1;
}

.info-date,
.info-text,
.info-h3,
.info-httl {
  color: #454a4d;
}

.info-date {
  font-size: 2rem;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-base);
  line-height: 1;
}

.info-httl {
  margin: 19px 0 53px 0;
  font-size: 2rem;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-base);
  line-height: 1;
}

.info-text {
  font-size: 1.8rem;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-base);
  margin: 20px 0;
  line-height: 1.7;
  letter-spacing: 2.5px;
}

.info-ttl,
.col-text {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: var(--font-base);
  margin-top: 15px;
  line-height: 1;
  letter-spacing: 0;
}

.col-text {
  color: #b59976;
}

.inner-info {
  padding-left: 20px;
}

.inner-col {
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-right: 15px;
}

.col-btn {
  display: block;
  width: 130px;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-english);
  border: 1px solid #454a4d;
  border-radius: 100vmax;
  text-align: center;
  transition: all 0.3s;
}

.col-scroll,
.info-scroll {
  max-width: 530px;
  width: 100%;
}

.col-ul li {
  margin-bottom: 30px;
  border-bottom: 2px solid #f6f6f6;
  padding: 0 20px 30px 20px;
}

.info-ul li {
  margin-bottom: 40px;
  border-bottom: 2px solid #f6f6f6;
  padding: 0 20px 30px 20px;
}

.new-calendar {
  gap: 26px;
}

.cal-wrap {
  margin-top: 65px;
}

.cal-wrap2 {
  width: 60%;
  margin: auto;
}

@media screen and (max-width: 768px) {

.cal-wrap2 {
  width: 100%;
  margin: auto;
}

}

.gg-btn {
  font-size: 2rem;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-base);
  display: block;
  width: 270px;
  padding: 15px;
  border: 1px solid #454a4d;
  border-radius: 100vmax;
  text-align: center;
  margin: 40px auto 0 auto;
  transition: all 0.3s;
}

/* scroll start */
.info-ul,
.col-ul {
  overflow-y: scroll;
  height: 490px;
  padding-right: 15px;
}

::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #ffff;
}

::-webkit-scrollbar-thumb {
  background: #454a4d;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .new-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .col-scroll,
  .info-scroll {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .info-h3 {
    font-size: 3rem;
  }

  .inner-col {
    flex-direction: column;
  }

  .col-httl {
    margin-bottom: 0;
  }

  .col-btn {
    margin-bottom: 40px;
  }

  .new-wrapper {
    padding: 0;
    margin-top: 50px;
  }

  .new-calendar {
    --column-gap: 0;
    --row-gap: 0;
  }

  .info-ul,
  .col-ul {
    padding-right: 10px;
  }

  .info-ul li,
  .col-ul li {
    padding: 0 5px 30px 15px;
  }

  .info-text {
    letter-spacing: 2px;
  }
}

/* news end */

/* philosophy start */
.philo-h2 {
  text-align: center;
}

.p-philo-section {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.p-philosophy {
  background: url(../../images/top/philo_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 239px;
}

.philo-container {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  grid-template-columns: 1fr 1.4fr 1fr;
  margin-top: 105px;
}

.left-img {
  max-width: 440px;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  top: -60px;
}

.right-img {
  max-width: 530px;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  bottom: -170px;
}

.philo-content {
  text-align: left;
  max-width: 755px;
  width: 100%;
}

.philo-title {
  font-size: 6rem;
  color: #454a4d;
  margin-bottom: 70px;
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
}

.philo-text p {
  font-size: 2.8rem;
  color: #454a4d;
  line-height: 2.5;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0;
}

.philo-bottom {
  text-align: left;
  margin-top: 70px;
  padding-left: 50px;
}

.bottom-img {
  max-width: 610px;
  width: 100%;
}

.philo-right {
  margin-left: auto;
}

@media (max-width: 1300px) {
  .philo-title {
    font-size: 4rem;
  }

  .philo-text p {
    font-size: 1.8rem;
  }

  .philo-h2 {
    font-size: 11rem;
  }
}

@media (max-width: 1024px) {
  .philo-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .p-philo-section {
    padding: 0 20px;
  }

  .philo-h2 {
    font-size: 10rem;
  }

  .left-img,
  .right-img {
    max-width: 455px;
    width: 100%;
    top: 0px;
    height: 300px;
    display: flex;
    margin: 0 auto;
  }

  .philo-content {
    max-width: 100%;
    text-align: center;
  }

  .right-img {
    bottom: 0;
  }

  .philo-right {
    margin-left: 0;
  }

  .philo-title {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .philo-h2 {
    font-size: 4.5rem;
  }

  .philo-title {
    font-size: 3rem;
    margin-bottom: 40px;
    text-align: left;
  }

  .philo-text p {
    text-align: left;
  }

  .br-only-pc {
    display: none;
  }

  .philo-container {
    margin-top: 50px;
  }

  .p-philosophy {
    padding-top: 100px;
  }
}

/* philosophy end */

/* feature above start */

.fabove-h3 {
  font-family: var(--font-english);
  font-size: 20rem;
  font-weight: var(--font-weight-regular);
  color: #c9dbef;
  line-height: 0;
  position: relative;
  bottom: 63px;
  padding: 0 20px 0 10px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.4;
}

@media screen and (max-width: 1645px) {
  .fabove-h3 {
    font-size: 12rem;
    bottom: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .fabove-h3 {
    font-size: 9rem;
    bottom: 28px;
  }
}

@media screen and (max-width: 768px) {
  .fabove-h3 {
    font-size: 6rem;
    bottom: 18px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 515px) {
  .fabove-h3 {
    font-size: 4.2rem;
    bottom: 13px;
  }
}

@media screen and (max-width: 372px) {
  .fabove-h3 {
    font-size: 3.5rem;
    bottom: 10px;
  }
}

/* feature above end */

/* feature start */
.features-section {
  counter-reset: feature-counter;
  max-width: 1920px;
  width: 100%;
  overflow: hidden;

  margin: 0 auto;
}

.top-features {
  background: url(../../images/top/feature_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 180px 0 127px 0;
}

.feature-ttl {
  font-family: var(--font-base);
  font-size: 5rem;
  font-weight: var(--font-weight-regular);
  color: #454a4d;
  counter-increment: feature-counter;
  position: relative;
  line-height: 1.5;
}

.feature-wrapper:nth-of-type(odd) .feature-ttl::before,
.feature-wrapper:nth-of-type(even) .feature-ttl::before {
  content: counter(feature-counter, decimal-leading-zero);
  position: absolute;
  top: 0px;
  font-size: 5rem;
  color: #454a4d;
  letter-spacing: 10px;
  transition: transform 0.3s;
}

.feature-wrapper:nth-of-type(odd) .feature-ttl::before {
  left: -174px;
}

.feature-wrapper:nth-of-type(even) .feature-ttl::before {
  right: -174px;
}

.feature-wrapper {
  display: flex;
  gap: 100px;
  position: relative;
  margin-bottom: 80px;
}

.feature-wrapper::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #454a4d;
  position: absolute;
  top: 35px;
}

.feature-text {
  font-family: var(--font-base);
  font-size: 2rem;
  font-weight: var(--font-weight-regular);
  line-height: 2;
  color: #454a4d;
  margin: 40px 0 55px 0;
  letter-spacing: 0;
}

.feature-btn {
  font-family: var(--font-button);
  font-size: 2rem;
  width: 275px;
  display: flex;
  padding: 20px;
  color: #454a4d;
  border-radius: 100vmax;
  border: 1px solid #454a4d;
  font-weight: var(--font-weight-regular);
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.fbtn-group {
  display: flex;
  gap: 30px;
}

.feature-image {
  width: calc(100% - 1010px);
}

.feature-inner {
  max-width: 910px;
  width: 100%;
  padding-left: 280px;
}

.feature-wrapper:nth-of-type(odd) .feature-inner {
  padding-left: 286px;
  padding-right: 0;
}

.feature-wrapper:nth-of-type(even) .feature-inner {
  padding-left: 0;
  padding-right: 273px;
}

.feature-wrapper:nth-of-type(even) {
  flex-direction: row-reverse;
}

.features-section .feature-wrapper:last-child {
  margin-bottom: 0;
}

.feature-h2 {
  margin-bottom: 180px;
  padding: 0 20px 0 50px;
}

@media screen and (max-width: 1500px) {
  .feature-wrapper:nth-of-type(odd) .feature-ttl::before {
    top: -68px;
    left: 90px;
  }

  .feature-wrapper:nth-of-type(even) .feature-ttl::before {
    right: 90px;
    top: -68px;
  }

  .feature-wrapper::after {
    top: -28px;
  }

  .feature-inner {
    max-width: 700px;
    width: 100%;
    padding: 0 20px;
  }

  .feature-wrapper:nth-of-type(odd) .feature-inner {
    padding-left: 20px;
    padding-right: 0;
  }

  .feature-wrapper:nth-of-type(even) .feature-inner {
    padding-left: 0;
    padding-right: 20px;
  }

  .feature-wrapper {
    gap: 50px;
  }

  .feature-image {
    width: calc(100% - 750px);
  }
}

@media screen and (max-width: 1300px) {
  .feature-h2 {
    /* font-size: 11rem; */
    margin-bottom: 120px;
    padding-left: 20px;
  }

  .feature-wrapper:nth-of-type(even),
  .feature-wrapper:nth-of-type(odd) {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 140px;
  }

  .feature-wrapper:nth-of-type(odd)::after {
    left: 0;
    right: auto;
  }

  .feature-wrapper:nth-of-type(even)::after {
    right: 0;
    left: auto;
    top: -28px;
  }

  .feature-image {
    width: 100%;
  }

  .feature-image img {
    margin: 0 auto;
    display: flex;
    padding: 0 20px;
  }

  .feature-wrapper:nth-of-type(even) .feature-inner,
  .feature-wrapper:nth-of-type(odd) .feature-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .feature-wrapper:nth-of-type(even) .feature-ttl::before {
    right: 90px;
    left: auto;
    top: -68px;
  }

  .feature-btn {
    display: flex;
    margin: 0 auto;
  }
}

.feature-mv img {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .feature-h2 {
    /* font-size: 5.8rem; */
    margin-bottom: 60px;
  }

  .feature-wrapper:nth-of-type(even),
  .feature-wrapper:nth-of-type(odd) {
    gap: 80px;
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }

  .feature-ttl {
    font-size: 2.7rem;
  }

  .feature-text {
    font-size: 1.6rem;
    margin: 30px 0 30px 0;
  }

  .feature-btn {
    font-size: 1.6rem;
  }

  .fbtn-group {
    gap: 10px;
  }

  .top-features {
    padding: 90px 0 60px 0;
  }

  /* issue start */

  .feature-wrapper:nth-of-type(odd)::after {
    display: none;
  }

  .feature-wrapper:nth-of-type(even)::after {
    display: none;
  }

  .feature-ttl::after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #454a4d;
    position: absolute;
    top: -27px;
  }

  .feature-wrapper:nth-of-type(odd) .feature-ttl::after {
    left: 0px;
  }

  .feature-wrapper:nth-of-type(even) .feature-ttl::after {
    right: 0px;
  }
}

@media screen and (max-width: 380px) {
  .fbtn-group {
    flex-direction: column;
  }
}

/* feature end */
/* service start */
.service-wrap-sec {
  margin-top: 167px;
}

.service-container {
  max-width: 1845px;
  padding: 0 50px;
  margin: 0 auto;
}

.cmn_ttl.txt_center {
  text-align: center;
}

.medical-info {
  display: block;
  font-family: var(--font-base);
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 77px;
  margin-top: 38px;
}

.service-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.tooth-box {
  width: 100%;
  max-width: 272px;
  /* height: 245px; */
  height: auto;
  min-height: 245px;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #b2b2b2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 15px 25px;
}

.tooth-box:hover {
  background-color: #f2f6fa;
}

.tooth-box-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 15px;
}

.tooth-box-text {
  font-family: var(--font-base);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  min-height: 3em;
}

.clinic-info {
  margin: 60px auto 0;
}

@media screen and (min-width: 1440px) {
  .tooth-box {
    flex: 1 1 calc(16.66% - 30px);
  }
}

@media screen and (max-width: 1439px) and (min-width: 1025px) {
  .tooth-box {
    flex: 1 1 calc(20% - 30px);
    min-width: 250px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .tooth-box {
    flex: 1 1 calc(25% - 30px);
    min-width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .service-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .service-wrap .tooth-box:last-child {
    grid-column: 2;
  }
}

@media screen and (max-width: 800px) {
  /* .tooth-box {
    flex: 1 1 calc(33.33% - 30px);
    height: 240px;
  } */

  .tooth-box-img {
    width: 40px;
    height: 40px;
  }

  .tooth-box-text {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service-container {
    padding: 0 10px;
  }

  .service-wrap {
    gap: 10px;
  }

  .medical-info {
    margin-bottom: 18px;
    margin-top: 18px;
    font-size: 2.2rem;
  }

  .feature-btn.clinic-info {
    font-size: 1.6rem;
    width: 225px;
  }

  .clinic-info {
    margin: 30px auto 0;
  }

  .service-wrap-sec {
    margin-top: 90px;
  }
}

@media screen and (max-width: 480px) {
  .tooth-box {
    /* max-width: 100px; */
    /* flex: 1 1 calc(33.33% - 20px); */
    height: 120px;
    padding: 10px;
    min-height: 80px;
    gap: 10px;

  }

  .tooth-box-text {
    font-size: 1.2rem;
  }

  .service-wrap {
    gap: 8px;
  }

  .tooth-box-img {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 320px) {

  .tooth-box-text {
    font-size: 1rem;
  }
}

/* service end */

/* facilities start */
.top-facilities {
  margin-top: 167px;
  margin-bottom: 163px;
}

.facilities-section {
  text-align: center;
  background-color: #fff;
  padding: 80px 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  overflow: hidden;
}

.p-facilities-subttl {
  font-family: var(--font-base);
  font-size: 3rem;
  font-weight: 400;
  padding-top: 56px;
}

.facilities-desc {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.8;
}

.facilities-swiper {
  margin: 0 auto 60px;
  position: relative;
}

.p-facilities__main {
  position: relative;
  z-index: 0;
  margin-top: 2rem;
  overflow: hidden;
}

.p-facilities__slider {
  width: 100%;
}

.p-facilities-header {
  max-width: 1845px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.p-facilities__list {
  display: flex;
  align-items: center;
}

.facil-hos-intro-wrap {
  display: flex;
  flex-direction: column;
}

.p-facilities-desc {
  font-family: var(--font-base);
  font-size: 5rem;
  font-weight: 400;
  color: rgb(69, 74, 77);
  line-height: 1.5;
}

.p-facilities__subitem {
  flex: 0 0 auto;
  width: 503px;
  height: 640px;
  margin-right: 40px;
  overflow: hidden;
  position: relative;
  background: #f2f2f2;
}

.p-facilities__subitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.facilities-button-wrap {
  max-width: 720px;
  padding: 0 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 68px auto 0;
}

@media (max-width: 1200px) {
  .p-facilities-header {
    padding: 0 20px;
  }

  .p-facilities-desc {
    font-size: 4.8rem;
  }
}

@media (max-width: 768px) {
  .p-facilities__subitem {
    width: 420px;
    height: 540px;
    margin-right: 18px;
  }

  .top-facilities {
    margin-top: 107px;
    margin-bottom: 100px;
  }

  .facilities-button-wrap .feature-btn {
    width: 225px;
  }

  .facilities-button-wrap {
    margin: 30px auto 0;
  }

  .p-facilities-header {
    gap: 15px;
  }

  .p-facilities-desc {
    font-size: 2.2rem;
  }

  .p-facilities-subttl {
    font-size: 2rem;
    padding-top: 22px;
  }
}

@media (max-width: 525px) {
  .p-facilities__subitem {
    width: 260px;
    height: 330px;
    margin-right: 10px;
  }

  .top-facilities {
    margin-top: 67px;
    margin-bottom: 100px;
  }
}

/* facilities end */

/* top mv start */
.t-mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.t-mv .tmv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.mv-text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 2;
  color: #fff;
  text-align: right;
  pointer-events: none;
}

.mv-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 110px 115px 50px;
}

.mv-text-h3 {
  font-size: 3.8rem;
  font-family: var(--font-base);
  font-weight: var(--font-weight-regular);
}

.mv-text-p {
  font-size: 13rem;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-english);
  line-height: 1;
  letter-spacing: 3.9px;
  padding: 0 20px;
}

@media (max-width: 1500px) {
  .mv-text-p {
    font-size: 8rem;
  }
}

@media (max-width: 1024px) {
  .mv-text-p {
    font-size: 6rem;
  }

  .mv-text-h3 {
    font-size: 2rem;
  }

  .mv-container {
    padding: 0 60px 60px 20px;
  }
}

@media (max-width: 768px) {
  .mv-text-p {
    font-size: 5.5rem;
    padding: 10px;
  }

  .mv-text-h3 {
    font-size: 2.6rem;
  }

  .mv-container {
    padding: 0 20px 90px 0px;
  }
}

@media (max-width: 600px) {
  .mv-text-p {
    font-size: 4rem;
    padding: 0;
  }

  .mv-text-h3 {
    font-size: 2rem;
  }
}

@media (max-width: 450px) {
  .mv-text-p {
    font-size: 2.8rem;
    padding: 0;
  }

  .mv-text-h3 {
    font-size: 1.6rem;
  }

  .mv-container {
    padding: 0 0px 90px 0px;
  }
}

/* top mv end */

/* header css */
.l-header {
  position: fixed;
}

.l-header_flex {
  color: #ffffff;
}

.l-header__lead, .name-ph_flex .tel__link {
  color: #ffffff;
}

.l-header_flex .black {
  display: none;
}

.l-header_flex .white {
  display: block;
}

.l-header.is-scrolled .l-header_flex .black,
.l-header.is-open .l-header_flex .black {
  display: block;
}

.l-header.is-scrolled .l-header_flex .white,
.l-header.is-open .l-header_flex .white {
  display: none;
}

.l-header button span {
  background: #ffffff;
}

.is-open .l-header_flex {
  color: #333333;
}

@media (max-width: 1080px) {
  .l-header {
    position: sticky;
  }

  .l-header_flex .white {
    display: none;
  }

  .l-header_flex .black {
    display: block;
  }

  .l-header button span {
    background: #333333
  }
}

.gree_rt {
  font-size: 1.7rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .gree_rt {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .to_center {
    margin: 0 auto;
  }

  .philo-content {
    text-align: left;
  }

  .feature-btn.gre-btn.to_center {
    margin: 0 auto;
  }

  .greeting-name.flex_end {
    justify-content: flex-end;
  }

  .l-header_flex {
    padding: 20px 0;
    gap: 15px;
  }

  .nap_txt {
    font-size: 16px;
  }
}

.top-blog-post li a:hover{
  opacity: 0.7;
}