@charset "utf-8";

/* 共通
-------------------------------------------*/
.slick-autoplay-toggle-button {
  display: none;
}

.slider .slick-dots {
  margin: 0 auto;
}

.slider .slick-dots li {
  width: 7.5px;
  height: 7.5px;
  line-height: 1;
  margin: 0 7px;
  padding: 0;
}

.slider .slick-dots li button {
  width: 7.5px;
  height: 7.5px;
  position: relative;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0;
}

.slider .slick-dots li button::before {
  display: none;
}

.slider .slick-dots li button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}

.slider .slick-dots li.slick-active button {
  background: #fff;
}

.slider .slick-dots .slick-active button:after {
  background-color: #00aaaa;
  border-radius: 50%;
}

.slick-dots li button .slick-dot-icon {
  opacity: 0;
}

.slick-dots li.slick-active button .slick-dot-icon {
  color: #000;
  opacity: 1;
}

.slick-dots li button .slick-dot-icon:before {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  content: "";
  /* border: 3px solid #00aaaa; */
  border-radius: 50%;
  font-size: 0;
  top: -5px;
  left: -5px;
  color: inherit;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  display: none;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: 0;
  margin-left: 0;
  font-size: 0;
}

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

  .inner567,
  .inner634,
  .inner654,
  .inner760,
  .inner770,
  .inner775,
  .inner790,
  .inner804,
  .inner814,
  .inner830,
  .inner840,
  .inner860,
  .inner870,
  .inner880,
  .inner895,
  .inner900,
  .inner906,
  .inner922,
  .inner930,
  .inner960,
  .inner965,
  .inner968,
  .inner970,
  .inner976,
  .inner980,
  .inner988,
  .inner995,
  .inner1000,
  .inner1018,
  .inner1025,
  .inner1038,
  .inner1040,
  .inner1060,
  .inner1158,
  .inner1176,
  .inner1200,
  .inner1280,
  .inner1324,
  .inner1330,
  .inner1360,
  .inner1680,
  .inner1780 {
    padding: 0px 15px;
  }

  .slider .slick-dots li button {
    width: 9px;
    height: 9px;
  }

  .slick-dots li button .slick-dot-icon:before {
    border: none;
  }

  .curve-white .second-tit-wrap::before {
    left: 0;
    width: calc(100% + 15px);
  }
}


/* メインビジュアル【MV】
-------------------------------------------*/
.mainVisual {
  position: relative;
  max-width: 2000px;
  margin: 64px auto 0;
}

.mainVisual .slider .slick-list {
  overflow: hidden;
}

.mainVisual .slider .slick-dots {
  bottom: 25px !important;
}

.slick-slider.slick-dotted {
  margin-bottom: 43px;
}

.slider_li {
  position: relative;
  overflow: hidden;
}

.slider_li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.slider__imgwrap {
  display: block;
}

.mainVisual .slick-slide img {
  max-width: 2000px;
  margin: 0 auto;
}

.slider_txtwrap {
  position: absolute;
  top: 24.7%;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: min(calc((1056 / 1200) * 100vw), 1056px);
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}

.js-slide {
  opacity: 0;
  transform: translateX(-70px);
  filter: blur(20px);
}


.slick-current .js-slide {
  animation: js-slide 1.0s ease forwards 0.7s;
}

@keyframes js-slide {
  100% {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}


.add-animation .slider_imgwrap {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}


.slider_cate {
  display: flex;
  align-items: center;
  margin-left: -0.1em;
}

.slider_cate_num {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: min(calc((34 / 1200) * 100vw), 34px);
  line-height: 1;
  letter-spacing: .08em;
  color: #fff;
}

.slider_cate_tit {
  font-family: "source-sans-3-variable", sans-serif;
  font-variation-settings: "wght" 600;
  font-size: min(calc((17 / 1200) * 100vw), 17px);
  line-height: 1;
  letter-spacing: 0.08em;
  display: block;
  color: #fff;
  padding: 0.45em 0 0 1.4em;
}

.slider_tit {
  font-size: min(calc((30 / 1200) * 100vw), 30px);
  line-height: 1.86;
  font-weight: 500;
  letter-spacing: .07em;
  margin-top: min(calc((17 / 1200) * 100vw), 17px);
  display: block;
  color: #fff;
}


.topMvNewsArea {
  position: absolute;
  right: 0;
  bottom: 48px;
  height: 88px;
  width: 38.45%;
  max-width: 615px;
  background: #fff;
  border-radius: 20px 0 0 0;
  padding: 30px 2.3% 29px 3%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  display: none;
}

.topMvNewsArea::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: -30px;
  background-image: url(/common/img/common/radius_right_bottom.svg);
}

.topMvNewsArea .slick-slider {
  margin-bottom: 0;
}

.topMvNewsArea .slick-track {
  display: flex;
  align-items: center;
}

.topMvNews_ul {
  overflow: hidden;
  position: relative;
}

.topMvNews_ul_li {
  /* outline: none; */
  position: relative;
  box-sizing: border-box;
  padding-top: 5px;
  padding-right: 40px;
}

.topMvNews_ul_li_a::after {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: url(/common/img/common/icn_triangle_green.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 0;
}

.topMvNews_ul_li_a {
  display: block;
}

.topMvNews_ul_li_a:hover .topMvNews_ul_li_a_date,
.topMvNews_ul_li_a:hover .topMvNews_ul_li_a_tit {
  text-decoration: underline;
}

.topMvNews_ul_li_a_date {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .12em;
  color: #00aaaa;
  padding-right: 1.2em;
}

.topMvNews_ul_li_a_tit {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .08em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


@media screen and (max-width: 1999px) {
  .mainVisual {
    margin: 64px 0 0;
  }
}


@media screen and (max-width: 1199px) {
  .slider_txtwrap {
    left: min(calc((17 / 1200)* 100vw), 17px);
  }
}


@media screen and (max-width: 1099px) {
  .mainVisual {
    margin-top: 60px;
  }
}


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

  .mainVisual,
  .slick-initialized .slick-slide {
    height: calc((1016 / 750) * 100vw);
  }

  body:not(.is-mobile) .mainVisual,
  body:not(.is-mobile) .slick-initialized .slick-slide {
    height: calc((984 / 750) * 100vw);
  }

  .mainVisual {
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 54px;
  }

  .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
  }

  .slider .slick-dots {
    bottom: 23px !important;
  }

  .mainVisual .slider .slick-dots {
    bottom: calc((35 / 750)* 100vw) !important;
  }

  .slider .slick-dots li {
    margin: 0 9px;
  }

  .slider_li::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 50%);
  }

  .slider_txtwrap {
    top: calc((53 / 750) * 100vw);
    left: calc((-70 / 750) * 100vw);
    max-width: min(calc((910 / 1200) * 100vw), 910px);
  }

  .slider_cate_num {
    font-size: calc((70 / 750) * 100vw);
    font-weight: 300;
    letter-spacing: 0.10em;
  }

  .slider_cate_tit {
    font-size: calc((34 / 750) * 100vw);
    font-variation-settings: "wght" 500;
    letter-spacing: 0.06em;
    padding: 0.1em 0 0 .9em;
  }

  .slider_tit {
    font-size: calc((37 / 750) * 100vw);
    letter-spacing: 0.06em;
    margin-top: calc((12 / 750) * 100vw);
    line-height: 1.7;
    white-space: nowrap;
  }

}



/* 左からフェードイン【MV】
-------------------------------------------*/
.js-slide_2,
.js-slide_3,
.js-slide_4 {
  left: min(calc((10 / 1400)* 100vw), 97px);
}


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

  .js-slide_2,
  .js-slide_3,
  .js-slide_4 {
    left: calc((50 / 750)* 100vw);
  }
}


/* 「院内マスク着用のお願い」
---------------------------------------------------*/
.popupModal {
  /* 初期状態では非表示 */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 170, 170, 0.3);
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: all .5s;
}

.popupModal-content {
  background-color: white;
  padding: 2.7em 1em 0.4em;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
  position: relative;
  width: 278px;
  box-sizing: border-box;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 6px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .5s;
}

.close-btn:hover {
  opacity: 0.7;
  /* outline: none; */
}

.close-btn:focus {
  outline: 2px solid #00aaaa;
}

.close-btn:before,
.close-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: black;
  transform-origin: center;
}

.close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popupModal-minasama {
  background-color: rgba(0, 170, 170, .16);
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #00aaaa;
  font-weight: 600;
  display: table;
  margin: 0 auto;
  padding: 0.15em 1.0em;
}

.popupModal-tit {
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.18em;
  color: #00aaaa;
  font-weight: 500;
  margin-top: 14px;
}

.popupModal-imgwrap {
  margin: 40px auto 0;
  width: 111px;
  box-sizing: border-box;
}

.popupModal-txt {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.65;
  margin-top: 33px;
}

.doNotShowAgain {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 23px;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
}

.doNotShowAgain:hover,
.doNotShowAgain input[type="checkbox"]:hover {
  opacity: .7;
  /* outline: none; */
}

.doNotShowAgain input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 1px solid #646464;
  vertical-align: -4px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 6px;
}

.doNotShowAgain input[type="checkbox"]:focus {
  outline: 2px solid #00aaaa;
}

.doNotShowAgain input[type="checkbox"]:checked:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #00aaaa;
  border-bottom: 2px solid #00aaaa;
}


@media screen and (max-width: 767px) {
  .close-btn:hover {
    opacity: 1;
    /* outline: none; */
  }

  .doNotShowAgain:hover,
  .doNotShowAgain input[type="checkbox"]:hover {
    opacity: 1;
  }

  .doNotShowAgain input[type="checkbox"]:focus {
    /* outline: none; */
  }

}


/* 新着情報
-------------------------------------------*/
.topNewsBl {
  padding: 55px 0 0;
}

.topNewsBl .inner1280 {
  position: relative;
}

.topNewsBl .inner860 {
  position: relative;
}

.topNewsBl .second-tit {
  padding-left: 45px;
}

.topNewsBl .second-tit::before {
  width: 14.6px;
  height: 32.9px;
  background: url(../img/common/icn_news_green.svg) no-repeat center / contain;
  top: 11px;
}

.topNewsBl .btn-txtlink {
  position: absolute;
  right: 60px;
  top: 22px;
}

.topNewsBl .tab-wrap {
  display: flex;
  margin-top: 20px;
}

.topNewsBl .tab_area {
  margin: 20px 20px 0 0;
}

.topNews_ul-wrap {
  padding: 1% 4% 4.5%;
}

.topNews_ul {
  display: flex;
  margin-top: 35px;
}

.topNews_ul_li {
  width: 31.2%;
  box-sizing: border-box;
  margin-right: 3.2%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, .05), 5px 5px 5px rgba(0, 0, 0, .1);
}

.topNews_ul_li:nth-child(3n+3) {
  margin-right: 0;
}

.topNews_ul_li_cate-btn,
.topNews_ul_li_cate-btn:visited,
.topNews_ul_li_cate-btn:link {
  color: #00aaaa;
  background-color: rgb(229, 246, 246);
  display: flex;
  justify-content: center;
  cursor: pointer;
  padding: 1.3em .5em;
}

.topNews_ul_li_cate-btn_inner {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .15em;
  color: #00aaaa;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding-right: 20px;
}

.topNews_ul_li_cate-btn_inner::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 7px solid #00aaaa;
  border-right: 0;
  position: absolute;
  top: 8px;
  right: 6px;
  transition: all .5s;
}

.topNews_ul_li_cate-btn:hover .topNews_ul_li_cate-btn_inner::after {
  transform: translate(5px);
}


@media screen and (max-width: 999px) {
  .topNewsBl .inner1018 {
    padding: 0;
  }

  .topNewsBl .btn-txtlink {
    right: 60px;
  }
}


@media screen and (max-width: 767px) {
  .topNewsBl {
    padding: 19px 0 0;
  }

  .topNewsBl .inner1018 {
    padding: 0px 12px;
  }

  .topNewsBl .second-tit {
    padding-left: 30px;
    margin-left: 23px;
  }

  .topNewsBl .second-tit::before {
    top: 6px;
  }

  .topNewsBl .btn-txtlink {
    right: 7px;
    top: 2px;
  }

  .topNewsBl .tab-wrap {
    display: block;
    margin-top: 25px;
  }

  .topNews_ul-wrap {
    padding: 4px 12px 15px;
  }

  .topNews_ul {
    display: block;
    margin-top: 30px;
  }

  .topNews_ul_li {
    width: auto;
    margin-right: 0;
  }

  .topNews_ul_li+.topNews_ul_li,
  .topNews_ul_li:nth-child(3n+3) {
    margin-top: 27px;
  }

  .topNews_ul_li_cate-btn,
  .topNews_ul_li_cate-btn:visited,
  .topNews_ul_li_cate-btn:link {
    padding: 1em .5em;
  }

  .topNews_ul_li_cate-btn_inner {
    font-size: 1.65rem;
    letter-spacing: .12em;
    padding-right: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .topNews_ul_li_cate-btn_inner::after {
    top: 9px;
    right: 15px;
  }

  .topNews_ul_li_cate-btn:hover .topNews_ul_li_cate-btn_inner::after {
    transform: translate(0);
  }

}


/* フッター上のスライダー
-------------------------------------------*/
.topHospitalSliderBl {
  padding: 78px 0 68px;
}

.topHospitalSliderBl .slider .slick-slide {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.topHospitalSliderBl .slider .slick-dots {
  bottom: -38px !important;
}

.topHospitalSliderBl .slider .slick-dots li button {
  background-color: #c9c9c9;
}

.topHospitalSliderBl .slider .slick-slide img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}


@media screen and (max-width: 767px) {
  .topHospitalSliderBl {
    padding: 30px 0 46px;
  }

  .topHospitalSliderBl .slider .slick-slide,
  body:not(.is-mobile) .topHospitalSliderBl .slick-initialized .slick-slide {
    margin-right: 5px !important;
    margin-left: 5px !important;
    height: auto;
  }

  .topHospitalSliderBl .slider .slick-dots {
    bottom: -40px !important;
  }
}


/* 「受診案内」
-------------------------------------------*/
.topMedicalServiceBl {
  padding: 68px 0 99px;
  background: url(../img/common/bg_lightgreen_5.jpg) no-repeat top center / cover;
}

.topMedicalServiceBl .second-tit {
  margin-left: -57px;
  padding-left: 57px;
}

.topMedicalServiceBl .second-tit::before {
  width: 26px;
  height: 28px;
  background: url(../img/common/icn_hospital_green.svg) no-repeat center / cover;
  top: 13px;
}

.topMedicalService_ul {
  margin: 55px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.topMedicalService_ul>li {
  width: 48.3%;
  box-sizing: border-box;
  margin-right: 3.4%;
}

.topMedicalService_ul>li:nth-child(even) {
  margin-right: 0;
}

.topMedicalService_ul>li:nth-child(n+3) {
  margin-top: min(calc((30 / 1200) * 100vw), 30px);
}

.topMedicalService_link {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  cursor: pointer;
}

.topMedicalService_link:hover {
  box-shadow: none;
  opacity: 0.8;
}

.topMedicalService_link_left {
  min-height: min(calc((173.5 / 1200) * 100vw), 173.5px);
  box-sizing: border-box;
  padding: min(calc((17 / 1200) * 100vw), 17px) min(calc((56 / 1200) * 100vw), 56px) min(calc((25 / 1200) * 100vw), 25px);
  position: relative;
  z-index: 2;
}

.topMedicalService_ul>li:nth-child(1) .topMedicalService_link_left {
  background: #00aaaa;
}

.topMedicalService_ul>li:nth-child(2) .topMedicalService_link_left {
  background: linear-gradient(90deg, #68c6d4 0%, #52bfcf 100%);
}

.topMedicalService_ul>li:nth-child(3) .topMedicalService_link_left {
  background: linear-gradient(90deg, #3baab7 0%, #24a6b4 100%);
}

.topMedicalService_ul>li:nth-child(4) .topMedicalService_link_left {
  background: linear-gradient(90deg, #80c9c1 0%, #4bb7a9 100%);
}

/* .topMedicalService_ul>li:nth-child(5) .topMedicalService_link_left {
  background: linear-gradient(90deg, #85a4c2 0%, #5580a8 100%);
} */

.topMedicalService_link_right {
  position: relative;
  z-index: 1;
}

.topMedicalService_link_right img {
  transition: all .5s;
}

.topMedicalService_link:hover .topMedicalService_link_right img {
  transform: scale(1.15);
}

.topMedicalService_link_num {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: min(calc((40 / 1200) * 100vw), 40px);
  line-height: 1;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .15);
  position: absolute;
  right: min(calc((20 / 1200) * 100vw), 20px);
  top: min(calc((13 / 1200) * 100vw), 13px);
}

.topMedicalService_link_tit {
  font-size: min(calc((22 / 1200) * 100vw), 22px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  padding-bottom: min(calc((15 / 1200) * 100vw), 15px);
  position: relative;
}

.topMedicalService_link_tit_inner {
  position: relative;
  padding-right: min(calc((40 / 1200)* 100vw), 40px);
}

.topMedicalService_link_tit_inner::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid rgba(255, 255, 255, .5);
  border-right: 0;
  position: absolute;
  top: min(calc((11 / 1200) * 100vw), 11px);
  right: 0;
  transition: all .5s;
}

.topMedicalService_link:hover .topMedicalService_link_tit_inner::after {
  transform: translateX(10px);
}

.topMedicalService_link_tit::after {
  content: '';
  display: block;
  opacity: 0.7;
  width: 100%;
  height: 1px;
  background: url(../img/common/line_white.svg) no-repeat center / cover;
  position: absolute;
  left: min(calc((-56 / 1200) * 100vw), -56px);
  bottom: 0;
}

.topMedicalService_link_ul {
  margin-top: min(calc((8 / 1200) * 100vw), 8px);
}

.topMedicalService_ul>li:nth-child(4) .topMedicalService_link_ul {
  /* margin-top: min(calc((23 / 1200) * 100vw), 23px); */
}

.topMedicalService_link_ul>li+li {
  margin-top: min(calc((1 / 1200) * 100vw), 1px);
}

.topMedicalService_link_ul>li {
  font-size: min(calc((14 / 1200) * 100vw), 14px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #fff;
}

.topMedicalService_twocol_ul>li+li {
  margin-top: min(calc((38 / 1200) * 100vw), 38px);
}

.topMedicalService_twocol_link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  cursor: pointer;
  height: min(calc((168 / 1200) * 100vw), 168px);
  box-sizing: border-box;
}

.topMedicalService_twocol_link:hover {
  box-shadow: none;
  opacity: 0.8;
}

.topMedicalService_twocol_ul>li:nth-child(1) .topMedicalService_twocol_link {
  background: linear-gradient(90deg, #80c9c1 0%, #4bb7a9 100%);
}

.topMedicalService_twocol_ul>li:nth-child(2) .topMedicalService_twocol_link {
  background: linear-gradient(90deg, #85a4c2 0%, #5580a8 100%);
}

.topMedicalService_twocol_link_num {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: min(calc((40 / 1200) * 100vw), 40px);
  line-height: 1;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .15);
  position: absolute;
  right: min(calc((20 / 1200) * 100vw), 20px);
  top: min(calc((13 / 1200) * 100vw), 13px);
}

.topMedicalService_twocol_link_tit {
  font-size: min(calc((22 / 1200) * 100vw), 22px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  padding-right: min(calc((35 / 1200) * 100vw), 35px);
  position: relative;
}

.topMedicalService_twocol_link_tit::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid rgba(255, 255, 255, .5);
  border-right: 0;
  position: absolute;
  top: min(calc((12 / 1200) * 100vw), 12px);
  right: 0;
  transition: all .5s;
}

.topMedicalService_twocol_link:hover .topMedicalService_twocol_link_tit::before {
  transform: translateX(10px);
}


@media screen and (max-width: 1199px) {
  .topMedicalService_link_tit::before {
    top: min(calc((20 / 1200)* 100vw), 20px);
  }
}


@media screen and (max-width: 999px) {
  .topMedicalServiceBl .second-tit {
    margin-left: 0;
  }

  .topMedicalService_link_tit::before {
    top: min(calc((19 / 1200)* 100vw), 19px);
  }
}


@media screen and (max-width: 767px) {
  .topMedicalServiceBl {
    padding: 38px 0 53px;
    background: url(../img/common/bg_lightgreen_sp.jpg) no-repeat top center / cover;
  }

  .topMedicalServiceBl .inner1040 {
    padding: 0 13px;
  }

  .topMedicalServiceBl .inner976 {
    padding: 0px 12px;
  }

  .topMedicalServiceBl .second-tit {
    padding-left: 45px;
    margin-left: 10px;
  }

  .topMedicalServiceBl .second-tit::before {
    top: 5px;
    left: 0;
  }

  .topMedicalServiceBl .second-tit_cate_txt::before {
    width: 25px;
    height: 27px;
    top: 0px;
  }

  .topMedicalService_link {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

  .topMedicalService_link:hover {
    opacity: 1;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  }

  .topMedicalService_link:hover .topMedicalService_link_right img {
    transform: scale(1);
  }

  .topMedicalService_link_num {
    font-size: 35px;
    top: 17px;
    right: 19px;
  }

  .topMedicalService_link_tit {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.14em;
    margin: 0;
    padding: 0 0 9px;
  }

  .topMedicalService_link_tit_inner {
    padding-right: 19px;
  }

  .topMedicalService_link_tit_inner::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, .5);
    top: 10px;
    right: 0;
  }

  .topMedicalService_link_tit::before {
    top: 13px;
    right: 7%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, .5);
  }

  .topMedicalService_link:hover .topMedicalService_link_tit_inner::after {
    transform: translateX(0);
  }

  .topMedicalService_link:hover .topMedicalService_link_tit::before {
    transform: translateX(0);
  }

  .topMedicalService_link_ul {
    margin-left: 0;
  }

  .topMedicalService_link_ul>li {
    font-size: 12.5px;
    letter-spacing: 0.1em;
  }

  .topMedicalService_ul>li:nth-child(4) .topMedicalService_link_ul {
    /* margin-top: 8px; */
  }

  .topMedicalService_link_ul>li+li {
    margin-top: 2px;
  }

  .topMedicalService_link_right,
  .topMedicalService_link_left {
    width: 100%;
  }

  .topMedicalService_link_left {
    padding: 17px 15px 22px;
    /* padding: 17px 39px 22px; */
  }

  .topMedicalService_ul {
    margin: 25px auto 0;
    display: block;
  }

  .topMedicalService_ul>li {
    width: auto;
    margin-right: 0;
  }

  .topMedicalService_ul>li+li,
  .topMedicalService_ul>li:nth-child(n+3),
  .topMedicalService_twocol_ul {
    margin-top: 28px;
  }

  .topMedicalService_twocol_ul {
    display: flex;
    justify-content: space-between;
  }

  .topMedicalService_twocol_ul>li {
    width: 47.5%;
  }

  .topMedicalService_twocol_ul>li+li {
    margin-top: 0;
  }

  .topMedicalService_twocol_link {
    justify-content: center;
    height: 165px;
  }

  .topMedicalService_twocol_link:hover {
    opacity: 1;
  }

  .topMedicalService_twocol_link_num {
    font-size: 33.5px;
    padding-left: 0;
    top: 15px;
    right: 15px;
  }

  .topMedicalService_twocol_link_tit {
    font-size: 17.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    padding-right: 5px;
  }

  .topMedicalService_twocol_link_tit::before {
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-left: 9px solid rgba(255, 255, 255, .5);
    top: 9px;
    right: -16px;
  }

  .topMedicalService_twocol_link:hover .topMedicalService_twocol_link_tit::before {
    transform: translateX(0);
  }

}


@media screen and (max-width: 360px) {
  .topMedicalService_twocol_link_tit {
    font-size: 18.5px;
    letter-spacing: 0;
  }

  .topMedicalService_link_tit {
    letter-spacing: 0;
    font-size: 17px;
  }

  .topMedicalService_link_tit::before {
    right: -3%;
  }
}


/* 「すこやかナビ」
-------------------------------------------*/
.topPickUpBl {
  padding: 46px 0 74px;
}

.topPickUpBl .second-tit {
  padding-left: 45px;
}

.topPickUpBl .second-tit::before {
  width: 33.4px;
  height: 24.8px;
  background: url(../img/common/icn_book.svg) no-repeat center / contain;
  top: 12px;
  left: -20px;
}

.topPickUpBl .splide-wrap {
  margin: 38px auto 0;
}

.topPickUp_link {
  display: block;
  margin-bottom: 10px;
}

.topPickUp_link:hover {
  opacity: 0.8;
}

.topPickUp_link_imgwrap {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  transition: box-shadow .5s;
  height: min(calc((192 / 1200) * 100vw), 192px);
}

.topPickUp_link:hover .topPickUp_link_imgwrap {
  box-shadow: none;
}

.topPickUp_link_imgwrap img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topPickUp_link:hover .topPickUp_link_imgwrap img {
  transform: scale(1.1);
}

.topPickUp_link_txtwrap {
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(90deg, #3baab7 0%, #24a6b4 100%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-height: min(calc((106 / 1200)* 100vw), 106px);
  box-sizing: border-box;
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  transition: box-shadow .5s;
  padding: 1.9em 0.5em 1.2em;
}

.topPickUp_link:hover .topPickUp_link_txtwrap {
  box-shadow: none;
}

.topPickUp_link_tit {
  font-size: min(calc((18 / 1200) * 100vw), 18px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .2em;
  color: #fff;
  text-align: center;
  margin-top: min(calc((-20 / 1200) * 100vw), -20px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.topPickUp_link_more {
  font-family: "source-sans-3-variable", sans-serif;
  font-variation-settings: "wght" 600;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  right: min(calc((28 / 1200)* 100vw), 28px);
  bottom: min(calc((24 / 1200)* 100vw), 24px);
}

.topPickUp_link_more span {
  position: relative;
  padding-bottom: 2px;
  padding-right: 12px;
  border-bottom: 1px solid #fff;
}

.topPickUp_link_more span::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 7px solid #fff;
  border-right: 0;
  position: absolute;
  top: calc(50% - 3px);
  right: 0px;
  transition: all .5s;
}

.topPickUp_link:hover .topPickUp_link_more span::before {
  transform: translateX(5px);
}

.topPickUp_link_more span::after {
  content: '';
  display: block;
  width: 4px;
  height: 1px;
  background: #00aaaa;
  position: absolute;
  top: 20px;
  right: 35px;
  transition: all .5s;
}

.topPickUp_link:hover .topPickUp_link_more span::after {
  width: 0;
}

.topPickUpBl .splide__arrow {
  background: url(../img/common/splide_arrow_prev.svg) no-repeat center / contain;
  width: 36.8px;
  height: 36.8px;
  border: none;
  cursor: pointer;
  opacity: 1;
  top: 111%;
  transition: opacity .5s;
}

.topPickUpBl .splide__arrow:hover {
  opacity: .7;
}

.topPickUpBl .splide__arrow--prev {
  left: 3.2em;
}

.topPickUpBl .splide__arrow--next {
  right: 3.2em;
  background-image: url('../img/common/splide_arrow_next.svg');
}


@media screen and (max-width: 767px) {
  .topPickUpBl {
    padding: 26px 0 57px;
  }

  .topPickUpBl .inner1158,
  .topPickUpBl .inner1280,
  .topPickUpBl .inner1294 {
    padding: 0;
  }

  .topPickUpBl .second-tit {
    padding-left: 48px;
    letter-spacing: .12em;
    margin-left: 20px;
  }

  .topPickUpBl .second-tit::before {
    width: 32.4px;
    height: 23.8px;
    top: 6px;
    left: 0;
  }

  .topPickUpBl .second-tit.txt-green {
    padding-left: 53px;
  }

  .topPickUpBl .second-tit.txt-green::before {
    width: 36px;
    height: 27px;
    top: 5px;
  }

  .topPickUpBl .splide-wrap {
    margin: 27px -15px 0;
  }

  .topPickUp_link:hover {
    opacity: 1;
  }

  .topPickUp_link_imgwrap {
    height: auto;
  }

  .topPickUp_link:hover .topPickUp_link_imgwrap {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  }

  .topPickUp_link:hover .topPickUp_link_imgwrap img {
    transform: scale(1);
  }

  .topPickUp_link_txtwrap {
    min-height: 81px;
    padding: 1em 0.5em;
  }

  .topPickUp_link:hover .topPickUp_link_txtwrap {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  }

  .topPickUp_link_tit {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.18em;
    margin-top: -1.6em;
  }

  .topPickUp_link_more {
    font-size: 11px;
    right: 18px;
    bottom: 19px;
  }

  .topPickUp_link_more span {
    padding: 0 12px 1px 4px;
  }

  .topPickUp_link_more span::after {
    top: 16.5px;
  }

  .topPickUp_link:hover .topPickUp_link_more span::before {
    transform: translateX(0);
  }

  .topPickUp_link:hover .topPickUp_link_more span::after {
    width: 4px;
  }

  .topPickUpBl .splide__arrow {
    width: 19.5px;
    height: 16.1px;
    top: 105%;
  }

  .topPickUpBl .splide__arrow:hover {
    opacity: 1;
  }

  .topPickUpBl .splide__arrow--prev {
    left: 20px;
  }

  .topPickUpBl .splide__arrow--next {
    right: 20px;
  }
}


@media screen and (max-width: 600px) {
  .topPickUpBl .splide__arrow {
    top: 106%;
  }
}


@media screen and (max-width: 500px) {
  .topPickUpBl .splide__arrow {
    top: 107%;
  }
}


@media screen and (max-width: 420px) {
  .topPickUpBl .splide__arrow {
    top: 109%;
  }
}


@media screen and (max-width: 350px) {
  .topPickUpBl .splide__arrow {
    top: 109.5%;
  }
}


/* 「受付時間」
-------------------------------------------*/
.topReceptTimeBl {
  padding: 34.8% 0 52px;
}

.topReceptTimeBl::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: url(../img/top/bg_recept_time.jpg) no-repeat center top / cover;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.topReceptTimeBl .inner1280 {
  position: relative;
  z-index: 2;
}

.topReceptTimeBl .second-tit {
  padding-left: 58px;
}

.topReceptTimeBl .second-tit::before {
  width: 25px;
  height: 25px;
  background: url(../img/common/icn_time_green.svg) no-repeat center / cover;
  top: 17px;
}


@media screen and (max-width: 767px) {
  .topReceptTimeBl {
    padding: 77% 0 0;
  }

  .topReceptTimeBl::before {
    background: url(../img/top/bg_recept_time_sp.jpg) no-repeat center top / contain;
  }

  .topReceptTimeBl .inner1280 {
    padding: 0;
  }

  .topReceptTimeBl .inner900 {
    padding: 0 20px;
  }

  .topReceptTimeBl .inner760 {
    padding: 0;
  }

  .topReceptTimeBl .second-tit {
    padding-left: 43px;
    margin-left: 40px;
  }

  .topReceptTimeBl .second-tit::before {
    top: 8px;
    left: 0;
  }

  .topReceptTimeBl .second-tit_cate_txt::before {
    width: 28px;
    height: 28px;
    top: -1px;
  }

}


/* 「アクセス」
-------------------------------------------*/
.topAccessBl {
  padding: 81px 0 70px;
  background: rgb(225, 246, 246);
}

.topAccessBl .second-tit {
  margin-left: -23px;
}

.topAccessBl .second-tit {
  padding-left: 60px;
}

.topAccessBl .second-tit::before {
  width: 28px;
  height: 31px;
  background: url(../img/common/icn_mappin_green.svg) no-repeat center / contain;
  top: 13px;
  left: 2px;
}

.topAccess_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.topAccess_inner_txtwrap {
  width: 33%;
  box-sizing: border-box;
  margin-left: 6.5%;
}

.topAccess_tit {
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}

.topAccess_tit_s {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}

.topAccess_address {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.71;
  margin-top: 23px;
}

.topAccess_tel,
.topAccess_fax {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 3px;
}

.topAccess_dl {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.topAccess_address+.topAccess_dl,
.topAccess_tel+.topAccess_dl {
  margin-top: 45px;
}

.topAccess_dl+.topAccess_dl {
  margin-top: 14px;
}

.topAccess_dl dt {
  font-weight: 700;
}

.topAccess_dl dt::before {
  content: '●';
  width: 1em;
  height: 1em;
  color: #00aaaa;
  margin-right: 0.5em;
}

.topAccess_dl dd {
  font-weight: 500;
  line-height: 2;
}

.topAccess_inner_iframewrap {
  width: 54.8%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  align-self: baseline;
}

.topAccess_inner_iframewrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.07);
  pointer-events: none;
}

.topAccess_inner_iframewrap iframe {
  width: 100%;
}


@media screen and (max-width: 999px) {
  .topAccessBl .second-tit {
    margin-left: 0;
  }

  .topAccess_inner_txtwrap {
    margin-left: 0;
    width: 40%;
  }
}


@media screen and (max-width: 767px) {
  .topAccessBl {
    margin-top: 11px;
    padding: 38px 0 35px;
    border-radius: 0;
  }

  .topAccessBl .inner860,
  .topAccessBl .inner980 {
    padding: 0;
  }

  .topAccessBl .inner1000 {
    padding: 0 20px;
  }

  .topAccessBl .second-tit {
    padding-left: 50px;
    margin-left: 18px;
  }

  .topAccessBl .second-tit::before {
    top: 7px;
  }

  .topAccessBl .second-tit_cate_txt::before {
    width: 40px;
    height: 21px;
    top: 2px;
  }

  .topAccess_inner {
    margin-top: 30px;
    flex-direction: column-reverse;
  }

  .topAccess_inner_iframewrap {
    width: 100%;
  }

  .topAccess_inner_iframewrap iframe {
    height: calc((598/750)*100vw);
  }

  .topAccess_inner_txtwrap {
    width: auto;
    margin-top: 28px;
  }

  .topAccess_tit {
    font-size: 1.4rem;
    letter-spacing: .08em;
    line-height: 1.78;
    margin-top: 16px;
  }

  .topAccess_tit_s {
    font-size: 1.35rem;
    margin-bottom: 5px;
  }

  .topAccess_address {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    line-height: 1.78;
    margin-top: 18px;
  }

  .topAccess_tel,
  .topAccess_fax {
    font-size: 1.4rem;
    letter-spacing: .1em;
    margin-top: 3px;
  }

  body.is-mobile .topAccess_tel .tel-link {
    text-decoration: underline;
  }

  .topAccess_dl {
    font-size: 1.4rem;
    letter-spacing: .02em;
  }

  .topAccess_address+.topAccess_dl,
  .topAccess_tel+.topAccess_dl {
    margin-top: 20px;
  }

  .topAccess_dl+.topAccess_dl {
    margin-top: 18px;
  }
}


/* 「重要なお知らせ」
-------------------------------------------*/
.topImporNewsBl {
  padding: 0 0 32px;
}

.topImporNews_inner {
  background-color: rgba(226, 246, 246, 1);
  border-radius: 5px;
  display: flex;
  padding: 5.2% 6.3%;
}

.topImporNews_inner+.btn-txtlink {
  margin-top: 20px;
}

.topImporNew_tit {
  width: 320px;
  box-sizing: border-box;
}

.topImporNew_tit_en {
  font-family: "source-sans-3-variable", sans-serif;
  font-variation-settings: "wght" 600;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #00aaaa;
}

.topImporNew_tit_jp {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-right: .6em;
  position: relative;
  padding-left: 36px;
}

.topImporNew_tit_jp::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(/common/img/common/icn_exclamation_green.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 2px;
}

.topImporNew_ul-wrap {
  width: calc(100% - 325px);
  box-sizing: border-box;
}

.topImporNew_ul {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .12em;
  margin-top: 4px;
}

.topImporNew_ul>li+li {
  margin-top: 15px;
}

.topImporNew_ul>li>a {
  display: block;
}

.topImporNew_ul>li>a:hover .topImporNew_ul_date,
.topImporNew_ul>li>a:hover .topImporNew_ul_desc {
  text-decoration: underline;
}

.topImporNew_ul_date {
  padding-right: 1.3em;
  display: inline-block;
}

.topImporNew_ul_desc {
  display: inline-block;
}


@media screen and (max-width: 1099px) {
  .topImporNews_inner {
    display: block;
  }

  .topImporNew_tit {
    width: auto;
    margin-bottom: 20px;
  }

  .topImporNew_ul-wrap {
    width: auto;
  }
}


@media screen and (max-width: 767px) {
  .topImporNewsBl {
    padding: 22px 0 2px;
  }

  .topImporNewsBl .inner1018 {
    padding: 0 28px;
  }

  .topImporNews_inner {
    padding: 24px 25px 30px;
  }

  .topImporNews_inner+.btn-txtlink {
    margin: 10px 0 0 auto;
  }

  .topImporNew_tit {
    margin-bottom: 15px;
  }

  .topImporNew_tit_jp {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    padding-right: 10px;
    padding-left: 31px;
  }

  .topImporNew_tit_jp::before {
    top: 1px;
    width: 19px;
    height: 19px;
  }

  .topImporNew_tit_en {
    font-size: 1.15rem;
    font-variation-settings: "wght" 400;
  }

  .topImporNew_ul {
    font-size: 1.4rem;
    letter-spacing: .12em;
  }

  .topImporNew_ul>li+li {
    margin-top: 10px;
  }

  .topImporNew_ul_date {
    font-size: 1.15rem;
    letter-spacing: .08em;
  }
}