.first-imp {
  display: flex;
  align-items: center;
  width: 100%;
  background-image: -webkit-linear-gradient(left, rgba(2, 27, 121, 0.6), rgba(5, 117, 230, 0.6)), var(--bg-image);
  background-image: linear-gradient(to right, rgba(2, 27, 121, 0.6), rgba(5, 117, 230, 0.6)), var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vw;
  aspect-ratio: 2/1;
}
.first-imp__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-section {
  margin-top: 44px;
}
.page-section__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-section__inner p {
  font-size: 13px;
  color: #333;
  text-align: justify;
}

.contents__heading {
  color: #111;
}
.contents__heading h2 {
  font-family: "Teko", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.contents__heading p {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.contents__heading h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.contents__text--bottom {
  margin-bottom: 1rem;
}

.overview-img {
  width: 100%;
  margin-bottom: 1.1rem;
}

.ceo-message {
  margin-top: 1.5rem;
}
.ceo-message__inner--img {
  width: 100%;
  margin-bottom: 1.3rem;
}
.ceo-message__inner--text .ceo-message-sign {
  width: 70%;
  margin-top: 1.2rem;
}
.ceo-message .ceo-message-sign {
  width: 50%;
  margin-top: 1.5rem;
  margin-left: 50%;
}

.table-container {
  max-width: 1024px;
  margin: 20px auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table__data {
  border: solid 1px #c5c5c5;
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  padding: 10px;
}
.table__data--label {
  width: 22%;
}
.table__data--content {
  width: 78%;
}
.table__data--img {
  width: 70%;
  margin-top: 20px;
}
.table__data .margin-offset {
  margin-top: 10px;
}
.table__map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.table__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.table-heading {
  color: #111;
}
.table-heading h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 13px;
}

.yakkan-img {
  max-width: 396px;
  width: 100%;
  margin: 0 auto;
}

.recruit {
  max-width: 1024px;
  margin: 0 auto;
}

.recruit-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.recruit-table__data {
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  padding: 0;
}
.recruit-table__data--label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  border-bottom: solid 2.5px #000;
  padding-bottom: 5px;
}
.recruit-table__data--content {
  text-align: justify;
}
.recruit-table__data--img {
  margin: 0.5rem 0 2rem;
}

@media (min-width: 1040px) {
  .first-imp {
    height: 25vw;
    aspect-ratio: 4/1;
  }
  .page-section {
    margin-top: 88px;
  }
  .page-section__inner p {
    font-size: 1rem;
  }
  .contents__heading h2 {
    font-size: 5rem;
  }
  .contents__heading p {
    font-size: 1.25rem;
  }
  .contents__heading h3 {
    font-size: 1.5rem;
  }
  .overview-img {
    margin-bottom: 44px;
  }
  .ceo-message {
    margin-top: 44px;
  }
  .ceo-message__inner {
    display: flex;
    column-gap: 44px;
  }
  .ceo-message__inner--img {
    width: 50%;
    margin-bottom: 0;
  }
  .ceo-message__inner--text .ceo-message-sign {
    width: 70%;
    margin-top: 66px;
  }
  .ceo-message .ceo-message-sign {
    width: 30%;
    margin-top: 44px;
    margin-left: 70%;
  }
  .table-container {
    margin: 44px auto;
  }
  .table__data {
    font-size: 0.95rem;
    padding: 12px;
  }
  .table__data--img {
    width: 55%;
  }
  .table__data .margin-offset {
    margin-top: 12px;
  }
  .yakkan-img {
    max-width: 660px;
  }
  .recruit-table__data {
    font-size: 0.95rem;
  }
  .recruit-table__data--label {
    font-size: 1.25rem;
  }
}
#about.first-imp {
  --bg-image: url("/img/sub/first-imp-img_01.webp");
}

@supports (aspect-ratio: 1/1) {
  .first-imp {
    height: auto;
  }
}

#about .contents__heading {
  color: #fff;
}

.recruit-main {
  margin-bottom: -3rem;
}/*# sourceMappingURL=sub.css.map */