/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */


/* =====================================================
   PocoToSystems 共通CSS
   貼り付け先: 外観 > テーマエディター > style.css の末尾
   （または 外観 > カスタマイズ > 追加CSS でも可）
   ===================================================== */

/* ===== カラーメモ =====
   orange : #d45f10
   yellow : #e8a800
   pink   : #c4186a
   navy   : #1a2d5a
   ==================== */

.pt * { box-sizing: border-box; font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN',sans-serif; margin: 0; padding: 0; }
.pt { color: #1a1a1a; font-size: 17px; line-height: 2.0; }

/* ヒーロー */
.pt-hero { background: linear-gradient(150deg, #1a2d5a 0%, #c4186a 55%, #d45f10 100%); border-radius: 14px; padding: 36px 24px; text-align: center; margin-bottom: 24px; position: relative; overflow: hidden; }
.pt-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 30%, rgba(255,255,255,.12) 0%, transparent 60%); pointer-events: none; }
.pt-hero .pt-heading { font-size: 26px; font-weight: 700; line-height: 1.65; margin-bottom: 12px; color: #fff; }
.pt-hero .pt-heading em { font-style: normal; color: #ffe066; }
.pt-hero p { font-size: 16px; color: rgba(255,255,255,.92); margin-bottom: 20px; line-height: 1.95; }
.pt-btn { display: inline-block; background: linear-gradient(90deg, #e8a800, #d45f10); color: #fff !important; text-decoration: none !important; font-weight: 700; font-size: 17px; padding: 14px 32px; border-radius: 100px; box-shadow: 0 4px 16px rgba(212,95,16,.45); }

/* 実績 */
.pt-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 24px; }
.pt-stat { border-radius: 12px; padding: 14px 8px; text-align: center; border: none; }
.pt-stat--orange { background: linear-gradient(135deg, #fff3e8, #ffe0c0); }
.pt-stat--pink   { background: linear-gradient(135deg, #ffeaf4, #ffc4e0); }
.pt-stat--navy   { background: linear-gradient(135deg, #e8ecf8, #c4d0f0); }
.pt-stat--yellow { background: linear-gradient(135deg, #fffde8, #ffeea0); }
.pt-stat-n { font-size: 18px; font-weight: 700; display: block; line-height: 1.2; margin-bottom: 6px; }
.pt-stat--orange .pt-stat-n { color: #b84a00; }
.pt-stat--pink   .pt-stat-n { color: #a0005a; }
.pt-stat--navy   .pt-stat-n { color: #1a2d5a; }
.pt-stat--yellow .pt-stat-n { color: #8a5c00; }
.pt-stat-l { font-size: 12px; color: #444; display: block; line-height: 1.45; }

/* 区切り線 */
.pt-hr { border: none; border-top: 2px solid transparent; background: linear-gradient(90deg, #d45f10, #c4186a, #1a2d5a) border-box; -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -webkit-mask-composite: destination-out; mask-composite: exclude; margin: 0 0 24px; height: 2px; }

/* セクション共通 */
.pt-sec { margin-bottom: 24px; }
.pt-h { font-size: 17px; font-weight: 700; color: #b84a00; border-left: 4px solid #d45f10; padding-left: 11px; margin-bottom: 14px; }
.pt-lead { font-size: 16px; color: #444; line-height: 1.95; margin-bottom: 14px; }

/* お悩みリスト */
.pt-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.pt-list li { background: linear-gradient(135deg, #fff8f3, #fff0f6); border-left: 3px solid #c4186a; border-radius: 8px; padding: 12px 14px; font-size: 16px; color: #333; display: flex; gap: 10px; align-items: flex-start; line-height: 1.7; }
.pt-list li span { flex-shrink: 0; }

/* 強み */
.pt-strengths { display: flex; flex-direction: column; gap: 10px; }
.pt-strength { background: linear-gradient(135deg, #fff8f3, #f8f0ff); border: 1px solid #e8c8d8; border-radius: 12px; padding: 16px; display: flex; gap: 14px; align-items: flex-start; }
.pt-strength-icon { font-size: 28px; flex-shrink: 0; }
.pt-strength .pt-h3 { font-size: 14px; font-weight: 700; color: #1a2d5a; margin-bottom: 4px; line-height: 1.5; }
.pt-strength p { font-size: 15px; color: #444; line-height: 1.85; margin: 0; }

/* サービスカード */
.pt-svcs { display: flex; flex-direction: column; gap: 10px; }
.pt-svc { border: none; border-radius: 12px; padding: 16px; background: linear-gradient(135deg, #fff8f3, #fff3f8); box-shadow: 0 2px 10px rgba(196,24,106,.12); display: flex; flex-direction: column; gap: 6px; }
.pt-svc .pt-h3 { font-size: 14px; font-weight: 700; color: #1a2d5a; }
.pt-svc p { font-size: 15px; color: #444; line-height: 1.85; }
.pt-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.pt-tag { font-size: 12px; background: linear-gradient(90deg, #ffe8d4, #ffd4e8); color: #a04000; padding: 3px 9px; border-radius: 100px; font-weight: 600; }
.pt-svc-link { font-size: 15px; font-weight: 700; color: #c4186a !important; text-decoration: none !important; }

/* 記事エリア */
.pt-posts-ph { border: 2px dashed #e8c8d8; border-radius: 10px; padding: 20px 16px; text-align: center; color: #bbb; font-size: 12px; line-height: 1.8; }
.pt-cat-block { margin-bottom: 28px; }
.pt-cat-block:last-child { margin-bottom: 0; }
.pt-cat-title { font-size: 14px; font-weight: 700; color: #1a2d5a; margin-bottom: 8px; padding: 6px 12px; background: linear-gradient(90deg, #ffeef6, #fff3e8); border-radius: 6px; display: inline-block; }
.pt-more-link { display: block; text-align: right; font-size: 14px; font-weight: 700; color: #c4186a !important; text-decoration: none !important; margin-top: 8px; padding: 6px 0; }

/* CTA */
.pt-cta { background: linear-gradient(135deg, #1a2d5a 0%, #c4186a 60%, #d45f10 100%); border-radius: 14px; padding: 28px 22px; text-align: center; margin-bottom: 24px; position: relative; overflow: hidden; }
.pt-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 80%, rgba(255,224,102,.18) 0%, transparent 55%); pointer-events: none; }
.pt-cta .pt-heading { font-size: 22px; font-weight: 700; color: #fff !important; margin-bottom: 10px; line-height: 1.6; }
.pt-cta p { font-size: 16px; color: rgba(255,255,255,.9); margin-bottom: 16px; line-height: 1.9; }
.pt-cta-btn { display: inline-block; background: linear-gradient(90deg, #ffe066, #ffb84d); color: #7a3800 !important; text-decoration: none !important; font-size: 16px; font-weight: 700; padding: 12px 28px; border-radius: 100px; box-shadow: 0 3px 12px rgba(0,0,0,.25); }

/* 流れ */
.pt-flow { display: flex; flex-direction: column; }
.pt-step { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid #fde0ec; }
.pt-step:last-child { border-bottom: none; }
.pt-sn { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, #d45f10, #c4186a); color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 2px 8px rgba(196,24,106,.35); }
.pt-step .pt-h4 { font-size: 13px; font-weight: 700; margin-bottom: 1px; color: #1a2d5a; }
.pt-step p { font-size: 15px; color: #666; line-height: 1.6; }
.pt-cta .pt-h3 { color: #fff !important; }
.pt-cta .pt-heading { color: #fff !important; }

/* 画像 */
.pt-img { width: 100%; border-radius: 10px; display: block; margin-bottom: 20px; }
.pt a .pt-img { transition: opacity .2s; }
.pt a:hover .pt-img { opacity: .88; cursor: pointer; }

/* セクション背景 */
.pt-sec--bg-warm { background: linear-gradient(135deg, #fff8f3, #fff3f8); border-radius: 14px; padding: 18px 16px; margin-bottom: 24px; }
.pt-sec--bg-cool { background: linear-gradient(135deg, #eef2fc, #f4eef8); border-radius: 14px; padding: 18px 16px; margin-bottom: 24px; }

/* =====================================================
   LPページ共通パーツ
   ===================================================== */

/* ヒーロー眉ラベル */
.pt-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; color: #ffe066; letter-spacing: 0.1em; margin-bottom: 10px; }

/* セクション眉ラベル（小） */
.pt-lbl { display: block; font-size: 12px; font-weight: 700; color: #c4186a; letter-spacing: 0.08em; margin-bottom: 6px; }

/* セクション大見出し */
.pt-ttl { font-size: 22px; font-weight: 700; line-height: 1.6; margin-bottom: 14px; color: #222; }
.pt-ttl em { font-style: normal; color: #c4186a; }

/* 警告ボックス */
.pt-warning { background: linear-gradient(135deg, #fff3f3, #ffe8f0); border: 1px solid #f8b4c8; border-radius: 10px; padding: 16px; margin-bottom: 14px; }
.pt-warning-ttl { font-size: 14px; font-weight: 700; color: #a0005a; margin-bottom: 8px; }
.pt-warning-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.pt-warning-list li { font-size: 15px; color: #444; padding-left: 16px; position: relative; line-height: 1.7; }
.pt-warning-list li::before { content: '・'; position: absolute; left: 0; color: #c4186a; }

/* ゴールドボックス（強調引用） */
.pt-gold { background: linear-gradient(135deg, #fffbe8, #fff3dc); border-left: 4px solid #e8a800; border-radius: 0 10px 10px 0; padding: 14px 16px; margin-bottom: 14px; font-size: 15px; color: #444; line-height: 1.85; }
.pt-gold strong { color: #b84a00; }

/* 比較ボックス */
.pt-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.pt-compare-bad { background: linear-gradient(135deg, #fff3f3, #ffe8e8); border: 1px solid #f8b4b4; border-radius: 10px; padding: 14px; }
.pt-compare-good { background: linear-gradient(135deg, #f0fff3, #e8f8ec); border: 1px solid #a8e0b4; border-radius: 10px; padding: 14px; }
.pt-cmp-ttl { font-size: 13px; font-weight: 700; display: block; margin-bottom: 8px; line-height: 1.4; }
.pt-compare-bad .pt-cmp-ttl { color: #c00000; }
.pt-compare-good .pt-cmp-ttl { color: #007a30; }
.pt-compare-bad ul, .pt-compare-good ul { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.pt-compare-bad ul li, .pt-compare-good ul li { font-size: 13px; color: #444; line-height: 1.55; padding-left: 16px; position: relative; }
.pt-compare-bad ul li::before { content: '✕'; position: absolute; left: 0; color: #c00000; font-size: 11px; }
.pt-compare-good ul li::before { content: '✓'; position: absolute; left: 0; color: #007a30; font-size: 11px; }

/* CTA 英字アクセント */
.pt-cta-eye { display: block; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.7); letter-spacing: 0.14em; margin-bottom: 8px; }