@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
body.home #content::before {
  content: none;
}
body.home #footer::after {
  content: none;
}

#mainv {
  height: 730px;
  position: relative;
}
#mainv .slick-list,
#mainv .slick-track,
#mainv .slick-slide,
#mainv .slick-slide > div {
  width: 100%;
  height: 100%;
}
#mainv .slider {
  display: none;
}
#mainv .slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}
#mainv .image-box {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
#mainv .image-box::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/pattern01.svg);
  background-size: auto 114.9px;
  background-position: center top;
  background-repeat: repeat-x;
  width: 100%;
  height: 121px;
  bottom: 18px;
  z-index: 99;
}
#mainv .image-box .image {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
#mainv .image-box .image.image01 {
  background-image: url(../images/home/mainv/image/image01.jpg);
}
#mainv .image-box .image.image02 {
  background-image: url(../images/home/mainv/image/image02.jpg);
}
#mainv .image-box .image.image03 {
  background-image: url(../images/home/mainv/image/image03.jpg);
}
#mainv .image-box .image.image04 {
  background-image: url(../images/home/mainv/image/image04.jpg);
}
#mainv .catch-box {
  position: absolute;
  width: 1080px;
  margin: auto;
  top: 165px;
  left: 50%;
  transform: translate(-50%, 0%);
}
#mainv .catch-box em {
  font-size: 375%;
  font-family: "Roboto", sans-serif;
  color: #8c0000;
  line-height: 1.2;
  text-shadow: 0 0 2px #FFF, 0 0 4px #FFF, 0 0 8px #FFF;
}

#home-about .about-inner {
  background-image: url(../images/home/image-about.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  min-height: 700px;
  margin-top: -130px;
  position: relative;
  mask-position: center top;
  mask-size: auto 712px;
  mask-image: url(../images/home/image-mask.svg);
  mask-repeat: repeat-x;
  box-sizing: border-box;
}
#home-about .about-inner .container-inner {
  height: 100%;
  padding-top: 167px;
}
#home-about .about-inner .container-inner em {
  font-family: YuGothic, "Noto Sans JP", sans-serif;
  display: inline-block;
  font-size: 156.25%;
  font-weight: bold;
  margin-bottom: 10px;
}
#home-about .about-inner .text-box {
  width: 515px;
  font-family: "Noto Sans JP", sans-serif;
}
#home-about .about-inner .text-box .text {
  margin-bottom: 40px;
  letter-spacing: -0.04em;
  line-height: 1.65;
}
#home-about #home_sign .container-inner {
  position: relative;
}
#home-about #home_sign .sign {
  position: absolute;
  bottom: -14px;
  left: 96px;
}
#home-about #home_sign .sign > span {
  line-height: 1;
}
#home-about #home_sign .sign .ja {
  font-family: YuGothic, "Noto Sans JP", sans-serif;
  font-size: 125%;
  display: block;
  text-align: right;
  transform: skew(-10deg);
  margin-bottom: 8px;
}
#home-about #home_sign .sign .ja span {
  font-size: 160%;
  margin-left: 20px;
}
#home-about #home_sign .sign .en {
  color: #fff;
  font-size: 606.25%;
  font-family: "Libre Franklin", sans-serif;
  letter-spacing: -0.05em;
}

#home-patients {
  margin-bottom: 60px;
}
#home-patients .patients-inner {
  max-width: 1280px;
  margin: 0 auto 84px;
  display: flex;
  justify-content: flex-end;
  gap: 90px;
}
#home-patients .patients-inner .image-box {
  width: 570px;
}
#home-patients .patients-inner .text-box {
  width: 520px;
}
#home-patients .patients-inner .text-box em {
  font-size: 150%;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-family: YuGothic, "Noto Sans JP", sans-serif;
}
#home-patients .patients-inner .text-box .text {
  margin-bottom: 35px;
}

#home-news {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: 150px 1fr;
  gap: 0px;
}
#home-news .news-box {
  grid-row: span 2/span 2;
}

#home-staff {
  background-image: url(../images/home/image-staff_desc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  min-height: 706px;
  padding: 50px 0;
  box-sizing: border-box;
}
#home-staff .container-inner {
  display: grid;
  grid-template-columns: 178px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 0px;
}
#home-staff .container-inner .staff-text {
  grid-row: span 2/span 2;
  font-size: 150%;
  font-weight: bold;
  padding-top: 25px;
  font-family: YuGothic, "Noto Sans JP", sans-serif;
}

@media all and (min-width: 751px) {
  /* MAINV */
  body.home #footer {
    padding-top: 43px;
  }
}
@media only screen and (max-width: 750px) {
  body.home #footer {
    padding-top: 25px;
  }
  /* MAINV */
  #mainv {
    height: 450px;
  }
  #mainv .image-box::after {
    background-size: auto 62px;
    height: 77px;
  }
  #mainv .image-box .image.image01 {
    background-image: url(../images/home/mainv/image/image01_sp.jpg);
  }
  #mainv .image-box .image.image02 {
    background-image: url(../images/home/mainv/image/image02_sp.jpg);
  }
  #mainv .image-box .image.image03 {
    background-image: url(../images/home/mainv/image/image03_sp.jpg);
  }
  #mainv .image-box .image.image04 {
    background-image: url(../images/home/mainv/image/image04_sp.jpg);
  }
  #mainv .catch-box {
    width: 175px;
    top: 100px;
  }
  #mainv .catch-box em {
    font-size: 200%;
    line-height: 1;
  }
  #home-about .about-inner {
    margin-top: -91px;
    mask-size: auto 385px;
    background-image: url(../images/home/image-about_sp.jpg);
    min-height: 395px;
    margin-bottom: 20px;
  }
  #home-about .about-inner .container-inner {
    height: 100%;
    padding-top: 75px;
    line-height: 1.6;
  }
  #home-about .text-box {
    width: auto !important;
    padding: 0 20px;
  }
  #home-about .text-box em {
    display: inline-block;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #home-about .text-box .text {
    margin-bottom: 12px;
  }
  #home-about #home_sign .sign {
    bottom: 34px;
    left: 20px;
  }
  #home-about #home_sign .sign .ja {
    font-size: 125%;
  }
  #home-about #home_sign .sign .ja span {
    font-size: 140%;
    margin-left: 10px;
  }
  #home-about #home_sign .sign .en {
    font-size: 200%;
  }
  #home-patients {
    margin-bottom: 60px;
  }
  #home-patients .patients-inner {
    padding: 0 20px;
    margin: 0 auto 40px;
    flex-direction: column;
    gap: 40px;
  }
  #home-patients .patients-inner .image-box {
    width: auto;
  }
  #home-patients .patients-inner .text-box {
    width: auto;
  }
  #home-patients .patients-inner .text-box .text {
    margin-bottom: 10px;
  }
  #home-patients .patients-inner .text-box em {
    font-size: 120%;
  }
  #home-news {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 0px;
  }
  #home-news .news-box {
    grid-row: span 2/span 2;
  }
  #home-news .news-box dl {
    font-family: "Noto Sans JP", sans-serif;
  }
  #home-news .news-box dt {
    font-size: 87.75%;
  }
  #home-news .news-box dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #home-news {
    display: block;
  }
  #home-news .news-box {
    margin-bottom: 25px;
  }
  #home-news .news-box dt {
    font-size: 87.75%;
  }
  #home-news .news-box dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #home-staff {
    min-height: 600px;
    padding: 20px 0;
  }
  #home-staff .container-inner {
    display: block;
  }
  #home-staff .container-inner .staff-text {
    font-size: 112.5%;
    padding-top: 0px;
  }
}
