@charset "UTF-8";
.about-wrap__left__ttl {
  text-align: center;
}
.aboutus {
  padding: 80px 0 80px 0;
  max-width: 1180px;
  width: 95%;
  margin: 0 auto;
}
.aboutus__inner {
  display: flex;
  gap: 70px;
  align-items: flex-start;
  margin: 80px auto 0 auto;
}

.aboutus__list {
  width: 55%;
}

.aboutus__row {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 0;
  margin-bottom: 16px;
  color: #287b34;
  font-size: 15px;
  line-height: 1.55;
}

.aboutus__row dt {
  font-weight: 700;
  font-size: 20px;
}

.aboutus__row dd {
  font-weight: 300;
  margin: 0;
  font-size: 20px;
}

.aboutus__img {
  width: 45%;
  border-radius: 14px;
  overflow: hidden;
}

.aboutus__img img {
  width: 100%;
  display: block;
  aspect-ratio: 252 / 306;
  -o-object-fit: cover;
  object-fit: cover;
}
.access-wrap__body {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  padding: 80px 0 120px 0;
  justify-content: space-between;
}
.access-wrap__ttl {
  text-align: center;
}
.access-wrap__left {
  width: 48%;
}
.access-wrap__left iframe {
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  border: 1px solid #387d39;
}
.access-wrap__right {
  width: 48%;
}
.facility-info {
  background: #fafce8;
  padding: 30px 36px;
}

.facility-info__card {
  max-width: 640px;
  background: #f9faea;
  border-radius: 18px;
  padding: 30px 20px 30px;
}

.facility-info__title {
  color: #25803a;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 18px;
  border-bottom: 2px solid #7bc600;
}

.facility-info__list {
  margin: 0;
}

.facility-info__row {
  font-size: 14px;
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e4e8c4;
}

.facility-info__row dt {
  font-weight: 700;
  line-height: 1.9;
  color: #387d39;
}

.facility-info__row dd {
  margin: 0;
  font-weight: 300;
  line-height: 1.9;
  color: #387d39;
}

.facility-info__btn-wrap {
  text-align: center;
  margin-top: 20px;
}

.facility-info__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 54px;
  border-radius: 999px;
  background: #80c900;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.facility-info__btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1080px) {
  .aboutus__row dt {
    font-size: 18px;
  }
  .aboutus__row dd {
    font-size: 18px;
  }
  .aboutus__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .aboutus__inner {
    flex-direction: column-reverse;
  }
  .aboutus__img {
    width: 80%;
    margin: 0 auto;
  }
  .aboutus__list {
    width: 80%;
    margin: 0 auto;
  }
  .aboutus__row dt {
    font-size: 20px;
  }
  .aboutus__row dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .access-wrap__body {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .access-wrap__right {
    width: 100%;
  }
  .access-wrap__left {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 540px) {
  .aboutus__row {
    grid-template-columns: 110px 1fr;
  }
  .aboutus__img {
    width: 100%;
    margin: 0 auto;
  }
  .aboutus__list {
    width: 100%;
    margin: 0 auto;
  }
  .aboutus__row dt {
    font-size: clamp(1rem, 0.8182rem + 0.9091vw, 1.125rem);
  }
  .aboutus__row dd {
    font-size: clamp(1rem, 0.8182rem + 0.9091vw, 1.125rem);
  }
}
