/* ======================
   Water Heater Hero
   ====================== */
.wh-hero {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 6rem 0 0 11.25rem;
}

.wh-hero__text {
  flex-shrink: 0;
  width: 24.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 21.0625rem;
}

.wh-hero__subtitle {
  font-family: "A-OTF Folk Pro", "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75;
  color: #000;
  margin: 0;
}

.wh-hero__line {
  width: 24.5rem;
  height: 1px;
  background: #000;
  margin: 0;
  border: none;
}

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

.wh-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;
}

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

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

/* ======================
   Water Heater Line
   ====================== */
.wh-line {
  width: 100%;
  line-height: 0;
  margin: 2.5rem 0 0;
}

.wh-line img {
  width: 100%;
}

/* ======================
   Green Banner
   ====================== */
.wh-banner {
  position: relative;
  background: #27b970;
  padding: 1.1rem 11.25rem;
  overflow: visible;
}

.wh-banner__text {
  font-family: "A-OTF Gothic MB101 Pr6N", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.75;
  color: #fff;
  margin: 0;
}

.wh-banner__character {
  position: absolute;
  right: 6.6875rem;
  top: -8.125rem;
  width: 8.5625rem;
  height: auto;
  pointer-events: none;
}

/* ======================
   Content Section
   ====================== */
.wh-content {
  max-width: 66.25rem;
  margin: 0 auto;
  padding: 3rem 1rem 4rem;
}

.wh-content__text {
  font-family: "A-OTF Folk Pro", "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75;
  color: #000;
  margin: 0;
}

/* ======================
   CTA Phone Section
   ====================== */
.wh-cta {
  text-align: center;
  padding: 0 1rem 6rem;
}

.wh-cta__lead {
  margin: 0 0 0.75rem;
  font-family: "A-OTF Folk Pro", "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  line-height: 1;
  color: #000;
}

.wh-cta__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5625rem;
  margin-bottom: 0.75rem;
}

.wh-cta__icon {
  width: 2.8125rem;
  height: 2.8125rem;
}

.wh-cta__number span {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #6e6358;
}

.wh-cta__hours {
  margin: 0;
  font-family: "A-OTF Folk Pro", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #6e6358;
}

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

  .wh-hero__text {
    width: 100%;
    height: auto;
  }

  .wh-hero__subtitle {
    font-size: 1rem;
  }

  .wh-hero__line {
    width: 100%;
  }

  .wh-hero__title {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }

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

  .wh-hero__image {
    width: 100%;
    height: 15rem;
  }

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

  .wh-banner {
    padding: 1rem;
  }

  .wh-banner__text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .wh-banner__character {
    display: none;
  }

  .wh-content {
    padding: 2rem 1rem 3rem;
  }

  .wh-content__text {
    font-size: 1rem;
  }

  .wh-cta {
    padding: 0 1rem 3rem;
  }

  .wh-cta__number span {
    font-size: 2.5rem;
  }

  .wh-cta__icon {
    width: 2rem;
    height: 2rem;
  }
}
