.page-about .m-subpage-mv {
  margin-bottom: 5rem;
}
.page-about .m-subpage-mv .m-section-heading {
  margin-bottom: 2.4rem;
}
.page-about .about-intro {
  margin-bottom: 6.4rem;
}
.page-about .about-intro .m-section-heading {
  margin-bottom: 2.4rem;
}
.page-about .about-intro__inner {
  max-width: calc(81.6rem + var(--sidePaddingPc1) * 2);
}
.page-about .about-intro__points {
  margin-top: 1.6rem;
}
.page-about .about-intro__point {
  font-size: 1.6rem;
  font-weight: 700;
}
.page-about .about-intro__anchor {
  margin-top: 6.4rem;
}
.page-about .about-outline {
  margin-bottom: 1.6rem;
}
.page-about .about-services {
  margin-bottom: 1.6rem;
}
.page-about .about-access {
  margin-bottom: 6rem;
}
.page-about .about-bg-section .m-bg-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-about .about-bg-section .m-secondary-heading {
  margin-bottom: 2.4rem;
}
.page-about .about-services__item {
  line-height: 1.5;
  padding: 2rem 2.2rem;
}
.page-about .about-services__item:not(:last-child) {
  border-bottom: 0.1rem solid var(--colorBorder1);
}
.page-about .about-services__item:first-child {
  padding-top: 0;
}
.page-about .about-services__item:last-child {
  padding-bottom: 0;
}
.page-about .about-services__item span {
  position: relative;
}
.page-about .about-services__item span::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: var(--colorMain3);
  border-radius: 50%;
  position: absolute;
  left: -2rem;
  top: 0.4rem;
}
.page-about .about-outline__wrap {
  line-height: 1.5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-about .about-outline__wrap:not(:last-child) {
  border-bottom: 0.1rem solid var(--colorBorder1);
}
.page-about .about-outline__wrap:first-child {
  padding-top: 0;
}
.page-about .about-outline__wrap:last-child {
  padding-bottom: 0;
}
.page-about .about-outline__list-head {
  font-weight: 700;
}
.page-about .about-access__wrap {
  line-height: 1.5;
}
.page-about .about-access__address {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid var(--colorBorder1);
}
.page-about .about-access__train {
  padding-top: 2rem;
}
.page-about .about-access__train__title {
  font-weight: 700;
}
.page-about .about-access__train__texts {
  margin-top: 0.8rem;
}
.page-about .about-access__train__texts strong {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.2rem;
}
.page-about .about-access__map iframe {
  width: 100%;
  aspect-ratio: 396/264;
}
@media (min-width: 768px) {
  .page-about .m-subpage-mv {
    margin-bottom: 12rem;
  }
  .page-about .m-subpage-mv .m-section-heading {
    margin-bottom: 4rem;
  }
  .page-about .about-intro {
    margin-bottom: 10rem;
  }
  .page-about .about-intro .m-section-heading {
    margin-bottom: 4rem;
  }
  .page-about .about-intro__points {
    margin-top: 3.2rem;
  }
  .page-about .about-intro__anchor {
    margin-top: 10rem;
  }
  .page-about .about-outline {
    margin-bottom: 2.4rem;
  }
  .page-about .about-services {
    margin-bottom: 2.4rem;
  }
  .page-about .about-access {
    margin-bottom: 10rem;
  }
  .page-about .about-bg-section .m-bg-inner {
    padding-top: 6.4rem;
    padding-bottom: 8rem;
  }
  .page-about .about-bg-section .m-secondary-heading {
    margin-bottom: 3.2rem;
  }
  .page-about .about-services__item {
    padding: 2rem 1.8rem;
  }
  .page-about .about-services__item span::before {
    left: -1.6rem;
  }
  .page-about .about-outline__wrap {
    display: flex;
  }
  .page-about .about-outline__list-head {
    width: 16.8rem;
  }
  .page-about .about-outline__list-detail {
    width: calc(100% - 16.8rem);
  }
  .page-about .about-access__wrap {
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
  }
  .page-about .about-access__info-box {
    width: 50%;
  }
  .page-about .about-access__address {
    line-height: 1.714;
  }
  .page-about .about-access__map {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-about .about-intro__point {
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .page-about .about-intro__point:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .page-about .about-outline__list-head {
    margin-bottom: 0.6rem;
  }
  .page-about .about-access__info-box {
    margin-bottom: 4rem;
  }
}