.site-main {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .site-main {
    padding-top: 17vw;
  }
}

.page-title {
  background-image: url(../images/business/business-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}

.page-title .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 28px;
}

.page-title-text {
  color: #fff;
}

.page-title-text span:first-of-type {
  font-size: 55px;
  line-height: 1;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

.page-title-text span:last-of-type {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .page-title {
    background-image: url(../images/business/business-bg-sp.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 53.3vw;
  }

  .page-title .container {
    padding-bottom: 3vw;
  }

  .page-title-text span:first-of-type {
    font-size: 8.1vw;
    line-height: 1.2;
  }

  .page-title-text span:last-of-type {
    font-size: 4vw;
  }
}

.post-content-text-title {
  margin-top: 85px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  color: #005094;
  letter-spacing: 0.02em;
}

.post-content-text-description {
  margin-top: 26px;
  font-size: 21px;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .post-content-text-title {
    font-size: 4.5vw;
    margin-top: 7vw;
    line-height: 1.55;
  }

  .post-content-text-description {
    font-size: 3.6vw;
    margin-top: 3vw;
    line-height: 1.62;
  }
}

.post-content-text-image-wrapper {
  position: relative;
  width: 89%;
  margin: 70px auto 0;
}

.post-content-text-image-wrapper-2 {
  position: relative;
  width: 109%;
  margin: 36px auto 0;
  transform: translateX(-5%);
}

.post-content-text-image,
.post-content-text-image-2 {
  width: 100%;
  display: block;
}

.post-content-text-image:nth-of-type(2),
.post-content-text-image:nth-of-type(3),
.post-content-text-image-2:nth-of-type(2),
.post-content-text-image-2:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
}

.post-content-text-image-2:nth-of-type(2) {
  z-index: 1;
}

.post-content-text-image-2:nth-of-type(1) {
  z-index: 2;
  position: relative;
}

.post-content-text-wrapper-2 {
  margin-top: 130px;
}

@media (max-width: 767px) {
  .post-content-text-image-wrapper {
    position: relative;
    width: 97%;
    margin: 4.5vw auto 0;
  }

  .post-content-text-image-wrapper-2 {
    position: relative;
    width: 111%;
    margin: 5vw auto 0;
    transform: translateX(-5%);
  }

  .post-content-text-image,
  .post-content-text-image-2 {
    width: 100%;
    display: block;
  }

  .post-content-text-image:nth-of-type(2),
  .post-content-text-image:nth-of-type(3),
  .post-content-text-image-2:nth-of-type(2),
  .post-content-text-image-2:nth-of-type(3) {
    position: absolute;
    top: 0;
    left: 0;
  }

  .post-content-text-image-2:nth-of-type(2) {
    z-index: 1;
  }

  .post-content-text-image-2:nth-of-type(1) {
    z-index: 2;
    position: relative;
  }

  .post-content-text-wrapper-2 {
    margin-top: 10vw;
  }
}

.business-card {
  margin-top: 90px;
  display: flex;
  align-items: flex-start;
}

.business-card:not(:nth-of-type(1)) {
  margin-top: 100px;
}

.business-card-text-title {
  font-size: 34px;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
}

.business-card-text-title-icon {
  width: 90%;
  object-fit: contain;
}

.business-card-text-description {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.9;
}

.business-card-text-link {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #005094;
  padding: 12px 50px 12px 25px;
  margin-top: 40px;
  display: block;
  width: fit-content;
  background-image: url(../images/strengths/icon-arrow.webp);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 1em;
}

.business-card-image {
  width: 48%;
  object-fit: contain;
}

.business-card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  background-color: #007aff;
  padding: 34px 90px 34px 90px;
  width: fit-content;
  margin: 210px auto 200px;
}

.business-card-link img:first-of-type {
  width: 1.9em;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.business-card-link img:last-of-type {
  width: 1em;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (min-width: 768px) {
  .business-card-text-link:hover {
    opacity: 0.7;
  }

  .business-card-link:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .business-card {
    margin-top: 7vw;
    flex-direction: column;
  }

  .business-card-text-title {
    font-size: 4.5vw;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }

  .business-card-text-description {
    font-size: 3.8vw;
    margin-top: 4vw;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: 0.1em 2.85px;
  }

  .business-card-text-title-icon {
    width: 70%;
  }

  .business-card-image {
    width: 100%;
    margin-top: 4vw;
  }

  .business-card-text-link {
    font-size: 3.2vw;
    padding: 1.8vw 7vw 1.8vw 3vw;
    margin-top: 7vw;
    background-color: #ababab;
    background-position: right 3.3vw center;
  }

  .business-card-image {
    width: 100%;
  }

  .business-card:not(:nth-of-type(1)) {
    margin-top: 11vw;
  }

  .business-card-link {
    font-size: 4vw;
    gap: 5vw;
    padding: 3.5vw 5vw 3.5vw 5vw;
    margin-top: 9vw;
    margin-bottom: 23vw;
    width: 100%;
    background-color: #007aff;
    color: #fff;
  }

  .business-card-link img:first-of-type {
    width: 7vw;
  }

  .business-card-link img:last-of-type {
    width: 4vw;
  }
}


.fade-in-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-element.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.post-content-text-image,
.post-content-text-image-2 {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.post-content-text-image.fade-in,
.post-content-text-image-2.fade-in {
  opacity: 1;
}


.post-content-text-image:nth-child(2),
.post-content-text-image-2:nth-child(2),
.post-content-text-image:nth-child(3),
.post-content-text-image-2:nth-child(3),
.post-content-text-image:nth-child(4),
.post-content-text-image-2:nth-child(4),
.post-content-text-image:nth-child(5),
.post-content-text-image-2:nth-child(5),
.post-content-text-image:nth-child(6),
.post-content-text-image-2:nth-child(6),
.post-content-text-image:nth-child(7),
.post-content-text-image-2:nth-child(7),
.post-content-text-image:nth-child(8),
.post-content-text-image-2:nth-child(8) {
  position: absolute;
  top: 0;
  left: 0;
}