/* ======================
   Overview Hero (category title)
   ====================== */
.ov-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3.5rem 0 0 11.25rem;
}

.ov-hero__text {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
  height: 22.75rem;
}

.ov-hero__title {
  font-family: "A-OTF Kakumin Pro", "Noto Sans JP", sans-serif;
  font-size: 2.125rem;
  line-height: 1;
  color: #000;
  margin: 0;
}

.ov-hero__label {
  font-family: "A-OTF UD Shin Go Pr6N", "Noto Sans JP", sans-serif;
  font-weight: 505;
  font-size: 4.9375rem;
  line-height: 1;
  color: #6e6358;
  margin: 0;
}

.ov-hero__image {
  flex-shrink: 0;
  width: 57.3125rem;
  height: 22.75rem;
  overflow: hidden;
}

.ov-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ======================
   Line divider
   ====================== */
.ov-line {
  max-width: 66.25rem;
  margin: 2.5rem auto;
  border: 0;
  border-top: 1px solid #cbcbcb;
  padding: 0 1rem;
  box-sizing: content-box;
}

/* ======================
   Basic Info (法人名、所在地、電話)
   ====================== */
.ov-info {
  max-width: 66.25rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.ov-info__row {
  display: flex;
  gap: 3.4375rem;
  align-items: baseline;
  padding: 0.625rem 0;
}

.ov-info__label {
  flex-shrink: 0;
  width: 10.0625rem;
  font-family: "A-OTF Midashi Go MB31 Pr6N", "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  line-height: 1;
  color: #000;
}

.ov-info__value {
  font-family: "A-OTF UD Shin Go Pr6N", "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #000;
}

/* ======================
   Map section
   ====================== */
.ov-map {
  max-width: 66.25rem;
  margin: 2rem auto;
  padding: 0 1rem 0 calc(1rem + 13.5rem);
}

.ov-map__embed {
  width: 100%;
  aspect-ratio: 566 / 397;
}

.ov-map__embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.ov-map__access {
  margin-top: 2.125rem;
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}

.ov-map__access-title {
  font-family: "A-OTF UD Shin Go Pr6N", "Noto Sans JP", sans-serif;
  font-weight: 505;
  font-size: 1.125rem;
  line-height: 1;
  color: #8c6239;
  margin: 0 0 0.875rem;
}

.ov-map__access-item {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
  font-family: "A-OTF UD Shin Go Pr6N", "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #000;
}

.ov-map__access-item + .ov-map__access-item {
  margin-top: 0.3125rem;
}

.ov-map__access-icon {
  flex-shrink: 0;
  width: 1.625rem;
  height: auto;
}

/* ======================
   Company specs table
   ====================== */
.ov-specs {
  max-width: 66.25rem;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.ov-specs__row {
  display: flex;
  gap: 3.4375rem;
  align-items: baseline;
  padding: 0.625rem 0;
}

.ov-specs__label {
  flex-shrink: 0;
  width: 10.0625rem;
  font-family: "A-OTF Midashi Go MB31 Pr6N", "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #000;
}

.ov-specs__value {
  font-family: "A-OTF UD Shin Go Pr6N", "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #000;
}

/* ======================
   事業内容
   ====================== */
.ov-biz {
  max-width: 66.25rem;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.ov-biz__heading {
  background-color: #f6f4f1;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 2rem;
}

.ov-biz__heading-text {
  font-family: "A-OTF UD Shin Go Pr6N", "Noto Sans JP", sans-serif;
  font-weight: 505;
  font-size: 1.25rem;
  line-height: 1.75;
  color: #6e6358;
  margin: 0;
}

.ov-biz__section {
  margin-bottom: 2.5rem;
}

.ov-biz__section-title {
  font-family: "A-OTF UD Shin Go Pr6N", "Noto Sans JP", sans-serif;
  font-weight: 505;
  font-size: 1.125rem;
  line-height: 1;
  color: #8c6239;
  margin: 0 0 1.25rem;
}

.ov-biz__section-body {
  font-family: "A-OTF UD Shin Go Pr6N", "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #000;
  margin: 0;
}

.ov-biz__photos {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.ov-biz__photos img {
  width: 0;
  flex: 1;
  height: auto;
  object-fit: cover;
}

/* ======================
   SP (max-width: 767px)
   ====================== */
@media (max-width: 767px) {
  .ov-hero {
    flex-direction: column;
    padding: 2rem 1rem 0;
  }

  .ov-hero__text {
    width: 100%;
    height: auto;
    gap: 1.5rem;
  }

  .ov-hero__title {
    font-size: 1.5rem;
  }

  .ov-hero__label {
    font-size: 3rem;
  }

  .ov-hero__image {
    width: 100%;
    height: 15rem;
    margin-top: 1.5rem;
  }

  .ov-line {
    margin: 1.5rem 0;
  }

  .ov-info__row {
    flex-direction: column;
    gap: 0.25rem;
  }

  .ov-info__label {
    width: auto;
    font-size: 0.9375rem;
  }

  .ov-info__value {
    font-size: 0.875rem;
  }

  .ov-map {
    padding: 0 1rem;
  }

  .ov-map__embed {
    aspect-ratio: 1 / 1;
  }

  .ov-specs__row {
    flex-direction: column;
    gap: 0.25rem;
  }

  .ov-specs__label {
    width: auto;
    font-size: 0.9375rem;
  }

  .ov-specs__value {
    font-size: 0.875rem;
  }

  .ov-biz__section-body {
    font-size: 0.875rem;
  }

  .ov-biz__photos {
    flex-direction: column;
  }

  .ov-biz__photos img {
    width: 100%;
    flex: none;
  }
}
