<?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://nonbiri-ke.com/tag/%E5%B0%8F%E4%B8%AD%E9%AB%98%E7%94%9F-%E8%87%AA%E6%AE%BA/feed/" rel="self" type="application/rss+xml" />
	<link>https://nonbiri-ke.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jan 2026 15:34:40 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://nonbiri-ke.com/wp-content/uploads/2021/07/cropped-unnamed-5-1-32x32.jpg</url>
	<title>小中高生 自殺 &#8211; はっさーブログ</title>
	<link>https://nonbiri-ke.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【2025年自殺統計】小中高生532人はなぜ増えた？最新データと大人にできること</title>
		<link>https://nonbiri-ke.com/child-suicide-2025/</link>
		
		<dc:creator><![CDATA[はっさー]]></dc:creator>
		<pubDate>Thu, 29 Jan 2026 15:34:39 +0000</pubDate>
				<category><![CDATA[気になるニュース]]></category>
		<category><![CDATA[2025年 自殺統計]]></category>
		<category><![CDATA[厚生労働省 自殺データ]]></category>
		<category><![CDATA[子ども メンタルヘルス]]></category>
		<category><![CDATA[子ども 相談窓口]]></category>
		<category><![CDATA[子ども 自殺 統計]]></category>
		<category><![CDATA[学校問題 いじめ]]></category>
		<category><![CDATA[小中高生 自殺]]></category>
		<category><![CDATA[心のSOS サイン]]></category>
		<category><![CDATA[日本 自殺 最新]]></category>
		<category><![CDATA[自殺予防 対策]]></category>
		<guid isPermaLink="false">https://nonbiri-ke.com/?p=12048</guid>

					<description><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2026/01/ChatGPT-Image-2026年1月30日-00_24_04-1024x682.jpg" class="webfeedsFeaturedVisual" /></p>子どもたちの心のSOS &#8211; 2025年自殺統計から見える現実と私たちにできること 子どもたちの心のSOS &#8211; 2025年自殺統計から見える現実 「うちの子は大丈夫」そう思っていませんか。2025年 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2026/01/ChatGPT-Image-2026年1月30日-00_24_04-1024x682.jpg" class="webfeedsFeaturedVisual" /></p>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9399173969923018"
     crossorigin="anonymous"></script>
<!-- レスポンシブタイプ -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9399173969923018"
     data-ad-slot="4717798537"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>



<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>子どもたちの心のSOS &#8211; 2025年自殺統計から見える現実と私たちにできること</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Hiragino Sans', 'Noto Sans JP', 'メイリオ', sans-serif;
            line-height: 1.8;
            color: #333;
            background: #f5f5f5;
        }
        
        .container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .intro-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 40px 30px;
            border-radius: 12px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .intro-section h1 {
            font-size: 28px;
            margin-bottom: 20px;
            line-height: 1.4;
        }
        
        .intro-section p {
            font-size: 16px;
            margin-bottom: 15px;
            opacity: 0.95;
        }
        
        .alert-box {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            color: white;
            padding: 25px;
            border-radius: 10px;
            margin: 30px 0;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .alert-box h3 {
            font-size: 20px;
            margin-bottom: 12px;
        }
        
        .stats-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .stat-card {
            background: white;
            padding: 25px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 3px 12px rgba(0,0,0,0.08);
            border-top: 4px solid #667eea;
        }
        
        .stat-number {
            font-size: 36px;
            font-weight: bold;
            color: #667eea;
            margin: 10px 0;
        }
        
        .stat-label {
            font-size: 14px;
            color: #666;
            margin-top: 8px;
        }
        
        .content-section {
            background: white;
            padding: 35px 30px;
            margin: 30px 0;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.06);
        }
        
        h2 {
            font-size: 24px;
            color: #333;
            margin-bottom: 20px;
            padding-bottom: 12px;
            border-bottom: 3px solid #667eea;
        }
        
        h3 {
            font-size: 20px;
            color: #444;
            margin: 25px 0 15px 0;
        }
        
        p {
            margin-bottom: 18px;
            text-align: left;
        }
        
        .highlight-text {
            background: rgba(255, 235, 59, 0.4);
            padding: 2px 4px;
            border-radius: 3px;
        }
        
        .emphasis-text {
            background: rgba(255, 107, 107, 0.3);
            padding: 2px 4px;
            border-radius: 3px;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background: white;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .comparison-table th {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 15px;
            text-align: left;
            font-weight: 600;
        }
        
        .comparison-table td {
            padding: 15px;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .comparison-table tr:hover {
            background: #f8f9fa;
        }
        
        .pros-cons-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin: 25px 0;
        }
        
        .pros-box, .cons-box {
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        }
        
        .pros-box {
            background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
            border-left: 5px solid #4facfe;
        }
        
        .cons-box {
            background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
            border-left: 5px solid #ff6b6b;
        }
        
        .pros-box h3, .cons-box h3 {
            margin-top: 0;
            margin-bottom: 15px;
        }
        
        .pros-box ul, .cons-box ul {
            list-style: none;
            padding-left: 0;
        }
        
        .pros-box li, .cons-box li {
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }
        
        .pros-box li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #4facfe;
            font-weight: bold;
        }
        
        .cons-box li:before {
            content: "!";
            position: absolute;
            left: 0;
            color: #ff6b6b;
            font-weight: bold;
        }
        
        .highlight-box {
            background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
            padding: 25px;
            border-radius: 10px;
            margin: 25px 0;
            border-left: 5px solid #fdcb6e;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        }
        
        .keypoints-box {
            background: #fff9e6;
            padding: 25px;
            border-radius: 10px;
            margin: 25px 0;
            border: 2px solid #ffd93d;
        }
        
        .keypoints-box ul {
            list-style: none;
            padding-left: 0;
        }
        
        .keypoints-box li {
            margin-bottom: 12px;
            padding-left: 25px;
            position: relative;
        }
        
        .keypoints-box li:before {
            content: "→";
            position: absolute;
            left: 0;
            color: #f39c12;
            font-weight: bold;
        }
        
        .conclusion-box {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            border-radius: 10px;
            margin: 30px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.12);
        }
        
        .conclusion-box h2 {
            color: white;
            border-bottom: 3px solid rgba(255,255,255,0.3);
            margin-bottom: 20px;
        }
        
        .help-resources {
            background: #e3f2fd;
            padding: 25px;
            border-radius: 10px;
            margin: 25px 0;
            border-left: 5px solid #2196f3;
        }
        
        .help-resources h3 {
            color: #1976d2;
            margin-top: 0;
        }
        
        .help-resources p {
            margin: 10px 0;
            font-weight: 600;
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 15px;
            }
            
            .intro-section h1 {
                font-size: 24px;
            }
            
            .stats-container {
                grid-template-columns: 1fr;
            }
            
            .pros-cons-grid {
                grid-template-columns: 1fr;
            }
            
            .comparison-table {
                font-size: 14px;
            }
            
            .comparison-table th,
            .comparison-table td {
                padding: 10px;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="intro-section">
            <h1>子どもたちの心のSOS &#8211; 2025年自殺統計から見える現実</h1>
            <p>「うちの子は大丈夫」そう思っていませんか。2025年、日本全体の自殺者数は減少したものの、小中高生の自殺は過去最多を記録しました。</p>
            <p>この記事では、厚生労働省が発表した最新データをもとに、子どもたちが直面している現実と、私たち大人ができることを分かりやすくお伝えします。</p>
        </div>

        <div class="alert-box">
            <h3>重要なお知らせ</h3>
            <p>この記事で紹介するデータは2026年1月29日に厚生労働省・警察庁が発表した暫定値です。今後、確定値の発表により数値が若干変動する可能性があります。</p>
        </div>

        <div class="content-section">
            <h2>2025年の衝撃的な統計データ</h2>
            <p>2026年1月29日、厚生労働省と警察庁から発表された自殺統計には、喜ばしいニュースと深刻な課題が同居していました。</p>
            
            <div class="stats-container">
                <div class="stat-card">
                    <div class="stat-number">1万9,097人</div>
                    <div class="stat-label">2025年の全体自殺者数<br>（初めて2万人を下回る）</div>
                </div>
                <div class="stat-card">
                    <div class="stat-number">532人</div>
                    <div class="stat-label">小中高生の自殺者数<br>（過去最多・2年連続増加）</div>
                </div>
                <div class="stat-card">
                    <div class="stat-number">1,223人減</div>
                    <div class="stat-label">前年比の減少数<br>（1978年統計開始以降最少）</div>
                </div>
            </div>
            <p style="font-size: 13px; color: #666; margin-top: -10px; margin-bottom: 20px;">※出典：厚生労働省・警察庁「令和7年中における自殺の状況」暫定値<br>
            詳細は<a href="https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/hukushi_kaigo/seikatsuhogo/jisatsu/jisatsu_year.html" target="_blank" style="color: #667eea;">厚生労働省 自殺の統計ページ</a>をご覧ください</p>

            <h3>明暗が分かれた統計結果</h3>
            <p>全体の自殺者数は<span class="highlight-text">1978年の統計開始以降で最も少ない数値</span>となり、長年続いてきた自殺対策の成果が表れています。特に「経済・生活問題」を理由とする自殺が減少しており、1998年に3万人を超えていた時期と比べると大幅な改善です。</p>
            <p>しかし、その一方で<span class="emphasis-text">小中高生の自殺は532人に達し、2年連続で過去最多を更新</span>しました。内訳を見ると、小学生10人、中学生170人、高校生352人となっています。</p>
        </div>

        <div class="content-section">
            <h2>子どもたちが抱える深刻な悩み</h2>
            
            <h3>自殺の主な原因・動機</h3>
            <p>小中高生の自殺の動機を分析すると、子どもたちが直面している問題が見えてきます。</p>

            <table class="comparison-table">
                <thead>
                    <tr>
                        <th>原因・動機</th>
                        <th>傾向</th>
                        <th>具体的な内容</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td><strong>学校問題</strong></td>
                        <td>最も多い</td>
                        <td>学業不振、進路の悩み、いじめ、友人関係など</td>
                    </tr>
                    <tr>
                        <td><strong>健康問題</strong></td>
                        <td>2番目に多い</td>
                        <td>うつ病を含む精神的な不調</td>
                    </tr>
                    <tr>
                        <td><strong>家庭問題</strong></td>
                        <td>継続的に報告</td>
                        <td>家族関係の悩み、経済的困難など</td>
                    </tr>
                </tbody>
            </table>
            <p style="font-size: 13px; color: #666; margin-top: 10px;">※出典：厚生労働省「令和7年中における自殺の状況」暫定値<br>
            詳細は<a href="https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/hukushi_kaigo/seikatsuhogo/jisatsu/jisatsu_year.html" target="_blank" style="color: #667eea;">厚生労働省 自殺の統計：各年の状況</a>をご覧ください</p>

            <p>注目すべきは、<span class="emphasis-text">学校問題と健康問題が上位を占めている</span>という点です。これは、学校での悩みが心の健康に直結していることを示しています。</p>
        </div>

        <div class="content-section">
            <h2>見逃してはいけない子どものサイン</h2>
            
            <div class="pros-cons-grid">
                <div class="pros-box">
                    <h3>気づくべきサイン</h3>
                    <ul>
                        <li>急に部屋に閉じこもるようになった</li>
                        <li>食欲が極端に減った、または増えた</li>
                        <li>睡眠時間が大きく変わった</li>
                        <li>成績が急激に下がった</li>
                        <li>友達と遊ばなくなった</li>
                        <li>「消えたい」「疲れた」という言葉が増えた</li>
                    </ul>
                </div>
                <div class="cons-box">
                    <h3>やってはいけない対応</h3>
                    <ul>
                        <li>「甘えている」と決めつける</li>
                        <li>「もっと頑張れ」と励ます</li>
                        <li>他の子と比較する</li>
                        <li>話を途中で遮る</li>
                        <li>「大したことない」と軽視する</li>
                        <li>一人で抱え込もうとする</li>
                    </ul>
                </div>
            </div>

            <h3>週に約10人の子どもが命を絶っている現実</h3>
            <p>532人という数字を日数で計算すると、<span class="highlight-text">1日に約1.5人、1週間で約10人の小中高生が自ら命を絶っている</span>計算になります。これは決して遠い世界の話ではなく、あなたの身近でも起こりうることなのです。</p>
        </div>

        <div class="highlight-box">
            <h3>なぜ全体は減っているのに、子どもは増えているのか</h3>
            <p>大人の自殺が減少している主な理由は、<span class="highlight-text">経済対策の充実やメンタルヘルスへの理解向上</span>が挙げられます。一方、子どもの自殺が増加している背景には、専門家からSNSの普及による人間関係の複雑化、学業プレッシャーの変化、生活環境の変化などが<span class="emphasis-text">要因の一つとして指摘されています</span>。</p>
            <p>また、うつ病などの精神疾患に関する相談も見られ、早期発見・早期対応の重要性が高まっています。</p>
        </div>

        <div class="content-section">
            <h2>国が進める対策の強化</h2>
            
            <h3>デジタル技術を活用した支援の検討</h3>
            <p>こども家庭庁は、<span class="highlight-text">自殺リスクの高い子どもの早期発見に向けた新しい仕組みの検討</span>を進めています。これは、子ども自身が助けを求められない場合でも、周囲が気づけるようにする取り組みの一環です。</p>

            <h3>学校での心の健康チェックの推進</h3>
            <p>文部科学省では、学校で配布されている1人1台端末を活用し、児童生徒の心や体調の変化を把握する「心の健康観察」の導入を推進しています。子どもが自分の気持ちを記録することで、教師が早期に変化に気づくことができる仕組みづくりが進められています。</p>
        </div>

        <div class="keypoints-box">
            <h3>今日からできる5つのこと</h3>
            <ul>
                <li><strong>毎日5分、子どもの話を聞く時間を作る</strong> &#8211; スマホを置いて、目を見て話を聞きましょう</li>
                <li><strong>「大丈夫？」ではなく「最近どう？」と聞く</strong> &#8211; 具体的な質問の方が答えやすいです</li>
                <li><strong>否定せず、まず受け止める</strong> &#8211; 「そうだったんだね」という共感が第一歩です</li>
                <li><strong>相談窓口の存在を教えておく</strong> &#8211; 親以外にも相談できる場所があることを知らせましょう</li>
                <li><strong>学校との連携を大切にする</strong> &#8211; 気になることがあれば、すぐに担任に相談しましょう</li>
            </ul>
        </div>

        <div class="help-resources">
            <h3>今すぐ相談できる窓口</h3>
            <p><strong>こころの健康相談統一ダイヤル</strong></p>
            <p>電話番号：0570-064-556</p>
            <p>お住まいの地域の相談窓口につながります（通話料がかかります）</p>
            <p style="margin-top: 15px;"><strong>厚生労働省「まもろうよこころ」</strong></p>
            <p>電話・SNS（LINE相談など）・チャットなど、様々な方法で相談できる窓口を紹介しています。<br>
            <a href="https://www.mhlw.go.jp/mamorouyokokoro/" target="_blank" style="color: #1976d2; text-decoration: underline;">まもろうよこころ 公式サイト</a>からアクセスできます。</p>
            <p style="margin-top: 10px; font-size: 14px; color: #555;">※若者向けのLINE相談窓口もあり、文字でのやりとりが可能です</p>
            <p style="margin-top: 15px; color: #d32f2f; font-weight: bold;">一人で抱え込まず、必ず誰かに相談してください。</p>
        </div>

        <div class="conclusion-box">
            <h2>最後に &#8211; 子どもたちの未来のために</h2>
            <p>2025年の統計は、私たち大人社会に重要なメッセージを投げかけています。全体の自殺者が減少したことは喜ばしいことですが、<span class="highlight-text">子どもたちの自殺が2年連続で過去最多を更新した</span>という事実は、決して見過ごすことができません。</p>
            <p>子どもは大人よりもSOSを出すのが苦手です。「言わなくてもわかるだろう」「迷惑をかけたくない」と考え、一人で抱え込んでしまいがちです。だからこそ、私たち大人が積極的に声をかけ、話を聞く姿勢を持つことが大切です。</p>
            <p>統計の数字の裏には、一人ひとりの子どもの人生があります。あなたの身近にいる子どもたちが、希望を持って明日を迎えられるよう、今日からできることを始めてみませんか。</p>
        </div>
    </div>
</body>
</html>



<p><strong>最後までお読みいただきありがとうございます。↓↓のバナーをクリックして応援いただけると嬉しいです。</strong></p>



<div class="wp-block-group is-row is-nowrap is-layout-flex wp-container-core-group-is-layout-ad2f72ca wp-block-group-is-layout-flex">
<a href="https://news.blogmura.com/news_kininaru/ranking/in?p_cid=11149995" target="_blank"><img decoding="async" src="https://b.blogmura.com/news/news_kininaru/88_31.gif" width="106" height="37" border="0" alt="にほんブログ村 ニュースブログ 気になるニュースへ" /></a><br /><a href="https://news.blogmura.com/news_kininaru/ranking/in?p_cid=11149995" target="_blank">にほんブログ村</a>



<a href="https://blog.with2.net/link/?id=2071189" title="人気ブログランキング"><img decoding="async" alt="人気ブログランキング" width="106" height="37" src="https://blog.with2.net/img/banner/banner_22.svg"></a><br><a href="https://blog.with2.net/link/?id=2071189" title="人気ブログランキング" style="font-size: 0.9em;">人気ブログランキング</a>
</div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
