@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Work+Sans:wght@500&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.transportation {
  margin-top: 110px;
  margin-bottom: 150px;
  background-color: #F2F5F8;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .transportation {
    margin-top: 170px;
  }
}
@media screen and (min-width: 1300px) {
  .transportation {
    display: flex;
    padding: 115px 0 125px;
  }
}
.transportation::before {
  content: "Transportation";
  display: block;
  writing-mode: vertical-rl;
  transform-origin: center;
  transform: rotate(180deg);
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 0;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 64px;
}
@media screen and (min-width: 960px) {
  .transportation::before {
    writing-mode: horizontal-tb;
    transform: translateY(-50%);
    font-size: 140px;
    left: 160px;
    top: 50%;
    bottom: auto;
  }
}
@media screen and (min-width: 1300px) {
  .transportation__img {
    width: 25%;
    max-width: 500px;
    position: absolute;
  }
}
.transportation__img::before {
  content: "";
  display: block;
  background-color: #ffffff;
  opacity: 0.35;
  position: absolute;
  z-index: 1;
}
.transportation__img img {
  display: block;
  position: absolute;
  width: 66%;
  max-width: 500px;
}
@media screen and (min-width: 1300px) {
  .transportation__img img {
    width: 100%;
    position: static;
  }
}
.transportation__img1 {
  height: 50vw;
  max-height: 375px;
}
@media screen and (min-width: 1300px) {
  .transportation__img1 {
    top: -65px;
  }
}
.transportation__img1::before {
  width: 40%;
  height: 100px;
  left: 66%;
  top: 50px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .transportation__img1::before {
    left: 500px;
    top: 200px;
  }
}
@media screen and (min-width: 1300px) {
  .transportation__img1::before {
    width: 230px;
    height: 150px;
    left: auto;
    top: auto;
    right: -150px;
    bottom: 0px;
  }
}
.transportation__img1 img {
  top: -65px;
}
.transportation__img2 {
  height: 40vw;
  max-height: 320px;
}
@media screen and (min-width: 1300px) {
  .transportation__img2 {
    right: 0;
    bottom: 50px;
  }
}
.transportation__img2::before {
  width: 33%;
  height: 70px;
  right: 66%;
  bottom: 50px;
  transform: translateX(50%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .transportation__img2::before {
    right: 500px;
    bottom: 200px;
  }
}
@media screen and (min-width: 1300px) {
  .transportation__img2::before {
    width: 200px;
    height: 100px;
    left: -70px;
    top: -50px;
    right: auto;
    bottom: auto;
    transform: translate(0);
  }
}
.transportation__img2 img {
  right: 0;
  bottom: -65px;
}
.transportation__content {
  width: 85%;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1300px) {
  .transportation__content {
    width: 40%;
  }
}
.transportation__content h2 {
  text-align: center;
}

.guide {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (min-width: 960px) {
  .guide {
    padding-bottom: 250px;
  }
}
.guide::before {
  content: "Sales Guide";
  display: block;
  position: absolute;
  z-index: -1;
  color: #F2F5F8;
  left: 2.5%;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 64px;
  line-height: normal;
  bottom: 90px;
}
@media screen and (min-width: 960px) {
  .guide::before {
    font-size: 140px;
    left: auto;
    right: 7.5%;
    bottom: 140px;
  }
}
.guide__inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.guide__wrap {
  margin-top: 35px;
  width: 100%;
  position: relative;
}
.guide__wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(100% - 10px);
  height: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0b4d88;
}
.guide__wrap__inner {
  overflow-x: scroll;
  width: 100%;
}
.guide__flex {
  display: flex;
  min-width: 1200px;
  justify-content: space-between;
}
.guide__flex img {
  display: block;
  width: 180px;
}

.flexible {
  background-color: #063057;
  padding-top: 50px;
  position: relative;
  margin-bottom: 45px;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .flexible {
    padding-top: 120px;
    margin-bottom: 90px;
  }
}
.flexible::before {
  content: "Flexible";
  display: block;
  position: absolute;
  bottom: -50px;
  color: #0b4d88;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 64px;
  left: 2.5%;
  line-height: normal;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .flexible::before {
    font-size: 140px;
    left: 1.5%;
  }
}
@media screen and (min-width: 960px) {
  .flexible__inner {
    display: flex;
    width: 85%;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: space-between;
  }
}
.flexible__content {
  width: 85%;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  .flexible__content {
    width: 33%;
    margin: 0;
  }
}
.flexible__content h2 {
  color: #ffffff;
}
.flexible__content h2 strong {
  color: #ffffff;
}
.flexible__img {
  position: relative;
  width: 80%;
  max-width: 500px;
  max-height: 280px;
  margin-top: 40px;
  height: 40vw;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .flexible__img {
    width: 60%;
    height: 25vw;
    max-width: none;
    margin-top: 0;
    max-height: 350px;
  }
}
.flexible__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media screen and (min-width: 960px) {
  .flexible__img img {
    bottom: -50px;
  }
}/*# sourceMappingURL=delivery.css.map */