.hero {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hero__visual {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100dvh;
  padding: 0 3.5rem 3.5rem;
}
.hero__visual-group {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 80%;
}
.hero__visual-wrapper {
  width: 100%;
}
.hero__visual-wrapper.is-active .hero-visual__img {
  transform: translateY(0);
}
.hero-visual__box {
  position: relative;
  overflow: hidden;
}
.hero-visual__box--1 {
  width: 59.7108%;
  max-width: 100%;
}
.hero-visual__box--2 {
  width: 100%;
  margin-top: 3.5rem;
}
.hero-visual__img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  padding: 8rem;
  background-image: url("../img/top/hero_content_bg.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.hero__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  mix-blend-mode: multiply;
  z-index: 0;
}
.hero__lead-accent {
  color: var(--color-primary);
}

@media screen and (max-width: 879px) {
  .hero__visual {
    padding: 2rem 1rem 1rem;
  }
  .hero-visual__box--1 {
    width: 56.9628%;
    max-width: 100%;
  }
  .hero-visual__box--2 {
    width: 31.8932%;
    margin-top: 1.1655rem;
  }
  .hero-visual__box--3 {
    width: 54.298%;
    margin-top: 1.338rem;
  }
  .hero-visual__box--4 {
    width: 100%;
    margin-top: 1.338rem;
  }
  .hero__content {
    gap: 1.25rem;
    padding: 4.5rem 1.5rem;
  }
}
.services {
  gap: 4rem;
}
.services div.section-title {
  padding: 0;
}

.company {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 100%;
  padding-bottom: 9rem;
}
.company__image {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
.company__image-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  padding: 0 8rem;
}
.company__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex-shrink: 0;
  max-width: 34.1875rem;
}

.news {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  padding: 6.25rem 8rem;
}
.news__body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3rem;
  width: 100%;
}
.news__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid var(--color-line);
}
.news__empty {
  text-align: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--color-line);
}

@media screen and (max-width: 879px) {
  .services {
    gap: 3rem;
  }
  .company {
    gap: 2.5rem;
    padding-bottom: 5rem;
  }
  .company__image {
    height: 15rem;
  }
  .company__content {
    flex-direction: column;
    padding: 0 1.5rem;
    gap: 2rem;
  }
  .company__body {
    max-width: none;
    gap: 2.5rem;
  }
  .company__description {
    font-size: 1rem;
    line-height: 2;
  }
  .news {
    padding: 5rem 1.5rem;
    gap: 2rem;
  }
  .news__body {
    gap: 3rem;
  }
}

/*# sourceMappingURL=top.css.map */
