/* p-transport
---------------------------------------------------------------------------- */
.p-transport {
  padding-block: 8rem 10rem;
}

.p-transport-content:not(:last-of-type) {
  margin-bottom: 7rem;
}

.p-transport-content-inner {
  display: grid;
  grid-template: ". . img" 1fr "ttl . img" auto ". . img" 3rem "txt . img" auto ". . img" 1fr/auto 6rem auto;
  margin-bottom: 4rem;
}
.p-transport-content-inner > :nth-child(1) {
  grid-area: ttl;
}
.p-transport-content-inner > :nth-child(2) {
  grid-area: txt;
}
.p-transport-content-inner > :nth-child(3) {
  grid-area: img;
}

.p-transport-content-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-transport-content-img {
  width: 45rem;
  aspect-ratio: 450/300;
  border-radius: 3rem 0 3rem 0;
  overflow: hidden;
}

.p-transport-content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-transport-flow-img {
  display: block;
  width: 110rem;
  aspect-ratio: 1100/380;
  margin-inline: auto;
  margin-top: 3.3rem;
}

.p-transport-flow-img._img-02 {
  aspect-ratio: 1100/520;
}

.p-transport-flow-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

@media screen and (max-width: 767px) {
  .p-transport {
    padding-block: 16vw 13.3333333333vw;
  }
  .p-transport-content:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
  .p-transport-content-inner {
    grid-template: "ttl" auto "." 6.4vw "txt" auto "." 4.5333333333vw "img" auto/1fr;
    margin-bottom: 8vw;
  }
  .p-transport-content-txt {
    font-size: 4.2666666667vw;
  }
  .p-transport-content-img {
    width: 100%;
    aspect-ratio: 335/223;
    border-radius: 5.3333333333vw 0 5.3333333333vw 0;
  }
  .p-transport-flow-img {
    width: 100%;
    aspect-ratio: 335/750;
    margin-top: 5.6vw;
  }
  .p-transport-flow-img._img-02 {
    aspect-ratio: 335/1091;
  }
}
