@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/* ========================================
   京都皇帝早生桐 - CO₂固定サイクルセクション専用CSS
   環境への貢献セクション用スタイル
   ======================================== */

/* セクション全体のベーススタイル */
.kiri-co2-optimization-sec {
    background: linear-gradient(135deg, #f8fdf9 0%, #ffffff 50%, #f0f9f4 100%);
    padding: 80px 20px;
    margin: 60px auto;
    max-width: 1200px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 128, 64, 0.08);
    position: relative;
    overflow: hidden;
}

.kiri-co2-optimization-sec::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* セクションヘッダー */
.sec-header-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.sec-badge {
    display: inline-block;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.sec-main-title {
    font-size: clamp(28px, 4vw, 42px);
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.title-accent {
    color: #059669;
    display: inline-block;
}

.title-highlight {
    background: linear-gradient(transparent 60%, rgba(34, 197, 94, 0.2) 60%);
    padding: 0 8px;
}

.sec-lead-text {
    font-size: 18px;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.text-green {
    color: #059669;
    font-weight: 600;
}

/* イントロダクションブロック */
.intro-block-area {
    margin-bottom: 50px;
}

.key-message-box {
    background: white;
    border-left: 5px solid #22c55e;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.message-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.message-text {
    font-size: 16px;
    line-height: 1.8;
    color: #2d3748;
}

.em-yellow {
    background: linear-gradient(transparent 70%, #fef3c7 70%);
    padding: 2px 6px;
    font-weight: 600;
}

.em-green {
    background: linear-gradient(transparent 70%, #d1fae5 70%);
    padding: 2px 6px;
    font-weight: 600;
}

.num-large {
    font-size: 1.3em;
    color: #dc2626;
    font-weight: 700;
}

/* サブタイトル */
.sub-title-h4 {
    font-size: 24px;
    color: #1a1a1a;
    margin: 50px 0 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 15px;
}

.sub-title-h4 strong {
    color: #059669;
}

/* インフォカードグリッド */
.info-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.info-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.card-urgent {
    border-top: 4px solid #ef4444;
}

.card-solution {
    border-top: 4px solid #22c55e;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.card-icon {
    font-size: 28px;
}

.card-header h5 {
    font-size: 20px;
    color: #1a1a1a;
    margin: 0;
    font-weight: 600;
}

.card-content {
    color: #4a5568;
    line-height: 1.7;
}

.temp-limit {
    color: #dc2626;
    font-size: 1.1em;
}

.year-target {
    color: #059669;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(5, 150, 105, 0.3);
    text-underline-offset: 3px;
}

.percent-large {
    font-size: 1.3em;
    color: #dc2626;
    font-weight: 700;
}

.alert-box {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-icon {
    font-size: 20px;
}

.alert-text strong {
    color: #dc2626;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.benefit-list li {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.check-icon {
    color: #22c55e;
    font-weight: bold;
    flex-shrink: 0;
}

.em-underline {
    text-decoration: underline;
    text-decoration-color: rgba(5, 150, 105, 0.4);
    text-underline-offset: 3px;
}

/* データショーケース */
.data-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 30px 0;
}

.image-placeholder {
    background: #f3f4f6;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px dashed #d1d5db;
}

.responsive-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.image-caption {
    margin-top: 15px;
    font-size: 14px;
    color: #6b7280;
    font-style: italic;
}

/* 比較テーブル */
.comparison-table-wrapper {
    overflow-x: auto;
}

.co2-comparison-table {
    width: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.co2-comparison-table thead {
    background: linear-gradient(135deg, #059669, #047857);
    color: white;
}

.co2-comparison-table th {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.co2-comparison-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s ease;
}

.co2-comparison-table tbody tr:hover {
    background-color: #f9fafb;
}

.co2-comparison-table td {
    padding: 15px;
    text-align: center;
    color: #4a5568;
}

.highlight-row {
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.05) 100%);
}

.highlight-row td {
    font-weight: 600;
    color: #1a1a1a;
}

.num-cell {
    font-size: 18px;
    font-weight: 600;
}

.badge-best {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.badge-normal {
    background: #6b7280;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.badge-low {
    background: #9ca3af;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.table-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 10px;
    font-style: italic;
}

/* インパクトステートメント */
.impact-statement {
    margin: 40px 0;
}

.statement-box {
    background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
    border: 2px solid #86efac;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.impact-icon {
    font-size: 36px;
    flex-shrink: 0;
}

.impact-text {
    font-size: 16px;
    line-height: 1.8;
    color: #1a1a1a;
}

.num-emphasis {
    font-size: 1.4em;
    color: #dc2626;
    font-weight: 700;
}

.highlight-bg {
    background: #fef3c7;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
}

/* タイムラインコンテナ */
.timeline-container {
    position: relative;
    padding: 20px 0;
    margin: 40px 0;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #22c55e 0%, #059669 100%);
}

.timeline-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}

.timeline-marker {
    position: absolute;
    left: 30px;
    top: 0;
    width: 40px;
    height: 40px;
    background: white;
    border: 3px solid #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marker-year {
    font-size: 12px;
    font-weight: 700;
    color: #059669;
}

.timeline-item.highlight .timeline-marker {
    width: 50px;
    height: 50px;
    left: 25px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border: none;
}

.timeline-item.highlight .marker-year {
    color: white;
    font-size: 14px;
}

.timeline-content {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.timeline-content h5 {
    color: #1a1a1a;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.timeline-content p {
    color: #6b7280;
    margin-bottom: 15px;
}

.co2-amount {
    background: #ecfdf5;
    padding: 10px 15px;
    border-radius: 8px;
    color: #059669;
    font-size: 15px;
}

.co2-amount strong {
    font-size: 1.2em;
}

.num-huge {
    font-size: 1.3em;
    color: #dc2626;
}

/* 比較インサイト */
.comparison-insight {
    margin: 40px 0;
}

.insight-box {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.insight-title {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 600;
}

.comparison-points {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    background: #f9fafb;
    border-radius: 8px;
    padding: 20px;
}

.comparison-points li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

.comparison-points li:last-child {
    border-bottom: none;
}

.num-highlight {
    color: #dc2626;
    font-weight: 700;
    font-size: 1.1em;
}

.num-normal {
    color: #6b7280;
    font-weight: 600;
}

.result-emphasis {
    background: linear-gradient(135deg, #fef3c7, #fef9c3);
    border-left: 4px solid #f59e0b;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.result-icon {
    font-size: 24px;
}

.result-text {
    font-size: 16px;
    color: #92400e;
}

.result-text strong {
    color: #dc2626;
    font-size: 1.2em;
}

/* 戦略セクション */
.strategy-explanation {
    margin: 30px 0;
}

.concept-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.concept-header {
    background: linear-gradient(135deg, #059669, #047857);
    color: white;
    padding: 20px 30px;
}

.concept-header h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.concept-body {
    padding: 30px;
}

.concept-body p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 30px;
}

.strategy-benefits h6 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 600;
}

.benefit-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.benefit-card {
    background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-3px);
}

.benefit-num {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    border-radius: 50%;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.benefit-card h6 {
    font-size: 16px;
    color: #059669;
    margin: 10px 0;
    font-weight: 600;
}

.benefit-card p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
}

/* 経済セクション */
.economic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.economic-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    border-top: 3px solid #f59e0b;
    transition: transform 0.3s ease;
}

.economic-card:hover {
    transform: translateY(-5px);
}

.eco-card-icon {
    font-size: 36px;
    margin-bottom: 15px;
}

.economic-card h5 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 600;
}

.economic-card p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 20px;
}

.em-gray {
    color: #9ca3af;
    font-style: italic;
}

.merit-point {
    background: #fef3c7;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #92400e;
}

.point-icon {
    font-size: 18px;
}

/* サステナビリティ指標 */
.sustainability-metrics {
    margin: 30px 0;
}

.metric-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.metric-item {
    text-align: center;
    background: white;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.metric-item:hover {
    transform: scale(1.05);
}

.metric-value {
    margin-bottom: 15px;
}

.value-num {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #22c55e, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.metric-label {
    font-size: 14px;
    color: #4a5568;
    font-weight: 600;
}

.metric-label small {
    display: block;
    font-size: 12px;
    color: #9ca3af;
    margin-top: 5px;
}

/* 未来ビジョン */
.future-vision {
    margin: 40px 0;
}

.vision-box {
    background: linear-gradient(135deg, #1a1a1a, #2d3748);
    color: white;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.vision-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.vision-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.vision-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #e5e7eb;
}

.vision-points {
    display: grid;
    gap: 20px;
}

.vision-point {
    display: flex;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vp-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.vp-content h6 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #22c55e;
    font-weight: 600;
}

.vp-content p {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.6;
}

/* CTA セクション */
.cta-section {
    margin-top: 60px;
}

.cta-box {
    background: linear-gradient(135deg, #ecfdf5, #dcfce7);
    border: 2px solid #86efac;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.cta-title {
    font-size: 28px;
    color: #059669;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-text {
    font-size: 18px;
    color: #2d3748;
    line-height: 1.8;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    box-shadow: 0 5px 20px rgba(34, 197, 94, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(34, 197, 94, 0.4);
}

.btn-secondary {
    background: white;
    color: #059669;
    border: 2px solid #22c55e;
}

.btn-secondary:hover {
    background: #ecfdf5;
    transform: translateY(-2px);
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .kiri-co2-optimization-sec {
        padding: 50px 15px;
        margin: 30px 10px;
    }

    .sec-main-title {
        font-size: 28px;
    }

    .data-showcase {
        grid-template-columns: 1fr;
    }

    .timeline-container::before {
        left: 20px;
    }

    .timeline-item {
        padding-left: 60px;
    }

    .timeline-marker {
        left: 5px;
    }

    .timeline-item.highlight .timeline-marker {
        left: 0;
    }

    .benefit-cards {
        grid-template-columns: 1fr;
    }

    .economic-grid {
        grid-template-columns: 1fr;
    }

    .metric-showcase {
        grid-template-columns: 1fr;
    }

    .vision-points {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 300px;
    }

    .co2-comparison-table {
        font-size: 14px;
    }

    .co2-comparison-table th,
    .co2-comparison-table td {
        padding: 10px 5px;
    }

    .sub-title-h4 {
        font-size: 20px;
    }

    .key-message-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .sec-main-title {
        font-size: 24px;
    }

    .sec-lead-text {
        font-size: 16px;
    }

    .info-card {
        padding: 20px;
    }

    .vision-box {
        padding: 25px;
    }

    .cta-box {
        padding: 25px;
    }

    .cta-title {
        font-size: 22px;
    }

    .cta-text {
        font-size: 16px;
    }
}

/* アニメーション（控えめ） */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kiri-co2-optimization-sec > * {
    animation: fadeIn 0.6s ease-out;
}

/* プリント用スタイル */
@media print {
    .kiri-co2-optimization-sec {
        box-shadow: none;
        border: 1px solid #e5e7eb;
    }

    .cta-section {
        display: none;
    }
}


/* ========================================
   京都皇帝早生桐 - 木材利用によるカーボンストック拡大と代替効果
   環境への貢献セクション専用CSS
   ======================================== */
/* ========================================
   京都皇帝早生桐 - 木材利用によるカーボンストック拡大と代替効果
   H3セクション - 2. 環境への貢献
   ======================================== */

/* メインセクション - シックで貫禄のあるデザイン */
.kiri-carbon-ultimate-sec {
    background: linear-gradient(135deg, #fafbfc 0%, #f0f4f8 50%, #fafbfc 100%);
    padding: 90px 25px;
    margin: 70px auto;
    max-width: 1280px;
    border-radius: 25px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

/* 背景装飾（控えめ） */
.kiri-carbon-ultimate-sec::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.04) 0%, transparent 70%);
    border-radius: 50%;
}

.kiri-carbon-ultimate-sec::after {
    content: '';
    position: absolute;
    bottom: -40%;
    right: -15%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

/* ヘッダーゾーン */
.ultimate-header-zone {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.badge-eco-premium {
    display: inline-block;
    background: linear-gradient(135deg, #047857, #059669);
    color: white;
    padding: 10px 28px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.25);
    text-transform: uppercase;
}

.ultimate-title {
    font-size: clamp(30px, 4.5vw, 44px);
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.title-prefix {
    display: block;
    font-size: 0.75em;
    color: #475569;
    margin-bottom: 8px;
    font-weight: 500;
}

.title-main {
    display: block;
    background: linear-gradient(135deg, #047857, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lead-text-premium {
    font-size: 18px;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.text-accent-green {
    color: #059669;
    font-weight: 600;
}

/* ヘキサゴンレイアウト */
.hexagon-intro-layout {
    position: relative;
    max-width: 700px;
    margin: 60px auto;
    padding: 30px;
}

.main-message-box {
    background: white;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
}

.message-icon-large {
    font-size: 42px;
    margin-bottom: 18px;
    display: block;
}

.intro-main-text {
    font-size: 17px;
    line-height: 1.85;
    color: #334155;
}

.text-green-bold {
    color: #047857;
    font-weight: 700;
    font-size: 1.05em;
}

.marker-lime {
    background: linear-gradient(transparent 65%, rgba(163, 230, 53, 0.25) 65%);
    padding: 2px 6px;
    font-weight: 600;
}

.text-large {
    font-size: 1.15em;
    font-weight: 600;
    color: #1e293b;
}

/* ヘキサゴンアイテム */
.hexagon-item {
    position: absolute;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    gap: 8px;
}

.hex-1 {
    top: 10px;
    left: -20px;
}

.hex-2 {
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

.hex-3 {
    bottom: 10px;
    left: 20px;
}

.hex-icon {
    font-size: 20px;
}

.hex-text {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

/* コンテンツゾーン */
.ultimate-content-zone {
    position: relative;
    z-index: 2;
}

/* サブタイトル */
.sub-title-ultimate {
    font-size: 26px;
    color: #0f172a;
    margin: 55px 0 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    padding-bottom: 18px;
    border-bottom: 2px solid #e2e8f0;
    position: relative;
}

.sub-title-ultimate::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #059669, #10b981);
}

.title-icon {
    font-size: 28px;
}

.color-emerald {
    color: #059669;
}

.text-eco {
    color: #10b981;
    font-weight: 600;
}

/* ダイヤモンドレイアウト */
.diamond-layout {
    position: relative;
    max-width: 800px;
    margin: 50px auto;
    padding: 40px 20px;
}

.diamond-center {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.center-text {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    text-align: center;
}

.text-gradient-eco {
    background: linear-gradient(135deg, #059669, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.badge-eco {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border: 1px solid #86efac;
    padding: 3px 10px;
    border-radius: 18px;
    font-weight: 600;
    color: #047857;
    display: inline-block;
    margin: 0 3px;
    font-size: 14px;
}

.diamond-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    max-width: 300px;
    margin: 0 auto 20px;
}

.diamond-card .card-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.diamond-card h5 {
    font-size: 17px;
    color: #059669;
    margin-bottom: 8px;
    font-weight: 600;
}

.diamond-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

/* ジグザグレイアウト */
.zigzag-content {
    margin: 40px 0;
}

.zigzag-text-block,
.zigzag-data-block {
    margin-bottom: 35px;
}

.detail-text {
    font-size: 16px;
    line-height: 1.85;
    color: #334155;
    background: white;
    padding: 28px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.color-forest {
    color: #047857;
    font-weight: 700;
}

.highlight-yellow {
    background: rgba(250, 204, 21, 0.15);
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 600;
}

.num-red-large {
    color: #dc2626;
    font-weight: 700;
    font-size: 1.1em;
}

/* 画像ゾーン */
.image-zone-full {
    margin: 35px 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.img-responsive {
    width: 100%;
    height: auto;
    display: block;
}

.img-description {
    background: #f8fafc;
    padding: 12px;
    text-align: center;
    font-size: 13px;
    color: #64748b;
    font-style: italic;
}

/* データショーケース */
.data-showcase-grid {
    display: grid;
    gap: 25px;
}

.showcase-item {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    border-left: 3px solid #10b981;
}

.showcase-title {
    font-size: 15px;
    color: #475569;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-text {
    font-size: 15px;
    line-height: 1.75;
    color: #334155;
    margin-bottom: 20px;
}

.num-bold {
    font-weight: 700;
    color: #1e293b;
}

.num-green-xl {
    color: #059669;
    font-weight: 700;
    font-size: 1.2em;
}

.num-red-xl {
    color: #dc2626;
    font-weight: 700;
    font-size: 1.2em;
}

.underline-green {
    text-decoration: underline;
    text-decoration-color: rgba(5, 150, 105, 0.3);
    text-underline-offset: 3px;
    font-weight: 600;
}

.num-emphasis {
    color: #dc2626;
    font-weight: 700;
    font-size: 1.1em;
}

.text-xxl {
    font-size: 1.25em;
    font-weight: 700;
}

.data-point {
    background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
    border-radius: 12px;
    padding: 18px;
    text-align: center;
}

.point-value {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #059669;
    line-height: 1;
}

.point-unit {
    display: block;
    font-size: 14px;
    color: #64748b;
    margin: 5px 0;
}

.point-label {
    display: block;
    font-size: 13px;
    color: #475569;
    font-weight: 600;
}

/* パラレルカード */
.parallel-intro {
    background: white;
    border-radius: 15px;
    padding: 28px;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.intro-text {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.color-teal {
    color: #0d9488;
    font-weight: 700;
}

.tag-red {
    background: #fee2e2;
    padding: 2px 6px;
    border-radius: 3px;
    color: #dc2626;
    font-weight: 600;
}

.tag-gray {
    background: #f3f4f6;
    padding: 2px 6px;
    border-radius: 3px;
    color: #6b7280;
    font-weight: 600;
}

.tag-blue {
    background: #dbeafe;
    padding: 2px 6px;
    border-radius: 3px;
    color: #2563eb;
    font-weight: 600;
}

.badge-danger {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: white;
    padding: 3px 10px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}

.underline-bold {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    font-weight: 700;
}

.num-xxl-red {
    font-size: 1.3em;
    color: #dc2626;
    font-weight: 800;
}

.parallel-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.p-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.p-card-header {
    background: linear-gradient(135deg, #047857, #059669);
    color: white;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-icon {
    font-size: 28px;
}

.p-card-header h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.p-card-body {
    padding: 22px;
}

.p-card-body p {
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 15px;
}

.highlight-eco {
    background: rgba(16, 185, 129, 0.1);
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 600;
}

.num-giant {
    font-size: 2em;
    font-weight: 800;
    color: #059669;
    display: block;
    margin: 10px 0;
}

.effect-display {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-top: 15px;
}

.effect-number {
    font-size: 36px;
    font-weight: 800;
    color: #047857;
}

.effect-unit {
    font-size: 16px;
    color: #059669;
    font-weight: 600;
}

.effect-desc {
    font-size: 12px;
    color: #64748b;
    margin-top: 8px;
}

/* ステップフロー */
.cascade-intro-box {
    background: #f8fafc;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 40px;
}

.cascade-intro-box p {
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}

.text-gradient-green {
    background: linear-gradient(135deg, #059669, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.badge-gold {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: white;
    padding: 3px 10px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 13px;
}

.badge-silver {
    background: linear-gradient(135deg, #6b7280, #9ca3af);
    color: white;
    padding: 3px 10px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 13px;
}

.badge-bronze {
    background: linear-gradient(135deg, #92400e, #b45309);
    color: white;
    padding: 3px 10px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 13px;
}

.step-flow-container {
    position: relative;
    padding: 20px 0;
    margin: 40px 0;
}

.flow-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #e2e8f0, #cbd5e1, #e2e8f0);
    z-index: 0;
}

.step-item {
    position: relative;
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    z-index: 1;
}

.step-circle {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #047857, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.step-num {
    color: white;
    font-weight: 700;
    font-size: 16px;
}

.step-content h5 {
    font-size: 17px;
    color: #059669;
    margin-bottom: 10px;
    font-weight: 600;
}

.step-content p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.color-orange {
    color: #ea580c;
    font-weight: 700;
}

.text-xl {
    font-size: 1.15em;
    font-weight: 700;
}

/* エネルギーインフォグラフィック */
.energy-description {
    background: white;
    border-radius: 15px;
    padding: 28px;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.energy-description {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.color-amber {
    color: #f59e0b;
    font-weight: 700;
}

.wavy-underline {
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #ef4444;
    text-underline-offset: 3px;
}

.highlight-red {
    background: rgba(239, 68, 68, 0.1);
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 600;
}

.badge-success {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    padding: 3px 10px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}

.text-gradient-energy {
    background: linear-gradient(135deg, #f59e0b, #dc2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* グラフコンテナ */
.chart-container-ultimate {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.energy-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.benefit-box {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 25px;
    transition: transform 0.3s ease;
}

.benefit-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.box-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.benefit-box h5 {
    font-size: 17px;
    color: #059669;
    margin-bottom: 12px;
    font-weight: 600;
}

.benefit-box p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

/* 最終比較 */
.showcase-main {
    background: white;
    border-radius: 15px;
    padding: 28px;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.showcase-text {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.num-green-giant {
    color: #059669;
    font-weight: 800;
    font-size: 1.2em;
}

.num-red-giant {
    color: #dc2626;
    font-weight: 800;
    font-size: 1.3em;
}

.highlight-contrast {
    background: linear-gradient(transparent 60%, rgba(250, 204, 21, 0.25) 60%);
    padding: 2px 8px;
    font-weight: 700;
}

.comparison-visual {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 30px;
    align-items: center;
    margin: 40px 0;
}

.vs-item {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.vs-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.vs-icon {
    font-size: 28px;
}

.vs-header h5 {
    font-size: 18px;
    color: #1e293b;
    margin: 0;
    font-weight: 600;
}

.data-main {
    margin: 15px 0;
}

.data-num {
    font-size: 28px;
    font-weight: 800;
    color: #059669;
}

.data-unit {
    font-size: 16px;
    color: #64748b;
    font-weight: 600;
}

.data-period {
    font-size: 14px;
    color: #64748b;
    margin: 10px 0;
}

.efficiency-tag {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

.tag-excellent {
    background: linear-gradient(135deg, #059669, #10b981);
    color: white;
}

.tag-normal {
    background: #e5e7eb;
    color: #6b7280;
}

.vs-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-text {
    font-size: 24px;
    font-weight: 800;
    color: #f59e0b;
}

/* サステナビリティメッセージ */
.final-message-container {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border: 2px solid #86efac;
    border-radius: 20px;
    padding: 35px;
    margin: 60px 0 0;
    text-align: center;
}

.message-header-ultimate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.header-icon-large {
    font-size: 32px;
}

.message-header-ultimate h5 {
    font-size: 22px;
    color: #047857;
    margin: 0;
    font-weight: 700;
}

.message-body-ultimate p {
    font-size: 17px;
    line-height: 1.9;
    color: #1e293b;
}

.text-gradient-full {
    background: linear-gradient(135deg, #059669, #10b981, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.tag-green {
    background: rgba(34, 197, 94, 0.15);
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 600;
    color: #047857;
}

.tag-blue {
    background: rgba(59, 130, 246, 0.15);
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 600;
    color: #1e40af;
}

.tag-orange {
    background: rgba(245, 158, 11, 0.15);
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 600;
    color: #92400e;
}

.text-rainbow-eco {
    background: linear-gradient(90deg, #22c55e, #06b6d4, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.text-rainbow-bold {
    background: linear-gradient(90deg, #059669, #0891b2, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.text-fire {
    background: linear-gradient(135deg, #dc2626, #ea580c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

/* アニメーション（控えめ） */
@keyframes fadeIn-Up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-Right {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn-Left {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeIn-Up {
    animation: fadeIn-Up 0.5s ease-out;
}

.fadeIn-Right {
    animation: fadeIn-Right 0.5s ease-out;
}

.fadeIn-Left {
    animation: fadeIn-Left 0.5s ease-out;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
    .comparison-visual {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .vs-divider {
        transform: rotate(90deg);
        margin: 20px 0;
    }
    
    .parallel-cards-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .kiri-carbon-ultimate-sec {
        padding: 60px 20px;
        margin: 40px 15px;
        border-radius: 18px;
    }
    
    .ultimate-title {
        font-size: 26px;
    }
    
    .sub-title-ultimate {
        font-size: 22px;
    }
    
    .hexagon-item {
        position: relative;
        margin: 10px 0;
    }
    
    .hex-1, .hex-2, .hex-3 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
    }
    
    .energy-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .step-flow-container {
        padding: 10px 0;
    }
    
    .flow-line {
        display: none;
    }
}

@media (max-width: 480px) {
    .kiri-carbon-ultimate-sec {
        padding: 40px 15px;
        margin: 30px 10px;
    }
    
    .ultimate-title {
        font-size: 22px;
    }
    
    .lead-text-premium {
        font-size: 15px;
    }
    
    .sub-title-ultimate {
        font-size: 19px;
        flex-wrap: wrap;
    }
    
    .main-message-box {
        padding: 25px;
    }
    
    .intro-main-text {
        font-size: 15px;
    }
    
    .diamond-card {
        max-width: 100%;
    }
    
    .vs-item {
        padding: 20px;
    }
    
    .data-num {
        font-size: 24px;
    }
    
    .final-message-container {
        padding: 25px;
    }
    
    .message-body-ultimate p {
        font-size: 15px;
    }
}

/* プリント用スタイル */
@media print {
    .kiri-carbon-ultimate-sec {
        box-shadow: none;
        border: 1px solid #e2e8f0;
        background: white;
    }
    
    .kiri-carbon-ultimate-sec::before,
    .kiri-carbon-ultimate-sec::after {
        display: none;
    }
    
    * {
        animation: none !important;
    }
}

<style>
/* ===================================
   土地利用効率と生物多様性の両立セクション
   シックで貫禄のあるデザイン - 2025年最新SEO対応
   =================================== */

/* セクション全体のベース設定 */
.land-biodiversity-section-2025 {
  background: linear-gradient(135deg, #f8faf9 0%, #ffffff 50%, #f3f7f5 100%);
  padding: 80px 20px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* 背景装飾 */
.land-biodiversity-section-2025::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(34, 139, 34, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  animation: floatAnimation 20s infinite ease-in-out;
}

/* セクションヘッダー */
.section-header-container-unique2025 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.header-accent-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #228b22, #32cd32);
  margin: 0 auto 20px;
  border-radius: 2px;
}

.main-section-title-h3 {
  font-size: 36px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  font-family: 'Noto Sans JP', 'Hiragino Sans', sans-serif;
}

.title-icon-unique {
  display: inline-block;
  margin-right: 12px;
  font-size: 32px;
  vertical-align: middle;
  animation: fadeIn 1s ease-out;
}

.section-subtitle-unique {
  font-size: 18px;
  color: #555;
  font-weight: 400;
  margin-top: 12px;
  letter-spacing: 0.3px;
}

/* 導入部 */
.intro-content-block-unique2025 {
  margin-bottom: 50px;
}

.intro-highlight-box {
  background: #ffffff;
  border-left: 5px solid #228b22;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.lead-text-emphasis {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.2px;
}

.text-primary-green {
  color: #228b22;
  font-weight: 600;
  background: linear-gradient(180deg, transparent 60%, rgba(34, 139, 34, 0.15) 60%);
  padding: 2px 4px;
}

.highlight-text-green {
  color: #2e7d32;
  font-weight: 600;
  position: relative;
}

/* コンテンツセクション */
.content-section-wrapper-unique2025 {
  margin-bottom: 60px;
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.section-icon-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.section-number-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #228b22, #32cd32);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  margin-right: 16px;
  box-shadow: 0 3px 10px rgba(34, 139, 34, 0.3);
}

.subsection-title-h4 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 0;
  flex: 1;
  letter-spacing: 0.3px;
}

.content-paragraph {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 25px;
  letter-spacing: 0.1px;
}

.emphasis-bold {
  font-weight: 600;
  color: #2e7d32;
}

.highlight-co2 {
  background: linear-gradient(180deg, transparent 70%, rgba(50, 205, 50, 0.2) 70%);
  padding: 2px 4px;
  font-weight: 500;
}

/* 画像プレースホルダー */
.image-placeholder-unique2025 {
  margin: 30px 0;
  text-align: center;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  border: 2px dashed #d0d0d0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.responsive-image-full {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.image-caption {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  font-style: italic;
  letter-spacing: 0.2px;
}

/* インフォカード */
.info-card-container-unique2025 {
  margin-bottom: 60px;
}

.info-card-modern {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.info-card-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-header-gradient {
  background: linear-gradient(135deg, #2e7d32, #43a047);
  padding: 20px 30px;
}

.card-title-h4 {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
}

.icon-earth {
  margin-right: 12px;
  font-size: 24px;
}

.card-content-body {
  padding: 30px;
}

.data-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.data-number {
  font-weight: 700;
  color: #2e7d32;
  font-size: 18px;
}

.percentage {
  color: #1976d2;
  font-weight: 700;
  font-size: 18px;
}

/* プログレスバー */
.data-visualization-box {
  margin-top: 25px;
}

.progress-bar-container {
  background: #e0e0e0;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.progress-bar-fill {
  background: linear-gradient(90deg, #2e7d32, #66bb6a);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 1.5s ease;
  animation: slideIn 1.5s ease-out;
}

.progress-label {
  color: white;
  font-weight: 600;
  font-size: 16px;
}

.insight-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  background: #f8f8f8;
  padding: 15px;
  border-radius: 6px;
  border-left: 3px solid #66bb6a;
}

/* 特徴セクション */
.feature-section-unique2025 {
  background: white;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 60px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.feature-header-flex {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.feature-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.feature-paragraph {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 20px;
}

.emphasis-underline {
  text-decoration: underline;
  text-decoration-color: #66bb6a;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  font-weight: 600;
}

.data-highlight {
  background: #fff9c4;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
  color: #f57c00;
}

.benefit-list-container {
  margin-top: 25px;
}

.benefit-item-unique {
  display: flex;
  align-items: flex-start;
  background: #f1f8e9;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #689f38;
}

.check-icon {
  color: #689f38;
  font-size: 20px;
  font-weight: 700;
  margin-right: 15px;
  margin-top: 2px;
}

.image-area-unique {
  text-align: center;
}

.responsive-image-shadow {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.image-description {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  font-style: italic;
}

/* 生物多様性セクション */
.biodiversity-section-unique2025 {
  background: linear-gradient(135deg, #ffffff, #f8faf9);
  padding: 50px;
  border-radius: 12px;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.section-header-with-line {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.section-header-with-line::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #ddd, transparent);
  margin-left: 20px;
}

.intro-paragraph {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 35px;
}

.text-emphasis {
  color: #2e7d32;
  font-weight: 600;
}

.technical-data {
  background: #e8f5e9;
  padding: 3px 10px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 15px;
  color: #1b5e20;
}

.ecosystem-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 35px;
}

.benefit-card-unique {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.benefit-card-unique:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.benefit-icon-container {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ecosystem-icon {
  font-size: 28px;
}

.benefit-title {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 15px;
}

.benefit-description {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.species-highlight {
  color: #ff6f00;
  font-weight: 500;
}

.highlight-yellow {
  background: linear-gradient(180deg, transparent 70%, rgba(255, 235, 59, 0.3) 70%);
  padding: 2px 4px;
  font-weight: 600;
}

.species-emphasis {
  color: #d84315;
  font-weight: 500;
}

.importance-note-box {
  background: linear-gradient(135deg, #fff8e1, #ffecb3);
  border-left: 4px solid #ffa000;
  padding: 20px 25px;
  border-radius: 8px;
  margin-top: 30px;
}

.note-text {
  font-size: 15px;
  line-height: 1.8;
  color: #5d4037;
  margin: 0;
  display: flex;
  align-items: flex-start;
}

.note-icon {
  font-size: 20px;
  margin-right: 12px;
}

/* アグロフォレストリーセクション */
.agroforestry-section-unique2025 {
  background: white;
  padding: 50px;
  border-radius: 12px;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.section-header-modern {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.main-paragraph {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 30px;
}

.concept-emphasis {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 600;
  color: #0d47a1;
}

.system-explanation-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
  margin: 30px 0;
  border-top: 4px solid #1976d2;
}

.box-title {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 15px;
}

.explanation-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.method-highlight {
  background: #e1f5fe;
  padding: 3px 8px;
  border-radius: 4px;
  color: #01579b;
  font-weight: 500;
}

.image-container-agroforestry {
  margin: 35px 0;
  text-align: center;
  background: #fafafa;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.responsive-image-diagram {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.diagram-caption {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  font-weight: 500;
}

/* 海外事例セクション */
.international-cases-section-unique2025 {
  background: linear-gradient(135deg, #f3e5f5, #fce4ec);
  padding: 45px;
  border-radius: 12px;
  margin-bottom: 60px;
}

.cases-header {
  margin-bottom: 35px;
}

.globe-icon {
  margin-right: 12px;
  font-size: 28px;
  vertical-align: middle;
}

.cases-intro {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 30px;
}

.benefit-highlight-card {
  background: white;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.card-subtitle {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 20px;
}

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

.benefit-list-styled li {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.list-icon {
  margin-right: 12px;
  font-size: 20px;
}

/* 日本での展望セクション */
.japan-prospects-section-unique2025 {
  background: white;
  padding: 50px;
  border-radius: 12px;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.prospects-header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.prospects-text {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 30px;
}

.product-examples {
  color: #558b2f;
  font-weight: 500;
  font-style: italic;
}

.future-vision-box {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid #4caf50;
}

.vision-icon-container {
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  box-shadow: 0 3px 10px rgba(76, 175, 80, 0.2);
}

.future-icon {
  font-size: 32px;
}

.vision-content {
  flex: 1;
}

.vision-title {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 10px;
}

.vision-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.region-emphasis {
  color: #e65100;
  font-weight: 600;
}

.utilization-emphasis {
  color: #1565c0;
  font-weight: 600;
}

.final-image-container {
  margin-top: 40px;
  text-align: center;
  background: #f8f8f8;
  padding: 25px;
  border-radius: 10px;
}

.responsive-image-final {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.final-caption {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* まとめセクション */
.conclusion-section-unique2025 {
  margin-top: 60px;
}

.conclusion-box {
  background: linear-gradient(135deg, #1a237e, #283593);
  color: white;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(26, 35, 126, 0.3);
}

.conclusion-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conclusion-icon {
  margin-right: 12px;
  font-size: 28px;
}

.conclusion-text {
  font-size: 16px;
  line-height: 1.9;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
}

.final-emphasis {
  background: rgba(255, 255, 255, 0.15);
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.future-highlight {
  background: linear-gradient(180deg, transparent 70%, rgba(255, 255, 255, 0.3) 70%);
  padding: 2px 4px;
  font-weight: 700;
}

/* アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    width: 0;
  }
  to {
    width: 67%;
  }
}

@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .land-biodiversity-section-2025 {
    padding: 40px 15px;
  }
  
  .main-section-title-h3 {
    font-size: 28px;
  }
  
  .section-subtitle-unique {
    font-size: 16px;
  }
  
  .feature-content-grid,
  .ecosystem-benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .section-number-badge {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  
  .subsection-title-h4 {
    font-size: 20px;
  }
  
  .content-section-wrapper-unique2025,
  .feature-section-unique2025,
  .biodiversity-section-unique2025,
  .agroforestry-section-unique2025,
  .international-cases-section-unique2025,
  .japan-prospects-section-unique2025 {
    padding: 25px;
  }
  
  .future-vision-box {
    flex-direction: column;
    text-align: center;
  }
  
  .vision-icon-container {
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .conclusion-title {
    font-size: 20px;
  }
  
  .conclusion-text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .main-section-title-h3 {
    font-size: 24px;
  }
  
  .subsection-title-h4 {
    font-size: 18px;
  }
  
  .content-paragraph,
  .feature-paragraph,
  .data-text,
  .intro-paragraph {
    font-size: 14px;
  }
  
  .lead-text-emphasis {
    font-size: 15px;
  }
  
  .benefit-list-styled li {
    font-size: 14px;
  }
}

/* プリント対応 */
@media print {
  .land-biodiversity-section-2025 {
    box-shadow: none;
    background: white;
  }
  
  .section-number-badge {
    box-shadow: none;
  }
  
  .benefit-card-unique:hover {
    transform: none;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  }
}
</style>


<style>
/* ===============================================
   カーボンクレジットとしての可能性と市場価値
   完全版スタイルシート - 2025年最新
   H3セクション - 環境への貢献
   =============================================== */

/* メインセクション設定 */
.carbon-credit-ultimate-section-xyz789 {
  background: linear-gradient(180deg, #ffffff 0%, #f0f7f0 25%, #ffffff 50%, #f5faf5 75%, #ffffff 100%);
  padding: 100px 20px;
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

/* 背景デコレーション */
.carbon-credit-ultimate-section-xyz789::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(46, 125, 50, 0.03) 0%, transparent 70%);
  border-radius: 50%;
}

/* 波形ヘッダーコンテナ */
.cc-header-wave-container-xyz789 {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  padding-top: 20px;
}

.wave-decoration-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
}

.main-h3-title-xyz789 {
  font-size: 42px;
  color: #1a1a1a;
  font-weight: 700;
  margin: 30px 0 20px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  position: relative;
  z-index: 1;
  animation: fadeIn-Up 0.8s ease-out;
}

.section-badge-xyz789 {
  display: inline-block;
  background: linear-gradient(135deg, #1b5e20, #2e7d32);
  color: white;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  box-shadow: 0 4px 20px rgba(27, 94, 32, 0.25);
}

.subtitle-container-xyz789 {
  position: relative;
  z-index: 1;
}

.subtitle-text-xyz789 {
  font-size: 19px;
  color: #424242;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

.eco-highlight {
  background: linear-gradient(180deg, transparent 60%, rgba(76, 175, 80, 0.2) 60%);
  padding: 2px 6px;
  color: #1b5e20;
  font-weight: 600;
}

/* パララックス風イントロ */
.intro-parallax-section-xyz789 {
  background: white;
  border-radius: 16px;
  padding: 50px;
  margin-bottom: 70px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border-left: 6px solid linear-gradient(180deg, #2e7d32, #66bb6a);
  position: relative;
}

.intro-parallax-section-xyz789::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="%234caf50" stroke-width="0.5" opacity="0.3"/></svg>');
  background-size: contain;
}

.intro-main-paragraph-xyz789 {
  font-size: 17px;
  line-height: 2;
  color: #2c2c2c;
  margin-bottom: 30px;
  letter-spacing: 0.3px;
}

.co2-strong {
  color: #1b5e20;
  font-weight: 700;
  font-size: 18px;
  background: rgba(76, 175, 80, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

.market-highlight {
  color: #00695c;
  font-weight: 600;
  border-bottom: 2px solid #4db6ac;
  padding-bottom: 2px;
}

.ghg-emphasis {
  color: #bf360c;
  font-weight: 600;
  font-style: italic;
}

.offset-bold {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  padding: 4px 12px;
  border-radius: 6px;
  color: #1b5e20;
  font-weight: 700;
}

/* エコバッジコンテナ */
.eco-badge-container-xyz789 {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
}

.eco-badge-item {
  background: linear-gradient(135deg, #f1f8e9, #dcedc8);
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 15px;
  color: #33691e;
  font-weight: 600;
  box-shadow: 0 3px 15px rgba(85, 139, 47, 0.2);
  transition: transform 0.3s ease;
}

.eco-badge-item:hover {
  transform: translateY(-3px);
}

/* 市場規模インフォグラフィック */
.market-scale-infographic-xyz789 {
  background: linear-gradient(135deg, #ffffff, #f9fbe7);
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 70px;
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.market-scale-infographic-xyz789::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #2e7d32, #66bb6a, #2e7d32);
}

.infographic-header-xyz789 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.icon-circle-xyz789 {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #4caf50, #8bc34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(76, 175, 80, 0.3);
}

.market-icon {
  font-size: 35px;
}

.subsection-h4-xyz789 {
  font-size: 28px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.3px;
}

.market-description-xyz789 {
  font-size: 17px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 35px;
}

.year-marker {
  background: #fff3e0;
  padding: 3px 10px;
  border-radius: 5px;
  color: #e65100;
  font-weight: 700;
}

.amount-huge {
  font-size: 22px;
  color: #2e7d32;
  font-weight: 700;
  background: linear-gradient(180deg, transparent 70%, rgba(255, 193, 7, 0.3) 70%);
  padding: 2px 8px;
}

.carbon-neutral-goal {
  color: #00695c;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #4db6ac;
  text-underline-offset: 4px;
}

/* グラフコンテナ */
.growth-chart-container-xyz789 {
  background: white;
  padding: 30px;
  border-radius: 12px;
  height: 350px;
  margin-bottom: 35px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.additional-eco-text-xyz789 {
  font-size: 16px;
  line-height: 1.9;
  color: #424242;
  padding: 25px;
  background: rgba(232, 245, 233, 0.3);
  border-radius: 10px;
  border-left: 4px solid #66bb6a;
}

.sustainable-text {
  color: #2e7d32;
  font-weight: 600;
}

.climate-action {
  color: #d84315;
  font-weight: 700;
  font-size: 17px;
}

.green-finance {
  background: #c8e6c9;
  padding: 2px 8px;
  border-radius: 4px;
  color: #1b5e20;
  font-weight: 600;
}

.net-zero {
  color: #1565c0;
  font-weight: 600;
}

.renewable-energy {
  color: #f57c00;
  font-weight: 700;
}

/* タイムラインレイアウト */
.advantages-timeline-xyz789 {
  position: relative;
  padding: 60px 0;
  margin-bottom: 70px;
}

.advantages-timeline-xyz789::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100px;
  bottom: 100px;
  width: 3px;
  background: linear-gradient(180deg, #4caf50, #8bc34a);
  transform: translateX(-50%);
}

.timeline-intro-xyz789 {
  text-align: center;
  margin-bottom: 60px;
}

.timeline-lead-text-xyz789 {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}

.carbon-sequestration {
  color: #1b5e20;
  font-weight: 700;
  font-size: 19px;
}

.timeline-item-xyz789 {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}

.timeline-marker {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2e7d32, #66bb6a);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 5px 20px rgba(46, 125, 50, 0.3);
  z-index: 2;
}

.timeline-content-xyz789 {
  background: white;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  width: 45%;
  position: relative;
}

.timeline-item-xyz789:nth-child(even) .timeline-content-xyz789 {
  margin-left: auto;
}

.timeline-item-xyz789:nth-child(odd) .timeline-content-xyz789 {
  margin-right: auto;
}

.timeline-title {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 20px;
}

.timeline-text {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 20px;
}

.co2-absorption {
  background: rgba(178, 223, 219, 0.3);
  padding: 2px 8px;
  border-radius: 4px;
  color: #00695c;
  font-weight: 600;
}

.time-normal {
  color: #757575;
  font-weight: 500;
}

.time-quick {
  color: #2e7d32;
  font-weight: 700;
  font-size: 17px;
}

.time-peak {
  color: #1976d2;
  font-weight: 700;
}

.early-return-highlight {
  background: #ffeb3b;
  padding: 3px 10px;
  border-radius: 5px;
  color: #827717;
  font-weight: 700;
}

/* エコキーワード */
.eco-keywords-xyz789 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.keyword-tag {
  background: #e8f5e9;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  color: #2e7d32;
  font-weight: 600;
}

/* 検証バッジ */
.verification-badges-xyz789 {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.v-badge {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  color: #0d47a1;
  font-weight: 600;
}

/* コベネフィットリスト */
.cobenefit-list-xyz789 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 25px;
}

.cobenefit-item {
  background: linear-gradient(135deg, #fff9c4, #ffecb3);
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 15px;
  color: #5d4037;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 経済ダッシュボード */
.economic-dashboard-xyz789 {
  background: linear-gradient(135deg, #ffffff, #fafafa);
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 70px;
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.05);
  border-top: 5px solid linear-gradient(90deg, #ff6f00, #ffa000);
}

.dashboard-header-xyz789 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.dashboard-icon {
  font-size: 40px;
}

.dashboard-title {
  font-size: 28px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 0;
}

.dashboard-text {
  font-size: 17px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 40px;
}

.hectare {
  color: #d84315;
  font-weight: 700;
  font-size: 18px;
}

.period {
  background: #ffecb3;
  padding: 3px 10px;
  border-radius: 5px;
  color: #e65100;
  font-weight: 600;
}

.co2-volume {
  font-size: 19px;
  color: #2e7d32;
  font-weight: 700;
  background: linear-gradient(180deg, transparent 70%, rgba(139, 195, 74, 0.3) 70%);
  padding: 2px 8px;
}

.price-range {
  color: #6a1b9a;
  font-weight: 600;
  font-style: italic;
}

.premium-project {
  color: #0d47a1;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #64b5f6;
  text-underline-offset: 4px;
}

/* 計算カード */
.calculation-cards-xyz789 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.calc-card-xyz789 {
  background: white;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #4caf50;
  transition: transform 0.3s ease;
}

.calc-card-xyz789:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.08);
}

.calc-card-title {
  font-size: 20px;
  color: #2e7d32;
  font-weight: 600;
  margin-bottom: 20px;
}

.calc-detail {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
}

.unit-price {
  color: #d84315;
  font-weight: 700;
  font-size: 17px;
}

.credit-revenue {
  background: #c8e6c9;
  padding: 3px 12px;
  border-radius: 5px;
  color: #1b5e20;
  font-weight: 700;
}

.timber-amount {
  color: #5d4037;
  font-weight: 600;
}

.timber-revenue {
  font-size: 18px;
  color: #2e7d32;
  font-weight: 700;
  background: rgba(139, 195, 74, 0.2);
  padding: 4px 12px;
  border-radius: 6px;
}

.total-revenue {
  font-size: 22px;
  color: #f57c00;
  font-weight: 700;
  background: linear-gradient(135deg, #fff9c4, #ffeb3b);
  padding: 6px 18px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

/* 画像コンテナ */
.image-container-xyz789 {
  text-align: center;
  margin: 40px 0;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 12px;
}

.full-width-image-xyz789 {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.image-caption-xyz789 {
  font-size: 15px;
  color: #616161;
  margin-top: 20px;
  font-style: italic;
  letter-spacing: 0.3px;
}

/* コスト考慮ボックス */
.cost-consideration-box-xyz789 {
  background: #f9f9f9;
  padding: 35px;
  border-radius: 12px;
  border-left: 5px solid #757575;
  margin-top: 30px;
}

.cost-text-xyz789 {
  font-size: 16px;
  line-height: 1.9;
  color: #424242;
  margin-bottom: 25px;
}

.cost-element {
  color: #d32f2f;
  font-weight: 600;
  font-style: italic;
}

.viability {
  color: #2e7d32;
  font-weight: 700;
  font-size: 17px;
}

.abandoned-farmland {
  color: #795548;
  font-weight: 600;
}

.csr-emphasis {
  background: #e3f2fd;
  padding: 4px 12px;
  border-radius: 6px;
  color: #0d47a1;
  font-weight: 700;
}

/* サステナビリティファクター */
.sustainability-factors-xyz789 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.factor-badge {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 15px;
  color: #2e7d32;
  font-weight: 600;
  box-shadow: 0 3px 15px rgba(76, 175, 80, 0.2);
}

/* アコーディオン認証制度 */
.certification-accordion-xyz789 {
  margin-bottom: 70px;
}

.accordion-item-xyz789 {
  background: white;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item-xyz789:hover {
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.08);
}

.accordion-header-xyz789 {
  background: linear-gradient(135deg, #f5f5f5, #fafafa);
  padding: 25px 35px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.accordion-header-xyz789:hover {
  background: linear-gradient(135deg, #eeeeee, #f5f5f5);
}

.country-flag {
  font-size: 32px;
}

.accordion-title {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 0;
}

.accordion-content-xyz789 {
  padding: 35px;
  border-top: 1px solid #e0e0e0;
}

.certification-text {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 25px;
}

.j-credit-bold {
  color: #1b5e20;
  font-weight: 700;
  font-size: 17px;
}

.forest-method {
  color: #558b2f;
  font-weight: 600;
}

.afforestation {
  color: #689f38;
  font-weight: 600;
}

.specialized-method {
  background: #f1f8e9;
  padding: 4px 12px;
  border-radius: 6px;
  color: #33691e;
  font-weight: 700;
}

.verra-bold {
  color: #0d47a1;
  font-weight: 700;
  font-size: 17px;
}

.gold-bold {
  color: #f57c00;
  font-weight: 700;
  font-size: 17px;
}

.international-std {
  color: #1565c0;
  font-weight: 600;
}

.global-market {
  color: #00695c;
  font-weight: 600;
}

.higher-price {
  background: linear-gradient(180deg, transparent 70%, rgba(255, 193, 7, 0.3) 70%);
  padding: 2px 8px;
  color: #e65100;
  font-weight: 700;
}

/* J-クレジット特徴 */
.j-credit-features-xyz789,
.international-benefits-xyz789 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.feature-item,
.benefit-global {
  background: #f1f8e9;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 15px;
  color: #2e7d32;
  font-weight: 600;
  border-left: 3px solid #66bb6a;
}

/* 未来ビジョンセクション */
.future-vision-section-xyz789 {
  background: linear-gradient(135deg, #0d47a1, #1976d2);
  color: white;
  padding: 70px;
  border-radius: 20px;
  margin-top: 70px;
  box-shadow: 0 10px 50px rgba(13, 71, 161, 0.3);
  position: relative;
  overflow: hidden;
}

.future-vision-section-xyz789::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.vision-container-xyz789 {
  position: relative;
  z-index: 1;
}

.vision-title-xyz789 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.vision-icon {
  font-size: 36px;
}

.vision-text-xyz789 {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 40px;
  max-width: 900px;
}

.sustainable-future {
  background: rgba(255, 255, 255, 0.2);
  padding: 3px 12px;
  border-radius: 6px;
  font-weight: 600;
}

.green-infrastructure {
  font-weight: 700;
  font-size: 19px;
  text-decoration: underline;
  text-decoration-color: #81c784;
  text-underline-offset: 4px;
}

.climate-positive {
  color: #81c784;
  font-weight: 600;
}

.nature-based {
  color: #aed581;
  font-weight: 700;
}

.ecosystem-services {
  color: #ffeb3b;
  font-weight: 600;
}

.economic-benefits {
  color: #ffd54f;
  font-weight: 600;
}

.planetary-health {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  padding: 5px 18px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}

/* キーワードクラウド */
.future-keywords-cloud-xyz789 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}

.cloud-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.cloud-item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
}

/* 最終画像ラッパー */
.final-image-wrapper-xyz789 {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 35px;
  border-radius: 14px;
  margin-top: 40px;
}

.vision-image-xyz789 {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

.final-caption-xyz789 {
  font-size: 16px;
  margin-top: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* アニメーション */
@keyframes fadeIn-Up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-left {
  animation: fadeIn-Left 0.8s ease-out;
}

@keyframes fadeIn-Left {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-right {
  animation: fadeIn-Right 0.8s ease-out;
}

@keyframes fadeIn-Right {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* レスポンシブデザイン */
@media (max-width: 992px) {
  .timeline-item-xyz789 {
    flex-direction: column;
  }
  
  .advantages-timeline-xyz789::before {
    display: none;
  }
  
  .timeline-marker {
    position: relative;
    left: auto;
    transform: none;
    margin-bottom: 20px;
  }
  
  .timeline-content-xyz789 {
    width: 100%;
    margin: 0 !important;
  }
  
  .calculation-cards-xyz789 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .carbon-credit-ultimate-section-xyz789 {
    padding: 60px 15px;
  }
  
  .main-h3-title-xyz789 {
    font-size: 32px;
  }
  
  .intro-parallax-section-xyz789,
  .market-scale-infographic-xyz789,
  .economic-dashboard-xyz789,
  .future-vision-section-xyz789 {
    padding: 35px 25px;
  }
  
  .cobenefit-list-xyz789 {
    grid-template-columns: 1fr;
  }
  
  .eco-badge-container-xyz789,
  .sustainability-factors-xyz789,
  .future-keywords-cloud-xyz789 {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .carbon-credit-ultimate-section-xyz789 {
    padding: 40px 10px;
    border-radius: 12px;
  }
  
  .main-h3-title-xyz789 {
    font-size: 26px;
  }
  
  .section-badge-xyz789 {
    font-size: 14px;
    padding: 6px 14px;
  }
  
  .subtitle-text-xyz789 {
    font-size: 16px;
  }
  
  .subsection-h4-xyz789,
  .dashboard-title,
  .vision-title-xyz789 {
    font-size: 22px;
  }
  
  .intro-main-paragraph-xyz789,
  .market-description-xyz789,
  .dashboard-text,
  .timeline-text,
  .vision-text-xyz789 {
    font-size: 15px;
  }
  
  .growth-chart-container-xyz789 {
    height: 250px;
    padding: 20px;
  }
  
  .calc-card-xyz789 {
    padding: 25px;
  }
  
  .accordion-header-xyz789 {
    padding: 20px;
  }
  
  .accordion-content-xyz789 {
    padding: 25px;
  }
}

/* プリント対応 */
@media print {
  .carbon-credit-ultimate-section-xyz789 {
    box-shadow: none;
    background: white;
  }
  
  .future-vision-section-xyz789 {
    background: #f5f5f5;
    color: #333;
  }
  
  .vision-text-xyz789,
  .final-caption-xyz789 {
    color: #333;
  }
  
  .calc-card-xyz789:hover,
  .accordion-item-xyz789:hover {
    transform: none;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  }
}
</style>

/* ===========================
   京都皇帝早生桐 - 地域活性化と社会的インパクト セクション CSS
   =========================== */
<style>
/* ===========================
   メインセクションスタイル
   =========================== */
.kiri-regional-revitalization-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f4f8 100%);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 60px 0;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}

.kiri-regional-revitalization-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(34, 139, 34, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.kiri-section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===========================
   セクションヘッダー
   =========================== */
.kiri-section-header {
  text-align: center;
  margin-bottom: 50px;
  animation: fadeInUp 0.8s ease-out;
}

.kiri-main-title {
  font-size: 2.5rem;
  color: #1a4d2e;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.kiri-main-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #228b22, #32cd32);
  border-radius: 2px;
}

.kiri-title-icon {
  display: inline-block;
  margin-right: 10px;
  animation: pulse 2s ease-in-out infinite;
}

.kiri-section-subtitle {
  font-size: 1.2rem;
  color: #4a5568;
  margin-top: 15px;
}

.kiri-emphasis {
  color: #228b22;
  font-weight: bold;
  border-bottom: 2px solid #90ee90;
  padding-bottom: 2px;
}

/* ===========================
   イントロブロック
   =========================== */
.kiri-intro-block {
  background: white;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.kiri-intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #2d3748;
}

.kiri-highlight {
  background: linear-gradient(transparent 60%, #90ee90 60%);
  padding: 2px 4px;
  font-weight: 600;
}

/* ===========================
   コンテンツブロック
   =========================== */
.kiri-content-block {
  background: white;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kiri-content-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.kiri-content-header {
  margin-bottom: 30px;
}

.kiri-subsection-title {
  font-size: 1.8rem;
  color: #1a4d2e;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
}

.kiri-number-badge {
  background: linear-gradient(135deg, #228b22, #32cd32);
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  min-width: 45px;
  text-align: center;
}

.kiri-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 20px;
}

.kiri-strong {
  color: #1a4d2e;
  font-weight: bold;
}

.kiri-emphasis-text {
  color: #228b22;
  font-weight: 600;
}

/* ===========================
   比較カード
   =========================== */
.kiri-comparison-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 30px 0;
}

.kiri-card {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
}

.kiri-card.kiri-kyoto-kiri {
  background: linear-gradient(135deg, #f0fff4 0%, #e6ffed 100%);
  border-color: #90ee90;
}

.kiri-card-title {
  font-size: 1.2rem;
  color: #2d3748;
  margin-bottom: 20px;
  font-weight: bold;
}

.kiri-data-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #4a5568;
  display: block;
  margin-bottom: 10px;
}

.kiri-highlight-number {
  color: #228b22;
  text-shadow: 0 2px 4px rgba(34, 139, 34, 0.2);
}

.kiri-card-text {
  font-size: 0.95rem;
  color: #718096;
}

/* ===========================
   バリューチェーン
   =========================== */
.kiri-value-chain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
  padding: 30px;
  background: linear-gradient(135deg, #f0fff4 0%, #f8f9fa 100%);
  border-radius: 15px;
  flex-wrap: wrap;
  gap: 20px;
}

.kiri-chain-item {
  flex: 1;
  min-width: 150px;
  text-align: center;
}

.kiri-chain-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  display: block;
}

.kiri-chain-title {
  font-size: 1.1rem;
  color: #1a4d2e;
  font-weight: bold;
  margin-bottom: 10px;
}

.kiri-chain-desc {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.6;
}

.kiri-chain-arrow {
  font-size: 2rem;
  color: #90ee90;
  font-weight: bold;
}

/* ===========================
   プログラムリスト
   =========================== */
.kiri-program-list {
  margin: 30px 0;
}

.kiri-program-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: background-color 0.3s ease;
}

.kiri-program-item:hover {
  background: #e8f4f8;
}

.kiri-program-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}

.kiri-program-title {
  font-size: 1.1rem;
  color: #1a4d2e;
  font-weight: bold;
  margin-bottom: 5px;
}

.kiri-program-desc {
  font-size: 0.95rem;
  color: #4a5568;
}

/* ===========================
   CSR/ESG活動カード
   =========================== */
.kiri-csr-activities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 30px 0;
}

.kiri-activity-card {
  background: linear-gradient(135deg, #ffffff 0%, #f0fff4 100%);
  border: 2px solid #90ee90;
  border-radius: 15px;
  padding: 25px;
  transition: all 0.3s ease;
}

.kiri-activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(34, 139, 34, 0.15);
}

.kiri-activity-title {
  font-size: 1.2rem;
  color: #228b22;
  font-weight: bold;
  margin-bottom: 15px;
}

.kiri-activity-desc {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.7;
}

/* ===========================
   SDGsグリッド
   =========================== */
.kiri-sdgs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 30px 0;
}

.kiri-sdg-item {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.kiri-sdg-item:hover {
  border-color: #90ee90;
  transform: scale(1.05);
}

.kiri-sdg-number {
  background: linear-gradient(135deg, #228b22, #32cd32);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 15px;
}

.kiri-sdg-title {
  font-size: 1rem;
  color: #1a4d2e;
  font-weight: bold;
  margin-bottom: 10px;
}

.kiri-sdg-desc {
  font-size: 0.9rem;
  color: #718096;
  line-height: 1.5;
}

/* ===========================
   事例紹介
   =========================== */
.kiri-case-highlight {
  background: linear-gradient(135deg, #f0fff4 0%, #e6ffed 100%);
  border-left: 5px solid #228b22;
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.kiri-location {
  color: #228b22;
  font-weight: bold;
  font-size: 1.1rem;
}

.kiri-project-details {
  margin-top: 30px;
}

.kiri-detail-title {
  font-size: 1.3rem;
  color: #1a4d2e;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #90ee90;
}

.kiri-detail-list {
  margin: 20px 0;
}

.kiri-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
}

.kiri-check-icon {
  color: #228b22;
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
}

.kiri-detail-text {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.7;
}

/* ===========================
   画像コンテナ
   =========================== */
.kiri-image-container {
  margin: 40px 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.kiri-full-width-image {
  width: 100%;
  height: auto;
  display: block;
}

.kiri-image-caption {
  background: #f8f9fa;
  padding: 15px;
  text-align: center;
  font-size: 0.9rem;
  color: #718096;
  font-style: italic;
}

/* ===========================
   結論ブロック
   =========================== */
.kiri-conclusion-block {
  background: linear-gradient(135deg, #1a4d2e 0%, #228b22 100%);
  color: white;
  border-radius: 20px;
  padding: 50px 40px;
  margin-top: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.kiri-conclusion-block::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}

.kiri-conclusion-title {
  font-size: 2rem;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.kiri-conclusion-icon {
  display: inline-block;
  margin-right: 10px;
  animation: sparkle 1.5s ease-in-out infinite;
}

.kiri-conclusion-content {
  position: relative;
  z-index: 1;
}

.kiri-conclusion-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.kiri-conclusion-text .kiri-emphasis {
  color: #90ee90;
  border-bottom: 2px solid #90ee90;
}

.kiri-circular-economy {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 25px;
  margin-top: 30px;
}

.kiri-circular-text {
  font-size: 1.15rem;
  line-height: 1.8;
}

.kiri-highlight-large {
  font-size: 1.3rem;
  font-weight: bold;
  color: #90ee90;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* ===========================
   アニメーション定義
   =========================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes sparkle {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ===========================
   レスポンシブ対応
   =========================== */
@media (max-width: 768px) {
  .kiri-main-title {
    font-size: 2rem;
  }
  
  .kiri-section-subtitle {
    font-size: 1rem;
  }
  
  .kiri-subsection-title {
    font-size: 1.5rem;
  }
  
  .kiri-content-block {
    padding: 25px 20px;
  }
  
  .kiri-comparison-cards {
    grid-template-columns: 1fr;
  }
  
  .kiri-value-chain {
    flex-direction: column;
    text-align: center;
  }
  
  .kiri-chain-arrow {
    transform: rotate(90deg);
  }
  
  .kiri-sdgs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .kiri-csr-activities {
    grid-template-columns: 1fr;
  }
  
  .kiri-conclusion-block {
    padding: 35px 25px;
  }
  
  .kiri-conclusion-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .kiri-main-title {
    font-size: 1.8rem;
  }
  
  .kiri-data-number {
    font-size: 2rem;
  }
  
  .kiri-chain-icon {
    font-size: 2.5rem;
  }
  
  .kiri-sdgs-grid {
    grid-template-columns: 1fr;
  }
  
  .kiri-program-item {
    flex-direction: column;
    text-align: center;
  }
}

/* ===========================
   印刷対応
   =========================== */
@media print {
  .kiri-regional-revitalization-section {
    box-shadow: none;
    background: white;
  }
  
  .kiri-content-block {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  
  .kiri-conclusion-block {
    background: #f8f9fa;
    color: #1a4d2e;
  }
}
</style>

<style>
/* ================================
   H3セクション: 国際的な気候変動対策への貢献可能性
   ================================ */

/* メインセクション */
.kyoto-kiri-global-climate-section {
  background: linear-gradient(135deg, #f0f5f3 0%, #e8f2ed 50%, #f5f9f7 100%);
  border-radius: 24px;
  box-shadow: 0 12px 48px rgba(0, 47, 23, 0.08);
  padding: 80px 0;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
}

.kyoto-kiri-global-climate-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  animation: kiri-climate-float 20s ease-in-out infinite;
}

.kiri-climate-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* ヘッダー */
.kiri-climate-header {
  text-align: center;
  margin-bottom: 60px;
  animation: kiri-climate-fadeInUp 0.8s ease-out;
}

.kiri-climate-main-title {
  font-size: 2.8rem;
  color: #0d3320;
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
}

.kiri-climate-main-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #16a34a, #22c55e);
  border-radius: 2px;
}

.kiri-climate-title-icon {
  display: inline-block;
  margin-right: 12px;
  animation: kiri-climate-rotate 15s linear infinite;
}

.kiri-climate-subtitle {
  font-size: 1.3rem;
  color: #374151;
  margin-top: 20px;
  font-weight: 500;
}

.kiri-climate-strong {
  color: #059669;
  font-weight: 700;
  position: relative;
}

/* ワールドマップイントロ */
.kiri-climate-world-intro {
  background: white;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 48px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  position: relative;
}

.kiri-climate-intro-text {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #1f2937;
  margin-bottom: 32px;
}

.kiri-climate-highlight {
  background: linear-gradient(transparent 60%, #86efac 60%);
  padding: 2px 6px;
  font-weight: 600;
  color: #064e3b;
}

.kiri-climate-emphasis {
  color: #059669;
  font-weight: 700;
  border-bottom: 2px solid #86efac;
  padding-bottom: 2px;
}

/* ワールドマップビジュアル */
.kiri-climate-world-map {
  position: relative;
  height: 300px;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border-radius: 16px;
  overflow: hidden;
}

.kiri-climate-map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.kiri-climate-region {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
}

.kiri-climate-region-dot {
  width: 16px;
  height: 16px;
  background: #22c55e;
  border-radius: 50%;
  animation: kiri-climate-pulse 2s ease-in-out infinite;
}

.kiri-climate-region-label {
  background: white;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #064e3b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.kiri-climate-asia { top: 30%; left: 60%; }
.kiri-climate-africa { top: 50%; left: 45%; }
.kiri-climate-southamerica { top: 60%; left: 25%; }
.kiri-climate-oceania { top: 70%; right: 20%; }

/* 適応性ブロック */
.kiri-climate-adaptability-block,
.kiri-climate-challenges-block,
.kiri-climate-china-case,
.kiri-climate-developing-regions,
.kiri-climate-funding-block,
.kiri-climate-japan-cooperation,
.kiri-climate-corporate-expansion {
  background: white;
  border-radius: 20px;
  padding: 48px;
  margin-bottom: 48px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kiri-climate-adaptability-block:hover,
.kiri-climate-challenges-block:hover,
.kiri-climate-china-case:hover,
.kiri-climate-developing-regions:hover,
.kiri-climate-funding-block:hover,
.kiri-climate-japan-cooperation:hover,
.kiri-climate-corporate-expansion:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.kiri-climate-block-header {
  margin-bottom: 32px;
}

.kiri-climate-section-title {
  font-size: 1.9rem;
  color: #0d3320;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
}

.kiri-climate-number {
  background: linear-gradient(135deg, #059669, #10b981);
  color: white;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  min-width: 50px;
  text-align: center;
}

.kiri-climate-paragraph {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #374151;
  margin-bottom: 24px;
}

.kiri-climate-green {
  color: #059669;
  font-weight: 700;
}

.kiri-climate-red {
  color: #dc2626;
  font-weight: 700;
}

.kiri-climate-underline {
  text-decoration: underline;
  text-decoration-color: #86efac;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* 生育条件サークル */
.kiri-climate-conditions-circles {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin: 40px 0;
}

.kiri-climate-circle {
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: kiri-climate-fadeIn 0.8s ease-out;
}

.kiri-climate-circle::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  z-index: -1;
  opacity: 0.3;
}

.kiri-climate-circle-inner {
  text-align: center;
}

.kiri-climate-circle-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #059669;
  margin-bottom: 8px;
}

.kiri-climate-circle-label {
  font-size: 0.9rem;
  color: #064e3b;
  font-weight: 600;
}

.kiri-climate-highlight-green {
  color: #059669;
  font-weight: 700;
  background: rgba(134, 239, 172, 0.2);
  padding: 2px 6px;
  border-radius: 4px;
}

/* ソリューションカード */
.kiri-climate-solution-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.kiri-climate-solution-card {
  background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
  border: 2px solid #bbf7d0;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  transition: all 0.3s ease;
}

.kiri-climate-solution-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.15);
}

.kiri-climate-card-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
}

.kiri-climate-card-title {
  font-size: 1.2rem;
  color: #064e3b;
  font-weight: 700;
  margin-bottom: 12px;
}

.kiri-climate-card-text {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.6;
}

/* タイムライン */
.kiri-climate-timeline {
  position: relative;
  padding-left: 40px;
  margin: 32px 0;
}

.kiri-climate-timeline::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #22c55e, #16a34a);
}

.kiri-climate-timeline-item {
  position: relative;
  margin-bottom: 32px;
  animation: kiri-climate-fadeInLeft 0.8s ease-out;
}

.kiri-climate-timeline-marker {
  position: absolute;
  left: -24px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: #22c55e;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
}

.kiri-climate-timeline-content {
  background: #f9fafb;
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid #22c55e;
}

.kiri-climate-timeline-title {
  font-size: 1.1rem;
  color: #064e3b;
  font-weight: 700;
  margin-bottom: 8px;
}

.kiri-climate-timeline-text {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
}

.kiri-climate-location {
  color: #059669;
  font-weight: 700;
  background: rgba(134, 239, 172, 0.2);
  padding: 2px 8px;
  border-radius: 4px;
}

/* アコーディオン */
.kiri-climate-accordion-item {
  background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
  border: 2px solid #bbf7d0;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.kiri-climate-accordion-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.kiri-climate-accordion-header:hover {
  background: rgba(134, 239, 172, 0.2);
}

.kiri-climate-accordion-icon {
  font-size: 2rem;
}

.kiri-climate-accordion-title {
  font-size: 1.2rem;
  color: #064e3b;
  font-weight: 700;
}

.kiri-climate-accordion-content {
  padding: 0 24px 24px;
}

.kiri-climate-accordion-text {
  font-size: 1.05rem;
  color: #374151;
  line-height: 1.8;
}

.kiri-climate-triple {
  color: #059669;
  font-weight: 700;
  padding: 2px 6px;
  background: rgba(134, 239, 172, 0.15);
  border-radius: 4px;
  margin: 0 4px;
}

/* 資金フロー */
.kiri-climate-funding-flow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 40px 0;
  padding: 32px;
  background: linear-gradient(135deg, #f9fafb, #f3f4f6);
  border-radius: 16px;
}

.kiri-climate-flow-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.kiri-climate-flow-box {
  background: white;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  min-width: 140px;
}

.kiri-climate-flow-title {
  font-size: 1.1rem;
  color: #064e3b;
  font-weight: 700;
  margin-bottom: 8px;
}

.kiri-climate-flow-text {
  font-size: 0.95rem;
  color: #6b7280;
}

.kiri-climate-flow-arrow {
  font-size: 2rem;
  color: #22c55e;
  font-weight: bold;
}

.kiri-climate-org {
  color: #0284c7;
  font-weight: 700;
}

/* 協力グリッド */
.kiri-climate-cooperation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 28px;
  margin: 32px 0;
}

.kiri-climate-grid-item {
  background: #f9fafb;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.kiri-climate-grid-item:hover {
  border-color: #86efac;
  background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
  transform: translateY(-4px);
}

.kiri-climate-grid-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
  display: block;
}

.kiri-climate-grid-title {
  font-size: 1.2rem;
  color: #064e3b;
  font-weight: 700;
  margin-bottom: 12px;
}

.kiri-climate-grid-text {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
}

/* 統計 */
.kiri-climate-stats {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
  padding: 32px;
  background: linear-gradient(135deg, #065f46, #064e3b);
  border-radius: 16px;
}

.kiri-climate-stat-item {
  text-align: center;
  color: white;
}

.kiri-climate-stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #86efac, #bbf7d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.kiri-climate-stat-label {
  font-size: 1rem;
  opacity: 0.9;
}

/* 画像コンテナ */
.kiri-climate-image-container {
  margin: 48px 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

.kiri-climate-full-image {
  width: 100%;
  height: auto;
  display: block;
}

.kiri-climate-image-caption {
  background: #f9fafb;
  padding: 16px;
  text-align: center;
  font-size: 0.95rem;
  color: #6b7280;
  font-style: italic;
}

/* 結論 */
.kiri-climate-conclusion {
  background: linear-gradient(135deg, #064e3b, #065f46);
  color: white;
  border-radius: 24px;
  padding: 60px 48px;
  margin-top: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.kiri-climate-conclusion::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(134, 239, 172, 0.1) 0%, transparent 60%);
  animation: kiri-climate-rotate-slow 30s linear infinite;
}

.kiri-climate-conclusion-header {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}

.kiri-climate-conclusion-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 24px;
}

.kiri-climate-conclusion-icon {
  display: inline-block;
  margin-right: 12px;
  animation: kiri-climate-sparkle 2s ease-in-out infinite;
}

.kiri-climate-conclusion-content {
  position: relative;
  z-index: 1;
}

.kiri-climate-conclusion-text {
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 32px;
}

.kiri-climate-conclusion-emphasis {
  color: #86efac;
  font-weight: 700;
  border-bottom: 2px solid #86efac;
  padding-bottom: 2px;
}

.kiri-climate-conclusion-highlight {
  background: rgba(134, 239, 172, 0.2);
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
}

.kiri-climate-vision {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(134, 239, 172, 0.3);
  border-radius: 16px;
  padding: 32px;
  margin-top: 32px;
}

.kiri-climate-vision-text {
  font-size: 1.1rem;
  line-height: 2;
}

.kiri-climate-vision-large {
  font-size: 1.8rem;
  font-weight: 800;
  color: #86efac;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* アニメーション */
@keyframes kiri-climate-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes kiri-climate-fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes kiri-climate-fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes kiri-climate-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.05);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}

@keyframes kiri-climate-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes kiri-climate-rotate-slow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes kiri-climate-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }
}

@keyframes kiri-climate-sparkle {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .kiri-climate-main-title {
    font-size: 2rem;
  }
  
  .kiri-climate-section-title {
    font-size: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .kiri-climate-adaptability-block,
  .kiri-climate-challenges-block,
  .kiri-climate-china-case,
  .kiri-climate-developing-regions,
  .kiri-climate-funding-block,
  .kiri-climate-japan-cooperation,
  .kiri-climate-corporate-expansion {
    padding: 32px 24px;
  }
  
  .kiri-climate-conditions-circles {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  
  .kiri-climate-solution-cards {
    grid-template-columns: 1fr;
  }
  
  .kiri-climate-funding-flow {
    flex-direction: column;
    gap: 24px;
  }
  
  .kiri-climate-flow-arrow {
    transform: rotate(90deg);
  }
  
  .kiri-climate-cooperation-grid {
    grid-template-columns: 1fr;
  }
  
  .kiri-climate-stats {
    flex-direction: column;
    gap: 32px;
  }
  
  .kiri-climate-conclusion {
    padding: 40px 24px;
  }
  
  .kiri-climate-conclusion-title {
    font-size: 1.8rem;
  }
  
  .kiri-climate-vision-large {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .kyoto-kiri-global-climate-section {
    padding: 48px 0;
  }
  
  .kiri-climate-main-title {
    font-size: 1.6rem;
  }
  
  .kiri-climate-subtitle {
    font-size: 1.1rem;
  }
  
  .kiri-climate-section-title {
    font-size: 1.3rem;
  }
  
  .kiri-climate-circle {
    width: 140px;
    height: 140px;
  }
  
  .kiri-climate-circle-number {
    font-size: 1.6rem;
  }
  
  .kiri-climate-world-map {
    height: 200px;
  }
  
  .kiri-climate-region-label {
    font-size: 0.8rem;
    padding: 4px 8px;
  }
}

/* 印刷対応 */
@media print {
  .kyoto-kiri-global-climate-section {
    box-shadow: none;
    background: white;
  }
  
  .kiri-climate-adaptability-block,
  .kiri-climate-challenges-block,
  .kiri-climate-china-case,
  .kiri-climate-developing-regions,
  .kiri-climate-funding-block,
  .kiri-climate-japan-cooperation,
  .kiri-climate-corporate-expansion {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  
  .kiri-climate-conclusion {
    background: #f9fafb;
    color: #064e3b;
  }
  
  .kiri-climate-conclusion-emphasis,
  .kiri-climate-vision-large {
    color: #059669;
  }
}
</style>

<style>
/* ========================================
   H3セクション: 未来の技術革新と京都皇帝早生桐の可能性
   最終セクション - グランドフィナーレ
   ======================================== */

/* メインセクション */
.kiri-future-tech-innovation-section {
  background: linear-gradient(180deg, #f8faf9 0%, #e8f3f0 25%, #deeee8 75%, #f0f7f4 100%);
  border-radius: 28px;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.1);
  padding: 100px 0;
  margin: 80px auto;
  position: relative;
  overflow: hidden;
}

.kiri-future-tech-innovation-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 50% 20%, rgba(139, 92, 246, 0.03) 0%, transparent 50%);
  animation: kiri-future-gradient-shift 30s ease-in-out infinite;
}

.kiri-future-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

/* ヘッダー */
.kiri-future-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  animation: kiri-future-fadeInUp 1s ease-out;
}

.kiri-future-header-bg {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 120px;
  background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.1), transparent);
  filter: blur(40px);
  animation: kiri-future-pulse-bg 4s ease-in-out infinite;
}

.kiri-future-main-title {
  font-size: 3.2rem;
  color: #0f2e1f;
  font-weight: 900;
  margin-bottom: 28px;
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #0f2e1f, #16a34a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.kiri-future-main-title::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 5px;
  background: linear-gradient(90deg, #10b981, #3b82f6, #8b5cf6);
  border-radius: 3px;
  animation: kiri-future-shimmer 3s ease-in-out infinite;
}

.kiri-future-title-icon {
  display: inline-block;
  margin-right: 16px;
  animation: kiri-future-rocket 4s ease-in-out infinite;
}

.kiri-future-subtitle {
  font-size: 1.4rem;
  color: #374151;
  margin-top: 24px;
  font-weight: 600;
}

.kiri-future-emphasis {
  color: #3b82f6;
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(59, 130, 246, 0.1);
}

.kiri-future-highlight {
  background: linear-gradient(transparent 60%, rgba(16, 185, 129, 0.3) 60%);
  padding: 2px 8px;
  font-weight: 700;
  color: #064e3b;
}

/* イントロブロック */
.kiri-future-intro-block {
  background: white;
  border-radius: 24px;
  padding: 48px;
  margin-bottom: 56px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.kiri-future-intro-layer {
  position: relative;
  z-index: 1;
}

.kiri-future-intro-text {
  font-size: 1.2rem;
  line-height: 2;
  color: #1f2937;
}

.kiri-future-strong {
  color: #0f2e1f;
  font-weight: 800;
  border-bottom: 3px solid #10b981;
  padding-bottom: 2px;
}

.kiri-future-glow {
  color: #10b981;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(16, 185, 129, 0.5);
  animation: kiri-future-glow-pulse 2s ease-in-out infinite;
}

/* コンテンツブロック共通 */
.kiri-future-biotech-block,
.kiri-future-digital-block,
.kiri-future-carbon-block,
.kiri-future-material-block,
.kiri-future-energy-block,
.kiri-future-implementation-block {
  background: white;
  border-radius: 24px;
  padding: 56px;
  margin-bottom: 56px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.kiri-future-biotech-block:hover,
.kiri-future-digital-block:hover,
.kiri-future-carbon-block:hover,
.kiri-future-material-block:hover,
.kiri-future-energy-block:hover,
.kiri-future-implementation-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.kiri-future-block-header {
  margin-bottom: 40px;
}

.kiri-future-section-title {
  font-size: 2.1rem;
  color: #0f2e1f;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 20px;
}

.kiri-future-number {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 1.2rem;
  font-weight: 900;
  min-width: 60px;
  text-align: center;
  animation: kiri-future-number-pulse 3s ease-in-out infinite;
}

.kiri-future-paragraph {
  font-size: 1.12rem;
  line-height: 1.95;
  color: #374151;
  margin-bottom: 28px;
}

/* ヘキサゴングリッド */
.kiri-future-hexagon-grid {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 48px 0;
  flex-wrap: wrap;
}

.kiri-future-hex {
  width: 200px;
  height: 200px;
  position: relative;
  animation: kiri-future-hex-float 6s ease-in-out infinite;
}

.kiri-future-hex:nth-child(2) { animation-delay: 0.2s; }
.kiri-future-hex:nth-child(3) { animation-delay: 0.4s; }

.kiri-future-hex-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border: 3px solid #10b981;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.kiri-future-hex:hover .kiri-future-hex-inner {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  transform: rotate(45deg) scale(1.1);
}

.kiri-future-hex-icon {
  font-size: 3rem;
  margin-bottom: 12px;
  transform: rotate(-45deg);
}

.kiri-future-hex-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  transform: rotate(-45deg);
}

.kiri-future-hex-text {
  font-size: 0.9rem;
  transform: rotate(-45deg);
  line-height: 1.4;
}

.kiri-future-hex:hover .kiri-future-hex-text {
  color: white;
}

.kiri-future-tech {
  color: #3b82f6;
  font-weight: 800;
}

.kiri-future-dna {
  color: #8b5cf6;
  font-weight: 700;
  background: rgba(139, 92, 246, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

.kiri-future-green {
  color: #10b981;
  font-weight: 800;
}

.kiri-future-highlight-tech {
  background: linear-gradient(transparent 60%, rgba(59, 130, 246, 0.2) 60%);
  padding: 2px 6px;
}

/* タブシステム */
.kiri-future-tabs {
  margin: 40px 0;
}

.kiri-future-tab-nav {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  border-bottom: 2px solid #e5e7eb;
}

.kiri-future-tab-btn {
  padding: 16px 28px;
  background: transparent;
  border: none;
  font-size: 1.1rem;
  font-weight: 700;
  color: #6b7280;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.kiri-future-tab-btn:hover {
  color: #3b82f6;
}

.kiri-future-tab-btn.kiri-future-active {
  color: #3b82f6;
}

.kiri-future-tab-btn.kiri-future-active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  animation: kiri-future-tab-slide 0.3s ease-out;
}

.kiri-future-tab-content {
  position: relative;
  min-height: 200px;
}

.kiri-future-tab-panel {
  display: none;
  padding: 32px;
  background: linear-gradient(135deg, #f9fafb, #f3f4f6);
  border-radius: 16px;
  animation: kiri-future-fadeIn 0.5s ease-out;
}

.kiri-future-tab-panel.kiri-future-active {
  display: block;
}

.kiri-future-panel-title {
  font-size: 1.3rem;
  color: #0f2e1f;
  font-weight: 700;
  margin-bottom: 16px;
}

.kiri-future-panel-text {
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.8;
}

.kiri-future-digital {
  color: #3b82f6;
  font-weight: 800;
}

.kiri-future-iot {
  color: #8b5cf6;
  font-weight: 700;
  background: rgba(139, 92, 246, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

.kiri-future-monitor,
.kiri-future-ai,
.kiri-future-realtime {
  color: #10b981;
  font-weight: 700;
  background: rgba(16, 185, 129, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

/* プログレスバー */
.kiri-future-progress-section {
  margin: 40px 0;
  padding: 32px;
  background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
  border-radius: 16px;
}

.kiri-future-progress-item {
  margin-bottom: 28px;
}

.kiri-future-progress-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.kiri-future-progress-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f2e1f;
}

.kiri-future-progress-value {
  font-size: 1.2rem;
  font-weight: 800;
  color: #10b981;
}

.kiri-future-progress-bar {
  height: 24px;
  background: #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.kiri-future-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #10b981, #3b82f6);
  border-radius: 12px;
  position: relative;
  animation: kiri-future-progress-grow 2s ease-out;
}

.kiri-future-progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: kiri-future-progress-shimmer 2s linear infinite;
}

.kiri-future-blockchain {
  color: #8b5cf6;
  font-weight: 800;
}

.kiri-future-carbon {
  color: #10b981;
  font-weight: 700;
  background: rgba(16, 185, 129, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

.kiri-future-transparent {
  color: #3b82f6;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #93c5fd;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* 3Dカード */
.kiri-future-3d-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  margin: 40px 0;
}

.kiri-future-3d-card {
  height: 200px;
  position: relative;
  perspective: 1000px;
  cursor: pointer;
}

.kiri-future-3d-front,
.kiri-future-3d-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s;
  padding: 24px;
  text-align: center;
}

.kiri-future-3d-front {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
}

.kiri-future-3d-back {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  transform: rotateY(180deg);
}

.kiri-future-3d-card:hover .kiri-future-3d-front {
  transform: rotateY(-180deg);
}

.kiri-future-3d-card:hover .kiri-future-3d-back {
  transform: rotateY(0);
}

.kiri-future-3d-title {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.kiri-future-3d-icon {
  font-size: 3rem;
}

.kiri-future-3d-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.kiri-future-material {
  color: #8b5cf6;
  font-weight: 800;
}

.kiri-future-nano {
  color: #3b82f6;
  font-weight: 700;
  background: rgba(59, 130, 246, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

.kiri-future-chemical {
  color: #10b981;
  font-weight: 700;
  background: rgba(16, 185, 129, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

/* エネルギーサークル */
.kiri-future-energy-circle {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 48px auto;
}

.kiri-future-circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #0f2e1f, #064e3b);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 800;
  font-size: 1.2rem;
  text-align: center;
  z-index: 2;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.kiri-future-circle-item {
  position: absolute;
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.kiri-future-circle-item:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.kiri-future-item-1 { top: 0; left: 50%; transform: translateX(-50%); }
.kiri-future-item-2 { top: 50%; right: 0; transform: translateY(-50%); }
.kiri-future-item-3 { bottom: 0; left: 50%; transform: translateX(-50%); }
.kiri-future-item-4 { top: 50%; left: 0; transform: translateY(-50%); }

.kiri-future-circle-icon {
  font-size: 2rem;
  margin-bottom: 8px;
}

.kiri-future-circle-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0f2e1f;
  text-align: center;
}

.kiri-future-energy {
  color: #10b981;
  font-weight: 800;
}

.kiri-future-biomass {
  color: #3b82f6;
  font-weight: 700;
  background: rgba(59, 130, 246, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

.kiri-future-hydrogen {
  color: #8b5cf6;
  font-weight: 700;
  background: rgba(139, 92, 246, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

/* ロードマップ */
.kiri-future-roadmap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 48px 0;
  padding: 40px;
  background: linear-gradient(135deg, #f9fafb, #f3f4f6);
  border-radius: 20px;
  flex-wrap: wrap;
  gap: 32px;
}

.kiri-future-roadmap-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.kiri-future-roadmap-year {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 16px;
  display: inline-block;
}

.kiri-future-roadmap-title {
  font-size: 1.2rem;
  color: #0f2e1f;
  font-weight: 700;
  margin-bottom: 8px;
}

.kiri-future-roadmap-text {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
}

.kiri-future-roadmap-arrow {
  font-size: 2rem;
  color: #10b981;
  font-weight: bold;
}

.kiri-future-2050 {
  color: #8b5cf6;
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(139, 92, 246, 0.2);
}

.kiri-future-platform {
  color: #3b82f6;
  font-weight: 700;
  background: rgba(59, 130, 246, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

/* 画像コンテナ */
.kiri-future-image-container {
  margin: 60px 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.kiri-future-full-image {
  width: 100%;
  height: auto;
  display: block;
}

.kiri-future-image-caption {
  background: linear-gradient(135deg, #f9fafb, #f3f4f6);
  padding: 20px;
  text-align: center;
  font-size: 0.95rem;
  color: #6b7280;
  font-style: italic;
}

/* 結論 - グランドフィナーレ */
.kiri-future-conclusion {
  background: linear-gradient(135deg, #0f2e1f, #064e3b, #0f2e1f);
  color: white;
  border-radius: 28px;
  padding: 80px 60px;
  margin-top: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.kiri-future-conclusion-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(59, 130, 246, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(139, 92, 246, 0.2) 0%, transparent 50%);
  animation: kiri-future-aurora 20s ease-in-out infinite;
}

.kiri-future-conclusion-content {
  position: relative;
  z-index: 1;
}

.kiri-future-conclusion-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 32px;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.kiri-future-conclusion-icon {
  display: inline-block;
  margin-right: 16px;
  animation: kiri-future-star-spin 4s linear infinite;
}

.kiri-future-conclusion-text {
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 40px;
}

.kiri-future-final-emphasis {
  color: #86efac;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(134, 239, 172, 0.5);
}

.kiri-future-final-highlight {
  background: rgba(134, 239, 172, 0.2);
  padding: 4px 12px;
  border-radius: 6px;
  font-weight: 700;
}

.kiri-future-vision-statement {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(134, 239, 172, 0.3);
  border-radius: 20px;
  padding: 40px;
  margin-top: 40px;
}

.kiri-future-vision-text {
  font-size: 1.2rem;
  line-height: 2.2;
}

.kiri-future-vision-large {
  font-size: 2rem;
  font-weight: 900;
  background: linear-gradient(90deg, #86efac, #60a5fa, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  display: inline-block;
  animation: kiri-future-text-shimmer 3s ease-in-out infinite;
}

/* アニメーション定義 */
@keyframes kiri-future-gradient-shift {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

@keyframes kiri-future-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes kiri-future-fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes kiri-future-pulse-bg {
  0%, 100% { opacity: 0.5; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.1); }
}

@keyframes kiri-future-shimmer {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

@keyframes kiri-future-rocket {
  0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-5px) rotate(-5deg); }
  75% { transform: translateY(5px) rotate(5deg); }
}

@keyframes kiri-future-glow-pulse {
  0%, 100% { text-shadow: 0 0 20px rgba(16, 185, 129, 0.5); }
  50% { text-shadow: 0 0 40px rgba(16, 185, 129, 0.8); }
}

@keyframes kiri-future-number-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes kiri-future-hex-float {
  0%, 100% { transform: translateY(0); }
  33% { transform: translateY(-10px); }
  66% { transform: translateY(10px); }
}

@keyframes kiri-future-tab-slide {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes kiri-future-progress-grow {
  from { width: 0; }
}

@keyframes kiri-future-progress-shimmer {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@keyframes kiri-future-aurora {
  0%, 100% { transform: rotate(0deg) scale(1); }
  25% { transform: rotate(90deg) scale(1.1); }
  50% { transform: rotate(180deg) scale(1); }
  75% { transform: rotate(270deg) scale(1.1); }
}

@keyframes kiri-future-star-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes kiri-future-text-shimmer {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .kiri-future-main-title {
    font-size: 2.4rem;
  }
  
  .kiri-future-section-title {
    font-size: 1.7rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .kiri-future-biotech-block,
  .kiri-future-digital-block,
  .kiri-future-carbon-block,
  .kiri-future-material-block,
  .kiri-future-energy-block,
  .kiri-future-implementation-block {
    padding: 36px 28px;
  }
  
  .kiri-future-hexagon-grid {
    flex-direction: column;
    align-items: center;
  }
  
  .kiri-future-tab-nav {
    flex-direction: column;
  }
  
  .kiri-future-tab-btn {
    width: 100%;
    text-align: left;
  }
  
  .kiri-future-3d-cards {
    grid-template-columns: 1fr;
  }
  
  .kiri-future-energy-circle {
    width: 300px;
    height: 300px;
  }
  
  .kiri-future-circle-item {
    width: 90px;
    height: 90px;
  }
  
  .kiri-future-circle-center {
    width: 120px;
    height: 120px;
    font-size: 1rem;
  }
  
  .kiri-future-roadmap {
    flex-direction: column;
  }
  
  .kiri-future-roadmap-arrow {
    transform: rotate(90deg);
  }
  
  .kiri-future-conclusion {
    padding: 60px 40px;
  }
  
  .kiri-future-conclusion-title {
    font-size: 2rem;
  }
  
  .kiri-future-vision-large {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .kiri-future-tech-innovation-section {
    padding: 60px 0;
  }
  
  .kiri-future-main-title {
    font-size: 1.9rem;
  }
  
  .kiri-future-subtitle {
    font-size: 1.1rem;
  }
  
  .kiri-future-section-title {
    font-size: 1.4rem;
  }
  
  .kiri-future-hex {
    width: 160px;
    height: 160px;
  }
  
  .kiri-future-energy-circle {
    width: 250px;
    height: 250px;
  }
  
  .kiri-future-circle-item {
    width: 70px;
    height: 70px;
  }
  
  .kiri-future-circle-icon {
    font-size: 1.5rem;
  }
  
  .kiri-future-circle-label {
    font-size: 0.7rem;
  }
  
  .kiri-future-conclusion {
    padding: 40px 24px;
  }
  
  .kiri-future-conclusion-title {
    font-size: 1.6rem;
  }
  
  .kiri-future-vision-large {
    font-size: 1.3rem;
  }
}

/* 印刷対応 */
@media print {
  .kiri-future-tech-innovation-section {
    box-shadow: none;
    background: white;
  }
  
  .kiri-future-biotech-block,
  .kiri-future-digital-block,
  .kiri-future-carbon-block,
  .kiri-future-material-block,
  .kiri-future-energy-block,
  .kiri-future-implementation-block {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  
  .kiri-future-conclusion {
    background: #f9fafb;
    color: #0f2e1f;
  }
  
  .kiri-future-final-emphasis,
  .kiri-future-vision-large {
    color: #059669;
  }
}
</style>


















































@keyframes scrollText {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 初期状態：マーカークラスでは透明にしておく */

.fadeIn-Slide,
.scale-up,
.fad-eIn,
.fadeIn-Right,
.fadeIn-Left,
.fadeIn-Up {
  opacity: 0;
}

/* アニメーション用クラスを付与されたらアニメーションが発動 */
.fadeIn {
  animation: fadeIn 1s ease forwards;
}
.fadeInRight {
  animation: fadeInRight 1s ease forwards;
}
.fadeInLeft {
  animation: fadeInLeft 1s ease forwards;
}
.fadeInUp {
  animation: fadeInUp 1s ease forwards;
}
.scale-up-top {
  animation: scale-up-top 1s ease forwards;
}
.info-box {
  animation: info-box 1s ease forwards;
}
.fadeInSlide {
    animation: fadeInSlide 0.8s ease-out;
}

/* @keyframesの定義 */


@keyframes fadeInSlide {
  from {
        opacity: 0;
        transform: translateY(70px);
    }
  to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
.scale-up-top {
	-webkit-animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

