/* LP 出し分け */
.lp-listing-only { display: none; }
.lp-sns-only { display: none; }
body.lp-listing .lp-listing-only { display: block; }
body.lp-listing .lp-sns-only { display: none !important; }
body.lp-sns .lp-listing-only { display: none !important; }
body.lp-sns .lp-sns-only { display: block; }

/* Hero */
.hero { background: linear-gradient(rgba(0,51,102,0.85), rgba(0,51,102,0.90)), url('../images/hero-japanese-office.jpg') center/cover no-repeat; color: #FFFFFF; padding: 80px 0; text-align: center; }
.hero-label { font-size: 14px; font-weight: 500; letter-spacing: 2px; margin-bottom: 16px; opacity: 0.9; }
.hero-title { font-size: 32px; font-weight: 700; color: #FFFFFF; margin-bottom: 20px; line-height: 1.5; }
.hero-description { font-size: 16px; margin-bottom: 32px; opacity: 0.9; line-height: 1.8; }
.hero .btn-primary { background-color: #FFFFFF; color: #003366; font-weight: 700; font-size: 18px; padding: 16px 48px; }
.hero .btn-primary:hover { background-color: #F5F5F5; }
.btn-cta { background-color: #E8594F; color: #FFFFFF; font-weight: 700; font-size: 18px; padding: 16px 48px; border-radius: 4px; text-decoration: none; display: inline-block; }
.btn-cta:hover { background-color: #D04A40; color: #FFFFFF; text-decoration: none; }
.hero-cta-btn { animation: pulse 2s ease-in-out infinite; box-shadow: 0 4px 20px rgba(232, 89, 79, 0.4); }
@keyframes pulse { 0%, 100% { transform: scale(1); box-shadow: 0 4px 20px rgba(232, 89, 79, 0.4); } 50% { transform: scale(1.03); box-shadow: 0 6px 28px rgba(232, 89, 79, 0.6); } }
.hero-limited { font-size: 14px; font-weight: 700; color: #FFD54F; margin-bottom: 16px; letter-spacing: 0.05em; }
.remaining-count { font-size: 20px; color: #FFD54F; }
.hero-note { font-size: 13px; margin-top: 12px; opacity: 0.7; margin-bottom: 0; }
.hero-badges { display: flex; justify-content: center; gap: 16px; margin-bottom: 32px; flex-wrap: wrap; }
.hero-badge { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 4px; padding: 6px 16px; font-size: 13px; font-weight: 600; color: #FFFFFF; }

/* 緊急性バー */
.urgency-bar { background-color: #FFF3E0; border-bottom: 1px solid #FFE0B2; padding: 10px 0; }
.urgency-bar-text { font-size: 13px; color: #E65100; text-align: center; margin: 0; line-height: 1.5; }
.urgency-bar-text strong { font-weight: 700; }

/* 信頼バッジ */
.section-trust-badges { background-color: #F0F4F8; padding: 20px 0; border-bottom: 1px solid #D0DAE5; }
.trust-badges-grid { display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap; }
.trust-badge-item { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: #1a3353; background: #FFFFFF; border: 1px solid #D0DAE5; border-radius: 2px; padding: 6px 14px; }
.trust-badge-icon { font-size: 14px; line-height: 1; }
.trust-badge-text strong { color: #003366; font-weight: 700; }

/* Stats */
.section-stats { background-color: #1a3353; padding: 64px 0; }
.stats-grid { display: flex; justify-content: center; gap: 60px; }
.stat-item { text-align: center; color: #FFFFFF; }
.stat-number { font-size: 56px; font-weight: 700; line-height: 1.2; display: inline; }
.stat-unit { font-size: 18px; font-weight: 500; opacity: 0.9; }
.stat-label { font-size: 14px; margin-top: 8px; margin-bottom: 0; opacity: 0.8; }

/* 気づきセクション */
.section-awareness { padding: 80px 0; background: linear-gradient(135deg, #003366 0%, #1a4d80 100%); }
.awareness-box { max-width: 680px; margin: 0 auto; color: #FFFFFF; }
.awareness-title { font-size: 28px; font-weight: 700; color: #FFFFFF; margin-bottom: 24px; line-height: 1.6; }
.awareness-lead { font-size: 18px; line-height: 1.8; margin-bottom: 16px; opacity: 0.95; }
.awareness-lead strong { color: #FFD54F; font-size: 24px; }
.awareness-sub { font-size: 16px; line-height: 1.8; margin-bottom: 32px; opacity: 0.85; }
.section-awareness .btn-primary { background-color: #FFFFFF; color: #003366; font-weight: 700; font-size: 18px; padding: 16px 48px; }
.section-awareness .btn-primary:hover { background-color: #F5F5F5; }

/* Affinity */
.section-affinity { padding: 64px 0; }
.affinity-text { font-size: 16px; line-height: 1.8; color: #555555; margin-bottom: 24px; }
.affinity-highlight { font-size: 20px; font-weight: 700; color: #003366; margin-bottom: 0; }
.affinity-highlight strong { color: #C62828; }

/* Solution */
.section-solution { padding: 64px 0; }
.solution-text { font-size: 16px; line-height: 1.8; color: #555555; margin-bottom: 32px; }

/* Worries */
.section-worries { padding: 80px 0; }
.worries-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 800px; margin: 0 auto; }
.worry-item { background: #FFFFFF; border: 1px solid #E0E0E0; border-radius: 4px; padding: 24px 24px 24px 52px; position: relative; }
.worry-item::before { content: '\2713'; position: absolute; left: 20px; top: 24px; width: 22px; height: 22px; background-color: #003366; color: #FFFFFF; border-radius: 50%; font-size: 12px; display: flex; align-items: center; justify-content: center; line-height: 1; }
.worry-item p { margin: 0; font-size: 15px; font-weight: 500; color: #333333; }

/* Steps */
.steps { display: flex; align-items: center; justify-content: center; gap: 24px; }
.step { text-align: center; flex: 1; max-width: 260px; background: #FFFFFF; border: 1px solid #CCCCCC; border-radius: 4px; padding: 32px 24px; }
.step-number { width: 48px; height: 48px; border-radius: 50%; background-color: #003366; color: #FFFFFF; font-size: 20px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.step-title { font-size: 18px; color: #003366; margin-bottom: 8px; }
.step-desc { font-size: 14px; color: #666666; margin-bottom: 0; }
.step-arrow { color: #CCCCCC; font-size: 20px; }

/* Features */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature h3 { font-size: 18px; margin-bottom: 12px; }
.feature p { font-size: 14px; color: #666666; margin-bottom: 0; }

/* お客様の声 */
.section-testimonials { padding: 80px 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 960px; margin: 0 auto; }
.testimonial-card { display: flex; flex-direction: column; }
.testimonial-bubble { background: #FFFFFF; border: 1px solid #E0E0E0; border-radius: 8px; padding: 24px; position: relative; margin-bottom: 16px; flex: 1; }
.testimonial-bubble::after { content: ''; position: absolute; bottom: -8px; left: 32px; width: 16px; height: 16px; background: #FFFFFF; border-right: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; transform: rotate(45deg); }
.testimonial-bubble p { font-size: 14px; color: #333333; line-height: 1.8; margin: 0; }
.testimonial-author { display: flex; align-items: center; gap: 12px; padding-left: 8px; }
.microcopy { font-size: 13px; color: #888; margin-top: 8px; text-align: center; }
.hero .microcopy { color: rgba(255,255,255,0.75); }
.testimonial-avatar-img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid #e0e0e0; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; background-color: #003366; color: #FFFFFF; font-size: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testimonial-info { display: flex; flex-direction: column; }
.testimonial-name { font-size: 13px; font-weight: 700; color: #333333; }
.testimonial-detail { font-size: 12px; color: #888888; }
.testimonials-note { text-align: center; font-size: 11px; color: #999999; margin-top: 20px; margin-bottom: 0; }

/* 専門家推薦 */
.section-expert { padding: 60px 0; }
.expert-card { max-width: 720px; margin: 0 auto; background: #FFFFFF; border: 1px solid #D0DAE5; border-left: 4px solid #003366; border-radius: 4px; padding: 32px; }
.expert-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.expert-avatar { width: 56px; height: 56px; border-radius: 50%; background-color: #1a3353; color: #FFFFFF; font-size: 20px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.expert-info { display: flex; flex-direction: column; }
.expert-name { font-size: 16px; font-weight: 700; color: #003366; }
.expert-title { font-size: 13px; color: #666666; }
.expert-bubble p { font-size: 15px; color: #333333; line-height: 1.8; margin: 0; padding: 20px; background: #F8F9FA; border-radius: 4px; border-left: 3px solid #B0BEC5; }

/* Cases */
.section-cases { padding: 80px 0; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-card { background: #FFFFFF; border: 1px solid #E0E0E0; border-left: 4px solid #003366; border-radius: 4px; padding: 28px 24px; }
.case-header { display: flex; gap: 8px; margin-bottom: 12px; }
.case-industry { display: inline-block; background-color: #003366; color: #FFFFFF; font-size: 12px; font-weight: 700; padding: 2px 10px; border-radius: 2px; }
.case-subsidy { display: inline-block; background-color: #E8F0F8; color: #003366; font-size: 12px; font-weight: 500; padding: 2px 10px; border-radius: 2px; }
.case-company { font-size: 13px; color: #666666; margin-bottom: 8px; }
.case-amount { font-size: 16px; font-weight: 700; color: #003366; margin-bottom: 12px; }
.case-amount-number { font-size: 36px; line-height: 1; }
.case-desc { font-size: 14px; color: #555555; line-height: 1.7; margin-bottom: 0; }
.cases-note { text-align: center; font-size: 12px; color: #999999; margin-top: 20px; margin-bottom: 0; }

/* Mechanism */
.section-mechanism { padding: 80px 0; background-color: #F8F9FA; }
.mechanism-lead { text-align: center; font-size: 16px; line-height: 1.8; margin-bottom: 40px; }
.mechanism-chart { max-width: 640px; margin: 0 auto; }
.mechanism-example { background: #FFFFFF; border: 1px solid #E0E0E0; border-radius: 4px; padding: 32px; }
.mechanism-anchor { text-align: center; font-size: 16px; color: #C62828; font-weight: 700; margin-bottom: 20px; padding: 12px; background: #FFF3E0; border-radius: 4px; border: 1px solid #FFE0B2; }
.mechanism-anchor strong { font-size: 24px; }
.mechanism-example-title { font-size: 15px; font-weight: 700; color: #003366; margin-bottom: 24px; text-align: center; }
.mechanism-bars { display: flex; flex-direction: column; gap: 16px; }
.mechanism-bar-row { display: flex; align-items: center; gap: 16px; }
.mechanism-bar-label { width: 80px; font-size: 13px; font-weight: 700; color: #333333; text-align: right; flex-shrink: 0; }
.mechanism-bar { height: 44px; border-radius: 4px; display: flex; align-items: center; padding: 0 16px; font-size: 15px; font-weight: 700; color: #FFFFFF; }
.mechanism-bar-total { width: 100%; background-color: #003366; }
.mechanism-bar-subsidy { width: 50%; background-color: #2E7D32; }
.mechanism-bar-burden { width: 50%; background-color: #B0BEC5; color: #333333; }
.mechanism-highlight { text-align: center; font-size: 18px; font-weight: 700; color: #2E7D32; margin-top: 24px; margin-bottom: 0; padding: 12px; background-color: #E8F5E9; border-radius: 4px; }

/* 限定ボックス */
.section-limited { padding: 40px 0; background: #FFFFFF; }
.limited-box { max-width: 560px; margin: 0 auto; padding: 28px 32px; border: 2px solid #D0DAE5; border-radius: 4px; background: #FAFBFC; }
.limited-label { font-size: 12px; font-weight: 700; color: #666666; letter-spacing: 0.1em; margin-bottom: 8px; }
.limited-text { font-size: 18px; font-weight: 700; color: #003366; margin-bottom: 8px; }
.limited-text strong { color: #C62828; }
.limited-sub { font-size: 13px; color: #888888; margin: 0; }

/* FAQ */
.section-faq { padding: 80px 0; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1px solid #E0E0E0; border-radius: 4px; margin-bottom: 12px; overflow: hidden; background: #FFFFFF; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; background: #FFFFFF; border: none; cursor: pointer; font-size: 15px; font-weight: 500; color: #003366; text-align: left; font-family: inherit; line-height: 1.5; transition: background-color 0.2s; }
.faq-question:hover { background-color: #F8F9FA; }
.faq-icon { font-size: 22px; font-weight: 700; color: #003366; flex-shrink: 0; margin-left: 16px; width: 24px; text-align: center; transition: transform 0.2s; }
.faq-item.is-open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer p { padding: 0 24px 20px; font-size: 14px; color: #555555; line-height: 1.8; margin: 0; }
.faq-item.is-open .faq-answer { max-height: 300px; }

/* Company */
.section-company { padding: 60px 0; }
.company-table { max-width: 560px; margin: 0 auto; width: 100%; border-collapse: collapse; }
.company-table th, .company-table td { padding: 16px 20px; font-size: 14px; border-bottom: 1px solid #E0E0E0; text-align: left; }
.company-table th { width: 140px; font-weight: 700; color: #003366; background-color: #F0F4F8; }
.company-table td a { color: #0056b3; }

/* Responsive */
@media (max-width: 768px) {
    .hero { padding: 48px 0; }
    .hero-title { font-size: 24px; }
    .hero-title br, .hero-description br, .mechanism-lead br, .awareness-title br, .awareness-lead br, .awareness-sub br, .affinity-text br, .solution-text br { display: none; }
    .hero-badges { gap: 8px; }
    .hero-badge { font-size: 11px; padding: 4px 10px; }
    .trust-badges-grid { gap: 8px; }
    .trust-badge-item { font-size: 11px; padding: 4px 10px; }
    .stats-grid { flex-direction: column; gap: 32px; align-items: center; }
    .stat-number { font-size: 44px; }
    .section-stats { padding: 48px 0; }
    .worries-grid { grid-template-columns: 1fr; }
    .section-worries, .section-cases, .section-mechanism, .section-faq, .section-testimonials { padding: 56px 0; }
    .section-awareness { padding: 56px 0; }
    .awareness-title { font-size: 22px; }
    .awareness-lead { font-size: 16px; }
    .awareness-lead strong { font-size: 20px; }
    .steps { flex-direction: column; }
    .step { max-width: 100%; width: 100%; }
    .step-arrow { transform: rotate(90deg); }
    .features { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .cases-grid { grid-template-columns: 1fr; }
    .mechanism-example { padding: 24px 16px; }
    .mechanism-bar-label { width: 60px; font-size: 12px; }
    .mechanism-bar { font-size: 13px; height: 38px; }
    .company-table th { width: 100px; }
    .expert-card { padding: 24px 16px; }
    .expert-bubble p { padding: 16px; font-size: 14px; }
    .section-affinity, .section-solution { padding: 48px 0; }
    .affinity-highlight { font-size: 18px; }
}