.c-heading01, .c-heading02, .c-heading03, .c-heading04, .c-heading05, .c-heading06, .c-heading07, .c-heading08, .c-subheading01, .c-table01 > table > thead > tr > th, .c-table01 > table > tbody > tr > th, .c-table02 > table > thead > tr > th, .c-table02 > table > tbody > tr > th, .c-definition-list01 > dl > div > dt, .c-menu-list .c-menu-list__link, .p-top-contact .p-top-contact__text, .p-top-message .p-top-message__subTitle, .p-top-greeting .p-top-greeting__title, .p-top-greeting .p-top-greeting__subTitle, .p-top-features .p-top-features__itemTitle, .p-top-services .p-top-services__itemTitle, .p-top-facilities .p-top-facilities__list .p-top-facilities__itemTitle, .c-check-list .c-check-list__item, .p-services-menu .p-services-menu__title, .p-services-item .p-services-item__heading__text, .p-services-item .p-services-item__subheading, .p-services-column .p-services-column__heading, .p-services-alliance .p-services-alliance__heading, .p-staff-director .p-staff-director__subTitle, .p-staff-doctor .p-staff-doctor__subTitle, .p-staff-dentist .p-staff-dentist__subTitle, .p-staff-recruit__subheading, .p-facilities-slider .p-facilities-slider__heading, .p-equipments-list .p-equipments-list__heading, .p-equipments-emergency .p-equipments-emergency__list__inner .l-image-grid__heading, .p-equipments-features .p-equipments-features__item__heading, .p-services-alliance .p-services-alliance__intro, .p-staff-staff .p-staff-message__text, .p-staff-message .p-staff-message__text, .p-staff-recruit .p-staff-message__text, .p-facilities-slider .p-facilities-slider__text, .p-equipments-emergency .p-equipments-emergency__intro {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (max-width: 750px) {
  .p-services-alliance .p-services-alliance__intro, .p-staff-staff .p-staff-message__text, .p-staff-message .p-staff-message__text, .p-staff-recruit .p-staff-message__text, .p-facilities-slider .p-facilities-slider__text, .p-equipments-emergency .p-equipments-emergency__intro {
    word-break: normal;
    overflow-wrap: normal;
  }
}

/* --------------------------------------------------------- *
 *  modification
 * --------------------------------------------------------- */
img {
  image-rendering: auto;
}

.c-heading08.c-heading08--with-dot::before {
  top: calc((1lh - 1em) / 2);
}

.c-subheading01, .p-staff-recruit__subheading, .p-services-item .p-services-item__subheading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 15rem;
  margin: 0 auto 1em;
  padding: 5px 20px;
  font-weight: var(--font-weight-medium);
  text-align: center;
  background-color: #cbf1f5;
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 3px, transparent 5px), radial-gradient(rgba(255, 255, 255, 0.3) 3px, transparent 5px);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  border-radius: 10px;
}
:where([data-theme-color=forest]) .c-subheading01, :where([data-theme-color=forest]) .p-staff-recruit__subheading, :where([data-theme-color=forest]) .p-services-item .p-services-item__subheading, .p-services-item :where([data-theme-color=forest]) .p-services-item__subheading {
  background-color: #ffeec9;
}

@media (max-width: 750px) {
  .c-subheading01, .p-staff-recruit__subheading, .p-services-item .p-services-item__subheading {
    min-width: auto;
  }
}

:is(.c-paragraph + .c-paragraph) {
  margin-top: 1em;
}

.c-list--note .c-list__item::before {
  color: #52bbf7;
}
:where([data-theme-color=forest]) .c-list--note .c-list__item::before {
  color: #fb8b0b;
}

.c-table__bottom p b {
  color: #52bbf7;
}
:where([data-theme-color=forest]) .c-table__bottom p b {
  color: #fb8b0b;
}

.l-side__schedule .c-table .c-table__note {
  text-align: start;
}

.c-definition-list01 {
  --cell-width: 200px;
  --border: 1px solid;
}
.c-definition-list01 > dl > div {
  display: table;
  width: 100%;
  border-bottom: var(--border);
}
.c-definition-list01 > dl > div:first-of-type {
  border-top: var(--border);
}
.c-definition-list01 > dl > div > dt, .c-definition-list01 > dl > div dd {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .c-definition-list01 > dl > div > dt, .c-definition-list01 > dl > div dd {
    display: block;
    padding: 10px;
    vertical-align: baseline;
  }
}
.c-definition-list01 > dl > div > dt {
  width: 50%;
  font-family: var(--font-family-kiwi);
  font-size: 22px;
  text-align: center;
  background-color: #ffeec9;
}
@media (max-width: 1000px) {
  .c-definition-list01 > dl > div > dt {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .c-definition-list01 > dl > div > dt {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .c-definition-list01 > dl > div > dt {
    font-size: 17px;
  }
}
:where([data-theme-color=forest]) .c-definition-list01 > dl > div > dt {
  background-color: #ffeec9;
}

.c-definition-list01 > dl > div > dd {
  width: 50%;
  position: relative;
  background: #fff;
}
@media (max-width: 750px) {
  .c-definition-list01 > dl > div > dd {
    width: 100%;
  }
}

.c-menu-list .c-menu-list__link {
  text-align: center;
}
@media (max-width: 575px) {
  .c-menu-list .c-menu-list__link {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------------- *
 *  header
 * --------------------------------------------------------- */
.l-header .l-header__body {
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .l-header .l-header__body {
    justify-content: normal;
  }
}
.l-header .l-header__body .l-nav {
  flex: 0 1 auto;
  padding-right: 80px;
}
.l-header .l-header__body a, .l-header .l-header__logo {
  max-width: 250px;
}
@media (max-width: 1000px) {
  .l-header .l-header__body a, .l-header .l-header__logo {
    max-width: 200px;
  }
}
.l-header .l-header__body a:first-child {
  display: flex;
  align-items: center;
}
.l-header .l-header__logo {
  width: auto;
  height: auto;
}
@media (max-width: 1000px) {
  .l-header .l-header__logo {
    width: auto;
  }
}

/* --------------------------------------------------------- *
 *  footer
 * --------------------------------------------------------- */
.l-footer .l-footer__logo {
  width: auto;
  max-width: 450px;
}
@media (max-width: 750px) {
  .l-footer .l-footer__logo {
    max-width: 300px;
  }
}

/* --------------------------------------------------------- *
 *  top
 * --------------------------------------------------------- */
/* main visual */
.l-mv::after {
  display: none;
}

.p-top {
  /* mv */
  /* date */
  /* contact */
  /* message */
  /* greeting */
  /* features */
  /* services */
  /* facilities */
}
.p-top-mv .p-top-mv__decoration {
  position: absolute;
  z-index: 1;
  height: fit-content;
}
.p-top-mv .p-top-mv__decoration--ac {
  left: 2.5%;
  top: 15%;
  width: 15%;
}
@media (max-width: 1000px) {
  .p-top-mv .p-top-mv__decoration--ac {
    left: 10%;
  }
}
@media (max-width: 750px) {
  .p-top-mv .p-top-mv__decoration--ac {
    left: 2.5%;
    top: 37.5%;
    width: 30%;
  }
}
.p-top-mv .p-top-mv__decoration--bb {
  left: 15%;
  bottom: 7.5%;
  width: 10%;
}
@media (max-width: 750px) {
  .p-top-mv .p-top-mv__decoration--bb {
    left: 10%;
    bottom: 0;
    width: 22.5%;
  }
}
.p-top-mv .p-top-mv__decoration--bt {
  right: 7.5%;
  bottom: 7.5%;
  width: 7.5%;
}
@media (max-width: 1000px) {
  .p-top-mv .p-top-mv__decoration--bt {
    right: 12.5%;
    bottom: 0;
  }
}
@media (max-width: 750px) {
  .p-top-mv .p-top-mv__decoration--bt {
    right: 5%;
    width: 15%;
  }
}
.p-top-mv .p-top-mv__decoration--cm {
  left: 25%;
  bottom: 7.5%;
  width: 15%;
}
@media (max-width: 750px) {
  .p-top-mv .p-top-mv__decoration--cm {
    left: 27.5%;
    bottom: 0;
    width: 30%;
  }
}
.p-top-mv .p-top-mv__decoration--el {
  right: 25%;
  bottom: 33.25%;
  width: 17.5%;
}
@media (max-width: 750px) {
  .p-top-mv .p-top-mv__decoration--el {
    inset: 12.5% 0 auto;
    width: 32.5%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-mv .p-top-mv__decoration--ro {
  right: 37.5%;
  top: 17.5%;
  width: 17.5%;
}
@media (max-width: 750px) {
  .p-top-mv .p-top-mv__decoration--ro {
    right: 2.5%;
    top: auto;
    bottom: 25%;
    width: 35%;
  }
}
.p-top-mv .p-top-mv__title {
  inset: auto 17% 22.5% auto;
  width: 40%;
  max-width: none;
  transform: none;
}
@media (max-width: 750px) {
  .p-top-mv .p-top-mv__title {
    inset: 20% 0 auto;
    width: 95%;
    margin: 0 auto;
  }
}
.p-top-contact .p-top-contact__telNote .c-list__item {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-top-message .p-top-message__cloud {
  margin-bottom: -1px;
}
.p-top-greeting .p-top-greeting__title:has([data-split-text=span]) {
  padding-right: 550px;
}
@media (max-width: 1000px) {
  .p-top-greeting .p-top-greeting__title:has([data-split-text=span]) {
    padding-right: 0;
  }
}
.p-top-features .p-top-features__item:nth-child(odd) .p-top-features__itemTitle {
  max-width: 450px;
}
@media (max-width: 1280px) {
  .p-top-features .p-top-features__item:nth-child(odd) .p-top-features__itemTitle {
    max-width: none;
  }
}
.p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item {
  flex: 1;
  min-width: 30%;
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:nth-child(5n+1) .p-top-facilities__itemImage {
    border-top-left-radius: 10px;
  }
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:nth-child(6n+1) .p-top-facilities__itemImage {
    border-top-left-radius: 130px;
  }
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:nth-child(5n+5) .p-top-facilities__itemImage {
    border-bottom-right-radius: 10px;
  }
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:nth-child(6n+6) .p-top-facilities__itemImage {
    border-bottom-right-radius: 130px;
  }
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:where(:nth-child(3n+1), :nth-child(3n+2), :nth-child(3n+3)) {
    margin-top: 30px;
  }
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:where(:nth-child(3n+1), :nth-child(3n+2), :nth-child(3n+3)) .p-top-facilities__itemTitle {
    order: 0;
  }
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:where(:nth-child(3n+1), :nth-child(3n+2), :nth-child(3n+3)) .p-top-facilities__itemText {
    order: 0;
  }
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:where(:nth-child(3n+1), :nth-child(3n+2), :nth-child(3n+3)) .p-top-facilities__itemImage {
    order: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:where(:nth-child(3n+4), :nth-child(3n+5), :nth-child(3n+6)) {
    margin-top: 0;
  }
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:where(:nth-child(3n+4), :nth-child(3n+5), :nth-child(3n+6)) .p-top-facilities__itemTitle {
    order: 2;
  }
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:where(:nth-child(3n+4), :nth-child(3n+5), :nth-child(3n+6)) .p-top-facilities__itemText {
    order: 3;
  }
}
@media (min-width: 751px) {
  .p-top-facilities .p-top-facilities__list:has(> .p-top-facilities__item:where(:nth-child(6), :nth-child(12)):last-child) .p-top-facilities__item:where(:nth-child(3n+4), :nth-child(3n+5), :nth-child(3n+6)) .p-top-facilities__itemImage {
    order: 1;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* --------------------------------------------------------- *
 *  services
 * --------------------------------------------------------- */
.p-services-menu .p-services-menu__title {
  text-align: center;
}
.p-services-item .p-services-item__heading__badge {
  position: relative;
}
.p-services-item .p-services-item__heading__badge span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: calc(var(--badge-font-size) * var(--badge-size) * -0.25) 0 0 calc(var(--badge-font-size) * var(--badge-size) * -0.25);
  width: calc(var(--badge-font-size) * var(--badge-size) * 0.55);
  height: calc(var(--badge-font-size) * var(--badge-size) * 0.55);
  font-size: 0.75em;
  letter-spacing: 0.1em;
  background-color: #fff6e4;
  background-image: radial-gradient(#ffeec9 3px, transparent 5px), radial-gradient(#ffeec9 3px, transparent 5px);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  border-radius: 50%;
}
.p-services-item .p-services-item__subcontent {
  margin-top: 3em;
}
.p-services-column .p-services-item__subheading {
  background-color: #fbc78e;
  background-image: none;
}
@media (max-width: 750px) {
  .p-services-alliance .p-services-alliance__intro {
    text-align: start;
  }
}

/* --------------------------------------------------------- *
 *  staff
 * --------------------------------------------------------- */
:not(.p-staff-policy) + .p-staff-director {
  padding-top: 205px;
}
@media (max-width: 1280px) {
  :not(.p-staff-policy) + .p-staff-director {
    padding-top: 100px;
  }
}

.p-staff-director .p-staff-director__name rt {
  position: static;
  top: auto;
  transform: none;
}
.p-staff-doctor .p-staff-doctor__subTitle {
  font-family: var(--font-family-kiwi);
  line-height: 1.75;
  color: #254a66;
}
@media (max-width: 750px) {
  .p-staff-staff .p-staff-message__text, .p-staff-message .p-staff-message__text, .p-staff-recruit .p-staff-message__text {
    text-align: start;
  }
}
.p-staff-recruit {
  /*
  &__body {
  	--gap: 80px;
  	display: grid;
  	gap: var(--gap);
  	margin-top: var(--gap);

  	@include breakpoint-max(sm) {
  		--gap: 50px;
  	}
  }

  &__info {
  	padding: 0;
  }

  &__list {
  	display: grid;
  	grid-template-columns: auto 1fr;
  	line-height: 2;
  	--padding-list: 0.25em;

  	@include breakpoint-max(md) {
  		font-size: 1.4rem;
  	}
  }

  &__item {
  	display: contents;
  }

  &__name {
  	grid-column: 1/2;
  	padding-top: var(--padding-list);
  	padding-right: 1em;
  	padding-bottom: var(--padding-list);
  	font-weight: var(--font-weight-medium);
  	text-align: right;
  	white-space: nowrap;
  }

  &__content {
  	grid-column: 2/3;
  	padding-top: var(--padding-list);
  	padding-bottom: var(--padding-list);
  	padding-left: 1em;
  	border-left: 1px solid;
  }
  */
  /*
  .p-staff-message {
  	&__text {
  		margin-bottom: 0;
  	}
  }
  */
}
.p-staff-recruit__body {
  margin: 0 auto;
}
.p-staff-recruit__item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 35px 0;
  border-top: 2px dashed #a8dde1;
  margin: 0;
}
@media (max-width: 750px) {
  .p-staff-recruit__item {
    flex-flow: column;
    align-items: stretch;
    column-gap: 0;
  }
}
:where([data-theme-color=forest]) .p-staff-recruit__item {
  border-top-color: #fec854;
}

.p-staff-recruit__name {
  flex-basis: 10em;
  font-family: var(--font-family-kiwi);
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.5;
  color: #52bbf7;
  text-align: center;
}
@media (max-width: 750px) {
  .p-staff-recruit__name {
    flex-basis: auto;
    margin-bottom: 20px;
  }
}
:where([data-theme-color=forest]) .p-staff-recruit__name {
  color: #fb8b0b;
}

.p-staff-recruit__content {
  flex: 1;
}
.p-staff-recruit__subcontent {
  display: flex;
}
@media (max-width: 750px) {
  .p-staff-recruit__subcontent {
    flex-direction: column;
  }
}
.p-staff-recruit__subcontent:not(:first-of-type) {
  margin-top: 1em;
}
@media (max-width: 750px) {
  .p-staff-recruit__subcontent:not(:first-of-type) {
    margin-top: 2em;
  }
}
@media (max-width: 750px) {
  .c-definition-list01 .p-staff-recruit__subcontent {
    flex-direction: row;
  }
}
@media (max-width: 750px) {
  .c-definition-list01 .p-staff-recruit__subcontent:not(:first-of-type) {
    margin-top: 1em;
  }
}

.p-staff-recruit__subheading {
  margin: 0 1em 0 0;
}
@media (max-width: 750px) {
  .p-staff-recruit__subheading {
    margin: 0 0 1em 0;
  }
}
.c-definition-list01 .p-staff-recruit__subheading {
  min-width: 10rem;
}
@media (max-width: 750px) {
  .c-definition-list01 .p-staff-recruit__subheading {
    margin: 0 1em 0 0;
  }
}

/* --------------------------------------------------------- *
 *  facilities
 * --------------------------------------------------------- */
.p-facilities-slider .p-facilities-slider__text span {
  display: inline-block;
}
@media (max-width: 750px) {
  .p-facilities-slider .p-facilities-slider__text span {
    display: inline;
  }
}

/* --------------------------------------------------------- *
 *  equipments
 * --------------------------------------------------------- */
.p-equipments-emergency .p-equipments-emergency__intro {
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 750px) {
  .p-equipments-emergency .p-equipments-emergency__intro {
    text-align: start;
  }
}
@media (max-width: 575px) {
  .p-equipments-emergency .p-equipments-emergency__intro {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.p-equipments-emergency .p-equipments-emergency__list__inner:has(> .l-image-grid__item:nth-child(4):last-child) {
  --column-count: 2;
}
@media (max-width: 575px) {
  .p-equipments-emergency .p-equipments-emergency__list__inner:has(> .l-image-grid__item:nth-child(4):last-child) {
    --column-count: 1;
  }
}
.c-clipboard .c-clipboard__header {
  padding-top: 32px;
}

/* --------------------------------------------------------- *
 *  access
 * --------------------------------------------------------- */
.p-access-transportation__title span:first-child {
  white-space: nowrap;
}
.p-access-transportation__item-note {
  margin-top: 1.5em;
  line-height: 1.7;
}

/* --------------------------------------------------------- *
 *  pattern
 * --------------------------------------------------------- */

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