/* 医院様専用のCSS */
html {
  scroll-behavior: smooth;
}

.facility-standards {
  width: 90vw;
  margin: 4vw auto;
}

.facility-standards .title {
  margin-bottom: 4vw;
  font-family: 'Kiwi Maru', 'メイリオ', 'ヒラギノ角ゴシック';
  text-align: center;
  font-size: 5.33vw;
}

.facility-standards .title h1 {
  color: #2B2B2B;
  font-family: 'Kiwi Maru', 'メイリオ', 'ヒラギノ角ゴシック';
  text-align: center;
  font-size: 5.33vw;
  font-weight: normal;
}

.facility-standards .title span {
  background-color: #4eab63;
  width: 11.07vw;
  height: 0.53vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2vw;
}

.facility-standards h2 {
  margin-bottom: 2vw;
  color: #4eab63;
}

.facility-standards p {
  margin-bottom: 4vw;
  line-height: 1.65;
}

@media print,
screen and (min-width: 1025px) {
  .top .swiper-container .swiper-wrapper .swiper-slide .text .item1 {
    position: absolute;
    top: 1.58vw;
    right: 16vw;
    left: 0;
  }

  .top .swiper-container .swiper-wrapper .swiper-slide .text .item2 {
    position: absolute;
    top: 5.41vw;
    right: 20vw;
    left: 0;
  }

  .facility-standards {
    width: 68.75vw;
    margin: 6vw auto;
  }

  .facility-standards .title {
    margin-bottom: 2vw;
    font-size: 1.25vw;
  }

  .facility-standards .title h1 {
    font-size: 1.25vw;
  }

  .facility-standards .title span {
    margin-top: 0.85vw;
    width: 2.6vw;
    height: 0.1vw;
  }

  .facility-standards h2 {
    margin-bottom: 1vw;
    color: #4eab63;
  }

  .facility-standards p {
    margin-bottom: 2vw;
    line-height: 1.65;
  }
}