diff --git a/docs/1-trial-session/01-get-started/index.md b/docs/1-trial-session/01-get-started/index.md
index 2c5f26a18..aa1072fc5 100644
--- a/docs/1-trial-session/01-get-started/index.md
+++ b/docs/1-trial-session/01-get-started/index.md
@@ -2,17 +2,52 @@
title: はじめての Web 開発
---
-import installVscodeVideo from "./install-vscode.mp4";
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+import installChromeOnMacVideo from "./install-chrome-on-mac.mp4";
+import installChromeOnWindowsVideo from "./install-chrome-on-windows.mp4";
+import installVscodeOnMacVideo from "./install-vscode-on-mac.mp4";
+import installVscodeOnWindowsVideo from "./install-vscode-on-windows.mp4";
import createFolderVideo from "./create-folder.mp4";
import openFolderVideo from "./open-folder.mp4";
+## Google Chrome のインストール
+
+**Google Chrome** は、Google 社が開発するウェブブラウザです。現在多くの人に使われています。他のウェブブラウザを使うことも出来ますが、この教材では Google Chrome の使用を前提として話を進めていきます。
+
+Google Chrome は、[公式サイト](https://www.google.com/intl/ja_jp/chrome/)からインストールできます。まだインストールが終わっていない場合はインストールしておきましょう。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
## Visual Studio Code のインストール
**Visual Studio Code** (以下 VS Code) は、Microsoft 社が開発するテキストエディタです。多くの開発者に使用されています。
Visual Studio Code は、[公式サイト](https://code.visualstudio.com)からインストールできます。まだインストールが終わっていない場合はインストールしておきましょう。
-
+
+
+
+
+
+
+
+
+
+
+
+
## プロジェクトを格納するフォルダを作成する
diff --git a/docs/1-trial-session/01-get-started/install-chrome-on-mac.mp4 b/docs/1-trial-session/01-get-started/install-chrome-on-mac.mp4
new file mode 100644
index 000000000..26cfb87a8
Binary files /dev/null and b/docs/1-trial-session/01-get-started/install-chrome-on-mac.mp4 differ
diff --git a/docs/1-trial-session/01-get-started/install-chrome-on-windows.mp4 b/docs/1-trial-session/01-get-started/install-chrome-on-windows.mp4
new file mode 100644
index 000000000..fbebdf614
Binary files /dev/null and b/docs/1-trial-session/01-get-started/install-chrome-on-windows.mp4 differ
diff --git a/docs/1-trial-session/01-get-started/install-vscode-on-mac.mp4 b/docs/1-trial-session/01-get-started/install-vscode-on-mac.mp4
new file mode 100644
index 000000000..f9a30a24a
Binary files /dev/null and b/docs/1-trial-session/01-get-started/install-vscode-on-mac.mp4 differ
diff --git a/docs/1-trial-session/01-get-started/install-vscode-on-windows.mp4 b/docs/1-trial-session/01-get-started/install-vscode-on-windows.mp4
new file mode 100644
index 000000000..a5d768998
Binary files /dev/null and b/docs/1-trial-session/01-get-started/install-vscode-on-windows.mp4 differ