@charset "UTF-8";
/* Scss Document */
/* top, /index.html */
#top {
  /* top kv */
  /* top medical information */
  /* calender */
}
#top .kv-box {
  margin-top: 80px;
  background: #e6effe;
  /* h1 text */
  position: relative;
  z-index: 1;
}
@media (min-width: 561px) {
  #top .kv-box {
    margin-top: 130px;
  }
}
@media (min-width: 1001px) {
  #top .kv-box {
    margin-top: 155px;
  }
}
#top .kv-box .kv-slider {
  width: 100%;
  overflow: hidden;
  /* SP用画像（～560px） */
}
#top .kv-box .kv-slider .slide {
  width: 100%;
  height: calc(80vh - 80px);
  max-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
}
#top .kv-box .kv-slider .slide-01 {
  background-image: url(../img/top/keyvisual01_sp.jpg);
  background-position: center center;
}
#top .kv-box .kv-slider .slide-02 {
  background-image: url(../img/top/keyvisual02_sp.jpg);
  background-position: top center;
}
#top .kv-box .kv-slider .slide-03 {
  background-image: url(../img/top/keyvisual03_sp.jpg);
  background-position: top center;
}
@media (min-width: 561px) {
  #top .kv-box .kv-slider {
    /* PC用画像（561px～） */
  }
  #top .kv-box .kv-slider .slide {
    height: calc(100vh - 130px);
  }
  #top .kv-box .kv-slider .slide-01 {
    background-image: url(../img/top/keyvisual01_pc.jpg);
    background-position: center center;
  }
  #top .kv-box .kv-slider .slide-02 {
    background-image: url(../img/top/keyvisual02_pc.jpg);
    background-position: top center;
  }
  #top .kv-box .kv-slider .slide-03 {
    background-image: url(../img/top/keyvisual03_pc.jpg);
    background-position: top center;
  }
}
#top .kv-box h1 {
  position: absolute;
  top: 30px;
  left: 5%;
  width: 60%;
  max-width: 550px;
  z-index: 2;
}
@media (min-width: 561px) {
  #top .kv-box h1 {
    top: 100px;
  }
}
#top main {
  width: 100%;
  overflow: hidden;
  /* common sec title */
}
#top main h2 {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: #99dff8 solid 5px;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  color: #00428e;
  padding-bottom: 0.5em;
  max-width: 90%;
  margin: 0 auto 60px;
}
@media (min-width: 561px) {
  #top main h2 {
    font-size: 1.5rem;
    margin: 0 auto 100px;
  }
}
#top main h2 span {
  font-size: 1.12rem;
  display: block;
  position: absolute;
  bottom: -2em;
  width: 100%;
  text-align: center;
  color: #00afec;
}
#top .top-covid-wrap {
  margin-top: 100px;
}
#top section.top-covid .wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
#top section.top-covid .wrap article {
  margin-bottom: 70px;
}
@media (max-width: 560px) {
  #top section.top-covid .wrap article {
    margin-bottom: 40px;
  }
}
#top section.top-covid .wrap article h3.top-covid-title {
  height: auto;
  min-height: 80px;
  line-height: 1.5;
  padding: 25px 0;
  width: 100%;
  margin-bottom: 1rem;
  border: 2px solid #99dff8;
  border-radius: 40px;
  box-sizing: border-box;
  background-color: white;
  font-size: 1.12rem;
  color: #00428e;
  position: relative;
  background: none;
  text-align: center;
}
@media (max-width: 560px) {
  #top section.top-covid .wrap article h3.top-covid-title {
    font-size: 0.9rem;
  }
}
#top section.top-covid .wrap article h3.top-covid-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 54px;
  top: -32px;
  left: 50%;
  background-color: #00afec;
}
@media (max-width: 560px) {
  #top section.top-covid .wrap article h3.top-covid-title::before {
    height: 45px;
  }
}
#top section.top-covid .wrap article .top-sec-title::after {
  content: "▼";
}
#top section.top-covid .wrap article .btn-covid {
  background: #00428e;
  border: 3px solid #00afec;
  border-radius: 30px;
  padding: 20px;
  max-width: 320px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 40px auto 0;
  position: relative;
  display: block;
}
#top section.top-covid .wrap article .btn-covid:after {
  content: "＞";
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#top section.top-covid .wrap article p {
  text-align: center;
  font-size: 0.875rem;
  line-height: 2.5em;
}
@media (max-width: 560px) {
  #top section.top-covid .wrap article p {
    text-align: justify;
    line-height: 1.8em;
  }
  #top section.top-covid .wrap article p br {
    display: none;
  }
}
#top section.top-covid .wrap article p a {
  text-decoration: underline;
}
#top section.top-covid .is-red {
  color: #d80860;
}
#top section.medical_information {
  padding: 80px 0;
  /* top medical info title */
}
@media (max-width: 560px) {
  #top section.medical_information {
    padding: 40px 0 25px;
  }
}
#top section.medical_information h2 {
  border-bottom: #e8eef5 solid 5px;
}
#top section.medical_information ul.icon {
  width: 90%;
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#top section.medical_information ul.icon li {
  flex-basis: 30%;
  margin-bottom: 80px;
  margin-bottom: 3em;
  position: relative;
}
@media (min-width: 561px) {
  #top section.medical_information ul.icon li {
    flex-basis: 22.5%;
  }
}
#top section.medical_information ul.icon li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: calc(100% - 4px);
  border-radius: 50%;
  border: 2px solid #00afec;
  box-sizing: border-box;
  background-color: #f2f6f9;
  z-index: -1;
}
#top section.medical_information ul.icon li a {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #00428e;
  line-height: 1.4em;
  font-size: 90%;
}
#top section.medical_information ul.icon li a img {
  width: 100%;
}
#top section.medical_information ul.icon li a span {
  display: block;
  padding-top: calc(3px + 1.5em);
  font-size: clamp(12px, 2.5vw, 16px);
}
@media (max-width: 1000px) {
  #top section.medical_information ul.icon li a span {
    letter-spacing: 0.04em;
  }
}
#top section.calender {
  box-sizing: border-box;
  width: 100%;
  padding: 70px 0 140px;
  background: url("../img/top/top_calender_bg01.jpg") no-repeat top center;
  background-size: cover;
  /* calender title*/
  /* calender flex img */
}
@media (max-width: 560px) {
  #top section.calender {
    padding: 15px 0 70px;
  }
}
#top section.calender .calender-bgbox {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
}
#top section.calender .calender-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  border: none;
  margin-bottom: 100px;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #00afec;
}
@media (max-width: 560px) {
  #top section.calender .calender-title {
    margin-bottom: 50px;
  }
}
#top section.calender .calender-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 66px;
  bottom: -66px;
  left: 50%;
  background-color: #00afec;
}
@media (max-width: 560px) {
  #top section.calender .calender-title::after {
    height: 40px;
    bottom: -40px;
  }
}
#top section.calender .calender-flex .item-box + .item-box {
  margin-top: 40px;
}
@media print, screen and (min-width: 769px) {
  #top section.calender .calender-flex {
    display: flex;
    justify-content: space-between;
  }
  #top section.calender .calender-flex .item-box {
    width: 48%;
  }
  #top section.calender .calender-flex .item-box + .item-box {
    margin-top: 0;
  }
}/*# sourceMappingURL=top.css.map */