@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/*  page-futuro-house : FUTURO HOUSE LP
/* -------------------------------------------------------------------------- */

/* site-content の上マージン・パディングをこのページだけリセット */
.page-template-page-futuro-house .site-content {
  margin-top: 0;
  padding: 0;
}

/* ---- Hero（フルワイド） ---- */
.futuro-hero {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 320px;
  overflow: hidden;
}

.futuro-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.futuro-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.futuro-hero__text {
  position: absolute;
  bottom: 32px;
  left: 24px;
  color: #fff;
}

.futuro-hero__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
}

.futuro-hero__sub {
  font-size: 11px;
  line-height: 1.8;
  margin: 0;
  opacity: 0.9;
}

/* ---- Content wrapper ---- */
.futuro-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 24px 80px;
}

/* ---- Logo ---- */
.futuro-logo {
  text-align: center;
  margin-bottom: 56px;
}

.futuro-logo img {
  max-width: 200px;
  height: auto;
}

/* ---- Body ---- */
.futuro-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #bbb;
}

.futuro-lead {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  line-height: 1.7;
  margin: 0 0 32px;
}

.futuro-item-title {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin: 0 0 16px;
}

.futuro-text {
  font-size: 13px;
  line-height: 1.9;
  color: #444;
  margin: 0 0 8px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (min-width: 38.75em) {
  .futuro-hero {
    height: 420px;
    left: 50%;
    transform: translateX(-50%);
  }
  .futuro-hero__text {
    left: 40px;
    bottom: 40px;
  }
  .futuro-hero__title {
    font-size: 36px;
  }
  .futuro-hero__sub {
    font-size: 12px;
  }
  .futuro-logo img {
    max-width: 240px;
  }
  .futuro-section-title {
    font-size: 22px;
  }
  .futuro-lead {
    font-size: 15px;
  }
  .futuro-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 55em) {
  .futuro-hero {
    height: 500px;
  }
  .futuro-hero__text {
    left: 48px;
    bottom: 48px;
  }
  .futuro-hero__title {
    font-size: 44px;
  }
  .futuro-content {
    padding: 72px 0 100px;
  }
}
