@charset "UTF-8";
/* ------------------------------------------------------------
■ 事業内容 -- service-logistics
------------------------------------------------------------ */
.logistics__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 0;
  background-image: url(../images/service-logistics/bg.webp);
  background-position: center;
}

.service-feature--logistics {
  position: relative;
  z-index: 1;
}

.flow--logistics {
  position: relative;
  z-index: 1;
  padding: 185px 0 220px;
  margin-top: 400px;
}
@media (max-width: 1023px) {
  .flow--logistics {
    padding: 70px 0 40px;
  }
}/*# sourceMappingURL=service-logistics.css.map */