/* ---------------------------------------
	Our Business
-----------------------------------------*/
.our-business .section-business {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.our-business .section-business--bland-development {
  background-image: -webkit-image-set(url(../images/page/our-business/business_bg01.webp) type("image/webp"), url(../images/page/our-business/business_bg01.png) type("image/png"));
  background-image: image-set(url(../images/page/our-business/business_bg01.webp) type("image/webp"), url(../images/page/our-business/business_bg01.png) type("image/png"));
}
.our-business .section-business--textile {
  background-image: -webkit-image-set(url(../images/page/our-business/business_bg02.webp) type("image/webp"), url(../images/page/our-business/business_bg02.png) type("image/png"));
  background-image: image-set(url(../images/page/our-business/business_bg02.webp) type("image/webp"), url(../images/page/our-business/business_bg02.png) type("image/png"));
}
.our-business .section-business--logistics {
  background-image: -webkit-image-set(url(../images/page/our-business/business_bg03.webp) type("image/webp"), url(../images/page/our-business/business_bg03.png) type("image/png"));
  background-image: image-set(url(../images/page/our-business/business_bg03.webp) type("image/webp"), url(../images/page/our-business/business_bg03.png) type("image/png"));
}
@media screen and (width > 768px) {
  .our-business .section-business:not(:first-of-type) {
    margin-top: -5.7291666667vw;
  }
}
@media screen and (width <= 768px) {
  .our-business .section-business:not(:first-of-type) {
    margin-top: -12.8205128205vw;
  }
}
.our-business .section-business__wrapper {
  width: calc(100% - 32px);
  margin-inline: auto;
}
@media screen and (width > 768px) {
  .our-business .section-business__wrapper {
    max-width: 87.5rem;
    padding-bottom: 9.375vw;
  }
}
@media screen and (width <= 768px) {
  .our-business .section-business__wrapper {
    max-width: calc(100% - 8.2051282051vw);
    padding-bottom: 20.5128205128vw;
  }
}
.our-business .section-business__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (width > 768px) {
  .our-business .section-business__images {
    gap: 1.6666666667vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (width <= 768px) {
  .our-business .section-business__images {
    gap: 4.1025641026vw;
    margin-bottom: 8.2051282051vw;
  }
}
.our-business .section-business__images--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (width > 768px) {
  .our-business .section-business__image01 {
    width: 30.9895833333vw;
  }
}
@media screen and (width <= 768px) {
  .our-business .section-business__image01 {
    width: 100%;
  }
}
@media screen and (width > 768px) {
  .our-business .section-business__image02 {
    width: 35.9375vw;
  }
}
@media screen and (width <= 768px) {
  .our-business .section-business__image02 {
    width: 100%;
  }
}
.our-business .section-business__head {
  text-align: center;
}
@media screen and (width > 768px) {
  .our-business .section-business__head {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (width <= 768px) {
  .our-business .section-business__head {
    margin-bottom: 4.1025641026vw;
  }
}
.our-business .section-business__heading {
  color: var(--cl-primary);
}
@media screen and (width > 768px) {
  .our-business .section-business__heading {
    font-size: 2.5vw;
  }
}
@media screen and (width <= 768px) {
  .our-business .section-business__heading {
    font-size: 6.1538461538vw;
  }
}
@media screen and (width > 768px) {
  .our-business .section-business__text {
    text-align: center;
    font-size: 1.25vw;
  }
}
@media screen and (width <= 768px) {
  .our-business .section-business__text {
    text-align: left;
    font-size: 4.1025641026vw;
  }
}/*# sourceMappingURL=our-business.css.map */