/* Base */
#itlp { font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif; color:#0A2540; line-height:1.7; }
#itlp .container { width:min(1100px,92%); margin:0 auto; }
#itlp h1,#itlp h2,#itlp h3{ line-height:1.3; }
#itlp h2{ font-size:clamp(22px,2.4vw,32px); margin:0 0 18px; }
#itlp p{ margin:0 0 12px; }
#itlp .btn{ display:inline-block; padding:14px 22px; border-radius:12px; text-align:center; text-decoration:none; font-weight:700; }
#itlp .btn-primary{ background:#FF7A00; color:#fff; box-shadow:0 6px 20px rgba(255,122,0,.25); }
#itlp .btn-primary:hover{ transform:translateY(-1px); }

/* Hero */
.itlp-hero{ padding:68px 0 44px; background:linear-gradient(180deg,#fff 0%,#f8fafc 100%); text-align:center; }
.itlp-hero h1{ font-size:clamp(26px,3.5vw,44px); margin:0 0 10px; }
.itlp-hero h1 strong{ color:#FF7A00; }
.itlp-hero .sub{ color:#334155; font-size:clamp(14px,1.4vw,18px); margin-bottom:16px; }
.itlp-hero .trust-points{ list-style:none; display:flex; gap:12px; justify-content:center; padding:10px 0 0; margin:0; flex-wrap:wrap; }
.itlp-hero .trust-points li{ background:#fff; border:1px solid #e5e7eb; border-radius:999px; padding:6px 12px; font-size:14px; }

/* Image section */
.itlp-image { padding: 28px 0 10px; }
.itlp-image figure { margin:0; }
.itlp-image img { width:100%; height:auto; border-radius:16px; border:1px solid #e5e7eb; }
.itlp-image figcaption { font-size:12px; color:#64748B; margin-top:6px; }

/* Value */
.itlp-value{ padding:56px 0; }
.itlp-value .cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.itlp-value .card{ background:#fff; border:1px solid #e5e7eb; border-radius:16px; padding:18px; }
.itlp-value .card h3{ margin:0 0 6px; font-size:20px; }
.itlp-value .badge{ margin-top:8px; display:inline-block; background:#0A2540; color:#fff; font-size:12px; padding:4px 8px; border-radius:999px; }
.itlp-value .proof-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:18px; }
.itlp-value .proof{ background:#F1F5F9; border-radius:12px; padding:14px; text-align:center; }
.itlp-value .proof strong{ font-size:18px; display:block; }

/* Compare */
.itlp-compare{ padding:56px 0; background:#fff; }
.itlp-compare .table-wrap{ overflow:auto; border:1px solid #e5e7eb; border-radius:12px; }
.cmp-table{ width:100%; border-collapse:collapse; min-width:760px; }
.cmp-table thead th{ background:#F8FAFC; }
.cmp-table th, .cmp-table td{
  padding:12px 14px;
  border-bottom:1px solid #e5e7eb;
  border-right:1px solid #e5e7eb; /* 縦線 */
  text-align:left;
}
.cmp-table th:first-child, .cmp-table td:first-child { border-left:1px solid #e5e7eb; } /* 左端にも縦線 */
.cmp-table .our-col{
  background: #FFF4EB;           /* 当社列の背景を薄いオレンジ */
  font-weight: 800;
}
.cmp-table .our-col .xl{ font-size: clamp(18px, 2vw, 22px); }
.itlp-compare .note{ margin-top:10px; color:#64748B; font-size:14px; }

/* Flow */
.itlp-flow{ padding:56px 0; background:linear-gradient(180deg,#fff 0%,#f8fafc 100%); text-align:center; }
.itlp-flow .steps{ list-style:none; display:flex; flex-wrap:wrap; gap:10px; justify-content:center; padding:0; margin:12px 0 20px; }
.itlp-flow .steps li{ background:#fff; border:1px solid #e5e7eb; border-radius:12px; padding:10px 14px; }


/* Form */
.itlp-form{ padding:56px 0 80px; background:#fff; }
.itlp-form .form-lead{ color:#334155; }
.itlp-form form{ margin-top:16px; }
.itlp-form .grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.itlp-form .field{ display:flex; flex-direction:column; gap:6px; }
.itlp-form .field-full{ grid-column:1/-1; }
.itlp-form label{ font-weight:700; }
.itlp-form .req{ color:#b91c1c; font-size:12px; margin-left:6px; }
.itlp-form input, .itlp-form select, .itlp-form textarea{
  border:1px solid #cbd5e1; border-radius:10px; padding:12px; font-size:16px; width:100%; background:#fff;
}
.itlp-form .radio-row{ display:flex; gap:16px; align-items:center; }
.itlp-form input:focus, .itlp-form select:focus, .itlp-form textarea:focus{
  outline:none; border-color:#0EA5E9; box-shadow:0 0 0 3px rgba(14,165,233,.15);
}
.itlp-form .btn-wide{ width:100%; margin-top:12px; }
.itlp-form .privacy{ font-size:12px; color:#64748B; margin-top:6px; }
.itlp-form .privacy a{ color:#0A2540; text-decoration:underline; }

/* Form message */
.form-message{ margin-top:12px; font-weight:700; }
.form-message.success{ color:#065f46; }
.form-message.error{ color:#b91c1c; }

/* Responsive */
@media (max-width: 900px){
  .itlp-value .cards{ grid-template-columns:1fr; }
  .itlp-value .proof-grid{ grid-template-columns:1fr 1fr; }
  .itlp-form .grid{ grid-template-columns:1fr; }
}
/* ===== Hero LPO強化 ===== */
.hero-inner{ display:grid; grid-template-columns:1.2fr .8fr; gap:28px; align-items:center; }
.hero-copy .eyebrow{ font-weight:700; color:#0A2540; opacity:.7; letter-spacing:.04em; margin:0 0 6px; }
.hero-copy h1{ font-size:clamp(28px,3.6vw,48px); margin:0 0 12px; }
.hero-copy h1 strong{ color:#FF7A00; }
.hero-benefits{ margin:10px 0 12px; padding:0 0 0 20px; }
.hero-benefits li{ margin:4px 0; }
.hero-badges{ display:flex; gap:8px; flex-wrap:wrap; margin:8px 0 14px; }
.hero-badges .badge{ background:#FFF4EB; color:#7a3a00; border:1px solid #ffd7b3; border-radius:999px; padding:6px 10px; font-weight:700; font-size:13px; }
.hero-ctas{ display:flex; gap:10px; flex-wrap:wrap; margin:8px 0 10px; }
.btn-secondary{ background:#0A2540; color:#fff; box-shadow:0 6px 20px rgba(10,37,64,.2); }
.hero-trust{ font-size:12px; color:#475569; margin-top:6px; }
.hero-safe{ font-size:12px; color:#475569; margin:2px 0 0; }
.hero-figure img{ width:100%; height:auto; border-radius:16px; border:1px solid #e5e7eb; }

/* SP対応 */
@media (max-width: 900px){
  .hero-inner{ grid-template-columns:1fr; }
  .hero-figure{ order:-1; }
}

/* ===== FAQ（常時オープン表示） ===== */
.faq-static .faq-q{
  font-weight:800; padding:12px 16px; background:#F8FAFC; border-bottom:1px solid #e5e7eb;
}
.faq-static .faq-item{ border:1px solid #e5e7eb; border-radius:12px; background:#fff; margin-bottom:12px; overflow:hidden; }
.faq-static .faq-a{ padding:0 16px; }
.faq-static .faq-a-inner{ padding:12px 0 16px; }

/* ===== 比較表 当社列 強調は既存を活かしつつ微調整 ===== */
.cmp-table .our-col{ background:#FFF4EB; font-weight:800; }
.cmp-table .our-col .xl{ font-size:clamp(18px,2.1vw,24px); }
/* ===== Hero（極シンプル） ===== */
.itlp-hero--simple { padding: 72px 0 40px; text-align: center; background: linear-gradient(180deg,#fff 0%,#f8fafc 100%); }
.itlp-hero--simple h1 { font-size: clamp(28px, 3.6vw, 48px); margin: 0 0 16px; }
.itlp-hero--simple h1 strong { color: #FF7A00; }
.hero-ctas--center { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.btn-secondary { background: #0A2540; color: #fff; box-shadow: 0 6px 20px rgba(10,37,64,.2); }

/* ===== Assurance（安心材料） ===== */
.assurance { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 18px; }
.assurance-item { background: #F1F5F9; border-radius: 12px; padding: 14px; text-align: center; }
.assurance-item strong { display: block; font-size: 18px; }

/* ===== Award（マイナビ表記） ===== */
.award { margin-top: 16px; text-align: center; }
.award img { max-height: 56px; width: auto; display: inline-block; margin-bottom: 6px; }
.award-text { font-size: 14px; }
.award-text a { color: #0A2540; text-decoration: underline; }

/* ===== Vertical Steps（縦並び＋矢印） ===== */
.v-steps { list-style: none; margin: 16px 0 22px; padding: 0; position: relative; }
.v-step { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: flex-start; position: relative; padding-bottom: 16px; }
.v-step:not(:last-child)::after {
  content: ""; position: absolute; left: 19px; top: 32px; width: 2px; height: calc(100% - 20px);
  background: #e5e7eb;
}
.v-step__bullet {
  width: 38px; height: 38px; border-radius: 999px; background: #FF7A00; color: #fff;
  display: grid; place-items: center; font-weight: 800;
  box-shadow: 0 4px 14px rgba(255,122,0,.25);
}
.v-step__body { padding-top: 4px; }
.v-step__body strong { font-weight: 800; }

/* SP */
@media (max-width: 900px) {
  .assurance { grid-template-columns: 1fr; }
}
/* ===== Hero（右画像2カラム） ===== */
.itlp-hero--split {
  padding: 72px 0 40px;
  background: linear-gradient(180deg,#fff 0%,#f8fafc 100%);
}
.hero-split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
}
.hero-left h1 {
  font-size: clamp(28px, 3.6vw, 48px);
  margin: 0 0 16px;
}
.hero-left h1 strong { color: #FF7A00; }
.hero-ctas--left { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-right img {
  width: 100%; height: auto;
  border-radius: 16px; border: 1px solid #e5e7eb;
}
@media (max-width: 900px){
  .hero-split { grid-template-columns: 1fr; }
  .hero-right { order: 2; }
}
/* ===== Award 強調帯 ===== */
.award--highlight {
  margin-top: 18px;
  text-align: left;
}
.award-badge {
  border: 1px solid #ffd7b3;
  background: #FFF4EB;
  border-radius: 14px;
  padding: 16px;
}
.award-title {
  display: flex; gap: 10px; align-items: center; flex-wrap: wrap;
  margin-bottom: 6px;
}
.award-pill {
  display: inline-block;
  background: #FF7A00; color: #fff;
  padding: 4px 10px; border-radius: 999px; font-weight: 800; font-size: 12px;
}
.award-badge strong { font-size: clamp(16px, 2.2vw, 22px); }
.award-desc { margin: 4px 0 0; color: #7a3a00; }
.award-logo { max-height: 56px; width: auto; display: block; margin: 8px 0 0; }
.award-links { margin: 8px 0 0; font-size: 14px; }
.award-links a { color: #0A2540; text-decoration: underline; word-break: break-all; }
/* ===== Flow 左寄せ ===== */
.itlp-flow { text-align: left; } /* 上書き */
/* ===== Award 強調版（中央寄せ） ===== */
.award--highlight {
  margin-top: 30px;
  text-align: center; /* ← 中央寄せのベース */
}

.award-badge {
  border: 2px solid #ffb84d;
  background: linear-gradient(180deg, #fff5e6 0%, #ffe8c8 100%);
  border-radius: 14px;
  padding: 20px 18px;
  box-shadow: 0 3px 12px rgba(255, 122, 0, 0.15);
  display: inline-block; /* 中央寄せ用 */
}

.award-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center; /* ← 中央寄せ */
  justify-content: center;
  text-align: center;
}

.award-pill {
  display: inline-block;
  background: #ff7a00;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.award-main-title {
  font-size: clamp(18px, 2.6vw, 26px);
  color: #0a2540;
  line-height: 1.4;
  text-align: center; /* 念のため */
}

.award-highlight {
  color: #ff7a00;
  font-weight: 900;
  font-size: 1.15em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.award-desc {
  margin: 6px 0 0;
  color: #5c3b00;
  font-size: 15px;
  text-align: center;
}

.award-links {
  margin: 10px 0 0;
  font-size: 14px;
  color: #0a2540;
  text-align: center;
}

.award-links a {
  color: #0a2540;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}

@media (max-width: 900px) {
  .award-main-title { font-size: 20px; }
  .award-desc { font-size: 14px; }
}
/* ===== 個人情報取扱い ===== */
.privacy-box {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 18px 16px;
  margin: 20px 0 16px;
  color: #0A2540;
}
.privacy-box h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #0A2540;
}
.privacy-box p {
  margin: 6px 0;
  font-size: 14px;
}
.privacy-box ul {
  margin: 6px 0 8px 20px;
  font-size: 14px;
  list-style: disc;
}
/* ===== proof-itemの説明文を左寄せ ===== */
.proof-item p {
  text-align: left;
  line-height: 1.7;
}
/* ===== 信頼・実績 ===== */
.itlp-proof { padding: 60px 0; background: #fff; text-align: center; }
.itlp-proof h2 { margin-bottom: 24px; }
.proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.proof-item { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px; }
.proof-item strong { font-size: 20px; color: #0a2540; display: block; margin-bottom: 8px; }
.highlight { background: linear-gradient(180deg,#fff5e6,#ffe8c8); border: 2px solid #ffb84d; box-shadow: 0 3px 12px rgba(255,122,0,.15); border-radius: 12px; padding: 18px;}
.award-pill { background: #ff7a00; color: #fff; border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 800; }
.award-title { font-size: 18px; font-weight: 800; margin: 8px 0 4px; text-align: center;}
.award-sub { color: #ff7a00; font-size: 16px; font-weight: 900; text-align: center;}
.award-link{text-align: center;}
.award-link a { color: #0a2540; text-decoration: underline; font-weight: 700; }

/* ===== 利用者の声 ===== */
.itlp-voices { padding: 60px 0; background: #f9fafb; text-align: center; }
.itlp-voices h2 { margin-bottom: 24px; }
.voice-list { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); }
.voice { background: #fff; border-radius: 12px; border: 1px solid #e2e8f0; padding: 16px; }
.voice .quote { font-style: italic; color: #0a2540; }
.voice .meta { font-size: 13px; color: #64748b; margin-top: 8px; }

/* ===== CTA補足 ===== */
.cta-note { font-size: 13px; color: #475569; margin-top: 8px; }

/* ===== 共通 ===== */
body { background: #fff; color: #0A2540; font-family: 'Noto Sans JP', sans-serif; }
h1, h2, h3 { font-weight: 800; color: #0A2540; }
section { padding: 80px 0; }
.container { max-width: 960px; margin: 0 auto; padding: 0 20px; }

/* ===== HERO ===== */
.hero { background: linear-gradient(90deg, #FFFFFF 50%, #F9FAFB 100%); display: flex; align-items: center; }
.hero-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.hero-content { flex: 1; min-width: 300px; }
.hero-content h1 { font-size: 2.2rem; line-height: 1.4; }
.sub-text { font-size: 1rem; margin: 8px 0 16px; color: #475569; }
.hero-image img { max-width: 440px; border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,.1); }

/* ===== CTAボタン ===== */
.btn { display: inline-block; padding: 14px 28px; border-radius: 999px; font-weight: 700; text-align: center; transition: .3s; }
.btn-primary { background: #FF7A00; color: #fff; box-shadow: 0 6px 20px rgba(255,122,0,.25); }
.btn-primary:hover { background: #E25E00; }
.btn-secondary { border: 2px solid #FF7A00; color: #FF7A00; background: #fff; }
.btn-secondary:hover { background: #FF7A00; color: #fff; }

/* ===== WHY ===== */
.why { background: #F9FAFB; }
.why-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.why-item { background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; padding: 20px; box-shadow: 0 4px 16px rgba(0,0,0,.05); }

/* ===== PROOF ===== */
.proof-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.proof-item { background: #F8FAFC; border-radius: 12px; padding: 20px; text-align: left; line-height: 1.7; }
.proof-item.highlight { background: linear-gradient(180deg,#fff5e6,#ffe8c8); border: 2px solid #ffb84d; text-align: center; }
.award-pill { background: #FF7A00; color: #fff; border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 800; }

/* ===== FLOW ===== */
.flow-steps { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; text-align: left; font-weight: 600; }
.flow-steps .step span { color: #FF7A00; font-weight: 900; margin-right: 8px; }

/* ===== VOICES ===== */
.voices { background: #F9FAFB; }
.voice-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); }
.voice { background: #fff; border-radius: 12px; border: 1px solid #E2E8F0; padding: 20px; box-shadow: 0 4px 16px rgba(0,0,0,.05); }

/* ===== FORM ===== */
.lp-form label { display: block; margin: 12px 0; font-weight: 600; }
.lp-form input, .lp-form select { width: 100%; padding: 10px; border: 1px solid #E2E8F0; border-radius: 6px; }
.privacy-box { background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 10px; padding: 18px; margin: 20px 0 16px; }
/* =========================
   Buddy Data Color System
   ========================= */
   :root{
    --ink:#0A2540;           /* 見出し/本文の基本色（濃紺） */
    --blue:#003366;          /* メイン（信頼の青） */
    --blue-600:#0B3F75;
    --lightBlue:#E6F3FF;     /* リズム用の淡い青 */
    --lightBlue-2:#F5FAFF;   /* さらに淡い青 */
    --orange:#FF7A00;        /* CTA/強調（行動色） */
    --orange-700:#E25E00;
    --card:#FFFFFF;
    --line:#E2E8F0;
  }
  
  body, #itlp { color: var(--ink); }
  
  /* ===== Hero（青×白グラデで第一印象UP） ===== */
  .hero, .itlp-hero, .itlp-hero--split{
    background: linear-gradient(90deg, #FFFFFF 48%, var(--lightBlue) 100%);
  }
  .hero-content h1, .itlp-hero h1{
    color: var(--blue);
  }
  .sub-text, .hero-sub { color:#475569; }
  
  /* ===== CTA（オレンジ統一＋コントラスト強化） ===== */
  .btn-primary{ background: var(--orange); color:#fff; box-shadow:0 8px 26px rgba(255,122,0,.28); }
  .btn-primary:hover{ background: var(--orange-700); }
  .btn-secondary{ border:2px solid var(--orange); color: var(--orange); background:#fff; }
  .btn-secondary:hover{ background: var(--orange); color:#fff; }
  
  /* ===== セクションのリズム（白⇄淡青） ===== */
  .why, .voices{ background: var(--lightBlue-2); }
  .proof{ background:#fff; }
  .flow{ background: var(--lightBlue); }
  
  /* ===== カード/枠（青い見出し＋白カード） ===== */
  .why-item, .voice, .proof-item{
    background: var(--card);
    border:1px solid var(--line);
    border-radius:14px;
    box-shadow:0 6px 24px rgba(0,0,0,.06);
  }
  .why-item h3, .proof-item strong{
    color: var(--blue); font-weight: 800;
  }
  
  /* ===== マイナビ受賞（青×オレンジで強調） ===== */
  .proof-item.highlight{
    background: linear-gradient(180deg,#FFF7EF,#FFE9CC);
    border:2px solid #FFCF8A;
    text-align:center;
  }
  .award-pill{ background: var(--orange); }
  .award-title{ color: var(--blue-600); font-weight:900; }
  .award-sub{ color: var(--orange); font-weight:900; }
  .award-link a{ color: var(--blue-600); }
  
  /* ===== Flow（左寄せ＋青アクセント） ===== */
  .flow-steps{ align-items:flex-start; }
  .flow-steps .step span{ color: var(--orange); }
  .flow-steps .step{
    background:#fff; border:1px solid var(--line); border-radius:12px; padding:12px 14px;
    box-shadow:0 4px 16px rgba(0,0,0,.05);
  }
  .flow .arrow{ color: var(--blue-600); font-weight:900; padding:4px 0; }
  
  /* ===== 見出しの階層差（読みやすさ＆高級感） ===== */
  h1{ font-weight:900; }
  h2{ font-weight:900; color: var(--blue); letter-spacing:.02em; }
  h3{ font-weight:800; }
  
  /* ===== 説明文は左寄せで可読性UP（とくにproof） ===== */
  .proof-item p{ text-align:left; line-height:1.75; }
  
  /* ===== 余白増量で“縦長単調”を解消 ===== */
  section{ padding: 88px 0; }
  @media (max-width: 900px){
    section{ padding: 72px 0; }
  }
  
  /* ===== 画像（ヒーロー）に軽いエッジを付けて今っぽく ===== */
  .hero-image img, .hero-right img{
    border-radius:16px; border:1px solid #eef2f6;
    box-shadow:0 10px 30px rgba(11,63,117,0.18);
  }
  
  /* ===== 個人情報ボックスは青系で信頼感 ===== */
  .privacy-box{
    background: var(--lightBlue-2);
    border:1px solid #D8E7FF;
  }
  