.introSect {
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.introSect__bg {
  background: linear-gradient(to top, #bddaea, rgba(255, 255, 255, 0));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .introSect__bg {
    clip-path: url("#introWaveClipPc");
  }
}
@media screen and (max-width: 767px) {
  .introSect__bg {
    clip-path: url("#introWaveClipSp");
  }
}
.introSect__inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .introSect__inner {
    display: flex;
    gap: 6rem;
    max-width: 120rem;
    padding: 12rem 0 20rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__inner {
    display: flex;
    flex-direction: column;
    padding: 6rem 2.4rem 14rem;
  }
}
@media screen and (min-width: 768px) {
  .introSect__head {
    align-self: center;
    flex-shrink: 0;
    order: 1;
    width: 57.3rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__head {
    order: 1;
  }
}
.introSect__head .headingCombi {
  text-align: left;
}
.introSect__head .heading {
  color: #2d76a9;
}
@media screen and (min-width: 768px) {
  .introSect__head .heading {
    font-size: 3.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .introSect__head .heading {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .introSect__head .headingCombi__txt {
    font-size: 1.6rem;
    line-height: 2.4;
  }
}
@media screen and (max-width: 767px) {
  .introSect__head .headingCombi__txt {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.4;
  }
}
.introSect__cont {
  position: relative;
}
@media screen and (min-width: 768px) {
  .introSect__cont {
    flex-shrink: 0;
    height: 57rem;
    order: 0;
    width: 56.6rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__cont {
    order: 0;
  }
}
.introSect__visual .photo__image {
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .introSect__visual:nth-child(1) {
    left: 0;
    position: absolute;
    top: 0;
    width: 49.6rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__visual:nth-child(1) {
    width: 34.2rem;
  }
}
@media screen and (min-width: 768px) {
  .introSect__visual:nth-child(2) {
    left: 23.8rem;
    position: absolute;
    top: 35.1rem;
    width: 32.8rem;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .introSect__visual:nth-child(2) {
    margin-left: auto;
    margin-top: 2.2rem;
    width: 20rem;
  }
}

.busSect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .busSect {
    max-width: 120rem;
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .busSect {
    padding: 6rem 2.4rem 0;
  }
}
.busSect__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .busSect__head .sectTtl--main .sectTtl__en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__head .sectTtl--main .sectTtl__en {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 768px) {
  .busSect__head .heading {
    font-size: 3.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .busSect__head .heading {
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .busSect__cont {
    display: flex;
    gap: 4rem;
    justify-content: center;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__cont {
    margin-top: 3rem;
  }
}
.busSect__routes {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .busSect__routes {
    flex-shrink: 0;
    width: 43.3rem;
  }
}
.busSect__route {
  background: linear-gradient(to left, #ddeef5 0%, #f5f9fa 100%);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .busSect__route {
    padding: 4rem;
    width: 43.3rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__route {
    padding: 2.4rem;
  }
}
.busSect__routeLabel {
  align-items: center;
  background-color: #fff;
  border-radius: 0.4rem;
  color: #2d77aa;
  display: flex;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .busSect__routeLabel {
    font-size: 2rem;
    height: 4rem;
    line-height: 1.4;
    margin: 0 auto;
    width: 35.4rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__routeLabel {
    font-size: 1.8rem;
    height: 3.2rem;
    line-height: 1.4;
  }
}
.busSect__routeLabel--accent {
  color: #7bbecc;
}
.busSect__routeInner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .busSect__routeInner {
    padding-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__routeInner {
    padding-top: 1.6rem;
  }
}
.busSect__busStop {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .busSect__busStop {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .busSect__busStop {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.busSect__walk {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .busSect__walk {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__walk {
    gap: 0.3rem;
  }
}
.busSect__walkItem {
  text-align: center;
}
.busSect__walkSub {
  color: #333;
  display: block;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  text-align: left;
}
.busSect__walkTime {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .busSect__walkTime {
    margin-top: -1rem;
  }
}
.busSect__walkPrefix {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .busSect__walkPrefix {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__walkPrefix {
    font-size: 2rem;
  }
}
.busSect__walkNum {
  font-family: "EB Garamond Variable", georgia, serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .busSect__walkNum {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__walkNum {
    font-size: 5.6rem;
    line-height: 1;
    padding: 0 0.5rem;
  }
}
.busSect__walkNum--primary {
  color: #036eb8;
}
.busSect__walkNum--accent {
  color: #7bbecc;
}
.busSect__walkUnit {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .busSect__walkUnit {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__walkUnit {
    font-size: 2rem;
  }
}
.busSect__walkDist {
  color: #333;
  display: block;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
}
.busSect__walkSep {
  align-self: center;
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1;
  padding: 0 0.3rem;
}
@media screen and (min-width: 768px) {
  .busSect__walkSep {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__walkSep {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.busSect__divider {
  border: 0;
  border-top: 1px solid #B8D2DC;
  margin: 1.2rem 0;
}
.busSect__busTime {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  text-align: center;
}
.busSect__busFrom {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  width: 100%;
}
.busSect__busTo {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 400;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .busSect__busTo {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__busTo {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.busSect__busTimeNum {
  align-items: baseline;
  display: flex;
  justify-content: center;
  line-height: 1;
}
.busSect__busPrefix {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .busSect__busPrefix {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__busPrefix {
    font-size: 2rem;
  }
}
.busSect__busMinute {
  display: block;
  font-family: "EB Garamond Variable", georgia, serif;
  font-weight: 400;
  line-height: 0.7;
}
@media screen and (min-width: 768px) {
  .busSect__busMinute {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__busMinute {
    font-size: 5.6rem;
  }
}
.busSect__busMinute--primary {
  color: #036eb8;
}
.busSect__busMinute--accent {
  color: #7bbecc;
}
.busSect__busUnit {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .busSect__busUnit {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__busUnit {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .busSect__map {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    width: 52.7rem;
  }
}
@media screen and (max-width: 767px) {
  .busSect__map {
    margin-top: 6rem;
  }
}
.busSect__note {
  color: #595757;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2rem;
  text-align: right;
}

.trainSect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .trainSect {
    max-width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .trainSect {
    padding: 0 2.4rem;
  }
}
.trainSect__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .trainSect__head .sectTtl--main .sectTtl__en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .trainSect__head .sectTtl--main .sectTtl__en {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 768px) {
  .trainSect__head .heading {
    font-size: 3.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .trainSect__head .heading {
    font-size: 2.8rem;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }
}
.trainSect__cont {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .trainSect__cont {
    margin-top: 8rem;
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .trainSect__cont {
    margin-top: 3rem;
  }
}
.trainSect__row {
  display: flex;
}
@media screen and (min-width: 768px) {
  .trainSect__row {
    gap: 2rem;
    justify-content: flex-start;
  }
  .trainSect__row + .trainSect__row {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .trainSect__row {
    flex-direction: column;
    gap: 2rem;
  }
  .trainSect__row + .trainSect__row {
    margin-top: 2rem;
  }
}
.trainSect__map {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .trainSect__map {
    margin-top: 8rem;
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .trainSect__map {
    margin-right: -2.4rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .trainSect__map .swipeFigure__inner {
    height: 30rem;
  }
}

.trainCard {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .trainCard {
    flex: 0 0 calc((100% - 4rem) / 3);
    width: 31.7rem;
  }
}
.trainCard__visual {
  border-radius: 1rem;
  overflow: hidden;
}
.trainCard__visual .photo__image {
  aspect-ratio: 317/238;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .trainCard__info {
    padding: 1.2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .trainCard__info {
    padding: 1rem 0 0;
  }
}
.trainCard__from {
  color: #333;
  display: block;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.trainCard__main {
  align-items: baseline;
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.trainCard__label {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  right: -1rem;
  top: -1rem;
}
.trainCard__line {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-right: 0.5rem;
}
.trainCard__station {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .trainCard__station {
    font-size: 2.4rem;
    line-height: 1.4;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .trainCard__station {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 0 1rem;
  }
}
.trainCard__num {
  font-family: "EB Garamond Variable", georgia, serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .trainCard__num {
    font-size: 4.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .trainCard__num {
    font-size: 4.8rem;
    line-height: 1;
  }
}
.trainCard__num--primary {
  color: #036eb8;
}
.trainCard__num--accent {
  color: #7bbecc;
}
.trainCard__unit {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .trainCard__unit {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .trainCard__unit {
    font-size: 2rem;
  }
}
.trainCard__note {
  color: #666;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.3rem;
}

@media screen and (min-width: 768px) {
  .access-intro {
    margin-top: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .access-train {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 767px) {
  .access-train {
    padding: 8rem 0;
  }
}
/*# sourceMappingURL=style.css.map */
