.hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  max-height: 720px;
  min-height: 480px;
  background-image: url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
}
.hero .hero-wrapper {
  position: relative;
  height: 100%;
  padding-bottom: 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 1;
}
.hero .hero-wrapper .header-text {
  color: #ffffff;
}
.hero .hero-wrapper .header-text.main {
  font-size: 24px;
  line-height: 1.5;
}
.hero .hero-wrapper .header-text.main span {
  display: block;
}
@media (min-width: 480px) {
  .hero .hero-wrapper .header-text.main {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .hero .hero-wrapper .header-text.main {
    font-size: 48px;
  }
}
.hero .hero-wrapper .header-text.sub {
  font-size: 14px;
  font-weight: 400;
}
.hero .hero-wrapper .header-text.sub span {
  display: inline;
}
.hero .hero-wrapper .header-text.sub strong {
  font-weight: 700;
}
.hero .hero-wrapper .header-text.sub:first-of-type {
  margin-top: 32px;
}
.hero .hero-wrapper .header-text.sub:nth-of-type(2) {
  margin-top: 16px;
}
@media (min-width: 480px) {
  .hero .hero-wrapper .header-text.sub {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .hero .hero-wrapper .header-text.sub {
    font-size: 18px;
  }
  .hero .hero-wrapper .header-text.sub span {
    display: block;
  }
}
.about .section-content-wrapper {
  padding-top: 48px;
  padding-bottom: 96px;
}
.about .section-content-wrapper header .header-text.main {
  font-size: 40px;
  color: rgb(204, 210.4, 215.8);
  line-height: 1;
}
@media (min-width: 480px) {
  .about .section-content-wrapper header .header-text.main {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .about .section-content-wrapper header .header-text.main {
    font-size: 56px;
  }
}
.about .section-content-wrapper header .header-text.sub {
  font-size: 16px;
  font-weight: 700;
  color: #003f76;
}
@media (min-width: 480px) {
  .about .section-content-wrapper header .header-text.sub {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .about .section-content-wrapper header .header-text.sub {
    font-size: 20px;
  }
}
.about .section-content-wrapper .company-details {
  margin-top: 24px;
  overflow-y: auto;
}
.about .section-content-wrapper .company-details .page-content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}
.about .section-content-wrapper .company-details .page-content-wrapper dl {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 1px;
       column-gap: 1px;
}
.about .section-content-wrapper .company-details .page-content-wrapper dl dt,
.about .section-content-wrapper .company-details .page-content-wrapper dl dd {
  padding: 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.about .section-content-wrapper .company-details .page-content-wrapper dl dt {
  min-width: 96px;
  background-color: rgb(229.5, 232.7, 235.4);
  font-weight: 700;
}
.about .section-content-wrapper .company-details .page-content-wrapper dl dd {
  line-height: 1.5;
}
.about .section-content-wrapper .company-details .page-content-wrapper dl dd .label {
  margin-right: 8px;
}
.about .section-content-wrapper .company-location {
  width: 100%;
  margin-top: 48px;
}
.about .section-content-wrapper .company-location .page-content-wrapper {
  width: 100%;
}
.about .section-content-wrapper .company-location .page-content-wrapper iframe {
  width: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 480px) {
  .about .section-content-wrapper .company-location .page-content-wrapper iframe {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 768px) {
  .about .section-content-wrapper .company-location .page-content-wrapper iframe {
    aspect-ratio: 2/1;
    max-height: 400px;
  }
}/*# sourceMappingURL=home.css.map */