-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscratch-english.html
More file actions
106 lines (88 loc) · 3.69 KB
/
scratch-english.html
File metadata and controls
106 lines (88 loc) · 3.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scratch英語教室は何歳から?子供が楽しく学べる理由を解説</title>
<meta name="description"
content="Scratchを英語で学ぶ子供向けプログラミング教室は本当に効果的?4〜9歳におすすめの理由を詳しく解説します。" />
<link rel="canonical" href="https://ichlaura.github.io/CodeKids/scratch-english.html" />
<meta http-equiv="content-language" content="ja" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-50 text-gray-800">
<header class="bg-white shadow p-4 sticky top-0">
<div class="max-w-5xl mx-auto flex justify-between">
<a href="https://ichlaura.github.io/CodeKids/"
class="font-extrabold text-indigo-600"><CodeKids></a>
<a href="https://ichlaura.github.io/CodeKids/#contact"
class="bg-green-500 text-white px-4 py-1 rounded">無料体験</a>
</div>
</header>
<main class="max-w-3xl mx-auto bg-white p-8 mt-8 shadow space-y-8">
<h1 class="text-3xl font-bold">
Scratch英語教室は何歳から?子供が楽しく学べる理由
</h1>
<p>
「<strong>Scratch 英語 教室</strong>」という言葉を最近よく見かけませんか?
子供向けプログラミング教育の中でも、Scratchは特に
<strong>英語学習と相性が良い</strong>と言われています。
</p>
<p>
<a href="https://ichlaura.github.io/CodeKids/"
class="text-indigo-600 underline">
CodeKids
</a>
では、4〜9歳の子供を対象にScratchを使った
英語プログラミングレッスンを行っています。
</p>
<h2 class="text-2xl font-bold">Scratchとは?</h2>
<p>
ScratchはMITが開発した子供向けプログラミング教材です。
ブロックを組み合わせるだけでゲームやアニメを作れるため、
英語が読めなくても直感的に操作できます。
</p>
<h2 class="text-2xl font-bold">なぜScratch英語教室が人気なのか</h2>
<ul class="list-disc pl-6 space-y-2">
<li>タイピング不要で英語への抵抗が少ない</li>
<li>英語を「理解する必要」がない</li>
<li>遊びながら覚えられる</li>
</ul>
<p>
<a href="https://ichlaura.github.io/CodeKids/"
class="text-indigo-600 underline">
英語で学ぶScratch教室
</a>
は、「英語が苦手」な子供ほど効果を発揮します。
</p>
<h2 class="text-2xl font-bold">何歳から始めるのがベスト?</h2>
<p>
Scratch英語教室は<strong>4歳〜9歳</strong>が最適です。
文字より「動き」で理解する年齢だからこそ、
英語の壁を感じずに学習できます。
</p>
<h2 class="text-2xl font-bold">オンラインScratch英語教室でも大丈夫?</h2>
<p>
マンツーマン形式であれば、オンラインでも集中力は問題ありません。
<a href="https://ichlaura.github.io/CodeKids/"
class="text-indigo-600 underline">
CodeKidsのScratch英語レッスン
</a>
は完全個別対応です。
</p>
<h2 class="text-2xl font-bold">無料体験で確かめてみよう</h2>
<p>
Scratch英語教室が子供に合うかは、実際に体験するのが一番です。
まずは
<a href="https://ichlaura.github.io/CodeKids/#contact"
class="font-bold underline text-indigo-600">
無料体験レッスン
</a>
をおすすめします。
</p>
</main>
<footer class="text-center text-sm text-gray-500 py-8">
© 2025 CodeKids Academy
</footer>
</body>
</html>