/* Base */
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Sawarabi Gothic", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400; 
  color: #353535;
  line-height: 1.5;
}

:root{
  --blue: #0f6fb5;
  --blue-dark: #0b5a93;
  --red: #ff4d4d;
  --red-dark: #de2f2f;
  --gold: #d9a441;
  --ink: #1d2939;
  --muted: #6b7280;
  --card: #ffffff;
  --divider: #0f6fb5;
}

/* Layout helpers */
.app-container { max-width: 1000px; margin: 0 auto; padding: 0 16px; }
.app-row { display: flex; flex-wrap: wrap;}
.between { justify-content: space-between; }
.center { align-items: center; }
.start { align-items: flex-start; }
.gap { gap: 24px; }

.pc_only { display: block !important;}
.sp_only { display: none !important;}
@media (max-width: 767px) {
.pc_only { display: none !important;}
.sp_only { display: block !important;}
}

.section { padding: 40px 0; background: #fff; }
.divider { height: 12px; background: var(--divider); }
.bg_blue { background:var(--blue) }
.bg_green {
  background: #e8f9ec;
}

/* Top bar */
.topbar {
  padding: 0;
}
.top_blue {
  background: var(--blue);
  padding: 18px 0;
}
.topbar .brand { max-width: 70%; display: flex; gap: 10px; align-items: center; font-weight: 700; color: #fff; }
.brand-text { letter-spacing: 0.02em; }
.chip { background: rgba(255,255,255,.18); color: #e8f2ff; padding: 4px 8px; border-radius: 999px; margin-right: 8px; font-size: 12px; }
.chip-strong { background: #fff; color: var(--blue); font-weight: 700; }
.topbar .lst_page {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.topbar .btn_white {
  background: #fff;
  border-radius: 30px;
  color: var(--blue);
  display: block;
  padding: 5px 30px 5px 5px;
  text-align: center;
  text-decoration: none;
}
.topbar .btn_white img {
  display: inline-block;
  margin-right: 5px;
  width: 2.5em;
}

@media (max-width: 900px) {
  .top_header_btn_pc {
    display: none;
  }
}

/* Hero */
.hero { background: #fff; }
.hero .hero-copy { flex: 1 1 480px; }
.hero .hero-visual { flex: 0 0 420px; height: 260px; }
.eyebrow { color: var(--muted); margin: 0 0 4px; font-size: 14px; }
h1 { margin: 0 0 12px; font-size: 36px; line-height: 1.25; color: var(--ink); }
.checks { margin: 12px 0 18px; padding: 0 0 0 1.2em; }
.checks li { margin: 6px 0; }

.mv_area {
  background: var(--blue);
  min-height: auto;
}
@media (max-width: 767px) {
.mv_area {
    min-height: 100dvh;
    min-height: calc(100dvh - 95px);
  }
}

/* Ribbon */
.ribbon{
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color:#fff;
  background: linear-gradient(120deg, #1f8bff 0%, #0f6fb5 45%, #53b5ff 100%);
  padding: 18px 28px 18px 60px;
  border-radius: 16px;
  margin: 0 auto 20px;
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow:
    0 18px 32px rgba(15,111,181,0.22),
    inset 0 1px 0 rgba(255,255,255,0.7);
  overflow: hidden;
}
.ribbon::before {
  content: "\f005";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  display: grid;
  place-items: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 10px 18px rgba(0,0,0,0.18);
}

/* Advisor */
.advisor-section {
  background: #eaf4ff
}
.advisor-section .section-header {
  margin-bottom: 20px;
  position: relative;
}
.advisor-section .section-title {
  background: #fff;
  border: 3px solid var(--blue);
  border-radius: 8px;
  color: var(--blue);
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 900;
  padding: 15px 5px;
  position: relative;
  max-width: 400px;
  width: 100%;
}
.advisor-section .section-title .title-merit-crown {
  color: #fbbf24;;
  font-size: 40px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.advisor-section .section-title span {
  color: #fbbf24;;
}
.advisor-copy-title {
  border-left: 8px solid var(--blue);
  font-size: 22px;
  color: var(--blue);
  line-height: 1.4;
  margin-top: 5px;
  padding: 5px 0 5px 10px;
}
.advisor-copy p{ margin-top: 0; color: #374151; }
/* .advisor-section::before,
.advisor-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.advisor-section::before {
  background:
    radial-gradient(circle at 10% 10%, rgba(15, 111, 181, 0.16), transparent 42%),
    radial-gradient(circle at 90% 80%, rgba(233, 86, 106, 0.14), transparent 46%);
  opacity: 0.7;
  filter: blur(8px);
}
.advisor-section::after {
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.5;
} */
.advisor {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(320px, 1.15fr);
  gap: 32px;
  padding: 36px 34px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 28px 48px rgba(15, 111, 181, 0.12);
  overflow: hidden;
}
.advisor::before,
.advisor::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(26px);
  opacity: 0.24;
  z-index: 0;
  pointer-events: none;
}
.advisor::before {
  width: 320px;
  height: 320px;
  background: rgba(15, 111, 181, 0.22);
  top: -120px;
  left: -90px;
}
.advisor::after {
  width: 260px;
  height: 260px;
  background: rgba(233, 86, 106, 0.18);
  bottom: -100px;
  right: -80px;
}
.advisor .portrait {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: center;
}
.advisor .portrait img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  border: 6px solid rgba(255, 255, 255, 0.85);
  background: #d9dde5;
}
.advisor-copy {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 18px;
  padding: 20px 15px 20px;
  box-shadow: 0 16px 32px rgba(15, 111, 181, 0.14);
  border: 1px solid rgba(15, 111, 181, 0.12);
}
.advisor-copy h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.01em;
}
.advisor-copy p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.7;
}
.advisor-copy .checks {
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.advisor-copy .checks li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  font-weight: 700;
}
.advisor-copy .checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f6fb5, #47b5ff);
  box-shadow: 0 0 0 3px rgba(15, 111, 181, 0.15);
}
@media (max-width: 767px) {
  .advisor {
    grid-template-columns: 1fr;
    padding: 20px 18px;
    gap: 18px;
  }
}
.advisor .portrait img {
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.advisor-copy .checks {
  margin-top: 12px;
  display: grid;
  gap: 6px;
}

/* CTA（ボタン）エリア */
.mv-cta-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cta-micro-copy {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0066CC;
  margin-bottom: 10px;
}
.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50px;
  /* 丸みのあるボタン */
  padding: 12px 20px;
  transition: opacity 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
/* 電話ボタン */
.btn-tel {
  background: linear-gradient(135deg, #0066CC 0%, #0052a3 100%);
  color: #fff;
  border: 2px solid #0066CC;
}
/* LINEボタン */
.btn-line {
  background: #06C755;
  /* LINE公式カラー */
  color: #fff;
}
.btn-icon {
  font-size: 1.8rem;
  margin-right: 15px;
}
.btn-text {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.btn-main {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}
/* 光るアニメーション（ボタン強調） */
.cta-row a::after,
.cta-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: shine 3s infinite;
}
@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
/* レスポンシブ対応（PC表示の微調整） */
@media screen and (min-width: 768px) {
  .mv-title .title-big {
    font-size: 2.2rem;
  }
  .mv-content {
    padding: 50px 40px;
  }
  /* PCではボタンを横並びにする場合 */
  /* .mv-cta-area {
        flex-direction: row;
        justify-content: center;
    } */
}

/* お悩みセクション全体 */
.problem-section {
  padding: 80px 0;
  background-color: #f9fcff;
  /* MVとの差をつける薄い青グレー */
}
/* セクション見出し */
.section-header {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.section-title {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.4;
  margin-top: 5px;
}
.title-underline {
  width: 50px;
  height: 3px;
  background: var(--blue);
  margin: 15px auto 0;
}
/* 導入文 */
.problem-intro {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  color: #555;
}
/* お悩みリスト（グリッドレイアウト） */
.problem-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}
/* 各お悩みカード */
.problem-item {
  background: #fff;
  border: 1px solid #e1e8f0;
  border-radius: 10px;
  padding: 20px 15px;
  width: calc(50% - 10px);
  /* スマホでは2列 */
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  /* 高さを揃える */
}
/* 長いテキスト用のカード（特約の話など） */
.item-long {
  width: 100%;
  /* スマホでは1列 */
  flex-direction: row;
  text-align: left;
  gap: 15px;
  background: #fffbf0;
  /* 少し注意を引く薄い黄色 */
  border-color: #f0e6cc;
}
.problem-icon {
  font-size: 2rem;
  color: #b0c4de;
  /* 落ち着いたグレー青 */
  margin-bottom: 10px;
}
.item-long .problem-icon {
  margin-bottom: 0;
}
.icon-alert {
  color: #f5a623;
  /* 注意アイコンはオレンジ */
}
.problem-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
.marker {
  background: linear-gradient(transparent 60%, #fff3cd 60%);
  /* 黄色マーカー */
}
/* 結論・警告ボックス */
.problem-conclusion {
  background: #fff;
  border: 2px solid #e05a00;
  /* 警告色（オレンジ赤） */
  border-radius: 10px;
  padding: 5px;
  /* 二重線風にするためのパディング */
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.conclusion-inner {
  border: 1px dashed #e05a00;
  padding: 25px 20px;
  border-radius: 8px;
  text-align: center;
  background: #fff5f0;
  /* 薄い赤背景 */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.conclusion-icon {
  font-size: 2rem;
  color: #e05a00;
}
.conclusion-text {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8;
}
.highlight-red {
  color: #d32f2f;
  font-size: 1.2rem;
  border-bottom: 2px solid #d32f2f;
}
/* レスポンシブ調整（PC） */
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2.2rem;
  }
  .problem-item {
    width: calc(33.33% - 15px);
    /* PCでは3列 */
  }
  .item-long {
    width: calc(66.66% + 15px);
    /* 2つ分の幅 */
  }
  .conclusion-inner {
    flex-direction: row;
    justify-content: center;
    text-align: left;
  }
  .conclusion-text {
    font-size: 1.25rem;
  }
}

/* 解決策・強みセクション全体 */
.solution-section {
  padding: 50px 0;
  background-color: var(--blue);
  /* 白背景に戻して、次のセクションへの区切りをつける */
}
/* 導入文ボックス（信頼訴求） */
.solution-intro-box {
  background: #eaf4ff;
  /* 薄い青 */
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
}
.solution-intro-text {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8;
}
.company-name {
  font-size: 1.25rem;
  color: var(--blue);
}
.strong-word {
  color: #e05a00;
  /* オレンジで強調 */
  border-bottom: 2px solid #f9d8c8;
}
/* 強みリスト */
.strength-box {
  margin-bottom: 50px;
  padding: 0 10px;
}
.strength-ttl {
  border-bottom: 4px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  padding-bottom: 4px;
  margin-bottom: 30px;
}
.strength-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  overflow: hidden;
}
.strength-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 15px 10px 15px 15px;
  margin-top: 15px;
}
.strength-item:first-child {
  margin-top: 0;
}
/* .check-box { */
  /* color: var(--blue); */
  /* メインカラーの青 */
  /* margin-right: 15px; */
  /* flex-shrink: 0; */
/* } */
.strength-item .ico_strength {
  flex: 0 0 50px;
  margin-right: 10px;
  width: 50px;
}
.hcheck-ighlight {
  color: #ad1f24;
  border-bottom: 2px solid #ad1f24;
}
.strength-body {
  flex-grow: 1;
}
.strength-text {
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0;
}
.emphasis-text {
  display: block;
  margin-top: 5px;
  font-size: 0.9rem;
  font-weight: normal;
  color: #e05a00;
  /* 保険代行の訴求を強く */
}
/* CTAエリア（再掲） */
.cta-bottom-area {
  text-align: center;
  background: #f0f4f8;
  /* 背景色で目立たせる */
  padding: 30px 20px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 750px;
}
.cta-bottom-lead {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  margin-bottom: 20px;
}
/* 下部の電話ボタン（MVと同じスタイルを流用） */
.cta-button {
  /* MVのスタイルを継承 */
  max-width: 400px;
  margin: 0 auto;
}
.btn-tel-bottom {
  /* MVの.btn-telと同じ */
  background: linear-gradient(135deg, var(--blue) 0%, #0052a3 100%);
  color: #fff;
  border: 2px solid var(--blue);
}
/* レスポンシブ調整（PC） */
@media screen and (min-width: 768px) {
  .solution-intro-text {
    font-size: 1.2rem;
  }
  .strength-box {
    flex-direction: unset;
    align-items: start;
    justify-content: space-between;
  }
  .strength-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 0;
  }
  .strength-item {
    width: 48%;
    margin-top: 0;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* マンガセクション */
.manga_block {
  margin: 0 auto;
  max-width: 800px;
}
.manga_block_02 {
  margin: 0 auto;
  max-width: 400px;
}

/* LINEで簡単相談セクション */
.line-step-section {
  padding: 40px 0;
  background-color: #e8f9ec;
  /* LINEを意識した非常に薄い緑背景 */
}
.line-step-section .section-title {
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 900;
  
}
.line-step-section .title-green-timer-badge {
  display: inline-flex;
  align-items: center;
  background: #06C755;
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 8px;
}
.line-step-section .title-green-timer-badge .fa-clock {
  margin-right: 0.5em;
}
/* フロー全体ボックス */
.line-flow-box {
  background: #fff;
  border: 3px solid #06C755;
  /* LINEカラーの緑で枠線を強調 */
  border-radius: 15px;
  padding: 30px 20px;
  margin-bottom: 40px;
  box-shadow: 0 10px 20px rgba(6, 199, 85, 0.1);
  /* 影で立体感を */
}
/* ステップ導入文 */
.flow-catch {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}
.highlight-line {
  color: #06C755;
  background: linear-gradient(transparent 70%, #ccffdd 70%);
}
/* ステップリスト */
.step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  position: relative;
  margin-bottom: 20px;
}
.step-item {
  width: 100%;
  width: calc(50% - 15px);
  max-width: 300px;
  padding: 5px;
  background: #f0f8f3;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #c9ebd4;
  position: relative;
  margin-bottom: 10px;
  /* 縦の間隔を確保 */
}
.step-num-box {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #06C755;
  color: #fff;
  padding: 4px 8px;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.step-icon-box {
  margin: 15px auto 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 50%;
  color: #06C755;
  font-size: 2rem;
  border: 3px solid #06C755;
}
.step-text {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}
/* 矢印 (PCのみ使用) */
.arrow-line {
  display: none;
}
/* 安心保証ボックス */
.safety-box {
  background: #fffbe6;
  border: 1px solid #ffeb3b;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.safety-icon {
  font-size: 1.5rem;
  color: #ffc107;
}
.safety-text {
  font-size: 0.95rem;
  font-weight: bold;
  color: #555;
  text-align: left;
}
.safety-highlight {
  color: #d84315;
  /* 強めのオレンジで個人情報に注意を促す */
}
/* 結論テキスト */
.flow-result {
  text-align: center;
}
.result-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  line-height: 1.8;
  margin-bottom: 0;
}
.result-highlight {
  color: #0066CC;
  border-bottom: 3px solid #b3d9ff;
  padding-bottom: 3px;
}
/* LINE CTAボタン（再掲・大きく） */
.line-cta-area {
  text-align: center;
}
.btn-big {
  padding: 18px 10px;
  /* MVのボタンより大きく */
  max-width: 500px;
}
.btn-line {
  background: #06C755;
  color: #fff;
  /* MVで定義したボタンアニメーションも適用されます */
}
.btn-big .btn-main {
  font-size: 1.4rem;
}

/* レスポンシブ調整（PC） */
@media screen and (min-width: 768px) {
  .step-list {
    flex-wrap: nowrap;
    /* PCでは横並び固定 */
    gap: 0;
    margin-top: 50px;
  }
  .step-item {
    width: 30%;
    margin-bottom: 0;
    padding: 20px;
  }
  .arrow-line {
    display: block;
    font-size: 2rem;
    color: #06C755;
    margin: 0 10px;
    align-self: center;
    /* 垂直方向の中央揃え */
  }
  .flow-catch {
    font-size: 1.4rem;
  }
  .result-text {
    font-size: 1.4rem;
  }
  .step-num-box {
    top: -20px;
    padding: 6px 15px;
    font-size: 1.1rem;
  }

  .safety-text {
    font-size: 1rem;
  }
}

/* 相談無料セクション */
.consult-free-section {
  position: relative;
  background: #eaf4ff;
  padding: 40px 0;
  overflow: hidden;
}
.consult-free-section .section-header .section-title {
  border-bottom: 5px solid var(--blue);
  color: var(--blue);
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 5px;
}
.consult-free-section .section-header .section-title span {
  font-size: 36px;
}

.section_type02 .section-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px 18px;
  background: linear-gradient(135deg, #1cd6e5 0%, #0f9ad7 50%, #0bb9d4 100%);
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 12px 12px 8px 8px;
  box-shadow:
    0 18px 36px rgba(15, 111, 181, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.18);
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 50%),
    linear-gradient(135deg, #1cd6e5 0%, #0f9ad7 50%, #0bb9d4 100%);
}
.section_type02 .section-title::before,
.section_type02 .section-title::after {
  content: none;
}
.section_type02 .section-header::before,
.section_type02 .section-header::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(71, 181, 255, 0.2), transparent 60%);
  filter: blur(12px);
  opacity: 0.7;
  z-index: 0;
}
.section_type02 .section-header::after {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at 30% 70%, rgba(15, 154, 215, 0.14), transparent 60%);
  filter: blur(18px);
}
.section_type02 .section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #0faed8;
  filter: drop-shadow(0 10px 12px rgba(15, 111, 181, 0.22));
}
.consult-free-section .title-underline {
  display: none;
}
.free-card {
  position: relative;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 12px;
  padding: 20px 18px;
  margin-top: 20px;
  overflow: hidden;
}
.free-card-ttl {
  display: flex;
  flex-wrap: wrap;  
}
.free-card-icon {
  padding-right: 10px;
  height: 80px;
  width: 90px;
}
.free-card-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  align-self: center;
  width: calc(100% - 90px);
}
.free-card-list {
  margin: 15px 0 0;
  padding-left: 0;
  list-style: none;
  color: #374151;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
  width: 100%;
}
.free-card-list li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0 0;
}
.free-card-list li:first-child {
  margin-top: 0;
}
.free-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f6fb5, #47b5ff);
  box-shadow: 0 0 0 3px rgba(15, 111, 181, 0.1);
}
@media (min-width: 900px) {
  .consult-free-grid {
    display: flex;
    justify-content: space-between;
  }
  .consult-free-grid .free-card {
    width: 32%;
  }
}

/* お客様の声 */
.user-voice-section {
  background: #fff;
  background-image: radial-gradient(#e0f2fe 2px, transparent 2px);
  background-size: 20px 20px;
  padding: 40px 0;
}
.user-voice-section .section-header {
  text-align: center;
}
.user-voice-section .section-title {
  background: var(--blue);
  border-radius: 50px;
  box-shadow: 4px 4px 0 #f0c966;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 900;
  padding: 12px 32px;
  position: relative;
}
.user-voice-section .section-title::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #0f6fb5 transparent transparent transparent;
  content: '';
  transform: translateX(-50%);
}

/* お申込フロー */
.flow-section {
  padding-top: 0;
}
.flow-section .flow_step {
  background: #fbbf24;
  border-radius: 20px;
  display: inline-block;
  font-size: 15px;
  padding: 2px 10px;
  margin-bottom: 5px;
}
.flow-section .section-header {
  background: var(--blue);
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
  padding: 40px 0 20px;
}
.flow-section .section-title {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 900;
  position: relative;
}
.flow-section .section-title .fa-chevron-down {
  display: block;
  font-size: 20px;
  margin-top: 16px;
}
.flow {
  display: flex;
  gap: 18px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  background: linear-gradient(135deg, #f4f8ff, #eef4ff);
  border: 1px solid #dbeafe;
  padding: 24px;
  margin-bottom: 16px;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(15, 111, 181, 0.12);
  counter-reset: flow;
}
.flow .step {
  position: relative;
  flex: 1 1 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  box-shadow: 0 10px 16px rgba(0,0,0,0.04);
}
.flow .step::before {
  counter-increment: flow;
  content: "STEP "counter(flow);
  position: absolute;
  top: 10px;
  left: 12px;
  border-radius:20px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  display: grid;
  padding: 5px 10px;
  place-items: center;
}
.flow .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #0d8ac3, #0b5a93);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  box-shadow: 0 6px 14px rgba(15,111,181,0.18);
  transform: translateY(-50%);
}
.flow .icon {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 50%), linear-gradient(135deg, #18c0d6 0%, #0d8ac3 50%, #0aa0c4 100%);
  border: 2px solid #0b96b8;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 20px rgba(15,111,181,0.18);
  margin: 0 auto 10px;
}
.flow .icon img {
  width: 68%;
  height: 68%;
  object-fit: contain;
}
.flow .step .step_ttl {
  color: var(--blue);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}
.flow .step .step_ttl + p {
  margin: 6px 6px 0;
  font-weight: 400;
  color: #4b5563;
  font-size: 16px;
}
.note { color: var(--muted); font-size: 14px; }

@media (max-width: 900px) {
.flow {
    flex-direction: column;
    gap: 18px;
    padding: 20px;
  }
.flow .step {
    width: 100%;
  }
.flow .step:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -24px;
    width: 22px;
    height: 22px;
    background: linear-gradient(180deg, #0d8ac3, #0b5a93);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    box-shadow: 0 6px 14px rgba(15,111,181,0.18);
    transform: translate(-50%, 0);
    z-index: 1;
  }
}

/* 他社とここまで違う */
.difference-section {
  background: #eaf4ff;
}
.difference-section .section-header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-left: 8px solid var(--blue);
  display: flex;
  margin-bottom: 20px;
  padding: 1rem 0.5rem 1rem 1rem;
  position: relative;
}
.difference-section .section-title {
  color: var(--blue);
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 900;
  text-align: left;
}
.difference-section .ico_graph {
  display: flex;
  align-items: flex-end;
}
.difference-section .ico_graph .graph_lg {
  background: var(--blue);
  border-radius: 2px 2px 0 0;
  height: 55px;
  margin-right: 4px;
  position: relative;
  width: 25px;
}
.difference-section .ico_graph .graph_sm {
  background: #9e9e9e;
  border-radius: 2px 2px 0 0;
  height: 30px;
  margin-right: 12px;
  width: 20px;
}
.difference-section .ico_graph .graph_lg::after {
  color: #0f6fb5;
  content: 'UP';
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
/* table scroll */
.table_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table_scroll .table_scroll_inner {
  display: flex;
  align-items: end;
  margin: 0 auto;
  width: 1000px;
}
.table_scroll .table_data {
  width: 300px;
}
.table_scroll .table_first {
  display: flex;
  align-items: end;
  position: sticky;
  bottom: 0;
  left: 0;
  border-left: none;
  border-right: none;
  width: 200px;
}
.table_scroll .table_first > .table_data {
  width: 100px;
}
.table_scroll .table_tag {
  text-align: left;
}
.table_scroll .table_tag_inner {
  background: #e7e7e7;
  border-radius: 6px;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 2px 10px;
}
.table_scroll .table_helfin {
  background: #f7fbff;
  text-align: center;
  padding: 4px 4px 0;
  width: 200px;
}
.table_scroll .table_helfin .table_helfin_inner {
  background: linear-gradient(135deg, #0d8ac3 0%, #0b5a93 100%);
  border-radius: 12px 12px 0 0;
  padding: 3px;
  box-shadow: 0 10px 20px rgba(15, 111, 181, 0.18);
}
.table_scroll .table_helfin_img {
  padding: 20px 0;
}
.table_scroll .table_helfin img {
  width: 150px;
}
.table_scroll .table_helfin .table_helfin_txt {
  background: #fff;
  border-bottom: 1px solid #cfd8e3;
  color: #0b5a93;
  font-weight: bold;
  padding: 9px 12px;
}
.table_scroll .table_helfin .table_helfin_txt span {
  color: #f9b000;
}
.table_scroll .table_data {
  text-align: center;
  width: 200px;
}
.table_scroll .table_data > div {
  font-weight: bold;
  padding: 10px 12px;
  color: #1f2933;
  background: #f5f7fb;
  border-bottom: 1px solid #e5e7eb;
}
.table_scroll .table_data > div:first-child {
  background: #d8dee9;
  color: #0f172a;
  height: 44px;
  padding: 10px 12px;
}
.table_scroll .table_data > div:nth-child(even) {
  background: #eef1f7;
}
.table_scroll .table_data > div:nth-child(3),
.table_scroll .table_data > div:nth-child(5) {
  background: #fafbff;
}

/* Cards / Voices */
.grid-3 { display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.voices-area { position: relative; }
.voices-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.app-card { background: var(--card); border:1px solid #e5e7eb; border-radius:10px; padding:16px; box-shadow: 0 4px 10px rgba(0,0,0,.04); }
.app-card-title { margin: 0 0 8px; font-size: 18px; }

/* Voices enhancements */
.swiper_01 { padding: 0 80px 40px; }
.voice-card { position: relative; transition: box-shadow .2s ease, transform .2s ease; }
.voice-header { display:flex; align-items:center; gap:12px; margin-bottom:6px; }
.voice-avatar-wrap { display:grid; place-items:center; width:60px; height:60px; border-radius:50%; border:1px solid #d1d5db; }
.voice-avatar { width:44px; height:44px; border-radius:50%; background:#fff; object-fit:cover; }
.voice-card p, .voice-text { color:#374151; font-size: 15px; margin: 0 0 8px; }
.voice-sep { border-top:2px solid #d1d5db; margin: 12px 0 10px; }
.voice-meta { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.voice-who { line-height: 1.2; }
.voice-date { color:#6b7280; font-size: 12px; }
.voice-name { font-size: 15px; margin-top: 4px; }
.voice-topic { color:#6b7280; font-size: 12px; margin-top: 8px; }
.voice-attr { color: var(--blue); font-weight:700; margin-top: 4px;}
.voice-text { position: relative; display: block; }
.voice-text.is-collapsible { max-height: var(--voice-collapsed-height, 160px); overflow: hidden; }
.voice-text.is-collapsible:not(.is-collapsed) { max-height: none; overflow: visible; }
.voice-text.is-collapsible.is-collapsed::after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 24px;
  background: linear-gradient(90deg, rgba(255,255,255,0), #fff 50%);
  color: #374151;
  font-weight: 700;
}
.voice-toggle {
  display: none;
  margin-top: 8px;
  padding: 6px 12px;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 999px;
  font-weight: 700;
  color: var(--blue-dark);
  cursor: pointer;
  transition: all .18s ease;
}
.voice-toggle.is-visible { display: inline-flex; align-items: center; gap: 6px; }
.voice-toggle:hover { background: #f8fafc; }
.voice-toggle:focus { outline: 2px solid var(--blue); outline-offset: 2px; }
.voice-toggle[aria-expanded="true"] {
  background: #f0f7ff;
  border-color: var(--blue);
}

@media (max-width: 767px) {
.swiper_01 .swiper-button-next,
.swiper_01 .swiper-button-prev {
    display: none;
  }
  .swiper_01 {
    padding: 0 0 40px;
  }
}

/* 施工事例・実績 */
.sekou-section {
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, #f9fafb, #f9fafb 10px, #fff 10px, #fff 20px);
}
.sekou-section .section-title {
  color: var(--blue);
  display: inline-block;
  border-bottom: 4px solid var(--blue);
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 5px;
}
.sekou-section .section-title .title-case-wrench {
  color: #fbbf24;
  font-size: 36px;
  transform: rotate(-45deg);
}
.swiper_02 {
  padding: 0 0 40px;
}
.swiper_02 .swiper-button-prev,
.swiper_02 .swiper-button-next {
  top: 12%;
}
.sekou_block {
  background: #fff;
  border-radius: 6px;
  padding-bottom: 10px;
  overflow: hidden;
}
.sekou_block img {
  width: 100%;
}
.sekou_block .sekou_txt {
  padding: 15px 15px 0;
}
.sekou_block .sekou_txt p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
.swiper_02 .swiper-button-prev,
  .swiper_02 .swiper-button-next {
    top: 28%;
  }
}

/* Buttons */
.cta-row { margin-top: 30px; text-align: center; width: 100%; }
.cta-row .ico_finger {
  display: inline-block;
  margin: 0 10px;
  width: 50px;
}
.cta-row .fukidasi {
  margin: 10px auto 0;
  max-width: 500px;
}
.app-btn-primary, .app-btn-secondary { display:inline-block; text-decoration:none; color:var(--blue); font-size: 24px; font-weight:700; letter-spacing: .02em; overflow: hidden; position: relative; }
.app-btn-primary { background: linear-gradient(180deg, var(--red), var(--red-dark)); padding: 16px 48px; border-radius: 999px; box-shadow: 0 6px 0 #b42020; color: #fff; }
.app-btn-primary:hover { filter: brightness(1.03); transform: translateY(1px); box-shadow: 0 5px 0 #b42020; }
.app-btn-secondary { background: #fff; padding: 10px 12px; border-radius: 8px; }
.app-btn-secondary a { color: var(--blue); }
@media (max-width: 767px) {
  .cta-row {
    margin-top: 15px;
  }
  .app-btn-primary,
  .app-btn-secondary {
    font-size: 18px;
  }
  .cta-row .ico_finger {
    margin: 0 5px;
    width: 24px;
  }
  .cta-row .ico_finger:last-child {
    display: none;
  }
  .app-btn-primary {
    padding: 16px 16px 16px 12px;
  }
}

/* Phones */
.phone { color:#fff; font-weight: 700; text-decoration: none; }
.phone.large { margin-top: 48px; font-size: 22px; }

/* Footer */
.footerbar { background: var(--blue); color:#e9f3ff; padding: 30px 0 40px; }
.footerbar .brand { display:flex; gap:10px; align-items:center; color:#fff; font-weight:700; }
.footerbar .footer-inner { gap: 16px; }
.footer-actions { display:flex; gap:12px; flex-wrap: wrap; justify-content: flex-end; }
.footer-btn {
  display:flex;
  align-items: center;
  gap: 10px;
  min-width: 230px;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 18px rgba(0,0,0,0.18);
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.footer-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 20px rgba(0,0,0,0.2); filter: brightness(1.02); }
.footer-btn:active { transform: translateY(0); box-shadow: 0 8px 14px rgba(0,0,0,0.16); }
.footer-btn-body { display:flex; flex-direction: column; line-height: 1.2; }
.footer-btn-icon { font-size: 22px; display:grid; place-items:center; }
.footer-btn-label { font-weight: 800; letter-spacing: 0.02em; }
.footer-btn-sub { font-size: 13px; opacity: 0.9; margin-top: 2px; }
.footer-btn-phone { background: linear-gradient(135deg, #ff6b6b, #de2f2f); }
.footer-btn-line { background: linear-gradient(135deg, #14c45c, #0e9e48); }

@media (max-width: 640px){
  .footerbar .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-actions { width: 100%; flex-direction: column; align-items: center; }
  .footer-btn { width: 90%; max-width: 260px; text-align: left; }
}

/* =========================
   Hero section (sec01 style)
   ========================= */
.hero-sec01 { background: #fff; padding-top: 16px; padding-bottom: 48px; }

.hero-sec01-img {
  background: var(--blue);
  display: flex;
}
.hero-sec01-img-left {
  width: 32.5%;
}
.hero-sec01-img-left-top {
  background: url(../img/main_image01_left_01.png) no-repeat 0 0 / cover;
}
.hero-sec01-img-right {
  width: 67.5%;
}
@media (max-width: 767px) {
  .hero-sec01-img {
    background: var(--blue);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
  .hero-sec01-img-left {
    background: var(--blue);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .hero-sec01-img-left-top {
    width: 40%;
  }
  .hero-sec01-img-left-btm {
    width: 60%;
  }
  .hero-sec01-img-right {
    background: var(--blue);
    padding-left: 1%;
    width: 100%;
  }
}

.hero_text {
  background: url(../img/bg_hero_text.png) no-repeat 0 center / cover;
  padding: 0 4%;
}
.hero_text p {
  color: #fff;
  font-size: 24px;
  padding-left: 0.7em;
  position: relative;
}
.hero_text p::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.4em;
  width: 0.4em;
  position: absolute;
  top: 0.56em;
  left: 0;
}
.shita_yajirushi {
  margin: 0 auto;
  width: 12%;
}
.shita_yajirushi_text {
  padding: 20px 4% 0;
}
.shita_yajirushi_text p {
  border: #fff 2px solid;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  padding: 15px;
}
@media (min-width: 767px) {
  .hero_text_wrap {
    padding: 40px 20px 0;
    text-align: center;
  }
  .hero_text {
    background: url(../img/bg_hero_text.png) no-repeat center center / 400px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    max-width: 980px;
  }
  .hero_text p {
    color: #fff;
    font-size: 30px;
    padding: 0 0.7em;
    position: relative;
    text-align: left;
    width: 50%;
  }
  .hero_text p::after {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0.4em;
    width: 0.4em;
    position: absolute;
    top: 0.56em;
    left: 0;
  }
  .hero_text_02 {
    margin: 24px auto 40px;
    max-width: 960px;
    padding: 0 20px;
  }
  .hero_text_02 p {
    border: #fff 2px solid;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
    padding: 15px;
  }
  .hero_img_02 {
    margin: 0 auto;
    max-width: 1000px;
  }
  .shita_yajirushi {
    margin: 0;
    width: 8%;
  }
  .shita_yajirushi_text {
    padding: 0;
    width: 40%;
  }
}

.hero-sec01-txt {
  background: var(--blue);
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.hero-sec01-copy {
  background: var(--blue);
  display: flex;
  align-items: center;
}
.hero-sec01-copy .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.hero-sec01-copy .container > div {
  color: #fff;
  display: inline-block;
  width: 65%;
}
.hero-sec01-copy .container > div:first-child {
  width: 35%;
}
.hero-sec01-copy p{ margin: 6px 0; }
.hero-sec01-copy .strong{ font-weight: 700; font-size: 18px; }
.hero-sec01-photo{ margin:0; width: 396px; }
.white_box {
  color: var(--blue);
}
.white_box h2 {
  background: var(--blue);
  border: 3px solid #fff;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
  padding: 15px 15px;
}
.white_box h2 span {
  font-size: 0.7em;
}
.white_box > div:last-child {
  border-radius: 0 0 10px 10px;
}
.white_box li span {
  color: #ad1f24;
}

.sp_white_ttl {
  color: #fff;
  padding: 0 4% 20px;
  text-align: center;
}
.sp_white_ttl_inner {
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 15px 10px;
}
.sp_white_ttl h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.sp_white_ttl p {
  font-size: 18px;
}

.caution_box {
  color: #ad1f24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 30px auto 0;
  padding: 0 15px;
}
.caution_box .fa-solid {
  font-size: 100px;
}
.caution_box p {
  font-family: "Noto Serif JP";
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 15px;
}
.aroww_down {
  margin: 30px auto 0;
  text-align: center;
  width: 66px;
}
@media (max-width: 767px){
  .hero-sec01-copy .container {
    flex-direction: column-reverse;
  }
  .hero-sec01-copy .container>div {
    width: 100%;
  }

  .hero-sec01-copy .container>div:first-child {
    margin: 30px auto 15px;
    width: 75%;
  }
  .caution_box {
    font-size: 18px;
  }
  .caution_box .fa-solid {
    font-size: 60px;
  }
  .aroww_down {
    margin: 10px auto 0;
    width: 40px;
  }
}

/* =========================
   Header hamburger / mobile menu (SVG icons + overlay)
   ========================= */
.topbar { position: sticky; top: 0; left: 0; right: 0; z-index: 3000; }
.hamburger{
  display:none;
  width:44px;
  height:44px;
  padding:8px;
  border:0;
  background:transparent;
  cursor:pointer;
}
.hamburger img{ display:block; width:28px; height:28px; }
.mobile-menu{ position:fixed; inset:0; z-index:2000; background: rgba(0,0,0,.0); opacity:0; pointer-events:none; transition: opacity .25s ease, background .25s ease; }
.mobile-menu.open{ opacity:1; pointer-events:auto; background: rgba(0,0,0,.45); }
.mobile-menu-content{
  position:absolute; right:0; top:0; height:100%; width:min(88vw, 360px);
  background: var(--blue); color:#fff; padding: 84px 24px 24px; display:flex; flex-direction:column; gap:18px; align-items:flex-start;
  box-shadow: -8px 0 24px rgba(0,0,0,.25);
  transform: translateX(100%);
  transition: transform .32s ease;
}
.mobile-menu.open .mobile-menu-content{ transform: translateX(0); }
.no-scroll { overflow:hidden; }
@media (max-width: 900px){
  .quick-contact{ display:none; }
  .hamburger{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    right:12px;
    z-index:3001;
  }
  .topbar .lst_page {
    display: block;
  }
  .topbar .lst_page li {
    margin-top: 1em;
  }
  .topbar .brand + .lst_page {
    display: none;
    padding-left: 2rem;
  }
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 230px;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
  margin-top: 1em;
}
.header-btn:first-child {
  margin-top: 0;
}
.header-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  filter: brightness(1.02);
}
.header-btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.16);
}
.header-btn-body {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.header-btn-icon {
  font-size: 22px;
  display: grid;
  place-items: center;
}
.header-btn-label {
  font-weight: 800;
  letter-spacing: 0.02em;
}
.header-btn-sub {
  font-size: 13px;
  opacity: 0.9;
  margin-top: 2px;
}
.header-btn-phone {
  background: linear-gradient(135deg, #ff6b6b, #de2f2f);
}
.header-btn-line {
  background: linear-gradient(135deg, #14c45c, #0e9e48);
}