.introSect{
  position: relative;
}
@media screen and (min-width: 768px) {
  .introSect {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .introSect {
    padding: 100px 0 48px;
  }
}
.introSect::before{
  content: "";
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/pc/bg-access.jpg) no-repeat center bottom / 100% auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .introSect::before{
    background: url(../imgs/sp/bg-access.jpg) no-repeat center bottom / 100% auto;
  }
}
.introSect__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .introSect__inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .introSect__inner {
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .introSect__inner {
    padding: 0 30px;
  }
}
.introSect__head .headingUnit .heading {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .introSect__cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
  }
}
@media screen and (min-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .introSect__block {
    width: 472px;
  }
}
@media screen and (max-width: 768px) {
  .introSect__block:not(:first-child) {
    margin-top: 68px;
  }
}
.nearestStation__ttl {
  color: #333;
}

.nearestStation__ttl .subTtl {
  display: block;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 1.4;
}

.nearestStation__ttl .subTtl:before {
  content: "";
  margin-top: -0.2em;
}

.nearestStation__ttl .subTtl:after {
  margin-bottom: -0.2em;
}

.nearestStation__ttl .subTtl:before, .nearestStation__ttl .subTtl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

@media screen and (max-width: 768px) {
  .nearestStation__ttl .subTtl {
    padding-left: 1em;
  }
}
.nearestStation__ttl .mainTtl {
  display: block;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  margin-top: 30px;
  line-height: 1.4;
}

.nearestStation__ttl .mainTtl:before {
  content: "";
  margin-top: -0.2em;
}

.nearestStation__ttl .mainTtl:after {
  margin-bottom: -0.2em;
}

.nearestStation__ttl .mainTtl:before, .nearestStation__ttl .mainTtl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .nearestStation__ttl .mainTtl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .nearestStation__ttl .mainTtl {
    font-size: 20px;
    white-space: nowrap;
  }
}
.nearestStation__ttl .mainTtl .sub {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: -0.8em;
  left: 1.5em;
}

@media screen and (min-width: 768px) {
  .nearestStation__ttl .mainTtl .sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .nearestStation__ttl .mainTtl .sub {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .nearestStation__ttl .mainTtl .large {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .nearestStation__ttl .mainTtl .large {
    font-size: 32px;
  }
}
.nearestStation__ttl .mainTtl .num {
  font-family: var(--font-garamond);
  color: var(--primary-color);
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .nearestStation__ttl .mainTtl .num {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .nearestStation__ttl .mainTtl .num {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  .nearestStation__head + .nearestStation__cont {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .nearestStation__head + .nearestStation__cont {
    margin-top: 30px;
  }
}
.accessGallery {
  padding-bottom: 100px;
}

.accessGallery__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .accessGallery__head {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessGallery__head {
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .accessGallery__head {
    padding: 0 30px;
  }
}
.accessGallery__ttl {
  letter-spacing: 0;
  color: #333;
  text-align: center;
  line-height: 1.4;
}

.accessGallery__ttl:before {
  content: "";
  margin-top: -0.2em;
}

.accessGallery__ttl:after {
  margin-bottom: -0.2em;
}

.accessGallery__ttl:before, .accessGallery__ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .accessGallery__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .accessGallery__ttl {
    font-size: 24px;
  }
}
.accessGallery__cont .caption {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .accessGallery__cont .caption {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessGallery__cont .caption {
    padding: 0 20px;
    width: 100%;
  }
}
.accessGallery__head + .accessGallery__cont {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .accessGallery__list {
    display: flex;
    gap: 4px;
  }
}
.accessGallery__list + .caption {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .accessGallery__item {
    width: calc((100% - 8px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .accessGallery__item:not(:first-child) {
    margin-top: 40px;
  }
}
.accessCard__visual {
  position: relative;
  z-index: 1;
}

.accessCard__label {
  text-align: center;
  z-index: 2;
  width: 100%;
  background-color: rgba(3, 110, 184, 0.5);
  position: absolute;
  bottom: 20px;
  line-height: 1;
  left: 0;
  color: #fff;
  font-family: var(--font-garamond);
  font-weight: 400;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .accessCard__label {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .accessCard__label {
    font-size: 32px;
  }
}
.accessCard__cont {
  color: #333;
}

@media screen and (min-width: 768px) {
  .accessCard__cont {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .accessCard__cont {
    padding: 0 30px;
  }
}
.accessCard__cont .caption {
  color: #666;
}

@media screen and (min-width: 768px) {
  * + .accessCard__cont .caption {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  * + .accessCard__cont .caption {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .accessCard__visual + .accessCard__cont {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .accessCard__visual + .accessCard__cont {
    margin-top: 35px;
  }
}
.accessCard__dist {
  letter-spacing: 0;
  line-height: 1.4;
}

.accessCard__dist:before {
  content: "";
  margin-top: -0.2em;
}

.accessCard__dist:after {
  margin-bottom: -0.2em;
}

.accessCard__dist:before, .accessCard__dist:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .accessCard__dist {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .accessCard__dist {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .accessCard__dist .small {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .accessCard__dist .small {
    font-size: 14px;
  }
}
.accessCard__dist .num {
  font-family: var(--font-garamond);
  color: var(--primary-color);
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .accessCard__dist .num {
    font-size: 60px;
    padding: 0 0.125em;
  }
}
@media screen and (max-width: 768px) {
  .accessCard__dist .num {
    padding: 0 0.025em;
    font-size: 54px;
  }
}
.accessCard__info {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.4;
}

.accessCard__info:before {
  content: "";
  margin-top: -0.2em;
}

.accessCard__info:after {
  margin-bottom: -0.2em;
}

.accessCard__info:before, .accessCard__info:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .accessCard__info {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .accessCard__info {
    margin-top: 7px;
  }
}