/*
Theme Name: genesis_tcd103-child
Template: genesis_tcd103
*/

/* ===========================
   共通
=========================== */

.hmlb-page-header {
  background: #27313A;
  color: #fff;
  text-align: center;
  padding: 90px 20px;
}

.hmlb-page-subtitle {
  color: #ff6900;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 800;
  margin-bottom: 14px;
}

.hmlb-page-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 16px;
}

.hmlb-page-breadcrumb {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
}

.hmlb-case-container {
  max-width: 1080px;
  margin: 0 auto;
}

.hmlb-case-lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 45px;
  color: #27313A;
}

.hmlb-single-title {
  font-size: 38px;
  color: #27313A;
  margin: 0 0 36px;
}

.hmlb-single-image {
  margin-bottom: 36px;
}

.hmlb-single-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.hmlb-new-label {
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 2;
  background: #ff6900;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 999px;
}

.hmlb-orange-cta {
  background: linear-gradient(135deg, #ff6900, #d94f00);
  color: #fff;
  border-radius: 10px;
  padding: 42px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 55px;
}

.hmlb-orange-cta h2 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 10px;
}

.hmlb-orange-cta p {
  margin: 0;
}

.hmlb-orange-cta a {
  background: #fff;
  color: #d94f00;
  padding: 16px 32px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

/* ===========================
   売却事例 一覧
=========================== */

.hmlb-case-archive {
  background: #f7f1ea;
  padding: 80px 20px;
}

.hmlb-case-table-wrap {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(39,49,58,0.08);
}

.hmlb-case-table {
  width: 100%;
  border-collapse: collapse;
}

.hmlb-case-table th {
  background: #27313A;
  color: #fff;
  text-align: center;
  padding: 20px 24px;
  font-weight: 700;
}

.hmlb-case-table td {
  padding: 22px 24px;
  height: 145px;
  border-bottom: 1px solid #eee5dc;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

.hmlb-case-row {
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.hmlb-case-row:hover {
  background: #fff9f4;
  transform: translateY(-2px);
}

.hmlb-case-thumb-cell {
  position: relative;
  width: 190px;
}

.hmlb-case-thumb {
  width: 170px;
  height: 110px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.hmlb-case-noimage {
  width: 170px;
  height: 110px;
  background: #e8ded3;
  color: #999;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 auto;
}

.hmlb-case-title-link {
  display: inline-block;
  color: #27313A;
  font-weight: 800;
  text-decoration: none;
}

.hmlb-case-title-link:hover {
  color: #ff6900;
}

.hmlb-case-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  background: #f5dfce;
  color: #7b4d27;
  border: 1px solid #e7c7a5;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.hmlb-case-price {
  color: #ff6900 !important;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.hmlb-case-note {
  background: #fff;
  border-left: 4px solid #ff6900;
  border-radius: 8px;
  padding: 22px 26px;
  margin: 55px 0;
  color: #555;
  line-height: 1.8;
}

/* ===========================
   売却事例 詳細
=========================== */

.hmlb-case-single {
  background: #f7f1ea;
  padding: 80px 20px;
}

.hmlb-case-detail-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 36px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

.hmlb-case-detail-table th {
  width: 220px;
  background: #27313A;
  color: #fff;
  text-align: left;
  padding: 18px 22px;
}

.hmlb-case-detail-table td {
  padding: 18px 22px;
  border-bottom: 1px solid #eee5dc;
}

/* ===========================
   リフォーム実例 一覧
=========================== */

.hmlb-reform-archive {
  background: #f7f1ea;
  padding: 80px 20px;
}

.hmlb-reform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 45px;
  margin-bottom: 60px;
}

.hmlb-reform-card {
  background: #fff;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(39,49,58,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hmlb-reform-card:hover {
  background: #fff9f4;
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(39,49,58,0.12);
}

.hmlb-reform-image-wrap {
  position: relative;
  height: 200px;
  background: #e8ded3;
  overflow: hidden;
}

.hmlb-reform-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.hmlb-reform-card:hover .hmlb-reform-image {
  transform: scale(1.05);
}

.hmlb-reform-noimage {
  width: 100%;
  height: 100%;
  color: #b9aa9a;
  font-size: 13px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hmlb-reform-body {
  padding: 28px 30px 32px;
}

.hmlb-reform-area {
  color: #ff6900;
  font-weight: 800;
  font-size: 13px;
  margin: 0 0 10px;
}

.hmlb-reform-title {
  color: #27313A;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 800;
  margin: 0 0 12px;
}

.hmlb-reform-work {
  color: #7b4d27;
  background: #f5dfce;
  display: inline-block;
  border: 1px solid #e7c7a5;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 14px;
}

.hmlb-reform-comment {
  color: #555;
  line-height: 1.9;
  font-size: 14px;
  margin: 0;
}

/* ===========================
   リフォーム実例 詳細
=========================== */

.hmlb-reform-single {
  background: #f7f1ea;
  padding: 80px 20px;
}

.hmlb-reform-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0 60px;
}

.hmlb-summary-item {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

.hmlb-summary-item span {
  display: block;
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}

.hmlb-summary-item strong {
  display: block;
  font-size: 18px;
  color: #27313A;
}

.hmlb-before-after {
  margin-bottom: 42px;
}

.hmlb-before-after h2 {
  color: #27313A;
  font-size: 28px;
  margin-bottom: 24px;
}

.hmlb-ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.hmlb-ba-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

.hmlb-ba-card span {
  display: inline-block;
  background: #ff6900;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 8px 14px;
  border-radius: 999px;
  margin: 18px;
}

.hmlb-ba-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.hmlb-section-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 34px;
  margin: 42px 0;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.hmlb-section-title {
  position: relative;
  margin: 0 0 18px;
  padding-left: 16px;
  font-size: 22px;
  font-weight: 800;
  color: #27313A;
}

.hmlb-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 26px;
  background: #ff6900;
  border-radius: 20px;
}

.hmlb-section-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.hmlb-single-content {
  line-height: 2;
  color: #555;
}

.hmlb-related-section {
  margin: 70px 0 0;
}

.hmlb-related-title {
  color: #27313A;
  font-size: 28px;
  margin: 0 0 28px;
}

.hmlb-related-grid {
  margin-top: 0;
}

/* ===========================
   レスポンシブ
=========================== */

@media screen and (max-width: 900px) {
  .hmlb-reform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .hmlb-page-header {
    padding: 60px 20px;
  }

  .hmlb-page-title {
    font-size: 30px;
  }

  .hmlb-case-archive,
  .hmlb-case-single,
  .hmlb-reform-archive,
  .hmlb-reform-single {
    padding: 50px 16px;
  }

  .hmlb-single-title {
    font-size: 28px;
  }

  .hmlb-case-table-wrap {
    overflow-x: auto;
  }

  .hmlb-case-table {
    min-width: 760px;
  }

  .hmlb-case-thumb-cell {
    width: 170px;
  }

  .hmlb-case-thumb {
    width: 150px;
    height: 95px;
  }

  .hmlb-new-label {
    top: 18px;
    left: 18px;
    font-size: 9px;
  }

  .hmlb-reform-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .hmlb-ba-grid {
    grid-template-columns: 1fr;
  }

  .hmlb-ba-card img {
    height: 240px;
  }

  .hmlb-orange-cta {
    display: block;
    padding: 32px 24px;
  }

  .hmlb-orange-cta a {
    display: block;
    margin-top: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .hmlb-reform-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hmlb-reform-summary {
    grid-template-columns: 1fr;
  }
}

/* ----------------------------------------
 売却事例 詳細ページ
---------------------------------------- */

.hl-case-single {
  background: #f7f5ef;
  color: #222;
}

.hl-case-hero {
  padding: 80px 20px 56px;
  background: linear-gradient(135deg, #f7f5ef 0%, #ede7da 100%);
  text-align: center;
}

.hl-case-hero-inner {
  max-width: 960px;
  margin: 0 auto;
}

.hl-section-label {
  margin: 0 0 16px;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #8a6f3d;
  font-weight: 600;
}

.hl-case-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.4;
  font-weight: 700;
}

.hl-case-subtitle {
  margin: 18px 0 0;
  font-size: 16px;
  color: #666;
}

.hl-case-content {
  padding: 64px 20px 80px;
}

.hl-case-content-inner {
  max-width: 960px;
  margin: 0 auto;
}

.hl-case-main-image {
  margin-bottom: 36px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.hl-case-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hl-case-info-card,
.hl-case-comment-card,
.hl-case-body {
  background: #fff;
  border-radius: 18px;
  padding: 36px;
  margin-bottom: 32px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.hl-case-info-card h2,
.hl-case-comment-card h2 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.5;
  border-left: 5px solid #a88745;
  padding-left: 14px;
}

.hl-case-detail-list {
  margin: 0;
}

.hl-case-detail-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid #eee;
  padding: 18px 0;
}

.hl-case-detail-row:first-child {
  border-top: 1px solid #eee;
}

.hl-case-detail-row dt {
  font-weight: 600;
  color: #7b6335;
}

.hl-case-detail-row dd {
  margin: 0;
  color: #333;
}

.hl-case-comment {
  font-size: 16px;
  line-height: 2;
}

.hl-case-body {
  font-size: 16px;
  line-height: 2;
}

.hl-case-body p {
  margin: 0 0 1.6em;
}

.hl-case-back {
  text-align: center;
  margin-top: 48px;
}

.hl-case-back a {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.hl-case-back a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .hl-case-hero {
    padding: 56px 18px 40px;
  }

  .hl-case-content {
    padding: 42px 18px 60px;
  }

  .hl-case-info-card,
  .hl-case-comment-card,
  .hl-case-body {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .hl-case-info-card h2,
  .hl-case-comment-card h2 {
    font-size: 20px;
  }

  .hl-case-detail-row {
    display: block;
    padding: 16px 0;
  }

  .hl-case-detail-row dt {
    margin-bottom: 6px;
  }
}

/* ----------------------------------------
 会社概要ページ
---------------------------------------- */

.hl-company-page {
  background: #f6f1eb;
  color: #26313a;
}

.hl-company-kv {
  background: #202b34;
  color: #fff;
  padding: 70px 20px 58px;
  text-align: center;
}

.hl-company-kv-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hl-company-en {
  margin: 0 0 14px;
  color: #ff6a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.hl-company-title {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.4;
  font-weight: 700;
}

.hl-company-breadcrumb {
  margin: 14px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

.hl-company-main {
  padding: 72px 20px 80px;
}

.hl-company-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.hl-company-greeting {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 46px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 44px;
  margin-bottom: 92px;
  box-shadow: 0 16px 36px rgba(31, 41, 51, 0.08);
}

.hl-company-greeting-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #e6ded2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3a99b;
  font-size: 13px;
  overflow: hidden;
}

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

.hl-company-greeting-text h2 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.5;
  color: #26313a;
}

.hl-company-greeting-text p {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  color: #4f5962;
}

.hl-company-greeting-text .hl-company-sign {
  margin-top: 24px;
  text-align: right;
  color: #26313a;
}

.hl-company-section {
  margin-bottom: 92px;
}

.hl-company-section-title {
  position: relative;
  margin: 0 0 34px;
  padding-left: 22px;
  font-size: 28px;
  line-height: 1.5;
  color: #26313a;
}

.hl-company-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 4px;
  height: 1.4em;
  background: #ff6a00;
  border-radius: 2px;
}

.hl-company-info-card,
.hl-company-access-card,
.hl-company-history-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(31, 41, 51, 0.07);
  overflow: hidden;
}

.hl-company-info-table {
  margin: 0;
}

.hl-company-info-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  border-bottom: 1px solid #eee8df;
}

.hl-company-info-row:last-child {
  border-bottom: none;
}

.hl-company-info-row dt,
.hl-company-info-row dd {
  padding: 22px 28px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.hl-company-info-row dt {
  background: #fbf7f1;
  font-weight: 700;
  color: #26313a;
}

.hl-company-info-row dd {
  color: #4f5962;
}

.hl-company-office-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(31, 41, 51, 0.07);
}

.hl-company-office-image {
  aspect-ratio: 16 / 7;
  background: #e6ded2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3a99b;
  font-size: 13px;
  overflow: hidden;
}

.hl-company-office-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hl-company-access-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
  padding: 30px;
}

.hl-company-access-info {
  border-right: 1px solid #eee8df;
  padding-right: 26px;
}

.hl-company-access-item {
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #eee8df;
}

.hl-company-access-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.hl-company-access-item h3 {
  margin: 0 0 8px;
  color: #ff6a00;
  font-size: 13px;
  line-height: 1.5;
}

.hl-company-access-item p {
  margin: 0;
  color: #4f5962;
  font-size: 14px;
  line-height: 1.8;
}

.hl-company-map-box {
  min-height: 230px;
  margin-left: 30px;
  background: #e9ece7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa09a;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  overflow: hidden;
}

.hl-company-map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 230px;
  border: 0;
  display: block;
}

.hl-company-history-card {
  padding: 26px 36px;
}

.hl-company-history-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid #eee8df;
}

.hl-company-history-row:last-child {
  border-bottom: none;
}

.hl-company-history-year {
  color: #ff6a00;
  font-weight: 700;
  font-size: 15px;
}

.hl-company-history-text {
  color: #4f5962;
  font-size: 14px;
  line-height: 1.8;
}

.hl-company-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 110px;
  padding: 46px 64px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff6a00 0%, #d64b00 100%);
  color: #fff;
}

.hl-company-bottom-cta h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.5;
}

.hl-company-bottom-cta p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.hl-company-bottom-cta a {
  flex: 0 0 auto;
  display: inline-block;
  padding: 16px 34px;
  border-radius: 4px;
  background: #fff;
  color: #e85b00;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.hl-company-bottom-cta a:hover {
  opacity: 0.82;
}

@media screen and (max-width: 767px) {
  .hl-company-kv {
    padding: 54px 18px 44px;
  }

  .hl-company-main {
    padding: 44px 18px 64px;
  }

  .hl-company-greeting {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
    margin-bottom: 64px;
  }

  .hl-company-greeting-photo {
    max-width: 240px;
    margin: 0 auto;
  }

  .hl-company-greeting-text h2 {
    font-size: 21px;
  }

  .hl-company-section {
    margin-bottom: 64px;
  }

  .hl-company-section-title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .hl-company-info-row {
    grid-template-columns: 1fr;
  }

  .hl-company-info-row dt,
  .hl-company-info-row dd {
    padding: 14px 18px;
  }

  .hl-company-info-row dt {
    padding-bottom: 6px;
  }

  .hl-company-info-row dd {
    padding-top: 6px;
  }

  .hl-company-office-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    box-shadow: none;
  }

  .hl-company-office-image {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(31, 41, 51, 0.06);
  }

  .hl-company-access-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .hl-company-access-info {
    border-right: none;
    border-bottom: 1px solid #eee8df;
    padding-right: 0;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .hl-company-map-box {
    margin-left: 0;
    min-height: 240px;
  }

  .hl-company-map-box iframe {
    min-height: 240px;
  }

  .hl-company-history-card {
    padding: 12px 22px;
  }

  .hl-company-history-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0;
  }

  .hl-company-bottom-cta {
    display: block;
    margin-top: 72px;
    padding: 32px 24px;
    text-align: center;
  }

  .hl-company-bottom-cta a {
    margin-top: 24px;
    width: 100%;
    box-sizing: border-box;
  }
}

/* ----------------------------------------
 売却査定ページ
---------------------------------------- */

.hl-assessment-page {
  background: #f6f1eb;
  color: #24313a;
}

.hl-assessment-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.hl-assessment-hero {
  background: radial-gradient(circle at 82% 18%, rgba(255, 106, 0, 0.35), transparent 22%),
    linear-gradient(135deg, #1e2a33 0%, #17232c 100%);
  color: #fff;
  padding: 100px 20px 90px;
}

.hl-assessment-hero-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.hl-assessment-badge {
  display: inline-block;
  margin: 0 0 22px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.16);
  color: #ff8a2a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hl-assessment-hero h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.35;
  font-weight: 700;
}

.hl-assessment-hero h1 span {
  color: #ff6a00;
}

.hl-assessment-hero-text {
  max-width: 620px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 2;
}

.hl-assessment-hero-button {
  display: inline-block;
  padding: 17px 34px;
  background: #ff6a00;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(255, 106, 0, 0.28);
}

.hl-assessment-hero-button:hover {
  opacity: 0.82;
}

.hl-assessment-flow,
.hl-assessment-strengths,
.hl-assessment-cases,
.hl-assessment-faq {
  padding: 78px 20px;
  text-align: center;
}

.hl-assessment-flow,
.hl-assessment-cases {
  background: #f6f1eb;
}

.hl-assessment-strengths,
.hl-assessment-faq {
  background: #fff;
}

.hl-assessment-section-en {
  margin: 0 0 12px;
  color: #ff6a00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hl-assessment-flow h2,
.hl-assessment-strengths h2,
.hl-assessment-cases h2,
.hl-assessment-form-section h2,
.hl-assessment-faq h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.5;
  color: #24313a;
}

.hl-assessment-section-lead {
  margin: 12px 0 0;
  color: #6f767d;
  font-size: 14px;
}

.hl-assessment-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.hl-assessment-flow-card {
  position: relative;
  background: #fff;
  border-top: 4px solid #ff6a00;
  border-radius: 6px;
  padding: 36px 18px 30px;
  box-shadow: 0 12px 28px rgba(31, 41, 51, 0.08);
}

.hl-assessment-flow-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #24313a;
  color: #fff;
  font-weight: 700;
}

.hl-assessment-flow-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #24313a;
}

.hl-assessment-flow-card p {
  margin: 0;
  color: #6f767d;
  font-size: 13px;
  line-height: 1.8;
}

.hl-assessment-strength-grid {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
  background: #f2dfcf;
  border-radius: 8px;
  overflow: hidden;
}

.hl-assessment-strength-card {
  padding: 34px 28px;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
}

.hl-assessment-strength-card:last-child {
  border-right: none;
}

.hl-assessment-strength-card strong {
  display: block;
  margin-bottom: 16px;
  color: #ff6a00;
  font-size: 26px;
  line-height: 1;
}

.hl-assessment-strength-card h3 {
  margin: 0 0 12px;
  font-size: 16px;
  color: #24313a;
}

.hl-assessment-strength-card p {
  margin: 0;
  color: #5d6266;
  font-size: 13px;
  line-height: 1.9;
}

.hl-assessment-case-table-wrap {
  max-width: 820px;
  margin: 42px auto 0;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(31, 41, 51, 0.08);
}

.hl-assessment-case-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.hl-assessment-case-table th {
  background: #24313a;
  color: #fff;
  padding: 16px 22px;
  font-size: 13px;
}

.hl-assessment-case-table td {
  padding: 17px 22px;
  border-bottom: 1px solid #eee8df;
  color: #4f5962;
  font-size: 14px;
}

.hl-assessment-case-table tr:last-child td {
  border-bottom: none;
}

.hl-assessment-case-table td:last-child {
  color: #ff6a00;
  font-weight: 700;
}

.hl-assessment-case-button-wrap {
  margin-top: 28px;
}

.hl-assessment-case-button-wrap a {
  display: inline-block;
  padding: 13px 28px;
  border: 1px solid #24313a;
  border-radius: 4px;
  color: #24313a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.hl-assessment-case-button-wrap a:hover {
  background: #24313a;
  color: #fff;
}

.hl-assessment-form-section {
  padding: 82px 20px 86px;
  background: #202b34;
  color: #fff;
  text-align: center;
}

.hl-assessment-form-section h2 {
  color: #fff;
}

.hl-assessment-form-card {
  max-width: 640px;
  margin: 42px auto 0;
  padding: 36px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  color: #24313a;
  text-align: left;
}

.hl-assessment-form-card p {
  margin: 0 0 16px;
}

.hl-assessment-form-card label {
  display: block;
  margin-bottom: 6px;
  color: #24313a;
  font-size: 13px;
  font-weight: 700;
}

.hl-assessment-form-card input,
.hl-assessment-form-card select,
.hl-assessment-form-card textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e5ded4;
  border-radius: 4px;
  padding: 13px 14px;
  background: #fbfaf7;
  font-size: 14px;
}

.hl-assessment-form-card textarea {
  min-height: 120px;
}

.hl-assessment-form-card input[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: none;
  background: #ff6a00;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 106, 0, 0.22);
}

.hl-assessment-form-card input[type="submit"]:hover {
  opacity: 0.84;
}

.hl-assessment-faq-list {
  max-width: 820px;
  margin: 42px auto 0;
  text-align: left;
}

.hl-assessment-faq-item {
  padding: 24px 0;
  border-bottom: 1px solid #eee8df;
}

.hl-assessment-faq-item:first-child {
  border-top: 1px solid #eee8df;
}

.hl-assessment-faq-item h3 {
  margin: 0 0 10px;
  color: #24313a;
  font-size: 15px;
  line-height: 1.7;
}

.hl-assessment-faq-item h3::first-letter {
  color: #ff6a00;
}

.hl-assessment-faq-item p {
  margin: 0;
  color: #6f767d;
  font-size: 14px;
  line-height: 1.9;
}

.hl-assessment-bottom-cta {
  padding: 78px 20px;
  background: linear-gradient(135deg, #ff6a00 0%, #d84e00 100%);
  color: #fff;
  text-align: center;
}

.hl-assessment-bottom-cta h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.5;
}

.hl-assessment-bottom-cta p {
  max-width: 720px;
  margin: 18px auto 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 2;
}

.hl-assessment-bottom-cta a {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 4px;
  background: #fff;
  color: #e85b00;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.hl-assessment-bottom-cta a:hover {
  opacity: 0.84;
}

@media screen and (max-width: 767px) {
  .hl-assessment-hero {
    padding: 72px 18px 64px;
  }

  .hl-assessment-flow,
  .hl-assessment-strengths,
  .hl-assessment-cases,
  .hl-assessment-faq {
    padding: 56px 18px;
  }

  .hl-assessment-flow-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hl-assessment-strength-grid {
    grid-template-columns: 1fr;
  }

  .hl-assessment-strength-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }

  .hl-assessment-strength-card:last-child {
    border-bottom: none;
  }

  .hl-assessment-case-table th,
  .hl-assessment-case-table td {
    padding: 14px 12px;
    font-size: 12px;
  }

  .hl-assessment-form-section {
    padding: 64px 18px;
  }

  .hl-assessment-form-card {
    padding: 24px 20px;
  }

  .hl-assessment-bottom-cta {
    padding: 60px 18px;
  }
}

/* ----------------------------------------
 トップページ
---------------------------------------- */

.hl-front-page {
  background: #f6f1eb;
  color: #26313a;
}

.hl-front-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.hl-front-hero {
  background:
    radial-gradient(circle at 88% 70%, rgba(255, 106, 0, 0.28), transparent 20%),
    linear-gradient(135deg, #202b34 0%, #1b2730 100%);
  color: #fff;
  padding: 84px 20px 110px;
}

.hl-front-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.hl-front-hero-placeholder {
  display: inline-block;
  margin-bottom: 60px;
  padding: 8px 18px;
  border: 1px dashed rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.35);
  font-size: 14px;
  letter-spacing: 0.1em;
}

.hl-front-badge {
  display: inline-block;
  margin: 0 0 26px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.16);
  color: #ff8a2a;
  font-size: 13px;
  font-weight: 700;
}

.hl-front-hero h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.45;
  color: #fff;
}

.hl-front-hero h1 span {
  color: #ff6a00;
}

.hl-front-hero-text {
  max-width: 560px;
  margin: 28px 0 34px;
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 2;
}

.hl-front-hero-buttons {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}

.hl-front-button-primary,
.hl-front-button-secondary {
  display: inline-block;
  padding: 18px 34px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.hl-front-button-primary {
  background: #ff6a00;
  color: #fff;
  box-shadow: 0 12px 28px rgba(255,106,0,0.28);
}

.hl-front-button-secondary {
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
}

.hl-front-service,
.hl-front-cases,
.hl-front-blog {
  padding: 86px 20px;
  text-align: center;
}

.hl-front-service {
  background: #f6f1eb;
}

.hl-front-cases,
.hl-front-blog {
  background: #fff;
}

.hl-front-section-en {
  margin: 0 0 12px;
  color: #ff6a00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hl-front-section-title {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.5;
  color: #26313a;
}

.hl-front-section-lead {
  margin: 14px 0 0;
  color: #6f767d;
  font-size: 14px;
  line-height: 1.8;
}

.hl-front-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 54px;
  text-align: left;
}

.hl-front-service-card {
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 32px rgba(31,41,51,0.07);
}

.hl-front-service-image {
  height: 140px;
  background: #e6ded2;
  color: #b3a99b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.hl-front-service-body {
  padding: 28px 24px 30px;
}

.hl-front-service-body h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #26313a;
}

.hl-front-service-body p {
  margin: 0 0 18px;
  color: #59636b;
  font-size: 14px;
  line-height: 1.9;
}

.hl-front-service-body span {
  color: #ff6a00;
  font-size: 13px;
  font-weight: 700;
}

.hl-front-free-cta {
  padding: 0 20px 78px;
  background: #f6f1eb;
}

.hl-front-free-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 48px 64px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff6a00 0%, #d64b00 100%);
  color: #fff;
}

.hl-front-free-cta-box h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.5;
}

.hl-front-free-cta-box p {
  margin: 0;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
}

.hl-front-free-cta-box a {
  flex: 0 0 auto;
  display: inline-block;
  padding: 16px 34px;
  border-radius: 4px;
  background: #fff;
  color: #e85b00;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.hl-front-case-table-wrap {
  max-width: 860px;
  margin: 54px auto 0;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(31,41,51,0.08);
}

.hl-front-case-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.hl-front-case-table th {
  background: #24313a;
  color: #fff;
  padding: 18px 24px;
  font-size: 13px;
}

.hl-front-case-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #eee8df;
  color: #4f5962;
  font-size: 14px;
}

.hl-front-case-table tr:last-child td {
  border-bottom: none;
}

.hl-front-case-table td:last-child {
  color: #ff6a00;
  font-weight: 700;
}

.hl-front-more {
  margin-top: 28px;
}

.hl-front-more a {
  display: inline-block;
  padding: 13px 28px;
  border: 1px solid #24313a;
  border-radius: 4px;
  color: #24313a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.hl-front-voice-reform {
  padding: 78px 20px 86px;
  background: #f6f1eb;
}

.hl-front-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.hl-front-side-title {
  position: relative;
  margin: 0 0 24px;
  padding-left: 18px;
  color: #26313a;
  font-size: 22px;
}

.hl-front-side-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 4px;
  height: 1.3em;
  background: #ff6a00;
}

.hl-front-voice-card {
  background: #f2dfcf;
  border-radius: 8px;
  padding: 24px 28px;
  margin-bottom: 16px;
}

.hl-front-voice-card p {
  margin: 0 0 16px;
  color: #59636b;
  font-size: 14px;
  line-height: 1.9;
}

.hl-front-voice-card span {
  display: block;
  text-align: right;
  color: #8a6a51;
  font-size: 13px;
}

.hl-front-reform-pickup-card {
  display: block;
  text-decoration: none;
}

.hl-front-reform-pickup-image {
  height: 190px;
  background: #e6ded2;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3a99b;
  font-size: 13px;
}

.hl-front-reform-pickup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hl-front-reform-pickup-card > span {
  display: inline-block;
  margin-top: 14px;
  color: #ff6a00;
  font-size: 13px;
  font-weight: 700;
}

.hl-front-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 54px;
  text-align: left;
}

.hl-front-blog-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.hl-front-blog-image {
  height: 140px;
  background: #e6ded2;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3a99b;
  font-size: 13px;
}

.hl-front-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hl-front-blog-card time {
  display: block;
  margin: 18px 0 8px;
  color: #ff6a00;
  font-size: 12px;
  font-weight: 700;
}

.hl-front-blog-card h3 {
  margin: 0;
  color: #26313a;
  font-size: 16px;
  line-height: 1.7;
}

.hl-front-bottom-cta {
  padding: 82px 20px 90px;
  background: #202b34;
  color: #fff;
  text-align: center;
}

.hl-front-bottom-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.5;
}

.hl-front-bottom-cta p {
  max-width: 720px;
  margin: 20px auto 32px;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 2;
}

.hl-front-bottom-cta a {
  display: inline-block;
  padding: 17px 38px;
  border-radius: 4px;
  background: #ff6a00;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(255,106,0,0.28);
}

@media screen and (max-width: 767px) {
  .hl-front-hero {
    padding: 54px 20px 72px;
  }

  .hl-front-hero-placeholder {
    margin-bottom: 42px;
    font-size: 12px;
  }

  .hl-front-hero-buttons {
    display: block;
  }

  .hl-front-button-primary,
  .hl-front-button-secondary {
    display: block;
    text-align: center;
  }

  .hl-front-service,
  .hl-front-cases,
  .hl-front-blog {
    padding: 58px 20px;
  }

  .hl-front-service-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hl-front-service-image {
    height: 170px;
  }

  .hl-front-free-cta {
    padding: 0 20px 58px;
  }

  .hl-front-free-cta-box {
    display: block;
    padding: 34px 24px;
    text-align: center;
  }

  .hl-front-free-cta-box a {
    display: block;
    margin-top: 24px;
  }

  .hl-front-case-table th,
  .hl-front-case-table td {
    padding: 14px 12px;
    font-size: 12px;
  }

  .hl-front-voice-reform {
    padding: 58px 20px;
  }

  .hl-front-two-column {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hl-front-blog-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hl-front-blog-image {
    height: 180px;
  }

  .hl-front-bottom-cta {
    padding: 64px 20px 76px;
  }
}

/* ----------------------------------------
 HOME-LABO 独自スマホメニュー
---------------------------------------- */

#drawer_menu {
  display: none !important;
}

#hmlb_mobile_drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 84%;
  max-width: 360px;
  height: 100vh;
  background: #202b34;
  z-index: 1000000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

#hmlb_mobile_drawer_scroll {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 72px 0 40px;
  box-sizing: border-box;
}

body.hmlb-mobile-menu-open #hmlb_mobile_drawer {
  transform: translateX(0);
}

#hmlb_mobile_drawer_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

body.hmlb-mobile-menu-open #hmlb_mobile_drawer_overlay {
  opacity: 1;
  visibility: visible;
}

#hmlb_mobile_drawer_close {
  position: absolute;
  top: 18px;
  right: 20px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.hmlb_mobile_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hmlb_mobile_menu li {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.hmlb_mobile_menu li a {
  display: block;
  padding: 18px 26px;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
}

.hmlb_mobile_menu li a:hover {
  background: rgba(255,255,255,0.08);
}

.hmlb_mobile_menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255,255,255,0.06);
}

.hmlb_mobile_menu .sub-menu li a {
  padding-left: 42px;
}

body.hmlb-mobile-menu-open {
  overflow: hidden;
}

/* TCD純正ドロワー・オーバーレイ完全停止 */
#drawer_menu,
#drawer_menu_overlay,
#drawer_menu_bg,
#modal_overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ----------------------------------------
 空き家・別荘管理ページ
---------------------------------------- */

.hl-care-page {
  background: #f6f1eb;
  color: #26313a;
}

.hl-care-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.hl-care-kv {
  padding: 72px 20px 60px;
  background: #202b34;
  color: #fff;
  text-align: center;
}

.hl-care-en,
.hl-care-section-en {
  margin: 0 0 14px;
  color: #ff6a00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hl-care-kv h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.5;
}

.hl-care-breadcrumb {
  margin: 16px 0 0;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
}

.hl-care-problem,
.hl-care-plan,
.hl-care-flow,
.hl-care-bottom-cta {
  padding: 82px 20px;
  background: #f6f1eb;
  text-align: center;
}

.hl-care-service,
.hl-care-faq {
  padding: 82px 20px;
  background: #fff;
  text-align: center;
}

.hl-care-problem h2,
.hl-care-service h2,
.hl-care-plan h2,
.hl-care-flow h2,
.hl-care-faq h2 {
  margin: 0;
  color: #26313a;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.5;
}

.hl-care-section-lead {
  margin: 14px 0 0;
  color: #6f767d;
  font-size: 14px;
  line-height: 1.9;
}

.hl-care-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 48px;
}

.hl-care-problem-grid div {
  background: #fff;
  border-radius: 8px;
  padding: 34px 26px;
  box-shadow: 0 12px 28px rgba(31,41,51,0.07);
}

.hl-care-problem-grid span {
  display: block;
  margin-bottom: 18px;
  color: #ff6a00;
  font-size: 22px;
  line-height: 1;
}

.hl-care-problem-grid p {
  margin: 0;
  color: #4f5962;
  font-size: 14px;
  line-height: 1.9;
}

.hl-care-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
  gap: 2px;
  text-align: left;
}

.hl-care-service-card {
  min-height: 180px;
  background: #fff;
  border-top: 4px solid #ff6a00;
  border-radius: 8px;
  padding: 34px 30px;
  box-shadow: 0 12px 28px rgba(31,41,51,0.07);
}

.hl-care-service-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #fff0e6;
  color: #ff6a00;
  font-size: 12px;
  font-weight: 700;
}

.hl-care-service-card h3 {
  margin: 0 0 12px;
  color: #26313a;
  font-size: 17px;
  line-height: 1.6;
}

.hl-care-service-card p {
  margin: 0;
  color: #59636b;
  font-size: 14px;
  line-height: 1.9;
}

.hl-care-service-card small {
  display: block;
  margin-top: 8px;
  color: #ff6a00;
  font-size: 12px;
}

.hl-care-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  margin-top: 58px;
}

.hl-care-plan-card {
  background: #fff;
  border: 1px solid #eee3d8;
  border-radius: 8px;
  padding: 38px 34px 34px;
  text-align: left;
  box-shadow: 0 12px 28px rgba(31,41,51,0.06);
}

.hl-care-plan-card h3 {
  margin: 0 0 18px;
  color: #26313a;
  font-size: 18px;
  text-align: center;
}

.hl-care-price {
  margin: 0 0 30px;
  color: #ff6a00;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}

.hl-care-price span {
  font-size: 14px;
  font-weight: 400;
}

.hl-care-plan-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hl-care-plan-card li {
  padding: 14px 0;
  border-top: 1px solid #eee8df;
  color: #4f5962;
  font-size: 14px;
  line-height: 1.7;
}

.hl-care-plan-card li::before {
  content: "✓";
  margin-right: 8px;
  color: #ff6a00;
}

.hl-care-plan-card.is-recommend {
  position: relative;
  z-index: 2;
  margin-top: -24px;
  border: 2px solid #ff6a00;
  background: #ff6a00;
  color: #fff;
  box-shadow: 0 20px 44px rgba(255,106,0,0.22);
}

.hl-care-plan-card.is-recommend h3,
.hl-care-plan-card.is-recommend .hl-care-price {
  color: #fff;
}

.hl-care-plan-card.is-recommend li {
  border-top-color: rgba(255,255,255,0.28);
  color: #fff;
}

.hl-care-plan-card.is-recommend li::before {
  color: #fff;
}

.hl-care-recommend-label {
  width: 42px;
  height: 18px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #fff;
}

.hl-care-plan-note {
  margin: 28px 0 0;
  padding: 18px 24px;
  background: #f2dfcf;
  border-left: 4px solid #ff6a00;
  border-radius: 6px;
  color: #6b5a4d;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

.hl-care-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 54px;
}

.hl-care-flow-grid div {
  background: #fff;
  border-radius: 8px;
  padding: 34px 24px;
  box-shadow: 0 12px 28px rgba(31,41,51,0.07);
}

.hl-care-flow-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #24313a;
  color: #fff;
  font-weight: 700;
}

.hl-care-flow-grid h3 {
  margin: 0 0 10px;
  color: #26313a;
  font-size: 16px;
}

.hl-care-flow-grid p {
  margin: 0;
  color: #6f767d;
  font-size: 13px;
  line-height: 1.8;
}

.hl-care-faq-list {
  max-width: 820px;
  margin: 50px auto 0;
  text-align: left;
}

.hl-care-faq-list div {
  padding: 24px 0;
  border-bottom: 1px solid #eee8df;
}

.hl-care-faq-list div:first-child {
  border-top: 1px solid #eee8df;
}

.hl-care-faq-list h3 {
  margin: 0 0 10px;
  color: #26313a;
  font-size: 15px;
  line-height: 1.7;
}

.hl-care-faq-list h3::first-letter {
  color: #ff6a00;
}

.hl-care-faq-list p {
  margin: 0;
  color: #6f767d;
  font-size: 14px;
  line-height: 1.9;
}

.hl-care-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}

.hl-care-cta-orange,
.hl-care-cta-dark {
  padding: 48px 52px;
}

.hl-care-cta-orange {
  background: linear-gradient(135deg, #ff6a00, #d64b00);
  color: #fff;
}

.hl-care-cta-dark {
  background: #202b34;
  color: #fff;
}

.hl-care-cta-grid h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 24px;
}

.hl-care-cta-grid p {
  margin: 0 0 28px;
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  line-height: 1.9;
}

.hl-care-cta-grid a {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 4px;
  background: #fff;
  color: #e85b00;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.hl-care-cta-dark a {
  color: #202b34;
}

@media screen and (max-width: 767px) {
  .hl-care-kv {
    padding: 56px 18px 46px;
  }

  .hl-care-problem,
  .hl-care-plan,
  .hl-care-flow,
  .hl-care-bottom-cta,
  .hl-care-service,
  .hl-care-faq {
    padding: 58px 18px;
  }

  .hl-care-problem-grid,
  .hl-care-service-grid,
  .hl-care-plan-grid,
  .hl-care-flow-grid,
  .hl-care-cta-grid {
    grid-template-columns: 1fr;
  }

  .hl-care-problem-grid,
  .hl-care-service-grid,
  .hl-care-flow-grid {
    gap: 16px;
  }

  .hl-care-plan-grid {
    gap: 18px;
  }

  .hl-care-plan-card.is-recommend {
    margin-top: 0;
  }

  .hl-care-cta-orange,
  .hl-care-cta-dark {
    padding: 34px 24px;
  }
}

/* ----------------------------------------
 お問い合わせページ
---------------------------------------- */

.hl-contact-page {
  background: #f6f1eb;
  color: #26313a;
}

.hl-contact-inner {
  max-width: 920px;
  margin: 0 auto;
}

.hl-contact-kv {
  padding: 72px 20px 60px;
  background: #202b34;
  color: #fff;
  text-align: center;
}

.hl-contact-en {
  margin: 0 0 14px;
  color: #ff6a00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hl-contact-kv h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.5;
}

.hl-contact-breadcrumb {
  margin: 16px 0 0;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
}

.hl-contact-intro {
  padding: 66px 20px 34px;
  text-align: center;
}

.hl-contact-intro p {
  margin: 0;
  color: #4f5962;
  font-size: 15px;
  line-height: 2.2;
}

.hl-contact-info {
  padding: 0 20px 48px;
}

.hl-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.hl-contact-card {
  background: #fff;
  border-top: 4px solid #ff6a00;
  border-radius: 8px;
  padding: 44px 32px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(31,41,51,0.07);
}

.hl-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #fff0e6;
  color: #ff6a00;
  font-size: 14px;
  font-weight: 700;
}

.hl-contact-card h2 {
  margin: 0 0 16px;
  color: #26313a;
  font-size: 18px;
  line-height: 1.6;
}

.hl-contact-main {
  margin: 0 0 8px;
  color: #26313a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.hl-contact-sub {
  margin: 0;
  color: #8a8f94;
  font-size: 13px;
  line-height: 1.8;
}

.hl-contact-form-section {
  padding: 0 20px 54px;
}

.hl-contact-form-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 54px 64px 46px;
  box-shadow: 0 14px 32px rgba(31,41,51,0.07);
}

.hl-contact-form-wrap h2 {
  position: relative;
  margin: 0 0 34px;
  padding-left: 18px;
  color: #26313a;
  font-size: 24px;
  line-height: 1.5;
}

.hl-contact-form-wrap h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 4px;
  height: 1.3em;
  background: #ff6a00;
}

.hl-contact-form-wrap p {
  margin: 0 0 20px;
}

.hl-contact-form-wrap label {
  display: block;
  color: #26313a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.hl-contact-form-wrap .required {
  color: #ff6a00;
  font-size: 12px;
  margin-left: 4px;
}

.hl-contact-form-wrap input,
.hl-contact-form-wrap select,
.hl-contact-form-wrap textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
  border: 1px solid #e3d8ce;
  border-radius: 4px;
  padding: 15px 16px;
  background: #fbfaf7;
  color: #26313a;
  font-size: 15px;
}

.hl-contact-form-wrap textarea {
  min-height: 150px;
}

.hl-contact-form-wrap input[type="submit"] {
  width: 100%;
  margin-top: 10px;
  border: none;
  background: #ff6a00;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(255,106,0,0.24);
}

.hl-contact-form-wrap input[type="submit"]:hover {
  opacity: 0.84;
}

.hl-contact-note {
  margin: 20px 0 0 !important;
  text-align: center;
  color: #9aa0a6;
  font-size: 12px;
  line-height: 1.8;
}

.hl-contact-bottom {
  padding: 0 20px 82px;
}

.hl-contact-bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 34px 40px;
  border-radius: 8px;
  background: #f2dfcf;
}

.hl-contact-bottom-box strong {
  display: block;
  margin-bottom: 8px;
  color: #26313a;
  font-size: 16px;
}

.hl-contact-bottom-box p {
  margin: 0;
  color: #59636b;
  font-size: 14px;
  line-height: 1.8;
}

.hl-contact-bottom-box a {
  flex: 0 0 auto;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #26313a;
  border-radius: 4px;
  color: #26313a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.hl-contact-bottom-box a:hover {
  background: #26313a;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hl-contact-kv {
    padding: 56px 18px 46px;
  }

  .hl-contact-intro {
    padding: 48px 18px 28px;
  }

  .hl-contact-info,
  .hl-contact-form-section,
  .hl-contact-bottom {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hl-contact-info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hl-contact-card {
    padding: 34px 24px;
  }

  .hl-contact-main {
    font-size: 22px;
  }

  .hl-contact-form-wrap {
    padding: 34px 24px 32px;
  }

  .hl-contact-bottom-box {
    display: block;
    padding: 30px 24px;
    text-align: center;
  }

  .hl-contact-bottom-box a {
    display: block;
    margin-top: 24px;
  }
}

/* Contact Form 7 2カラム補正 */
.hl-cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}

@media screen and (max-width: 767px) {
  .hl-cf7-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ======================================================
   BLOG
====================================================== */

.hl-blog-page{
    background:#f6f1eb;
}

.hl-blog-inner{
    max-width:1180px;
    margin:0 auto;
}

/* ---------- KV ---------- */

.hl-blog-kv{
    background:#26313a;
    color:#fff;
    text-align:center;
    padding:80px 20px;
}

.hl-blog-en{
    color:#ff6a00;
    font-size:11px;
    letter-spacing:.25em;
    font-weight:700;
    margin-bottom:18px;
}

.hl-blog-kv h1{
    color:#fff;
    font-size:46px;
    line-height:1.4;
    margin:0;
}

.hl-blog-breadcrumb{
    margin-top:18px;
    color:rgba(255,255,255,.6);
    font-size:13px;
}

/* ---------- Main ---------- */

.hl-blog-main{
    padding:70px 20px 100px;
}

.hl-blog-layout{
    display:grid;
    grid-template-columns:1fr 320px;
    gap:42px;
    align-items:start;
}

/* ---------- Category ---------- */

.hl-blog-category-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:34px;
}

.hl-blog-category-tabs a{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:42px;
    padding:0 24px;

    border-radius:50px;

    background:#fff;
    border:1px solid #e6ddd3;

    color:#666;
    text-decoration:none;

    transition:.25s;

}

.hl-blog-category-tabs a:hover{

    background:#ff6a00;
    color:#fff;

}

.hl-blog-category-tabs .is-active{

    background:#ff6a00;
    color:#fff;

}

/* ---------- Card ---------- */

.hl-blog-list{

    display:flex;
    flex-direction:column;
    gap:24px;

}

.hl-blog-card{

    background:#fff;
    border-radius:10px;
    overflow:hidden;

    box-shadow:0 8px 22px rgba(0,0,0,.05);

}

.hl-blog-card-link{

    display:grid;
    grid-template-columns:220px 1fr;

    text-decoration:none;
    color:inherit;

}

.hl-blog-thumb{

    height:180px;
    background:#ece4da;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#b5aa9d;

}

.hl-blog-thumb img{

    width:100%;
    height:100%;
    object-fit:cover;

}

.hl-blog-card-body{

    padding:28px;

}

.hl-blog-cat{

    display:inline-block;

    background:#f4e3d7;

    color:#a46c42;

    border-radius:30px;

    padding:6px 14px;

    font-size:12px;
    margin-bottom:10px;

}

.hl-blog-card time{

    display:block;

    color:#999;
    font-size:13px;

    margin-bottom:10px;

}

.hl-blog-card h2{

    margin:0 0 14px;

    color:#26313a;

    font-size:30px;
    line-height:1.5;

}

.hl-blog-card p{

    color:#666;

    line-height:1.9;
    margin:0;

}

/* ---------- Sidebar ---------- */

.hl-blog-side-card{

    background:#fff;

    border-radius:10px;

    padding:34px;

    box-shadow:0 8px 22px rgba(0,0,0,.05);

    margin-bottom:22px;

}

.hl-blog-side-card h2{

    margin:0 0 24px;

    font-size:22px;

    position:relative;

    padding-left:18px;

}

.hl-blog-side-card h2:before{

    content:"";

    width:4px;
    height:24px;

    background:#ff6a00;

    position:absolute;

    left:0;
    top:3px;

}

.hl-blog-side-card ul{

    list-style:none;
    padding:0;
    margin:0;

}

.hl-blog-side-card li{

    border-bottom:1px solid #eee;
    padding:15px 0;

}

.hl-blog-side-card a{

    color:#444;
    text-decoration:none;

    display:flex;
    justify-content:space-between;

}

/* ---------- CTA ---------- */

.hl-blog-side-cta{

    background:#ff6a00;
    color:#fff;

    padding:34px;

    border-radius:10px;

    text-align:center;

}

.hl-blog-side-cta h2{

    color:#fff;
    font-size:28px;

    margin:0 0 18px;

}

.hl-blog-side-cta p{

    color:#fff;
    line-height:1.9;

    margin-bottom:24px;

}

.hl-blog-side-cta a{

    display:block;

    background:#fff;
    color:#ff6a00;

    text-decoration:none;

    padding:16px;

    border-radius:6px;

    font-weight:700;

}

/* ---------- Pagination ---------- */

.hl-blog-pagination{

    margin-top:40px;
    text-align:center;

}

.hl-blog-pagination .page-numbers{

    display:inline-block;

    padding:12px 18px;

    background:#fff;

    margin:0 4px;

    border-radius:5px;

    text-decoration:none;

    color:#444;

}

.hl-blog-pagination .current{

    background:#ff6a00;
    color:#fff;

}

/* ---------- Responsive ---------- */

@media(max-width:991px){

    .hl-blog-layout{

        grid-template-columns:1fr;

    }

    .hl-blog-sidebar{

        order:-1;

    }

}

@media(max-width:767px){

    .hl-blog-kv{

        padding:60px 20px;

    }

    .hl-blog-kv h1{

        font-size:34px;

    }

    .hl-blog-card-link{

        grid-template-columns:1fr;

    }

    .hl-blog-thumb{

        height:220px;

    }

    .hl-blog-card-body{

        padding:22px;

    }

    .hl-blog-card h2{

        font-size:24px;

    }

}

/* ======================================================
   BLOG SINGLE
====================================================== */

.hl-single-blog-page {
  background: #f6f1eb;
  color: #26313a;
}

.hl-single-blog-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hl-single-blog-kv {
  background: #26313a;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.hl-single-blog-en {
  color: #ff6a00;
  font-size: 11px;
  letter-spacing: .25em;
  font-weight: 700;
  margin-bottom: 18px;
}

.hl-single-blog-kv h1 {
  color: #fff;
  font-size: 46px;
  line-height: 1.4;
  margin: 0;
}

.hl-single-blog-breadcrumb {
  margin-top: 18px;
  color: rgba(255,255,255,.6);
  font-size: 13px;
}

.hl-single-blog-main {
  padding: 70px 20px 100px;
}

.hl-single-blog-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 42px;
  align-items: start;
}

.hl-single-blog-content {
  background: #fff;
  border-radius: 10px;
  padding: 54px 60px;
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
}

.hl-single-blog-header {
  margin-bottom: 36px;
}

.hl-single-blog-cat {
  display: inline-block;
  background: #f4e3d7;
  color: #a46c42;
  border-radius: 30px;
  padding: 6px 14px;
  font-size: 12px;
  margin-bottom: 12px;
}

.hl-single-blog-header time {
  display: block;
  color: #999;
  font-size: 13px;
  margin-bottom: 14px;
}

.hl-single-blog-header h1 {
  margin: 0;
  color: #26313a;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.5;
}

.hl-single-blog-thumb {
  margin-bottom: 38px;
  border-radius: 10px;
  overflow: hidden;
  background: #ece4da;
}

.hl-single-blog-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.hl-single-blog-body {
  color: #4f5962;
  font-size: 16px;
  line-height: 2.1;
}

.hl-single-blog-body p {
  margin: 0 0 1.8em;
}

.hl-single-blog-body h2 {
  position: relative;
  margin: 2.4em 0 1em;
  padding-left: 18px;
  color: #26313a;
  font-size: 28px;
  line-height: 1.5;
}

.hl-single-blog-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .25em;
  width: 4px;
  height: 1.3em;
  background: #ff6a00;
}

.hl-single-blog-body h3 {
  margin: 2em 0 1em;
  color: #26313a;
  font-size: 22px;
  line-height: 1.5;
}

.hl-single-blog-body ul,
.hl-single-blog-body ol {
  margin: 0 0 1.8em 1.5em;
}

.hl-single-blog-body li {
  margin-bottom: .6em;
}

.hl-single-blog-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 54px;
}

.hl-single-blog-nav a {
  display: block;
  padding: 14px 16px;
  border: 1px solid #26313a;
  border-radius: 4px;
  color: #26313a;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.hl-single-blog-nav a:hover {
  background: #26313a;
  color: #fff;
}

.hl-single-blog-side-card {
  background: #fff;
  border-radius: 10px;
  padding: 34px;
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
  margin-bottom: 22px;
}

.hl-single-blog-side-card h2 {
  margin: 0 0 24px;
  font-size: 22px;
  position: relative;
  padding-left: 18px;
}

.hl-single-blog-side-card h2::before {
  content: "";
  width: 4px;
  height: 24px;
  background: #ff6a00;
  position: absolute;
  left: 0;
  top: 3px;
}

.hl-single-blog-side-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hl-single-blog-side-card li {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.hl-single-blog-side-card a {
  color: #444;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.hl-single-blog-side-cta {
  background: #ff6a00;
  color: #fff;
  padding: 34px;
  border-radius: 10px;
  text-align: center;
}

.hl-single-blog-side-cta h2 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 18px;
}

.hl-single-blog-side-cta p {
  color: #fff;
  line-height: 1.9;
  margin-bottom: 24px;
}

.hl-single-blog-side-cta a {
  display: block;
  background: #fff;
  color: #ff6a00;
  text-decoration: none;
  padding: 16px;
  border-radius: 6px;
  font-weight: 700;
}

@media(max-width: 991px) {
  .hl-single-blog-layout {
    grid-template-columns: 1fr;
  }

  .hl-single-blog-sidebar {
    order: -1;
  }
}

@media(max-width: 767px) {
  .hl-single-blog-kv {
    padding: 60px 20px;
  }

  .hl-single-blog-kv h1 {
    font-size: 34px;
  }

  .hl-single-blog-main {
    padding: 50px 18px 70px;
  }

  .hl-single-blog-content {
    padding: 34px 24px;
  }

  .hl-single-blog-nav {
    grid-template-columns: 1fr;
  }
}

/* ----------------------------------------
 売却査定フォーム CF7補正
---------------------------------------- */

.hl-assessment-cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 22px;
}

.hl-assessment-form-card .required {
  color: #ff6a00;
  font-size: 12px;
  margin-left: 4px;
}

.hl-assessment-form-card .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #d93025;
  font-size: 12px;
}

.hl-assessment-form-card .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .hl-assessment-cf7-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ----------------------------------------
 リフォーム詳細 Before / After 複数画像
---------------------------------------- */

.hmlb-ba-block {
  margin-top: 34px;
}

.hmlb-ba-block:first-of-type {
  margin-top: 24px;
}

.hmlb-ba-heading {
  margin: 0 0 18px;
  color: #26313a;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.hmlb-ba-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hmlb-ba-gallery .hmlb-ba-card {
  min-width: 0;
}

.hmlb-ba-gallery .hmlb-ba-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .hmlb-ba-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .hmlb-ba-gallery {
    grid-template-columns: 1fr;
  }

  .hmlb-ba-gallery .hmlb-ba-card img {
    height: 220px;
  }
}

/* =========================================
   GTranslate
========================================= */
.gt-switcher-mount {
  display: none;
}

/* PC用：右上に固定表示（プラグインの中身はそのまま） */
@media screen and (min-width: 768px) {
  .gt-switcher-mount--pc {
    display: block;
    position: fixed;
    top: 120px;
    right: 20px;
    z-index: 999999;
  }
}

/* ドロワー内翻訳エリアの見た目 */
.hmlb_mobile_translate {
  padding: 0 26px 22px;
  margin: 0 0 12px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.hmlb_mobile_translate_title {
  margin: 0 0 12px;
  color: #ff6a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.hmlb_mobile_translate_note {
  margin: 12px 0 0;
  color: rgba(255,255,255,0.65);
  font-size: 10px;
  line-height: 1.7;
}

/* ドロワー用：常時展開の2列グリッドに変換 */
@media screen and (max-width: 767px) {
  .gt-switcher-mount--drawer {
    display: block;
    width: 100%;
  }
  .gt-switcher-mount--drawer .gt_float_switcher {
    position: relative !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* 折りたたみ用の「JA▾」ボタンはドロワーでは不要 */
  .gt-switcher-mount--drawer .gt-selected {
    display: none !important;
  }
  /* 言語一覧を常時展開＆2列グリッドに */
  .gt-switcher-mount--drawer .gt_options {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
    max-height: none !important;
    overflow: visible !important;
    width: 100% !important;
  }
  .gt-switcher-mount--drawer .gt_options a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
  }
  .gt-switcher-mount--drawer .gt_options img {
    width: 20px !important;
    height: auto !important;
    margin: 0 !important;
    flex-shrink: 0;
  }
  /* 現在の言語(日本語)もカードとして表示する（標準は非表示仕様のため上書き） */
  .gt-switcher-mount--drawer .gt_options a.gt-current {
    display: flex !important;
    background: rgba(255,106,0,0.25);
    border: 1px solid #ff6a00;
  }
}

/* =========================================
   SNS Floating
========================================= */
.hmlb-floating-sns {
  position: fixed;
  right: 20px;
  bottom: 145px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999998;
}
.hmlb-floating-sns a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
  transition: .25s;
}
.hmlb-floating-sns a:hover {
  transform: translateY(-3px);
}
.hmlb-floating-sns .instagram { background: #E4405F; }
.hmlb-floating-sns .line { background: #06C755; }
.hmlb-floating-sns .facebook { background: #1877F2; }
@media screen and (max-width: 767px) {
  .hmlb-floating-sns {
    right: 12px;
    bottom: 260px;
    gap: 10px;
  }
  .hmlb-floating-sns a {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}

/* =========================================
   SUMiTAS小樽店 バッジ
   ========================================= */
   .hmlb-sumitas-badge {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   margin-top: 12px;
   text-decoration: none;
   }
   .hmlb-sumitas-badge img {
   height: 90px;
   width: auto;
   }
   .hmlb-sumitas-badge span {
   color: inherit;
   font-size: 16px;
   }
   
   /* =========================================
      事業内容カード画像
      ========================================= */
      .hl-front-service-image {
      overflow: hidden;
      }
      .hl-front-service-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      }