{"id":40603,"date":"2025-05-30T16:22:35","date_gmt":"2025-05-30T16:22:35","guid":{"rendered":"https:\/\/christianpure.com\/?p=40603"},"modified":"2025-06-01T20:15:36","modified_gmt":"2025-06-01T20:15:36","slug":"infographic-how-many-christian-churches-are-in-america","status":"publish","type":"post","link":"https:\/\/christianpure.com\/ja\/learn\/infographic-how-many-christian-churches-are-in-america\/","title":{"rendered":"\u30a4\u30f3\u30d5\u30a9\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\uff1a\u30a2\u30e1\u30ea\u30ab\u306b\u306f\u3044\u304f\u3064\u306e\u30ad\u30ea\u30b9\u30c8\u6559\u4f1a\u304c\u3042\u308b\u304b\uff1f"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Christian Churches in America: An Infographic Overview<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        body {\n            background-color: #F9FAFB; \/* Tailwind gray-50 *\/\n        }\n        .chart-container {\n            position: relative;\n            width: 100%;\n            max-width: 1000px;\n            margin-left: auto;\n            margin-right: auto;\n            height: 350px;\n            max-height: 450px;\n        }\n        @media (max-width: 768px) {\n            .chart-container {\n                height: 300px;\n                max-height: 400px;\n            }\n        }\n        .stat-card-custom { \/* Renamed to avoid conflict if Tailwind's stat-card existed *\/\n            background-color: #FFFFFF; \/* White *\/\n            padding: 1.5rem;\n            text-align: center;\n            display: flex; \/* For equal height content *\/\n            flex-direction: column; \/* For equal height content *\/\n            justify-content: center; \/* For equal height content *\/\n        }\n        .stat-number {\n            font-size: 2.5rem; \/* Slightly reduced for cleaner look *\/\n            font-weight: 600; \/* Adjusted from 700 *\/\n            color: #3B82F6; \/* Accent Blue *\/\n        }\n        .stat-label {\n            font-size: 0.9rem; \/* Slightly reduced *\/\n            color: #6B7280; \/* Gray-500 *\/\n            margin-top: 0.5rem;\n        }\n        h1, h2, h3 {\n            color: #1F2937; \/* Gray-800 *\/\n        }\n        .content-card {\n            background-color: #FFFFFF; \/* White *\/\n            padding: 1.5rem; \/* 24px *\/\n            margin-bottom: 2rem; \/* 32px *\/\n        }\n         \/*\n        Infographic Plan & Narrative Structure: (Remains the same)\n        1.  Hero\/Introduction\n        2.  The Landscape Today\n        3.  Historical Look\n        4.  Leading Denominations & Groups\n        5.  Rise of Nondenominational Churches\n        6.  Church Affiliation Trends\n        7.  Church Size\n        8.  Geographic Distribution\n        9.  The Future Outlook\n        10. Conclusion\n\n        Selected Color Palette: \"Subdued Apple Aesthetic\"\n        - Page Background: #F9FAFB (Tailwind Gray-50)\n        - Card Background: #FFFFFF (White)\n        - Primary Text: #1F2937 (Tailwind Gray-800)\n        - Secondary Text: #6B7280 (Tailwind Gray-500)\n        - Single Accent Color: #3B82F6 (Tailwind Blue-500)\n        - Accent Color Light 1 (for charts): #60A5FA (Tailwind Blue-400)\n        - Accent Color Light 2 (for charts): #93C5FD (Tailwind Blue-300)\n        - Accent Color Light 3 (for charts): #BFDBFE (Tailwind Blue-200)\n        - Chart Grid Color: rgba(0, 0, 0, 0.05)\n\n        Visualization Choices (Confirming NO SVG, NO MERMAID JS): (Remains the same)\n        - All Chart.js charts will use Canvas rendering.\n\n        NO SVG graphics are used. NO Mermaid JS is used.\n        *\/\n    <\/style>\n<\/head>\n<body class=\"text-gray-800\">\n    <div class=\"container mx-auto p-4 md:p-8\">\n        <header class=\"text-center mb-12\">\n            <h1 class=\"text-4xl md:text-5xl font-bold mb-4\">Counting the Faithful: Christian Churches in America<\/h1>\n            <p class=\"text-lg text-gray-600 max-w-3xl mx-auto\">An infographic overview of the number, characteristics, and trends of Christian churches in the United States, based on recent research.<\/p>\n        <\/header>\n\n        <section id=\"overview\" class=\"mb-12\">\n            <div class=\"stat-card-custom max-w-md mx-auto\">\n                <div class=\"stat-number\">~355,000<\/div>\n                <div class=\"stat-label\">Estimated Christian Churches in the U.S.<\/div>\n                <p class=\"text-xs text-gray-500 mt-2\">(Hartford Institute for Religion Research)<\/p>\n            <\/div>\n            <p class=\"mt-6 text-center text-gray-600 max-w-2xl mx-auto\">Pinpointing the exact number is challenging, but estimates suggest a vast landscape of Christian congregations across the nation, playing a vital role in many communities.<\/p>\n        <\/section>\n\n        <section id=\"landscape-today\" class=\"content-card\">\n            <h2 class=\"text-2xl font-semibold text-center mb-2\">The Christian Landscape Today<\/h2>\n            <p class=\"text-center text-gray-600 mb-8 max-w-xl mx-auto\">Out of the estimated 355,000 Christian churches, the majority are Protestant and other Christian churches, alongside a significant number of Catholic and Orthodox churches.<\/p>\n            <div class=\"chart-container h-[300px] md:h-[350px]\">\n                <canvas id=\"christianBreakdownChart\"><\/canvas>\n            <\/div>\n            <p class=\"mt-6 text-sm text-center text-gray-500\">This breakdown illustrates the broad composition of Christian places of worship in America.<\/p>\n        <\/section>\n\n        <section id=\"historical-growth\" class=\"content-card\">\n            <h2 class=\"text-2xl font-semibold text-center mb-2\">A Growing Presence: Congregations Over Time<\/h2>\n            <p class=\"text-center text-gray-600 mb-8 max-w-xl mx-auto\">The number of religious congregations in America has generally grown over the centuries, reflecting the nation\u2019s expanding population and religious activity.<\/p>\n            <div class=\"chart-container\">\n                <canvas id=\"historicalGrowthChart\"><\/canvas>\n            <\/div>\n            <p class=\"mt-6 text-sm text-center text-gray-500\">This long-term trend shows an increase in physical places of worship, though data collection methods have evolved.<\/p>\n        <\/section>\n\n        <section id=\"leading-denominations\" class=\"content-card\">\n            <h2 class=\"text-2xl font-semibold text-center mb-2\">Leading Denominations &amp; Groups (2020)<\/h2>\n            <p class=\"text-center text-gray-600 mb-8 max-w-xl mx-auto\">Different Christian groups vary greatly in their number of local churches and total adherents. The 2020 U.S. Religion Census provides a snapshot.<\/p>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                <div class=\"flex flex-col\"> \n                    <h3 class=\"text-xl font-semibold text-center mb-4\">Top 5 by Number of Congregations<\/h3>\n                    <div class=\"chart-container h-[400px] md:h-[450px] flex-grow\">\n                        <canvas id=\"congregationsChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n                <div class=\"flex flex-col\"> \n                    <h3 class=\"text-xl font-semibold text-center mb-4\">Top 5 by Number of Adherents<\/h3>\n                    <div class=\"chart-container h-[400px] md:h-[450px] flex-grow\">\n                        <canvas id=\"adherentsChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <p class=\"mt-8 text-sm text-gray-600\">The Catholic Church has the most adherents by a large margin, while the Southern Baptist Convention has the most individual congregations. Non-denominational churches show a strong presence in both categories.<\/p>\n        <\/section>\n\n        <section id=\"nondenominational-growth\" class=\"content-card\">\n            <h2 class=\"text-2xl font-semibold text-center mb-2\">The Rise of Nondenominational Churches<\/h2>\n            <p class=\"text-center text-gray-600 mb-8 max-w-xl mx-auto\">Churches operating independently of historical denominations represent a major growth area in American Christianity.<\/p>\n            <div class=\"grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4 mb-8\">\n                <div class=\"stat-card-custom\">\n                    <div class=\"stat-number text-2xl md:text-3xl\">>60,000<\/div>\n                    <div class=\"stat-label text-sm\">Est. Nondenom. Churches (2020, Thumma)<\/div>\n                <\/div>\n                <div class=\"stat-card-custom\">\n                    <div class=\"stat-number text-2xl md:text-3xl\">+9M<\/div>\n                    <div class=\"stat-label text-sm\">Adherent Growth (2010-2020, US Religion Census)<\/div>\n                <\/div>\n                <div class=\"stat-card-custom\">\n                    <div class=\"stat-number text-2xl md:text-3xl\">37%<\/div>\n                    <div class=\"stat-label text-sm\">Multiracial Congregations (20%+ diversity)<\/div>\n                <\/div>\n            <\/div>\n            <p class=\"text-gray-600\">These churches are often newer, with younger and more diverse congregations, and have seen substantial increases in adherents. Their median income is also notably higher than denominational evangelical churches.<\/p>\n        <\/section>\n\n        <section id=\"affiliation-trends\" class=\"content-card\">\n            <h2 class=\"text-2xl font-semibold text-center mb-2\">Shifting Tides: Christian Affiliation Trends<\/h2>\n            <p class=\"text-center text-gray-600 mb-8 max-w-xl mx-auto\">The percentage of U.S. adults identifying as Christian has declined, though recent data suggests a possible stabilization. Trends vary among major Christian groups.<\/p>\n            <div class=\"chart-container h-[400px] md:h-[500px]\">\n                <canvas id=\"affiliationTrendsChart\"><\/canvas>\n            <\/div>\n             <p class=\"mt-6 text-sm text-center text-gray-500\">Overall Christian identification dropped from 78% in 2007 to 62% in 2023-24. Mainline Protestantism saw the steepest decline.<\/p>\n        <\/section>\n\n        <section id=\"church-size\" class=\"content-card\">\n            <h2 class=\"text-2xl font-semibold text-center mb-2\">Church Size: Mostly Small, Attenders in Large<\/h2>\n            <p class=\"text-center text-gray-600 mb-8 max-w-xl mx-auto\">While most Christian churches are small, the majority of churchgoers attend larger congregations.<\/p>\n            <div class=\"grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4 mb-8\">\n                <div class=\"stat-card-custom\">\n                    <div class=\"stat-number text-2xl md:text-3xl\">65<\/div>\n                    <div class=\"stat-label text-sm\">Median Weekly Attendance (FACT 2020)<\/div>\n                <\/div>\n                 <div class=\"stat-card-custom\">\n                    <div class=\"stat-number text-2xl md:text-3xl\">~1,750<\/div>\n                    <div class=\"stat-label text-sm\">\u7c73\u56fd\u306e\u30e1\u30ac\u30c1\u30e3\u30fc\u30c1\uff082020\u5e74\u3001\u53c2\u52a0\u80052,000\u4eba\u4ee5\u4e0a\uff09<\/div>\n                <\/div>\n                 <div class=\"stat-card-custom sm:col-span-2 md:col-span-1\">\n                    <div class=\"stat-number text-2xl md:text-3xl\">70% \/ 10%<\/div>\n                    <div class=\"stat-label text-sm\">70% of attenders are in the largest 10% of churches<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                <div class=\"flex flex-col\">\n                    <h3 class=\"text-xl font-semibold text-center mb-4\">Congregations by Size<\/h3>\n                    <div class=\"chart-container h-[300px] md:h-[350px] flex-grow\">\n                        <canvas id=\"congregationSizeChart\"><\/canvas>\n                    <\/div>\n                    <p class=\"mt-2 text-sm text-center text-gray-500\">70% of congregations have 100 or fewer weekly attendees.<\/p>\n                <\/div>\n                <div class=\"flex flex-col\">\n                    <h3 class=\"text-xl font-semibold text-center mb-4\">Attenders by Congregation Size Category<\/h3>\n                     <div class=\"chart-container h-[300px] md:h-[350px] flex-grow\">\n                        <canvas id=\"attendersByCongregationSizeChart\"><\/canvas>\n                    <\/div>\n                    <p class=\"mt-2 text-sm text-center text-gray-500\">The smallest 70% of congregations host only 14% of all weekly attenders.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"geographic-distribution\" class=\"content-card\">\n            <h2 class=\"text-2xl font-semibold text-center mb-2\">Geographic Distribution: A Regional Look<\/h2>\n            <p class=\"text-center text-gray-600 mb-8 max-w-xl mx-auto\">Christian churches are not evenly distributed. The South has the highest concentration, while rural areas are often \u201cover-churched\u201d relative to their population.<\/p>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                <div class=\"flex flex-col\">\n                    <h3 class=\"text-xl font-semibold text-center mb-4\">Congregations vs. Population by Region<\/h3>\n                    <div class=\"chart-container flex-grow\">\n                        <canvas id=\"regionalDistributionChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n                <div class=\"flex flex-col\">\n                    <h3 class=\"text-xl font-semibold text-center mb-4\">Congregations vs. Population by Locality<\/h3>\n                     <div class=\"chart-container flex-grow\">\n                        <canvas id=\"localityDistributionChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <p class=\"mt-8 text-sm text-gray-600\">The South and North Central states have nearly twice as many churches per million residents as the Northeast and West. Rural areas host 25% of congregations but only 6% of the U.S. population.<\/p>\n        <\/section>\n\n        <section id=\"future-outlook\" class=\"content-card\">\n            <h2 class=\"text-2xl font-semibold text-center mb-2\">The Future Outlook<\/h2>\n            <p class=\"text-center text-gray-600 mb-8 max-w-xl mx-auto\">Several key trends offer clues about the future for Christian churches in America, highlighting both challenges and opportunities.<\/p>\n            <ul class=\"space-y-4 text-gray-700 max-w-2xl mx-auto\">\n                <li class=\"flex items-start\"><span class=\"text-2xl mr-3 text-blue-500\">\ud83d\udcc9<\/span><div><strong>Youth Affiliation Challenge:<\/strong> Younger generations are significantly less likely to identify as Christian, posing a challenge for future engagement.<\/div><\/li>\n                <li class=\"flex items-start\"><span class=\"text-2xl mr-3 text-blue-500\">\ud83c\udf0d<\/span><div><strong>\u591a\u69d8\u6027\u306e\u9ad8\u307e\u308a\uff1a<\/strong> Growth of Hispanic Christianity (13% in 2007 to 18% of Christians in 2023-24) is reshaping the American church landscape.<\/div><\/li>\n                <li class=\"flex items-start\"><span class=\"text-2xl mr-3 text-blue-500\">\ud83d\udcbb<\/span><div><strong>Online Church Expansion:<\/strong> Digital engagement, accelerated by the pandemic, is a lasting change offering new connection models.<\/div><\/li>\n                <li class=\"flex items-start\"><span class=\"text-2xl mr-3 text-blue-500\">\ud83d\udca1<\/span><div><strong>Spiritual Interest Persists:<\/strong> Despite affiliation declines, interest in spirituality remains, opening doors for relevant ministry forms.<\/div><\/li>\n                <li class=\"flex items-start\"><span class=\"text-2xl mr-3 text-blue-500\">\u26ea<\/span><div><strong>Nondenominational Growth:<\/strong> This segment continues to expand, indicating a shift in Protestantism towards independent movements.<\/div><\/li>\n            <\/ul>\n            <p class=\"mt-6 text-sm text-gray-600 text-center\">Adapting to these dynamics will be crucial for the vitality of Christian churches.<\/p>\n        <\/section>\n\n        <footer class=\"text-center mt-12 pt-8 border-t border-gray-200\">\n            <p class=\"text-gray-600\">\u00a9 <span id=\"currentYear\"><\/span> Christian Churches in America Infographic. Data sourced from various research reports including Pew Research Center, Hartford Institute for Religion Research, and U.S. Religion Census.<\/p>\n            <p class=\"text-xs text-gray-400 mt-2\">This infographic is for illustrative purposes based on publicly available research.<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        document.getElementById('currentYear').textContent = new Date().getFullYear();\n\n        const reportColors = {\n            pageBackground: '#F9FAFB', \n            cardBackground: '#FFFFFF',\n            primaryText: '#1F2937', \n            secondaryText: '#6B7280', \n            accentColor: '#3B82F6', \n            accentColorLight1: '#60A5FA',\n            accentColorLight2: '#93C5FD',\n            accentColorLight3: '#BFDBFE',\n            gridColor: 'rgba(0, 0, 0, 0.05)'\n        };\n\n        const defaultChartOptions = {\n            responsive: true,\n            maintainAspectRatio: false,\n            plugins: {\n                legend: {\n                    labels: {\n                        color: reportColors.primaryText,\n                        boxWidth: 15,\n                        padding: 20\n                    }\n                },\n                tooltip: {\n                    backgroundColor: 'rgba(0,0,0,0.7)',\n                    titleColor: '#FFFFFF',\n                    bodyColor: '#FFFFFF',\n                    callbacks: {\n                        title: function(tooltipItems) {\n                            const item = tooltipItems[0];\n                            let label = item.chart.data.labels[item.dataIndex];\n                            if (Array.isArray(label)) {\n                              return label.join(' ');\n                            } else {\n                              return label;\n                            }\n                        }\n                    }\n                }\n            },\n            scales: {\n                y: {\n                    beginAtZero: true,\n                    ticks: { color: reportColors.secondaryText, font: {size: 10} },\n                    grid: { color: reportColors.gridColor }\n                },\n                x: {\n                    ticks: { color: reportColors.secondaryText, font: {size: 10} },\n                    grid: { color: reportColors.gridColor }\n                }\n            }\n        };\n        \n        function wrapLabel(label, maxLength = 16) {\n            if (typeof label !== 'string') return label;\n            if (label.length <= maxLength) return label;\n            const words = label.split(' ');\n            const lines = [];\n            let currentLine = '';\n            for (const word of words) {\n                if ((currentLine + word).length > maxLength && currentLine.length > 0) {\n                    lines.push(currentLine.trim());\n                    currentLine = '';\n                }\n                currentLine += word + ' ';\n            }\n            lines.push(currentLine.trim());\n            return lines.filter(line => line.length > 0);\n        }\n\n        new Chart(document.getElementById('christianBreakdownChart'), {\n            type: 'doughnut',\n            data: {\n                labels: ['Protestant & Other Christian', 'Catholic & Orthodox'],\n                datasets: [{\n                    label: 'Church Types',\n                    data: [332000, 23000],\n                    backgroundColor: [reportColors.accentColor, reportColors.accentColorLight2],\n                    hoverOffset: 4,\n                    borderColor: reportColors.cardBackground, \/\/ For a slight separation effect\n                    borderWidth: 2\n                }]\n            },\n            options: {...defaultChartOptions, cutout: '70%'}\n        });\n\n        new Chart(document.getElementById('historicalGrowthChart'), {\n            type: 'line',\n            data: {\n                labels: ['1850', '1870', '1890', '1926', '1952', '1971', '1980', '1990', '2000', '2020'],\n                datasets: [{\n                    label: 'Number of Congregations',\n                    data: [38061, 72459, 165177, 232154, 182856, 182335, 231708, 255173, 268254, 356642],\n                    borderColor: reportColors.accentColor,\n                    backgroundColor: reportColors.accentColorLight3 + '66', \/\/ Lighter fill\n                    tension: 0.1,\n                    fill: true,\n                    pointBackgroundColor: reportColors.accentColor,\n                    pointRadius: 3,\n                    pointHoverRadius: 5\n                }]\n            },\n            options: defaultChartOptions\n        });\n\n        const congregationsData = {\n            labels: [\n                wrapLabel('Southern Baptist Convention'), \n                wrapLabel('Non-denominational Christian Churches'), \n                wrapLabel('United Methodist Church'), \n                wrapLabel('Catholic Church'),\n                wrapLabel('Church of Jesus Christ of Latter-day Saints')\n            ],\n            datasets: [{\n                label: 'Number of Congregations (2020)',\n                data: [51379, 44319, 30051, 19405, 14567],\n                backgroundColor: [reportColors.accentColor, reportColors.accentColorLight1, reportColors.accentColorLight2, reportColors.accentColorLight3, reportColors.secondaryText+'99'],\n            }]\n        };\n        new Chart(document.getElementById('congregationsChart'), {\n            type: 'bar',\n            data: congregationsData,\n            options: {...defaultChartOptions, indexAxis: 'y', scales: { x: {ticks: {callback: function(value) {return value\/1000 + 'k'; }}}}}\n        });\n\n        const adherentsData = {\n            labels: [\n                wrapLabel('Catholic Church'), \n                wrapLabel('Non-denominational Christian Churches'), \n                wrapLabel('Southern Baptist Convention'), \n                wrapLabel('United Methodist Church'),\n                wrapLabel('Church of Jesus Christ of Latter-day Saints')\n            ],\n            datasets: [{\n                label: 'Number of Adherents (2020)',\n                data: [61858137, 21095641, 17649040, 8018629, 6721031],\n                 backgroundColor: [reportColors.accentColor, reportColors.accentColorLight1, reportColors.accentColorLight2, reportColors.accentColorLight3, reportColors.secondaryText+'99'],\n            }]\n        };\n        new Chart(document.getElementById('adherentsChart'), {\n            type: 'bar',\n            data: adherentsData,\n            options: {...defaultChartOptions, indexAxis: 'y', scales: { x: {ticks: {callback: function(value) {return value\/1000000 + 'M'; }}}}}\n        });\n        \n        new Chart(document.getElementById('affiliationTrendsChart'), {\n            type: 'line',\n            data: {\n                labels: ['2007', '2014', '2023-24'],\n                datasets: [\n                    {\n                        label: '% Adults Christian',\n                        data: [78, 71, 62],\n                        borderColor: reportColors.accentColor,\n                        tension: 0.1,\n                        borderWidth: 2.5, \/\/ Slightly thinner\n                        pointBackgroundColor: reportColors.accentColor,\n                        pointRadius: 3,\n                        pointHoverRadius: 5\n                    },\n                    {\n                        label: '% Evangelical Prot.',\n                        data: [26, 25, 23],\n                        borderColor: reportColors.accentColorLight1,\n                        tension: 0.1,\n                        borderDash: [4, 4],\n                        borderWidth: 2,\n                        pointBackgroundColor: reportColors.accentColorLight1,\n                        pointRadius: 3,\n                        pointHoverRadius: 5\n                    },\n                    {\n                        label: '% Mainline Prot.',\n                        data: [18, 15, 11],\n                        borderColor: reportColors.accentColorLight2,\n                        tension: 0.1,\n                        borderDash: [4, 4],\n                        borderWidth: 2,\n                        pointBackgroundColor: reportColors.accentColorLight2,\n                        pointRadius: 3,\n                        pointHoverRadius: 5\n                    },\n                    {\n                        label: '% Catholic',\n                        data: [24, 21, 19],\n                        borderColor: reportColors.accentColorLight3,\n                        tension: 0.1,\n                        borderDash: [4, 4],\n                        borderWidth: 2,\n                        pointBackgroundColor: reportColors.accentColorLight3,\n                        pointRadius: 3,\n                        pointHoverRadius: 5\n                    }\n                ]\n            },\n            options: defaultChartOptions\n        });\n\n        new Chart(document.getElementById('congregationSizeChart'), {\n            type: 'doughnut',\n            data: {\n                labels: ['1-100 Attendees', '101-250 Attendees', '>250 Attendees'],\n                datasets: [{\n                    data: [70, 20, 10], \n                    backgroundColor: [reportColors.accentColorLight1, reportColors.accentColorLight2, reportColors.accentColor],\n                    hoverOffset: 4,\n                    borderColor: reportColors.cardBackground,\n                    borderWidth: 2\n                }]\n            },\n            options: {...defaultChartOptions, cutout: '70%'}\n        });\n        \n        new Chart(document.getElementById('attendersByCongregationSizeChart'), {\n            type: 'doughnut',\n            data: {\n                labels: ['In Smallest 70% of Churches (<=100)', 'In Mid-sized 20% of Churches', 'In Largest 10% of Churches (>250)'],\n                datasets: [{\n                    data: [14, 16, 70], \n                    backgroundColor: [reportColors.accentColorLight1, reportColors.accentColorLight2, reportColors.accentColor],\n                    hoverOffset: 4,\n                    borderColor: reportColors.cardBackground,\n                    borderWidth: 2\n                }]\n            },\n            options: {...defaultChartOptions, cutout: '70%'}\n        });\n\n        new Chart(document.getElementById('regionalDistributionChart'), {\n            type: 'bar',\n            data: {\n                labels: ['South', 'North Central', 'West', 'Northeast'],\n                datasets: [\n                    {\n                        label: '% of U.S. Congregations',\n                        data: [50, 24, 14, 12],\n                        backgroundColor: reportColors.accentColor,\n                    },\n                    {\n                        label: '% of U.S. Population',\n                        data: [38, 21, 24, 17],\n                        backgroundColor: reportColors.accentColorLight2,\n                    }\n                ]\n            },\n            options: defaultChartOptions\n        });\n\n        new Chart(document.getElementById('localityDistributionChart'), {\n            type: 'bar',\n            data: {\n                labels: [wrapLabel('Rural (<2.5k)'), wrapLabel('Villages &#038; Small Towns'), wrapLabel('Metro &#038; Suburban')],\n                datasets: [\n                    {\n                        label: '% of U.S. Congregations',\n                        data: [25, 22, 53],\n                        backgroundColor: reportColors.accentColor,\n                    },\n                    {\n                        label: '% of U.S. Population',\n                        data: [6, 8, 86],\n                        backgroundColor: reportColors.accentColorLight2,\n                    }\n                ]\n            },\n            options: defaultChartOptions\n        });\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>\u30a2\u30e1\u30ea\u30ab\u306e\u30ad\u30ea\u30b9\u30c8\u6559\u4f1a\uff1a\u30a4\u30f3\u30d5\u30a9\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u306b\u3088\u308b\u6982\u8981 \u4fe1\u5f92\u3092\u6570\u3048\u308b\uff1a\u30a2\u30e1\u30ea\u30ab\u306e\u30ad\u30ea\u30b9\u30c8\u6559\u4f1a \u7c73\u56fd\u306b\u304a\u3051\u308b\u30ad\u30ea\u30b9\u30c8\u6559\u4f1a\u306e\u6570\u3001\u7279\u5fb4\u3001\u50be\u5411\u3092\u6700\u65b0\u306e\u8abf\u67fb\u306b\u57fa\u3065\u3044\u3066\u307e\u3068\u3081\u305f\u30a4\u30f3\u30d5\u30a9\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u306b\u3088\u308b\u6982\u8981\u3067\u3059\u3002 \u7d04355,000 \u7c73\u56fd\u306e\u63a8\u5b9a\u30ad\u30ea\u30b9\u30c8\u6559\u4f1a\u6570\uff08\u30cf\u30fc\u30c8\u30d5\u30a9\u30fc\u30c9\u5b97\u6559\u7814\u7a76\u6240\uff09 \u6b63\u78ba\u306a\u6570\u3092\u7279\u5b9a\u3059\u308b\u306e\u306f\u56f0\u96e3\u3067\u3059\u304c\u3001\u63a8\u5b9a\u306b\u3088\u308b\u3068\u3001\u5168\u7c73\u306b\u5e83\u304c\u308b\u30ad\u30ea\u30b9\u30c8\u6559\u4f1a\u306e\u6570\u306f\u81a8\u5927\u3067\u3042\u308a\u3001\u591a\u304f\u306e\u5730\u57df\u793e\u4f1a\u3067\u91cd\u8981\u306a\u5f79\u5272\u3092\u679c\u305f\u3057\u3066\u3044\u307e\u3059\u3002 \u4eca\u65e5\u306e\u30ad\u30ea\u30b9\u30c8\u6559\u306e\u72b6\u6cc1 \u63a8\u5b9a355,000\u306e\u30ad\u30ea\u30b9\u30c8\u6559\u4f1a\u306e\u3046\u3061\u3001\u305d\u306e\u5927\u90e8\u5206\u306f\u30d7\u30ed\u30c6\u30b9\u30bf\u30f3\u30c8\u3084\u305d\u306e\u4ed6\u306e\u30ad\u30ea\u30b9\u30c8\u6559\u4f1a\u3067\u3042\u308a\u3001\u305d\u308c\u306b\u52a0\u3048\u3066\u304b\u306a\u308a\u306e\u6570\u306e\u30ab\u30c8\u30ea\u30c3\u30af\u6559\u4f1a\u3084\u6b63\u6559\u4f1a\u304c\u5b58\u5728\u3057\u307e\u3059\u3002\u3053\u306e\u5185\u8a33\u306f\u3001\u30ad\u30ea\u30b9\u30c8\u6559\u306e\u793c\u62dd\u6240\u306e\u5e45\u5e83\u3044\u69cb\u6210\u3092\u793a\u3057\u3066\u3044\u307e\u3059 [\u2026]<\/p>","protected":false},"author":11,"featured_media":40655,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"enabled":false},"version":2},"_wpas_customize_per_network":false},"categories":[541],"tags":[],"series":[],"class_list":["post-40603","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-facts-stats"],"mb":[],"acf":[],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/20250530-161136.webp?fit=1920%2C1080&quality=75&ssl=1","jetpack-related-posts":[{"id":38974,"url":"https:\/\/christianpure.com\/ja\/learn\/infographic-how-many-catholics-are-there-in-the-world\/","url_meta":{"origin":40603,"position":0},"title":"Infographic: How many Catholics are there in the world?","author":"Christian Pure Team","date":"5\u6708 24, 2025","format":false,"excerpt":"This article aims to answer the question \"how many Catholics are there in the world?\" by examining the most up-to-date numbers available.","rel":"","context":"Christian Facts &amp; Stats","block_context":{"text":"Christian Facts &amp; Stats","link":"https:\/\/christianpure.com\/ja\/learn\/category\/facts-stats\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":38972,"url":"https:\/\/christianpure.com\/ja\/learn\/infographic-how-many-jehovahs-witnesses-are-there-in-the-world\/","url_meta":{"origin":40603,"position":1},"title":"Infographic: How many Jehovah&#8217;s Witnesses are there in the world?","author":"Christian Pure Team","date":"5\u6708 24, 2025","format":false,"excerpt":"This article aims to answer common questions about the number of Jehovah's Witnesses around the world. It uses the latest available statistics to provide a clear picture. The focus here is on facts and figures, without going into religious beliefs.","rel":"","context":"Christian Facts &amp; Stats","block_context":{"text":"Christian Facts &amp; Stats","link":"https:\/\/christianpure.com\/ja\/learn\/category\/facts-stats\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":39229,"url":"https:\/\/christianpure.com\/ja\/learn\/infographic-the-pope-in-numbers\/","url_meta":{"origin":40603,"position":2},"title":"Infographic: The Pope in Numbers","author":"Christian Pure Team","date":"5\u6708 25, 2025","format":false,"excerpt":"This article explores fascinating facts and figures about Popes, both past and present. These numbers help paint a picture of the papacy, especially in light of recent events, including the passing of Pope Francis and the election of Pope Leo XIV in early 2025.","rel":"","context":"Christian Facts &amp; Stats","block_context":{"text":"Christian Facts &amp; Stats","link":"https:\/\/christianpure.com\/ja\/learn\/category\/facts-stats\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/infographic-the-pope.webp?fit=1200%2C675&quality=75&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/infographic-the-pope.webp?fit=1200%2C675&quality=75&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/infographic-the-pope.webp?fit=1200%2C675&quality=75&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/infographic-the-pope.webp?fit=1200%2C675&quality=75&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/infographic-the-pope.webp?fit=1200%2C675&quality=75&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":39279,"url":"https:\/\/christianpure.com\/ja\/learn\/infographic-christianity-in-china\/","url_meta":{"origin":40603,"position":3},"title":"Infographic: Christianity in China","author":"Christian Pure Team","date":"5\u6708 25, 2025","format":false,"excerpt":"This article aims to provide a overview of the Christian population in China, tailored for readers seeking factual, data-driven information.","rel":"","context":"Christian Education","block_context":{"text":"Christian Education","link":"https:\/\/christianpure.com\/ja\/learn\/category\/christian-education\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/Infographic-Christianity-in-China-1920.jpg?fit=1200%2C675&quality=80&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/Infographic-Christianity-in-China-1920.jpg?fit=1200%2C675&quality=80&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/Infographic-Christianity-in-China-1920.jpg?fit=1200%2C675&quality=80&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/Infographic-Christianity-in-China-1920.jpg?fit=1200%2C675&quality=80&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/Infographic-Christianity-in-China-1920.jpg?fit=1200%2C675&quality=80&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":38967,"url":"https:\/\/christianpure.com\/ja\/learn\/infographic-how-many-baptists-are-there-in-the-world\/","url_meta":{"origin":40603,"position":4},"title":"Infographic: How many Baptists are there in the world?","author":"Christian Pure Team","date":"5\u6708 24, 2025","format":false,"excerpt":"This article aims to provide clear, statistics-based answers to common questions about Baptist populations, drawing on available research to paint a picture of this global family of faith.","rel":"","context":"Christian Facts &amp; Stats","block_context":{"text":"Christian Facts &amp; Stats","link":"https:\/\/christianpure.com\/ja\/learn\/category\/facts-stats\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/api.robolly.com\/templates\/656df2bd6a094828c339896d\/render.jpg?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":38451,"url":"https:\/\/christianpure.com\/ja\/learn\/infographic-ethiopian-christianity\/","url_meta":{"origin":40603,"position":5},"title":"Infographic: Ethiopian Christianity","author":"Christian Pure Team","date":"5\u6708 22, 2025","format":false,"excerpt":"Ethiopian Christianity: A Vibrant Infographic Journey Home Beginnings Beliefs The Bible Practices Treasures Global Family Comparisons Ethiopia's Ancient Faith: A Shining Light! Friends, get ready to be uplifted! We're diving into the incredible story of Ethiopian Christianity, a faith that\u2019s been glowing for centuries, right from the earliest days of\u2026","rel":"","context":"Christian Education","block_context":{"text":"Christian Education","link":"https:\/\/christianpure.com\/ja\/learn\/category\/christian-education\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/infographic-ethiopian-christianity.webp?fit=1200%2C675&quality=75&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/infographic-ethiopian-christianity.webp?fit=1200%2C675&quality=75&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/infographic-ethiopian-christianity.webp?fit=1200%2C675&quality=75&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/infographic-ethiopian-christianity.webp?fit=1200%2C675&quality=75&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/christianpure.com\/wp-content\/uploads\/2025\/05\/infographic-ethiopian-christianity.webp?fit=1200%2C675&quality=75&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"jetpack_sharing_enabled":true,"mfb_rest_fields":["title","jetpack_publicize_connections","jetpack_featured_media_url","jetpack-related-posts","jetpack_sharing_enabled"],"_links":{"self":[{"href":"https:\/\/christianpure.com\/ja\/wp-json\/wp\/v2\/posts\/40603","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/christianpure.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/christianpure.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/christianpure.com\/ja\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/christianpure.com\/ja\/wp-json\/wp\/v2\/comments?post=40603"}],"version-history":[{"count":0,"href":"https:\/\/christianpure.com\/ja\/wp-json\/wp\/v2\/posts\/40603\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/christianpure.com\/ja\/wp-json\/wp\/v2\/media\/40655"}],"wp:attachment":[{"href":"https:\/\/christianpure.com\/ja\/wp-json\/wp\/v2\/media?parent=40603"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/christianpure.com\/ja\/wp-json\/wp\/v2\/categories?post=40603"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/christianpure.com\/ja\/wp-json\/wp\/v2\/tags?post=40603"},{"taxonomy":"series","embeddable":true,"href":"https:\/\/christianpure.com\/ja\/wp-json\/wp\/v2\/series?post=40603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}