@charset "utf-8";

/******************************************
hospital
******************************************/
.section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 40px 0;
  }
}

#section-01 {
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  #section-01 {
    padding: 78px 0 86px;
  }
}

.section-frame {
  background: linear-gradient(166.79deg, #EEF7FC 11.67%, #B8D9FF 22.9%, #F5FBFF 61.52%, #C6E3FD 82.62%);
}

.section-frame .section {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .section-frame .section {
    padding: 25px 0;
  }
}

.section-frame .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .section-frame .container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.section-lead {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-lead {
    font-size: 28px;
    text-align: center;
  }
}

.block {
  padding: 48px 20px 60px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .block {
    max-width: 100%;
    padding: 50px 60px 60px;
  }
}

.anchor-link-box {
  margin-top: 45px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .anchor-link-box {
    margin-top: 80px;
  }
}

.anchor-link-box .row {
  gap: 20px 0;
}
@media (min-width: 768px) {
  .anchor-link-box .row {
    gap: 43px 0;
  }
}

.anchor-link-box [class^=col-] {
  margin: 0;
}

.anchor-link {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
  min-height: 60px;
  padding: 0 40px 0 0;
  border: 1px solid #0066CC;
  color: #0066CC;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  vertical-align: top;
}

.anchor-link:hover {
  border: 1px solid #0066CC;
  background: #0066CC;
  color: #fff;
  transition: 0.3s;
}

.anchor-link::after {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  margin: auto;
  border: 0;
  border-top: 2px solid #0066cc;
  border-right: 2px solid #0066cc;
  content: "";
}

.anchor-link:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.anchor-link .counter {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #0066cc;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.section-frame .row {
  gap: 20px 0;
}

.hospital-title.type01 {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}

.hospital-title.type01 .counter {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 62px;
  margin-right: 22px;
  background-color: #0066cc;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  aspect-ratio: 1;
}