@charset "utf-8";
/*---------------------------------
テーマとしてWPに認識させるための記述↓
---------------------------------/
/*
theme Name: ホームクエスト
description: ホームクエスト専用テーマです
Version:1.0.0
*/

.header {
  background: 0px 0px;
  height: 92px;
  position: relative;
  width: 100%;
  z-index: 10000;
}

/* ===== お悩みセクション ===== */

.hq-trouble-section {

  background: #F7F7F5;

  padding: 4rem 1.5rem 3.5rem;

}

.hq-trouble-inner {

  max-width: 900px;

  margin: 0 auto;

}

.hq-trouble-eyebrow {

  text-align: center;

  font-size: 11px;

  letter-spacing: 0.22em;

  color: #E8600A;

  font-weight: 700;

  margin-bottom: 0.6rem;

}

.hq-trouble-heading {

  font-size: clamp(22px, 4vw, 30px);

  font-weight: 700;

  color: #0D1F40;

  text-align: center;

  margin: 0 0 0.6rem;

  line-height: 1.55;

}

.hq-trouble-heading span {

  color: #E8600A;

}

.hq-trouble-lead {

  text-align: center;

  font-size: 13.5px;

  color: #4A4A48;

  line-height: 1.9;

  margin: 0 0 2.8rem;

}

.hq-trouble-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 14px;

  margin-bottom: 2.5rem;

}

.hq-trouble-card {

  background: #fff;

  border-radius: 12px;

  border: 1px solid #E2E0D8;

  padding: 1.25rem 1.2rem 1.1rem;

  display: flex;

  flex-direction: column;

  gap: 8px;

  transition: border-color 0.2s;

}

.hq-trouble-card:hover {

  border-color: #E8600A;

}

.hq-trouble-card-top {

  display: flex;

  align-items: center;

  gap: 10px;

}

.hq-trouble-icon {

  width: 38px;

  height: 38px;

  border-radius: 9px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

}

.hq-icon-navy      { background: #0D1F40; }

.hq-icon-orange    { background: #E8600A; }

.hq-icon-navy-lt   { background: #E6ECF5; }

.hq-icon-orange-lt { background: #FDF0E8; }

.hq-trouble-tag {

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 0.08em;

  padding: 2px 9px;

  border-radius: 4px;

}

.hq-tag-navy   { background: #E6ECF5; color: #0D1F40; }

.hq-tag-orange { background: #FDF0E8; color: #E8600A; }

.hq-trouble-card-title {

  font-size: 14.5px;

  font-weight: 700;

  color: #0D1F40;

  line-height: 1.6;

  margin: 0;

}

.hq-trouble-card-body {

  font-size: 12.5px;

  color: #5F5E5A;

  line-height: 1.85;

  margin: 0;

  border-top: 0.5px solid #EBEBEA;

  padding-top: 8px;

}

.hq-trouble-cta {

  background: #0D1F40;

  border-radius: 12px;

  padding: 1.75rem 2rem;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 1rem;

  flex-wrap: wrap;

}

.hq-trouble-cta-text p {

  font-size: 16px;

  font-weight: 700;

  color: #fff;

  margin: 0 0 4px;

  line-height: 1.6;

}

.hq-trouble-cta-text small {

  font-size: 11.5px;

  color: #8FA8CE;

  line-height: 1.6;

  display: block;

}

.hq-trouble-btn {

  background: #E8600A;

  color: #fff;

  border-radius: 8px;

  padding: 0.75rem 1.75rem;

  font-size: 14px;

  font-weight: 700;

  text-decoration: none;

  white-space: nowrap;

  display: inline-block;

  transition: background 0.15s;

}

.hq-trouble-btn:hover {

  background: #C74F06;

  color: #fff;

}

@media (max-width: 768px) {

  .hq-trouble-grid {

    grid-template-columns: 1fr;

  }

  .hq-trouble-cta {

    flex-direction: column;

    text-align: center;

  }

  .hq-trouble-btn {

    width: 100%;

    text-align: center;

  }

}

/* ===== /お悩みセクション ===== */
/* ===== 選ばれる理由セクション ===== */

.hq-reason-section {
  background: #0D1F40;
  padding: 4rem 1.5rem 3.5rem;
}

.hq-reason-inner {
  max-width: 900px;
  margin: 0 auto;
}

.hq-reason-eyebrow {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #E8600A;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.hq-reason-heading {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 0 0.6rem;
  line-height: 1.55;
}

.hq-reason-heading span {
  color: #E8600A;
}

.hq-reason-lead {
  text-align: center;
  font-size: 13.5px;
  color: #8FA8CE;
  line-height: 1.9;
  margin: 0 0 2rem;
}

.hq-reason-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 2.5rem;
}

.hq-reason-stat {
  background: #162B55;
  border: 1px solid #1E3A6E;
  border-radius: 12px;
  padding: 1.25rem;
  text-align: center;
}

.hq-reason-stat-num {
  font-size: 34px;
  font-weight: 700;
  color: #E8600A;
  line-height: 1.2;
  margin-bottom: 4px;
}

.hq-reason-stat-num small {
  font-size: 16px;
}

.hq-reason-stat-label {
  font-size: 12px;
  color: #8FA8CE;
  line-height: 1.6;
}

.hq-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 2.5rem;
}

.hq-reason-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-left: 4px solid #E8600A;
  border-radius: 4px;
  padding: 1.6rem 1.4rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s, transform 0.2s;
}

.hq-reason-card:hover {
  box-shadow: 0 4px 12px rgba(232, 96, 10, 0.18);
  transform: translateY(-2px);
}

.hq-reason-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hq-reason-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #FFF5EE;
  border: 1px solid #FFD4B8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hq-reason-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #E8600A;
}

.hq-reason-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #0D1F40;
  line-height: 1.55;
  margin: 0;
}

.hq-reason-card-body {
  font-size: 12.5px;
  color: #4B5563;
  line-height: 1.85;
  margin: 0;
  border-top: 0.5px solid #E5E7EB;
  padding-top: 10px;
}

.hq-reason-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.hq-reason-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  background: #FFF5EE;
  color: #C24F00;
  border: 0.5px solid #FFD4B8;
}

.hq-reason-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #E8600A;
  text-decoration: none;
  border-bottom: 1px solid #E8600A;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}

.hq-reason-link:hover {
  opacity: 0.7;
}

.hq-souzoku-banner {
  margin-top: 32px;
  background: #0D1F40;
  border-radius: 12px;
  padding: 28px 32px;
  border: 1px solid #1E3A6E;
}

.hq-souzoku-banner-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hq-souzoku-banner-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #FFF5EE;
  border: 1px solid #FFD4B8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hq-souzoku-banner-text {
  flex: 1;
  min-width: 240px;
}

.hq-souzoku-banner-title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px 0;
  line-height: 1.5;
}

.hq-souzoku-banner-desc {
  font-size: 13px;
  color: #B8C5D9;
  line-height: 1.7;
  margin: 0;
}

.hq-souzoku-banner-btn {
  flex-shrink: 0;
  background: #E8600A;
  color: #fff;
  border-radius: 8px;
  padding: 14px 22px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  transition: opacity 0.2s, transform 0.2s;
  white-space: normal;
}

.hq-souzoku-banner-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #fff;
}

@media (max-width: 768px) {
  .hq-souzoku-banner {
    padding: 22px 20px;
  }

  .hq-souzoku-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .hq-souzoku-banner-text {
    min-width: 0;
    text-align: center;
  }

  .hq-souzoku-banner-btn {
    width: 100%;
    padding: 14px 20px;
  }
}

.hq-akichi-banner {
  margin-top: 32px;
  background: #0D1F40;
  border-radius: 12px;
  padding: 28px 32px;
  border: 1px solid #1E3A6E;
}

.hq-akichi-banner-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hq-akichi-banner-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #FFF5EE;
  border: 1px solid #FFD4B8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hq-akichi-banner-text {
  flex: 1;
  min-width: 240px;
}

.hq-akichi-banner-title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px 0;
  line-height: 1.5;
}

.hq-akichi-banner-desc {
  font-size: 13px;
  color: #B8C5D9;
  line-height: 1.7;
  margin: 0;
}

.hq-akichi-banner-btn {
  flex-shrink: 0;
  background: #E8600A;
  color: #fff;
  border-radius: 8px;
  padding: 14px 22px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  transition: opacity 0.2s, transform 0.2s;
  white-space: normal;
}

.hq-akichi-banner-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #fff;
}

@media (max-width: 768px) {
  .hq-akichi-banner {
    padding: 22px 20px;
  }

  .hq-akichi-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .hq-akichi-banner-text {
    min-width: 0;
    text-align: center;
  }

  .hq-akichi-banner-btn {
    width: 100%;
    padding: 14px 20px;
  }
}

.hq-reason-cta {
  background: #E8600A;
  border-radius: 12px;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.hq-reason-cta-text p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.6;
}

.hq-reason-cta-text small {
  font-size: 11.5px;
  color: #FFD4B8;
  display: block;
}

.hq-reason-btn {
  background: #fff;
  color: #E8600A;
  border-radius: 8px;
  padding: 0.75rem 1.75rem;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  transition: background 0.15s;
}

.hq-reason-btn:hover {
  background: #FFF0E8;
  color: #E8600A;
}

@media (max-width: 768px) {
  .hq-reason-stats,
  .hq-reason-grid {
    grid-template-columns: 1fr;
  }
  .hq-reason-cta {
    flex-direction: column;
    text-align: center;
  }
  .hq-reason-btn {
    width: 100%;
    text-align: center;
  }
}

/* ===== /選ばれる理由セクション ===== */
/* ===== サービス紹介セクション ===== */

.hq-service-section {
  background: #F7F7F5;
  padding: 4rem 1.5rem 3.5rem;
}

.hq-service-inner {
  max-width: 900px;
  margin: 0 auto;
}

.hq-service-eyebrow {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #E8600A;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.hq-service-heading {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  color: #0D1F40;
  text-align: center;
  margin: 0 0 0.6rem;
  line-height: 1.55;
}

.hq-service-heading span {
  color: #E8600A;
}

.hq-service-lead {
  text-align: center;
  font-size: 13.5px;
  color: #4A4A48;
  line-height: 1.9;
  margin: 0 0 2.8rem;
}

.hq-service-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.hq-service-card-main {
  background: #0D1F40;
  border-radius: 12px;
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background 0.2s;
}

.hq-service-card-main:hover {
  background: #162B55;
}

.hq-service-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hq-service-icon-main {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #E8600A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hq-service-card-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #8FA8CE;
  margin: 0;
}

.hq-service-card-main-title {
  font-size: 15.5px;
  font-weight: 700;
  color: #fff;
  line-height: 1.55;
  margin: 0;
}

.hq-service-card-main-sub {
  font-size: 11px;
  color: #8FA8CE;
  margin: 0;
  line-height: 1.6;
}

.hq-service-card-main-body {
  font-size: 12.5px;
  color: #7A95B8;
  line-height: 1.85;
  margin: 0;
  border-top: 0.5px solid #1E3A6E;
  padding-top: 10px;
}

.hq-service-sub {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 2.5rem;
}

.hq-service-card-sub {
  background: #fff;
  border: 1px solid #E2E0D8;
  border-radius: 12px;
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.2s;
}

.hq-service-card-sub:hover {
  border-color: #E8600A;
}

.hq-service-icon-sub {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #E6ECF5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hq-service-card-sub-title {
  font-size: 13px;
  font-weight: 700;
  color: #0D1F40;
  line-height: 1.5;
  margin: 0;
}

.hq-service-card-sub-body {
  font-size: 11.5px;
  color: #5F5E5A;
  line-height: 1.75;
  margin: 0;
}

.hq-service-cta {
  background: #0D1F40;
  border-radius: 12px;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.hq-service-cta-text p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.6;
}

.hq-service-cta-text small {
  font-size: 11.5px;
  color: #8FA8CE;
  display: block;
}

.hq-service-btn {
  background: #E8600A;
  color: #fff;
  border-radius: 8px;
  padding: 0.75rem 1.75rem;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  transition: background 0.15s;
}

.hq-service-btn:hover {
  background: #C74F06;
  color: #fff;
}

@media (max-width: 768px) {
  .hq-service-main {
    grid-template-columns: 1fr;
  }
  .hq-service-sub {
    grid-template-columns: repeat(2, 1fr);
  }
  .hq-service-cta {
    flex-direction: column;
    text-align: center;
  }
  .hq-service-btn {
    width: 100%;
    text-align: center;
  }
}

/* ===== /サービス紹介セクション ===== */

/* ===== フッターナビゲーション ===== */

.footer__nav {
  margin-bottom: 1rem;
}

.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav-list li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.15s;
}

.footer__nav-list li a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer__nav-list {
    gap: 8px 16px;
  }

  .footer__nav-list li a {
    font-size: 11px;
  }
}

/* ===== /フッターナビゲーション ===== */

/* ===== ヘッダー文字サイズ調整 ===== */

.header__logo a {

  font-size: 20px !important;

  font-weight: 700 !important;

  color: #0D1F40 !important;

  line-height: 1.3 !important;

}

.header__logo {

  display: flex !important;

  align-items: center !important;

}

.header {

  margin-top: 0 !important;

  padding-top: 0 !important;

}

/* ===== /ヘッダー文字サイズ調整 ===== */

/* ===== 新着ブログセクション ===== */

.hq-blog-section {
  background: #F7F7F5;
  padding: 4rem 1.5rem 3.5rem;
}

.hq-blog-inner {
  max-width: 900px;
  margin: 0 auto;
}

.hq-blog-eyebrow {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #E8600A;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.hq-blog-heading {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  color: #0D1F40;
  text-align: center;
  margin: 0 0 0.6rem;
  line-height: 1.55;
}

.hq-blog-lead {
  text-align: center;
  font-size: 13.5px;
  color: #4A4A48;
  line-height: 1.9;
  margin: 0 0 2.5rem;
}

.hq-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 2rem;
}

.hq-blog-card {
  background: #fff;
  border: 1px solid #E2E0D8;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: border-color 0.2s;
}

.hq-blog-card:hover {
  border-color: #E8600A;
}

.hq-blog-card-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.hq-blog-card-thumb-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: #E6ECF5;
}

.hq-blog-card-body {
  padding: 1rem 1.1rem;
}

.hq-blog-card-cat {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  background: #E6ECF5;
  color: #0D1F40;
  margin-bottom: 6px;
}

.hq-blog-card-title {
  font-size: 14px;
  font-weight: 700;
  color: #0D1F40;
  line-height: 1.6;
  margin: 0 0 6px;
}

.hq-blog-card-date {
  font-size: 11px;
  color: #888;
  margin: 0;
}

.hq-blog-more {
  text-align: center;
}

.hq-blog-more-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 2px solid #0D1F40;
  border-radius: 8px;
  color: #0D1F40;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.hq-blog-more-btn:hover {
  background: #0D1F40;
  color: #fff;
}

@media (max-width: 768px) {
  .hq-blog-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* ===== /新着ブログセクション ===== */

/* ===== お客様の声セクション ===== */

.hq-voice-section {

  background: #F7F7F5;

  padding: 4rem 1.5rem 3.5rem;

}

.hq-voice-inner {

  max-width: 900px;

  margin: 0 auto;

}

.hq-voice-eyebrow {

  text-align: center;

  font-size: 11px;

  letter-spacing: 0.22em;

  color: #E8600A;

  font-weight: 700;

  margin-bottom: 0.5rem;

}

.hq-voice-heading {

  font-size: clamp(22px, 4vw, 30px);

  font-weight: 700;

  color: #0D1F40;

  text-align: center;

  margin: 0 0 0.4rem;

  line-height: 1.5;

}

.hq-voice-heading span {

  color: #E8600A;

}

.hq-voice-lead {

  text-align: center;

  font-size: 13.5px;

  color: #4A4A48;

  line-height: 1.8;

  margin: 0 0 2rem;

}

.hq-voice-grid {

  display: grid;

  grid-template-columns: 1fr;

  gap: 16px;

  margin-bottom: 2rem;

}

@media (min-width: 600px) {

  .hq-voice-grid {

    grid-template-columns: 1fr 1fr;

  }

}

.hq-voice-card {

  background: #fff;

  border: 1px solid #e8eaf0;

  border-radius: 12px;

  padding: 1.25rem 1.25rem 1rem;

}

.hq-voice-card-top {

  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 10px;

}

.hq-voice-avatar {

  width: 44px;

  height: 44px;

  border-radius: 50%;

  background: #E6F1FB;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 700;

  font-size: 13px;

  color: #0C447C;

  flex-shrink: 0;

}

.hq-voice-avatar.f {

  background: #FBEAF0;

  color: #72243E;

}

.hq-voice-name {

  font-size: 14px;

  font-weight: 700;

  color: #0D1F40;

  margin: 0;

}

.hq-voice-attr {

  font-size: 11.5px;

  color: #5F5E5A;

  margin: 2px 0 0;

}

.hq-voice-stars {

  font-size: 14px;

  color: #E8600A;

  margin-bottom: 8px;

  letter-spacing: 2px;

}

.hq-voice-type {

  display: inline-block;

  font-size: 10px;

  font-weight: 700;

  background: rgba(232,96,10,0.1);

  color: #E8600A;

  padding: 3px 10px;

  border-radius: 4px;

  margin-bottom: 8px;

}

.hq-voice-body {

  font-size: 13.5px;

  color: #2C2C2A;

  line-height: 1.8;

  margin: 0;

}

.hq-voice-cta {

  background: #0D1F40;

  border-radius: 12px;

  padding: 1.5rem;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 16px;

  flex-wrap: wrap;

}

.hq-voice-cta-text p {

  font-size: 15px;

  font-weight: 700;

  color: #fff;

  margin: 0 0 4px;

}

.hq-voice-cta-text small {

  font-size: 12px;

  color: rgba(255,255,255,0.6);

}

.hq-voice-btn {

  display: inline-block;

  background: #E8600A;

  color: #fff;

  font-size: 14px;

  font-weight: 700;

  padding: 12px 28px;

  border-radius: 30px;

  text-decoration: none;

  white-space: nowrap;

}

.hq-voice-btn:hover {

  background: #f07030;

}

/* ===== /お客様の声セクション ===== */

/* ===== 会社概要・代表あいさつセクション ===== */

.hq-company-section {
  background: #fff;
  padding: 4rem 1.5rem 3.5rem;
}

.hq-company-inner {
  max-width: 900px;
  margin: 0 auto;
}

.hq-company-eyebrow {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #E8600A;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hq-company-heading {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  color: #0D1F40;
  text-align: center;
  margin: 0 0 2.5rem;
  line-height: 1.5;
}

.hq-company-heading span {
  color: #E8600A;
}

.hq-company-profile {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

@media (max-width: 600px) {
  .hq-company-profile {
    flex-direction: column;
    align-items: center;
  }
}

.hq-company-photo {
  width: 200px;
  height: 260px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.hq-company-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hq-company-photo-placeholder {
  font-size: 13px;
  color: #0C447C;
  text-align: center;
  line-height: 1.6;
}

.hq-company-info {
  flex: 1;
}

.hq-company-name-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

.hq-company-position {
  font-size: 12px;
  color: #E8600A;
  font-weight: 700;
}

.hq-company-name {
  font-size: 24px;
  font-weight: 700;
  color: #0D1F40;
}

.hq-company-quals {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 10px 0 16px;
}

.hq-company-qual {
  font-size: 11px;
  font-weight: 700;
  background: rgba(232,96,10,0.1);
  color: #E8600A;
  padding: 3px 10px;
  border-radius: 4px;
}

.hq-company-message {
  font-size: 14px;
  color: #2C2C2A;
  line-height: 2;
  margin: 0;
}

.hq-company-table-wrap {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.hq-company-table-title {
  font-size: 16px;
  font-weight: 700;
  color: #0D1F40;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E8600A;
}

.hq-company-table {
  width: 100%;
  border-collapse: collapse;
}

.hq-company-table tr {
  border-bottom: 1px solid #f0f0ec;
}

.hq-company-table tr:last-child {
  border-bottom: none;
}

.hq-company-table th {
  font-size: 13px;
  font-weight: 700;
  color: #0D1F40;
  padding: 10px 12px 10px 0;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  width: 120px;
}

.hq-company-table td {
  font-size: 13px;
  color: #2C2C2A;
  padding: 10px 0;
  line-height: 1.7;
}

.hq-company-cta {
  background: #0D1F40;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.hq-company-cta-text p {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}

.hq-company-cta-text small {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

.hq-company-btn {
  display: inline-block;
  background: #E8600A;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
}

.hq-company-btn:hover {
  background: #f07030;
}

/* ===== /会社概要・代表あいさつセクション ===== */

/* ===== ハンバーガーメニュー 新アイコン ===== */

.header__round a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 6px;
}

.hq-menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hq-menu-icon svg {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}

.hq-menu-label {
  font-size: 11px;
  font-weight: 700;
  color: #0D1F40;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

/* ===== お手紙バナー ===== */
.hq-letter-banner {
  display: inline-block;
  background: #0D1F40;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.hq-letter-banner:hover {
  background: #1a3460;
  color: #fff;
}

/* ===== 固定バー 新デザイン ===== */
.linkMenu__item--reserve a {
  background: #0D1F40 !important;
}
.linkMenu__item--line a {
  background: #06C755 !important;
}
.linkMenu__item--tel a {
  background: #1a6fbf !important;
}
.linkMenu__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 4px;
}
.linkMenu__item a svg {
  width: 22px;
  height: 22px;
}
.linkMenu__item a span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

/* 2ボタン構成: 相続バナー & 空き地バナー */
.hq-souzoku-banner-btns,
.hq-akichi-banner-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hq-souzoku-banner-btns .hq-souzoku-banner-btn,
.hq-akichi-banner-btns .hq-akichi-banner-btn {
  flex: 1;
  min-width: 220px;
  text-align: center;
}

.hq-souzoku-banner-btn-sub,
.hq-akichi-banner-btn-sub {
  background: #C04F08 !important;
}

.hq-souzoku-banner-btn-sub:hover,
.hq-akichi-banner-btn-sub:hover {
  background: #A03D00 !important;
}

@media (max-width: 768px) {
  .hq-souzoku-banner-btns,
  .hq-akichi-banner-btns {
    flex-direction: column;
    gap: 8px;
  }
  .hq-souzoku-banner-btns .hq-souzoku-banner-btn,
  .hq-akichi-banner-btns .hq-akichi-banner-btn {
    width: 100%;
    min-width: unset;
  }
}

/* ============================================
   FAQページ専用スタイル（/faq/）
   ============================================ */

/* FAQページ全体のラッパー */
.hq-faq-page {
  max-width: 880px;
  margin: 0 auto;
  padding: 20px;
}

/* カテゴリージャンプリンク */
.hq-faq-jump {
  background: #F8F9FA;
  padding: 24px;
  border-radius: 8px;
  margin: 30px 0;
  border-left: 4px solid #E8600A;
}

.hq-faq-jump h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #0D1F40;
  font-size: 16px;
  font-weight: 700;
}

.hq-faq-jump ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hq-faq-jump li {
  margin-bottom: 8px;
}

.hq-faq-jump a {
  color: #E8600A;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding: 4px 0;
}

.hq-faq-jump a:hover {
  text-decoration: underline;
}

/* FAQ検索ボックス */
.hq-faq-search {
  margin: 30px 0;
  text-align: center;
}

.hq-faq-search input {
  width: 100%;
  max-width: 500px;
  padding: 14px 16px;
  font-size: 15px;
  border: 2px solid #E0E0E0;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.hq-faq-search input:focus {
  border-color: #E8600A;
}

/* アコーディオン本体 */
.hq-faq-item {
  border-bottom: 1px solid #E0E0E0;
  padding: 0;
  margin: 0;
}

.hq-faq-item:first-of-type {
  border-top: 1px solid #E0E0E0;
}

.hq-faq-question {
  cursor: pointer;
  padding: 16px 50px 16px 16px;
  font-weight: 700;
  color: #0D1F40;
  position: relative;
  background: #FAFAFA;
  transition: background 0.2s;
  font-size: 15px;
  line-height: 1.5;
  user-select: none;
}

.hq-faq-question:hover {
  background: #F0F0F0;
}

.hq-faq-question::after {
  content: '+';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #E8600A;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s;
}

.hq-faq-question.active::after {
  content: '−';
}

.hq-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 16px;
  background: #FFF;
}

.hq-faq-answer.active {
  max-height: 3000px;
  padding: 16px;
}

.hq-faq-answer p {
  margin: 0 0 12px 0;
  line-height: 1.7;
  font-size: 14px;
}

.hq-faq-answer p:last-child {
  margin-bottom: 0;
}

.hq-faq-answer a {
  color: #E8600A;
  text-decoration: underline;
  font-weight: 600;
}

.hq-faq-answer strong {
  color: #0D1F40;
  font-weight: 700;
}

/* FAQ非表示時（検索フィルタ用） */
.hq-faq-item.filtered {
  display: none;
}

/* 検索でカテゴリ全体が非表示になった場合の見出しも隠す（初期実装ではJS未対応、CSSのみ） */

/* スマホ最適化 */
@media (max-width: 768px) {
  .hq-faq-page {
    padding: 12px;
  }
  .hq-faq-question {
    font-size: 14px;
    padding: 14px 40px 14px 12px;
  }
  .hq-faq-question::after {
    right: 12px;
    font-size: 22px;
  }
  .hq-faq-answer.active {
    padding: 12px;
  }
  .hq-faq-answer p {
    font-size: 13.5px;
  }
  .hq-faq-jump {
    padding: 16px;
  }
}

/* ============================================
   トップページ FAQバナー
   ============================================ */
.hq-faq-banner {
  background: linear-gradient(135deg, #0D1F40 0%, #1a3060 100%);
  padding: 50px 20px;
  margin: 40px 0;
  text-align: center;
  color: #FFFFFF;
}
.hq-faq-banner-inner {
  max-width: 700px;
  margin: 0 auto;
}
.hq-faq-banner-icon {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1;
}
.hq-faq-banner-title {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
.hq-faq-banner-desc {
  color: #E0E5F0;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 30px 0;
  text-align: left;
  display: inline-block;
}
.hq-faq-banner-btn-wrap {
  margin: 0;
}
.hq-faq-banner-btn {
  display: inline-block;
  background: #E8600A;
  color: #FFFFFF;
  padding: 16px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.2s;
}
.hq-faq-banner-btn:hover {
  background: #C04F08;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 768px) {
  .hq-faq-banner {
    padding: 36px 16px;
    margin: 30px 0;
  }
  .hq-faq-banner-title {
    font-size: 22px;
  }
  .hq-faq-banner-desc {
    font-size: 14px;
  }
  .hq-faq-banner-btn {
    padding: 14px 28px;
    font-size: 15px;
  }
}