*,
::before,
::after {
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .kv_lower {
    background-image: url(../img/mv.jpg);
  }
}
@media screen and (max-width: 768px) {
  .kv_lower {
    background-image: url(../img/sp/mv.jpg);
  }
}

@media screen and (min-width: 769px) {
  .business_lower_about {
    padding-bottom: min(262px, 17.467vw);
  }
}

@media screen and (min-width: 769px) {
  .business_lower_about_type {
    right: min(20px, 1.334vw);
    bottom: max(-8px, -0.533vw);
    width: min(685px, 45.667vw);
    height: min(171px, 11.4vw);
  }
}
@media screen and (max-width: 768px) {
  .business_lower_about_type {
    top: 57.4rem;
    right: 3.2rem;
    width: 36.2rem;
  }
}
.business_lower_about_type .en {
  aspect-ratio: 685/171;
}

@media screen and (min-width: 769px) {
  .business_lower_strength_cont {
    background-image: url(../img/strength_img.jpg);
  }
}
@media screen and (max-width: 768px) {
  .business_lower_strength_cont {
    background-image: url(../img/sp/strength_img.jpg);
  }
}/*# sourceMappingURL=logistics.css.map */