@charset "UTF-8";




/* ====================================
   比較表
   ==================================== */
.comparison-section {
  padding: 0 1rem 8rem;
  background-color: #CBEEEB;
}

.comparison-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title-area {
  text-align: center;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: #333;
  margin: 0;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #00897b;
  font-weight: bold;
  margin: 0.3rem 0 0;
}

.comparison-table-wrapper {
  overflow-x: auto;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid #00897b;
  box-shadow: 6px 6px 0px rgba(0, 137, 123, 0.1);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

.comparison-table th, .comparison-table td {
  padding: 1.2rem 0.8rem;
  border: 1px solid #eee;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #444;
}

.comparison-table thead th {
  background-color: #f8fcfb;
  color: #333;
  font-weight: bold;
}

.comparison-table tbody th {
  background-color: #f8fcfb;
  font-weight: bold;
  width: 150px;
  font-size: 0.9rem;
}

.comparison-table .highlight {
  background-color: #f0fbf9;
  font-weight: bold;
  color: #00897b;
  width: 180px;
}

.comparison-table thead th.highlight {
  background-color: #00897b;
  color: #ffffff;
  font-size: 1.1rem;
}

.table-notice {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .comparison-section { padding: 0 2rem 10rem; }
  .section-title-area { margin-bottom: 2rem; }
  .section-title { font-size: 2.2rem; }
  .table-notice { display: none; }
  .comparison-table th, .comparison-table td { padding: 1.5rem; font-size: 1rem; }
  .comparison-table tbody th { font-size: 1rem; }
}




/* ====================================
   ヒートポンプセクション
   ==================================== */
.hp-impact-section {
  padding: 2rem 1rem 1rem;
  background-color: #EF009C;
  text-align: center;
  position: relative;
}

.hp-impact-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hp-impact-label {
  display: inline-block;
  background-color: #ffffff;
  color: #EF009C;
  font-weight: 900;
  font-size: 1rem;
  padding: 4px 20px;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hp-impact-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hp-impact-highlight {
  font-size: 1.25em;
  color: #fff100;
  text-decoration: underline solid 6px #ffffff;
  text-underline-offset: 8px;
  margin: 0 4px;
}

.hp-impact-triangle {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #EF009C;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 10;
}

.hp-explain-section {
  padding: 4rem 1rem;
  background-color: #f0f9ff;
  width: 100%;
}

.hp-explain-container {
  max-width: 1100px;
  margin: 0 auto;
}

.hp-explain-card {
  background-color: #fff;
  border: 2px solid #9ACFF3;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.hp-explain-text {
  padding: 2rem 1.5rem;
}

.hp-explain-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #333;
  margin-bottom: 1.5rem;
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #9ACFF3;
}

.hp-explain-text p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1.2rem;
}

.hp-feature-box {
  background-color: #f0faff;
  border-left: 4px solid #9ACFF3;
  padding: 1rem;
  margin-bottom: 1.2rem;
}

.hp-feature-box p {
  margin-bottom: 0;
  font-size: 0.95rem;
  color: #333;
}

.hp-feature-box strong {
  color: #EF009C;
}

.hp-contact-note {
  font-weight: bold;
  color: #333;
}

.hp-explain-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: #fdfdfd;
}

.hp-explain-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .hp-explain-card {
    flex-direction: row;
    align-items: center;
  }

  .hp-explain-text {
    flex: 1.2;
    padding: 3.5rem;
  }

  .hp-explain-image {
    flex: 1;
    padding: 3rem;
  }

  .hp-explain-title {
    font-size: 2rem;
  }

  .hp-explain-text p, .hp-feature-box p {
    font-size: 1.05rem;
  }
}



/* LINE相談トップセクション（最終調整版） */
.line-consult-top-final {
    /* 背景ストライプ */
    background: repeating-linear-gradient(
      45deg,
      #f0f9ff,
      #f0f9ff 10px,
      #e6f4ff 10px,
      #e6f4ff 20px
    );
    padding: 40px 20px;
    border-bottom: 4px solid #78BBE6;
}

.line-consult-container-final {
    max-width: 850px;
    margin: 0 auto;
    background: #ffffff;
    /* 枠線は「青」だけに修正 */
    border: 4px solid #78BBE6;
    border-radius: 24px;
    padding: 35px 30px 30px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(120, 187, 230, 0.15);
}

/* 上部の青バッジ */
.consult-badge-blue {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #78BBE6;
    color: #fff;
    padding: 5px 25px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: bold;
}

/* メインコピー */
.consult-main-text-final {
    font-size: clamp(1.2rem, 4.5vw, 1.7rem);
    font-weight: 900;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.4;
}

.text-orange { color: #f39c12; } /* オレンジは見出しのアクセントに */
.text-pink { color: #EF009C; }   /* ワードはピンク */

.consult-sub-text-final {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* お悩みタグ（すべてピンク） */
.consult-questions-final {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.q-item-final.pink {
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: bold;
    background: #fff0f9;
    color: #EF009C;
    border: 1px solid #EF009C;
}

/* LINEボタン（枠線なし・影で立体感） */
.line-btn-wrap-final {
    margin-bottom: 10px;
}

.line-cta-button-final {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #06C755, #05b34d);
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px 30px;
    border-radius: 60px;
    width: 100%;
    max-width: 450px;
    /* 枠線は削除、影のみでボタンらしさを強調 */
    box-shadow: 0 6px 0 #04923f, 0 10px 20px rgba(6, 199, 85, 0.3);
    transition: all 0.2s ease;
    border: none !important;
}

.line-cta-button-final:active {
    transform: translateY(4px);
    box-shadow: 0 2px 0 #04923f;
}

.btn-sub {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 4px;
    opacity: 0.9;
}

.btn-main {
    font-size: clamp(1rem, 3.5vw, 1.3rem);
    font-weight: 900;
}

.consult-note-final {
    font-size: 0.75rem;
    color: #999;
    margin-top: 15px;
}

/* スマホ調整 */
@media screen and (max-width: 600px) {
    .line-consult-top-final { padding: 30px 10px; }
    .line-consult-container-final { padding: 35px 15px 25px; }
}