@charset "UTF-8";
:root {
  --color-mint: #7ecdc9;
  --color-mint-dark: #5ab8b3;
  --color-mint-light: #eef9f8;
  --color-mint-mid: #b8e4e1;
  --color-orange: #d47a50;
  --color-ink: #333333;
  --color-muted: #777777;
  --color-line: #e0e0e0;
  --color-paper: #ffffff;
  --color-base: #f7f7f7;
  --color-base-soft: #f6fbf9;
  --layout-design: 1366px;
  --layout-content: 1088px;
}

body {
  min-width: 320px;
  background: var(--color-paper);
}

body a:hover,
body a:focus {
  text-decoration: none;
}

body .p-greetingIntro__note a:hover,
body .p-greetingIntro__note a:focus,
body .p-facilityStandard__clinicList a:hover,
body .p-facilityStandard__clinicList a:focus,
body .p-caseDetail__notesItem a:hover,
body .p-caseDetail__notesItem a:focus,
body .p-contactForm__form .privacy-policy__text a:hover,
body .p-contactForm__form .privacy-policy__text a:focus,
body .p-contactForm__form .privacy-policy__text-link:hover,
body .p-contactForm__form .privacy-policy__text-link:focus,
body .p-contactComplete__link:hover,
body .p-contactComplete__link:focus {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.l-container {
  width: min(var(--layout-content), 100% - 48px);
  margin-inline: auto;
}

.l-sectionInner {
  width: calc(100% - 80px);
  margin-inline: auto;
}

.l-sectionInner--narrow {
  max-width: 1200px;
}

.l-sectionInner--wide {
  max-width: 1200px;
}

/* お知らせ以下の共通背景：ベース色 #f6fbf9 ＋ グレインのマスク */
.l-lower {
  position: relative;
  z-index: 0;
  background-color: var(--color-base-soft);
  padding-top: 45px;
}

.l-lower::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-repeat: repeat;
  background-size: 160px 160px;
  opacity: 0.02;
  content: "";
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .l-sectionInner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 600px) {
  .l-container {
    width: calc(100% - 40px);
  }
  .l-sectionInner {
    width: calc(100% - 60px);
  }
}
.c-drawer {
  display: none;
}

.is-fade-ready .js-fadeIn,
.is-fade-ready .js-fadeIn--lr,
.is-fade-ready .js-fadeIn--rl {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.is-fade-ready .js-fadeIn--lr {
  transform: translate(-50px, 20px);
}

.is-fade-ready .js-fadeIn--rl {
  transform: translate(50px, 20px);
}

.is-fade-ready .js-fadeIn.is-show,
.is-fade-ready .js-fadeIn--lr.is-show,
.is-fade-ready .js-fadeIn--rl.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .is-fade-ready .js-fadeIn,
  .is-fade-ready .js-fadeIn--lr,
  .is-fade-ready .js-fadeIn--rl {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.c-sectionTitle h2 {
  margin-bottom: 11px;
}

@media screen and (max-width: 600px) {
  .c-sectionTitle h2 {
    text-align: start;
  }
}
.c-sectionTitle__subhead {
  display: flex;
  align-items: center;
  gap: 9px;
}

.c-sectionTitle__subhead::before {
  display: inline-block;
  flex-shrink: 0;
  width: 40px;
  height: 3px;
  background: url("../images/icon_top-news-line.svg") center/contain no-repeat;
  content: "";
}

.c-sectionTitle__enLabel {
  display: block;
}

.c-sectionLineTitle {
  position: relative;
  padding-top: 25px;
}

.c-sectionLineTitle::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(23, 59, 46, 0.16);
  content: "";
}

.c-sectionLineTitle::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: #ff866d;
  content: "";
  transform: translateY(-50%);
}

.c-barTitle {
  position: relative;
  padding-block: 9px;
  padding-inline: 37px 20px;
  background: #53c6ba;
  border-radius: 5px;
}

.c-barTitle::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 5px;
  height: 19px;
  background: #ffffff;
  content: "";
  transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  .c-sectionLineTitle {
    padding-top: 30px;
  }
  .c-sectionLineTitle::after {
    width: 32px;
    height: 3px;
  }
  .c-barTitle {
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 24px;
  }
  .c-barTitle::before {
    left: 12px;
    width: 3px;
    height: 18px;
  }
}
.p-calendarEmbed {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-calendarEmbed > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-calendarEmbed iframe,
.p-calendarEmbed__fallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-calendarEmbed iframe {
  border: 0;
  background: #ffffff;
}

.p-calendarEmbed__fallback {
  object-fit: cover;
}

.p-calendarEmbed iframe,
.p-calendarEmbed.is-local-preview iframe {
  opacity: 0;
}

.p-calendarEmbed.is-embed-ready iframe {
  opacity: 1;
}

.p-calendarEmbed.is-embed-ready .p-calendarEmbed__fallback {
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .p-calendarEmbed {
    aspect-ratio: 16/10;
  }
}
.p-contactSchedule {
  padding-top: 40px;
  padding-bottom: 150px;
}

.p-contactSchedule__inner {
  width: min(848px, 100% - 52px);
  margin-inline: auto;
}

.p-contactAppointment {
  margin-bottom: 56px;
  margin-left: -10px;
}

.p-contactAppointment__head {
  display: flex;
  align-items: center;
  gap: 9px;
}

.p-contactAppointment__eyebrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--color-mint-dark);
}

.p-contactAppointment__body {
  margin-top: 36px;
}

.p-contactAppointment__body > * + * {
  margin-top: 2px;
}

.p-contactAppointment__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.p-contactAppointment__tel {
  width: min(196px, 100%);
  max-width: none;
  margin-inline: 0;
}

.p-contactAppointment__telText {
  margin: 0;
  width: 100%;
}

.p-contactAppointment__telText a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 10px 24px 10px 36px;
  border-radius: 999px;
  background: var(--color-mint-dark);
  color: inherit;
  text-decoration: none;
  text-align: center;
  transform-origin: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-contactAppointment__telText a::before {
  content: " ";
  position: absolute;
  left: 21px;
  top: 52%;
  width: 16px;
  height: 22px;
  background: url("../images/icon_com-phone.svg") center/contain no-repeat;
  transform: translateY(-50%);
}

.p-contactAppointment__telText br {
  display: none;
}

.p-contactSchedule__calendar {
  margin-top: 109px;
}

.p-contactSchedule .p-calendarEmbed {
  height: 640px;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
}

.js-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-reveal.is-visible,
.is-local-preview .js-reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .p-contactAppointment__tel:hover .p-contactAppointment__telText a,
  .p-contactAppointment__tel:focus-within .p-contactAppointment__telText a,
  .p-contactAppointment__telText a:hover,
  .p-contactAppointment__telText a:focus-visible {
    transform: scale(1.05);
    box-shadow: 0 14px 28px rgba(74, 197, 190, 0.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-contactAppointment__telText a {
    transition: box-shadow 0.3s ease;
  }
  .p-contactAppointment__tel:hover .p-contactAppointment__telText a,
  .p-contactAppointment__tel:focus-within .p-contactAppointment__telText a,
  .p-contactAppointment__telText a:hover,
  .p-contactAppointment__telText a:focus-visible {
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-contactSchedule__inner {
    width: min(760px, 100% - 72px);
  }
  .p-contactAppointment {
    margin-left: 0;
  }
  .p-contactAppointment__actions {
    gap: 12px;
  }
  .p-contactSchedule .p-calendarEmbed {
    height: 420px;
  }
}
@media screen and (max-width: 600px) {
  .p-contactSchedule__inner {
    width: calc(100% - 24px) !important;
  }
  .p-contactAppointment {
    margin-bottom: 40px;
  }
  .p-contactAppointment__head {
    gap: 10px;
  }
  .p-contactAppointment__eyebrow {
    width: 16px;
    height: 16px;
  }
  .p-contactAppointment__body {
    margin-top: 24px;
  }
  .p-contactAppointment__actions {
    gap: 10px;
    margin-top: 24px;
  }
  .p-contactAppointment__tel {
    width: 100%;
  }
  .p-contactSchedule {
    padding-top: 56px;
    padding-bottom: 88px;
  }
  .p-contactSchedule .p-calendarEmbed {
    height: 280px;
    border-radius: 12px;
  }
}
.p-lowerPage {
  position: relative;
}

.p-lowerFv {
  --lower-fv-visual-height: 274px;
  --lower-fv-visual-gap: 16px;
  position: relative;
  padding-top: 80px;
  margin-bottom: 88px;
  background: var(--color-paper);
}

.p-lowerFv[class*=p-lowerFv--] {
  --lower-fv-visual-height: 403px;
  --lower-fv-visual-gap: 0px;
}

.p-lowerFv__inner {
  position: relative;
  z-index: 1;
  width: min(1336px, 100% - 30px);
  margin-inline: auto;
  isolation: isolate;
}

.p-lowerFv__inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - var(--lower-fv-visual-height) - var(--lower-fv-visual-gap));
  min-height: min(500px, 100%);
  border-radius: 20px 20px 0 0;
  background-color: var(--color-paper);
  background-image: url("../images/img_topFv-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  content: "";
  pointer-events: none;
}

@media screen and (min-width: 1366px) {
  .p-lowerFv__inner::before {
    left: 50%;
    width: 94.1434846266vw;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1367px) {
  .p-lowerFv[class*=p-lowerFv--] {
    --lower-fv-visual-height: clamp(
      403px,
      calc(403px + (100vw - 1366px) * 0.08),
      447px
    );
  }
}
@media screen and (max-width: 1365px) and (min-width: 1025px) {
  .p-lowerFv[class*=p-lowerFv--] {
    --lower-fv-visual-height: clamp(
      320px,
      calc(320px + (100vw - 1025px) * 0.2441),
      403px
    );
  }
}
.p-lowerFv__breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding-block: 20px 5px;
  padding-right: 51px;
}

.p-lowerFv__breadcrumbLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  transition: transform 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  will-change: transform;
}

.p-lowerFv__breadcrumbLink p {
  display: inline-block;
  position: relative;
}

.p-lowerFv__breadcrumbLink p::after {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.p-lowerFv__breadcrumbLink:focus-visible {
  transform: scale(1.05);
  outline: none;
}

.p-lowerFv__breadcrumbLink:focus-visible p::after {
  transform: scaleX(1);
}

@media (hover: hover) and (pointer: fine) {
  .p-lowerFv__breadcrumbLink:hover {
    transform: scale(1.05);
  }
  .p-lowerFv__breadcrumbLink:hover p::after {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-lowerFv__breadcrumbLink {
    transition: color 0.25s ease, opacity 0.25s ease;
    will-change: auto;
  }
  .p-lowerFv__breadcrumbLink p::after {
    transition: none;
  }
  .p-lowerFv__breadcrumbLink:hover,
  .p-lowerFv__breadcrumbLink:focus-visible {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .p-lowerFv__breadcrumb {
    padding-right: 6.640625vw;
  }
  .p-lowerPage .p-lowerFv .p-lowerFv__inner > .p-lowerFv__visual {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.p-lowerFv__breadcrumbSep {
  flex: 0 0 6px;
  width: 6px;
  height: 8px;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
  background: url("../images/icon_com-breadcrumb-sep.svg") center/contain no-repeat;
}

.p-lowerFv__panel {
  width: 1142px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  padding-block: 44px 67px;
}

.p-lowerFv__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.p-lowerFv__heading {
  flex: 0 1 460px;
}

.p-lowerFv__subhead {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
}

.p-lowerFv__subhead::before {
  width: 40px;
  height: 3px;
  background: url("../images/icon_top-news-line.svg") center/contain no-repeat;
  content: "";
}

.p-lowerFv__lead {
  flex: 0 0 317px;
}

.p-lowerFv__visual {
  height: 274px;
  margin-top: 16px;
  overflow: hidden;
}

.p-lowerFv__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

@media screen and (max-width: 1024px) {
  .p-lowerFv {
    --lower-fv-visual-height: 250px;
    margin-bottom: clamp(40px, 40px + (100vw - 375px) * 0.0493, 72px);
  }
  .p-lowerFv[class*=p-lowerFv--] {
    --lower-fv-visual-height: 320px;
  }
  .p-lowerFv__inner {
    width: calc(100% - 36px);
  }
  .p-lowerFv__panel {
    padding-top: 36px;
    padding-right: 30px;
    padding-bottom: 32px;
    padding-left: 30px;
  }
  .p-lowerFv__body {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .p-lowerFv__lead {
    flex-basis: auto;
  }
  .p-lowerFv__visual {
    height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .p-lowerFv {
    --lower-fv-visual-height: 182px;
    --lower-fv-visual-gap: 12px;
  }
  .p-lowerFv[class*=p-lowerFv--] {
    --lower-fv-visual-height: 220px;
  }
  .p-lowerFv__inner {
    width: calc(100% - 24px);
  }
  .p-lowerFv__panel {
    padding-top: 28px;
    padding-right: 20px;
    padding-bottom: 26px;
    padding-left: 20px;
  }
  .p-lowerFv__visual {
    height: 182px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 414px) {
  .p-lowerFv {
    --lower-fv-visual-height: 160px;
  }
  .p-lowerFv__panel {
    padding-top: 24px;
    padding-right: 18px;
    padding-bottom: 22px;
    padding-left: 18px;
  }
  .p-lowerFv__visual {
    height: 160px;
  }
}
.p-sideLayout__inner {
  position: relative;
  width: min(1214px, 100% - 52px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 162px minmax(0, 827px);
  column-gap: 200px;
  align-items: start;
  justify-content: start;
}

@media screen and (max-width: 1367px) {
  .p-sideLayout__inner {
    margin-inline: 54px 98px;
  }
}
.p-sideLayout__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 263px;
  width: 1px;
  background: rgba(126, 205, 201, 0.34);
}

.p-sideLayout__body {
  width: 827px;
  margin-top: -4px;
}

@media screen and (max-width: 1024px) {
  .p-sideLayout__inner {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
  .p-sideLayout__inner::before {
    display: none;
  }
  .p-sideLayout__body {
    width: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-sideLayout__inner {
    width: calc(100% - 24px);
    row-gap: 24px;
  }
}
.p-sideNav {
  width: 162px;
  padding-top: 0;
}

.p-sideNav__head,
.p-faqSide__head {
  padding-top: 0;
}

.p-sideNav__head .c-sectionTitle__enLabel,
.p-faqSide__head .c-sectionTitle__enLabel {
  margin-left: -2px;
}

.p-sideNav__tags,
.p-sideNav > .webgene-blog {
  display: grid;
  justify-content: start;
  gap: 10px;
  margin-top: 44px;
  padding-right: 0;
}

.p-sideNav__tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  min-height: 41px;
  max-width: 100%;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  text-decoration: none;
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.p-sideNav__tag:hover,
.p-sideNav__tag:focus-visible {
  text-decoration: none;
  transform: scale(1.03);
}

.p-sideNav__tag:hover p,
.p-sideNav__tag:focus-visible p {
  text-decoration: none;
}

.p-sideNav__tag::after {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 9px;
  background-image: url("../images/icon_news-tag-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-sideNav__tag.is-selected {
  border-color: var(--color-mint);
  background: var(--color-mint);
}

@media screen and (max-width: 1024px) {
  .p-sideNav {
    width: auto;
  }
  .p-sideNav__head,
  .p-faqSide__head {
    padding-top: 0;
  }
  .p-sideNav__tags,
  .p-sideNav > .webgene-blog {
    grid-template-columns: repeat(3, minmax(0, max-content));
    gap: 12px;
    margin-top: 24px;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-sideNav__tags,
  .p-sideNav > .webgene-blog {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }
  .p-sideNav__tag {
    width: fit-content;
    min-width: 180px;
    min-height: 31px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .p-sideNav__tag::after {
    width: 16px;
    height: 16px;
    margin-left: 9px;
  }
}
