.pre-inc .intro {
  padding: 3.5em 0 1.5em;
}
.pre-inc .intro > i:nth-of-type(1) {
  width: 0;
  height: 10em;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  animation-name: brush_pattern;
  overflow: hidden;
  opacity: 0;
}
.pre-inc .intro > i:nth-of-type(1) i {
  width: 15em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../common/img/brush_pattern_r.webp") no-repeat left center/cover;
  display: block;
}
.pre-inc .intro > i:nth-of-type(2) {
  width: 0;
  height: 10em;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  animation-name: brush_pattern;
  overflow: hidden;
  opacity: 0;
}
.pre-inc .intro > i:nth-of-type(2) i {
  width: 15em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../common/img/brush_pattern_l.webp") no-repeat left center/cover;
  display: block;
}
.pre-inc .route_item01 {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.pre-inc .route_item01 > dt {
  width: 24em;
  animation-name: fadeInUp;
}
.pre-inc .route_item01 > dd {
  width: 26em;
  animation-name: fadeInUp;
}

_::-webkit-full-page-media, _:future, :root .pre-inc .route_item01 .station_route {
  margin-right: 1em;
}

_::-webkit-full-page-media, _:future, :root .pre-inc .route_item01 .station_route p {
  margin-right: -1.5em;
}

.pre-inc .img_list {
  display: flex;
}
.pre-inc .img_list > figure {
  overflow: hidden;
}
.pre-inc .img_list > figure img {
  width: 100%;
  animation-name: bokashi_img;
}
.pre-inc .route_item02 {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.pre-inc .route_item02 > * {
  width: 24.5em;
}
.pre-inc .route_item02 > * figure {
  overflow: hidden;
}
.pre-inc .route_item02 > * figure img {
  animation-name: bokashi_img;
}
.pre-inc .route_item02 > * .station_route {
  animation-name: fadeInUp;
  margin-top: 1em;
}
.pre-inc .route_item02 > dd .station_route small {
  margin-bottom: 0.2em;
}
.pre-inc .route_item02 > dd .station_route strong {
  margin-top: -0.3em;
}
@media screen and (min-width: 769px) {
  .pre-inc .route_item01 > dd {
    animation-delay: 0.3s;
  }
  .pre-inc .img_list > figure:nth-of-type(2) img {
    animation-delay: 0.3s;
  }
  .pre-inc .img_list > figure:nth-of-type(3) img {
    animation-delay: 0.6s;
  }
  .pre-inc .route_item02 > dd figure img {
    animation-delay: 0.3s;
  }
  .pre-inc .route_item02 > dd .station_route {
    animation-delay: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .intro > i {
    font-size: 2.5vw;
  }
  .pre-inc .intro .contents_tit + p {
    width: calc(100% + 8vw);
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .pre-inc .route_item01 {
    flex-wrap: wrap;
    margin-top: 2em;
  }
  .pre-inc .route_item01 > dt {
    width: 100%;
    margin-top: 1em;
    order: 2;
    text-align: right;
  }
  .pre-inc .route_item01 > dd {
    width: 100%;
    order: 1;
  }
  .pre-inc .img_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pre-inc .img_list > figure {
    width: 85vw;
    margin-top: -1px;
  }
  .pre-inc .route_item02 {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
  }
  .pre-inc .route_item02 > * {
    width: 85vw;
  }
  .pre-inc .route_item02 > dd {
    margin-top: 1em;
  }
}

/*# sourceMappingURL=access.css.map */
