@charset "UTF-8";
.c-keep-word, .c-heading08, #p-top .p-top-contact__text, #p-top .p-top-message__subTitle, #p-top .p-top-greeting__subTitle, #p-top .p-top-features__itemTitle, #p-top .p-top-services__itemTitle, #p-top .p-top-facilities__itemTitle, #p-services .c-menu-list__text, #p-services .c-check-list__item, #p-services .p-services-menu__title, #p-services .p-services-item__heading__text, #p-services .p-services-column__heading, #p-services .p-services-alliance__heading, #p-staff .p-staff-director__subTitle, #p-staff .p-staff-dentist__subTitle, #p-staff .p-staff-career__content, #p-facilities .p-facilities-slider__heading, #p-equipments .p-equipments-list__heading, #p-equipments .p-equipments-emergency__list__inner .l-image-grid__heading, #p-equipments .p-equipments-features__item__heading {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.c-keep-word span, .c-heading08 span, #p-top .p-top-contact__text span, #p-top .p-top-message__subTitle span, #p-top .p-top-greeting__subTitle span, #p-top .p-top-features__itemTitle span, #p-top .p-top-services__itemTitle span, #p-top .p-top-facilities__itemTitle span, #p-services .c-menu-list__text span, #p-services .c-check-list__item span, #p-services .p-services-menu__title span, #p-services .p-services-item__heading__text span, #p-services .p-services-column__heading span, #p-services .p-services-alliance__heading span, #p-staff .p-staff-director__subTitle span, #p-staff .p-staff-dentist__subTitle span, #p-staff .p-staff-career__content span, #p-facilities .p-facilities-slider__heading span, #p-equipments .p-equipments-list__heading span, #p-equipments .p-equipments-emergency__list__inner .l-image-grid__heading span, #p-equipments .p-equipments-features__item__heading span {
  display: inline-block;
}
@media only screen and (min-width: 751px) {
  .c-keep-word--md, #p-top .p-top-date__text, #p-services .p-services-alliance__intro, #p-staff .p-staff-message__text, #p-facilities .p-facilities-slider__text, #p-equipments .p-equipments-emergency__intro {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .c-keep-word--md span, #p-top .p-top-date__text span, #p-services .p-services-alliance__intro span, #p-staff .p-staff-message__text span, #p-facilities .p-facilities-slider__text span, #p-equipments .p-equipments-emergency__intro span {
    display: inline-block;
  }
}

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

/* --------------------------------------------------------- *
 *  header
 * --------------------------------------------------------- */
@media only screen and (min-width: 1001px) {
  .l-header__body > a {
    flex: 1;
    max-width: 450px;
  }
}
.l-header__logo {
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 1000px) {
  .l-header__logo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .l-header__logo {
    max-width: 200px;
  }
}

@media only screen and (min-width: 1001px) {
  .l-nav {
    flex: 0 1 auto !important;
    margin-left: auto !important;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1690px) {
  .l-nav__list {
    padding-right: 50px !important;
  }
}

/* --------------------------------------------------------- *
 *  footer
 * --------------------------------------------------------- */
.l-footer__logo {
  width: auto !important;
  max-width: 400px;
}
@media only screen and (max-width: 1000px) {
  .l-footer__logo {
    max-width: 260px;
  }
}
@media only screen and (max-width: 750px) {
  .l-footer__logo {
    max-width: 260px;
  }
}

/* --------------------------------------------------------- *
 *  top
 * --------------------------------------------------------- */
#p-top {
  /* main visual */
}
#p-top .l-mv::after {
  display: none;
}
#p-top .p-top {
  /* mv */
  /* date */
  /* contact */
  /* message */
  /* greeting */
  /* features */
  /* services */
  /* facilities */
}
#p-top .p-top-mv__title {
  inset: auto 16.5% 29% auto;
  max-width: 880px;
  width: 55%;
  transform: none;
}
@media only screen and (max-width: 750px) {
  #p-top .p-top-mv__title {
    inset: 55.5% 0 auto;
    width: 100%;
    margin: 0 auto;
  }
}
#p-top .p-top-contact__item:only-child {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1280px) {
  #p-top .p-top-contact__item:only-child {
    width: 100%;
  }
}
#p-top .p-top-message__cloud {
  margin-bottom: -1px;
}
@media only screen and (max-width: 750px) {
  #p-top .p-top-message__subTitle {
    font-size: 5.5vw;
  }
}
#p-top .p-top-message__subImage {
  overflow: hidden;
}
#p-top .p-top-message__subImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #p-top .p-top-greeting__subTitle {
    font-size: 5.5vw;
  }
}
@media only screen and (max-width: 750px) {
  #p-top .p-top-features__itemTitle {
    font-size: 5.5vw;
  }
}
@media only screen and (max-width: 575px) {
  #p-top .p-top-facilities__itemText {
    padding: 0 1em;
  }
}
#p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(5) .p-top-facilities__itemImage {
  border-bottom-right-radius: 10px;
}
#p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(6) {
  flex: 1;
}
#p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(6) .p-top-facilities__itemTitle {
  order: 2;
}
#p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(6) .p-top-facilities__itemText {
  order: 3;
}
#p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(6) .p-top-facilities__itemImage {
  border-bottom-right-radius: 130px;
  order: 1;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(6) .p-top-facilities__itemImage {
    border-bottom-right-radius: 60px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1000px) {
  #p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(n+3):nth-child(-n+4) .p-top-facilities__itemImage {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1000px) {
  #p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(n+3):nth-child(-n+6) {
    flex: 0 1 auto;
    margin-top: 20px;
    padding-top: 30px;
  }
  body[data-theme=sky] #p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(n+3):nth-child(-n+6) {
    border-top: #a8dde1 solid 1px;
  }
  body[data-theme=forest] #p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(n+3):nth-child(-n+6) {
    border-top: #e58e50 solid 1px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1000px) {
  #p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(n+3):nth-child(-n+6) .p-top-facilities__itemTitle, #p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(n+3):nth-child(-n+6) .p-top-facilities__itemText, #p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(n+3):nth-child(-n+6) .p-top-facilities__itemImage {
    order: 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1000px) {
  #p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(n+3):nth-child(-n+6) .p-top-facilities__itemImage {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1001px) {
  #p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(n+3):nth-child(-n+6) .p-top-facilities__itemTitle {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1001px) {
  #p-top .p-top-facilities__list:has(> :nth-child(6):last-child) .p-top-facilities__item:nth-child(n+3):nth-child(-n+6) .p-top-facilities__itemText {
    padding-right: 0;
    padding-left: 0;
  }
}

/* --------------------------------------------------------- *
 *  services
 * --------------------------------------------------------- */
@media only screen and (max-width: 575px) {
  #p-services .c-menu-list__text {
    font-size: 1.2rem;
  }
}
#p-services .p-services-menu__title {
  text-align: center;
}
#p-services .p-services-item__heading__badge {
  position: relative;
}
#p-services .p-services-item__heading__badge span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: -25% 0 0 -25%;
  width: 55%;
  height: 55%;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  background-color: #fde3c7;
  background-image: radial-gradient(#fcdbb6 3px, transparent 5px), radial-gradient(#fcdbb6 3px, transparent 5px);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  #p-services .p-services-alliance__intro {
    text-align: start !important;
  }
}

/* --------------------------------------------------------- *
 *  staff
 * --------------------------------------------------------- */
@media only screen and (max-width: 750px) {
  #p-staff .p-staff-director__subTitle {
    font-size: 5.5vw;
  }
}
#p-staff .p-staff-director__name rt {
  position: static;
  top: auto;
  transform: none;
}
#p-staff .p-staff-dentist__profileContent > :where(div, ul, table):not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #p-staff .p-staff-message__text {
    text-align: start !important;
  }
}
#p-staff .p-staff-recruit__body {
  margin: 0 auto;
}
#p-staff .p-staff-recruit__item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 35px 0;
  border-top: 2px dashed #a8dde1;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  #p-staff .p-staff-recruit__item {
    flex-flow: column;
    align-items: stretch;
    column-gap: 0;
  }
}
#p-staff .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 only screen and (max-width: 750px) {
  #p-staff .p-staff-recruit__name {
    flex-basis: auto;
    margin-bottom: 20px;
  }
}
#p-staff .p-staff-recruit__content {
  flex: 1;
}
#p-staff .p-staff-recruit__note {
  margin-top: 20px;
}
#p-staff .p-staff-recruit__subcontent {
  display: flex;
  gap: 10px 20px;
}
@media only screen and (max-width: 750px) {
  #p-staff .p-staff-recruit__subcontent {
    flex-direction: column;
  }
}
#p-staff .p-staff-recruit__subcontent:not(:first-of-type) {
  margin-top: 1em;
}
@media only screen and (max-width: 750px) {
  #p-staff .p-staff-recruit__subcontent:not(:first-of-type) {
    margin-top: 2em;
  }
}
#p-staff .p-staff-recruit__subheading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 15rem;
  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;
}
@media only screen and (max-width: 750px) {
  #p-staff .p-staff-recruit__subheading {
    min-width: auto;
  }
}
#p-staff .p-staff-recruit__subitem {
  align-self: center;
}

/* --------------------------------------------------------- *
 *  facilities
 * --------------------------------------------------------- */
/* --------------------------------------------------------- *
 *  equipments
 * --------------------------------------------------------- */
@media only screen and (min-width: 751px) and (max-width: 1000px) {
  #p-equipments .p-equipments-list__heading {
    font-size: 2.4rem;
  }
}
#p-equipments .p-equipments-emergency__intro {
  padding-left: 55px;
  padding-right: 55px;
}
@media only screen and (max-width: 750px) {
  #p-equipments .p-equipments-emergency__intro {
    text-align: start !important;
  }
}
@media only screen and (max-width: 575px) {
  #p-equipments .p-equipments-emergency__intro {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
/* --------------------------------------------------------- *
 *  access
 * --------------------------------------------------------- */
.c-indent--1 {
  padding-left: 1em;
  text-indent: -1em;
}

.c-indent--2 {
  padding-left: 2em;
  text-indent: -2em;
}

.c-indent--3 {
  padding-left: 3em;
  text-indent: -3em;
}

.c-indent--4 {
  padding-left: 4em;
  text-indent: -4em;
}

.c-indent--5 {
  padding-left: 5em;
  text-indent: -5em;
}

.c-indent--6 {
  padding-left: 6em;
  text-indent: -6em;
}

.c-dot::before {
  content: "・" !important;
}

.c-note::before {
  content: "※" !important;
}

.c-sq::before {
  content: "■" !important;
}

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