@charset "UTF-8";
.p-mv-section {
  overflow: hidden;
  isolation: isolate;
  position: relative;
  aspect-ratio: 1920/1080;
}
.p-mv-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(142, 130, 114, 0.19);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}

.p-mv-section__inner {
  display: grid;
  height: 100%;
}

.p-mv-section__catch {
  position: relative;
  z-index: 1;
  display: flex;
  grid-column: 1/1;
  align-items: center;
  grid-row: 1/1;
}

.p-mv-section__visual {
  position: relative;
  z-index: -1;
  grid-column: 1/1;
  margin-left: auto;
  grid-row: 1/1;
  width: 100%;
}

@media (max-width: 768px) {
  .p-mv-section {
    aspect-ratio: 1/1.5;
  }
  .p-mv-section__visual {
    height: 100%;
  }
}
.p-catch {
  width: 100%;
  overflow: visible;
  margin: auto 0 4.4vw 4.4vw;
}

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

.p-catch__item__inner {
  position: relative;
  display: flex;
}

.p-catch__image {
  width: 100%;
  max-width: 13.5em;
  filter: var(--drop-shadow);
}

.p-catch__text {
  color: var(--color-white);
  font-family: var(--font-serif);
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.075em;
}
.p-catch__text b {
  font-size: 4.9vw;
  font-family: var(--font-eb-garamond);
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
}
.p-catch__text span {
  font-size: 2.4vw;
  display: block;
  margin-top: 1vw;
}
.p-catch__text small {
  font-size: 1.3vw;
  display: block;
  margin-top: 1.6vw;
}

.p-visual {
  width: 100%;
  height: 100%;
}

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

.p-visual__item {
  overflow: hidden;
}

.p-visual__item__inner {
  width: 100%;
  height: 100%;
}

.p-visual__picture {
  display: block;
  width: 100%;
  height: 100%;
}

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

.p-mv-section__info {
  color: var(--color-white);
  font-size: 1vw;
  width: 26.7vw;
  text-shadow: 0 0 10px #7a7432, 0 0 10px #7a7432;
  position: absolute;
  right: 6.4vw;
  bottom: 2.1vw;
}
.p-mv-section__info .p-tel {
  font-size: 3.6vw;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.p-mv-section__info .p-tel .c-icon__tel {
  width: 2vw;
}
.p-mv-section__info .l-schedule__note {
  font-size: 0.8vw;
}

.p-mv-section__features {
  position: absolute;
  left: 30.9vw;
  bottom: 6.3vw;
}
.p-mv-section__features .p-feature {
  display: inline;
}
.p-mv-section__features .p-feature__list {
  display: flex;
  gap: 0.8vw;
}
.p-mv-section__features .p-feature__item {
  color: var(--color-white);
  font-size: 1vw;
  line-height: 1.4;
  text-align: center;
  width: 8.6vw;
  height: 8.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-mv-section__features .p-feature__item::before, .p-mv-section__features .p-feature__item::after {
  content: "";
  position: absolute;
}
.p-mv-section__features .p-feature__item::before {
  width: 100%;
  height: 100%;
  background: #b5966d;
  mix-blend-mode: multiply;
  border-radius: 50%;
}
.p-mv-section__features .p-feature__item::after {
  width: 2.4vw;
  height: 1.3vw;
  background: url(../../images/deco_01.svg);
  background-size: 100% 100%;
  bottom: 1vw;
  left: calc(50% - 1.2vw);
}
.p-mv-section__features .p-feature__item span {
  z-index: 1;
}
.p-mv-section__features .p-feature__item:last-child span {
  padding-bottom: 1vw;
}

.p-mv-section__scroll {
  color: var(--color-white);
  font-size: 1.1vw;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2em;
  line-height: 1;
  text-shadow: 0 0 10px #7a7432, 0 0 10px #7a7432;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 1.9vw;
  left: 0;
}
.p-mv-section__scroll .p-scroll {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.p-mv-section__scroll .p-scroll span {
  position: relative;
  width: 1.7vw;
  height: 0.6vw;
}
.p-mv-section__scroll .p-scroll span:first-child {
  margin-top: 1vw;
}
.p-mv-section__scroll .p-scroll span:nth-child(2) {
  bottom: 0.2vw;
}
.p-mv-section__scroll .p-scroll span::before, .p-mv-section__scroll .p-scroll span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.05vw);
  width: 0.1vw;
  height: 1vw;
  border-radius: 9999px;
  background-color: var(--color-white);
  transform-origin: 50% calc(100% - 0.1vw);
}
.p-mv-section__scroll .p-scroll span::before {
  transform: rotate(63.45deg);
}
.p-mv-section__scroll .p-scroll span::after {
  transform: rotate(-63.45deg);
}

@media (max-width: 768px) {
  .p-catch {
    margin: auto 0 14vw 4vw;
  }
  .p-catch__text b {
    font-size: 9.4vw;
  }
  .p-catch__text span {
    font-size: 4.6vw;
  }
  .p-catch__text small {
    font-size: 2.4vw;
  }
  .p-mv-section__info {
    display: none;
  }
  .p-mv-section__features {
    left: auto;
    right: 4vw;
    bottom: 20vw;
  }
  .p-mv-section__features .p-feature__list {
    gap: 1.6vw;
  }
  .p-mv-section__features .p-feature__item {
    font-size: 2.1vw;
    width: 16.7vw;
    height: 16.7vw;
  }
  .p-mv-section__features .p-feature__item::after {
    width: 4.7vw;
    height: 2.4vw;
    bottom: 2vw;
    left: calc(50% - 2.3vw);
  }
  .p-mv-section__features .p-feature__item:last-child span {
    padding-bottom: 2vw;
  }
  .p-mv-section__scroll {
    font-size: 2.2vw;
    bottom: 2vw;
  }
  .p-mv-section__scroll .p-scroll span {
    width: 3.3vw;
    height: 2vw;
  }
  .p-mv-section__scroll .p-scroll span:first-child {
    margin-top: 1vw;
  }
  .p-mv-section__scroll .p-scroll span:nth-child(2) {
    bottom: 1vw;
  }
  .p-mv-section__scroll .p-scroll span::before, .p-mv-section__scroll .p-scroll span::after {
    left: calc(50% - 0.05vw);
    width: 0.2vw;
    height: 2vw;
  }
}
.p-clinic-info {
  padding-top: 2rem;
  margin-top: var(--section-gap-xs);
  margin-bottom: var(--section-gap-xs);
}

@media (orientation: portrait) {
  .p-clinic-info {
    animation-delay: 0.85s;
  }
}
.p-clinic-info__inner {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 8%;
}

@media (max-width: 1024px) {
  .p-clinic-info__inner {
    grid-template-columns: 1fr;
  }
}
.p-clinic-info__logo {
  display: block;
}

.p-clinic-info__box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .p-clinic-info__box {
    flex-direction: column;
  }
}
.p-clinic-info__tel {
  display: flex;
  align-items: baseline;
  width: fit-content;
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-clinic-info__tel small {
  margin-right: 0.5em;
  font-size: 0.5em;
  text-transform: uppercase;
}

.p-clinic-info__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}

.p-clinic-info__line {
  --button-color: var(--color-brand-line);
}

.p-clinic-info__address {
  margin-top: 1.5rem;
}

@media (max-width: 1024px) {
  .p-clinic-info__schedule {
    display: none;
  }
}
.p-notice-section {
  container-type: inline-size;
  padding: 9.5rem 0 33.4rem;
  background: url(../../images/top/bg_notice_01.jpg) no-repeat center top;
  background-size: cover;
}

.p-notice-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-notice {
  width: 47.9%;
  background: var(--color-white);
  text-align: center;
  padding: 2rem;
}

@media (max-width: 1024px) {
  .p-notice-section__list {
    gap: 2rem;
  }
  .p-notice {
    width: 100%;
  }
}
.p-notice__heading {
  font-size: 3rem;
  font-family: var(--font-zen-old-mincho);
}

.p-notice__open {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  line-height: 1.6;
}

.p-notice__open > em {
  font-size: 3.6rem;
  font-style: normal;
  display: inline-block;
  border-bottom: 2px solid #b5966d;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.p-notice__message {
  font-size: var(--font-size-md);
  font-family: var(--font-zen-kaku-gothic);
  letter-spacing: 0.025em;
  margin-top: 1.25rem;
}

.p-notice__preview__date {
  font-family: var(--font-serif);
  font-size: 3.2rem;
  letter-spacing: 0.025em;
}

.p-notice__preview__date > em {
  font-size: 3.6rem;
  font-family: var(--font-zen-old-mincho);
  font-style: normal;
  letter-spacing: 0;
  display: inline-block;
  border-bottom: 2px solid #b5966d;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.p-notice__preview__date > span {
  display: block;
}

@media (max-width: 525px) {
  .p-notice-section {
    padding: 5rem 0 10rem;
  }
  .p-notice__heading {
    font-size: var(--font-size-xl);
  }
  .p-notice__open {
    font-size: var(--font-size-xxl);
  }
  .p-notice__open > em {
    font-size: 2.3rem;
  }
  .p-notice__message {
    font-size: var(--font-size-sm);
  }
  .p-notice__preview__date {
    font-size: var(--font-size-xl);
  }
  .p-notice__preview__date > em {
    font-size: 2.3rem;
  }
}
.p-banner {
  --column-count: 3;
  --coulumn-gap: 3rem;
  --row-gap: 2rem;
  justify-content: center;
  margin-top: var(--section-gap-xs);
}

@media (max-width: 1024px) {
  .p-banner {
    --column-count: 2;
  }
}
@media (max-width: 525px) {
  .p-banner {
    --column-count: 1;
  }
}
.p-banner__link {
  display: block;
}

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

.p-info-section {
  --tab-active-bg-color: var(--color-primary);
  --tabs-y-padding: 1rem;
  margin-top: var(--section-gap-md);
  margin-bottom: var(--section-gap-md);
  isolation: isolate;
  container-type: inline-size;
}
.p-info-section .simplebar-scrollbar::before {
  border-radius: 0;
}
.p-info-section .simplebar-track {
  background: #f7f5e9;
}

.p-info-section__inner {
  position: relative;
}

.p-info-section__header .c-heading01__main {
  font-size: 3.6rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.075em;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.p-info-section__header .c-heading01__main span {
  position: relative;
}
.p-info-section__header .c-heading01__main span::before {
  content: "";
  width: calc(100% + 2.1rem);
  height: 2px;
  position: absolute;
  left: -2.1rem;
  bottom: -1rem;
}

#info-panel-news .simplebar-scrollbar::before {
  background-color: #b7a970;
}
#info-panel-news .p-info-section__header .c-heading01__main {
  color: #b7a970;
}
#info-panel-news .p-info-section__header .c-heading01__main svg {
  width: 11px;
  fill: #b7a970;
}
#info-panel-news .p-info-section__header .c-heading01__main span::before {
  background: #8e8272;
}

#info-panel-blog .simplebar-scrollbar::before {
  background-color: #a3998c;
}
#info-panel-blog .p-info-section__header .c-heading01__main {
  color: #8e8272;
}
#info-panel-blog .p-info-section__header .c-heading01__main svg {
  width: 1.1rem;
  fill: #8e8272;
}
#info-panel-blog .p-info-section__header .c-heading01__main span::before {
  background: #8e8272;
}

.p-info-section__tabs {
  display: flex;
  gap: 1em;
  padding-bottom: var(--tabs-y-padding);
}

@media (width <= px) {
  .p-info-section__tabs {
    gap: 0.75em;
    font-size: var(--font-size-sm);
  }
}
.p-info-section__tab {
  max-width: 50%;
  min-height: 2em;
  padding: 0.75em 1.5em;
  line-height: 1;
  text-align: center;
  border-radius: var(--infinity);
}

@media (width <= px) {
  .p-info-section__tab {
    padding-inline: 1em;
  }
}
.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: flex;
  justify-content: space-between;
}

.p-info-panel {
  width: calc(50% - 2.5rem);
}

@media (max-width: 1024px) {
  .p-info-section__panels {
    flex-direction: column;
    gap: 5rem;
  }
  .p-info-panel {
    width: 100%;
  }
}
.p-info-panel__main {
  --scrollbar-size: 10px;
  max-height: 28.5rem;
  transition: opacity 0.2s;
}

@media (width <= px) {
  .p-info-panel__main {
    max-height: 14rem;
  }
}
.p-info-panel__more-button {
  margin: 1rem auto 2rem;
}

.p-info {
  --gap-y: 1em;
  --border-width: var(--border-md);
  --border-gap: calc(var(--border-width) * 2.5);
  --border-color: #c5bca9;
  padding: 1em;
  border-bottom: 1px solid var(--border-color);
  font-family: var(--font-zen-kaku-gothic);
}

.p-info__meta {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3em;
  column-gap: 0.5em;
  align-items: center;
}

.p-info__date {
  flex-shrink: 0;
  margin-top: 0.22em;
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
}

#info-panel-news .p-info__date {
  color: #b7a970;
}

.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: var(--font-size-sm);
  line-height: 1;
  opacity: 0.75;
}

.p-info__tag::before {
  position: absolute;
  top: 0.5lh;
  left: 0;
  width: var(--dash-width);
  height: var(--border-md);
  content: "";
  background-color: currentcolor;
  translate: 0 -50%;
}

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

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

.p-info__header {
  width: 8em;
}

.p-info__body {
  width: calc(100% - 8em);
  margin-top: 0.5em;
}

.p-info__title {
  font-weight: var(--font-weight-bold);
}

@media (max-width: 525px) {
  .p-info__inner {
    flex-direction: column;
  }
  .p-info__header {
    width: 100%;
  }
  .p-info__body {
    width: 100%;
  }
}
.p-calendar-section {
  margin-top: var(--section-gap-sm);
  margin-bottom: var(--section-gap-md);
}

.p-calendar-section__list {
  --column-count: 2;
  --column-gap: 3rem;
  --row-gap: 3rem;
}

@media (max-width: 1024px) {
  .p-calendar-section__list {
    --column-count: 1;
  }
}
.p-calendar-section__button {
  margin-inline: auto;
  margin-top: 5rem;
}

.p-calendar {
  min-height: 420px;
  aspect-ratio: 1/0.78;
}

@media (max-width: 1024px) {
  .p-calendar:nth-child(n+2) {
    display: none;
  }
}
@media (max-width: 525px) {
  .p-calendar {
    aspect-ratio: 1/1.25;
  }
}
.p-calendar > iframe {
  width: 100%;
  height: 100%;
}

.p-apo-section {
  margin-block: var(--section-gap-sm);
}

.p-apo-section__intro {
  margin-top: 4rem;
  text-align: center;
}

.p-apo-section__body {
  --column-count: 2;
  --column-gap: 5rem;
  --row-gap: 3rem;
  margin-top: 3.5rem;
}

@media (max-width: 1024px) {
  .p-apo-section__body {
    --column-count: 1;
  }
}
.p-apo {
  padding: 3rem 4.5rem;
}

@media (max-width: 525px) {
  .p-apo {
    padding: 2.5rem 2rem;
  }
}
.p-apo__heading {
  margin-bottom: 0.75em;
  font-family: var(--font-heading);
  font-size: var(--font-size-xxl);
  color: var(--color-text-primary);
  text-align: center;
}

@media (max-width: 525px) {
  .p-apo__heading {
    font-size: calc(var(--font-size-xxl) * 0.92);
  }
}
.p-apo-tel__num {
  display: flex;
  align-items: baseline;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width: 525px) {
  .p-apo-tel__num {
    font-size: 3.35rem;
  }
}
.p-apo-tel__num small {
  margin-right: 0.5em;
  font-size: 0.5em;
  text-transform: uppercase;
}

.p-apo-tel__note {
  margin-top: 2rem;
  font-size: var(--font-size-sm);
}

@media (min-width: 526px) {
  .p-apo-tel__note {
    width: fit-content;
    margin-inline: auto;
  }
}
@media (min-width: 1025px) {
  .js-has-pseudo [csstools-has-1a-34-19-2p-34-33-19-3b-2t-2q-1m-2w-2p-37-14-1a-34-19-2p-34-33-19-3b-2t-2q-2n-2n-35-36-15]:not(.does-not-exist) {
    display: grid;
    grid-template-areas: "intro qr" "text qr" "buttons qr";
    grid-template-columns: 1fr 12rem;
    column-gap: 2rem;
  }
  .p-apo-web:has(.p-apo-web__qr) {
    display: grid;
    grid-template-areas: "intro qr" "text qr" "buttons qr";
    grid-template-columns: 1fr 12rem;
    column-gap: 2rem;
  }
}
.p-apo-web__qr {
  grid-area: qr;
}

@media (max-width: 1024px) {
  .p-apo-web__qr {
    display: none;
  }
}
.p-apo-web__intro {
  display: block;
  grid-area: intro;
  font-size: calc((var(--font-size-md) + var(--font-size-lg)) / 2);
  font-weight: var(--font-weight-bold);
}

@media (max-width: 1024px) {
  .p-apo-web__intro {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1.5em;
  }
}
.p-apo-web__text {
  grid-area: text;
  margin-bottom: 1em;
  font-size: var(--font-size-sm);
}

@media (max-width: 1024px) {
  .p-apo-web__text {
    display: none;
  }
}
.p-apo-web__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

@media (max-width: 1024px) {
  .p-apo-web__buttons {
    justify-content: center;
  }
}
.p-apo-web__line {
  --button-color: var(--color-brand-line);
}

.p-policy {
  isolation: isolate;
  background: url(../../images/top/bg_start_01.jpg) no-repeat right top 36rem;
  background-size: 100%;
  padding: 10rem 0;
}

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

.p-policy__grid {
  display: grid;
}

@media (min-width: 1025px) {
  .p-policy__grid {
    grid-template-areas: "side main";
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 1024px) {
  .p-policy__grid {
    grid-template-areas: "figure" "header" "lead" "content";
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1025px) {
  .p-policy__side {
    display: grid;
    grid-area: side;
    grid-template-rows: auto 1fr;
    justify-content: center;
    padding-inline: 8rem;
  }
}
@media (max-width: 1024px) {
  .p-policy__side {
    display: contents;
  }
}
@media (min-width: 1025px) {
  .p-policy__main {
    grid-area: main;
  }
}
@media (max-width: 1024px) {
  .p-policy__main {
    display: contents;
  }
}
.p-policy__header {
  font-size: 8.5vw;
  text-align: left;
  margin-bottom: 6rem;
}

@media (max-width: 1024px) {
  .p-policy__header {
    font-size: 10vw;
  }
}
@media (min-width: 1025px) {
  .p-policy__lead {
    font-size: 6.2rem;
  }
}
@media (max-width: 1024px) {
  .p-policy__lead {
    font-size: var(--font-size-xxxl);
  }
}
.p-policy__lead__text {
  display: block;
}

.p-policy__figure {
  position: relative;
  z-index: -1;
  grid-area: figure;
  aspect-ratio: 1/1.05;
  margin-right: calc(50cqw - 50 * var(--vw) + var(--sidemenu-width) - 0.5px);
  overflow: hidden;
  border-bottom-right-radius: var(--infinity);
  border-bottom-left-radius: var(--infinity);
}

@media (max-width: 1024px) {
  .p-policy__figure {
    margin-inline: calc(50cqw - 50 * var(--vw));
  }
}
@media (min-width: 526px) and (max-width: 1024px) {
  .p-policy__figure {
    aspect-ratio: 1/0.75;
  }
}
.p-policy__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-policy__content {
  grid-area: content;
  margin-top: 2em;
}
.p-policy__content p {
  font-family: var(--font-zen-kaku-gothic);
  line-height: 2.5;
}

.p-concept-section {
  position: relative;
  background: url(../../images/top/bg_concept_02.jpg) no-repeat center top, url(../../images/top/bg_concept_01.jpg) no-repeat center bottom;
  background-size: 100%, cover;
  overflow-x: hidden;
}

.p-concept-section__main {
  display: flex;
  align-items: center;
  min-height: 38.3vw;
}

.p-concept-section__header {
  margin-bottom: 2rem;
}
.p-concept-section__header .c-heading01__caption {
  font-size: 6.2rem;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0;
}

@media (max-width: 525px) {
  .p-policy {
    background: url(../../images/top/bg_start_01.jpg) no-repeat right top 31rem;
    background-size: 150%;
    padding: 10rem 0;
  }
  .p-policy__header {
    margin-bottom: 2rem;
  }
  .p-policy__content {
    margin-top: 31rem;
  }
}
.p-concept-section__text {
  max-width: 52.9rem;
  margin-left: auto;
}
.p-concept-section__text p {
  font-family: var(--font-zen-kaku-gothic);
  line-height: 2.5;
}

@media (max-width: 1024px) {
  .p-concept-section__main {
    min-height: 0;
    flex-direction: column;
    padding: 10rem 0;
  }
  .p-concept-section__main img {
    width: 100%;
    height: auto;
    position: static;
  }
  .p-concept-section__header .c-heading01__caption {
    font-size: var(--font-size-xxxl);
  }
  .p-concept-section__text {
    max-width: 50%;
  }
}
@media (max-width: 525px) {
  .p-concept-section {
    background: url(../../images/top/bg_concept_02.jpg) no-repeat left top, url(../../images/top/bg_concept_01.jpg) no-repeat center bottom;
    background-size: 200%, cover;
  }
  .p-concept-section__main {
    padding: 25rem 0 10rem;
  }
  .p-concept-section__text {
    max-width: none;
  }
}
.p-concept-section__body {
  container-type: inline-size;
}

.p-concept-section__list {
  display: grid;
  counter-reset: features;
}

.p-concept {
  display: grid;
  column-gap: 3.5rem;
}

@media (min-width: 1025px) {
  .p-concept {
    --figure-width: 1.2fr;
  }
  .p-concept {
    grid-template-areas: "figure main";
  }
  .p-concept--reverse {
    grid-template-areas: "main figure";
    grid-template-columns: 1fr var(--figure-width);
  }
}
@media (max-width: 1024px) {
  .p-concept {
    grid-template-areas: "figure" "main";
    grid-template-columns: 1fr;
  }
}
.p-concept__main {
  grid-area: main;
  position: relative;
}

.p-concept__number {
  font-size: 1.8vw;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-eb-garamond);
  font-weight: var(--font-weight-regular);
  line-height: 1;
  color: rgba(142, 130, 114, 0.5);
  white-space: nowrap;
  counter-increment: features;
  position: absolute;
  top: -3vw;
  right: -8vw;
}

.p-concept--reverse .p-concept__number {
  right: auto;
  left: -10vw;
}

.p-concept__number::before {
  content: "";
  position: absolute;
  top: 11vw;
  width: 1px;
  height: 0;
  background: #8e8272;
  transition: height 3s ease;
}

.p-concept__main.in-view .p-concept__number::before {
  height: 30vw;
}

.p-concept__number::after {
  font-size: 8.8vw;
  letter-spacing: -0.05em;
  content: counter(features, decimal-leading-zero);
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .p-concept__main {
    padding-right: 3rem;
  }
  .p-concept--reverse .p-concept__main {
    padding: 0 0 0 3rem;
  }
  .p-concept__number {
    font-size: var(--font-size-ms);
    right: -1rem;
  }
  .p-concept--reverse .p-concept__number {
    right: auto;
    left: -1rem;
  }
  .p-concept__number::before {
    top: 12vw;
  }
}
@media (max-width: 525px) {
  .p-concept--reverse .p-concept__main {
    padding: 0 0 0 6rem;
  }
  .p-concept__number {
    font-size: 1.2rem;
  }
  .p-concept__number::before {
    top: 20vw;
  }
  .p-concept__main.in-view .p-concept__number::before {
    height: 100vw;
  }
}
.p-concept__lead {
  margin-bottom: 0.25em;
  font-size: 3.6rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  letter-spacing: 0;
}

.p-concept__summary {
  margin-bottom: 1em;
  font-size: 2.2rem;
  color: #b7a970;
}

.p-concept__content .c-paragraph {
  font-family: var(--font-zen-kaku-gothic);
  line-height: 2.5;
}

@media (max-width: 1024px) {
  .p-concept__number::after {
    font-size: 5em;
  }
  .p-concept__lead {
    font-size: var(--font-size-xl);
  }
  .p-concept__summary {
    font-size: var(--font-size-lg);
  }
}
.p-concept__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 3rem;
}

@media (min-width: 1025px) {
  .p-concept__buttons {
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .p-concept__buttons {
    justify-content: center;
  }
}
.p-concept__figure {
  --nagative-gap: calc(50cqw - 50 * var(--vw));
  grid-area: figure;
  aspect-ratio: 943/592;
  z-index: 1;
}

.p-concept__figure {
  margin-left: var(--nagative-gap);
  overflow: hidden;
  border-top-right-radius: var(--infinity);
  border-bottom-right-radius: var(--infinity);
}

.p-concept--reverse .p-concept__figure {
  margin-left: 0;
  margin-right: var(--nagative-gap);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--infinity);
  border-bottom-left-radius: var(--infinity);
}

.p-concept__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-concept__column {
  background: #f7f5e9;
  margin: -6.2rem 0 var(--section-gap-lg);
  padding: 10.4rem 0 10.4rem 15rem;
  border-top-left-radius: var(--infinity);
  border-bottom-left-radius: var(--infinity);
  position: relative;
}
.p-concept__column--reverse {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--infinity);
  border-bottom-right-radius: var(--infinity);
}
.p-concept__column::before {
  content: "";
  width: 17rem;
  height: 100%;
  background: #f7f5e9;
  position: absolute;
  right: -17rem;
  top: 0;
}
.p-concept__column--reverse::before {
  right: auto;
  left: -17rem;
}

.p-concept__column__list {
  display: flex;
  gap: 4.3rem;
}

.p-concept__column__item {
  width: 35.1rem;
}

.p-concept__button {
  margin: -2.5rem auto 0;
}

@media (max-width: 1024px) {
  .p-concept__figure {
    margin-bottom: 2rem;
  }
  .p-concept__column {
    margin: 2rem 0 var(--section-gap-lg);
    padding: 10rem 0 10rem 10rem;
  }
  .p-concept__column--reverse {
    padding: 10rem 10rem 10rem 0;
  }
  .p-concept__column__list {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .p-concept__column__item {
    width: calc(50% - 2rem);
  }
  .p-concept__column__item:nth-child(3) {
    margin: 0 auto;
  }
}
@media (max-width: 525px) {
  .p-concept__column {
    margin-left: -10rem;
    padding: 5rem 0 5rem 10rem;
  }
  .p-concept__column--reverse {
    margin-left: 0;
    margin-right: -10rem;
    padding: 5rem 10rem 5rem 0;
  }
  .p-concept__column__list {
    flex-direction: column;
  }
  .p-concept__column__item {
    width: 100%;
  }
}
.p-greeting {
  --column-gap: 4cqw;
  position: relative;
  z-index: 0;
  margin-top: 10rem;
  margin-bottom: 10rem;
  background: url(../../images/top/bg_greeting_01.png) no-repeat center left -19.5vw;
  background-size: 59vw;
}

.p-greeting__inner {
  position: relative;
}

.p-greeting__header {
  margin-bottom: 5rem;
  text-align: left;
}

@media (max-width: 525px) {
  .p-greeting__header {
    margin-bottom: 3rem;
    text-align: left;
  }
}
.p-greeting__main {
  display: flex;
  flex-direction: column;
  width: 34.9vw;
}

@media (max-width: 1024px) {
  .p-greeting__main {
    display: contents;
  }
}
.p-greeting__lead {
  margin-bottom: 3rem;
  font-family: var(--font-heading);
  font-size: 3rem;
  line-height: 1.85;
  color: var(--color-text-primary);
}

@media (max-width: 525px) {
  .p-greeting__lead {
    font-size: 2.5rem;
  }
}
.p-greeting__content {
  font-family: var(--font-zen-kaku-gothic);
  grid-area: content;
}

.p-greeting__sign {
  justify-content: flex-start;
  margin-top: 4rem;
  font-family: var(--font-serif);
  color: #b5966d;
}

.p-greeting__buttons {
  display: flex;
  justify-content: center;
  padding-top: 6rem;
}

@media (max-width: 1024px) {
  .p-greeting__buttons {
    padding-top: 3rem;
  }
}
.p-greeting__sub {
  position: absolute;
  left: 55rem;
  top: 3rem;
}

@media (max-width: 1024px) {
  .p-greeting__sub {
    display: contents;
  }
}
.p-greeting__portrait {
  width: 48.9vw;
}

@media (max-width: 1024px) {
  .p-greeting__portrait {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-greeting__portrait > img {
  display: block;
  width: 100%;
  aspect-ratio: 64/45;
  object-fit: cover;
}

.p-greeting__career {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

@media (max-width: 1024px) {
  .p-greeting__career {
    margin-top: 6rem;
  }
}
@media (min-width: 1025px) {
  .p-greeting__career__inner {
    position: relative;
    height: fit-content;
  }
}
.p-greeting__career__heading {
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  border: none;
  margin: 0;
  padding: 0;
}

.p-greeting__career__list {
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  padding-left: 30px;
}
.p-greeting__career__list::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #8e8272;
}

.p-services-section {
  padding-top: 10rem;
}
.p-services-section .p-service {
  width: 12.8vw;
}

.p-services-section__header {
  margin-bottom: 5rem;
}

.p-services-section__inner {
  display: flex;
  min-height: 41.6vw;
}

.p-services-section__name {
  width: 50%;
  position: relative;
  padding-top: 14rem;
}

.p-services__image {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-services__image::before {
  content: "";
  height: 100%;
  background: rgba(142, 130, 114, 0.41);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}
.p-services__image img {
  width: 100%;
  object-fit: cover;
}

.p-services-section__title {
  line-height: 1.6;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem;
}
.p-services-section__title--ja {
  font-size: 2.8vw;
  font-weight: var(--font-weight-semibold);
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.p-services-section__title--en {
  color: var(--color-white);
  font-size: 2.5vw;
  text-shadow: 0 0 10px var(--color-black);
}

.p-services-section__list {
  --column-gap: 1rem;
  --row-gap: 2rem;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1024px) {
  .p-services-section__inner {
    min-height: 0;
  }
  .p-services-section .p-service {
    width: calc(50% - 2rem);
  }
  .p-services__image {
    height: 100%;
  }
  .p-services__image img {
    height: 100%;
  }
  .p-services-section__title--ja {
    font-size: var(--font-size-xxl);
  }
  .p-services-section__title--en {
    font-size: var(--font-size-xl);
  }
}
@media (max-width: 525px) {
  .p-services-section__header {
    margin-bottom: 3rem;
  }
  .p-services-section__inner {
    flex-direction: column;
  }
  .p-services-section__name {
    width: 100%;
    min-height: 45rem;
  }
  .p-services-section__list {
    --row-gap: 1rem;
  }
}
.p-services-section__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 5rem;
  justify-content: center;
  margin-top: var(--section-gap-sm);
}

.p-service__inner {
  display: flex;
  container-type: inline-size;
  padding: 1rem;
  min-height: 5em;
}
.p-service__inner span {
  margin: 0 auto;
}
.p-service__inner svg {
  width: 0.8vw;
  fill: #b5966d;
  margin-left: auto;
}

.p-service__name {
  color: #b5966d;
  font-size: 1vw;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .p-service__inner svg {
    width: 1rem;
  }
  .p-service__name {
    font-size: var(--font-size-xs);
  }
  .p-services-section__title {
    margin-bottom: 2rem;
  }
  .p-services-section__name {
    padding: 5rem 0;
  }
}
.p-facilities-section {
  --overlay-color: var(--color-pale-blue-dark);
  position: relative;
  z-index: 0;
  padding-top: var(--section-gap-lg);
  padding-bottom: var(--section-gap-sm);
  color: var(--color-text-contrast);
}

.p-facilities-section#gallery {
  margin-top: -23rem;
  padding: 0;
}
.p-facilities-section#gallery::before {
  display: none;
}

.p-facilities-section:where(body[data-theme-color=green], body[data-theme-color=green] *) {
  --overlay-color: var(--color-turquoise-green);
}

.p-facilities-section:where(body[data-theme-color=beige], body[data-theme-color=beige] *) {
  --overlay-color: var(--color-fawn);
}

.p-facilities-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-color: #8e8272;
  mix-blend-mode: multiply;
}

.p-facilities-section__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

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

.p-facilities-section__header {
  color: inherit;
  position: absolute;
  right: 0;
  top: 10rem;
}

.p-facilities-section__lead {
  font-size: 2.6rem;
  font-family: var(--font-serif);
  margin-bottom: 6rem;
}

@media (max-width: 525px) {
  .p-facilities-section {
    padding: 15rem 0 10rem;
  }
  .p-facilities-section__header {
    top: 10rem;
  }
  .p-facilities-section__lead {
    font-size: var(--font-size-md);
    margin-bottom: 3rem;
  }
  .p-facilities-section#gallery {
    margin-top: -5rem;
  }
}
.p-facilities-section__main {
  margin-inline: calc(50% - 50 * var(--vw));
}

.p-facilities-section__list {
  --slides-per-view: 4.75;
  --slide-gap: 3rem;
}

@media (max-width: 1024px) {
  .p-facilities-section__list {
    --slides-per-view: 3.35;
    --slide-gap: 18px;
  }
}
@media (max-width: 525px) {
  .p-facilities-section__list {
    --slides-per-view: 1.8;
    --slide-gap: 16px;
  }
}
.p-facilities-section__list.swiper-wrapper {
  transition-timing-function: linear;
}

.p-facilities-section__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  margin-top: 5rem;
}

@media (max-width: 525px) {
  .p-facilities-section__buttons {
    gap: 2rem;
    margin-top: 3rem;
  }
}
.p-facility {
  width: calc(100 * var(--vw) / var(--slides-per-view));
  padding-inline: calc(var(--slide-gap) / 2);
}

.p-facility__image {
  display: block;
  aspect-ratio: 512/331;
  pointer-events: none;
}

.p-outline-section {
  padding: 0 0 10rem;
  position: relative;
  z-index: 1;
}
.p-outline-section::before {
  content: "";
  width: 81.2vw;
  height: calc(100% - 10vw);
  background: rgba(227, 212, 178, 0.23);
  position: absolute;
  right: 0;
  top: 10vw;
  z-index: -1;
}

.p-outline-section__header {
  display: inline-flex;
  flex-direction: column;
}

.p-outline__main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}

.p-outline__image {
  width: 46%;
}

.p-outline-section__inner {
  width: 50.2%;
}
.p-outline-section__inner .l-outline__nap {
  max-width: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem;
}
.p-outline-section__inner .l-outline__nap .c-term-list__item {
  font-size: var(--font-size-md);
  border-bottom: 1px solid #8e8272;
}
.p-outline-section__inner .l-outline__nap .c-term-list__item:last-child {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .p-outline-section__header {
    display: flex;
    margin-bottom: 5rem;
  }
  .p-outline__main {
    flex-direction: column;
  }
  .p-outline__image {
    width: 100%;
  }
  .p-outline-section__inner {
    width: 100%;
  }
}
@media (max-width: 525px) {
  .p-outline-section__header {
    font-size: 6rem;
    margin-bottom: 3rem;
  }
  .p-outline__image {
    margin-bottom: 1rem;
  }
  .p-outline-section__inner .l-outline__nap {
    padding: 0;
  }
}

/*# sourceMappingURL=top.css.map */


/* 260513 当院のコンセプト画像変更 */
.p-concept-section {
  position: relative;
  background: url(../../images/top/bg_concept_02a.jpg) no-repeat center top, url(../../images/top/bg_concept_01.jpg) no-repeat center bottom;
  background-size: 100%, cover;
  overflow-x: hidden;
}
@media (max-width: 525px) {
.p-concept-section {
  background: url(../../images/top/bg_concept_02a.jpg) no-repeat left top, url(../../images/top/bg_concept_01.jpg) no-repeat center bottom;
  background-size: 200%, cover;
}
}