@media screen and (max-width: 768px) {
  .p-child-intro__img {
    left: -14px;
  }
}

.p-first-area {
  background-color: #f2f3f7;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-first-area {
    padding-bottom: 80px;
  }
}

.c-section-heading {
  font-size: 30px;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-section-heading {
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-section-desc {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-section-desc {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

.p-map {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .p-map {
    margin-top: 60px;
  }
}

.c-button--primary.-acc {
  background-color: #060606;
  border: 2px solid #060606;
}
@media (hover: hover) {
  .c-button--primary.-acc:hover {
    opacity: 1;
    background-color: #fff;
    color: #060606;
  }
}

.p-train {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-train {
    padding-top: 65px;
  }
}

.p-train__en {
  font-size: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-train__en {
    font-size: 14px;
    margin-bottom: 20px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-train__en img {
    height: 100%;
    display: block;
    width: auto;
  }
}

.p-train__text-wrap {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-train__text-wrap {
    width: 100%;
  }
}

.p-train__map-wrap {
  margin-top: 100px;
}

.p-train__map {
  position: relative;
}
.p-train__map figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .p-train__map figcaption {
    bottom: -15px;
    right: 9px;
  }
}

.p-train__cap {
  font-size: 10px;
  color: #707070;
  text-align: right;
  margin-top: 5px;
}

.p-train__row {
  margin-top: 150px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-train__row {
    margin-top: 23px;
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-train__row + .p-train__row {
  margin-top: 70px;
}
.p-train__row.-col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-train__row.-col3 {
    margin-top: 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-train__text {
  margin-top: 12px;
  font-size: 25px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-train__text {
    font-size: 16px;
    margin-top: 6px;
  }
}
.p-train__text strong {
  font-weight: normal;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .p-train__text strong {
    font-size: 25px;
  }
}
.p-train__text span {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .p-train__text span {
    font-size: 16px;
  }
}

.p-airport {
  background-image: url(../img/access/airport-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 72px 50px 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 10px 1fr;
  grid-template-columns: 40% 1fr;
  gap: 10px;
  color: #fff;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .p-airport {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    padding: 50px 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-airport__en {
  margin-bottom: 40px;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .p-airport__en {
    font-size: 14px;
    margin-bottom: 16px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-airport__en img {
    height: 100%;
    display: block;
    width: auto;
  }
}

.p-airport__img-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-airport__img-wrap {
    gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.p-airport__text {
  margin-top: 6px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-airport__text {
    font-size: 16px;
  }
}
.p-airport__text span {
  font-size: 31px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-airport__text span {
    font-size: 25px;
  }
}
.p-airport__text small {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .p-airport__text small {
    font-size: 12px;
  }
}

.p-airport__heading {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-airport__heading {
    font-size: 18px;
  }
}

.p-airport__desc {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7857142857;
}
@media screen and (max-width: 768px) {
  .p-airport__desc {
    font-size: 12px;
    margin-top: 16px;
  }
}

.c-bottom-cap {
  font-size: 12px;
  margin-top: 25px;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .c-bottom-cap {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sp-scroll-wrap {
    overflow-x: scroll;
    position: relative;
  }
}

.sp-scroll-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-scroll-icon {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 140px;
    z-index: 2;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-scroll-img img {
    width: 200vw;
    max-width: none;
  }
}

.tr-cap {
  font-size: clamp(9.6px, 0.865vw, 14.4px);
  text-align: right;
  margin-top: 0px;
  color: #707070;
}
@media screen and (min-width: 769px) {
  .tr-cap {
    margin-top: 15px;
    color: #333;
  }
}
/*# sourceMappingURL=access.css.map */