/* =======================================================
common
======================================================= */
.c-business {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .c-business {
    padding-bottom: 5rem;
  }
}
.c-business__link {
  color: var(--color-gray02);
  text-decoration: underline;
}
.c-business__link + .c-business__imgouter {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-business__imgouter {
    width: calc(100% + 1.25rem);
    overflow-x: scroll;
  }
}
.c-business__imgouter + * {
  margin-top: 1.875rem;
}
.c-business p + .c-business__imgouter {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-business p + .c-business__imgouter {
    margin-top: 1.875rem;
  }
}

.c-introduction__bnr::before {
  background-image: url(../images/business/introduction-bnr-bg.webp);
}

@media screen and (max-width: 767px) {
  .l-eco .c-business__imgouter:first-of-type .c-business__imgwrapper {
    width: 40.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-eco .c-business__imgouter:nth-of-type(2) .c-business__imgwrapper {
    width: 40.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .l-building .c-business__imgwrapper {
    width: 33.75rem;
  }
}

@media screen and (max-width: 767px) {
  .l-allience .c-business__imgwrapper {
    width: 33.75rem;
  }
}

@media screen and (max-width: 767px) {
  .l-nb .c-business__imgwrapper {
    width: 40.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .l-businesses .c-business__imgwrapper {
    width: 43.1875rem;
  }
}

/* =======================================================
lower-mv
======================================================= */
.l-lower-mv {
  background-image: url("../images/business/mv-bg.webp");
}
@media screen and (max-width: 767px) {
  .l-lower-mv {
    background-image: url("../images/business/mv-bg-sp.webp");
  }
}