@charset "utf-8";
/*=======================

コンテンツスクロール

========================*/
.scroll-fade {
  opacity: 0;
}

/* 下からフェードイン
================================*/

.scroll-fade-item.-fadeUp {
  animation-name: fadeUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(300px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-fade-item.-fadeUp2 {
  animation-name: fadeUp2;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUp2 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .scroll-fade-item.-delay1 {
  animation-delay: .3s;
}
.scroll-fade-item.-delay2 {
  animation-delay: .6s;
} */

/*=======================

  スライド splide

========================*/

#clinic.clinic_sec {
  background-position: left 80px bottom 70px, right 130px top 150px;
  padding: 50px 0px;
}

#clinic .section_heading {
  z-index: -1;
}

.clinic_slide {
  position: relative;
}

.clinic_slide .splide {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}

.clinic_slide::before {
  content: "";
  background-color: var(--color01);
  position: absolute;
  top: 150px;
  height: 294px;
  width: 100vw;
}

.splide__pagination__page.is-active {
  background-color: var(--color01);
  transform: scale(1);
}

.splide_txt {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.splide_txt .footer_eria-heading {
  margin-top: 30px;
}

.splide__arrow svg {
  fill: var(--color01);
  width: 20px;
  height: auto;
}

.splide__arrow--prev {
  /* left: 2em; */
}
.splide__arrow--next {
  /* right: 2em; */
}

#splide01 .splide__arrow {
  background-color: #fff;
  top: 35%;
  opacity: 1;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 10px 2px rgba(0 0 0 / 20%);
}

.splide__pagination {
  padding: 0 0;
  position: relative;
  bottom: 0;
  z-index: 1;
  margin-top: 30px;
}

.slide_txt_p {
  font-size: clamp(16px, 18 / 1200 * 100vw, 18px);
  letter-spacing: 0;
}

.feature_item-heading {
  font-size: clamp(20px, 24 / 1200 * 100vw, 24px);
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  color: var(--color02);
  border-bottom: 1px solid var(--color02);
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 834px) {
  #splide01 .splide__arrow {
    width: 40px;
    height: 40px;
    top: 40%;
  }
}

@media screen and (max-width: 667px) {
  .clinic_slide::before {
    top: 20%;
    height: 25%;
  }

  #splide01 .splide__arrow {
    top: 25%;
  }

  .clinic_slide .footer_eria-heading span {
    padding: 0px 27%;
    width: 100%;
  }
  .clinic_slide .footer_eria-heading span:before,
  .clinic_slide .footer_eria-heading span:after {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  #clinic.clinic_sec {
    background-image: url(../img/doctor_decobg_l.png), none;
  }
}

.mainvisual_inner {
  max-width: 1260px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

.mainvisual_img {
  text-align: right;
  padding-left: 50px;
}

.mainvisual_img-item {
  display: inline-block;
}

.mainvisual_catchcopy {
  font-size: clamp(20px, 48 / 1200 * 100vw, 48px);
  color: #fff;
  position: absolute;
  left: 0;
  top: 25%;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.4);
}

.mainvisual_scrolldown {
  position: absolute;
  left: 35px;
  bottom: 40px;
  z-index: 10;
  /* width: 50px; */
}

.mainvisual_scrolldown-text {
  font-size: clamp(11px, 18 / 1200 * 100vw, 18px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  position: absolute;
  top: 90px;
  left: -25px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.mainvisual_scrolldown-text span.-icon {
  font-size: 10px;
  color: #333;
  margin-left: 5px;
}

.mainvisual_scrolldown-arrow {
  width: 2px;
  height: 285px;
  margin: 50px 0 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.mainvisual_scrolldown-arrow:before {
  content: "";
  width: 2px;
  height: 285px;
  margin: 50px 0 0;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: arrow 2s ease-in-out infinite normal;
  animation: arrow 2s ease-in-out infinite normal;
  z-index: 10;
}

@keyframes arrow {
  0% {
    height: 0;
    top: -50px;
    opacity: 1;
  }

  60% {
    height: 250px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 250px;
    opacity: 0;
  }
}

.services_heading {
  gap: 20px 60px;
  justify-content: center;
  padding: 0 20px;
}

.services_heading_item {
  max-width: 460px;
  width: 100%;
}
.services_heading_item::before {
  left: -60px;
  right: unset;
  background-image: url(../img/greeting_deco2.png);
  width: 210px;
  height: 196px;
}
.services_heading::before {
  top: unset;
  right: 140px;
  bottom: -200px;
  background-image: url(../img/greeting_deco3.png);
  width: 213px;
  height: 223px;
}

/* doctor */

.doctor_name_wrap {
  margin-bottom: 15px;
}

.doctor_ttl {
  background-color: var(--color02);
  color: #fff;
  display: inline-block;
  font-family: "Kozuka Gothic Pr6N";
  font-size: clamp(18px, 18 / 1200 * 100vw, 24px);
  text-align: left;
  position: relative;
  line-height: 1.5;
  padding: 0 3px;
  margin-bottom: 10px;
}

.doctor_name {
  color: #333;
  display: inline-block;
  font-size: clamp(24px, 18 / 1200 * 100vw, 30px);
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  padding: 3px;
}

.doctor_name span {
  font-size: clamp(20px, 18 / 1200 * 100vw, 24px);
  font-weight: 400;
}

.doctor_list li {
  letter-spacing: 0;
  /* padding-left: 1em;
  text-indent: -1em; */
}

.greeting_text {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

/* equipment */

#equipment .lower_flex01_ttl {
  font-size: clamp(17px, 18 / 1200 * 100vw, 22px);
  position: relative;
  color: #333;
  font-weight: 400;
}

#equipment .lower_flex01_ttl::before {
  content: "";
  border: solid 3px var(--color02);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 3px;
}

#equipment .lower_flex01_ttl.--circle01::before {
  border-color: #9bdae0;
}

#equipment .lower_flex01_ttl.--circle02::before {
  border-color: #cd9bc7;
}

/* 施設基準について */

.u-li-number {
	display: inline-block;
}
.u-li-number > li {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}
.u-li-number > li:not(:last-child) {
	margin-bottom: 16px;
}
.u-li-number > li .num {
	color: var(--color04);
}

/* access */

.list_dot li {
  margin: 0;
}

#access .lower_ttl04 {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 500;
}

#access_flex .lower_ttl04 {
  text-align: left;
}

#access .lower_white_bg {
  padding-inline: 35px;
}
#access .lower_flex02 {
  gap: 35px 15px;
}

#access iframe {
  width: 100%;
}
#access .lower_ttl03 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#address .lower_flex02_item {
  max-width: 100%;
}

#access_flex .lower_ttl04::before {
  content: "";
  border: solid 3px var(--color01);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 3px;
}

#train::after {
  content: "";
  background: url(../img/icon_train.png) no-repeat center;
  position: absolute;
  right: 0;
  left: 0;
  top: -25px;
  margin: auto;
  width: 53px;
  height: 66px;
}

#bus::after {
  content: "";
  background: url(../img/icon_bus.png) no-repeat center;
  position: absolute;
  right: 0;
  left: 0;
  top: -25px;
  margin: auto;
  width: 72px;
  height: 66px;
}

#address::after {
  content: "";
  background: url(../img/icon_access.png) no-repeat center;
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
  margin: auto;
  width: 33px;
  height: 50px;
}

.clinic_sec:nth-of-type(2n) {
  background: url(../img/doctor_decobg_l.png) no-repeat left 80px top 550px,
    url(../img/doctor_decobg_r.png) no-repeat right 130px top 250px;
}

@media screen and (max-width: 1200px) {
  .mainvisual_container:before,
  .mainvisual_container:after {
    width: 25%;
  }
  .mainvisual:after {
    width: 25%;
  }
}

@media screen and (max-width: 1080px) {
  .mainvisual_catchcopy {
    line-height: 1.5;
  }
  .mainvisual_scrolldown-arrow {
    height: 150px;
    margin: 50px auto 0;
  }

  .mainvisual_scrolldown-arrow:before {
    height: 150px;
    margin: 50px auto 0;
  }

  @keyframes arrow {
    0% {
      height: 0;
      top: -50px;
      opacity: 1;
    }

    60% {
      height: 150px;
      opacity: 1;
    }

    100% {
      height: 0;
      top: 150px;
      opacity: 0;
    }
  }
}

@media screen and (max-width: 834px) {
  .services_heading_item::before {
    left: -200px;
  }

  .mainvisual {
    padding: 0 15px 40px 60px;
  }

  .mainvisual_scrolldown {
    left: 20px;
  }
}

@media screen and (max-width: 667px) {
  .services_heading::before {
    right: 0;
  }
  .services_heading_item::before {
    left: -80px;
    bottom: 0;
    top: 70%;
  }

  .mainvisual_container::before,
  .mainvisual_container::after {
    width: 55%;
  }

  #access .lower_flex02_item {
    padding-top: 40px;
  }

  #access_flex .lower_flex02 {
    gap: 0px;
  }
  #access_flex .lower_flex02_item {
    padding-top: 10px;
  }

  #equipment .lower_flex03_img {
    order: -1;
  }

  .mainvisual {
    padding: 0 10px 30px 30px;
  }

  .mainvisual:after {
    height: 15%;
  }

  .mainvisual_scrolldown {
    left: 10px;
    bottom: 10px;
  }
  .mainvisual_scrolldown-arrow {
    height: 130px;
    margin: 50px auto 0;
  }

  .mainvisual_scrolldown-arrow:before {
    height: 100px;
    margin: 50px auto 0;
  }

  @keyframes arrow {
    0% {
      height: 0;
      top: -50px;
      opacity: 1;
    }

    60% {
      height: 100px;
      opacity: 1;
    }

    100% {
      height: 0;
      top: 100px;
      opacity: 0;
    }
  }

  .mainvisual:before {
    height: 85%;
  }

  .mainvisual_img {
    padding-left: 30px;
  }
}
