/* p-business
---------------------------------------------------------------------------- */
.p-business {
  padding-block: 8rem 10rem;
  background: linear-gradient(0deg, rgb(230, 245, 255) 0%, rgb(255, 255, 255) 100%);
}

.p-business-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
}

.p-business-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-block: 5rem;
  padding-inline: 5rem;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.p-business-box:nth-of-type(even) {
  flex-direction: row-reverse;
}

.p-business-box:first-of-type {
  margin-top: 6rem;
}

.p-business-box:not(:last-of-type) {
  margin-bottom: 5rem;
}

.p-business-box-body {
  width: calc(100% - 3.9rem - 45rem);
}

.p-business-box-ttl {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.5;
  color: var(--col-main);
  position: relative;
  margin-bottom: 5.3rem;
}

.p-business-box-ttl::before {
  content: "";
  width: 10rem;
  height: 0.3rem;
  background-color: currentColor;
  position: absolute;
  bottom: -2rem;
  left: 0;
}

.p-business-box-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-business-box-btn {
  width: 34rem;
  height: 8.4rem;
  margin-top: 4rem;
}

.p-works-box-img {
  width: 45rem;
  aspect-ratio: 450/338;
}

.p-works-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-business {
    padding-block: 13.3333333333vw;
  }
  .p-business-txt {
    font-size: 1.6rem;
    line-height: 1.8125;
    letter-spacing: 0.06em;
    font-weight: 400;
    text-align: left;
  }
  .p-business-box {
    flex-direction: column-reverse;
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
    box-shadow: 0 0 3.2vw rgba(0, 0, 0, 0.16);
  }
  .p-business-box:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .p-business-box:first-of-type {
    margin-top: 9.3333333333vw;
  }
  .p-business-box:not(:last-of-type) {
    margin-bottom: 7.4666666667vw;
  }
  .p-business-box-body {
    width: 100%;
  }
  .p-business-box-ttl {
    font-size: 6.4vw;
    margin-bottom: 8.5333333333vw;
    margin-top: 1.8rem;
  }
  .p-business-box-ttl::before {
    content: "";
    width: 16vw;
    height: 0.8vw;
    bottom: -5.3333333333vw;
  }
  .p-business-box-txt {
    font-size: 4.2666666667vw;
  }
  .p-business-box-btn {
    width: 100%;
    height: 16vw;
    margin-top: 6.4vw;
  }
  .p-works-box-img {
    width: 100%;
    aspect-ratio: 295/220;
  }
}
