@charset "UTF-8";
body#page-about {
  /* ---- 導入文 ---- */
}
body#page-about section#about-intro {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  body#page-about section#about-intro {
    padding-top: 3rem;
  }
}
body#page-about section#about-intro .about-intro__text {
  text-align: center;
}
body#page-about section#about-intro .about-intro__text p {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.4;
}
body#page-about section#about-intro .about-intro__text p + p {
  margin-top: 2.4em;
}
@media screen and (max-width: 767px) {
  body#page-about section#about-intro .about-intro__text {
    text-align: left;
  }
  body#page-about section#about-intro .about-intro__text p {
    line-height: 2;
  }
  body#page-about section#about-intro .about-intro__text p br {
    display: none;
  }
}
body#page-about {
  /* ---- 会社情報（TOP COMPANY と同構成） ---- */
}
body#page-about section#about-access {
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 767px) {
  body#page-about section#about-access {
    padding: 3rem 0 5rem;
  }
}
body#page-about section#about-access .about-access__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 1100px) {
  body#page-about section#about-access .about-access__inner {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  body#page-about section#about-access .about-access__inner {
    display: block;
  }
}
body#page-about section#about-access .about-access__map {
  width: 46%;
}
@media screen and (max-width: 767px) {
  body#page-about section#about-access .about-access__map {
    width: 100%;
  }
}
body#page-about section#about-access .about-access__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 5/3;
  border: 0;
  border-radius: 0.5rem;
}
body#page-about section#about-access .about-access__map-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 0.9rem 2.4rem;
  background-color: #223a70;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  border-radius: 999rem;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
body#page-about section#about-access .about-access__map-btn:hover {
  opacity: 0.85;
}
body#page-about section#about-access .about-access__map-btn img {
  width: 1rem;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body#page-about section#about-access .about-access__map-btn {
    margin-top: 1.25rem;
    padding: 0.8rem 2rem;
    font-size: 0.9375rem;
  }
}
body#page-about section#about-access .about-access__list {
  width: 48%;
}
@media screen and (max-width: 767px) {
  body#page-about section#about-access .about-access__list {
    width: 100%;
    margin-top: 2.5rem;
  }
}
body#page-about section#about-access .about-access__list .about-access__row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.7rem 0 1rem;
  border-bottom: 0.0625rem solid #ddd;
}
body#page-about section#about-access .about-access__list .about-access__row dt {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #1b4282;
}
body#page-about section#about-access .about-access__list .about-access__row dd {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #555;
  margin: 0;
}
