@charset "UTF-8";
/* ========================================
   Variables
======================================== */
/* ========================================
   Color
======================================== */
/* 状態（Sass2.0対応） */
/* ========================================
   Font
======================================== */
/* ========================================
   Layout
======================================== */
/* ========================================
   Breakpoint（案件指定）
======================================== */
/* ========================================
   Z-index
======================================== */
/* ========================================
   Media Query
======================================== */
/* SP以下（1079以下） */
/* タブレット */
/* PCのみ */
/* ========================================
   Container
======================================== */
/* ========================================
   Flex Center
======================================== */
/* ========================================
   Hover (PCのみ適用)
======================================== */
/* ========================================
   Transition
======================================== */
/* ========================================
   Absolute Center
======================================== */
/* ========================================
   Text Ellipsis
======================================== */
/* ========================================
   Base
======================================== */
/* ----------------------------------------
   html: このLPがある時だけSPでリキッド化
---------------------------------------- */
@media screen and (max-width: 1080px) {
  html:has(.lp-housing) {
    font-size: clamp(8px, 2.67vw, 12px);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 1080px) {
  .u-sp-only {
    display: block !important;
  }
}

.u-pc-only {
  display: block !important;
}
@media screen and (max-width: 1080px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-767 {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-767 {
    display: block !important;
  }
}

.u-767-none {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-767-none {
    display: none !important;
  }
}

/* =====================================
   全体
===================================== */
.lp-housing {
  position: relative;
  overflow: visible;
}

/* 背景 */
.lp-housing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  min-height: 100%;
  background: url("../img/fv-bg.png") no-repeat top center;
  background-size: 100% auto;
  z-index: -1;
}

@media (max-width: 1080px) {
  .lp-housing::before {
    background: url("../img/sp/fv-bg-grad-sp.png") no-repeat top center;
    width: min(120vw, 1440px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: 100% auto;
  }
}
/* =====================================
   FV
===================================== */
/* 初期状態（PC） */
.is-sp {
  display: none;
}

.lp-housing_fv {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  /* 高さを比率管理 */
  aspect-ratio: 1440/580;
  max-height: 738px;
  /* =================================
      SVG画像
   ================================= */
}
.lp-housing_fv__image {
  position: absolute;
  z-index: 2;
}
.lp-housing_fv__image img {
  width: 87%;
  height: auto;
  display: block;
  max-width: 629px;
}
.lp-housing_fv__image--center {
  width: clamp(320px, 43vw, 795px);
  left: 51%;
  bottom: 15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp-housing_fv__image--left {
  width: clamp(80px, 9vw, 167px);
  left: 7%;
  bottom: 15%;
}
.lp-housing_fv__image--right {
  width: clamp(110px, 13vw, 228px);
  right: 0%;
  bottom: 15%;
}
.lp-housing_fv {
  /* =================================
      円
   ================================= */
}
.lp-housing_fv__circle {
  position: absolute;
  width: clamp(300px, 27.75vw, 342px);
  height: clamp(300px, 27.75vw, 342px);
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: clamp(16px, 2vw, 30px);
  z-index: 1;
}
.lp-housing_fv__circle--left {
  background: #0162d9;
  left: 11%;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-housing_fv__circle--right {
  background: #ffea00;
  right: 11%;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp-housing_fv {
  /* =================================
      円内フォント（完全リキッド）
   ================================= */
}
.lp-housing_fv .circle-left__top,
.lp-housing_fv .circle-right__top {
  font-size: clamp(12px, 1.1vw, 17px);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 28px;
}
.lp-housing_fv .circle-left__main,
.lp-housing_fv .circle-right__main {
  font-size: clamp(26px, 3vw, 50px);
  font-weight: 900;
  line-height: 1.1;
}
.lp-housing_fv .circle-left__top {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1em;
}
.lp-housing_fv .circle-left__main {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 20px;
}
.lp-housing_fv .circle-left__free {
  color: #fff347;
  font-size: clamp(26px, 3.2vw, 50px);
  font-weight: 900;
  line-height: 1.1;
}
.lp-housing_fv {
  /* =================================
      右円文字
   ================================= */
}
.lp-housing_fv .circle-right__top {
  font-size: clamp(15px, 1.2vw, 17.5px);
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.lp-housing_fv .circle-right__main {
  font-size: clamp(36px, 3.5vw, 50px);
  font-weight: 900;
  line-height: 1.2;
  color: #000;
  padding-top: 0px;
}
.lp-housing_fv .circle-right__zero {
  font-size: clamp(32px, 3vw, 50px);
  font-weight: 900;
  color: #0162d9;
  line-height: 1.2;
}
.lp-housing_fv .circle-right__note {
  font-size: clamp(10px, 0.9vw, 12px);
  margin-top: 8px;
  color: #000;
  line-height: 1.8;
}
.lp-housing_fv {
  /* ！マーク傾き */
}
.lp-housing_fv .exclamation {
  display: inline-block;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  margin-left: 0px;
}
.lp-housing_fv {
  /* =================================
      バッジ
   ================================= */
}
.lp-housing_fv__badge {
  position: absolute;
  top: -12%;
  left: 100%;
  width: clamp(80px, 20vw, 132px);
  height: clamp(80px, 20vw, 132px);
  background: #fff;
  border-radius: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  text-align: center;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  translate: -65% 0;
}
.lp-housing_fv .badge-label {
  background: #ff0077;
  color: #fff;
  font-size: clamp(12px, 1.97vw, 14px);
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  margin-bottom: 5px;
}
.lp-housing_fv .badge-text {
  font-size: clamp(12px, 1.97vw, 14px);
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.lp-housing_fv {
  /* =================================
      テキスト
   ================================= */
}
.lp-housing_fv__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
  text-align: center;
  height: 100%;
}
.lp-housing_fv__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 0.15lh 1em;
}
.lp-housing_fv__label::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200vw;
  background: #3887f0;
  z-index: -1;
}
.lp-housing_fv__title {
  margin-top: 24px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1;
  position: relative;
  z-index: 2;
}
.lp-housing_fv__title-accent {
  display: block;
  font-size: clamp(36px, 4vw, 59px);
  line-height: 1;
}
.lp-housing_fv__num {
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 900;
  color: #0162d9;
  margin: 0px -10px;
}
.lp-housing_fv__percent {
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 900;
  color: #0162d9;
  margin: 0px -5px;
}
.lp-housing_fv__word {
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 900;
  color: #0162d9;
}
.lp-housing_fv__buttons {
  position: absolute;
  z-index: 50;
  top: 89%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 2vw, 20px);
  z-index: 30;
}
.lp-housing_fv .lp-housing_fv__circle-note {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10%;
  white-space: nowrap;
  font-size: clamp(12px, 2.04vw, 12px);
}
.lp-housing_fv .lp-housing_fv__circle,
.lp-housing_fv .lp-housing_fv__image,
.lp-housing_fv .lp-housing_fv__badge {
  pointer-events: none;
}
.lp-housing_fv {
  /* ===== 画像切替（1080px基準） ===== */
}
.lp-housing_fv .is-pc {
  display: block;
}
.lp-housing_fv .is-sp {
  display: none;
}
.lp-housing_fv .lp-housing_fv__note {
  font-size: clamp(10px, 1.04vw, 12px);
  line-height: 1.2;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-top: 4px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* 1080px以下の設定 */
@media (max-width: 1080px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp-housing_fv {
    /* 1. PC版のリセット */
    display: block;
    aspect-ratio: auto;
    max-height: none;
    min-height: 0;
    height: auto;
    padding-top: 0;
    padding-bottom: 2rem;
    overflow: visible;
  }
  .lp-housing_fv .circle-right {
    position: relative;
    padding-bottom: 0;
    display: block;
  }
  .lp-housing_fv .circle-right__top {
    font-size: 0.8rem !important;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .lp-housing_fv .circle-right__main {
    font-size: 2.4rem !important;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0 !important;
  }
  .lp-housing_fv .circle-right__zero {
    font-size: 2.6rem !important;
  }
  .lp-housing_fv .circle-left__top {
    font-size: 0.8rem !important;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 0.5rem;
  }
  .lp-housing_fv .circle-left__main {
    font-size: 2.4rem !important;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0;
    margin: 0;
  }
  .lp-housing_fv .circle-left__free {
    font-size: 2.6rem !important;
  }
  .lp-housing_fv__word {
    font-size: 4.8rem;
  }
  .lp-housing_fv {
    /* 2. インナー要素 */
  }
  .lp-housing_fv__inner {
    position: static;
    width: 100%;
    height: auto;
    max-width: none;
    padding: 0rem 1.6rem 0;
    -webkit-transform: none;
            transform: none;
  }
  .lp-housing_fv {
    /* 3. メイン画像 */
  }
  .lp-housing_fv__image--center {
    position: relative !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    width: 100%;
    max-width: none !important;
    margin-top: 1rem !important;
    padding: 0 1em;
  }
  .lp-housing_fv__image--center img {
    width: min(640px, 100%);
    height: auto !important;
    display: block;
    margin: auto;
  }
  .lp-housing_fv {
    /* 4. 特典ボックス */
  }
  .lp-housing_fv__circle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    width: 100%;
    padding: 0 1em;
    margin-top: 1em;
  }
  .lp-housing_fv__circle {
    position: relative;
    width: 48%;
    height: auto;
    border-radius: 2rem;
    padding: 0rem 1rem;
    top: auto;
    left: auto;
    right: auto;
  }
  .lp-housing_fv__circle--left, .lp-housing_fv__circle--right {
    top: auto;
    left: auto;
    right: auto;
    max-height: 9.7rem;
    padding: 1.2rem 1rem;
    display: contents;
  }
  .lp-housing_fv__circle--left .circle-left,
  .lp-housing_fv__circle--left .circle-right, .lp-housing_fv__circle--right .circle-left,
  .lp-housing_fv__circle--right .circle-right {
    width: 100%;
    max-width: calc(50% - 0.6rem);
    padding: 1em 0.5em;
    border-radius: 2rem;
  }
  .lp-housing_fv__circle--left .circle-left, .lp-housing_fv__circle--right .circle-left {
    background: #0162d9;
  }
  .lp-housing_fv__circle--left .circle-right, .lp-housing_fv__circle--right .circle-right {
    background: #fff347;
  }
  .lp-housing_fv {
    /* 5. ボタン */
  }
  .lp-housing_fv__buttons {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 1em 0 0rem !important;
    gap: 0.5rem !important;
  }
  .lp-housing_fv__buttons .c-button {
    width: 100% !important;
    max-width: none !important;
    height: 7.5rem !important;
    border-radius: 0 !important;
    margin: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    font-size: 1.9rem !important;
    border: none !important;
    padding: 0 1.5rem;
  }
  .lp-housing_fv__buttons .c-button__icon {
    width: 2.1rem !important;
    margin-right: 1rem !important;
  }
  .lp-housing_fv__buttons .c-button--dark {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.2) !important;
  }
  .lp-housing_fv__label {
    font-size: 1.7rem !important;
    padding: 0;
  }
  .lp-housing_fv__label::before {
    width: 200vw;
  }
  .lp-housing_fv__title {
    margin-top: 1.4rem;
    font-size: 1.6rem !important;
    line-height: 1.4;
  }
  .lp-housing_fv__title-accent {
    display: block;
    margin-top: 0.7rem;
    font-size: 3.7rem !important;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
  }
  .lp-housing_fv__num {
    font-size: 5.54rem !important;
    letter-spacing: -0.05em;
    margin: 0 -0.5rem;
  }
  .lp-housing_fv__percent {
    font-size: 3.8rem !important;
    margin-left: -0.5rem;
  }
  .lp-housing_fv__note {
    margin-top: 1.3rem;
    font-size: 0.8rem !important;
    line-height: 1;
  }
  .lp-housing_fv {
    /* 6. 非表示要素 */
  }
  .lp-housing_fv__image--left, .lp-housing_fv__image--right, .lp-housing_fv__badge {
    display: none !important;
  }
  .lp-housing_fv .circle-left__free,
  .lp-housing_fv .circle-right__zero {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 1080px) {
  .lp-housing_fv .lp-housing_fv__note {
    position: relative !important;
    top: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    text-align: left !important;
    font-size: 1.2rem !important;
    line-height: 1.5;
    text-align: left;
    white-space: normal !important;
  }
  .lp-housing_fv .lp-housing_fv__note br.pc-only {
    display: none !important;
  }
  .lp-housing_fv__circle-note {
    text-align: left !important;
    margin: 0 !important;
  }
}
.lp-housing_reason {
  padding: 100px 0 100px;
  position: relative;
}
.lp-housing_reason__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.lp-housing_reason {
  /* ==========================
     Cards
  ========================== */
}
.lp-housing_reason__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.lp-housing_reason__card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 55px 57px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.lp-housing_reason__card img {
  width: 100%;
  aspect-ratio: 335/242;
  margin: 0 auto;
  padding: 50px 0 50px;
}
.lp-housing_reason__card h3 {
  font-size: clamp(20px, 2.08vw, 30px);
  margin-bottom: 30px;
}
.lp-housing_reason__card p {
  font-size: clamp(14px, 1.11vw, 16px);
  line-height: 1.8;
}
.lp-housing_reason__number {
  position: absolute;
  top: 55px;
  left: 57px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: clamp(14px, 1.38vw, 20px);
  font-weight: 700;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.lp-housing_reason__number::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #6ecfff;
  border-radius: 50%;
}
.lp-housing_reason {
  /* ==========================
     Flow
  ========================== */
}
.lp-housing_reason__flow {
  position: relative;
  text-align: center;
}
.lp-housing_reason__flow-title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
}
.lp-housing_reason__flow-box {
  background: #f4f6f8;
  padding: 10px 40px 30px;
  border-radius: 15px;
  max-width: 630px;
  margin: 0 auto;
  margin: 0 auto 40px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.01), 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.01), 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.lp-housing_reason__flow-box-title {
  font-size: clamp(18px, 2.66vw, 24px);
  margin-bottom: 15px;
  font-weight: 500;
}
.lp-housing_reason__flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.lp-housing_reason__flow-card {
  background: #fff;
  padding: 15px 20px;
  border-radius: 16px;
  min-width: 234px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.lp-housing_reason__flow-card strong {
  display: block;
  font-size: clamp(20px, 2.8vw, 26px);
  font-weight: 900;
  color: #005bac;
  margin-bottom: 0px;
}
.lp-housing_reason__flow-card span {
  font-size: clamp(12px, 1.97vw, 14px);
  white-space: nowrap;
}
.lp-housing_reason__plus {
  font-size: clamp(20px, 3.08vw, 50px);
  font-weight: 700;
}
.lp-housing_reason__plus-large {
  margin: 55px 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-housing_reason__plus-large img {
  width: 50px;
  height: auto;
}
.lp-housing_reason {
  /* ==========================
     Arrow
  ========================== */
}
.lp-housing_reason__arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -80px 0 30px;
}
.lp-housing_reason__arrow img {
  width: 100%;
  max-width: 1120px;
  height: auto;
}
.lp-housing_reason {
  /* ==========================
     さらに！（矢印と重ねる）
  ========================== */
}
.lp-housing_reason .lp-housing_reason__flow-catch {
  margin-top: -130px;
  position: relative;
}
@media (max-width: 1080px) {
  .lp-housing_reason .lp-housing_reason__flow-catch {
    margin-top: -4em;
    background: url(/assets/img/reason-arrow.svg) no-repeat left 50% bottom 0/cover;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 5em 0 1em;
  }
}
.lp-housing_reason__flow-catch-sub {
  position: relative;
  display: inline-block;
  font-size: clamp(18px, 1.66vw, 24px);
  font-weight: 700;
  padding: 0 0px;
}
.lp-housing_reason {
  /* 斜めライン */
}
.lp-housing_reason__flow-catch-sub::before, .lp-housing_reason__flow-catch-sub::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #005bac;
}
.lp-housing_reason__flow-catch-sub::before {
  left: -40px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.lp-housing_reason__flow-catch-sub::after {
  right: -40px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.lp-housing_reason__flow-catch-main-blue {
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: 700;
  color: #005bac;
}
.lp-housing_reason__flow-catch-main-black {
  font-size: clamp(22px, 2.08vw, 30px);
  font-weight: 700;
  color: #000;
}
.lp-housing_reason {
  /* ==========================
     Remote Box
  ========================== */
}
.lp-housing_reason__remote {
  position: relative; /* ← 追加（基準） */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(#005bac), to(#027de1));
  background: linear-gradient(90deg, #005bac 0%, #027de1 100%);
  color: #fff;
  padding: 40px 80px 40px; /* ← 上に余白を増やす */
  border-radius: 15px;
  overflow: visible;
  max-width: 865px;
  margin: 0 auto; /* ← はみ出し許可 */
}
.lp-housing_reason__remote img {
  position: absolute; /* ← ここが重要 */
  top: -87px; /* ← はみ出し量 */
  right: 20px; /* 横位置調整 */
  max-width: 490px;
  width: 100%;
  height: auto;
}
.lp-housing_reason__remote-text {
  text-align: left;
}
.lp-housing_reason__remote-text h3 {
  font-size: clamp(20px, 2.08vw, 30px);
  color: #fff;
  margin-bottom: 10px;
}
.lp-housing_reason__remote-text span {
  display: inline-block;
  background: #005bac;
  color: #fff;
  padding: 3px 25px;
  border-radius: 999px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  font-size: clamp(14px, 1.38vw, 20px);
}
.lp-housing_reason__remote-text p {
  font-size: clamp(13px, 1.04vw, 15px);
  line-height: 1.8;
}
.lp-housing_reason {
  /* =====================================
     SP Styles (1080px以下)
  ===================================== */
}
@media (max-width: 1080px) {
  .lp-housing_reason {
    padding: 3rem 0 6rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5BADFF), color-stop(60%, #fff));
    background-image: linear-gradient(180deg, #5BADFF 0, #fff 60%);
  }
  .lp-housing_reason__inner {
    padding: 0 2rem;
  }
  .lp-housing_reason__flow-title {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding-top: 1rem;
  }
  .lp-housing_reason__card {
    padding: 5rem 2.5rem;
  }
  .lp-housing_reason__card h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .lp-housing_reason__card p {
    font-size: 1.6rem;
  }
  .lp-housing_reason__card img {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .lp-housing_reason__number {
    font-size: 1.8rem;
    top: 4rem;
    left: 3rem;
    padding: 10px 10px;
  }
  .lp-housing_reason__flow-box-title {
    font-size: 2rem;
  }
  .lp-housing_reason__flow-box {
    padding: 2rem 1rem;
    margin-bottom: 0;
  }
  .lp-housing_reason__plus {
    font-size: 3.6rem;
  }
  .lp-housing_reason__remote-text h3 {
    font-size: 2.4rem;
  }
  .lp-housing_reason__remote-text span {
    font-size: 1.6rem;
  }
  .lp-housing_reason__remote-text p {
    font-size: 1.4rem;
  }
  .lp-housing_reason__arrow {
    position: relative;
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin: -14rem 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    display: none;
  }
  .lp-housing_reason__arrow img {
    width: 100vw;
    max-width: none;
    height: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 10rem 0 0rem;
  }
  .lp-housing_reason__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
  .lp-housing_reason__flow-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0rem;
    height: 10rem;
  }
  .lp-housing_reason__flow-card {
    width: calc(50% - 1.5rem);
    min-width: auto;
    padding: 0.3rem 1rem;
    height: 10rem;
  }
  .lp-housing_reason__flow-card span {
    font-size: 1.6rem;
    display: block;
    line-height: 1.4;
  }
  .lp-housing_reason__flow-catch {
    font-size: 2.2rem;
  }
  .lp-housing_reason__flow-catch-sub {
    font-size: 1.8rem;
  }
  .lp-housing_reason__flow-catch-main-blue {
    font-size: 2.2rem;
    font-weight: 700;
    color: #005bac;
  }
  .lp-housing_reason__remote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 2rem 4rem;
    margin-top: 6rem;
    text-align: center;
    overflow: visible;
    width: 100%;
    max-width: 450px;
  }
  .lp-housing_reason__remote img {
    position: relative; /* はみ出しのため absolute */
    top: 0; /* さらに上に突き出させる */
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 5;
    margin-top: -50px;
  }
  .lp-housing_reason__plus-large {
    margin: 2em 0 5em;
  }
  .lp-housing_reason__remote-text {
    margin-top: 0;
    text-align: center;
  }
  .lp-housing_reason__remote-text h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .lp-housing_reason__remote-text span {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .lp-housing_reason__remote-text p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .lp-housing_reason .lp-housing_reason__flow-card strong {
    font-size: 2.6rem;
  }
}

.lp-housing_reason__flow-title {
  font-weight: 700;
}
.lp-housing_reason__flow-title .text-blue {
  color: #005bac;
}

#top {
  padding-top: var(--headerHeightPc);
}
@media (max-width: 768px) {
  #top {
    padding-top: var(--headerHeightSp);
  }
}

.lp-housing_value {
  padding: 130px 0 100px;
  background: #f4f6f8;
}
.lp-housing_value__inner {
  max-width: 1326px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.lp-housing_value {
  /* ========================
     Block
  ======================== */
}
.lp-housing_value__block {
  padding: 100px clamp(40px, 5.5vw, 80px);
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  overflow: visible;
  border-radius: 15px;
}
.lp-housing_value {
  /* ========================
     上段
  ======================== */
}
.lp-housing_value__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 46px;
  width: calc(100% - 300px);
}
.lp-housing_value__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-housing_value {
  /* VALUEバッジ */
}
.lp-housing_value__badge {
  width: 136px;
  height: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: -webkit-gradient(linear, left top, right top, from(#005bac), to(#027de1));
  background: linear-gradient(90deg, #005bac 0%, #027de1 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: clamp(16px, 2.25vw, 18px);
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* ← 縦並び */
  align-items: center; /* 中央揃え */
  line-height: 1;
}
.lp-housing_value__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 0px;
}
.lp-housing_value__line {
  width: 20px;
  height: 2px;
  background: #005bac;
}
.lp-housing_value__category {
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 600;
}
.lp-housing_value h3 {
  font-size: clamp(26px, 2.22vw, 32px);
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.lp-housing_value p {
  font-size: clamp(14px, 1.11vw, 16px);
  color: #000;
  max-width: 700px;
  text-align: left;
  line-height: 2;
  margin: 0 auto;
}
.lp-housing_value__image {
  position: relative;
}
.lp-housing_value__image img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-housing_value {
  /* ========================
     比較エリア
  ======================== */
}
.lp-housing_value__compare {
  margin-top: 60px;
}
.lp-housing_value__compare-title {
  /*font-size: clamp(18px, 1.66vw, 24px);*/
  font-size: clamp(18px, 1.87vw, 24px);
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative;
  text-align: left;
}
.lp-housing_value__compare-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 30px;
  background: #1e40af;
}
.lp-housing_value {
  /* 横並びベース */
}
.lp-housing_value__compare-box {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: clamp(10px, 4vw, 50px);
}
.lp-housing_value {
  /* 左カラム */
}
.lp-housing_value__col {
  position: relative;
  margin-top: 40px;
}
.lp-housing_value {
  /* → */
}
.lp-housing_value__arrow {
  position: absolute;
  left: 23%;
  top: 56%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  width: clamp(90px, 15vw, 136px);
}
.lp-housing_value .lp-housing_value__arrow img {
  width: 80%;
  margin: 0 auto;
}
.lp-housing_value {
  /* ===== グレー囲み（中央＋右）===== */
}
.lp-housing_value__gray {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 40px clamp(20px, 2.1vw, 30px) 40px clamp(40px, 6.4vw, 92px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
.lp-housing_value__gray-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 3.5vw, 60px);
}
.lp-housing_value {
  /* 上部ロゴ＋テキスト */
}
.lp-housing_value__gray-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: clamp(14px, 1.38vw, 20px);
  font-weight: 700;
}
.lp-housing_value__gray-head img {
  height: 51px;
  display: block;
}
.lp-housing_value {
  /* 強調ボックス */
}
.lp-housing_value__highlight {
  border: 4px solid #1a66d9;
  border-radius: 10px;
  padding: 5px clamp(16px, 3vw, 30px);
  background: #fff;
  position: relative;
  width: auto; /* ← 変更 */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
  max-width: 442px;
}
.lp-housing_value__highlight-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 9vw, 70px);
}
.lp-housing_value__highlight-left {
  text-align: left;
}
.lp-housing_value__highlight-box {
  background: #f1f1f1;
  padding: clamp(10px, 0.1vw, 16px) clamp(10px, 1.8vw, 20px);
  border-radius: 10px;
  font-size: clamp(12px, 1.97vw, 14px);
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
  max-width: 140px;
  white-space: nowrap;
}
.lp-housing_value__highlight-main {
  font-size: clamp(14px, 1.4vw, 20px) !important;
  font-weight: 700;
  margin: 0 auto;
  text-align: center !important; /* leftを強制的にcenterへ */
  margin-left: auto !important;
  margin-right: auto !important;
}
.lp-housing_value__highlight-main span {
  color: #ff3b8d;
}
.lp-housing_value__highlight-image img {
  max-width: 160px;
}
.lp-housing_value__label {
  position: absolute;
  top: 13%;
  left: 23%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ff3b8d;
  color: #fff;
  font-size: clamp(10px, 1.83vw, 15px);
  padding: 3px clamp(15px, 2vw, 20px);
  border-radius: 999px;
  font-weight: 700;
  z-index: 10;
  white-space: nowrap;
  font-weight: 700;
  z-index: 10;
}
.lp-housing_value {
  /* ========================
     発電所一覧
  ======================== */
}
.lp-housing_value__plants {
  margin-top: 55px;
}
.lp-housing_value__plants-title {
  font-size: clamp(16px, 2.25vw, 18px);
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}
.lp-housing_value {
  /* グリッド（増減対応） */
}
.lp-housing_value__plants-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 35px;
}
.lp-housing_value {
  /* カード */
}
.lp-housing_value__plant {
  text-align: center;
}
.lp-housing_value__plant img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.lp-housing_value__plant p {
  margin-top: 8px;
  font-size: clamp(11px, 0.83vw, 12px);
}
.lp-housing_value {
  /* 上段イラスト少し小さめ */
}
.lp-housing_value__image--small img {
  max-width: 320px;
}

/* スムーススクロール */
.lp-housing_value__badge-label {
  font-size: clamp(12px, 0.9vw, 13px);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 6px; /* 03との間隔 */
}

/* 03（Montserrat 40px） */
.lp-housing_value__badge-number {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 2.78vw, 40px);
  font-weight: 700;
  line-height: 1;
}

.lp-housing_value__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  margin-bottom: 60px;
}

.lp-housing_value__nav-item,
.lp-housing_value__nav-item:link,
.lp-housing_value__nav-item:visited {
  color: #fff;
  text-decoration: none;
  font-size: clamp(18px, 1.53vw, 22px);
}

.lp-housing_value__nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
  width: 360px; /* 画像に近い横長 */
  padding: 50px 28px 20px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, right top, from(#005bac), to(#027de1));
  background: linear-gradient(90deg, #005bac 0%, #027de1 100%);
  color: #fff;
  border: 2px solid transparent;
  font-size: clamp(16px, 2.25vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  margin-top: 20px;
}
.lp-housing_value__nav-item:hover {
  background: #fff;
  color: #005bac;
  border: 2px solid #005bac;
}
.lp-housing_value__nav-item:focus-visible {
  outline: 3px solid rgba(79, 240, 224, 0.7);
  outline-offset: 4px;
}
.lp-housing_value__nav-item {
  /* 上の小バッジ（VALUE 01など） */
}
.lp-housing_value__nav-item::before {
  content: attr(data-value);
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px 20px;
  border-radius: 999px;
  background: #6ecfff;
  color: #005bac;
  font-size: clamp(10px, 0.76vw, 11px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  backdrop-filter: blur(2px);
}
.lp-housing_value__nav-item {
  /* ▼ 下矢印本体 */
}
.lp-housing_value__nav-item .nav-arrow {
  position: absolute;
  left: 50%;
  bottom: 23px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 14px;
  background: currentColor;
}
.lp-housing_value__nav-item {
  /* ▼ 先端 */
}
.lp-housing_value__nav-item .nav-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.lp-housing_value__navtitle {
  font-size: clamp(26px, 2.22vw, 32px);
  font-weight: 700;
  text-align: center;
  margin: 50px 0 20px;
}

.lp-housing_value__nav-item:link {
  padding: 55px 0;
}

.lp-housing_value__desc {
  margin-top: 0px;
  font-size: clamp(14px, 1.11vw, 16px);
  line-height: 2;
  text-align: left;
  max-width: 1000px;
  margin: 0;
  padding-top: 25px;
}

.lp-housing_value p.lp-housing_value__desc {
  max-width: none;
  margin: 0;
  padding-top: 30px;
}

.lp-housing_value__col--01 .lp-housing_value__overlay {
  color: #fff;
  font-size: clamp(12px, 1.97vw, 14px);
  white-space: nowrap;
  text-align: center;
}

.lp-housing_value__col--01 .lp-housing_value__image {
  -webkit-transform: translateY(15px);
          transform: translateY(15px); /* ← 微調整向き */
  margin-right: 110px;
}

.slash-text {
  display: inline-block;
  font-size: clamp(12px, 1.97vw, 14px);
  color: #000;
  position: relative;
  padding: 0 12px; /* 線との余白 */
}

/* 共通 */
.slash-text::before,
.slash-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #000;
}

/* 左スラッシュ（／） */
.slash-text::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(50deg);
          transform: translateY(-50%) rotate(50deg);
}

/* 右スラッシュ（＼） */
.slash-text::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-50deg);
          transform: translateY(-50%) rotate(-50deg);
}

.lp-housing_value__image {
  position: relative;
  width: 160px;
  height: 250px;
  margin: 0 auto;
}

.lp-housing_value__image img {
  width: 100%;
  max-width: 160px;
}

.lp-housing_value__highlight-inner {
  position: relative;
  margin-top: 20px;
}

.lp-housing_value__highlight-arrow {
  position: absolute;
  left: 47%;
  top: 40%; /* 縦位置 */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #000;
}

.lp-housing_value__gray-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 0.25vw, 20px);
  position: relative;
  margin-left: 10px;
}

/* 縦線 */
.lp-housing_value__gray-head::after {
  content: "";
  width: 2px;
  height: 48px;
  background: #005bac;
  position: absolute;
  left: 232px; /* ← ロゴ幅に合わせて調整 */
}

.lp-housing_value__gray-head .blue {
  color: #005bac; /* ブランド青 */
  font-weight: 500;
}

.lp-housing_value__gray-head p {
  font-size: clamp(14px, 1.38vw, 20px);
}

.lp-housing_value__image.illustration {
  position: absolute;
  top: -69px;
  right: -22px;
}

.lp-housing_value__map {
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.lp-housing_value__map picture {
  display: block;
  width: 100%;
  margin: 0;
  height: 500px;
}
.lp-housing_value__map img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 555px;
  margin: 0 auto;
}

#value-03 .lp-housing_value__map img {
  -webkit-transform: translate(-2px, -146px);
          transform: translate(-2px, -146px);
}

.lp-housing_value p.lp-housing_value__category {
  font-size: clamp(14px, 1.38vw, 20px);
  font-weight: 900;
  margin: 0;
}

.lp-housing_value__top-image {
  position: absolute;
  top: 15px;
  right: 25px;
  height: 300px;
}

.lp-housing_value__top-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   比較エリア 
========================= */
/* 左だけ220 */
.lp-housing_value__col--01 .lp-housing_value__image {
  height: 260px;
  margin-top: 30px;
}

/* グレー内は160 */
.lp-housing_value__col--02 .lp-housing_value__image,
.lp-housing_value__highlight-image .lp-housing_value__image {
  height: 250px;
}

.lp-housing_value__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =========================
   中央テキスト（統一定義）
========================= */
.lp-housing_value__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  font-size: clamp(12px, 0.9vw, 13px);
}

.lp-housing_value__overlay .num-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-housing_value__overlay .num {
  display: block;
  font-size: clamp(22px, 1.94vw, 28px);
  line-height: 1;
  color: #005bac;
}

.lp-housing_value__overlay .slash-text {
  white-space: nowrap;
}

.lp-housing_value__col--02 .lp-housing_value__overlay {
  top: 20%;
}

/* 右側（一番右の円）のテキスト位置調整 */
.lp-housing_value__highlight-image .lp-housing_value__image {
  position: relative;
}
.lp-housing_value__highlight-image .lp-housing_value__image .lp-housing_value__overlay--right {
  /* デフォルトの中央配置をリセット */
  bottom: auto;
  /* 位置の指定 */
  top: 40%; /* 上から30%の位置に */
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* 自5の中心を30%地点に合わせる */
  /* レイアウト担保 */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  z-index: 5;
}
.lp-housing_value__highlight-image .lp-housing_value__image .lp-housing_value__overlay--right .num-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.lp-housing_value__overlay {
  line-height: 1;
}
.lp-housing_value__overlay .num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  margin-bottom: -20px;
}
.lp-housing_value__overlay .num {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
.lp-housing_value__overlay .slash-text {
  display: inline-block;
  line-height: 1;
  margin-top: 0;
}

.cp2604 .red {
  font-weight: bold;
}
.cp2604 .ttl {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cp2604 .ttl {
    font-size: clamp(17px, 2.7379400261vw, 21px);
  }
}
.cp2604 .ttl .num {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cp2604 .ttl .num {
    font-size: clamp(24px, 4.0417209909vw, 31px);
  }
}
.cp2604 .img {
  width: 100%;
  max-width: 598px;
  margin: 3em auto 0;
}
@media screen and (max-width: 767px) {
  .cp2604 .img {
    margin-top: 1.5em;
  }
  .cp2604 .img img {
    width: calc(100% - 3.5rem);
  }
}
.cp2604 .img .note {
  font-size: 12px;
  margin-top: 1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .cp2604 .img .note {
    font-size: clamp(10px, 1.4341590612777053 vw, 11px);
    line-height: 1.5;
  }
}
.cp2604 .camp {
  margin: 3.5em auto 0;
  padding: 3em;
  width: 100%;
  max-width: 810px;
  border: 3px solid #005BAC;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .cp2604 .camp {
    margin-top: 1.75em;
    padding: 1.5em;
    border-width: 2px;
  }
}
.cp2604 .camp .ttl {
  font-size: 30px;
  font-weight: bold;
  color: #005BAC;
}
@media screen and (max-width: 767px) {
  .cp2604 .camp .ttl {
    font-size: clamp(20px, 3.7809647979vw, 29px);
  }
}
.cp2604 .camp .desc {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .cp2604 .camp .desc {
    font-size: 16px;
    line-height: 1.6;
    font-size: clamp(16px, 2.2164276402vw, 17px);
  }
}
@media screen and (max-width: 767px) {
  .cp2604 .camp .img img {
    width: 100%;
  }
}
.cp2604 .camp .img .note {
  margin-top: -4em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cp2604 .camp .img .note {
    margin-top: -6vw;
    text-align: left;
  }
}

/* =====================================
   SP Styles (1080px以下)
===================================== */
@media (max-width: 1080px) {
  .lp-housing_value {
    padding: 6rem 0 3rem;
  }
  .lp-housing_value__inner {
    padding: 0 1.5rem;
    max-width: 100%;
  }
  .lp-housing_value__block {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
  }
  .lp-housing_value {
    /* --- ナビゲーションを縦積みに --- */
  }
  .lp-housing_value__navtitle {
    font-size: 2rem;
    margin: 5rem 0 1rem 0;
    text-align: left;
  }
  .lp-housing_value__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .lp-housing_value__nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    padding: 3.5rem 0.5rem 1.5rem;
    font-size: 1.2rem;
    font-size: 1.4rem !important;
  }
  .lp-housing_value__nav-item::before {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    top: 1rem;
    white-space: nowrap;
  }
  .lp-housing_value__nav-item::after {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
  .lp-housing_value__nav-item:link {
    padding: 4rem 0.5rem;
  }
  .lp-housing_value__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 0;
    position: relative;
  }
  .lp-housing_value__badge {
    width: 5.5rem;
    height: 5.7rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 !important;
  }
  .lp-housing_value__badge-label {
    font-size: 1rem;
  }
  .lp-housing_value__badge-number {
    font-size: 2.4rem;
  }
  .lp-housing_value__top-image, .lp-housing_value__illustration, .lp-housing_value__map {
    width: calc(100% - 10rem);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* --- 浮きと位置の完全リセット --- */
    position: static !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    height: auto !important;
  }
  .lp-housing_value__top-image img, .lp-housing_value__illustration img, .lp-housing_value__map img {
    width: 100%;
    max-width: 22rem;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .lp-housing_value__category {
    font-size: 1.6rem !important;
  }
  .lp-housing_value__content p {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1rem;
    text-align: left;
    /* 以降のh3などはそのまま */
  }
  .lp-housing_value__content {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.5rem;
    text-align: left;
  }
  .lp-housing_value__content h3 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 0.1rem;
  }
  .lp-housing_value__content h3 .pc-only {
    display: none;
  }
  .lp-housing_value {
    /* --- その他共通調整 --- */
  }
  .lp-housing_value__desc {
    width: 100%;
    font-size: 1.6rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lp-housing_value {
    /* --- 比較エリアの縦積み --- */
  }
  .lp-housing_value__compare {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 2rem;
    width: 100%;
  }
  .lp-housing_value__compare-title {
    margin-bottom: 3rem;
    margin-top: 1rem;
    position: relative;
    padding-left: 3rem;
    font-size: 2rem;
    line-height: 1.7;
  }
  .lp-housing_value__compare-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.4rem;
    height: 100%;
    background: #1a66d9;
  }
  .lp-housing_value__overlay {
    font-size: 1.6rem !important;
  }
  .lp-housing_value__overlay .slash-text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .lp-housing_value .lp-housing_value__col--02,
  .lp-housing_value .lp-housing_value__overlay {
    top: 17%;
  }
  .lp-housing_value .lp-housing_value__col--01 .lp-housing_value__overlay {
    top: 38%;
  }
  .lp-housing_value__compare-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    width: 100%;
    gap: 4rem;
  }
  .lp-housing_value__overlay .num {
    font-size: 3rem;
  }
  .lp-housing_value__overlay .num-wrap {
    margin-bottom: -30px;
  }
  .lp-housing_value__col--01 {
    margin-top: -1rem;
  }
  .lp-housing_value__col--01 .lp-housing_value__image {
    margin-right: 0;
    height: auto;
  }
  .lp-housing_value__arrow {
    left: 50%;
    top: 23%;
  }
  .lp-housing_value__gray {
    width: 100%;
    padding: 7rem 2.2rem 3rem;
    margin: 0;
    gap: 0px;
  }
  .lp-housing_value__gray-head {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .lp-housing_value__gray-head::after {
    display: none;
  }
  .lp-housing_value__gray-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    margin-top: -2rem;
  }
  .lp-housing_value__highlight {
    width: 100%;
    max-width: none;
    padding: 2rem 2rem 0;
    margin: 0 auto;
    border-width: 3px;
  }
  .lp-housing_value__highlight-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .lp-housing_value__highlight-arrow {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #000;
    border-bottom: 0;
    margin: 1rem auto;
    display: block;
  }
  .lp-housing_value__overlay--right {
    bottom: auto;
    top: 33%;
  }
  .lp-housing_value__gray-head p {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
  .lp-housing_value {
    /* --- 発電所・マップ --- */
  }
  .lp-housing_value__plants-grid {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
  .lp-housing_value__plant img {
    width: 70%;
    margin: 0 auto;
    height: auto !important;
    aspect-ratio: auto;
  }
  .lp-housing_value__plants {
    margin-top: 40px;
  }
  .lp-housing_value__highlight-box {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-size: 1.5rem;
    white-space: normal;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .lp-housing_value__highlight-main {
    font-size: 2.8rem !important;
    line-height: 1.4 !important;
  }
  .lp-housing_value__highlight-left {
    text-align: center;
    width: 100%;
  }
  .lp-housing_value__label {
    font-size: 1.5rem;
    top: 4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lp-housing_value #value-03 .lp-housing_value__map {
    /* 1. 親のFlex配置に関わらず、幅いっぱいの独立した行として扱う */
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    /* 2. PC版の浮かせ・位置指定を完全リセット */
    position: static !important;
    margin: 2rem 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lp-housing_value #value-03 .lp-housing_value__map picture img,
  .lp-housing_value #value-03 .lp-housing_value__map img {
    /* 3. 画像自体を中央に寄せる */
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    /* 4. サイズ調整 */
    width: 100% !important;
    max-width: 34rem;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    height: 38rem;
  }
  .lp-housing_value #value-03 .lp-housing_value__map picture {
    display: block;
    width: 100%;
    height: 33rem;
    margin: 0;
  }
  .lp-housing_value #value-03 .lp-housing_value__map img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.lp-housing_feature {
  padding: 80px 0 100px;
}
.lp-housing_feature__inner {
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 20px;
}
.lp-housing_feature {
  /* ======================
     Support（画像重ね）
  ====================== */
}
.lp-housing_feature__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 220px;
}
.lp-housing_feature__support-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.lp-housing_feature__support-text h3 {
  font-size: clamp(26px, 2.22vw, 32px);
  line-height: 1.5;
  margin-bottom: 70px;
}
.lp-housing_feature__support-text p {
  font-size: clamp(13px, 1.04vw, 15px);
  line-height: 1.8;
}
.lp-housing_feature__support-image {
  position: relative;
  width: 677px;
  height: 520px;
}
.lp-housing_feature {
  /* 共通画像 */
}
.lp-housing_feature__img {
  position: absolute;
  border-radius: 15px;
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  height: auto;
}
.lp-housing_feature {
  /* メイン（右上） */
}
.lp-housing_feature__img--main {
  max-width: 677px;
  top: 0;
  right: -138px;
  z-index: 3;
}
.lp-housing_feature {
  /* 中（左下・はみ出し） */
}
.lp-housing_feature__img--sub {
  width: 411px;
  bottom: -116px;
  left: -23px;
  z-index: 3;
}
.lp-housing_feature {
  /* 小（右下） */
}
.lp-housing_feature__img--small {
  width: 236px;
  bottom: -241px;
  right: 0px;
  z-index: 1;
}
.lp-housing_feature .lp-housing_feature__support-item {
  padding-top: 90px;
  text-align: left;
}
.lp-housing_feature .lp-housing_feature {
  /* 上の小テキスト */
}
.lp-housing_feature .lp-housing_feature__support-label {
  font-size: clamp(14px, 1.38vw, 20px);
  font-weight: 900;
  margin-bottom: 16px;
}
.lp-housing_feature .lp-housing_feature {
  /* メイン見出し */
}
.lp-housing_feature .lp-housing_feature__support-title {
  font-size: clamp(26px, 2.22vw, 32px);
  font-weight: 700;
  margin: 0;
  margin-bottom: 40px;
}
.lp-housing_feature {
  /* ======================
     Compare
  ====================== */
}
.lp-housing_feature__compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-top: 145px;
  margin-bottom: 178px;
  max-height: 566px;
}
.lp-housing_feature__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-housing_feature__arrow img {
  width: 70px;
  height: auto;
  margin-top: 15px;
}
.lp-housing_feature__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px 40px 40px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 753px;
}
.lp-housing_feature__card-image {
  margin-top: auto;
  text-align: center;
}
.lp-housing_feature__card-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .lp-housing_feature__card-image img.u-sp-only {
    width: 100% !important;
  }
}
@media (max-width: 1080px) {
  .lp-housing_feature__card-image img.u-sp-only {
    width: 60%;
    margin: 0 auto;
  }
}
.lp-housing_feature__card h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  border-radius: 999px;
  font-size: clamp(14px, 2.11vw, 20px);
  font-weight: 700;
  margin-bottom: 20px;
  padding: 30px 60px;
}
.lp-housing_feature__card p {
  /* --- 左寄せにする設定 --- */
  text-align: left;
  /* --- 読みやすくするための微調整 --- */
  display: inline-block;
  width: 100%;
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 30px;
  min-height: 152px;
  padding: 0 20px;
  font-size: 16px;
}
.lp-housing_feature__card--gray {
  background: #f4f6f8;
  height: 655px;
}
.lp-housing_feature__card--gray h4 {
  background: #d1d1d1;
  color: #000;
}
.lp-housing_feature__card--blue {
  background: #d7e5f8;
  height: 655px;
}
.lp-housing_feature__card--blue h4 {
  background: -webkit-gradient(linear, left top, right top, from(#005bac), to(#027de1));
  background: linear-gradient(90deg, #005bac 0%, #027de1 100%);
  color: #fff;
}
.lp-housing_feature {
  /* ======================
     Grid
  ====================== */
}
.lp-housing_feature__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.lp-housing_feature {
  /* カード */
}
.lp-housing_feature__box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 50px 40px;
  border-radius: 15px;
  border: 2px solid #e6e6e6;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.lp-housing_feature__box h5 {
  position: relative;
  padding-left: 0px;
  font-size: clamp(16px, 2.25vw, 20px);
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left;
}
.lp-housing_feature__box h5::before {
  content: "";
  position: absolute;
  left: -15%;
  top: 6%;
  width: 9px;
  height: 100%;
  background: #005bac;
}
.lp-housing_feature__box p {
  font-size: clamp(12px, 1.97vw, 14px);
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lp-housing_feature {
  /* ← ここに出す */
}
.lp-housing_feature__box-image {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 220px;
}
.lp-housing_feature__box-image img {
  max-height: 100%;
  width: auto;
  display: block;
}
@media (max-width: 1080px) {
  .lp-housing_feature {
    padding: 6rem 0rem 2rem;
  }
  .lp-housing_feature__inner {
    padding: 0 2rem;
  }
  .lp-housing_feature {
    /* ======================
       Support（縦積み）
    ====================== */
  }
  .lp-housing_feature__support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
    margin: 4rem 0;
    padding-bottom: 0 !important;
  }
  .lp-housing_feature__support-text h3 {
    font-size: 2rem;
    line-height: 1.7;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lp-housing_feature__support-text p {
    font-size: 16px;
    line-height: 1.9;
  }
  .lp-housing_feature__support-item {
    padding-top: 0px !important;
  }
  .lp-housing_feature__support-image {
    position: relative;
    width: 100%;
    height: auto;
  }
  .lp-housing_feature__img {
    position: relative;
    height: auto;
    border-radius: 1rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
  }
  .lp-housing_feature {
    /* ===== メイン ===== */
  }
  .lp-housing_feature__img--main {
    width: 85%;
    position: relative;
    top: 0;
    z-index: 3;
    margin-left: auto;
  }
  .lp-housing_feature {
    /* ===== 中 ===== */
  }
  .lp-housing_feature__img--sub {
    width: 60%;
    bottom: 4rem;
    left: 0;
    z-index: 3;
  }
  .lp-housing_feature {
    /* ===== 小 ===== */
  }
  .lp-housing_feature__img--small {
    position: absolute;
    width: 30%;
    bottom: 0;
    right: 0;
    margin-left: auto;
    z-index: 4;
  }
  .lp-housing_feature {
    /* ======================
       Support Item
    ====================== */
  }
  .lp-housing_feature__support-items {
    margin-top: -2rem;
  }
  .lp-housing_feature__support-item {
    padding-top: 2rem;
    font-size: 2rem !important;
  }
  .lp-housing_feature__support-label {
    font-size: 1.8rem !important;
    margin-bottom: 1rem !important;
  }
  .lp-housing_feature__support-title {
    font-size: 2rem !important;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  .lp-housing_feature {
    /* ======================
       Compare（縦積み）
    ====================== */
  }
  .lp-housing_feature__compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin: 4rem 0;
    max-height: none !important;
  }
  .lp-housing_feature__card {
    width: 100%;
    min-height: auto !important;
    height: auto !important;
    padding: 4rem 1.6rem;
  }
  .lp-housing_feature__card h4 {
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    height: auto;
    height: 6.1rem;
  }
  .lp-housing_feature__card p {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0;
    min-height: auto;
    margin: 0rem 0 2rem;
  }
  .lp-housing_feature__card--gray, .lp-housing_feature__card--blue {
    height: auto !important;
  }
  .lp-housing_feature {
    /* 矢印を下向きに */
  }
  .lp-housing_feature__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 1rem 0;
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
  .lp-housing_feature__arrow img {
    width: 7rem;
    height: auto;
    margin-top: 0;
  }
  .lp-housing_feature {
    /* ======================
       Grid（1列）
    ====================== */
  }
  .lp-housing_feature__support-grid {
    margin: 4rem 0;
  }
  .lp-housing_feature__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .lp-housing_feature__box {
    padding: 4rem 1.9rem;
  }
  .lp-housing_feature__box h5 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    height: auto;
  }
  .lp-housing_feature__box p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    height: auto !important;
  }
  .lp-housing_feature__box-image {
    height: auto !important;
  }
  .lp-housing_feature__box-image img {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 1080px) and (max-width: 767px) {
  .lp-housing_feature__box-image img {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .lp-housing_feature .lp-housing_feature__box h5 {
    position: relative;
    padding-left: 0rem;
  }
  .lp-housing_feature .lp-housing_feature__box h5::before {
    content: "";
    position: absolute;
    left: -2rem;
    top: 0.3rem;
    width: 0.6rem;
    height: 90%;
    background: #005bac;
  }
}

.lp-housing_case {
  padding: 140px 0 120px;
  background: #f4f6f8;
  /* ==========================
     Inner
  ========================== */
}
.lp-housing_case__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.lp-housing_case {
  /* ==========================
     Header
  ========================== */
}
.lp-housing_case__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  margin-bottom: 61px;
}
.lp-housing_case__header h3 {
  font-size: clamp(26px, 2.22vw, 32px);
  margin-top: 10px;
}
.lp-housing_case {
  /* 左上アイコン */
}
.lp-housing_case__icon {
  width: 114px;
  height: 114px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp-housing_case__icon img {
  width: 114px;
  height: auto;
  display: block;
  margin-left: -122px;
}
.lp-housing_case__category {
  font-size: clamp(18px, 1.53vw, 22px);
  font-weight: 900;
  margin-top: 8px;
  color: #000;
}
.lp-housing_case {
  /* ==========================
     Item
  ========================== */
}
.lp-housing_case__item {
  background: #fff;
  padding: 67px 45px 55px;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}
.lp-housing_case__item:nth-of-type(2) {
  margin-top: 65px;
}
.lp-housing_case__badge {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 20px;
  border-radius: 999px;
  font-size: clamp(13px, 1.04vw, 15px);
  font-weight: 900;
  margin-right: 12px;
}
.lp-housing_case {
  /* ==========================
     Content
  ========================== */
}
.lp-housing_case__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  gap: 12px;
  /*height: 426px;*/
}
.lp-housing_case__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 36px 31px 34px;
  border-radius: 10px;
}
.lp-housing_case__box h4 {
  font-size: clamp(20px, 1.8vw, 26px);
  margin-bottom: 20px;
}
.lp-housing_case__box p {
  font-size: clamp(14px, 1.97vw, 16px);
  line-height: 1.8;
  margin-bottom: 0px !important;
}
.lp-housing_case__box--problem {
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.lp-housing_case__box--solution {
  background: -webkit-gradient(linear, left top, right top, from(#005bac), to(#027de1));
  background: linear-gradient(90deg, #005bac 0%, #027de1 100%);
  color: #fff;
}
.lp-housing_case .lp-housing_case__arrow {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-housing_case .lp-housing_case__arrow img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-housing_case {
  /* ==========================
     Text
  ========================== */
}
.lp-housing_case__text {
  padding: 30px 30px;
  border-radius: 12px;
  border: 1px solid #f4f6f8;
  background-color: #f4f6f8;
  font-size: clamp(14px, 0.97vw, 16px);
  text-align: left;
  /*height: 279px;*/
}
.lp-housing_case__box--solution .lp-housing_case__text {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  margin-top: 20px;
  /*max-height: 211px;*/
}
.lp-housing_case__highlight {
  color: #34d0ff;
  font-weight: 700;
}
.lp-housing_case__white {
  color: #ffffff;
  font-weight: 400;
}
.lp-housing_case__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-left: -9px;
}
.lp-housing_case {
  /* ==========================
     SP (1080px以下)
  ========================== */
}
@media (max-width: 1080px) {
  .lp-housing_case {
    padding: 6rem 0 10rem;
  }
  .lp-housing_case__inner {
    padding: 0 1.6rem;
  }
  .lp-housing_case {
    /* ======================
       Item
    ====================== */
  }
  .lp-housing_case__item {
    padding: 3rem 2rem;
    border-radius: 1.6rem;
    margin-top: 4rem;
  }
  .lp-housing_case__item:not(:first-child) {
    margin-top: 3rem;
  }
  .lp-housing_case {
    /* ======================
       Header 縦積み
    ====================== */
  }
  .lp-housing_case__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 0rem;
    margin-bottom: 3.4rem;
  }
  .lp-housing_case__icon {
    width: 8rem;
    height: 8rem;
  }
  .lp-housing_case__icon img {
    width: 100%;
    height: auto;
    margin-left: -5.5rem;
  }
  .lp-housing_case__title-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: -15px;
  }
  .lp-housing_case__badge {
    font-size: 1.2rem;
    padding: 0.4rem 1.2rem;
  }
  .lp-housing_case__category {
    font-size: 1.6rem;
    margin-top: 0rem;
  }
  .lp-housing_case__title {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 0.8rem;
    text-align: left;
  }
  .lp-housing_case__header h3 {
    font-size: 1.8rem;
    margin-top: 0rem;
  }
  .lp-housing_case {
    /* ======================
       Content 縦積み
    ====================== */
  }
  .lp-housing_case__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    height: auto;
    min-height: auto;
  }
  .lp-housing_case {
    /* ======================
       Box
    ====================== */
  }
  .lp-housing_case__box {
    width: 100%;
    padding: 3rem 1.9rem;
    border-radius: 1.2rem;
  }
  .lp-housing_case__box h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-housing_case__box p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .lp-housing_case__box--problem {
    -webkit-box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.05);
  }
  .lp-housing_case__box--solution {
    -webkit-box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.08);
  }
  .lp-housing_case {
    /* ======================
       Arrow（縦向き）
    ====================== */
  }
  .lp-housing_case__arrow {
    width: 4rem !important;
    margin: 1rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .lp-housing_case__arrow img {
    width: 100%;
    height: auto;
  }
  .lp-housing_case {
    /* ======================
       Text
    ====================== */
  }
  .lp-housing_case__text {
    padding: 1.8rem;
    border-radius: 0.8rem;
    font-size: 1.6rem;
    height: auto;
    max-height: none;
  }
  .lp-housing_case__box--solution .lp-housing_case__text {
    max-height: none;
  }
  .lp-housing_case {
    /* ======================
       Highlight
    ====================== */
  }
  .lp-housing_case__highlight {
    font-size: 2rem;
  }
  .lp-housing_case__white {
    font-size: 2rem;
  }
  .lp-housing_case .lp-housing_case__meta {
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0rem;
  }
}

.lp-housing_service {
  padding: 120px 0 120px;
  background: #fff;
}
.lp-housing_service__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.lp-housing_service {
  /* =========================
     Table Layout
  ========================= */
}
.lp-housing_service__table {
  display: grid;
  grid-template-columns: 262px 334px 250px 250px;
  gap: 10px;
  border-radius: 4px;
  overflow: visible;
  margin-top: 80px;
}
.lp-housing_service__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 96px;
}
.lp-housing_service__labels div {
  background: #e3effd;
  padding: 30px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: clamp(13px, 2.25vw, 18px);
  border-radius: 4px;
  height: 109px;
  color: #000;
  /* --- 文字を真ん中に配置 --- */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.lp-housing_service__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 96px;
}
.lp-housing_service__column h3 {
  background: #426393;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: clamp(13px, 2.25vw, 18px) !important;
  font-weight: 500;
  color: #fff;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-housing_service__column div {
  background: #f4f6f8;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  font-size: clamp(12px, 1.97vw, 14px) !important;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  height: 110px;
  margin-bottom: 5px;
}
.lp-housing_service__column {
  /* =========================================
     延岡DC（メイン列）：最終調整版
  ========================================= */
}
.lp-housing_service__column--main {
  position: relative;
  z-index: 10;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.lp-housing_service__column--main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 10px;
  pointer-events: none;
  z-index: 15;
  background: -webkit-gradient(linear, left top, right top, from(#005bac), to(#027de1)) top/100% 4px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#005bac), to(#005bac)) left/4px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#027de1), to(#027de1)) right/4px 100% no-repeat, -webkit-gradient(linear, left top, right top, from(#005bac), to(#027de1)) bottom/100% 20px no-repeat;
  background: linear-gradient(to right, #005bac, #027de1) top/100% 4px no-repeat, linear-gradient(#005bac, #005bac) left/4px 100% no-repeat, linear-gradient(#027de1, #027de1) right/4px 100% no-repeat, linear-gradient(to right, #005bac, #027de1) bottom/100% 20px no-repeat;
}
.lp-housing_service__column--main h3 {
  background: -webkit-gradient(linear, left top, right top, from(#005bac), to(#027de1));
  background: linear-gradient(90deg, #005bac 0%, #027de1 100%);
  width: 100%;
  min-height: 160px;
  border-radius: 10px 10px 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px !important;
  margin-bottom: 0;
}
.lp-housing_service__column--main h3 .lp-housing_service__title-logo {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.lp-housing_service__column--main h3 .lp-housing_service__title-line {
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  opacity: 0.6;
  margin-bottom: 12px;
}
.lp-housing_service__column--main h3 .lp-housing_service__title-text {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.lp-housing_service__column--main h3 img {
  width: auto;
  max-width: 180px;
  height: auto;
}
.lp-housing_service__column--main h3 span {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  color: #fff;
  display: block;
}
.lp-housing_service__column--main div {
  height: 115px;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
  border: none !important;
  padding: 10px 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 0;
  font-weight: 900;
  font-size: clamp(12px, 1.97vw, 14px) !important;
}
.lp-housing_service__column--main div:not(:last-child) {
  border-bottom: 5px solid #1a66d9 !important;
}
.lp-housing_service__column--main div:last-child {
  border-radius: 4px !important;
  margin-bottom: 0;
  height: 109px;
}
.lp-housing_service {
  /* 記号共通 */
}
.lp-housing_service .mark {
  display: block;
  font-weight: 700;
  line-height: 1;
}
.lp-housing_service .mark--good {
  color: #005bac;
  font-size: 32px;
}
.lp-housing_service .mark--ok, .lp-housing_service .mark--normal, .lp-housing_service .mark--bad {
  color: #000;
  font-size: 24px;
}
.lp-housing_service .lp-housing_service__labels-head {
  background: #bad3f8;
  font-size: clamp(13px, 2.25vw, 18px);
  font-weight: 700;
  color: #005bac;
  margin-bottom: 5px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 15px 10px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-housing_service {
  /* =========================
     CTA
  ========================= */
}
.lp-housing_service__cta {
  text-align: center;
  margin-top: 94px;
}
.lp-housing_service__button {
  display: inline-block;
  padding: 20px 60px;
  background: #000;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-housing_service__button:hover {
  opacity: 0.8;
}
.lp-housing_service {
  /* =========================================
     SP（1080px以下）
  ========================================= */
}
@media (max-width: 1080px) {
  .lp-housing_service {
    padding: 6rem 0;
  }
  .lp-housing_service__inner {
    padding: 0 1.6rem;
  }
  .lp-housing_service .mark--good {
    color: #005bac;
    font-size: 26px;
  }
  .lp-housing_service {
    /* =========================
       横スクロール本体
    ========================= */
  }
  .lp-housing_service__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0.5rem;
    padding-bottom: 3rem;
    -webkit-overflow-scrolling: touch;
    margin-top: -6rem;
    /* ネイティブスクロールバー完全非表示 */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .lp-housing_service__table::-webkit-scrollbar {
    display: none;
  }
  .lp-housing_service {
    /* =========================
       横幅確保（重要）
    ========================= */
  }
  .lp-housing_service__labels {
    min-width: 14rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-top: 15.5rem;
  }
  .lp-housing_service__labels-head {
    height: 5.1rem !important;
  }
  .lp-housing_service__labels div {
    padding: 2.2rem 1rem;
    height: 8.9rem;
  }
  .lp-housing_service__column {
    min-width: 18rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-top: 16rem;
  }
  .lp-housing_service__column h3 {
    min-height: 5.1rem;
    font-size: 1.3rem;
  }
  .lp-housing_service__column div {
    font-size: 1.4rem;
    height: 9.6rem !important;
  }
  .lp-housing_service__column__column--main div:last-child {
    height: 9.6rem !important;
  }
  .lp-housing_service__column__column--main::before {
    bottom: 40px;
  }
  .lp-housing_service__column--main {
    padding-top: 45px;
  }
  .lp-housing_service__column--main::before {
    content: "";
    position: absolute;
    top: 42px;
    bottom: 10px;
  }
  .lp-housing_service__column--main h3 {
    min-height: 14.5rem;
  }
  .lp-housing_service__column--main .lp-housing_service__labels-head {
    height: 50px;
  }
  .lp-housing_service {
    /* =========================
       疑似スクロールバー
    ========================= */
  }
  .lp-housing_service__fake-scroll {
    position: relative;
    height: 14px;
    background: #e6e6e6;
    border-radius: 20px;
    margin-top: 0rem;
    margin-bottom: 6rem;
    overflow: hidden;
  }
  .lp-housing_service__fake-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: #8c8c8c;
    border-radius: 20px;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  }
  .lp-housing_service {
    /* =========================
       CTA
    ========================= */
  }
  .lp-housing_service__button {
    width: 100%;
    max-width: 32rem;
    margin: 0 auto;
    padding: 1.8rem 3rem;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* =========================================
   FAQ
========================================= */
.lp-housing_faq {
  padding: 120px 0;
  background: #f2f4f7;
}
.lp-housing_faq__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}
.lp-housing_faq {
  /* =============================
     Title
  ============================= */
}
.lp-housing_faq__title {
  text-align: center;
  font-size: clamp(32px, 2.78vw, 40px);
  font-weight: 700;
  margin-bottom: 60px;
}
.lp-housing_faq__title-icon {
  width: 32px;
  margin-bottom: 12px;
  display: block;
  margin-inline: auto;
}
.lp-housing_faq {
  /* =============================
     Item
  ============================= */
}
.lp-housing_faq__list {
  padding-top: 40px;
}
.lp-housing_faq__item {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 17px 30px 17px 16px;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.lp-housing_faq__item.is-open {
  background: #f8f9fb;
}
.lp-housing_faq {
  /* =============================
     Question
  ============================= */
}
.lp-housing_faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
  border: none;
  background: none;
  font-size: clamp(16px, 2.25vw, 18px);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp-housing_faq__q img {
  width: 56px;
}
.lp-housing_faq__icon {
  margin-left: auto;
  width: 20px;
  height: 20px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lp-housing_faq__item.is-open .lp-housing_faq__icon {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.lp-housing_faq {
  /* =============================
     Answer
  ============================= */
}
.lp-housing_faq__answer {
  overflow: hidden;
  margin-top: 0px;
}
.lp-housing_faq__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  background: #f2f9ff;
  padding: 27px 28px;
  border-radius: 10px;
  margin-top: 1em;
}
.lp-housing_faq__a img {
  width: 56px;
}
.lp-housing_faq__answer p {
  margin: 0;
  font-size: clamp(16px, 1.11vw, 16px);
  line-height: 1.8;
  text-align: left;
}
.lp-housing_faq {
  /* =============================
     SP (1080px以下)
  ============================= */
}
@media (max-width: 1080px) {
  .lp-housing_faq {
    padding: 6rem 0;
  }
  .lp-housing_faq__list {
    padding-top: 0px;
  }
  .lp-housing_faq__item {
    padding: 17px 19px 17px 13px;
  }
  .lp-housing_faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    padding: 0;
    font-size: 1.8rem;
  }
  .lp-housing_faq__question > img {
    width: 4rem !important;
    height: auto !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: -0.2rem;
  }
  .lp-housing_faq__answer-inner {
    padding: 1.6rem;
    gap: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lp-housing_faq__answer-inner > img {
    width: 4rem !important;
    height: auto !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .lp-housing_faq__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.4;
  }
  .lp-housing_faq__icon {
    margin-top: 0rem;
    width: 1.5rem;
    height: 1.5rem;
    border-width: 2px;
  }
}

/* =========================================
   Service CTA Button（他社導入事例）
========================================= */
.lp-housing_service {
  /* a:link に負けない */
  /* 通常状態だけ固定 */
}
.lp-housing_service__button, .lp-housing_service__button:link, .lp-housing_service__button:visited {
  color: #fff;
  text-decoration: none;
}
.lp-housing_service {
  /* hoverは別で書く */
}
.lp-housing_service__button:hover, .lp-housing_service__button:focus {
  color: #000;
}
.lp-housing_service {
  /* 通常 */
}
.lp-housing_service__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  padding: 20px 150px 20px 50px;
  background: #000;
  border-radius: 999px;
  border: 2px solid #000;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.lp-housing_service__button:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.lp-housing_service {
  /* アイコン */
}
.lp-housing_service__button-icon {
  width: 32px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp-housing_service {
  /* テキスト */
}
.lp-housing_service__button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  text-align: center;
}
.lp-housing_service__button-sub {
  font-size: clamp(16px, 2.25vw, 18px);
  font-weight: 400;
  opacity: 0.8;
}
.lp-housing_service__button-main {
  font-size: clamp(18px, 1.53vw, 22px);
  font-weight: 700;
}
.lp-housing_service.download {
  width: 326px;
  padding: 16px 30px;
  gap: 20px;
}
.lp-housing_service.download .lp-housing_service__button-icon {
  width: 24px;
}
.lp-housing_service.download .lp-housing_service__button-main {
  font-size: 18px;
  text-align: center;
}
.lp-housing_service {
  /* アイコン */
}
.lp-housing_service__button-icon {
  width: 32px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.lp-housing_service {
  /* テキスト縦並び */
}
.lp-housing_service__button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  text-align: center;
  text-align: center;
}
.lp-housing_service__button-sub {
  font-size: clamp(16px, 2.25vw, 18px);
  font-weight: 400;
  opacity: 0.8;
  text-align: center;
}
.lp-housing_service__button-main {
  font-size: clamp(18px, 1.53vw, 22px);
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1080px) {
  .lp-housing_service__button {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    padding: 1.7rem 5rem 1.7rem 0rem;
    gap: 1.6rem;
  }
  .lp-housing_service__button-text {
    text-align: left;
  }
  .lp-housing_service__button-sub {
    font-size: 1.8rem;
  }
  .lp-housing_service__button-main {
    font-size: 2.2rem;
    text-align: center;
  }
}
@media (max-width: 1080px) {
  .lp-housing_service__cta {
    margin-top: 3rem;
  }
}
/* =========================================
   CTA（lp-housing_cta）
========================================= */
.lp-housing_cta {
  /* PC/SP 切り替え用 */
}
.lp-housing_cta .pc-only {
  display: block;
}
.lp-housing_cta .sp-only {
  display: none;
}
.lp-housing_cta {
  width: 100%;
}
.lp-housing_cta__campaign-inner, .lp-housing_cta__download-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.lp-housing_cta__campaign {
  background: -webkit-gradient(linear, left top, right top, from(#005bac), to(#027de1));
  background: linear-gradient(90deg, #005bac 0%, #027de1 100%);
  color: #fff;
  text-align: center;
  padding: 98px 40px;
  overflow: visible;
}
.lp-housing_cta__campaign-label {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 23px;
  font-size: clamp(19px, 1.6vw, 23px);
  margin-bottom: 20px;
}
.lp-housing_cta__campaign-title {
  position: relative;
  font-size: clamp(40px, 3.47vw, 50px);
  font-weight: 700;
  margin-bottom: 20px;
}
.lp-housing_cta__campaign-title, .lp-housing_cta .lp-housing_cta__campaign-title {
  color: #fff !important;
}
.lp-housing_cta__campaign-title {
  /* ここを限定する */
}
.lp-housing_cta__campaign-title > span:not(.cta-free) {
  color: #fff !important;
  font-weight: 500;
  font-size: clamp(40px, 4.47vw, 55px);
  display: block;
}
.lp-housing_cta__campaign-title .cta-large {
  font-weight: 900 !important;
  white-space: nowrap;
}
.lp-housing_cta__campaign-title .cta-free {
  color: #3bf5ff !important;
  font-weight: 900;
}
.lp-housing_cta__title-img {
  position: absolute;
  top: 200%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.lp-housing_cta__title-img--left {
  left: 0;
  top: 86%;
  width: 120px;
}
.lp-housing_cta__title-img--right {
  right: 0;
  top: 86%;
  width: 190px;
}
.lp-housing_cta .lp-housing_cta__campaign-sub {
  font-size: clamp(20px, 3.8vw, 34px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 38px;
}
.lp-housing_cta .lp-housing_cta__exclamation {
  display: inline-block;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  margin-left: 0px;
}
.lp-housing_cta .cta-highlight {
  color: #3bf5ff;
  font-weight: 900;
}
.lp-housing_cta .lp-housing_cta__download-description {
  font-size: clamp(16px, 2.4vw, 26px);
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 12px;
}
.lp-housing_cta {
  /* =========================
     Campaign Button
  ========================== */
}
.lp-housing_cta, .lp-housing_cta:link, .lp-housing_cta:visited, .lp-housing_cta:hover, .lp-housing_cta:focus {
  color: #005bac;
  text-decoration: none;
  font-size: clamp(22px, 1.94vw, 28px);
}
.lp-housing_cta__campaign-button {
  position: relative;
  display: inline-block;
  padding: 36px 164px 35px 164px;
  background: #3bf5ff;
  color: #005bac;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-housing_cta__campaign-button::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #005bac;
  border-radius: 50%;
}
.lp-housing_cta__campaign-button::before {
  content: "";
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 13px;
  height: 13px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 2;
}
.lp-housing_cta__campaign-button:link, .lp-housing_cta__campaign-button:visited {
  color: #005bac;
}
.lp-housing_cta__campaign-button {
  /* ▼ hover反転 */
}
.lp-housing_cta__campaign-button:hover {
  background: #fff;
  color: #005bac;
  border-color: #fff;
  text-decoration: none;
}
.lp-housing_cta {
  /* =========================
     Download Area
  ========================== */
}
.lp-housing_cta__download {
  padding: 66px 60px;
  background: url("../img/cta-bg.png") no-repeat center/cover;
}
.lp-housing_cta__download-heading-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0px;
  margin-bottom: 30px;
}
.lp-housing_cta__download-heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.lp-housing_cta__download-text {
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp-housing_cta__download-text h3 {
  font-size: clamp(22px, 4.94vw, 46px);
  color: #3bf5ff;
  font-weight: 700;
  margin-bottom: 40px;
}
.lp-housing_cta__download-img {
  width: 410px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 1em;
}
.lp-housing_cta .lp-housing_cta__download-title span {
  font-weight: bold;
  display: block;
}
@media (max-width: 1080px) {
  .lp-housing_cta .lp-housing_cta__download-title span {
    padding: 0.15em 0;
  }
}
.lp-housing_cta .lp-housing_cta__download-title span::before {
  content: "・";
  color: #fff;
}
.lp-housing_cta .c-button--download {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 32px 109px 32px 45px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 1080px) and (min-width: 768px) {
  .lp-housing_cta .c-button--download {
    width: 100%;
    max-width: 402px;
    margin: 0 auto;
    font-size: 18px;
    height: auto;
  }
}
.lp-housing_cta .c-button--download {
  /* 通常リンク固定 */
}
.lp-housing_cta .c-button--download:link, .lp-housing_cta .c-button--download:visited {
  color: #000;
}
.lp-housing_cta .c-button--download {
  /* 反転 */
}
.lp-housing_cta .c-button--download:hover, .lp-housing_cta .c-button--download:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}
.lp-housing_cta .lp-housing_cta__button .c-button__icon {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.lp-housing_cta .lp-housing_cta__button .c-button::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  right: 44px;
}
.lp-housing_cta .lp-housing_cta__button .c-button:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.lp-housing_cta .lp-housing_cta__button .c-button::after {
  background: currentColor;
  width: 38px;
  height: 38px;
  right: 29px;
}
.lp-housing_cta .lp-housing_cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -75px;
}
.lp-housing_cta {
  /* =========================================
     SP 安定化パッチ
  ========================================= */
}
@media (max-width: 1080px) {
  .lp-housing_cta {
    /* --- 他社導入事例ボタン完全解除 --- */
  }
  .lp-housing_cta .lp-housing_service__button,
  .lp-housing_cta .lp-housing_service__button.download {
    width: 100% !important;
    max-width: 33.7rem;
    padding: 1.6rem 2.4rem !important;
    gap: 1.6rem !important;
  }
  .lp-housing_cta {
    /* --- CTAタイトル装飾完全停止 --- */
  }
  .lp-housing_cta .lp-housing_cta__title-img {
    display: none !important;
    position: static !important;
  }
  .lp-housing_cta {
    /* --- Downloadヘッダー縦積み修正（HTMLに合わせる） --- */
  }
  .lp-housing_cta .lp-housing_cta__download-heading-contents {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center;
    gap: 2rem;
  }
  .lp-housing_cta {
    /* --- Download画像のはみ出し防止 --- */
  }
  .lp-housing_cta .lp-housing_cta__download-img {
    width: 80%;
    max-width: 28rem;
    height: auto;
  }
  .lp-housing_cta {
    /* --- カード完全縦積み --- */
  }
  .lp-housing_cta .lp-housing_cta__cards {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .lp-housing_cta .lp-housing_cta__card {
    width: 100%;
  }
  .lp-housing_cta .pc-only {
    display: none !important;
  }
  .lp-housing_cta .sp-only {
    display: block;
    width: 100%;
    max-width: 32rem;
    margin: 1rem auto 0;
  }
  .lp-housing_cta__campaign-sub {
    font-size: 2.4rem !important;
    margin-bottom: 2.3rem !important;
  }
}
@media (max-width: 1080px) {
  .lp-housing_cta__campaign {
    padding: 4rem 2rem 4rem;
    text-align: center;
  }
  .lp-housing_cta__campaign-inner,
  .lp-housing_cta .lp-housing_cta__download-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .lp-housing_cta__campaign-title .cta-small {
    font-size: 3.7rem !important;
    color: #fff;
  }
  .lp-housing_cta__campaign-title .cta-large {
    font-size: 5rem !important;
    font-weight: 700;
  }
  .lp-housing_cta p {
    font-size: 2.3rem;
  }
}
@media (max-width: 1080px) and (max-width: 767px) {
  .lp-housing_cta__campaign-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 2rem 4rem 2rem 2rem;
    font-size: 2.6rem !important;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin: 0 auto;
    border-radius: 20px;
    /* 丸を右下へ */
  }
  .lp-housing_cta__campaign-button::after {
    content: "";
    position: absolute;
    right: 4%;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  .lp-housing_cta__campaign-button {
    /* 矢印 */
  }
  .lp-housing_cta__campaign-button::before {
    content: "";
    position: absolute;
    right: calc(4% + 14px);
    top: 45%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 1080px) {
  .lp-housing_cta__campaign-label {
    margin-bottom: 0.3rem;
  }
}

@media (max-width: 1080px) {
  /* =============================
     CTA Download SP最終版
  ============================= */
  .lp-housing_cta__download {
    padding: 4rem 2rem;
  }
  .lp-housing_cta__download-heading-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 3rem;
  }
  .lp-housing_cta__download-text {
    text-align: center;
    width: 100%;
  }
  .lp-housing_cta__download-description {
    font-size: 2.6rem !important;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .lp-housing_cta__download-title {
    font-size: 4rem !important;
    line-height: 1.2;
    margin-bottom: 0.7rem !important;
  }
  .lp-housing_cta__download-img {
    width: 100% !important;
    max-width: 32rem !important;
    height: auto;
  }
  /* PCのマイナスマージンを打ち消す */
  .lp-housing_cta__button {
    margin-top: 4rem !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1080px) and (max-width: 767px) {
  .lp-housing_cta__button .c-button--download {
    width: 100%;
    max-width: 32rem;
    height: 6.5rem;
    padding: 0 2rem;
    font-size: 2.6rem !important;
    border-radius: 1.2rem;
  }
  .lp-housing_cta .lp-housing_cta__button .c-button__icon {
    display: none !important;
  }
  .lp-housing_cta__download-heading {
    margin-bottom: 0px;
  }
  .lp-housing_cta .lp-housing_cta__button .c-button.c-button--download {
    background: #fff;
    color: #000;
    padding: 13px 109px 13px 17px;
    height: 97px;
    font-size: 1.6rem;
    max-width: 33.7rem;
    line-height: 1.4;
  }
  .lp-housing_cta .lp-housing_cta__button .c-button::after {
    right: 17px;
    top: 50%;
  }
  .lp-housing_cta .lp-housing_cta__button .c-button::before {
    right: 32px;
    top: 50%;
  }
}
@media (max-width: 1080px) {
  .lp-housing_cta__download {
    background: url("../img/sp/cta-bg-sp.png") no-repeat center center;
    background-size: cover;
  }
}
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 0 20px 0 40px;
  padding-right: 90px;
  border-radius: 999px;
  font-size: clamp(18px, 1.53vw, 22px);
  font-weight: 700;
  height: 87px;
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.c-button span,
.c-button img {
  position: relative;
  z-index: 2;
}

/* =============================
   LINK RESET
============================= */
.c-button:link,
.c-button:visited {
  color: #fff;
  text-decoration: none;
}

.c-button:hover,
.c-button:focus {
  text-decoration: none;
}

/* =============================
   ICON
============================= */
.c-button__icon {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

/* =============================
   WHITE CIRCLE
============================= */
.c-button::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
}

/* =============================
   ARROW
============================= */
.c-button::before {
  content: "";
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #0099ff;
  border-right: 2px solid #0099ff;
  z-index: 1;
}

/* =============================
   PRIMARY（1440px完成サイズ）
============================= */
.c-button--primary {
  background: -webkit-gradient(linear, right top, left top, from(#0459d0), to(#02e5dd));
  background: linear-gradient(270deg, #0459d0 0%, #02e5dd 100%);
  width: 434px;
  color: #fff;
}
.c-button--primary::before {
  border-top: 2px solid #0459d0;
  border-right: 2px solid #0459d0;
}
.c-button--primary::after {
  background: #fff;
}
.c-button--primary:hover {
  background: #fff;
  color: #0459d0;
  border: 2px solid #0459d0;
}
.c-button--primary:hover::after {
  background: #0459d0;
}
.c-button--primary:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* =============================
   DARK（1440px完成サイズ）
============================= */
.c-button--dark {
  background: #000;
  width: 325px;
  color: #fff;
  border: 2px solid transparent;
}
.c-button--dark::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.c-button--dark::after {
  background: #fff;
}
.c-button--dark:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.c-button--dark:hover::after {
  background: #000;
}
.c-button--dark:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* SVGは親のcolorを継承させる */
.c-button__icon {
  color: inherit;
}

/* =============================
   ▼ 1080px以下 = SPデザイン
============================= */
@media (max-width: 1080px) {
  .c-button {
    width: 100%;
    height: 64px;
    font-size: clamp(14px, 1.11vw, 16px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding: 0 25px 0 20px;
    gap: 10px;
  }
  .c-button::after {
    width: 27px;
    height: 27px;
    right: 19px;
  }
  .c-button::before {
    right: 30px;
    width: 7px;
    height: 9px;
  }
  .c-button__icon {
    width: 25px;
    height: 25px;
  }
}
/* アイコン */
.li02 .contBtn02 a::before {
  content: "" !important;
  display: inline-block;
  width: 15px; /* ← 好きなサイズに調整 */
  height: 12px;
  -webkit-mask: none !important;
  mask: none !important;
  background-color: transparent !important;
  background: url("../img/contact_btn_icon_mail.png") no-repeat center/contain !important;
}

/* ホバー */
.li02 .contBtn02 a:hover::before {
  background: url("../img/contact_btn_icon_mail_on.png") no-repeat center/contain !important;
}

/* =====================================
   Section Header Component
   1440px基準設計
===================================== */
.c-section-header {
  text-align: center;
  margin-bottom: 50px;
}
.c-section-header__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  max-width: 900px;
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
}
.c-section-header__icon {
  width: 26px;
  height: auto;
}
.c-section-header__label-text {
  font-size: clamp(18px, 1.53vw, 22px);
  color: #000;
  font-weight: 900;
}
.c-section-header__title {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.6;
}
.c-section-header__title span {
  color: #005bac;
}
.c-section-header__lead {
  font-size: clamp(16px, 2.25vw, 18px);
  line-height: 2;
}

/* =====================================
   ▼ 1440px以下 リキッド縮小
===================================== */
@media (max-width: 1440px) {
  .c-section-header {
    margin-bottom: 2.47vw; /* 50 ÷ 1440 */
  }
  .c-section-header__label {
    gap: 0.83vw; /* 12 ÷ 1440 */
    margin-bottom: 2.25vw; /* 18 ÷ 1440 */
    max-width: 80%; /* 900 ÷ 1440 */
  }
  .c-section-header__icon {
    width: 1.8vw; /* 26 ÷ 1440 */
  }
  .c-section-header__label-text {
    font-size: 1.52vw; /* 22 ÷ 1440 */
  }
  .c-section-header__title {
    font-size: 2.5vw; /* 36 ÷ 1440 */
  }
  .c-section-header__lead {
    font-size: 1.25vw; /* 18 ÷ 1440 */
  }
}
/* =====================================
   ▼ 1080px以下 = SP固定
===================================== */
@media (max-width: 1080px) {
  .c-section-header {
    margin-bottom: 4rem;
  }
  .c-section-header__icon {
    width: 1.3rem;
  }
  .c-section-header__label-text {
    font-size: 1.6rem;
  }
  .c-section-header__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .c-section-header__lead {
    font-size: 1.6rem !important;
    line-height: 1.8;
    max-width: 100% !important;
  }
  .c-section-header__label {
    max-width: 100% !important;
    margin-bottom: 4.25vw;
  }
}
/* =========================================
   Floating Banner
========================================= */
.lp-floating {
  position: fixed;
  right: 10px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 224px;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.lp-floating.is-show {
  opacity: 1;
  visibility: visible;
}
.lp-floating {
  /* =========================
     画像リンクのみホバー
  ========================== */
}
.lp-floating__banner, .lp-floating__button {
  display: block;
}
.lp-floating__banner img, .lp-floating__button img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lp-floating__banner:hover img, .lp-floating__button:hover img {
  opacity: 0.7;
}
.lp-floating {
  /* =========================
     閉じるボタン
  ========================== */
}
.lp-floating__close {
  position: absolute;
  top: -2px;
  right: 10px;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}

/* =========================
   SP非表示
========================= */
@media (max-width: 1080px) {
  .lp-floating {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */