<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>二重窓 &#8211; リフォーム費用ナビ</title>
	<atom:link href="https://reform-cost-navi.com/tag/%E4%BA%8C%E9%87%8D%E7%AA%93/feed/" rel="self" type="application/rss+xml" />
	<link>https://reform-cost-navi.com</link>
	<description>外壁塗装・断熱・水回りの費用相場と業者選びガイド</description>
	<lastBuildDate>Thu, 10 Sep 2026 06:14:18 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://reform-cost-navi.com/wp-content/uploads/2026/03/favicon_house-150x150.png</url>
	<title>二重窓 &#8211; リフォーム費用ナビ</title>
	<link>https://reform-cost-navi.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>窓・サッシリフォームの費用相場2026年版｜二重窓・内窓・樹脂サッシの価格と補助金</title>
		<link>https://reform-cost-navi.com/%e7%aa%93%e3%83%bb%e3%82%b5%e3%83%83%e3%82%b7%e3%83%aa%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ae%e8%b2%bb%e7%94%a8%e7%9b%b8%e5%a0%b4%ef%bd%9c%e4%ba%8c%e9%87%8d%e7%aa%93%e3%83%bb%e5%86%85%e7%aa%93/</link>
					<comments>https://reform-cost-navi.com/%e7%aa%93%e3%83%bb%e3%82%b5%e3%83%83%e3%82%b7%e3%83%aa%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ae%e8%b2%bb%e7%94%a8%e7%9b%b8%e5%a0%b4%ef%bd%9c%e4%ba%8c%e9%87%8d%e7%aa%93%e3%83%bb%e5%86%85%e7%aa%93/#respond</comments>
		
		<dc:creator><![CDATA[リフォームナビ編集部]]></dc:creator>
		<pubDate>Thu, 07 May 2026 05:04:00 +0000</pubDate>
				<category><![CDATA[リフォーム]]></category>
		<category><![CDATA[二重窓]]></category>
		<category><![CDATA[相場]]></category>
		<guid isPermaLink="false">https://reform-cost-navi.com/?p=1225</guid>

					<description><![CDATA[窓・サッシリフォーム費用の完全ガイド。内窓設置、ガラス交換、サッシ交換の工事相場、樹脂サッシとアルミサッシの比較、補助金活用法を詳しく解説。]]></description>
										<content:encoded><![CDATA[
<style>
        :root {
            --primary-color: #00695c;
            --accent-color: #f57c00;
            --light-bg: #f5f5f5;
            --dark-text: #212121;
            --border-color: #ddd;
            --success-color: #4caf50;
            --warning-color: #ff9800;
            --error-color: #f44336;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
            color: var(--dark-text);
            background-color: #fafafa;
            line-height: 1.6;
        }

        /* Header & Navigation */
        header {
            background-color: white;
            border-bottom: 1px solid var(--border-color);
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }

        nav {
            max-width: 1200px;
            margin: 0 auto;
            padding: 1rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .site-title {
            font-size: 1.4rem;
            font-weight: bold;
            color: var(--primary-color);
            text-decoration: none;
        }

        .breadcrumb {
            font-size: 0.9rem;
            color: #666;
            margin: 1rem 2rem;
            max-width: 1200px;
        }

        .breadcrumb a {
            color: var(--primary-color);
            text-decoration: none;
        }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, var(--primary-color) 0%, #00897b 100%);
            color: white;
            padding: 4rem 2rem;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '\1FA9F \2600 \1F3E0';
            position: absolute;
            top: 1rem;
            right: 2rem;
            font-size: 3rem;
            opacity: 0.15;
        }

        .hero-content {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .hero h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            font-weight: bold;
            line-height: 1.3;
        }

        .hero p {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            opacity: 0.95;
        }

        .hero-meta {
            display: flex;
            gap: 2rem;
            flex-wrap: wrap;
            font-size: 0.95rem;
        }

        .meta-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .meta-icon {
            background-color: rgba(255, 255, 255, 0.3);
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }

        /* Main Content */
        main {
            max-width: 1200px;
            margin: 3rem auto;
            padding: 0 2rem;
        }

        article {
            background-color: white;
            border-radius: 8px;
            padding: 3rem;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            margin-bottom: 2rem;
        }

        /* Table of Contents */
        .toc {
            background-color: var(--light-bg);
            border-left: 4px solid var(--accent-color);
            padding: 1.5rem;
            margin: 2rem 0;
            border-radius: 4px;
        }

        .toc h2 {
            font-size: 1.1rem;
            margin-bottom: 1rem;
            color: var(--primary-color);
        }

        .toc ul {
            list-style: none;
        }

        .toc li {
            margin: 0.5rem 0;
        }

        .toc a {
            color: var(--primary-color);
            text-decoration: none;
            transition: color 0.3s;
        }

        .toc a:hover {
            color: var(--accent-color);
            text-decoration: underline;
        }

        /* Headings */
        h2 {
            font-size: 1.8rem;
            color: var(--primary-color);
            margin: 2.5rem 0 1.5rem 0;
            padding-bottom: 0.8rem;
            border-bottom: 3px solid var(--accent-color);
        }

        h3 {
            font-size: 1.3rem;
            color: var(--dark-text);
            margin: 1.8rem 0 1rem 0;
            padding-left: 1rem;
            border-left: 4px solid var(--primary-color);
        }

        h4 {
            font-size: 1.1rem;
            color: var(--dark-text);
            margin: 1.2rem 0 0.8rem 0;
        }

        /* Paragraphs & Text */
        p {
            margin: 1rem 0;
            line-height: 1.8;
        }

        strong {
            color: var(--primary-color);
            font-weight: 600;
        }

        em {
            color: var(--accent-color);
            font-style: italic;
        }

        /* Card Sections */
        .card {
            background-color: #fafafa;
            border-left: 4px solid var(--primary-color);
            padding: 1.5rem;
            margin: 1.5rem 0;
            border-radius: 4px;
            transition: all 0.3s ease;
        }

        .card:hover {
            box-shadow: 0 4px 12px rgba(0, 105, 92, 0.1);
            background-color: #f0f7f6;
        }

        .card-title {
            font-weight: 600;
            color: var(--primary-color);
            font-size: 1.1rem;
            margin-bottom: 0.8rem;
        }

        .card.accent {
            border-left-color: var(--accent-color);
        }

        .card.success {
            border-left-color: var(--success-color);
        }

        /* Tables */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 2rem 0;
            background-color: white;
        }

        table thead {
            background-color: var(--primary-color);
            color: white;
        }

        table th {
            padding: 1rem;
            text-align: left;
            font-weight: 600;
        }

        table td {
            padding: 0.8rem 1rem;
            border-bottom: 1px solid var(--border-color);
        }

        table tbody tr:hover {
            background-color: var(--light-bg);
            transition: background-color 0.2s;
        }

        table tbody tr:nth-child(odd) {
            background-color: #fafafa;
        }

        .price-badge {
            background-color: var(--accent-color);
            color: white;
            padding: 0.3rem 0.8rem;
            border-radius: 4px;
            font-weight: 600;
            font-size: 0.95rem;
        }

        .price-range {
            color: var(--accent-color);
            font-weight: 600;
        }

        /* Lists */
        ul, ol {
            margin: 1rem 0 1rem 2rem;
        }

        li {
            margin: 0.5rem 0;
            line-height: 1.7;
        }

        li strong {
            color: var(--primary-color);
        }

        /* Comparison Table */
        .comparison-table {
            overflow-x: auto;
        }

        .comparison-table table {
            min-width: 100%;
        }

        /* Cost Simulation */
        .cost-sim {
            background: linear-gradient(135deg, rgba(0, 105, 92, 0.05) 0%, rgba(245, 124, 0, 0.05) 100%);
            border: 2px solid var(--primary-color);
            border-radius: 8px;
            padding: 2rem;
            margin: 2rem 0;
        }

        .cost-sim h4 {
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        .sim-item {
            display: flex;
            justify-content: space-between;
            padding: 0.8rem 0;
            border-bottom: 1px solid rgba(0, 105, 92, 0.1);
        }

        .sim-item:last-child {
            border-bottom: none;
            padding-top: 1rem;
            border-top: 2px solid var(--accent-color);
            font-weight: 600;
            font-size: 1.1rem;
        }

        /* Case Studies */
        .case-study {
            background-color: #f9f9f9;
            border: 2px solid var(--primary-color);
            border-radius: 8px;
            padding: 2rem;
            margin: 2rem 0;
        }

        .case-study-title {
            color: var(--primary-color);
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .case-study-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin-top: 1rem;
        }

        .case-study-info {
            display: flex;
            flex-direction: column;
        }

        .case-study-row {
            display: flex;
            justify-content: space-between;
            padding: 0.5rem 0;
            border-bottom: 1px solid var(--border-color);
        }

        .case-study-label {
            font-weight: 600;
            color: var(--primary-color);
        }

        .case-study-value {
            color: var(--accent-color);
            font-weight: 600;
        }

        /* FAQ Accordion */
        .faq-section {
            margin: 2rem 0;
        }

        .faq-item {
            background-color: white;
            border: 1px solid var(--border-color);
            border-radius: 4px;
            margin-bottom: 1rem;
            overflow: hidden;
        }

        .faq-question {
            background-color: var(--light-bg);
            padding: 1.2rem;
            cursor: pointer;
            font-weight: 600;
            color: var(--primary-color);
            display: flex;
            justify-content: space-between;
            align-items: center;
            user-select: none;
            transition: background-color 0.3s;
        }

        .faq-question:hover {
            background-color: #eeeeee;
        }

        .faq-toggle {
            font-size: 1.3rem;
            transition: transform 0.3s;
        }

        .faq-item.active .faq-toggle {
            transform: rotate(180deg);
        }

        .faq-answer {
            display: none;
            padding: 1.5rem;
            background-color: white;
            line-height: 1.8;
        }

        .faq-item.active .faq-answer {
            display: block;
            animation: slideDown 0.3s ease-out;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                max-height: 0;
            }
            to {
                opacity: 1;
                max-height: 500px;
            }
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, var(--primary-color) 0%, #00897b 100%);
            color: white;
            padding: 3rem 2rem;
            border-radius: 8px;
            text-align: center;
            margin: 3rem 0;
        }

        .cta-section h2 {
            color: white;
            border-bottom-color: var(--accent-color);
        }

        .cta-section p {
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
        }

        .btn {
            display: inline-block;
            padding: 1rem 2.5rem;
            background-color: var(--accent-color);
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
        }

        .btn:hover {
            background-color: #e65100;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(245, 124, 0, 0.3);
        }

        .btn.btn-block {
            display: block;
            width: 100%;
            padding: 1.2rem;
            margin-top: 1.5rem;
        }

        /* Sidebar Widgets */
        .sidebar {
            background-color: var(--light-bg);
            border-left: 4px solid var(--accent-color);
            padding: 1.5rem;
            margin: 2rem 0;
            border-radius: 4px;
        }

        .sidebar h4 {
            color: var(--primary-color);
            margin-top: 0;
        }

        /* Footer */
        footer {
            background-color: var(--primary-color);
            color: white;
            padding: 2rem;
            margin-top: 3rem;
            text-align: center;
        }

        footer p {
            margin: 0.5rem 0;
            color: rgba(255, 255, 255, 0.9);
        }

        .footer-links {
            margin-top: 1rem;
        }

        .footer-links a {
            color: var(--accent-color);
            text-decoration: none;
            margin: 0 1rem;
        }

        .footer-links a:hover {
            text-decoration: underline;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            article {
                padding: 1.5rem;
            }

            .hero h2 {
                font-size: 1.8rem;
            }

            .hero {
                padding: 2rem 1rem;
            }

            .hero::before {
                font-size: 2rem;
                right: 1rem;
                top: 0.5rem;
            }

            .case-study-content {
                grid-template-columns: 1fr;
            }

            h2 {
                font-size: 1.4rem;
            }

            h3 {
                font-size: 1.1rem;
            }

            nav {
                padding: 0.8rem 1rem;
            }

            .site-title {
                font-size: 1.1rem;
            }

            .hero-meta {
                gap: 1rem;
                font-size: 0.85rem;
            }

            .faq-question {
                padding: 1rem;
                font-size: 0.95rem;
            }

            table {
                font-size: 0.9rem;
            }

            table th, table td {
                padding: 0.6rem;
            }
        }

        @media (max-width: 480px) {
            article {
                padding: 1rem;
            }

            .hero h2 {
                font-size: 1.4rem;
            }

            main {
                padding: 0 1rem;
            }

            h2 {
                font-size: 1.2rem;
            }

            h3 {
                font-size: 1rem;
            }

            .cost-sim {
                padding: 1rem;
            }

            .case-study {
                padding: 1rem;
            }
        }
    </style>
<!-- Header & Navigation -->
    <header>
        <nav>
            <a href="https://reform-cost-navi.com" class="site-title">&#x1f3e0; リフォーム費用ナビ</a>
            <span style="color: #999; font-size: 0.9rem;">Article #128</span>
        </nav>
        <div class="breadcrumb">
            <a href="https://reform-cost-navi.com">ホーム</a> &gt;
            <a href="https://reform-cost-navi.com/windows">窓・サッシ</a> &gt;
            <span>窓・サッシリフォームの費用相場</span>
        </div>
    </header>

    <!-- Hero Section -->
    <section class="hero">
        <div class="hero-content">
            <h2>窓・サッシリフォームの費用相場</h2>
            <p>内窓設置、ガラス交換、サッシ全交換など、あらゆる窓リフォームの工事相場を徹底解説。補助金制度や断熱効果、施工事例まで、2026年最新情報をお届けします。</p>
            <div class="hero-meta">
                <div class="meta-item">
                    <div class="meta-icon">&#x1f4c5;</div>
                    <span>2026年最新情報</span>
                </div>
                <div class="meta-item">
                    <div class="meta-icon">&#x1f4b0;</div>
                    <span>相場徹底比較</span>
                </div>
                <div class="meta-item">
                    <div class="meta-icon">&#x1f4ca;</div>
                    <span>5000件以上の施工データ</span>
                </div>
            </div>
        </div>
    </section>

    <main>
        <article>
            <!-- Table of Contents -->
            <section class="toc">
                <h2>&#x1f4cb; 目次</h2>
                <ul>
                    <li><a href="#overview">窓リフォームの種類と費用相場</a></li>
                    <li><a href="#cost-table">工事内容別・費用相場テーブル</a></li>
                    <li><a href="#glass-types">窓ガラスの種類と性能比較</a></li>
                    <li><a href="#frame-comparison">サッシ素材の比較（樹脂 vs アルミ vs 複合）</a></li>
                    <li><a href="#benefits">断熱・省エネ効果の詳細</a></li>
                    <li><a href="#subsidies">補助金制度（先進的窓リノベ事業）</a></li>
                    <li><a href="#security">防犯・防音・その他メリット</a></li>
                    <li><a href="#cases">施工事例</a></li>
                    <li><a href="#faq">よくある質問</a></li>
                    <li><a href="#cta">無料見積もり比較</a></li>
                </ul>
            </section>

            <!-- Section 1: Overview -->
            <section id="overview">
                <h2>窓リフォームの種類と費用相場</h2>

                <p>窓・サッシリフォームは、<strong>内窓の設置、ガラスの交換、サッシの交換、カバー工法</strong>など、複数の工事方法があります。それぞれの特徴と費用相場は以下の通りです。</p>

                <h3>1. 内窓（二重窓）の設置</h3>
                <div class="card accent">
                    <p class="card-title">◆ 特徴と費用</p>
                    <ul>
                        <li>既存窓の内側に新しい窓を追加する工事</li>
                        <li>既存窓を壊さないため、簡易工事で対応可能</li>
                        <li><span class="price-range">費用相場：1窓（1㎡）あたり8万～15万円</span></li>
                        <li>施工期間：1～2日で完了</li>
                        <li>壊さない工事のため、古い建物でも対応可</li>
                    </ul>
                </div>

                <h3>2. 複層ガラス（ペアガラス）への交換</h3>
                <div class="card">
                    <p class="card-title">◆ 特徴と費用</p>
                    <ul>
                        <li>単板ガラスを複層ガラスに交換する最も一般的な方法</li>
                        <li>サッシはそのまま使用、ガラスのみを交換</li>
                        <li><span class="price-range">費用相場：1窓（1㎡）あたり4万～8万円</span></li>
                        <li>施工期間：半日程度</li>
                        <li>コストパフォーマンスに優れた選択肢</li>
                    </ul>
                </div>

                <h3>3. サッシ全体の交換（カバー工法）</h3>
                <div class="card success">
                    <p class="card-title">◆ 特徴と費用</p>
                    <ul>
                        <li>既存のサッシの上から新しいサッシをかぶせる工法</li>
                        <li>壁の大規模な加工が不要で、工期が短い</li>
                        <li><span class="price-range">費用相場：1窓（1㎡）あたり10万～18万円</span></li>
                        <li>施工期間：1～2日</li>
                        <li>気密性・防水性が格段に向上</li>
                    </ul>
                </div>

                <h3>4. 壁を取り壊してのサッシ全交換（新設工事）</h3>
                <div class="card">
                    <p class="card-title">◆ 特徴と費用</p>
                    <ul>
                        <li>既存サッシを完全に取り外し、新しいサッシを設置</li>
                        <li>壁の開口部を修復・防水処理も実施</li>
                        <li><span class="price-range">費用相場：1窓（1㎡）あたり15万～25万円</span></li>
                        <li>施工期間：2～3日</li>
                        <li>最も完璧な対応が可能だが、コストが高い</li>
                    </ul>
                </div>

                <p style="margin-top: 2rem; padding: 1rem; background-color: #fff3e0; border-radius: 4px; border-left: 4px solid var(--accent-color);">
                    <strong>&#x1f4a1; 選択ポイント：</strong> 予算と断熱性能のバランスを考えると、<strong>カバー工法での複層ガラス（ペアガラス）サッシ交換</strong>が最もおすすめです。費用対効果が高く、施工期間も短く、断熱性能も大幅に向上します。
                </p>
            </section>

            <!-- Section 2: Cost Table -->
            <section id="cost-table">
                <h2>工事内容別・費用相場テーブル</h2>

                <p>以下の表は、標準的な窓サイズ（幅1.5m × 高さ1.2m、面積1.8㎡）での施工費用を示しています。</p>

                <div class="comparison-table">
                    <table>
                        <thead>
                            <tr>
                                <th>工事内容</th>
                                <th>1窓当たり費用</th>
                                <th>全3窓の場合</th>
                                <th>工期</th>
                                <th>断熱性能</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td><strong>ガラス交換（単板→複層）</strong></td>
                                <td><span class="price-badge">7～12万円</span></td>
                                <td>21～36万円</td>
                                <td>1日</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;</td>
                            </tr>
                            <tr>
                                <td><strong>ガラス交換（複層→Low-E）</strong></td>
                                <td><span class="price-badge">10～15万円</span></td>
                                <td>30～45万円</td>
                                <td>1日</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                            </tr>
                            <tr>
                                <td><strong>内窓設置（アルミ）</strong></td>
                                <td><span class="price-badge">10～15万円</span></td>
                                <td>30～45万円</td>
                                <td>1～2日</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;</td>
                            </tr>
                            <tr>
                                <td><strong>内窓設置（樹脂）</strong></td>
                                <td><span class="price-badge">15～20万円</span></td>
                                <td>45～60万円</td>
                                <td>2日</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                            </tr>
                            <tr>
                                <td><strong>カバー工法（樹脂サッシ+複層）</strong></td>
                                <td><span class="price-badge">18～26万円</span></td>
                                <td>54～78万円</td>
                                <td>2日</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                            </tr>
                            <tr>
                                <td><strong>カバー工法（樹脂サッシ+Low-E）</strong></td>
                                <td><span class="price-badge">22～32万円</span></td>
                                <td>66～96万円</td>
                                <td>2～3日</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                            </tr>
                            <tr>
                                <td><strong>全交換（樹脂サッシ+Low-E）</strong></td>
                                <td><span class="price-badge">28～40万円</span></td>
                                <td>84～120万円</td>
                                <td>3～4日</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                            </tr>
                        </tbody>
                    </table>
                </div>

                <div class="sidebar">
                    <h4>&#x1f4ca; 費用内訳</h4>
                    <p>上記の費用には以下が含まれます：</p>
                    <ul>
                        <li>窓・サッシ本体価格（メーカー定価の20～40%程度）</li>
                        <li>施工工賃（40～50%）</li>
                        <li>既存窓の撤去・処分費</li>
                        <li>防水処理・シーリング費用</li>
                        <li>内装補修（張替え、塗装など）</li>
                    </ul>
                </div>
            </section>

            <!-- Section 3: Glass Types -->
            <section id="glass-types">
                <h2>窓ガラスの種類と性能比較</h2>

                <p>窓ガラスには複数の種類があり、それぞれ異なる性能と価格帯を持っています。以下の表で性能と費用を比較してみましょう。</p>

                <div class="comparison-table">
                    <table>
                        <thead>
                            <tr>
                                <th>ガラスの種類</th>
                                <th>構成</th>
                                <th>断熱性（U値）</th>
                                <th>遮熱性</th>
                                <th>1㎡当たり相場</th>
                                <th>おすすめ用途</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td><strong>単板ガラス</strong></td>
                                <td>ガラス1枚</td>
                                <td>5.8 W/㎡K</td>
                                <td>なし</td>
                                <td><span class="price-badge">2,000～3,000円</span></td>
                                <td>一般的な家屋（断熱性重視でない）</td>
                            </tr>
                            <tr>
                                <td><strong>複層ガラス（ペアガラス）</strong></td>
                                <td>ガラス2枚 + 空気層6mm</td>
                                <td>3.0～3.4 W/㎡K</td>
                                <td>やや有効</td>
                                <td><span class="price-badge">6,000～8,000円</span></td>
                                <td>一般的なリフォーム（最も普及）</td>
                            </tr>
                            <tr>
                                <td><strong>Low-E複層ガラス</strong></td>
                                <td>ガラス2枚 + 低放射膜 + 空気層/アルゴンガス</td>
                                <td>2.0～2.4 W/㎡K</td>
                                <td>優秀</td>
                                <td><span class="price-badge">10,000～14,000円</span></td>
                                <td>省エネ重視、寒冷地、高性能住宅</td>
                            </tr>
                            <tr>
                                <td><strong>トリプルガラス（3層）</strong></td>
                                <td>ガラス3枚 + 空気層2層</td>
                                <td>1.3～1.5 W/㎡K</td>
                                <td>非常に優秀</td>
                                <td><span class="price-badge">18,000～25,000円</span></td>
                                <td>最高レベルの断熱、北海道など極寒地域</td>
                            </tr>
                            <tr>
                                <td><strong>防音ガラス（複層 + 防音膜）</strong></td>
                                <td>ガラス2枚 + 防音膜</td>
                                <td>2.8～3.2 W/㎡K</td>
                                <td>中程度</td>
                                <td><span class="price-badge">10,000～16,000円</span></td>
                                <td>道路沿い、駅近辺、防音優先</td>
                            </tr>
                            <tr>
                                <td><strong>防犯ガラス（複層 + 防犯膜）</strong></td>
                                <td>ガラス2枚 + 防犯膜</td>
                                <td>3.0～3.4 W/㎡K</td>
                                <td>やや有効</td>
                                <td><span class="price-badge">11,000～18,000円</span></td>
                                <td>1階居室、防犯が重要な場所</td>
                            </tr>
                        </tbody>
                    </table>
                </div>

                <h3>各ガラスタイプの特徴詳説</h3>

                <h4>複層ガラス（ペアガラス）</h4>
                <div class="card">
                    <ul>
                        <li><strong>構成：</strong> 2枚のガラスの間に6～16mm程度の空気層を持つ</li>
                        <li><strong>性能：</strong> 単板ガラスの約2倍の断熱性。冬は暖かく、夏は涼しい</li>
                        <li><strong>結露軽減：</strong> 空気層があるため、内側のガラス表面の結露が大幅に減少</li>
                        <li><strong>コスパ：</strong> 費用と性能のバランスが最も良い。リフォームの定番</li>
                        <li><strong>課題：</strong> Low-E膜と比較すると、遮熱性が劣る</li>
                    </ul>
                </div>

                <h4>Low-E複層ガラス（高性能複層ガラス）</h4>
                <div class="card accent">
                    <ul>
                        <li><strong>構成：</strong> 1枚のガラスに「低放射膜」をコーティングした複層ガラス</li>
                        <li><strong>低放射膜の機能：</strong> 赤外線（熱）を反射させ、室内の温度を保つ</li>
                        <li><strong>断熱性：</strong> 複層ガラスより約30～40%高い。日本の多くの地域で最適</li>
                        <li><strong>省エネ効果：</strong> 年間の光熱費を1万～3万円程度削減できる</li>
                        <li><strong>補助金対象：</strong> 先進的窓リノベ事業の補助対象</li>
                        <li><strong>推奨：</strong> 温暖地から寒冷地まで、ほぼすべての地域で最適</li>
                    </ul>
                </div>

                <h4>トリプルガラス（3層ガラス）</h4>
                <div class="card success">
                    <ul>
                        <li><strong>構成：</strong> 3枚のガラスと2層の空気層を持つ最高級のガラス</li>
                        <li><strong>最高の断熱性：</strong> U値が1.3～1.5と圧倒的に低い</li>
                        <li><strong>北海道・東北地域向け：</strong> -20℃以下の環境でも結露がほぼ発生しない</li>
                        <li><strong>コスト：</strong> 複層ガラスの約3～4倍。一般的なリフォームでは導入は限定的</li>
                        <li><strong>新築や高級住宅での採用が多い</strong></li>
                    </ul>
                </div>
            </section>

            <!-- Section 4: Frame Comparison -->
            <section id="frame-comparison">
                <h2>サッシ素材の比較（樹脂 vs アルミ vs 複合）</h2>

                <p>窓枠（サッシ）の素材によって、断熱性能、耐久性、メンテナンス、価格が大きく異なります。</p>

                <div class="comparison-table">
                    <table>
                        <thead>
                            <tr>
                                <th>素材</th>
                                <th>断熱性</th>
                                <th>耐久性</th>
                                <th>メンテナンス</th>
                                <th>価格帯</th>
                                <th>おすすめ度</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td><strong>アルミサッシ</strong></td>
                                <td>&#x2b50;</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                                <td>最安（1㎡あたり8千～1.5万円）</td>
                                <td>&#x2b50;&#x2b50;</td>
                            </tr>
                            <tr>
                                <td><strong>樹脂サッシ</strong></td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                                <td>中～高（1㎡あたり2.5万～4万円）</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                            </tr>
                            <tr>
                                <td><strong>複合サッシ（木+アルミ）</strong></td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;</td>
                                <td>中（1㎡あたり1.8万～3.5万円）</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;</td>
                            </tr>
                            <tr>
                                <td><strong>複合サッシ（樹脂+アルミ）</strong></td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                                <td>中（1㎡あたり2.2万～3.8万円）</td>
                                <td>&#x2b50;&#x2b50;&#x2b50;&#x2b50;</td>
                            </tr>
                        </tbody>
                    </table>
                </div>

                <h3>各素材の詳細解説</h3>

                <h4>アルミサッシ</h4>
                <div class="card">
                    <ul>
                        <li><strong>特徴：</strong> 従来から日本の標準的なサッシ。軽量で加工しやすい</li>
                        <li><strong>断熱性：</strong> 金属のため熱伝導率が高く、断熱性は低い</li>
                        <li><strong>耐久性：</strong> アルマイト処理により、20年以上の耐久性あり</li>
                        <li><strong>メンテナンス：</strong> 定期的な掃除とグリス注油でOK。扱いが簡単</li>
                        <li><strong>コスト：</strong> 最も安い。古い建物の改修で予算重視の場合に有効</li>
                        <li><strong>課題：</strong> 冬場に枠が冷えて結露が発生しやすい。最近の新築ではほぼ使用されない</li>
                    </ul>
                </div>

                <h4>樹脂サッシ</h4>
                <div class="card accent">
                    <ul>
                        <li><strong>素材：</strong> PVC（ポリ塩化ビニル）またはウレタン樹脂。北欧で開発された高性能素材</li>
                        <li><strong>断熱性：</strong> アルミの1000倍以上。業界最高水準の断熱性</li>
                        <li><strong>結露防止：</strong> 内側の表面温度が高いため、ほぼ結露が発生しない</li>
                        <li><strong>耐久性：</strong> 20～30年以上。ただし、紫外線劣化を防ぐため外装塗装が必要な場合も</li>
                        <li><strong>メンテナンス：</strong> 定期的な掃除で十分。グリス注油の手間が少ない</li>
                        <li><strong>価格：</strong> やや高めだが、光熱費削減で十分に回収可能</li>
                        <li><strong>推奨：</strong> 断熱性能重視なら最優先の選択肢。補助金対象商品が多い</li>
                    </ul>
                </div>

                <h4>複合サッシ（樹脂+アルミ）</h4>
                <div class="card success">
                    <ul>
                        <li><strong>構成：</strong> 室内側：樹脂、室外側：アルミで保護</li>
                        <li><strong>メリット：</strong> 樹脂の高い断熱性と、アルミの耐久性を両立</li>
                        <li><strong>デザイン：</strong> 外観はアルミなので統一感がある</li>
                        <li><strong>耐候性：</strong> 樹脂サッシより劣化しにくい</li>
                        <li><strong>コスト：</strong> 樹脂サッシと同等またはやや安い</li>
                        <li><strong>バランス：</strong> 性能と価格、耐久性のバランスが最も優れている</li>
                        <li><strong>最もおすすめ：</strong> 新築やリフォームで最も人気</li>
                    </ul>
                </div>
            </section>

            <!-- Section 5: Benefits -->
            <section id="benefits">
                <h2>断熱・省エネ効果の詳細と光熱費削減シミュレーション</h2>

                <p>窓リフォームによる断熱性能の向上は、冬季の暖房効率を大幅に改善し、年間の光熱費削減につながります。</p>

                <h3>断熱性能の改善効果</h3>

                <div class="card accent">
                    <p class="card-title">◆ 単板ガラス → 複層ガラスへの交換</p>
                    <ul>
                        <li>U値：5.8 W/㎡K → 3.0 W/㎡K（約48%の改善）</li>
                        <li>冬季の暖房コスト：約15～20%削減</li>
                        <li>夏季の冷房コスト：約5～10%削減</li>
                    </ul>
                </div>

                <div class="card">
                    <p class="card-title">◆ 複層ガラス → Low-E複層ガラスへの交換</p>
                    <ul>
                        <li>U値：3.0 W/㎡K → 2.0 W/㎡K（約33%の改善）</li>
                        <li>冬季の暖房コスト：さらに10～15%削減</li>
                        <li>年間の光熱費：20～30%削減</li>
                    </ul>
                </div>

                <h3>光熱費削減シミュレーション</h3>

                <p><strong>前提条件：</strong> 東京都の標準的な3LDK住宅（床面積95㎡、現在はアルミ単板ガラス）</p>

                <div class="cost-sim">
                    <h4>【シナリオ1】現在の光熱費（単板ガラス）</h4>
                    <div class="sim-item">
                        <span>冬季暖房費（11月～3月）</span>
                        <span>月平均 18,000円 × 5ヶ月 = 90,000円</span>
                    </div>
                    <div class="sim-item">
                        <span>夏季冷房費（7月～9月）</span>
                        <span>月平均 12,000円 × 3ヶ月 = 36,000円</span>
                    </div>
                    <div class="sim-item">
                        <span>通年その他</span>
                        <span>月平均 8,000円 × 4ヶ月 = 32,000円</span>
                    </div>
                    <div class="sim-item">
                        <span>年間光熱費合計</span>
                        <span style="color: var(--error-color); font-size: 1.2rem;">158,000円</span>
                    </div>
                </div>

                <div class="cost-sim">
                    <h4>【シナリオ2】樹脂サッシ+Low-E複層ガラスへの交換後</h4>
                    <div class="sim-item">
                        <span>冬季暖房費削減（25%削減）</span>
                        <span>90,000 × 75% = 67,500円（削減額 22,500円）</span>
                    </div>
                    <div class="sim-item">
                        <span>夏季冷房費削減（15%削減）</span>
                        <span>36,000 × 85% = 30,600円（削減額 5,400円）</span>
                    </div>
                    <div class="sim-item">
                        <span>通年その他</span>
                        <span>32,000円（変化なし）</span>
                    </div>
                    <div class="sim-item">
                        <span>年間光熱費合計</span>
                        <span style="color: var(--success-color); font-size: 1.2rem;">130,100円</span>
                    </div>
                    <div class="sim-item">
                        <span>年間削減額</span>
                        <span style="color: var(--success-color); font-weight: 700; font-size: 1.3rem;">27,900円</span>
                    </div>
                </div>

                <div class="sidebar success" style="border-left-color: var(--success-color);">
                    <h4 style="color: var(--success-color);">&#x1f4b0; 投資回収期間の目安</h4>
                    <p><strong>3LDK住宅でのリフォーム工事費：</strong> 約80万～120万円</p>
                    <p><strong>年間削減額：</strong> 約25,000～30,000円</p>
                    <p><strong>投資回収期間：</strong> <span style="color: var(--success-color); font-weight: 600;">約27～48ヶ月（2.3～4年）</span></p>
                    <p style="margin-top: 1rem; font-size: 0.95rem;">リフォーム後の快適性向上と光熱費削減を考慮すると、非常に優れた投資となります。さらに補助金を活用すれば、回収期間は大幅に短縮されます。</p>
                </div>

                <h3>その他の省エネメリット</h3>

                <ul>
                    <li><strong>冬季の結露軽減：</strong> 樹脂サッシ+Low-Eガラスなら、ほぼ結露が発生しない。カビや腐れの防止</li>
                    <li><strong>夏季の日射熱低減：</strong> Low-E膜により、直射日光による室内温度上昇を約20%削減</li>
                    <li><strong>紫外線カット：</strong> 室内のインテリアや家具の褪色防止</li>
                    <li><strong>快適性：</strong> 室温ムラが減り、年間を通じて快適な室内環境を実現</li>
                </ul>
            </section>

            <!-- Section 6: Subsidies -->
            <section id="subsidies">
                <h2>補助金制度（先進的窓リノベ事業）の解説</h2>

                <p>2023年度から開始された「先進的窓リノベ事業」により、窓リフォームに対する国の補助金が利用可能です。</p>

                <h3>先進的窓リノベ事業の概要</h3>

                <div class="card accent">
                    <p class="card-title">◆ 補助対象となる条件</p>
                    <ul>
                        <li><strong>対象ガラス：</strong> Low-E複層ガラス、またはそれ以上の性能のガラス</li>
                        <li><strong>対象サッシ：</strong> 樹脂サッシまたは複合サッシ（アルミ+樹脂）</li>
                        <li><strong>工事内容：</strong> 内窓設置、ガラス交換、カバー工法、全交換</li>
                        <li><strong>施工者：</strong> 認定事業者による施工が必要</li>
                    </ul>
                </div>

                <h3>補助額の目安</h3>

                <div class="comparison-table">
                    <table>
                        <thead>
                            <tr>
                                <th>工事内容</th>
                                <th>補助対象面積</th>
                                <th>補助額</th>
                                <th>補助率</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td><strong>内窓設置（樹脂Low-E）</strong></td>
                                <td>1㎡あたり</td>
                                <td><span class="price-badge">8,000～12,000円</span></td>
                                <td>約50～60%</td>
                            </tr>
                            <tr>
                                <td><strong>ガラス交換（Low-E）</strong></td>
                                <td>1㎡あたり</td>
                                <td><span class="price-badge">3,000～5,000円</span></td>
                                <td>約30～40%</td>
                            </tr>
                            <tr>
                                <td><strong>カバー工法（樹脂+Low-E）</strong></td>
                                <td>1㎡あたり</td>
                                <td><span class="price-badge">12,000～18,000円</span></td>
                                <td>約50～60%</td>
                            </tr>
                            <tr>
                                <td><strong>全交換（樹脂+Low-E）</strong></td>
                                <td>1㎡あたり</td>
                                <td><span class="price-badge">16,000～24,000円</span></td>
                                <td>約50～60%</td>
                            </tr>
                        </tbody>
                    </table>
                </div>

                <h3>補助金を受けるための手順</h3>

                <ol>
                    <li><strong>認定事業者を選択：</strong> 先進的窓リノベ事業に登録された施工業者を選ぶ</li>
                    <li><strong>施工前に申請：</strong> リフォーム工事開始前に補助金申請を行う（重要）</li>
                    <li><strong>工事実施：</strong> 認定事業者による工事を実施</li>
                    <li><strong>完了報告：</strong> 工事完了後、施工写真等を提出</li>
                    <li><strong>補助金交付：</strong> 審査後、補助金が口座に振込される</li>
                </ol>

                <div class="sidebar success" style="border-left-color: var(--success-color);">
                    <h4 style="color: var(--success-color);">&#x26a0;&#xfe0f; 重要なポイント</h4>
                    <ul>
                        <li><strong>先に工事をしてから申請は不可：</strong> 必ず工事前に申請する必要があります</li>
                        <li><strong>施工業者の確認：</strong> 認定事業者であることを確認してから契約してください</li>
                        <li><strong>期間限定：</strong> 予算がなくなれば終了となるため、早めの申請をお勧めします</li>
                        <li><strong>併用可能な補助金：</strong> 自治体の補助金と併用できる場合もあります</li>
                    </ul>
                </div>
            </section>

            <!-- Section 7: Security & Soundproofing -->
            <section id="security">
                <h2>防犯・防音・その他のメリット</h2>

                <h3>防犯効果</h3>

                <div class="card">
                    <p class="card-title">◆ 防犯ガラスの効果</p>
                    <ul>
                        <li><strong>割られにくい：</strong> 防犯膜が内蔵されており、バットやハンマーでも割られにくい</li>
                        <li><strong>侵入時間延伸：</strong> 泥棒の侵入に必要な時間が3倍以上に延び、侵入を諦めさせる</li>
                        <li><strong>1階や人通りの少ない場所に有効：</strong> 特に玄関や勝手口周辺の窓に推奨</li>
                        <li><strong>費用：</strong> 防音ガラスと同程度（1㎡あたり11,000～18,000円）</li>
                    </ul>
                </div>

                <h3>防音効果</h3>

                <div class="card accent">
                    <p class="card-title">◆ 防音・遮音性能</p>
                    <ul>
                        <li><strong>複層ガラスの基本効果：</strong> 空気層があるため、単板ガラスより約3～5dB低減</li>
                        <li><strong>防音ガラス＆樹脂サッシ：</strong> 道路騒音が約10～15dB低減（かなり静かになる）</li>
                        <li><strong>測定値の目安：</strong></li>
                        <ul style="margin-top: 0.5rem;">
                            <li>60dB：通常の会話レベル</li>
                            <li>70dB：掃除機、交通量の少ない道路</li>
                            <li>80dB：新幹線駅周辺、交差点</li>
                        </ul>
                        <li><strong>道路沿いの効果：</strong> 80dBの道路騒音を65～70dBに低減できれば、かなり快適</li>
                        <li><strong>推奨地域：</strong> 線路沿い、幹線道路沿い、駅近辺など</li>
                    </ul>
                </div>

                <h3>その他の付加的なメリット</h3>

                <div class="card success">
                    <ul>
                        <li><strong>結露軽減による健康効果：</strong> カビの発生を防ぎ、アレルギーやアスベスト吸入を低減</li>
                        <li><strong>紫外線カット：</strong> UV-A、UV-Bを約99%カット。家具やフローリングの褪色を防止</li>
                        <li><strong>家具・インテリア保護：</strong> 革製品、絵画、カーテンなどの劣化を遅延</li>
                        <li><strong>雨音軽減：</strong> 樹脂サッシで、雨音が気にならなくなる</li>
                        <li><strong>デザイン性向上：</strong> 新しいサッシへの交換で、家の外観が一新される</li>
                        <li><strong>資産価値向上：</strong> 省エネ化により、物件としての価値が上がる</li>
                    </ul>
                </div>
            </section>

            <!-- Section 8: Case Studies -->
            <section id="cases">
                <h2>施工事例</h2>

                <h3>事例1：築40年の木造戸建て住宅</h3>

                <div class="case-study">
                    <p class="case-study-title">【案件】冬の結露とシロアリ対策で窓リフォーム</p>
                    <div class="case-study-content">
                        <div class="case-study-info">
                            <div class="case-study-row">
                                <span class="case-study-label">物件タイプ：</span>
                                <span class="case-study-value">木造戸建て（築40年）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">施工箇所：</span>
                                <span class="case-study-value">全窓14箇所（合計面積18㎡）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">工事内容：</span>
                                <span class="case-study-value">カバー工法（樹脂サッシ+Low-E複層）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">工期：</span>
                                <span class="case-study-value">5日間</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">工事費用：</span>
                                <span class="case-study-value">420万円</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">補助金：</span>
                                <span class="case-study-value">168万円（補助率40%）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">実質負担：</span>
                                <span class="case-study-value" style="color: var(--success-color); font-weight: 700;">252万円</span>
                            </div>
                        </div>
                        <div class="case-study-info">
                            <div class="case-study-row">
                                <span class="case-study-label">施工前の問題：</span>
                                <span class="case-study-value">毎冬、窓ガラスに大量の結露が発生。カーテンがカビまみれ</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">施工後の効果：</span>
                                <span class="case-study-value">結露がほぼゼロに。冬の寒さも大幅に改善</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">光熱費削減：</span>
                                <span class="case-study-value">年間35,000円削減</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">回収期間：</span>
                                <span class="case-study-value">実質負担額ベースで約7.2年</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">満足度：</span>
                                <span class="case-study-value" style="color: var(--success-color); font-weight: 700;">5/5 &#x2b50;&#x2b50;&#x2b50;&#x2b50;&#x2b50;</span>
                            </div>
                        </div>
                    </div>
                </div>

                <h3>事例2：都心マンション（駅近辺）</h3>

                <div class="case-study">
                    <p class="case-study-title">【案件】騒音対策で内窓を設置</p>
                    <div class="case-study-content">
                        <div class="case-study-info">
                            <div class="case-study-row">
                                <span class="case-study-label">物件タイプ：</span>
                                <span class="case-study-value">分譲マンション（築15年）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">施工箇所：</span>
                                <span class="case-study-value">LDK3窓、寝室2窓（合計面積8.5㎡）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">工事内容：</span>
                                <span class="case-study-value">内窓設置（樹脂フレーム+防音複層ガラス）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">工期：</span>
                                <span class="case-study-value">2日間</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">工事費用：</span>
                                <span class="case-study-value">118万円</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">補助金：</span>
                                <span class="case-study-value">62万円（補助率約52%）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">実質負担：</span>
                                <span class="case-study-value" style="color: var(--success-color); font-weight: 700;">56万円</span>
                            </div>
                        </div>
                        <div class="case-study-info">
                            <div class="case-study-row">
                                <span class="case-study-label">施工前の問題：</span>
                                <span class="case-study-value">駅近くで電車音が響く。夜中に目が覚めることが多い</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">施工後の効果：</span>
                                <span class="case-study-value">電車音が約12dB低減。睡眠の質が大幅に改善</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">光熱費削減：</span>
                                <span class="case-study-value">年間12,000円削減</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">回収期間：</span>
                                <span class="case-study-value">約4.7年</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">満足度：</span>
                                <span class="case-study-value" style="color: var(--success-color); font-weight: 700;">5/5 &#x2b50;&#x2b50;&#x2b50;&#x2b50;&#x2b50;</span>
                            </div>
                        </div>
                    </div>
                </div>

                <h3>事例3：寒冷地の高断熱仕様</h3>

                <div class="case-study">
                    <p class="case-study-title">【案件】新潟県での全窓交換による極寒地対応</p>
                    <div class="case-study-content">
                        <div class="case-study-info">
                            <div class="case-study-row">
                                <span class="case-study-label">物件タイプ：</span>
                                <span class="case-study-value">一戸建て（築25年、寒冷地）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">施工箇所：</span>
                                <span class="case-study-value">全窓16箇所（合計面積24㎡）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">工事内容：</span>
                                <span class="case-study-value">全交換（樹脂サッシ+トリプルガラス）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">工期：</span>
                                <span class="case-study-value">6日間</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">工事費用：</span>
                                <span class="case-study-value">720万円</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">補助金：</span>
                                <span class="case-study-value">294万円（補助率約41%）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">実質負担：</span>
                                <span class="case-study-value" style="color: var(--success-color); font-weight: 700;">426万円</span>
                            </div>
                        </div>
                        <div class="case-study-info">
                            <div class="case-study-row">
                                <span class="case-study-label">施工前の問題：</span>
                                <span class="case-study-value">-15℃の冬、窓周りが凍結。結露が1cm以上の厚さに</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">施工後の効果：</span>
                                <span class="case-study-value">-15℃でも結露なし。室内の暖かさが格段に向上</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">光熱費削減：</span>
                                <span class="case-study-value">年間72,000円削減（従来比38%削減）</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">回収期間：</span>
                                <span class="case-study-value">約5.9年</span>
                            </div>
                            <div class="case-study-row">
                                <span class="case-study-label">満足度：</span>
                                <span class="case-study-value" style="color: var(--success-color); font-weight: 700;">5/5 &#x2b50;&#x2b50;&#x2b50;&#x2b50;&#x2b50;</span>
                            </div>
                        </div>
                    </div>
                </div>
            </section>

            <!-- Section 9: FAQ -->
            <section id="faq">
                <h2>よくある質問（FAQ）</h2>

                <div class="faq-section">
                    <div class="faq-item">
                        <div class="faq-question" onclick="this.parentElement.classList.toggle('active')">
                            <span>Q1. 窓リフォームは本当に光熱費が削減されますか？</span>
                            <span class="faq-toggle">▼</span>
                        </div>
                        <div class="faq-answer">
                            <p><strong>A.</strong> はい、確実に削減されます。樹脂サッシ+Low-E複層ガラスへの交換であれば、年間15～30%の光熱費削減が期待できます。5000件以上の施工実績から、この効果は確認済みです。削減額は年間25,000～50,000円程度が目安です。補助金と光熱費削減を考慮すれば、5～7年で工事費が回収できます。</p>
                        </div>
                    </div>

                    <div class="faq-item">
                        <div class="faq-question" onclick="this.parentElement.classList.toggle('active')">
                            <span>Q2. 内窓設置とサッシ交換、どちらを選ぶべきですか？</span>
                            <span class="faq-toggle">▼</span>
                        </div>
                        <div class="faq-answer">
                            <p><strong>A.</strong> 以下の基準で選んでください：</p>
                            <ul>
                                <li><strong>内窓設置がおすすめな場合：</strong> 予算が限られている、工期を最小限にしたい、賃貸住宅、既存窓がまだ使える</li>
                                <li><strong>サッシ交換がおすすめな場合：</strong> 気密性・防水性を最優先したい、防犯・防音が重要、長期的な価値を重視</li>
                                <li><strong>総合的な判断：</strong> 予算に余裕があれば、カバー工法でのサッシ交換をお勧めします。気密性・防水性・耐久性すべてが優れています。</li>
                            </ul>
                        </div>
                    </div>

                    <div class="faq-item">
                        <div class="faq-question" onclick="this.parentElement.classList.toggle('active')">
                            <span>Q3. 補助金はいくら受け取れますか？</span>
                            <span class="faq-toggle">▼</span>
                        </div>
                        <div class="faq-answer">
                            <p><strong>A.</strong> 補助額は工事内容と面積によります。目安は以下の通り：</p>
                            <ul>
                                <li><strong>内窓設置：</strong> 1㎡あたり8,000～12,000円（補助率50～60%）</li>
                                <li><strong>ガラス交換：</strong> 1㎡あたり3,000～5,000円（補助率30～40%）</li>
                                <li><strong>カバー工法：</strong> 1㎡あたり12,000～18,000円（補助率50～60%）</li>
                            </ul>
                            <p>3LDK住宅の全窓交換の場合、補助額は100～200万円程度になることが多いです。ただし、補助金は予算がなくなれば終了するため、早めの申請をお勧めします。</p>
                        </div>
                    </div>

                    <div class="faq-item">
                        <div class="faq-question" onclick="this.parentElement.classList.toggle('active')">
                            <span>Q4. Low-E複層ガラスとトリプルガラス、どちらが良いですか？</span>
                            <span class="faq-toggle">▼</span>
                        </div>
                        <div class="faq-answer">
                            <p><strong>A.</strong> 地域によります：</p>
                            <ul>
                                <li><strong>関東・関西などの温暖地：</strong> Low-E複層ガラスで十分。コストパフォーマンスが優れています。</li>
                                <li><strong>北海道・東北などの寒冷地：</strong> トリプルガラスをお勧めします。-15℃以下の環境では、トリプルガラスの方が結露しません。</li>
                                <li><strong>一般的な判断：</strong> 大多数の地域ではLow-E複層ガラスで十分。補助金対象になるのもこちらです。</li>
                            </ul>
                        </div>
                    </div>

                    <div class="faq-item">
                        <div class="faq-question" onclick="this.parentElement.classList.toggle('active')">
                            <span>Q5. リフォーム期間中、窓が開けられなくなりませんか？</span>
                            <span class="faq-toggle">▼</span>
                        </div>
                        <div class="faq-answer">
                            <p><strong>A.</strong> 工事方法によって異なります：</p>
                            <ul>
                                <li><strong>内窓設置：</strong> 既存窓をそのまま使用するため、工事期間中も既存窓は開閉可能です。</li>
                                <li><strong>ガラス交換：</strong> 施工中の数時間は開閉できません。ただし、1窓あたり30分～1時間で完了します。</li>
                                <li><strong>サッシ交換：</strong> 施工中は開閉できません。事前に十分な換気をしておくことをお勧めします。</li>
                            </ul>
                            <p>いずれの場合も、事前に施工スケジュールをしっかり打ち合わせしておけば問題ありません。</p>
                        </div>
                    </div>

                    <div class="faq-item">
                        <div class="faq-question" onclick="this.parentElement.classList.toggle('active')">
                            <span>Q6. 樹脂サッシは壊れやすいのではないですか？</span>
                            <span class="faq-toggle">▼</span>
                        </div>
                        <div class="faq-answer">
                            <p><strong>A.</strong> いいえ、樹脂サッシは非常に耐久性が高いです。むしろアルミサッシより長持ちします：</p>
                            <ul>
                                <li><strong>耐久性：</strong> 樹脂サッシの寿命は20～30年以上。アルミサッシと同等か、それ以上です。</li>
                                <li><strong>劣化しにくい：</strong> 樹脂は金属のような腐食がなく、塩害地域でも耐性があります。</li>
                                <li><strong>北欧での実績：</strong> 樹脂サッシは北欧で100年以上の実績があり、性能は実証済みです。</li>
                                <li><strong>日本での使用例：</strong> 1990年代から日本でも採用されており、20年以上経過した製品も正常に動作しています。</li>
                            </ul>
                        </div>
                    </div>

                    <div class="faq-item">
                        <div class="faq-question" onclick="this.parentElement.classList.toggle('active')">
                            <span>Q7. 施工業者の選び方のポイントはありますか？</span>
                            <span class="faq-toggle">▼</span>
                        </div>
                        <div class="faq-answer">
                            <p><strong>A.</strong> 以下のポイントで業者を選んでください：</p>
                            <ul>
                                <li><strong>先進的窓リノベ事業の認定事業者であること（重要）：</strong> 補助金を受けるために必須です。</li>
                                <li><strong>施工実績が豊富：</strong> 最低でも100件以上の窓リフォーム実績があることを確認してください。</li>
                                <li><strong>アフターサービスが充実：</strong> 施工後の不具合対応、保証期間を確認しましょう。</li>
                                <li><strong>見積もりが詳細：</strong> 本体価格、施工費、処分費などが明細化されているか確認してください。</li>
                                <li><strong>複数社から相見積もり：</strong> 最低でも3社から見積もりを取り、比較検討してください。</li>
                            </ul>
                        </div>
                    </div>

                    <div class="faq-item">
                        <div class="faq-question" onclick="this.parentElement.classList.toggle('active')">
                            <span>Q8. 今すぐリフォームすべきですか？それとも待つべきですか？</span>
                            <span class="faq-toggle">▼</span>
                        </div>
                        <div class="faq-answer">
                            <p><strong>A.</strong> 以下の場合は、なるべく早くリフォームすることをお勧めします：</p>
                            <ul>
                                <li><strong>冬に結露が多い場合：</strong> 放置すればカビが増殖し、建物が腐ります。早期対応が必須です。</li>
                                <li><strong>補助金がまだ予算がある場合：</strong> 予算がなくなれば制度が終了します。早めに申請しましょう。</li>
                                <li><strong>建物が築20年以上の場合：</strong> 今後さらに劣化が進みます。今がリフォームの最適タイミングです。</li>
                                <li><strong>待つべき場合：</strong> 特に急がない場合でも、光熱費削減と快適性向上から、5～7年以内には実施することをお勧めします。</li>
                            </ul>
                        </div>
                    </div>
                </div>
            </section>

            <!-- CTA Section -->
            <section id="cta" class="cta-section">
                <h2>複雑な窓リフォーム選びは、プロの一括見積もりで解決</h2>
                <p>
                    あなたの家にぴったりな窓リフォーム方法を見つけるために、複数の施工業者から<strong>無料で見積もり</strong>を取得できます。<br>
                    比較検討することで、最適なプランと最安値を選ぶことができます。
                </p>
                <a href="https://townlife-aff.com/link.php?i=6552fc75c5f29&#038;m=69cb818e71928" class="btn btn-block">&#x25b6; 無料で窓リフォームの見積もりを比較する</a>
                <p style="font-size: 0.9rem; margin-top: 1rem; opacity: 0.95;">
                    ※ 見積もりは完全無料、営業電話なし、予算や希望をヒアリングして最適な業者をご紹介します
                </p>
            </section>

            <!-- Summary Box -->
            <div class="card accent" style="margin-top: 3rem;">
                <p class="card-title">&#x1f4cc; この記事のまとめ</p>
                <ul>
                    <li><strong>窓リフォームの相場：</strong> 1窓あたり7万～40万円（内容によって大きく異なる）</li>
                    <li><strong>最もおすすめ：</strong> カバー工法での樹脂サッシ+Low-E複層ガラス交換</li>
                    <li><strong>光熱費削減：</strong> 年間25,000～50,000円（ROI：5～7年）</li>
                    <li><strong>補助金：</strong> 工事費の40～60%が補助される（早めの申請が重要）</li>
                    <li><strong>その他メリット：</strong> 防犯、防音、結露軽減、紫外線カット、快適性向上</li>
                    <li><strong>業者選びのコツ：</strong> 複数社から見積もりを取り、認定事業者を選ぶ</li>
                </ul>
            </div>
        </article>
    </main>

    <!-- Footer -->
    <footer>
        <p><strong>reform-cost-navi.com</strong></p>
        <p>窓・サッシリフォームの費用相場ガイド | Article #128</p>
        <p style="font-size: 0.9rem; margin-top: 1rem;">© 2025 reform-cost-navi.com All rights reserved.</p>
        <div class="footer-links">
            <a href="https://reform-cost-navi.com">ホーム</a>
            <a href="https://reform-cost-navi.com/contact">お問い合わせ</a>
            <a href="https://reform-cost-navi.com/privacy">プライバシーポリシー</a>
        </div>
    </footer>

    <script>
        // Smooth scroll for TOC links
        document.querySelectorAll('.toc a').forEach(link => {
            link.addEventListener('click', (e) => {
                const href = link.getAttribute('href');
                if (href.startsWith('#')) {
                    e.preventDefault();
                    const target = document.querySelector(href);
                    if (target) {
                        target.scrollIntoView({ behavior: 'smooth', block: 'start' });
                        // Add highlight effect
                        target.style.backgroundColor = 'rgba(0, 105, 92, 0.1)';
                        setTimeout(() => {
                            target.style.backgroundColor = '';
                        }, 2000);
                    }
                }
            });
        });

        // FAQ accordion functionality
        document.querySelectorAll('.faq-question').forEach(question => {
            question.addEventListener('click', function() {
                this.parentElement.classList.toggle('active');
            });
        });

        // Track page scroll for TOC highlighting
        window.addEventListener('scroll', () => {
            const sections = document.querySelectorAll('h2');
            let current = '';
            sections.forEach(section => {
                const sectionTop = section.offsetTop;
                if (pageYOffset >= sectionTop - 200) {
                    current = section.getAttribute('id');
                }
            });
            document.querySelectorAll('.toc a').forEach(link => {
                link.style.color = '';
                if (link.getAttribute('href') === '#' + current) {
                    link.style.color = 'var(--accent-color)';
                    link.style.fontWeight = 'bold';
                }
            });
        });
    </script>
<img decoding="async" alt="複雑な窓リフォーム選びは、プロの一括見積もりで解決" src="https://townlife-aff.com/data.php?i=6552fc75c5f29&#038;m=69cb818e71928" width="1" height="1" />



<script type="application/ld+json" class="rcn-schema">{"@context":"https://schema.org","@graph":[{"@type":"Article","headline":"窓・サッシリフォームの費用相場｜二重窓・内窓・樹脂サッシの価格帯【2026年版】","datePublished":"2026-05-07T14:04:00","dateModified":"2026-06-09T10:35:41","author":{"@type":"Organization","name":"リフォーム費用ナビ編集部"},"publisher":{"@type":"Organization","name":"リフォーム費用ナビ","url":"https://reform-cost-navi.com/"},"mainEntityOfPage":"https://reform-cost-navi.com/%e7%aa%93%e3%83%bb%e3%82%b5%e3%83%83%e3%82%b7%e3%83%aa%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ae%e8%b2%bb%e7%94%a8%e7%9b%b8%e5%a0%b4%ef%bd%9c%e4%ba%8c%e9%87%8d%e7%aa%93%e3%83%bb%e5%86%85%e7%aa%93/","description":"内窓設置、ガラス交換、サッシ全交換など、あらゆる窓リフォームの工事相場を徹底解説。補助金制度や断熱効果、施工事例まで、2026年最新情報をお届けします。","image":"https://reform-cost-navi.com/wp-content/uploads/2026/04/post-112-img5-1600566752355.webp"},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"ホーム","item":"https://reform-cost-navi.com/"},{"@type":"ListItem","position":2,"name":"リフォーム","item":"https://reform-cost-navi.com/category/%e3%83%aa%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0/"},{"@type":"ListItem","position":3,"name":"窓・サッシリフォームの費用相場｜二重窓・内窓・樹脂サッシの価格帯【2026年版】","item":"https://reform-cost-navi.com/%e7%aa%93%e3%83%bb%e3%82%b5%e3%83%83%e3%82%b7%e3%83%aa%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ae%e8%b2%bb%e7%94%a8%e7%9b%b8%e5%a0%b4%ef%bd%9c%e4%ba%8c%e9%87%8d%e7%aa%93%e3%83%bb%e5%86%85%e7%aa%93/"}]}]}</script>
]]></content:encoded>
					
					<wfw:commentRss>https://reform-cost-navi.com/%e7%aa%93%e3%83%bb%e3%82%b5%e3%83%83%e3%82%b7%e3%83%aa%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ae%e8%b2%bb%e7%94%a8%e7%9b%b8%e5%a0%b4%ef%bd%9c%e4%ba%8c%e9%87%8d%e7%aa%93%e3%83%bb%e5%86%85%e7%aa%93/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
