.section3 {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
  border-bottom: 16px solid var(--subaru-blue);
}

.section3-description {
  font-size: 1.4rem;
  line-height: 1.8;
}

.section3-image-pc {
  position: absolute;
  inset: 0 auto 0 0;
  width: 70%;
  height: 100%;
}

.section3-image-pc::before {
  position: absolute;
  background-image: url(../image/brz-front.webp);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: -10vw;
  top: 0;
  transition: inherit;
  width: 60%;
  z-index: -2;
}

.section3-image-sp {
  width: 90%;
  display: none;
}

.section3-text {
  display: flex;
  padding: 6rem 0;
  gap: 0.5rem;
  width: 70%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}

.section3-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--subaru-blue);
  gap: 1rem;
}
.section3-content .section-title {
  font-weight: 700;
}

@media screen and (max-width: 1320px) {
  .section3-description {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .section3 {
    justify-content: center;
  }
  .section3-title {
    font-size: 2.5rem;
  }
  .section3-content {
    gap: 2rem;
    transform: none;
  }
  .section3-text {
    width: 90vw;
  }
  .section3-content .section-title {
    font-size: 5.1vw;
  }
  .section3-image-pc {
    display: none;
  }
  .section3-image-sp {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .section3-title {
    font-size: 2rem;
  }
  .section3-description {
    font-size: 1.3rem;
  }
}

.section3-title {
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--subaru-blue);
}

/* Responsive: laptop (max-width: 1120px) */
@media (max-width: 1120px) {
  .section3-title {
    font-size: 2.75rem;
  }
}

@media screen and (min-width: 1921px) {
  .section3-title {
    font-size: 3.4vw;
  }
  .section3-description {
    font-size: 1.4vw;
  }
}
