@charset "UTF-8";
.sec__heading {
  text-align: center;
}
.sec__heading h2 {
  font-weight: bold;
  color: #0064A0;
  position: relative;
}
.content.facility .sec__heading h2::after {
  content: '';
  width: 924px;
  aspect-ratio: 924/51;
  background: url(../images/introduction/introduction_heading.svg) center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.content.facility .fx__wrap .text div {
  border-top: 1px solid #000;
}
.content.facility .fx__wrap .text div:last-child {
  border-bottom: 1px solid #000;
}
.content.facility .fx__wrap .text dt {
  font-weight: bold;
}
.content.facility .fx__wrap .text dd {
  font-weight: bold;
}
.content.staff .list__wrap li .img img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.content.staff .list__wrap li .text {
  text-align: center;
}
.content.staff .list__wrap li .text dt {
  font-weight: bold;
}
.content.staff .list__wrap li .text dd {
  font-weight: bold;
}

@media (max-width: 767px) {
  .sec__heading h2 {
    font-size: 20px;
  }

  .content.facility .img__wrap {
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 1.69%;
  }
  .content.facility .img__wrap picture {
    width: 100%;
  }
  .content.facility .fx__wrap {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 24px;
  }
  .content.facility .fx__wrap .text {
    width: 100%;
  }
  .content.facility .fx__wrap .text div {
    display: flex;
    gap: 0 20px;
  }
  .content.facility .fx__wrap .text dt {
    width: 125px;
    font-size: 13px;
    line-height: 1.28;
    min-height: 45px;
    display: flex;
    align-items: center;
  }
  .content.facility .fx__wrap .text dd {
    width: 173px;
    font-size: 13px;
    line-height: 1.28;
    min-height: 45px;
    display: flex;
    align-items: center;
  }

  .content.staff {
    margin-top: 61px;
  }
  .content.staff .list__wrap {
    margin-top: 50px;
  }
  .content.staff .list__wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 9.6%;
  }
  .content.staff .list__wrap li {
    width: 60%;
  }
  .content.staff .list__wrap li .img {
    width: 100%;
    margin-inline: auto;
  }
  .content.staff .list__wrap li .text {
    margin-top: 22px;
  }
  .content.staff .list__wrap li .text dt {
    font-size: 14px;
  }
  .content.staff .list__wrap li .text dd {
    font-size: 18px;
    margin-top: 7px;
  }
}

@media (min-width: 768px) {
  .subpage__content__wrap {
    padding: 63px 3.9% 74px;
  }
  .sec__heading h2 {
    font-size: 30px;
  }

  .content.facility .img__wrap {
    margin-top: 31px;
    display: flex;
    gap: 16px 1.69%;
  }
  .content.facility .img__wrap picture {
    width: 32.2%;
  }
  .content.facility .fx__wrap {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 24px;
  }
  .content.facility .fx__wrap .text {
    width: 400px;
  }
  .content.facility .fx__wrap .text div {
    display: flex;
    gap: 0 20px;
  }
  .content.facility .fx__wrap .text dt {
    width: 140px;
    font-size: 14px;
    line-height: 1.28;
    min-height: 45px;
    display: flex;
    align-items: center;
  }
  .content.facility .fx__wrap .text dd {
    width: 200px;
    font-size: 14px;
    line-height: 1.28;
    min-height: 45px;
    display: flex;
    align-items: center;
  }
  .content.facility .fx__wrap .img {
    width: 520px;
  }

  .content.staff {
    margin-top: 61px;
  }
  .content.staff .list__wrap {
    margin-top: 50px;
  }
  .content.staff .list__wrap ul {
    display: flex;
    justify-content: center;
    gap: 91px 9.6%;
  }
  .content.staff .list__wrap li {
    width: 24.36%;
  }
  .content.staff .list__wrap li .text {
    margin-top: 22px;
  }
  .content.staff .list__wrap li .text dt {
    font-size: 16px;
  }
  .content.staff .list__wrap li .text dd {
    font-size: 20px;
    margin-top: 7px;
  }
}
