@charset "UTF-8";
/* .css-1oaeivz {
      display: flex;
      gap: 5px;
}
.v-people{
      background-color: #FF9F9B;
      color: #FFFFFF;
      font-size: 12px;
      font-weight: 700;
      line-height: 18px;
      border-radius: 5px;
      padding: 5px 10px;
}
.v-medical{
      background-color: #7BCCB7;
      color: #FFFFFF;
      font-size: 12px;
      font-weight: 700;
      line-height: 18px;
      border-radius: 5px;
      padding: 5px 10px;
} */
/* =======================================
      ここからリニューアル後のスタイル
======================================== */
/* お役立ち資料 */
/* .download__document .document__list{
  flex-wrap: wrap;
}
.download__document .sec__text{
  text-align: center;
  font-size: 17px;
  color: #425462;
  letter-spacing: 1.02px;
  line-height: 36px;
  margin-top: 100px;
}
.medical__contact a{
  background-color: #7BCCB7 !important;
}
.medical__contact a:hover{
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
      .document__inner .sec__title{
            font-size: 23px;
            letter-spacing: 1.36px;
            line-height: 35px;
          }
          .document__inner .sec__text{
            font-size: 15px;
            letter-spacing: 0.3px;
            line-height: 31px;
            margin-top: 50px;
          }
          .document__list{
            flex-direction: column;
            padding: 0 25px;
          }
          .document__item{
            width: 100%;
            height: 480px;
          }
} */


/* =======================================
      ここから再リニューアル後のスタイル
======================================== */

/* お役立ち資料 */
.sp-only {
  display: none;
}
.v-care__medical__sub-page {
  padding: 5vw 0;
  background-image: url(./_next/image/renew/vaccine-care/medical__whole__bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.v-care__medical__sub-page .sec__subtitle {
  width: fit-content;
  height: 28px;
  margin: auto;
  margin-bottom: 25px;
}
.v-care__medical__sub-page .sec__subtitle img {
  width: auto;
  height: 100%;
}
.v-care__medical__sub-page h1 {
  font-size: clamp(30px, 2.08vw, 40px);
  font-weight: 900;
  line-height: 1.6;
  color: #4C505C;
  margin-bottom: 2.08vw;
}
.v-care__medical__sub-page .sec__text {
  text-align: center;
  line-height: 1.8;
  letter-spacing: .025em;
  color: #59626C;
  margin-top: 0;
  font-size: clamp(14px, 0.833vw, 16px);
  font-weight: 300;
}
.v-care__medical__materials .materials {
  padding-bottom: 205px;
}
.v-care__medical__materials .materials__cont {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 65.1%;
  max-width: 1250px;
  margin: auto;
  margin-top: 80px;
}
.materials__item {
  display: block;
  color: #656973;
  width: calc((100% - 50px) / 3);
  padding: 5.1% 4% 6.8%;
  position: relative;
  transition: all ease-out .2s;
  border-radius: 50px;
}
.materials__item > img {
  width: 78%;
  height: auto;
  display: block;
  margin: auto;
}
.materials__item h4 {
  font-size: clamp(18px, 1.14vw, 22px);
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.7;
  margin-top: 1.8vw;
}
.materials__item p {
  margin-top: 1.3vw;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .025em;
}
.materials__item:hover {
  background-color: rgba(152,216,199,.2);
}
.ready__btn {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: .025em;
  color: #FFFFFF;
  background-color: #95D7FF;
  width: 450px;
  height: 90px;
  border-radius: 45px;
  box-shadow: 0 15px 20px rgba(149,215,255,.5);
  position: relative;
  margin: 180px auto 0;
  transition: all ease-out .2s;
}
.ready__btn::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./_next/image/renew/vaccine-care/medical__more__arrow.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}
.ready__btn:hover {
  background-color: rgba(149,215,255,.7);
}
footer .toTopButton{
  display: none!important;
}
.osuwari__toTop{
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
.osuwari__toTop .toTop__text{
  width: 9vw;
  max-width: 173px;
  min-width: 94px;
  height: auto;
  margin-right: -40px;
  margin-bottom: 41px;
}
.osuwari__toTop .toTop__pink{
  width: 4.47vw;
  max-width: 86px;
  min-width: 68px;
  height: auto;
  transition: all ease-out .2s;
}
.osuwari__toTop:hover {
  cursor: pointer;
}
.osuwari__toTop:hover .toTop__pink{
  transform: translateY(-10px);
}

@media only screen and (max-width: 600px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .v-care__medical__materials .materials {
    padding-bottom: 80px;
}
  .main__header.v-care__medical__sub-page {
    height: auto;
    padding: 0;
    background-image: none;
  }
  .v-care__medical__sub-page .sec__subtitle {
    height: 22px;
    margin-bottom: 7px;
  }
  .v-care__medical__sub-page .main__title {
    padding: 53px 0;
    background-image: url(./_next/image/renew/vaccine-care/medical__whole__bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .v-care__medical__sub-page .sec__subtitle {
    margin-bottom: 7px;
  }
  .v-care__medical__sub-page .main__title h1 {
    font-size: 23px;
    margin-bottom: 0;
  }
  .v-care__medical__sub-page .sec__text {
    margin-top: 24px;
  }
  .v-care__medical__materials .materials__cont {
    flex-direction: column;
    gap: 50px;
    width: 64.3%;
    margin: auto;
    margin-top: 50px;
  }
  .materials__item {
    width: 100%;
    padding: 0;
  }
  .materials__item:hover {
    background-color: transparent;
  }
  .materials__item > img {
    width: 64%;
  } 
  .materials__item h4 {
    font-size: 18px;
    margin-top: 25px;
  }
  .materials__item p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.7;
  }
  .ready__btn {
    font-size: 15px;
    line-height: 60px;
    width: 320px;
    height: 60px;
    border-radius: 30px;
    margin: 120px auto 0;
  }
  .ready__btn::after {
    width: 15px;
    height: 15px;
    right: 8%;
  }
  .osuwari__toTop{
    display: none;
  }
}