/* Keep every lower-page hero aligned with the news index design. */
.company-page,
.service-page,
.news-page,
.news-single,
.contact-page,
.owner-page {
  padding-top: 104px;
}

.subpage-hero,
.company-hero,
.service-hero,
.news-hero,
.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: var(--color-sea);
}

.subpage-hero__inner,
.company-hero__inner,
.service-hero__inner,
.news-hero > .l-container,
.contact-hero > .l-container {
  position: relative;
  z-index: 1;
}

.subpage-hero__en,
.company-hero__en,
.service-label,
.news-hero__en,
.contact-hero__en {
  margin: 0 0 8px;
  color: var(--color-kobe-red) !important;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .18em;
}

.subpage-hero__title,
.company-hero__title,
.service-hero__title,
.news-hero h1,
.contact-hero h1 {
  margin: 0 0 16px;
  color: var(--color-night);
  font-family: var(--font-serif);
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: .12em;
}

.subpage-hero__lead,
.company-hero__lead,
.service-hero__lead,
.news-hero .subpage-hero__lead,
.contact-hero .subpage-hero__lead {
  max-width: 760px;
  margin: 0;
  color: var(--color-text-sub);
  font-size: 16px;
  line-height: 1.9;
}

.subpage-hero__lead > :first-child { margin-top: 0; }
.subpage-hero__lead > :last-child { margin-bottom: 0; }

@media (max-width: 768px) {
  .company-page,
  .service-page,
  .news-page,
  .news-single,
  .contact-page,
  .owner-page {
    padding-top: 78px;
  }

  .subpage-hero,
  .company-hero,
  .service-hero,
  .news-hero,
  .contact-hero {
    padding: 48px 0;
  }

  .subpage-hero__title,
  .company-hero__title,
  .service-hero__title,
  .news-hero h1,
  .contact-hero h1 {
    font-size: 32px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .company-page,
  .service-page,
  .news-page,
  .news-single,
  .contact-page,
  .owner-page {
    padding-top: 88px;
  }
}
