@charset "UTF-8";
.c-keep-word, .el--title, .el__header--title, .el__item--title, .el__item--label, .el2__item--title, .el2__item--definition-term, .el3__item--title, .sc__header--title, .services-caries .el__item--meta ul li, .header__banner-facilities ul li {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.c-keep-word span, .el--title span, .el__header--title span, .el__item--title span, .el__item--label span, .el2__item--title span, .el2__item--definition-term span, .el3__item--title span, .sc__header--title span, .services-caries .el__item--meta ul li span, .header__banner-facilities ul li span {
  display: inline-block;
}

/* --------------------------------------------------------- *
 *  common
 * --------------------------------------------------------- */
dfn {
  font-style: normal;
}

img {
  image-rendering: auto;
}

.-color-secondary {
  color: #bee274;
}

.-text-small {
  font-size: 14px;
}

.-map a {
  color: inherit;
}

.text-center .btn {
  margin-bottom: 15px;
}
.text-center:last-child .btn {
  margin-bottom: 0;
}

.el__box--item {
  position: relative;
  padding-left: 1em;
}
.el__box--item::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #5fc4e6;
}
.el__box--list.-dotted .el__box--item::before {
  content: "・";
  color: inherit;
}

.el__box--list.-note .el__box--item::before {
  content: "※";
}

.el__box--link {
  display: inline-block;
  text-decoration: underline;
}
.el__box--link:hover {
  text-decoration: none;
}
.el__item--label {
  width: fit-content;
  margin-bottom: 10px;
  padding: 0.375rem 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  background-color: #5fc4e6;
}
.el__item--thumb .el__item--label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-bottom: 0;
  border-radius: 0 0 13px 0;
  background-color: #bee274;
}

.el__item--thumb {
  position: relative;
}
.el__item--name {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
.el__item--column {
  padding: 24px 20px;
  border: 5px solid #bee274;
  border-radius: 25px;
}
.el__slider .slider__item--title {
  margin-bottom: 10px;
}
.el__slider .slider__item--title:last-child {
  margin-bottom: 0;
}
.el__socical:first-child {
  margin-top: 0;
}

.el2__item--definition-term {
  font-weight: bold;
}
.el2__item--definition-description {
  margin-bottom: 25px;
}
.el2__item--definition-description:last-child {
  margin-bottom: 0;
}

.nav__mobile .schedule__text, .home-slider .schedule__text, .home-clgt .schedule__text {
  text-align: center;
  margin-bottom: 40px;
}
.nav__mobile .schedule__text .el__box--item, .home-slider .schedule__text .el__box--item, .home-clgt .schedule__text .el__box--item {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.services-clgt:has(.el__socical) {
  padding-bottom: 0;
}
.services-clgt .el__socical {
  margin-top: 0;
  padding-top: 45px;
  padding-bottom: 45px;
}

/* --------------------------------------------------------- *
 *  pc-slider
 * --------------------------------------------------------- */
.wrapper--pc .photo-logo {
  width: fit-content;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper--pc .photo-logo > a > img {
  width: 100%;
  filter: drop-shadow(0 0 5px white);
}
.wrapper--pc .wow {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.photo-times .schedule {
  margin-bottom: 20px;
}
.photo-times .schedule:last-child {
  margin-bottom: 0;
}
.photo-times .schedule__text .-color-primary, .photo-times .schedule__text .-color-secondary {
  color: inherit;
}
.photo-times .schedule__text .el__box--item::before {
  color: inherit;
}

/* --------------------------------------------------------- *
 *  header
 * --------------------------------------------------------- */
.header__nav > ul > li {
  height: 100%;
  padding: 0;
}
.header__nav > ul > li > a {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 0 10px;
}

.nav__mobile .wow {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

/* --------------------------------------------------------- *
 *  footer
 * --------------------------------------------------------- */
/* --------------------------------------------------------- *
 *  top
 * --------------------------------------------------------- */
.flickity-page-dots:has(.dot:only-child) {
  display: none;
}

.nav__mobile .home-slider__text:has(+ .home-slider__text)::after {
  display: none;
}

.home-slider__text .-text-small {
  margin-bottom: 0;
}
.home-slider .dn__slider .slider__catch {
  position: absolute;
  top: 65%;
  left: 7.5%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.home-concept .home-concept--bg {
  border-right: 5px solid #bee274;
  border-left: 5px solid #5fc4e6;
}
.home-concept .home-concept__txt .el__content {
  padding-top: 300px;
}
@media (max-width: 575px) {
  .home-concept .home-concept__txt .el__content {
    padding-top: 250px;
  }
}
.home-concept .home-concept__txt .el--title {
  font-size: inherit;
  line-height: 1.75;
}
.home-greeting .el__item--title:last-child::after {
  display: none;
}
.home-greeting .el__item--sign:not(.el__item--sub) {
  padding: 0 35px;
  margin-bottom: 40px;
}
.home-feature .el__item--excerpt:last-child {
  margin-bottom: 0;
}
.home-services .el__col {
  flex: 0 0 auto;
  width: 50%;
}
.home-services .el__item--thumb img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}
.home-banner:not(:has(.el__item)) {
  padding-top: 45px;
}

/* --------------------------------------------------------- *
 *  services
 * --------------------------------------------------------- */
.header__banner--services .el__col {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.header__banner--services .el__item--thumb img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.services-caries .el__item--meta .el__box--list:has(+ .el__item--block, + .el__item--column), .services-caries .el__item--meta .el__item--excerpt:has(+ .el__item--block, + .el__item--column), .services-caries .el__item--meta .el__item--block:has(+ .el__item--block, + .el__item--column), .services-caries .el__item--meta .el__item--column:has(+ .el__item--block, + .el__item--column) {
  margin-bottom: 40px;
}
.services-caries .el__item--meta .el__box--list {
  margin-bottom: 20px;
}
.services-caries .el__item--meta .el__box--list:last-child {
  margin-bottom: 0;
}
.services-caries .el__item--meta .el__box--item {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  word-break: normal;
  overflow-wrap: normal;
}
.services-caries .el__item--meta .el__box--item::before {
  font-size: inherit;
}
.services-caries .el__item--meta .el__box--item span {
  display: inline;
}
.services-caries .el__item--meta .el__item--title {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
.services-caries .el__item--meta .el__item--excerpt {
  margin-bottom: 20px;
}
.services-caries .el__item--meta .el__item--excerpt:last-child {
  margin-bottom: 0;
}
.services-caries .el__item--meta .el__item--column .el__item--thumb {
  border-radius: 13px;
}
.services-banner .el__item {
  display: block;
}
.services-banner .el__item:last-child {
  margin-bottom: 0;
}
.services-banner .el__item--thumb > img {
  display: block;
}

/* --------------------------------------------------------- *
 *  staff
 * --------------------------------------------------------- */
.header__banner--staff .el__item--list p, .staff-doctor .el__item--list p {
  margin-bottom: 0;
}
.header__banner--staff .el__item--list p:has(+ strong), .staff-doctor .el__item--list p:has(+ strong) {
  margin-bottom: 30px;
}
.header__banner--staff .el__item--name, .staff-doctor .el__item--name {
  margin-bottom: 20px;
}

.staff-recruit {
  padding: 100px 0 80px;
}
.staff-recruit .el2__item--meta {
  padding: 0 35px;
  font-family: "Noto Sans JP", sans-serif;
}
.staff-recruit .el2__item--title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #289bd8;
  letter-spacing: 1px;
}
.staff-recruit .el2__item--excerpt {
  margin-bottom: 40px;
}

/* --------------------------------------------------------- *
 *  facilities
 * --------------------------------------------------------- */
.facilities-content .el3__item--excerpt {
  margin-bottom: 30px;
}
.facilities-content .el3__item--excerpt:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------- *
 *  equipments
 * --------------------------------------------------------- */
/* --------------------------------------------------------- *
 *  access
 * --------------------------------------------------------- */
.header__banner--map .-wrap iframe {
  width: 100%;
  height: 300px;
}

/* --------------------------------------------------------- *
 *  pattern
 * --------------------------------------------------------- */
.d-inline-block {
  display: inline-block !important;
}

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