/* ----------------------------hero-------------------------------- */
.hero {
  position: relative;
  width: 100%;
  height: 50vw;
  min-height: 400px;
  max-height: 500px;
  background: url("/img/company01-re.jpg") center/cover no-repeat;
  color: #fff;
  margin-top: 70px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.hero__title {
  font-family: serif;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 20%;
}

/* ----------------------------企業情報（会社概要）-------------------------------- */
.co-info {
  background: #fff;
  padding: clamp(56px, 7vw, 96px) 24px clamp(56px, 7vw, 96px);
}

.co-info__inner {
  max-width: 860px;
  margin: 0 auto;
}

.co-info__heading {
  font-family: serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  color: #b08a3b;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 12px;
}

.co-info__rule {
  display: block;
  width: 90px;
  height: 1px;
  background: #b08a3b;
  margin: 0 auto 48px;
}

.co-info__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 2;
}

.co-info__table th,
.co-info__table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e8e0d0;
  text-align: left;
  vertical-align: top;
}

.co-info__table th {
  width: 180px;
  font-weight: 600;
  color: #7a6040;
  white-space: nowrap;
}

.co-info__table td {
  color: #333;
}

/* ----------------------------代表挨拶-------------------------------- */
.co-greeting {
  background: #f6f3ec;
  padding: clamp(56px, 7vw, 96px) 24px;
  font-family: serif;
}

.co-greeting__inner {
  max-width: 940px;
  margin: 0 auto;
}

.co-greeting__heading {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  color: #b08a3b;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 12px;
}

.co-greeting__rule {
  display: block;
  width: 90px;
  height: 1px;
  background: #b08a3b;
  margin: 0 auto 56px;
}

.co-greeting__body {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.co-greeting__text {
  font-size: 15px;
  line-height: 2.1;
  color: #333;
}

.co-greeting__text p + p {
  margin-top: 1.4em;
}

.co-greeting__sign {
  margin-top: 2em;
  font-size: 14px;
  color: #7a6040;
  text-align: right;
}

.co-greeting__sign-name {
  font-family: "花鳥風月PB", sans-serif;
  font-size: 20px;
}

.co-greeting__sign-role {
  font-family: "花鳥風月PB", sans-serif;
}

.co-greeting__img {
  margin: 0;
}

.co-greeting__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ----------------------------代表プロフィール-------------------------------- */
.co-profile {
  background: #fff;
  padding: clamp(56px, 7vw, 96px) 24px;
}

.co-profile__inner {
  max-width: 860px;
  margin: 0 auto;
}

.co-profile__heading {
  font-family: serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  color: #b08a3b;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 12px;
}

.co-profile__rule {
  display: block;
  width: 90px;
  height: 1px;
  background: #b08a3b;
  margin: 0 auto 48px;
}

.co-profile__body {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.co-profile__img {
  margin: 0;
}

.co-profile__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.co-profile__content {
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.co-profile__name {
  font-family: serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #422d00;
  margin: 0 0 4px;
}

.co-profile__title {
  font-size: 13px;
  color: #7a6040;
  margin: 0 0 20px;
  letter-spacing: 0.04em;
}

.co-profile__text {
  font-size: 14px;
  line-height: 2;
}

/* ----------------------------アクセス-------------------------------- */
.co-access {
  background: #f6f3ec;
  padding: clamp(56px, 7vw, 96px) 24px;
}

.co-access__inner {
  max-width: 940px;
  margin: 0 auto;
}

.co-access__heading {
  font-family: serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  color: #b08a3b;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 12px;
}

.co-access__rule {
  display: block;
  width: 90px;
  height: 1px;
  background: #b08a3b;
  margin: 0 auto 48px;
}

.co-access__map {
  width: 100%;
  aspect-ratio: 16 / 7;
  margin-bottom: 40px;
  border: none;
  display: block;
}

.co-access__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 56px;
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.co-access__label {
  font-weight: 600;
  color: #7a6040;
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.co-access__item {
  margin: 0;
}

.co-access__tel {
  color: #422d00;
  text-decoration: none;
}
.co-access__tel:hover {
  text-decoration: underline;
}

/* ----------------------------responsive-------------------------------- */
@media (max-width: 840px) {
  .hero {
    margin-top: 0;
  }

  .hero__title {
    font-size: 28px;
    margin-top: 50%;
  }

  .co-greeting__body {
    grid-template-columns: 1fr;
  }

  .co-greeting__img {
    max-width: 320px;
    margin: 0 auto;
    order: -1;
  }

  .co-profile__body {
    grid-template-columns: 1fr;
  }

  .co-profile__img {
    max-width: 200px;
    margin: 0 auto;
  }

  .co-info__table th {
    width: 110px;
    font-size: 13px;
    padding: 12px 10px;
  }

  .co-info__table td {
    padding: 12px 10px;
    font-size: 13px;
  }

  .co-access__body {
    grid-template-columns: 1fr;
    gap: 24px;
    font-size: 13px;
  }

  .co-access__map {
    aspect-ratio: 4 / 3;
  }

  .co-greeting__text {
    font-size: 13px;
  }
  .co-profile__text {
    font-size: 13px;
  }
}
