【タイトル】

令和8年度学校だよりNO01(図解版)

【本文】

/* ========================================= ベース設定 ========================================= */ :root { --primary: #1a5276; /* 知的で落ち着いたネイビー */ --primary-light: #eaf2f8; --accent: #e67e22; /* 温かみのあるオレンジ */ --accent-light: #fef5e7; --text-main: #333333; --bg-base: #f4f8fb; --white: #ffffff; } body { font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; line-height: 1.7; color: var(--text-main); background-color: var(--bg-base); margin: 0; padding: 20px 10px; word-wrap: break-word; } .container { max-width: 800px; margin: 0 auto; background-color: transparent; } /* テキスト装飾ユーティリティ */ .marker { background: linear-gradient(transparent 60%, #ffe0b2 60%); font-weight: bold; } .bold { font-weight: bold; } .text-center { text-align: center; } /* ========================================= 各セクション共通デザイン ========================================= */ .section-box { background-color: var(--white); border-radius: 12px; padding: 30px; margin-bottom: 25px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); } h2 { color: var(--primary); font-size: 1.4em; border-bottom: 2px solid var(--primary-light); padding-bottom: 10px; margin-top: 0; margin-bottom: 20px; position: relative; } h2::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 60px; height: 2px; background-color: var(--primary); } /* ========================================= ヘッダー・ご挨拶 ========================================= */ .header { background-color: var(--primary); color: var(--white); text-align: center; padding: 40px 20px; border-radius: 12px 12px 0 0; margin-bottom: 0; } .issue-badge { display: inline-block; background-color: var(--white); color: var(--primary); padding: 4px 16px; border-radius: 20px; font-size: 0.9em; font-weight: bold; margin-bottom: 15px; } .header h1 { margin: 0 0 10px 0; font-size: 1.8em; line-height: 1.4; } .header .subtitle { color: var(--accent); font-weight: bold; font-size: 1.2em; margin: 0; background-color: var(--white); display: inline-block; padding: 5px 15px; border-radius: 4px; margin-top: 15px; } .greeting-box { border-radius: 0 0 12px 12px; margin-bottom: 25px; border-top: none; } .stats-container { display: flex; justify-content: center; gap: 15px; margin-top: 20px; } .stat-box { background-color: var(--primary-light); color: var(--primary); padding: 10px 20px; border-radius: 8px; font-weight: bold; text-align: center; flex: 1; } /* ========================================= ビジョン(図解フロー) ========================================= */ .flow-container { display: flex; flex-direction: column; align-items: center; gap: 15px; margin: 30px 0; } .flow-step { width: 100%; max-width: 450px; border: 2px solid var(--primary-light); border-radius: 10px; padding: 20px; text-align: center; background-color: var(--white); } .flow-step.target { border-color: var(--accent); background-color: var(--accent-light); } .flow-label { font-size: 0.85em; color: #666; margin-bottom: 5px; display: block; } .flow-text { font-size: 1.2em; font-weight: bold; color: var(--primary); margin: 0; } .flow-step.target .flow-text { color: var(--accent); } .arrow-down { color: var(--primary); font-size: 1.5em; font-weight: bold; } .question-box { background-color: #f9f9f9; border-left: 5px solid var(--accent); padding: 20px; border-radius: 4px; margin-top: 20px; } .question-box ul { margin: 10px 0; padding-left: 20px; } .question-box li { font-weight: bold; color: var(--primary); margin-bottom: 8px; } /* ========================================= 教育方針(カードレイアウト) ========================================= */ .social-model-box { border: 2px dashed #cccccc; padding: 20px; border-radius: 10px; margin: 25px 0; text-align: center; } .social-model-title { color: var(--primary); font-weight: bold; margin-bottom: 10px; font-size: 1.1em; } .cards-container { display: flex; gap: 15px; margin-top: 20px; } .card { flex: 1; background-color: var(--white); border: 1px solid #eeeeee; border-top: 5px solid var(--primary); border-radius: 8px; padding: 20px 15px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.03); } .card-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background-color: var(--primary-light); color: var(--primary); border-radius: 50%; margin: 0 auto 15px auto; font-weight: bold; font-size: 1.2em; } .card-text { font-weight: bold; font-size: 0.95em; margin: 0; line-height: 1.5; } /* ========================================= 入学式式辞(メッセージ) ========================================= */ .message-item { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px dashed #dddddd; } .message-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .msg-header { display: flex; align-items: center; margin-bottom: 15px; } .msg-num { background-color: var(--accent); color: var(--white); padding: 4px 12px; border-radius: 4px; font-size: 0.85em; font-weight: bold; margin-right: 15px; white-space: nowrap; } .msg-title { color: var(--primary); font-size: 1.2em; font-weight: bold; margin: 0; } .msg-example { background-color: var(--primary-light); padding: 12px 15px; border-radius: 6px; font-size: 0.9em; margin-top: 10px; } .msg-strong { display: block; background-color: var(--accent-light); color: #d35400; padding: 15px; border-radius: 6px; font-weight: bold; margin-top: 15px; text-align: center; } /* ========================================= レスポンシブ対応(スマホ用) ========================================= */ @media (max-width: 600px) { .stats-container, .cards-container { flex-direction: column; } .header h1 { font-size: 1.5em; } .section-box { padding: 20px 15px; } .msg-header { flex-direction: column; align-items: flex-start; gap: 5px; } .msg-num { margin-right: 0; } } NO.1 図解版 有明中学校 学校だより 「#リスペクト」 リスペクトから「共に創る」へ 皆様、こんにちは。有明中学校校長の西川 諭です。どうぞよろしくお願いいたします。 令和8年度 スタート 新入生 110名 全校生徒 345名 学校づくりのビジョン 本校はこれまで「お互いにリスペクトし合う学校」を大切にしてきました。 令和8年度は、この「#リスペクト」を土台に、新たなステップへ進みます。 これまでの土台 お互いに #リスペクト し合う ▼ 令和8年度の目指す姿 生徒自身が学校づくりに関わる 「当事者」となる 学校は、誰かが与える場所ではなく、そこにいる一人ひとりが関わりながら創っていく場所です。私たちは以下の問いを共有します。 「どうすれば、もっと過ごしやすくなるか」 「どうすれば、みんなが安心して学べるか」 生徒・教職員・保護者・地域がともに考え、形にしていく学校を目指します。 教育の基本方針 「江東区こどもの権利に関する条例」にあるように、「誰一人代わりのいないかけがえのない存在」である一人ひとりを中心に据えた教育を大切にしていきます。 重視する視点:「社会モデル」 子どもの困難を「個人の問題」として捉えるのではなく、 「環境や関係性の中で生じるもの」として捉え、整えていきます。 【具体的な3つの取り組み】 1 学び方の選択肢を広げる 授業づくり 2 安心して過ごせる 環境づくり 3 望ましい行動を育てる 支援の推進 すべての生徒が、自分らしく学べる学校を実現していきます。 入学式式辞(抜粋) 〜新入生に向けて送った、大切にしてほしい3つの言葉〜 一つ目 リスペクト 人は一人一人違い、好きなことも、考え方も、感じ方も違います。その違いを「変だ」と思うのではなく、「そういう考え方もあるんだな」と受けとめること。そして、相手も自分も大切にすること。 【例えば…】 やさしい言葉で話す、あいさつをする、相手の話を最後まで聞く、困っている人に「大丈夫?」と声をかけること。 二つ目 自分のよさを見つけること 勉強、運動、音楽、友達との関わり。いろいろな挑戦の中で、「ちょっとできた」「少し楽しい」と思う気持ちを大切にしてください。 ある哲学者は「幸福はオリジナルなもの、成功は一般的なもの」と言っています。同じことができるかどうかだけで人を比べると、本当の良さは見えにくくなります。人と比べるのではなく、自分なりの成長(小さな一歩)を見つけていきましょう。 三つ目 一人でがんばりすぎないこと うまくいかない時、「自分がダメだからだ」と思ってしまうかもしれませんが、そうとは限りません。「説明が難しい」「周りが気になって集中できない」「やり方が合っていない」など、様々な理由があります。 だから大切なのは、「どうしたらできるようになるか」を一緒に考えること。そして、「こうしたらやりやすい」と伝えることです。先生たちも、皆さんが学びやすくなるように工夫します。 助けを求めることは、けっして弱いことではありません。 前に進むための大切な力です。


【添付ファイル】

この記事に添付ファイルはありません。