.business {
  background-color: #0080CB;
}
.business-hero {
  position: relative;
  padding: 43cqw 20px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/business/business-hero_bg_sp@2x.jpg");
  background-size: cover;
  background-color: #0080CB;
  mask-image: url("../images/business/business-hero_mask_sp.svg");
  mask-position: bottom center;
  mask-size: cover;
  mask-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .business-hero {
    background-image: url("../images/business/business-hero_bg@2x.jpg");
    background-size: 2000px auto;
    mask-image: url("../images/business/business-hero_mask.svg");
    mask-position: left 50% bottom 15px;
    mask-size: 2000px auto;
    padding: 240px 0 216px;
  }
}
@media (min-width: 2000px) {
  .business-hero {
    background-size: cover;
    mask-size: cover;
    padding: 15cqw 0 13.5cqw;
  }
}
.business-hero__inner {
  background-color: #fff;
}
.business-hero__ttl {
  margin: 0 0 10px;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .business-hero__ttl {
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
.business-hero__en {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .business-hero__en {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 400;
  }
}
.business-lead {
  padding: 60px 0 80px;
}
@media (min-width: 768px) {
  .business-lead {
    padding: 120px 0 80px;
  }
}
.business-lead__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
.business-lead__heading {
  text-align: center;
}
.business-lead__ttl {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .business-lead__ttl {
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
.business-lead__en {
  margin-top: 8px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .business-lead__en {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
  }
}
.business-lead__txt {
  margin-top: 40px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .business-lead__txt {
    font-size: 1.25rem;
    line-height: 1.8;
    font-weight: 700;
  }
}
.business-lead__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .business-lead__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.business-lead__box {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
}
@media (min-width: 768px) {
  .business-lead__box {
    padding: 20px 20px 20px 56px;
  }
}
.business-lead__box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.business-lead__box-img {
  flex: 0 0 120px;
}
@media (min-width: 768px) {
  .business-lead__box-img {
    flex: 0 1 180px;
  }
}
@media (min-width: 768px) {
  .business-lead__box-img--logistics {
    margin-right: 20px;
  }
}
.business-lead__category {
  display: inline-block;
  padding: 2px 16px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
}
.business-lead__category--plantengineering {
  background-color: #0080CB;
}
.business-lead__category--logistics {
  background-color: #00B1AA;
}
.business-lead__summary {
  margin-top: 4px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
.business-lead__summary--plantengineering {
  color: #0080CB;
}
.business-lead__summary--logistics {
  color: #00B1AA;
}
.business-lead__name {
  color: #707070;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
.business-type {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .business-type {
    position: sticky;
    top: 0;
  }
}
.business-type__wrapper {
  position: relative;
}
.business-type__inner {
  margin: 0 auto;
  max-width: 1420px;
  padding: 311px 30px 60px;
}
@media (min-width: 768px) {
  .business-type__inner {
    padding: 192px 30px;
  }
}
.business-type__category {
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 768px) {
  .business-type__category {
    padding: 2px 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.business-type__category--plantengineering {
  background-color: #0080CB;
}
.business-type__category--logistics {
  background-color: #00B1AA;
}
.business-type__summary {
  margin-top: 4px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .business-type__summary {
    font-size: 3.5rem;
  }
}
.business-type__name {
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .business-type__name {
    font-size: 2.5rem;
  }
}
.business-type__txt {
  margin-top: 30px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 768px) {
  .business-type__txt {
    font-size: 1.125rem;
  }
}
.business-type__btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .business-type__btn {
    max-width: 240px;
  }
}
.business-type__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 20px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  transition: background-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .business-type__btn a:hover {
    background-color: #0080CB;
  }
  .business-type__btn a:hover .business-type__btn-arrow-inner::before, .business-type__btn a:hover .business-type__btn-arrow-inner::after {
    transform: translateX(calc(100% + 10px));
  }
}
.business-type__btn-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  place-content: center;
  width: 18px;
  height: 18px;
  font-size: 0;
  line-height: 0;
  z-index: 5;
  transform: translate(0, -50%);
}
.business-type__btn-arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.business-type__btn-arrow-inner::before, .business-type__btn-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 19px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.business-type--plantengineering {
  background-image: url("../images/business/business-type_bg_01_sp@2x.jpg");
}
@media (min-width: 768px) {
  .business-type--plantengineering {
    background-image: url("../images/business/business-type_bg_01@2x.jpg");
  }
}
.business-type--logistics {
  background-image: url("../images/business/business-type_bg_02_sp@2x.jpg");
}
@media (min-width: 768px) {
  .business-type--logistics {
    background-image: url("../images/business/business-type_bg_02@2x.jpg");
  }
}
