changeset 16:12648d2915e9

add slide fix paper
author kiyama <e185758@ie.u-ryukyu.ac.jp>
date Sun, 11 Feb 2024 17:27:00 +0900
parents 46f04e884545
children 85a0e33494e6
files Paper/chapter/chatsystem.tex Paper/chapter/conclusion.tex Paper/chapter/ie-system.tex Paper/chapter/technology_overview.tex Paper/fig/backup-kvm.png Paper/fig/backup-podman.png Paper/fig/ldap-search.png Paper/fig/ldaphelp.png Paper/fig/podman-inspect.png Paper/fig/podman-logs.png Paper/fig/podman-ps.png Paper/fig/vm-audit.png Paper/fig/vm-keygen.png Paper/fig/vm-list.png Paper/master_paper.aux Paper/master_paper.dvi Paper/master_paper.fdb_latexmk Paper/master_paper.log Paper/master_paper.tex slide/.hgignore slide/Makefile slide/README.md slide/figs/chatsystem4.png slide/figs/key-gen.png slide/figs/ldapadddel.png slide/figs/ldapsearch.png slide/figs/slashcommand-exp.png slide/figs/system.svg slide/figs/test.drawio slide/figs/test.svg slide/figs/vmaudit.png slide/logo.svg slide/template.html slide/template.md slide/templates/cr.css
diffstat 35 files changed, 9511 insertions(+), 1582 deletions(-) [+]
line wrap: on
line diff
--- a/Paper/chapter/chatsystem.tex	Thu Feb 08 15:48:39 2024 +0900
+++ b/Paper/chapter/chatsystem.tex	Sun Feb 11 17:27:00 2024 +0900
@@ -55,7 +55,9 @@
 Mattermostはクラウドサーバー上で運用されているが今回実装したHTTPサーバーは基幹サーバー内で運用している.MattermostからHTTPサーバーにアクセスするためにグローバルIPを紐付け公開している.学科サーバーは在学中の生徒と教員のみがアクセス可能でありシステムの情報は秘匿するべきである.
 その為外部からのアクセスを制限しMattermostからのみHTTPサーバーへのアクセスを許可した.
 
-本研究で実装したスラッシュコマンドはMattermostのシステム管理チームが管理するワークスペースのチャンネルから実行可能である.Mattermostは学科に所属する全ての生徒がログインできシステム管理チームのワークスペースも制限を授けていない為全生徒がスラッシュコマンドの実行が可能である.
+本研究で実装したスラッシュコマンドはMattermostのシステム管理チーム用の特定のチャンネルから実行可能である.そうする事で学生が実行したコマンドを他の学生が確認できるメリットの他に管理下にあるチャンネルからのみコマンドを受け付ける事で不審な入力をしていないかを管理者が把握しやすくなる.
+
+Mattermostは学科に所属する全ての生徒がログインでき,システム管理チームのワークスペースも制限を授けていない為全生徒がスラッシュコマンドの実行が可能である.
 しかし,学科のシステム利用者の情報はLDAPを用いて管理されており,サーバー上でシステム管理者として全ての操作を行えるのはsyskan,sudoのユーザー属性が割り振られているアカウントとなっている.
 スラッシュコマンドでは一部rootユーザーが実行する処理があることやシステム管理の操作に慣れていない学生には操作ミスやセキュリティの観点から制限をつけるのが適切だと判断した.
 その為,システム管理チームとそれ以外の利用者でスラッシュコマンド経由で実行できる操作に制限をかけた.
@@ -65,7 +67,7 @@
 
 \section{仮想環境の確認}
 仮想環境を確認するコマンドは「podman」と「vm」が基準のコマンドである.それぞれで実行できるコマンドを図\ref{fig:podmancommand},\ref{fig:vmcommand}に示す.
-Podman環境では主に基幹サービスが稼働している.その為,コンテナの状態やコンテナ上のサービスのログを確認するコマンドを実装した.「ps サーバー名」で選択したサーバー上で動作しているコンテナの一覧が確認できる.「logs コンテナ名 サーバー名」で選択したサーバー上のコンテナログが表示される.「inspect コンテナ名 サーバー名」で選択したサーバー上のコンテナの使用イメージ,状態,ネットワーク設定,環境変数などの情報がjson形式で確認できる.
+Podman環境では主に基幹サービスが稼働している.その為,コンテナの状態やコンテナ上のサービスのログを確認するコマンドを実装した.「ps サーバー名」で図\ref{fig:podman-ps}に示すように,選択したサーバー上で動作しているコンテナの一覧が確認できる.「logs コンテナ名 サーバー名」で図\ref{fig:podman-logs}に示すように選択したサーバー上のコンテナログが表示される .「inspect コンテナ名 サーバー名」で図\ref{fig:podman-inspect}に示すように選択したサーバー上のコンテナの使用イメージ,状態,ネットワーク設定,環境変数などの情報がjson形式で確認できる.
 
 
 \begin{figure}[htpb]
@@ -76,9 +78,34 @@
     \end{center}
 \end{figure}
 
-vm環境は学生の実験演習や学内外のイベント時の開発環境として使用されている.その為スラッシュコマンドでは作成されたvmの一覧と外部公開時の監査用のコマンドを実装した.「audit 作成したVM名 審査用アカウント名 vmIPアドレス」は下記の「key-gen」オプションで生成された公開鍵を登録したVMに対して自動監査を実行できる.監査項目にはアクセス制限,ssh portの変更,rootアクセス,セキュリティアップデートの項目があり,それらの設定ファイルが出力される.管理者は出力されたファイルから適切に設定されているかを確認する事で監査をおこなう.
-「key-gen 審査対象のVM名 vmのIPアドレス」で自動監査で使用する公開鍵が生成されチャット上に表示される.自動審査の際,admin権限のみしか悪できないファイルを確認する必要がある為監査用のアカウントにてパスワードなしでコマンドを実行できるよう設定する必要がある.
-「list サーバー名」では選択したサーバー上で稼働しているVMが表示される.
+\begin{figure}[htpb]
+    \begin{center}
+        \includegraphics[clip,width=15.0cm]{fig/podman-ps.png}
+    \caption{/syskan podman psの実行結果.}
+    \label{fig:podman-ps}
+    \end{center}
+\end{figure}
+
+\begin{figure}[htpb]
+    \begin{center}
+        \includegraphics[clip,width=15.0cm]{fig/podman-logs.png}
+    \caption{/syskan podman logsの実行結果.}
+    \label{fig:podman-logs}
+    \end{center}
+\end{figure}
+
+\begin{figure}[htpb]
+    \begin{center}
+        \includegraphics[clip,width=15.0cm]{fig/podman-inspect.png}
+    \caption{/syskan podman inspectの実行結果.}
+    \label{fig:podman-inspect}
+    \end{center}
+\end{figure}
+
+vm環境は学生の実験演習や学内外のイベント時の開発環境として使用されている.その為スラッシュコマンドでは作成されたvmの一覧と外部公開時の監査用のコマンドを実装した.
+「audit 作成したVM名 審査用アカウント名 vmIPアドレス」は下記の「key-gen」オプションで生成された公開鍵を登録したVMに対して自動監査を実行できる.図\ref{fig:vm-audit}に示すように監査項目にはアクセス制限,ssh portの変更,rootアクセス,セキュリティアップデートの項目があり,それらの設定ファイルが出力される.管理者は出力されたファイルから適切に設定されているかを確認する事で監査をおこなう.
+「key-gen 審査対象のVM名 vmのIPアドレス」では図\ref{fig:vm-keygen}に示すように自動監査で使用する公開鍵が生成されチャット上に表示される.自動審査の際,admin権限のみしか悪できないファイルを確認する必要がある為監査用のアカウントにてパスワードなしでコマンドを実行できるよう設定する必要がある.
+「list サーバー名」では図\ref{fig:vm-list}に示すように選択したサーバー上で稼働しているVMが表示される.
 
 \begin{figure}[htpb]
     \begin{center}
@@ -88,13 +115,38 @@
     \end{center}
 \end{figure}
 
+\begin{figure}[htpb]
+    \begin{center}
+        \includegraphics[clip,width=15.0cm]{fig/vm-audit.png}
+    \caption{/syskan vm auditコマンドの結果.}
+    \label{fig:vm-audit}
+    \end{center}
+\end{figure}
+
+\begin{figure}[htpb]
+    \begin{center}
+        \includegraphics[clip,width=15.0cm]{fig/vm-keygen.png}
+    \caption{/syskan vm keygenコマンドの結果.}
+    \label{fig:vm-keygen}
+    \end{center}
+\end{figure}
+
+\begin{figure}[htpb]
+    \begin{center}
+        \includegraphics[clip,width=15.0cm]{fig/vm-list.png}
+    \caption{/syskan vm listコマンドの結果.}
+    \label{fig:vm-list}
+    \end{center}
+\end{figure}
+
+
 % \section{ファイルシステムの調査}
 % サーバーの容量確認では df を基準のコマンドする. よく確認するルート直下の容量はディレクトリの指定無しで表示できるようにする.
 
 % ceph の状態確認では ceph を基準のコマンドとする. クライアントのステータス表示によって異常がある場合はエラーメッセージの確認が可能である.
 
 \section{バックアップの確認}
-図\ref{fig:backupcommand}のようにバックアップディレクトリを表示するコマンドは「backup」を標準のコマンドとする.バックアップの確認では取られているディレクトリの中でも頻繁に書き込みが行われているpodmanコンテナを管理するディレクトリ,KVMのテンプレートイメージファイルが置かれているディレクトリを表示するよう設定した.
+図\ref{fig:backupcommand}のようにバックアップディレクトリを表示するコマンドは「backup」を標準のコマンドとする.バックアップの確認では取られているディレクトリの中でも頻繁に書き込みが行われているpodmanコンテナを管理するディレクトリ,KVMのテンプレートイメージファイルが置かれているディレクトリを表示するよう設定した.図\ref{fig:backupkvm-tpl},図\ref{fig:backup-podman}
 
 \begin{figure}[htpb]
     \begin{center}
@@ -104,8 +156,42 @@
     \end{center}
 \end{figure}
 
-% \section{LDAPの操作}
+\begin{figure}[htpb]
+    \begin{center}
+        \includegraphics[clip,width=15.0cm]{fig/backup-kvm.png}
+    \caption{/syskan backup kvm-tplコマンドの実行結果.}
+    \label{fig:backupkvm-tpl}
+    \end{center}
+\end{figure}
+
+\begin{figure}[htpb]
+    \begin{center}
+        \includegraphics[clip,width=15.0cm]{fig/backup-podman.png}
+    \caption{/syskan backup podmanコマンドの実行結果.}
+    \label{fig:backup-podman}
+    \end{center}
+\end{figure}
 
+\section{LDAPの操作}
+図\ref{fig:ldap-help}のように学科の学生アカウントを管理しているLDAP系統の操作は「ldap」が基準のコマンドとなっている.「search 学籍番号」で図\ref{fig:ldap-search}に示すように管理されている学生の情報を確認できる.
+また演習科目では基幹サーバーを操作する際に学生にサーバーの管理者権限を付与していた.しかし授業毎に権限を与えていず継続的に権限を付与していた.教員やシス管メンバーが見ている授業内であれば操作ミスに指摘できるが,個人でサーバーにアクセスし操作する可能性があった.その為一定時間権限を付与できるコマンドを実装した.「add sudoers ユーザー名 時間(分)」で指定したユーザーに指定した時間サーバーの管理者権限を付与できる.
+「delete sudoers ユーザー名」で追加されたユーザーの削除が可能となっている.これらの追加・削除の処理は一般ユーザーが実行できないように認証がかかっている.
+
+\begin{figure}[htpb]
+    \begin{center}
+        \includegraphics[clip,width=15.0cm]{fig/ldaphelp.png}
+    \caption{/syskan ldapコマンドの一覧.}
+    \label{fig:ldap-help}
+    \end{center}
+\end{figure}
+
+\begin{figure}[htpb]
+    \begin{center}
+        \includegraphics[clip,width=15.0cm]{fig/ldap-search.png}
+    \caption{/syskan ldap searchコマンドの実行結果.}
+    \label{fig:ldap-search}
+    \end{center}
+\end{figure}
 
 % \begin{quote}
 %     \begin{itemize}
--- a/Paper/chapter/conclusion.tex	Thu Feb 08 15:48:39 2024 +0900
+++ b/Paper/chapter/conclusion.tex	Sun Feb 11 17:27:00 2024 +0900
@@ -14,10 +14,18 @@
 
 第6章ではチャットシステムを利用したシステム管理手法について述べる.5章の取り組みと課題からチャットツールを用いたシステム管理手法を提案した.この手法では意図せずシステムに影響を与える操作をする心配がなく,権限がない学生でもシステムの状態を確認する事ができる.
 
-本チームのように学生が主体となって教育研究用システムを構築,運用,保守する事は珍しい.2020年に構築し2024年現在まで運用したシステムは少数のメンバーによって管理されたおり人員的なリソース不足が問題視されていた.また2025年にはシステム更新がある.より良いシステムを構築する為に利用者である学生がこの取り組みに参加する事が必要である.また,学生がシステムを活用し構築することは実践教育として有用である,この機会を損失しない為にも多くの学生をシステム管理活動に参加させることが必要である.
+本チームのように学生が主体となって教育研究用システムを構築,運用,保守する事は珍しい.2020年に構築し2024年現在まで運用したシステムは少数のメンバーによって管理されたおり人員的なリソース不足が問題視されていた.また2025年にはシステム更新がある.より良いシステムを構築する為に利用者である学生がこの取り組みに参加する事が必要である.また,学生がシステムを活用し構築することは実践教育として有用であり,この機会を損失しない為にも多くの学生をシステム管理活動に参加させることが必要である.
 この取り組みは演習科目のテーマとしてシステム管理を体験させる事で今後のシステム管理活用での人員の勧誘の参考になると考えこれまでの論文を記した.
 
 \section{今後の課題}
 本研究の今後の課題について述べる.
 \subsection{システム管理活動}
 教育研究用システムは5年に一度更新が行われており,2025年10月にシステムの更新が行われる予定である.その為現行システムの修正点や利用者の要望から新規システムを設計する必要がある.しかし今年度で学生のシステム管理メンバーの3人中2名が卒業予定であり,指導教員も2025年度で定年退職予定である.これらの事から現メンバーへのシステムの引き継ぎと新規メンバー獲得が不可欠となる.
+
+\subsection{演習科目の改善}
+システム管理体験への興味度を確認する質問では多くの生徒が興味を持ったと回答した.しかし実際にシステム管理活動に参加する生徒はいなかった.
+その為,システム管理活動の就職活動におけるメリットや実際の先輩の声などを紹介が必要と考える.
+
+
+\subsection{スラッシュコマンドの利用}
+本研究ではシステム管理体験の為のスラッシュコマンドを実装した.しかし演習実験の中ではコマンドの紹介に留まり,実際に学生に使用してもらう事や使ってみての感想を貰えなかった.その為スラッシュコマンドの対象者である学生に使ってもらい使用感を聞き修正していくことが必要である.
\ No newline at end of file
--- a/Paper/chapter/ie-system.tex	Thu Feb 08 15:48:39 2024 +0900
+++ b/Paper/chapter/ie-system.tex	Sun Feb 11 17:27:00 2024 +0900
@@ -27,7 +27,7 @@
     \caption{ディスクサーバースペック}
     \begin{tabular}{|c|c|} \hline
     CPU & Intel Xeon Silver 4208 \\ \hline
-    RAM & 32GB \\ \hline
+    RAM & 128GB \\ \hline
     SAS HDD & 300GB/15000rpm x 2 \\ \hline
     NLSAS HDD & 4TB/7200rpm x 12 \\ \hline
     \end{tabular}
--- a/Paper/chapter/technology_overview.tex	Thu Feb 08 15:48:39 2024 +0900
+++ b/Paper/chapter/technology_overview.tex	Sun Feb 11 17:27:00 2024 +0900
@@ -27,6 +27,7 @@
 
 \section{Slurm}
 オープンソースのlinux用のクラスタ管理,ジョブスケジューリングシステム.
+多数のユーザーが利用しているシステムで自動的にリソースを割り当てる.
 
 \section{GitLab}
 GitLab Inc.社が開発するgitリポジトリをホスティングするソフトウェア.\cite{gitlabdocumentation}セルフホスティング版とGitLab.comが運用するSaaS版が存在する.
Binary file Paper/fig/backup-kvm.png has changed
Binary file Paper/fig/backup-podman.png has changed
Binary file Paper/fig/ldap-search.png has changed
Binary file Paper/fig/ldaphelp.png has changed
Binary file Paper/fig/podman-inspect.png has changed
Binary file Paper/fig/podman-logs.png has changed
Binary file Paper/fig/podman-ps.png has changed
Binary file Paper/fig/vm-audit.png has changed
Binary file Paper/fig/vm-keygen.png has changed
Binary file Paper/fig/vm-list.png has changed
--- a/Paper/master_paper.aux	Thu Feb 08 15:48:39 2024 +0900
+++ b/Paper/master_paper.aux	Sun Feb 11 17:27:00 2024 +0900
@@ -1,150 +1,1 @@
 \relax 
-\@writefile{toc}{\contentsline {chapter}{研究関連論文業績}{ii}\protected@file@percent }
-\citation{ITdemand}
-\citation{J17}
-\citation{firstsystem}
-\citation{secondsystem}
-\citation{thirdsystem}
-\citation{fourthsystem}
-\@writefile{toc}{\contentsline {chapter}{\numberline {第1章}学生が管理する教育研究用情報システム}{5}\protected@file@percent }
-\@writefile{lof}{\addvspace {10\p@ }}
-\@writefile{lot}{\addvspace {10\p@ }}
-\@writefile{toc}{\contentsline {section}{\numberline {1.1}システム管理チームの構成と活動}{5}\protected@file@percent }
-\@writefile{lof}{\contentsline {figure}{\numberline {1.1}{\ignorespaces インストール大会の様子.}}{7}\protected@file@percent }
-\newlabel{fig:install}{{1.1}{7}}
-\@writefile{toc}{\contentsline {section}{\numberline {1.2}システム管理チームの情報共有}{7}\protected@file@percent }
-\@writefile{lof}{\contentsline {figure}{\numberline {1.2}{\ignorespaces システム管理チームで利用しているscrapbox.}}{8}\protected@file@percent }
-\newlabel{fig:scrapbox}{{1.2}{8}}
-\@writefile{toc}{\contentsline {section}{\numberline {1.3}論文の構成}{8}\protected@file@percent }
-\@writefile{lof}{\contentsline {figure}{\numberline {1.3}{\ignorespaces システム管理チームで利用しているMattermost.}}{9}\protected@file@percent }
-\newlabel{fig:mattermost}{{1.3}{9}}
-\@writefile{toc}{\contentsline {chapter}{\numberline {第2章}技術概要}{11}\protected@file@percent }
-\@writefile{lof}{\addvspace {10\p@ }}
-\@writefile{lot}{\addvspace {10\p@ }}
-\@writefile{toc}{\contentsline {section}{\numberline {2.1}仮想化}{11}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2.2}ハイパーバイザ型}{11}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2.3}KVM}{11}\protected@file@percent }
-\citation{container}
-\citation{podman}
-\citation{singularity}
-\citation{gitlabdocumentation}
-\citation{mattermost}
-\@writefile{toc}{\contentsline {section}{\numberline {2.4}コンテナ型}{12}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2.5}Podman}{12}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2.6}singularity}{12}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2.7}Slurm}{12}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2.8}GitLab}{12}\protected@file@percent }
-\citation{Hugo}
-\@writefile{toc}{\contentsline {section}{\numberline {2.9}Mattermost}{13}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2.10}Scrapbox}{13}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2.11}Psono}{13}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2.12}LDAP}{13}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2.13}Hugo}{13}\protected@file@percent }
-\citation{vuls}
-\@writefile{toc}{\contentsline {section}{\numberline {2.14}rsnapshot}{14}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {2.15}Vuls}{14}\protected@file@percent }
-\@writefile{toc}{\contentsline {chapter}{\numberline {第3章}現行のシステム}{15}\protected@file@percent }
-\@writefile{lof}{\addvspace {10\p@ }}
-\@writefile{lot}{\addvspace {10\p@ }}
-\@writefile{toc}{\contentsline {section}{\numberline {3.1}オンプレミス環境}{15}\protected@file@percent }
-\@writefile{lot}{\contentsline {table}{\numberline {3.1}{\ignorespaces 物理サーバースペック}}{15}\protected@file@percent }
-\newlabel{tb:2U-server}{{3.1}{15}}
-\@writefile{lot}{\contentsline {table}{\numberline {3.2}{\ignorespaces ディスクサーバースペック}}{15}\protected@file@percent }
-\newlabel{tb:disk-server}{{3.2}{15}}
-\@writefile{lot}{\contentsline {table}{\numberline {3.3}{\ignorespaces NASスペック}}{16}\protected@file@percent }
-\newlabel{tb:NAS-server}{{3.3}{16}}
-\@writefile{toc}{\contentsline {section}{\numberline {3.2}ネットワーク構成}{16}\protected@file@percent }
-\@writefile{lot}{\contentsline {table}{\numberline {3.4}{\ignorespaces 導入したネットワーク機器一覧}}{16}\protected@file@percent }
-\newlabel{tab:networkmachine}{{3.4}{16}}
-\@writefile{lot}{\contentsline {table}{\numberline {3.5}{\ignorespaces 現行システムにおけるVLAN設計表}}{17}\protected@file@percent }
-\newlabel{tab:networkVLAN}{{3.5}{17}}
-\@writefile{toc}{\contentsline {section}{\numberline {3.3}仮想環境}{17}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {3.4}基幹システム}{18}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {3.5}Akatsuki}{19}\protected@file@percent }
-\@writefile{lof}{\contentsline {figure}{\numberline {3.1}{\ignorespaces Akatsukiの画面}}{19}\protected@file@percent }
-\newlabel{fig:akatsuki}{{3.1}{19}}
-\@writefile{toc}{\contentsline {section}{\numberline {3.6}さくらクラウドの利用}{20}\protected@file@percent }
-\citation{system}
-\@writefile{toc}{\contentsline {chapter}{\numberline {第4章}関連研究}{21}\protected@file@percent }
-\@writefile{lof}{\addvspace {10\p@ }}
-\@writefile{lot}{\addvspace {10\p@ }}
-\@writefile{toc}{\contentsline {section}{\numberline {4.1}本研究の先行研究}{21}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {4.2}問題点}{21}\protected@file@percent }
-\citation{syskan-class}
-\@writefile{toc}{\contentsline {chapter}{\numberline {第5章}演習科目での取り組み}{22}\protected@file@percent }
-\@writefile{lof}{\addvspace {10\p@ }}
-\@writefile{lot}{\addvspace {10\p@ }}
-\@writefile{toc}{\contentsline {section}{\numberline {5.1}サーバー班の取り組み}{22}\protected@file@percent }
-\@writefile{lof}{\contentsline {figure}{\numberline {5.1}{\ignorespaces インストール大会の資料.}}{23}\protected@file@percent }
-\newlabel{fig:install-page}{{5.1}{23}}
-\@writefile{toc}{\contentsline {section}{\numberline {5.2}server班}{23}\protected@file@percent }
-\citation{rsnapshot.config}
-\newlabel{braunrsnapshot}{{5.1}{25}}
-\@writefile{lol}{\contentsline {lstlisting}{\numberline {5.1}cron.d}{25}\protected@file@percent }
-\newlabel{cloudbackup}{{5.2}{25}}
-\@writefile{lol}{\contentsline {lstlisting}{\numberline {5.2}クラウドサーバーのバックアップファイル一覧}{25}\protected@file@percent }
-\citation{vulsctl}
-\@writefile{toc}{\contentsline {section}{\numberline {5.3}security班}{26}\protected@file@percent }
-\newlabel{braunrsnapshot}{{5.3}{26}}
-\@writefile{lol}{\contentsline {lstlisting}{\numberline {5.3}Podman v4リポジトリ情報追加}{26}\protected@file@percent }
-\@writefile{lof}{\contentsline {figure}{\numberline {5.2}{\ignorespaces vulsスキャン結果.}}{27}\protected@file@percent }
-\newlabel{fig:vuls-tui}{{5.2}{27}}
-\@writefile{toc}{\contentsline {section}{\numberline {5.4}考察}{28}\protected@file@percent }
-\@writefile{lot}{\contentsline {table}{\numberline {5.1}{演習科目でのアンケートの結果}}{28}\protected@file@percent }
-\newlabel{longtablesample}{{5.1}{28}}
-\@writefile{lot}{\contentsline {table}{\numberline {5.1}{演習科目でのアンケートの結果}}{29}\protected@file@percent }
-\newlabel{longtablesample}{{5.1}{29}}
-\gdef \LT@i {\LT@entry 
-    {4}{458.49536pt}}
-\@writefile{lot}{\contentsline {table}{\numberline {5.1}{演習科目でのアンケートの結果}}{30}\protected@file@percent }
-\newlabel{longtablesample}{{5.1}{30}}
-\@writefile{lot}{\contentsline {table}{\numberline {5.1}{演習科目でのアンケートの結果}}{31}\protected@file@percent }
-\newlabel{longtablesample}{{5.1}{31}}
-\@writefile{toc}{\contentsline {chapter}{\numberline {第6章}メッセージングコマンドを使用した手法の提案}{33}\protected@file@percent }
-\@writefile{lof}{\addvspace {10\p@ }}
-\@writefile{lot}{\addvspace {10\p@ }}
-\@writefile{toc}{\contentsline {section}{\numberline {6.1}システム概要}{33}\protected@file@percent }
-\@writefile{lof}{\contentsline {figure}{\numberline {6.1}{\ignorespaces システム構成図.}}{34}\protected@file@percent }
-\newlabel{fig:chat-system}{{6.1}{34}}
-\@writefile{lof}{\contentsline {figure}{\numberline {6.2}{\ignorespaces ユーザーとコマンドが表示される様子.}}{34}\protected@file@percent }
-\newlabel{fig:syskan-command-exp}{{6.2}{34}}
-\@writefile{lof}{\contentsline {figure}{\numberline {6.3}{\ignorespaces /syskanコマンドの一覧.}}{35}\protected@file@percent }
-\newlabel{fig:helpcommand}{{6.3}{35}}
-\@writefile{toc}{\contentsline {section}{\numberline {6.2}認証機能の実装}{35}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {6.3}仮想環境の確認}{36}\protected@file@percent }
-\@writefile{lof}{\contentsline {figure}{\numberline {6.4}{\ignorespaces /syskan podmanコマンドの一覧.}}{36}\protected@file@percent }
-\newlabel{fig:podmancommand}{{6.4}{36}}
-\@writefile{lof}{\contentsline {figure}{\numberline {6.5}{\ignorespaces /syskan vmコマンドの一覧.}}{37}\protected@file@percent }
-\newlabel{fig:vmcommand}{{6.5}{37}}
-\@writefile{toc}{\contentsline {section}{\numberline {6.4}バックアップの確認}{37}\protected@file@percent }
-\@writefile{lof}{\contentsline {figure}{\numberline {6.6}{\ignorespaces /syskan backupコマンドの一覧.}}{38}\protected@file@percent }
-\newlabel{fig:backupcommand}{{6.6}{38}}
-\@writefile{toc}{\contentsline {section}{\numberline {6.5}実装結果}{38}\protected@file@percent }
-\@writefile{toc}{\contentsline {chapter}{\numberline {第7章}まとめ}{39}\protected@file@percent }
-\@writefile{lof}{\addvspace {10\p@ }}
-\@writefile{lot}{\addvspace {10\p@ }}
-\@writefile{toc}{\contentsline {section}{\numberline {7.1}総括}{39}\protected@file@percent }
-\@writefile{toc}{\contentsline {section}{\numberline {7.2}今後の課題}{40}\protected@file@percent }
-\@writefile{toc}{\contentsline {subsection}{\numberline {7.2.1}システム管理活動}{40}\protected@file@percent }
-\citation{*}
-\bibdata{reference}
-\@writefile{toc}{\contentsline {chapter}{謝辞}{41}\protected@file@percent }
-\bibcite{ITdemand}{1}
-\bibcite{J17}{2}
-\bibcite{firstsystem}{3}
-\bibcite{secondsystem}{4}
-\bibcite{thirdsystem}{5}
-\bibcite{fourthsystem}{6}
-\bibcite{container}{7}
-\bibcite{podman}{8}
-\bibcite{singularity}{9}
-\bibcite{gitlabdocumentation}{10}
-\bibcite{mattermost}{11}
-\bibcite{Hugo}{12}
-\bibcite{vuls}{13}
-\@writefile{toc}{\contentsline {chapter}{参考文献}{42}\protected@file@percent }
-\bibcite{system}{14}
-\bibcite{syskan-class}{15}
-\bibcite{rsnapshot.config}{16}
-\bibcite{vulsctl}{17}
-\bibstyle{junsrt}
Binary file Paper/master_paper.dvi has changed
--- a/Paper/master_paper.fdb_latexmk	Thu Feb 08 15:48:39 2024 +0900
+++ b/Paper/master_paper.fdb_latexmk	Sun Feb 11 17:27:00 2024 +0900
@@ -1,16 +1,16 @@
 # Fdb version 3
 ["dvipdf"] 0 "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.dvi" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper" 0
-  "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.dvi" 1707368418 142192 94e70891bdeec546381904d01a26287b "pdflatex"
+  "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.dvi" 1707639696 152684 5529502db74909cdc4d8affedc75ef8e "pdflatex"
   (generated)
   "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf"
-["makeindex master_paper.idx"] 1707369868 "master_paper.idx" "master_paper.ind" "master_paper" 1707369868
-  "master_paper.idx" 1707368416 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
+["makeindex master_paper.idx"] 1707639958 "master_paper.idx" "master_paper.ind" "master_paper" 1707639959
+  "master_paper.idx" 1707639871 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
   (generated)
   "master_paper.ilg"
   "master_paper.ind"
-["pdflatex"] 1707369868 "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.dvi" "master_paper" 1707369868
+["pdflatex"] 1707639959 "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.dvi" "master_paper" 1707639959
   "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.aux" 0 -1 0 ""
-  "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" 1707198149 2621 fe4586de129fc9dea2810ed516646389 ""
+  "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" 1707639871 2623 956d5297a43e43d9923f9fb46585b49d ""
   "/usr/local/texlive/2020/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 ""
   "/usr/local/texlive/2020/texmf-dist/fonts/tfm/public/ascmac/ascgrp.tfm" 1520635638 448 9a1f3a95c3a7e2681aa6eefcf410b7ac ""
   "/usr/local/texlive/2020/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm" 1136768653 1324 c910af8c371558dc20f2d7822f66fe64 ""
@@ -43,11 +43,11 @@
   "fig/u-ryukyu-Mark.pdf" 1703317010 18686 aeab8264e22aacaa470003eeac8f42b8 ""
   "master_paper.aux" 0 -1 0 "pdflatex"
   "master_paper.ind" 0 -1 0 "makeindex master_paper.idx"
-  "master_paper.sty" 1707369863 13158 f3899a38284a8bc4ea50dac2d4f02bfc ""
-  "master_paper.tex" 1707198149 2621 fe4586de129fc9dea2810ed516646389 ""
+  "master_paper.sty" 1707374860 13203 0b7549a78ba012f7ef3147e89ff3c3a4 ""
+  "master_paper.tex" 1707639871 2623 956d5297a43e43d9923f9fb46585b49d ""
   (generated)
+  "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.dvi"
+  "master_paper.idx"
+  "master_paper.log"
   "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.log"
   "master_paper.aux"
-  "master_paper.log"
-  "master_paper.idx"
-  "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.dvi"
--- a/Paper/master_paper.log	Thu Feb 08 15:48:39 2024 +0900
+++ b/Paper/master_paper.log	Sun Feb 11 17:27:00 2024 +0900
@@ -1,211 +1,552 @@
-This is e-upTeX, Version 3.14159265-p3.8.3-u1.26-191112-2.6 (utf8.uptex) (TeX Live 2020) (preloaded format=uplatex 2020.4.26)  8 FEB 2024 15:47
+This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) (preloaded format=pdflatex 2020.4.26)  11 FEB 2024 17:25
 entering extended mode
  restricted \write18 enabled.
+ file:line:error style messages enabled.
  %&-line parsing enabled.
-**master_paper
-(./master_paper.tex
-pLaTeX2e <2020-02-02u03>+3 (based on LaTeX2e <2020-02-02> patch level 5)
-L3 programming layer <2020-03-06>
-(/usr/local/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls
-Document Class: ujreport 2020/01/03 v1.8e-u00 Standard upLaTeX class
-\c@@paper=\count166
-(/usr/local/texlive/2020/texmf-dist/tex/uplatex/base/ujsize12.clo
-File: ujsize12.clo 2020/01/03 v1.8e-u00 Standard upLaTeX file (size option)
-LaTeX Font Info:    Font shape `JT2/mc/m/n' will be
-(Font)              scaled to size 11.54663pt on input line 28.
-LaTeX Font Info:    Font shape `JY2/mc/m/n' will be
-(Font)              scaled to size 11.54663pt on input line 28.
-)
-\c@part=\count167
-\c@chapter=\count168
-\c@section=\count169
-\c@subsection=\count170
-\c@subsubsection=\count171
-\c@paragraph=\count172
-\c@subparagraph=\count173
-\c@figure=\count174
-\c@table=\count175
-\abovecaptionskip=\skip47
-\belowcaptionskip=\skip48
-\symmincho=\mathgroup4
-LaTeX Font Info:    Overwriting symbol font `mincho' in version `bold'
-(Font)                  JY2/mc/m/n --> JY2/gt/m/n on input line 705.
-\toclineskip=\dimen150
-\@lnumwidth=\dimen151
-\bibindent=\dimen152
-\heisei=\count176
-)
-(./master_paper.sty
+**/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex
+(/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex
+LaTeX2e <2020-02-02> patch level 5
+L3 programming layer <2020-03-06> (/usr/local/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls
+
+/usr/local/texlive/2020/texmf-dist/tex/uplatex/base/ujreport.cls:17: LaTeX Error: This file needs format `pLaTeX2e'
+               but this is `LaTeX2e'.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.17 \NeedsTeXFormat{pLaTeX2e}
+                              
+The current input file will not be processed further,
+because it was written for some other flavor of TeX.
+You're in trouble here.  Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+) (/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty
 ****************************************************************
-** 平成15年度 琉球大学大学院 学位論文(修士) ******************
-**
+** 平成15年度 琉球大学大学院 学位論文(修士) ********************
 ** スタイルファイル(LaTeX2e) : 非公式 ********************
 ****************************************************************
-\c@defnum=\count177
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:84: LaTeX Error: Command \maketitle undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.84 \renewcommand{\maketitle}
+                              {%
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:210: LaTeX Error: Environment abstract undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.210 \renewenvironment{abstract}
+                                 {%
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:231: LaTeX Error: Command \tableofcontents undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.231 \renewcommand{\tableofcontents}
+                                     {%
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:264: LaTeX Error: Command \appendix undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.264 \renewcommand{\appendix}
+                              {\par
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:274: LaTeX Error: Command \chapter undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.274 \renewcommand{\chapter}
+                             {%
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:312: LaTeX Error: Command \prepartname undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.312 \renewcommand{\prepartname}
+                                 {\relax} %\renewcommand{\prepartname}{第}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:313: LaTeX Error: Command \postpartname undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.313 \renewcommand{\postpartname}
+                                  {部}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:314: LaTeX Error: Command \prechaptername undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.314 \renewcommand{\prechaptername}
+                                    {第}%\renewcommand{\prechaptername}{第}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:315: LaTeX Error: Command \postchaptername undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.315 \renewcommand{\postchaptername}
+                                     {章}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:316: LaTeX Error: Command \contentsname undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.316 \renewcommand{\contentsname}
+                                  {目 次}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:317: LaTeX Error: Command \listfigurename undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.317 \renewcommand{\listfigurename}
+                                    {図 目 次}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:318: LaTeX Error: Command \listtablename undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.318 \renewcommand{\listtablename}
+                                   {表 目 次}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:319: LaTeX Error: Command \bibname undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.319 \renewcommand{\bibname}
+                             {参考文献}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:320: LaTeX Error: Command \indexname undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.320 \renewcommand{\indexname}
+                               {索 引}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:321: LaTeX Error: Command \figurename undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.321 \renewcommand{\figurename}
+                                {図}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:322: LaTeX Error: Command \tablename undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.322 \renewcommand{\tablename}
+                               {表}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:323: LaTeX Error: Command \appendixname undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.323 \renewcommand{\appendixname}
+                                  {付 録}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:324: LaTeX Error: Command \abstractname undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.324 \renewcommand{\abstractname}
+                                  {要 旨}
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+\c@defnum=\count167
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:330: LaTeX Error: No counter 'chapter' defined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.330 \newcounter{defnum}[chapter]
+                                  
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:424: LaTeX Error: Environment thebibliography undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.424 \renewenvironment{thebibliography}
+                                        [1]
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:447: LaTeX Error: Environment theindex undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.447 \renewenvironment{theindex}
+                                 {%
+Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:469: Undefined control sequence.
+l.469 \prebreakpenalty
+                      \jis`,=10000 % ,
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:469: Undefined control sequence.
+l.469 \prebreakpenalty\jis
+                          `,=10000 % ,
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:469: LaTeX Error: Missing \begin{document}.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.469 \prebreakpenalty\jis`
+                           ,=10000 % ,
+You're in trouble here.  Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
+Missing character: There is no ` in font nullfont!
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:469: Package inputenc Error: Unicode character , (U+FF0C)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.469 \prebreakpenalty\jis`,
+                              =10000 % ,
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+Missing character: There is no = in font nullfont!
+Missing character: There is no 1 in font nullfont!
+Missing character: There is no 0 in font nullfont!
+Missing character: There is no 0 in font nullfont!
+Missing character: There is no 0 in font nullfont!
+Missing character: There is no 0 in font nullfont!
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:470: Undefined control sequence.
+l.470 \prebreakpenalty
+                      \jis`.=10000 % .
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:470: Undefined control sequence.
+l.470 \prebreakpenalty\jis
+                          `.=10000 % .
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+Missing character: There is no ` in font nullfont!
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.sty:470: Package inputenc Error: Unicode character . (U+FF0E)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.470 \prebreakpenalty\jis`.
+                              =10000 % .
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+Missing character: There is no = in font nullfont!
+Missing character: There is no 1 in font nullfont!
+Missing character: There is no 0 in font nullfont!
+Missing character: There is no 0 in font nullfont!
+Missing character: There is no 0 in font nullfont!
+Missing character: There is no 0 in font nullfont!
 ) (/usr/local/texlive/2020/texmf-dist/tex/latex/tools/longtable.sty
 Package: longtable 2020/01/07 v4.13 Multi-page Table package (DPC)
-\LTleft=\skip49
-\LTright=\skip50
-\LTpre=\skip51
-\LTpost=\skip52
-\LTchunksize=\count178
-\LTcapwidth=\dimen153
-\LT@head=\box61
-\LT@firsthead=\box62
-\LT@foot=\box63
-\LT@lastfoot=\box64
-\LT@cols=\count179
-\LT@rows=\count180
-\c@LT@tables=\count181
-\c@LT@chunks=\count182
-\LT@p@ftn=\toks16
-)
-(/usr/local/texlive/2020/texmf-dist/tex/latex/ascmac/ascmac.sty
+\LTleft=\skip47
+\LTright=\skip48
+\LTpre=\skip49
+\LTpost=\skip50
+\LTchunksize=\count168
+\LTcapwidth=\dimen134
+\LT@head=\box45
+\LT@firsthead=\box46
+\LT@foot=\box47
+\LT@lastfoot=\box48
+\LT@cols=\count169
+\LT@rows=\count170
+\c@LT@tables=\count171
+\c@LT@chunks=\count172
+\c@table=\count173
+\LT@p@ftn=\toks15
+) (/usr/local/texlive/2020/texmf-dist/tex/latex/ascmac/ascmac.sty
 Package: ascmac 2020/01/15 v2.1 ascmac wrapper (community edition) 
-
-(/usr/local/texlive/2020/texmf-dist/tex/latex/ascmac/tascmac.sty
+ (/usr/local/texlive/2020/texmf-dist/tex/latex/ascmac/tascmac.sty
 Package: tascmac 2020/01/15 v2.1 ascmac package (community edition) 
-\@savetbaselineshift=\dimen154
-\@saveybaselineshift=\dimen155
-\scb@x=\box65
-\scscb@x=\box66
-\@bw=\dimen156
-\@nbox=\box67
-\@nbody=\box68
-\@scw=\dimen157
-\ascmac@hoboxa=\box69
-\ascmac@hoboxb=\box70
-\@itemh=\dimen158
-\@iboxpos=\toks17
-\@iboxstr=\box71
-\@bwsp=\box72
-\@@bwsp=\box73
-\@bcal=\count183
-\shaderule=\dimen159
-))
-(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphicx.sty
+Package tascmac Info: Assuming pdfLaTeX, XeLaTeX or LuaLaTeX on input line 44.
+\scb@x=\box49
+\scscb@x=\box50
+\@bw=\dimen135
+\@nbox=\box51
+\@nbody=\box52
+\@scw=\dimen136
+\ascmac@hoboxa=\box53
+\ascmac@hoboxb=\box54
+\@itemh=\dimen137
+\@iboxpos=\toks16
+\@iboxstr=\box55
+\@bwsp=\box56
+\@@bwsp=\box57
+\@bcal=\count174
+\shaderule=\dimen138
+)) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphicx.sty
 Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR)
-
-(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/keyval.sty
+ (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/keyval.sty
 Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
-\KV@toks@=\toks18
-)
-(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphics.sty
+\KV@toks@=\toks17
+) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/graphics.sty
+Overfull \hbox (20.0pt too wide) in paragraph at lines 469--27
+[]
+ []
+
 Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR)
-
 (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics/trig.sty
 Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
-)
-(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
+) (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
 File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
 )
 Package graphics Info: Driver file: dvipdfmx.def on input line 105.
-
-(/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-def/dvipdfmx.def
+ (/usr/local/texlive/2020/texmf-dist/tex/latex/graphics-def/dvipdfmx.def
 File: dvipdfmx.def 2017/06/24 v5.0g Graphics/color driver for dvipdfmx
 ))
-\Gin@req@height=\dimen160
-\Gin@req@width=\dimen161
-)
-(/usr/local/texlive/2020/texmf-dist/tex/latex/here/here.sty)
-(/usr/local/texlive/2020/texmf-dist/tex/latex/float/float.sty
+\Gin@req@height=\dimen139
+\Gin@req@width=\dimen140
+) (/usr/local/texlive/2020/texmf-dist/tex/latex/here/here.sty) (/usr/local/texlive/2020/texmf-dist/tex/latex/float/float.sty
 Package: float 2001/11/08 v1.3d Float enhancements (AL)
-\c@float@type=\count184
-\float@exts=\toks19
-\float@box=\box74
-\@float@everytoks=\toks20
-\@floatcapt=\box75
-)
-(/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.sty
-\lst@mode=\count185
-\lst@gtempboxa=\box76
-\lst@token=\toks21
-\lst@length=\count186
-\lst@currlwidth=\dimen162
-\lst@column=\count187
-\lst@pos=\count188
-\lst@lostspace=\dimen163
-\lst@width=\dimen164
-\lst@newlines=\count189
-\lst@lineno=\count190
-\lst@maxwidth=\dimen165
-
-(/usr/local/texlive/2020/texmf-dist/tex/latex/listings/lstmisc.sty
+\c@float@type=\count175
+\float@exts=\toks18
+\float@box=\box58
+\@float@everytoks=\toks19
+\@floatcapt=\box59
+) (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.sty
+\lst@mode=\count176
+\lst@gtempboxa=\box60
+\lst@token=\toks20
+\lst@length=\count177
+\lst@currlwidth=\dimen141
+\lst@column=\count178
+\lst@pos=\count179
+\lst@lostspace=\dimen142
+\lst@width=\dimen143
+\lst@newlines=\count180
+\lst@lineno=\count181
+\abovecaptionskip=\skip51
+\belowcaptionskip=\skip52
+\lst@maxwidth=\dimen144
+ (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/lstmisc.sty
 File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
-\c@lstnumber=\count191
-\lst@skipnumbers=\count192
-\lst@framebox=\box77
-)
-(/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.cfg
+\c@lstnumber=\count182
+\lst@skipnumbers=\count183
+\lst@framebox=\box61
+) (/usr/local/texlive/2020/texmf-dist/tex/latex/listings/listings.cfg
 File: listings.cfg 2020/03/24 1.8d listings configuration
 ))
 Package: listings 2020/03/24 1.8d (Carsten Heinz)
-
-(/usr/local/texlive/2020/texmf-dist/tex/latex/comment/comment.sty
+ (/usr/local/texlive/2020/texmf-dist/tex/latex/comment/comment.sty
 \CommentStream=\write3
-
-Excluding comment 'comment')
-(/usr/local/texlive/2020/texmf-dist/tex/latex/url/url.sty
+ Excluding comment 'comment') (/usr/local/texlive/2020/texmf-dist/tex/latex/url/url.sty
 \Urlmuskip=\muskip16
 Package: url 2013/09/16  ver 3.4  Verb mode for urls, etc.
+) (/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf-uptex/otf.sty
+
+/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf-uptex/otf.sty:1: LaTeX Error: This file needs format `pLaTeX2e'
+               but this is `LaTeX2e'.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.1 \NeedsTeXFormat{pLaTeX2e}
+                             
+The current input file will not be processed further,
+because it was written for some other flavor of TeX.
+You're in trouble here.  Try typing  <return>  to proceed.
+If that doesn't work, type  X <return>  to quit.
+
 )
-(/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf-uptex/otf.sty
-Package: otf 2019/04/01 v1.7b8 psitau, u0.25 ttk
-LaTeX Font Info:    Redeclaring symbol font `mincho' on input line 314.
-LaTeX Font Info:    Overwriting symbol font `mincho' in version `normal'
-(Font)                  JY2/mc/m/n --> JY2/hmc/m/n on input line 314.
-LaTeX Font Info:    Overwriting symbol font `mincho' in version `bold'
-(Font)                  JY2/gt/m/n --> JY2/hmc/m/n on input line 314.
-LaTeX Font Info:    Overwriting symbol font `mincho' in version `bold'
-(Font)                  JY2/hmc/m/n --> JY2/hmc/bx/n on input line 316.
-LaTeX Font Info:    Redeclaring math alphabet \mathgt on input line 317.
-LaTeX Font Info:    Overwriting math alphabet `\mathgt' in version `normal'
-(Font)                  JY2/gt/m/n --> JY2/hgt/m/n on input line 317.
-LaTeX Font Info:    Overwriting math alphabet `\mathgt' in version `bold'
-(Font)                  JY2/gt/m/n --> JY2/hgt/m/n on input line 317.
-LaTeX Font Info:    Overwriting math alphabet `\mathgt' in version `bold'
-(Font)                  JY2/hgt/m/n --> JY2/hgt/bx/n on input line 318.
-
-(/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf/ajmacros.sty
-Package: ajmacros 2019/04/01 21:00 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp
->
-\@tempcntc=\count193
-\@tempcntd=\count194
-\@tempcnte=\count195
-\@tempcntf=\count196
-))
-(/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf-uptex/mlutf.sty
-Package: mlutf 2004/04/17 v1.1.2 psitau, u0.25 ttk
-)
-(/usr/local/texlive/2020/texmf-dist/tex/platex/japanese-otf/mlcid.sty
-Package: mlcid 2004/04/17 v1.0.2 psitau
-)
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:11: LaTeX Error: Unknown option `deluxe' for package `otf'.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.11 
+     
+The option `deluxe' was not declared in package `otf', perhaps you
+misspelled its name. Try typing  <return>  to proceed.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:11: LaTeX Error: Unknown option `multi' for package `otf'.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.11 
+     
+The option `multi' was not declared in package `otf', perhaps you
+misspelled its name. Try typing  <return>  to proceed.
+
 (/usr/local/texlive/2020/texmf-dist/tex/latex/base/makeidx.sty
 Package: makeidx 2014/09/29 v1.0m Standard LaTeX package
-)
-(/usr/local/texlive/2020/texmf-dist/tex/latex/tools/multicol.sty
+) (/usr/local/texlive/2020/texmf-dist/tex/latex/tools/multicol.sty
 Package: multicol 2019/12/09 v1.8y multicolumn formatting (FMi)
-\c@tracingmulticols=\count197
-\mult@box=\box78
-\multicol@leftmargin=\dimen166
-\c@unbalance=\count198
-\c@collectmore=\count199
-\doublecol@number=\count266
-\multicoltolerance=\count267
-\multicolpretolerance=\count268
-\full@width=\dimen167
-\page@free=\dimen168
-\premulticols=\dimen169
-\postmulticols=\dimen170
+\c@tracingmulticols=\count184
+\mult@box=\box62
+\multicol@leftmargin=\dimen145
+\c@unbalance=\count185
+\c@collectmore=\count186
+\doublecol@number=\count187
+\multicoltolerance=\count188
+\multicolpretolerance=\count189
+\full@width=\dimen146
+\page@free=\dimen147
+\premulticols=\dimen148
+\postmulticols=\dimen149
 \multicolsep=\skip53
 \multicolbaselineskip=\skip54
-\partial@page=\box79
-\last@line=\box80
-\maxbalancingoverflow=\dimen171
-\mult@rightbox=\box81
-\mult@grightbox=\box82
-\mult@gfirstbox=\box83
-\mult@firstbox=\box84
+\partial@page=\box63
+\last@line=\box64
+\maxbalancingoverflow=\dimen150
+\mult@rightbox=\box65
+\mult@grightbox=\box66
+\mult@gfirstbox=\box67
+\mult@firstbox=\box68
+\@tempa=\box69
+\@tempa=\box70
+\@tempa=\box71
+\@tempa=\box72
+\@tempa=\box73
+\@tempa=\box74
+\@tempa=\box75
+\@tempa=\box76
+\@tempa=\box77
+\@tempa=\box78
+\@tempa=\box79
+\@tempa=\box80
+\@tempa=\box81
+\@tempa=\box82
+\@tempa=\box83
+\@tempa=\box84
 \@tempa=\box85
 \@tempa=\box86
 \@tempa=\box87
@@ -227,61 +568,27 @@
 \@tempa=\box103
 \@tempa=\box104
 \@tempa=\box105
-\@tempa=\box106
-\@tempa=\box107
-\@tempa=\box108
-\@tempa=\box109
-\@tempa=\box110
-\@tempa=\box111
-\@tempa=\box112
-\@tempa=\box113
-\@tempa=\box114
-\@tempa=\box115
-\@tempa=\box116
-\@tempa=\box117
-\@tempa=\box118
-\@tempa=\box119
-\@tempa=\box120
-\@tempa=\box121
-\c@minrows=\count269
-\c@columnbadness=\count270
-\c@finalcolumnbadness=\count271
-\last@try=\dimen172
-\multicolovershoot=\dimen173
-\multicolundershoot=\dimen174
-\mult@nat@firstbox=\box122
-\colbreak@box=\box123
-\mc@col@check@num=\count272
+\c@minrows=\count190
+\c@columnbadness=\count191
+\c@finalcolumnbadness=\count192
+\last@try=\dimen151
+\multicolovershoot=\dimen152
+\multicolundershoot=\dimen153
+\mult@nat@firstbox=\box106
+\colbreak@box=\box107
+\mc@col@check@num=\count193
 )
 \@indexfile=\write4
 \openout4 = `master_paper.idx'.
 
 
 Writing index file master_paper.idx
-(/usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-dvips.def
-File: l3backend-dvips.def 2020-03-12 L3 backend support: dvips
-\l__pdf_internal_box=\box124
-\g__pdf_backend_object_int=\count273
-\l__pdf_backend_content_box=\box125
-\l__pdf_backend_model_box=\box126
-\g__pdf_backend_annotation_int=\count274
-\g__pdf_backend_link_int=\count275
-\g__pdf_backend_link_sf_int=\count276
+(/usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def
+File: l3backend-pdfmode.def 2020-03-12 L3 backend support: PDF mode
+\l__kernel_color_stack_int=\count194
+\l__pdf_internal_box=\box108
 )
-(./master_paper.aux
-
-LaTeX Warning: Label `braunrsnapshot' multiply defined.
-
-
-LaTeX Warning: Label `longtablesample' multiply defined.
-
-
-LaTeX Warning: Label `longtablesample' multiply defined.
-
-
-LaTeX Warning: Label `longtablesample' multiply defined.
-
-)
+No file master_paper.aux.
 \openout1 = `master_paper.aux'.
 
 LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 66.
@@ -298,1209 +605,6337 @@
 LaTeX Font Info:    ... okay on input line 66.
 LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 66.
 LaTeX Font Info:    ... okay on input line 66.
-LaTeX Font Info:    Checking defaults for JY2/mc/m/n on input line 66.
-LaTeX Font Info:    ... okay on input line 66.
-LaTeX Font Info:    Checking defaults for JT2/mc/m/n on input line 66.
-LaTeX Font Info:    ... okay on input line 66.
-LaTeX Font Info:    Font shape `JT2/hmc/m/n' will be
-(Font)              scaled to size 11.54663pt on input line 66.
-LaTeX Font Info:    Font shape `JY2/hmc/m/n' will be
-(Font)              scaled to size 11.54663pt on input line 66.
-\c@lstlisting=\count277
-LaTeX Font Info:    Font shape `JT2/hmc/m/n' will be
-(Font)              scaled to size 15.39551pt on input line 68.
-LaTeX Font Info:    Font shape `JY2/hmc/m/n' will be
-(Font)              scaled to size 15.39551pt on input line 68.
-
-
-LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <16> not available
-(Font)              size <17.28> substituted on input line 68.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-LaTeX Font Info:    Font shape `JT2/hmc/bx/n' will be
-(Font)              scaled to size 15.39551pt on input line 68.
-LaTeX Font Info:    Font shape `JY2/hmc/bx/n' will be
-(Font)              scaled to size 15.39551pt on input line 68.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:66: LaTeX Error: The font size command \normalsize is not defined:
+               there is probably something wrong with the class file.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.66 \begin{document}
+                     
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+\c@lstlisting=\count195
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: LaTeX Error: The font size command \normalsize is not defined:
+               there is probably something wrong with the class file.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+[1]
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ...e \thanks {\fontsize {16pt}{0pt}\bf 
+                                                  \thesis \\} \vskip 0.5em {...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 修 (U+4FEE)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 士 (U+58EB)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 工 (U+5DE5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 位 (U+4F4D)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 論 (U+8AD6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 文 (U+6587)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ...kip 0.5em {\fontsize {16pt}{0pt}\bf 
+                                                  \ethesis } \vskip 1.5em {\...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ...kip 1.5em {\fontsize {18pt}{0pt}\bf 
+                                                  \mc \@title \\} \vskip 0.5...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ...1.5em {\fontsize {18pt}{0pt}\bf \mc 
+                                                  \@title \\} \vskip 0.5em {...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character シ (U+30B7)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character ス (U+30B9)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character テ (U+30C6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character ム (U+30E0)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 管 (U+7BA1)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 理 (U+7406)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character を (U+3092)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 体 (U+4F53)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 験 (U+9A13)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character さ (U+3055)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character せ (U+305B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character る (U+308B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 生 (U+751F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 実 (U+5B9F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 験 (U+9A13)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character に (U+306B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 関 (U+95A2)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character す (U+3059)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character る (U+308B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 取 (U+53D6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character り (U+308A)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 組 (U+7D44)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character み (U+307F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ...kip 0.5em {\fontsize {18pt}{0pt}\bf 
+                                                  {\@etitle }} \vskip 1.8em ...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ....8em \par {\fontsize {14pt}{0pt}\mc 
+                                                  \@year \\} {\fontsize {14p...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 年 (U+5E74)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 月 (U+6708)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ....0em \par {\fontsize {16pt}{0pt}\bf 
+                                                  \mc \@author \par } \vskip...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ... \par {\fontsize {16pt}{0pt}\bf \mc 
+                                                  \@author \par } \vskip 0.5...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 木 (U+6728)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 山 (U+5C71)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 瑞 (U+745E)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 基 (U+57FA)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ...kip 0.5em {\fontsize {16pt}{0pt}\bf 
+                                                  \@eauthor \par } \par \vsk...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+File: fig/u-ryukyu-Mark.pdf Graphic file (type pdf)
+<fig/u-ryukyu-Mark.pdf>
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ....5em \par {\fontsize {16pt}{0pt}\bf 
+                                                  \mc \university \\} \vskip...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ... \par {\fontsize {16pt}{0pt}\bf \mc 
+                                                  \university \\} \vskip 0.5...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 琉 (U+7409)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 球 (U+7403)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 大 (U+5927)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ...kip 0.5em {\fontsize {16pt}{0pt}\bf 
+                                                  \mc \department \\} \vskip...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ...0.5em {\fontsize {16pt}{0pt}\bf \mc 
+                                                  \department \\} \vskip 0.5...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 大 (U+5927)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 院 (U+9662)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 理 (U+7406)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 工 (U+5DE5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 研 (U+7814)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 究 (U+7A76)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 科 (U+79D1)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ...kip 0.5em {\fontsize {16pt}{0pt}\bf 
+                                                  \mc \course } \vskip 1.8em...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Undefined control sequence.
+\makecover ...0.5em {\fontsize {16pt}{0pt}\bf \mc 
+                                                  \course } \vskip 1.8em \pa...
+l.68 \makecover
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 工 (U+5DE5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 専 (U+5C02)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 攻 (U+653B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 知 (U+77E5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 能 (U+80FD)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 情 (U+60C5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character 報 (U+5831)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character プ (U+30D7)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character ロ (U+30ED)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character グ (U+30B0)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character ラ (U+30E9)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:68: Package inputenc Error: Unicode character ム (U+30E0)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.68 \makecover
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
 
 LaTeX Font Warning: Font shape `OT1/cmr/bx/n' in size <16> not available
 (Font)              size <17.28> substituted on input line 68.
 
 
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-LaTeX Font Info:    Font shape `JT2/hmc/m/n' will be
-(Font)              scaled to size 17.31995pt on input line 68.
-LaTeX Font Info:    Font shape `JY2/hmc/m/n' will be
-(Font)              scaled to size 17.31995pt on input line 68.
-
-LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <18> not available
-(Font)              size <17.28> substituted on input line 68.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-LaTeX Font Info:    Font shape `JT2/hmc/bx/n' will be
-(Font)              scaled to size 17.31995pt on input line 68.
-LaTeX Font Info:    Font shape `JY2/hmc/bx/n' will be
-(Font)              scaled to size 17.31995pt on input line 68.
-
-LaTeX Font Warning: Font shape `OT1/cmr/bx/n' in size <18> not available
-(Font)              size <17.28> substituted on input line 68.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-LaTeX Font Info:    Font shape `JT2/hmc/m/n' will be
-(Font)              scaled to size 13.47107pt on input line 68.
-LaTeX Font Info:    Font shape `JY2/hmc/m/n' will be
-(Font)              scaled to size 13.47107pt on input line 68.
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-File: fig/u-ryukyu-Mark.pdf Graphic file (type pdf)
-<fig/u-ryukyu-Mark.pdf>
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-[1
-
-]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: LaTeX Error: The font size command \normalsize is not defined:
+               there is probably something wrong with the class file.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+[2{/usr/local/texlive/2020/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ...e \thanks {\fontsize {16pt}{0pt}\bf 
+                                                  \thesis \\} \vskip 0.5em {...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 修 (U+4FEE)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 士 (U+58EB)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 工 (U+5DE5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 位 (U+4F4D)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 論 (U+8AD6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 文 (U+6587)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ...kip 0.5em {\fontsize {16pt}{0pt}\bf 
+                                                  \ethesis } \vskip 1.5em {\...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ...kip 1.5em {\fontsize {18pt}{0pt}\bf 
+                                                  \mc \@title \\} \vskip 0.5...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ...1.5em {\fontsize {18pt}{0pt}\bf \mc 
+                                                  \@title \\} \vskip 0.5em {...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character シ (U+30B7)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character ス (U+30B9)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character テ (U+30C6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character ム (U+30E0)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 管 (U+7BA1)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 理 (U+7406)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character を (U+3092)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 体 (U+4F53)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 験 (U+9A13)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character さ (U+3055)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character せ (U+305B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character る (U+308B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 生 (U+751F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 実 (U+5B9F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 験 (U+9A13)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character に (U+306B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 関 (U+95A2)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character す (U+3059)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character る (U+308B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 取 (U+53D6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character り (U+308A)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 組 (U+7D44)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character み (U+307F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ...kip 0.5em {\fontsize {18pt}{0pt}\bf 
+                                                  {\@etitle }} \vskip 0.8em ...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ....8em \par {\fontsize {14pt}{0pt}\mc 
+                                                  \@year \\} {\fontsize {14p...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 年 (U+5E74)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 月 (U+6708)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ....8em \par {\fontsize {16pt}{0pt}\bf 
+                                                  \mc \@author \par } \vskip...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ... \par {\fontsize {16pt}{0pt}\bf \mc 
+                                                  \@author \par } \vskip 0.5...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 木 (U+6728)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 山 (U+5C71)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 瑞 (U+745E)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 基 (U+57FA)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ...kip 0.5em {\fontsize {16pt}{0pt}\bf 
+                                                  \@eauthor \par } \par \vsk...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
 
 File: fig/u-ryukyu-Mark.pdf Graphic file (type pdf)
 <fig/u-ryukyu-Mark.pdf>
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-LaTeX Font Info:    Font shape `JT2/hmc/bx/n' will be
-(Font)              scaled to size 13.47107pt on input line 69.
-LaTeX Font Info:    Font shape `JY2/hmc/bx/n' will be
-(Font)              scaled to size 13.47107pt on input line 69.
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ....5em \par {\fontsize {16pt}{0pt}\bf 
+                                                  \mc \university \\} \vskip...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ... \par {\fontsize {16pt}{0pt}\bf \mc 
+                                                  \university \\} \vskip 0.5...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 琉 (U+7409)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 球 (U+7403)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 大 (U+5927)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ...kip 0.5em {\fontsize {16pt}{0pt}\bf 
+                                                  \mc \department \\} \vskip...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ...0.5em {\fontsize {16pt}{0pt}\bf \mc 
+                                                  \department \\} \vskip 0.5...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 大 (U+5927)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 院 (U+9662)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 理 (U+7406)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 工 (U+5DE5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 研 (U+7814)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 究 (U+7A76)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 科 (U+79D1)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ...kip 0.5em {\fontsize {16pt}{0pt}\bf 
+                                                  \mc \course } \vskip 0.8em...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ...0.5em {\fontsize {16pt}{0pt}\bf \mc 
+                                                  \course } \vskip 0.8em \pa...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 工 (U+5DE5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 専 (U+5C02)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 攻 (U+653B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 知 (U+77E5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 能 (U+80FD)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 情 (U+60C5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 報 (U+5831)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character プ (U+30D7)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character ロ (U+30ED)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character グ (U+30B0)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character ラ (U+30E9)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character ム (U+30E0)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ....8em \par {\fontsize {14pt}{0pt}\bf 
+                                                  \mc \@chife \\} \vskip 0.5...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ... \par {\fontsize {14pt}{0pt}\bf \mc 
+                                                  \@chife \\} \vskip 0.5em {...
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 指 (U+6307)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 導 (U+5C0E)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 教 (U+6559)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 員 (U+54E1)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character : (U+FF1A)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 教 (U+6559)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 授 (U+6388)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 和 (U+548C)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 田 (U+7530)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 知 (U+77E5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Package inputenc Error: Unicode character 久 (U+4E45)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.69 \maketitle
+               
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:69: Undefined control sequence.
+\maketitle ...kip 0.5em {\fontsize {14pt}{0pt}\bf 
+                                                  \@echife \\} \end {center} 
+l.69 \maketitle
+               
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:72: LaTeX Error: The font size command \normalsize is not defined:
+               there is probably something wrong with the class file.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.72 \newpage
+             
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
 
 [1]
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 論 (U+8AD6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 文 (U+6587)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 題 (U+984C)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 目 (U+76EE)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character シ (U+30B7)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character ス (U+30B9)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character テ (U+30C6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character ム (U+30E0)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 管 (U+7BA1)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 理 (U+7406)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character を (U+3092)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 体 (U+4F53)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 験 (U+9A13)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character さ (U+3055)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character せ (U+305B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character る (U+308B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 生 (U+751F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 実 (U+5B9F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 験 (U+9A13)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character に (U+306B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 関 (U+95A2)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character す (U+3059)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character る (U+308B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 取 (U+53D6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character り (U+308A)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 組 (U+7D44)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character み (U+307F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 氏 (U+6C0F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 名 (U+540D)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 木 (U+6728)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 山 (U+5C71)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 瑞 (U+745E)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 基 (U+57FA)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 本 (U+672C)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 論 (U+8AD6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 文 (U+6587)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character は (U+306F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 、 (U+3001)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 修 (U+4FEE)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 士 (U+58EB)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 工 (U+5DE5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character の (U+306E)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 位 (U+4F4D)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 論 (U+8AD6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 文 (U+6587)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character と (U+3068)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character し (U+3057)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character て (U+3066)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 適 (U+9069)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 切 (U+5207)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character で (U+3067)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character あ (U+3042)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character る (U+308B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character と (U+3068)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 認 (U+8A8D)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character め (U+3081)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character る (U+308B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 。 (U+3002)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
 LaTeX Font Info:    External font `cmex10' loaded for size
-(Font)              <12> on input line 74.
-LaTeX Font Info:    External font `cmex10' loaded for size
-(Font)              <8> on input line 74.
+(Font)              <7> on input line 74.
 LaTeX Font Info:    External font `cmex10' loaded for size
-(Font)              <6> on input line 74.
-LaTeX Font Info:    Font shape `JY2/hmc/m/n' will be
-(Font)              scaled to size 7.69775pt on input line 74.
-LaTeX Font Info:    Font shape `JY2/hmc/m/n' will be
-(Font)              scaled to size 5.77332pt on input line 74.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 74.
-
-LaTeX Font Info:    Font shape `JT2/hmc/bx/n' will be
-(Font)              scaled to size 11.54663pt on input line 74.
-LaTeX Font Info:    Font shape `JY2/hmc/bx/n' will be
-(Font)              scaled to size 11.54663pt on input line 74.
-
-Overfull \hbox (2.61108pt too wide) in paragraph at lines 74--75
-[]$[]$[] []$[]$[] 
+(Font)              <5> on input line 74.
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Undefined control sequence.
+\makecommission ....5\hsize } \begin {center} \bf 
+                                                  \commission \vskip 3 em \u...
+l.74 \makecommission
+                    
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 論 (U+8AD6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 文 (U+6587)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 審 (U+5BE9)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 査 (U+67FB)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 会 (U+4F1A)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 印 (U+5370)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 主 (U+4E3B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 査 (U+67FB)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 和 (U+548C)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 田 (U+7530)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 知 (U+77E5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 久 (U+4E45)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 印 (U+5370)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 副 (U+526F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 査 (U+67FB)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 岡 (U+5CA1)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 崎 (U+5D0E)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 威 (U+5A01)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 生 (U+751F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 印 (U+5370)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 副 (U+526F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 査 (U+67FB)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 遠 (U+9060)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 藤 (U+85E4)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 聡 (U+8061)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 志 (U+5FD7)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 印 (U+5370)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 副 (U+526F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 査 (U+67FB)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 河 (U+6CB3)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 野 (U+91CE)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 真 (U+771F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character 治 (U+6CBB)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:74: Package inputenc Error: Unicode character   (U+3000)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.74 \makecommission
+                    
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+Overfull \hbox (2.22221pt too wide) in paragraph at lines 74--75
+$[]$ $[]$ 
  []
 
-[0] (./chapter/abstract.tex
-LaTeX Font Info:    Font shape `JT2/hmc/m/n' will be
-(Font)              scaled to size 23.94002pt on input line 1.
-LaTeX Font Info:    Font shape `JY2/hmc/m/n' will be
-(Font)              scaled to size 23.94002pt on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-LaTeX Font Info:    Font shape `JT2/hmc/bx/n' will be
-(Font)              scaled to size 23.94002pt on input line 1.
-LaTeX Font Info:    Font shape `JY2/hmc/bx/n' will be
-(Font)              scaled to size 23.94002pt on input line 1.
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 7.
-
-[1
-
-]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 7.
-
-) (./chapter/history.tex
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-[2
-
-]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-)
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 86.
-
-[3
-
-]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 88.
-
-(./master_paper.toc
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 2.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 6.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 22.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 29.
-
-[1
-
-
-]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 29.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 32.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 37.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 43.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 47.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 48.
-
-)
-\tf@toc=\write5
-\openout5 = `master_paper.toc'.
-
-LaTeX Font Info:    Font shape `JT2/hmc/m/n' will be
-(Font)              scaled to size 10.53629pt on input line 91.
-LaTeX Font Info:    Font shape `JY2/hmc/m/n' will be
-(Font)              scaled to size 10.53629pt on input line 91.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 91.
-
-LaTeX Font Info:    Font shape `JT2/hmc/bx/n' will be
-(Font)              scaled to size 10.53629pt on input line 91.
-LaTeX Font Info:    Font shape `JY2/hmc/bx/n' will be
-(Font)              scaled to size 10.53629pt on input line 91.
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 91.
-
-[2]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 91.
-
-(./master_paper.lof)
-\tf@lof=\write6
-\openout6 = `master_paper.lof'.
-
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 94.
-
-[3
-
-]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 94.
-
-(./master_paper.lot)
-\tf@lot=\write7
-\openout7 = `master_paper.lot'.
-
- (./chapter/introduction.tex
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-[4
-
-]
-第 1 章(5ページ)
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-LaTeX Font Info:    Font shape `JT2/hmc/m/n' will be
-(Font)              scaled to size 16.62714pt on input line 16.
-LaTeX Font Info:    Font shape `JY2/hmc/m/n' will be
-(Font)              scaled to size 16.62714pt on input line 16.
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 16.
-
-LaTeX Font Info:    Font shape `JT2/hmc/bx/n' will be
-(Font)              scaled to size 16.62714pt on input line 16.
-LaTeX Font Info:    Font shape `JY2/hmc/bx/n' will be
-(Font)              scaled to size 16.62714pt on input line 16.
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 30.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 33.
-
-[5
-
-]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 34.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 39.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 45.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 50.
-
-File: fig/install.jpg Graphic file (type bmp)
-<fig/install.jpg>
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 63.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 63.
-
-[6]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 65.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 68.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 73.
-
-File: fig/scrapbox.png Graphic file (type bmp)
-<fig/scrapbox.png>
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 89.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 92.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 92.
-
-[7]
-File: fig/mattermost.png Graphic file (type bmp)
-<fig/mattermost.png>
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 101.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 104.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 108.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 109.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 109.
-
-[8]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 109.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 109.
-
-[9]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 109.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 110.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 111.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 112.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 113.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 114.
-
-) (./chapter/technology_overview.tex
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-[10]
-第 2 章(11ページ)
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 4.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 8.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 11.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 15.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 17.
-
-[11
-
-]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 18.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 23.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 28.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 31.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 36.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 39.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 39.
-
-[12]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 40.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 43.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 46.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 54.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 60.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 63.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 63.
-
-[13]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 67.
-
-) (./chapter/ie-system.tex
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-[14]
-第 3 章(15ページ)
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 3.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 53.
-
-[15
-
-]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 57.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 58.
-
-
-LaTeX Warning: Reference `tb:networkmachine' on page 16 undefined on input line
- 58.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 80.
-
-
-LaTeX Warning: Reference `tb:networkVLAN' on page 16 undefined on input line 80
-.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 125.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 125.
-
-[16]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 126.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 131.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 131.
-
-[17]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 132.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 139.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 140.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 144.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 145.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 149.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 150.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 154.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 158.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 162.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 163.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 167.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 171.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 175.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 175.
-
-[18]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 175.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 179.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 183.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 184.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 188.
-
-File: ./fig/akatsuki.png Graphic file (type bmp)
-<./fig/akatsuki.png>
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 199.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 202.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 202.
-
-[19]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 205.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 209.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 210.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 214.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 218.
-
-) (./chapter/previous-research.tex
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-[20]
-第 4 章(21ページ)
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 2.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 14.
-
-) (./chapter/syskan-class.tex
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-[21
-
-]
-第 5 章(22ページ)
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 10.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 23.
-
-[22
-
-]
-File: fig/install-page.png Graphic file (type bmp)
-<fig/install-page.png>
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 32.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 48.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 52.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 53.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 54.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 54.
-
-[23]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 57.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 61.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 62.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 66.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 70.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 77.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 81.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 85.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 89.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 96.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 96.
-
-[24]
-LaTeX Font Info:    Font shape `JT2/hmc/m/n' will be
-(Font)              scaled to size 7.69775pt on input line 97.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 131.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 131.
-
-[25]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 143.
-
-File: fig/vuls-tui.png Graphic file (type bmp)
-<fig/vuls-tui.png>
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 167.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 171.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 171.
-
-[26]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 171.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 171.
-
-[27]
-Overfull \hbox (3.25128pt too wide) in alignment at lines 173--175
- [] 
- []
-
-
-Overfull \hbox (3.25128pt too wide) in alignment at lines 175--179
- [] 
- []
-
-
-Overfull \hbox (3.25128pt too wide) in alignment at lines 179--184
- [] 
- []
-
-
-Overfull \hbox (3.25128pt too wide) in alignment at lines 184--207
- [] 
- []
-
-
-Overfull \hbox (3.25128pt too wide) in alignment at lines 207--227
- [] 
- []
-
-
-Overfull \hbox (3.25128pt too wide) in alignment at lines 227--248
- [] 
- []
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 248.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 248.
-
-[28]
-Overfull \hbox (3.25128pt too wide) in alignment at lines 248--264
- [] 
- []
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 264.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 264.
-
-[29]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 264.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 264.
-
-[30]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 276.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 276.
-
-[31]) (./chapter/chatsystem.tex
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-[32]
-第 6 章(33ページ)
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 6.
-
-File: fig/chatsystem4.png Graphic file (type bmp)
-<fig/chatsystem4.png>
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 27.
-
-[33
-
-]
-File: fig/syskan-exp-2.png Graphic file (type bmp)
-<fig/syskan-exp-2.png>
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 44.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 44.
-
-[34]
-File: fig/helpcommand.png Graphic file (type bmp)
-<fig/helpcommand.png>
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 54.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 65.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 65.
-
-[35]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 66.
-
-File: fig/slash-podman.png Graphic file (type bmp)
-<fig/slash-podman.png>
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 82.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 82.
-
-[36]
-File: fig/slash-vm.png Graphic file (type bmp)
-<fig/slash-vm.png>
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 96.
-
-File: fig/backup-help.png Graphic file (type bmp)
-<fig/backup-help.png>
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 135.
-
-) (./chapter/conclusion.tex
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-[37]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-[38]
-第 7 章(39ページ)
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 2.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 19.
-
-[39
-
-]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 20.
-
-LaTeX Font Info:    Font shape `JT2/hmc/m/n' will be
-(Font)              scaled to size 13.85594pt on input line 22.
-LaTeX Font Info:    Font shape `JY2/hmc/m/n' will be
-(Font)              scaled to size 13.85594pt on input line 22.
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 22.
-
-LaTeX Font Info:    Font shape `JT2/hmc/bx/n' will be
-(Font)              scaled to size 13.85594pt on input line 22.
-LaTeX Font Info:    Font shape `JY2/hmc/bx/n' will be
-(Font)              scaled to size 13.85594pt on input line 22.
-) (./chapter/thanks.tex
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-[40]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-) (./master_paper.bbl
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-[41
-
-]
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 1.
-
-LaTeX Font Info:    Font shape `JT2/hgt/m/n' will be
-(Font)              scaled to size 11.54663pt on input line 42.
-LaTeX Font Info:    Font shape `JY2/hgt/m/n' will be
-(Font)              scaled to size 11.54663pt on input line 42.
-
-LaTeX Font Warning: Font shape `JT2/hgt/m/it' undefined
-(Font)              using `JT2/hgt/m/n' instead on input line 42.
-
-
-LaTeX Font Warning: Font shape `JY2/hgt/m/it' undefined
-(Font)              using `JY2/hgt/m/n' instead on input line 42.
-
-LaTeX Font Info:    Font shape `JT2/hgt/m/it' will be
-(Font)              scaled to size 11.54663pt on input line 43.
-LaTeX Font Info:    Font shape `JY2/hgt/m/it' will be
-(Font)              scaled to size 11.54663pt on input line 43.
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 69.
-
-[42
-
-])
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 128.
-
-
-LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined
-(Font)              using `JY2/hmc/bx/n' instead on input line 128.
-
-[43] (./master_paper.aux)
-
-LaTeX Font Warning: Size substitutions with differences
-(Font)              up to 1.28pt have occurred.
-
-
-LaTeX Font Warning: Some font shapes were not available, defaults substituted.
-
-
-LaTeX Warning: There were undefined references.
-
-
-LaTeX Warning: There were multiply-defined labels.
-
- ) 
+
+/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex:76: LaTeX Error: The font size command \normalsize is not defined:
+               there is probably something wrong with the class file.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.76 \newpage
+             
+Your command was ignored.
+Type  I <command> <return>  to replace it with another command,
+or  <return>  to continue without it.
+
+[0] (/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Undefined control sequence.
+\chapter ...style {anotherheadings} \if@openright 
+                                                  \cleardoublepage \else \cl...
+l.1 \chapter
+            *{要旨}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Extra \else.
+\chapter ... \if@openright \cleardoublepage \else 
+                                                  \clearpage \fi \thispagest...
+l.1 \chapter
+            *{要旨}
+I'm ignoring this; it doesn't match any \if.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Extra \fi.
+\chapter ...\cleardoublepage \else \clearpage \fi 
+                                                  \thispagestyle {anotherpla...
+l.1 \chapter
+            *{要旨}
+I'm ignoring this; it doesn't match any \if.
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Undefined control sequence.
+<argument> \@schapter 
+                      
+l.1 \chapter*
+             {要旨}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Package inputenc Error: Unicode character 要 (U+8981)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.1 \chapter*{要
+                 旨}
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:1: Package inputenc Error: Unicode character 旨 (U+65E8)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.1 \chapter*{要旨
+                    }
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 近 (U+8FD1)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近
+       年の企業や大学では事業や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 年 (U+5E74)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年
+          の企業や大学では事業や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character の (U+306E)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の
+             企業や大学では事業や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 企 (U+4F01)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企
+                業や大学では事業や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 業 (U+696D)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企業
+                   や大学では事業や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character や (U+3084)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企業や
+                      大学では事業や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 大 (U+5927)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企業や大
+                         学では事業や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 学 (U+5B66)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企業や大学
+                            では事業や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character で (U+3067)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企業や大学で
+                               は事業や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character は (U+306F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企業や大学では
+                                  事業や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 事 (U+4E8B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企業や大学では事
+                                     業や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 業 (U+696D)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企業や大学では事業
+                                        や授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character や (U+3084)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企業や大学では事業や
+                                           授業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 授 (U+6388)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企業や大学では事業や授
+                                              業、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 業 (U+696D)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 近年の企業や大学では事業や授業
+                                                 、研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 、 (U+3001)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...の企業や大学では事業や授業、
+                                                  研究などでコンピ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 研 (U+7814)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...企業や大学では事業や授業、研
+                                                  究などでコンピュ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 究 (U+7A76)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...業や大学では事業や授業、研究
+                                                  などでコンピュー...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character な (U+306A)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...や大学では事業や授業、研究な
+                                                  どでコンピュータ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ど (U+3069)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...大学では事業や授業、研究など
+                                                  でコンピュータ上...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character で (U+3067)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...学では事業や授業、研究などで
+                                                  コンピュータ上の...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character コ (U+30B3)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...では事業や授業、研究などでコ
+                                                  ンピュータ上のサ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ン (U+30F3)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...は事業や授業、研究などでコン
+                                                  ピュータ上のサー...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ピ (U+30D4)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...事業や授業、研究などでコンピ
+                                                  ュータ上のサービ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ュ (U+30E5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...業や授業、研究などでコンピュ
+                                                  ータ上のサービス...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ー (U+30FC)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...や授業、研究などでコンピュー
+                                                  タ上のサービスを...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character タ (U+30BF)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...授業、研究などでコンピュータ
+                                                  上のサービスを活...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 上 (U+4E0A)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...業、研究などでコンピュータ上
+                                                  のサービスを活用...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character の (U+306E)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...、研究などでコンピュータ上の
+                                                  サービスを活用し...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character サ (U+30B5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...研究などでコンピュータ上のサ
+                                                  ービスを活用して...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ー (U+30FC)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...究などでコンピュータ上のサー
+                                                  ビスを活用してい...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ビ (U+30D3)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...などでコンピュータ上のサービ
+                                                  スを活用している. ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ス (U+30B9)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...どでコンピュータ上のサービス
+                                                  を活用している. こ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character を (U+3092)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...でコンピュータ上のサービスを
+                                                  活用している. これ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 活 (U+6D3B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...コンピュータ上のサービスを活
+                                                  用している. これら...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 用 (U+7528)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ンピュータ上のサービスを活用
+                                                  している. これらサ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character し (U+3057)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ピュータ上のサービスを活用し
+                                                  ている. これらサー...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character て (U+3066)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ュータ上のサービスを活用して
+                                                  いる. これらサービ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character い (U+3044)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ータ上のサービスを活用してい
+                                                  る. これらサービス...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character る (U+308B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...タ上のサービスを活用している
+                                                  . これらサービスと...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character こ (U+3053)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...のサービスを活用している. こ
+                                                  れらサービスとは...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character れ (U+308C)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...サービスを活用している. これ
+                                                  らサービスとはク...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ら (U+3089)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ービスを活用している. これら
+                                                  サービスとはクラ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character サ (U+30B5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ビスを活用している. これらサ
+                                                  ービスとはクラウ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ー (U+30FC)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...スを活用している. これらサー
+                                                  ビスとはクラウド...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ビ (U+30D3)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...を活用している. これらサービ
+                                                  スとはクラウドと...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ス (U+30B9)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...活用している. これらサービス
+                                                  とはクラウドとオ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character と (U+3068)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...用している. これらサービスと
+                                                  はクラウドとオン...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character は (U+306F)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...している. これらサービスとは
+                                                  クラウドとオンプ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ク (U+30AF)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ている. これらサービスとはク
+                                                  ラウドとオンプレ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ラ (U+30E9)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...いる. これらサービスとはクラ
+                                                  ウドとオンプレサ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ウ (U+30A6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...る. これらサービスとはクラウ
+                                                  ドとオンプレサー...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ド (U+30C9)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 .... これらサービスとはクラウド
+                                                  とオンプレサーバ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character と (U+3068)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ... これらサービスとはクラウドと
+                                                  オンプレサーバー...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character オ (U+30AA)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...れらサービスとはクラウドとオ
+                                                  ンプレサーバーや...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ン (U+30F3)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...らサービスとはクラウドとオン
+                                                  プレサーバーやそ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character プ (U+30D7)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...サービスとはクラウドとオンプ
+                                                  レサーバーやその...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character レ (U+30EC)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ービスとはクラウドとオンプレ
+                                                  サーバーやその上...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character サ (U+30B5)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ビスとはクラウドとオンプレサ
+                                                  ーバーやその上で...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ー (U+30FC)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...スとはクラウドとオンプレサー
+                                                  バーやその上で稼...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character バ (U+30D0)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...とはクラウドとオンプレサーバ
+                                                  ーやその上で稼働...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ー (U+30FC)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...はクラウドとオンプレサーバー
+                                                  やその上で稼働す...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character や (U+3084)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...クラウドとオンプレサーバーや
+                                                  その上で稼働する...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character そ (U+305D)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ラウドとオンプレサーバーやそ
+                                                  の上で稼働するシ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character の (U+306E)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ウドとオンプレサーバーやその
+                                                  上で稼働するシス...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 上 (U+4E0A)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ドとオンプレサーバーやその上
+                                                  で稼働するシステ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character で (U+3067)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...とオンプレサーバーやその上で
+                                                  稼働するシステム, ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 稼 (U+7A3C)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...オンプレサーバーやその上で稼
+                                                  働するシステム, 利...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 働 (U+50CD)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ンプレサーバーやその上で稼働
+                                                  するシステム, 利用...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character す (U+3059)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...プレサーバーやその上で稼働す
+                                                  るシステム, 利用者...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character る (U+308B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...レサーバーやその上で稼働する
+                                                  システム, 利用者が...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character シ (U+30B7)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...サーバーやその上で稼働するシ
+                                                  ステム, 利用者が持...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ス (U+30B9)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ーバーやその上で稼働するシス
+                                                  テム, 利用者が持ち...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character テ (U+30C6)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...バーやその上で稼働するシステ
+                                                  ム, 利用者が持ち込...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ム (U+30E0)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ーやその上で稼働するシステム
+                                                  , 利用者が持ち込む...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 利 (U+5229)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...その上で稼働するシステム, 利
+                                                  用者が持ち込むPCや...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 用 (U+7528)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...の上で稼働するシステム, 利用
+                                                  者が持ち込むPCやモ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 者 (U+8005)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...上で稼働するシステム, 利用者
+                                                  が持ち込むPCやモバ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character が (U+304C)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...で稼働するシステム, 利用者が
+                                                  持ち込むPCやモバイ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 持 (U+6301)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...稼働するシステム, 利用者が持
+                                                  ち込むPCやモバイル...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ち (U+3061)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...働するシステム, 利用者が持ち
+                                                  込むPCやモバイル端...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 込 (U+8FBC)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...するシステム, 利用者が持ち込
+                                                  むPCやモバイル端末...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character む (U+3080)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...るシステム, 利用者が持ち込む
+                                                  PCやモバイル端末, ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character や (U+3084)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...システム, 利用者が持ち込むPCや
+                                                  モバイル端末, それ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character モ (U+30E2)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ステム, 利用者が持ち込むPCやモ
+                                                  バイル端末, それら...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character バ (U+30D0)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...テム, 利用者が持ち込むPCやモバ
+                                                  イル端末, それらを...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character イ (U+30A4)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ム, 利用者が持ち込むPCやモバイ
+                                                  ル端末, それらを繋...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ル (U+30EB)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ..., 利用者が持ち込むPCやモバイル
+                                                  端末, それらを繋ぐ...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 端 (U+7AEF)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...用者が持ち込むPCやモバイル端
+                                                  末, それらを繋ぐ回...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character 末 (U+672B)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...者が持ち込むPCやモバイル端末
+                                                  , それらを繋ぐ回線...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character そ (U+305D)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...が持ち込むPCやモバイル端末, そ
+                                                  れらを繋ぐ回線を...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character れ (U+308C)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...持ち込むPCやモバイル端末, それ
+                                                  らを繋ぐ回線を含...
+You may provide a definition with
+\DeclareUnicodeCharacter 
+
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2: Package inputenc Error: Unicode character ら (U+3089)
+(inputenc)                not set up for use with LaTeX.
+
+See the inputenc package documentation for explanation.
+Type  H <return>  for immediate help.
+ ...                                              
+                                                  
+l.2 ...ち込むPCやモバイル端末, それら
+                                                  を繋ぐ回線を含む. ...
+(That makes 100 errors; please try again.) 
 Here is how much of TeX's memory you used:
- 6740 strings out of 481134
- 99551 string characters out of 5917333
- 468276 words of memory out of 5000000
- 22698 multiletter control sequences out of 15000+600000
- 547408 words of font info for 102 fonts, out of 8000000 for 9000
- 929 hyphenation exceptions out of 8191
- 30i,11n,36p,1379b,1818s stack positions out of 5000i,500n,10000p,200000b,80000s
-
-Output written on master_paper.dvi (49 pages, 142344 bytes).
+ 2659 strings out of 480608
+ 38399 string characters out of 5903630
+ 280779 words of memory out of 5000000
+ 18556 multiletter control sequences out of 15000+600000
+ 532741 words of font info for 26 fonts, out of 8000000 for 9000
+ 1141 hyphenation exceptions out of 8191
+ 30i,5n,36p,733b,225s stack positions out of 5000i,500n,10000p,200000b,80000s
+
+/Users/e185758/ws/2024/kiyama-master/Paper/chapter/abstract.tex:2:  ==> Fatal error occurred, no output PDF file produced!
--- a/Paper/master_paper.tex	Thu Feb 08 15:48:39 2024 +0900
+++ b/Paper/master_paper.tex	Sun Feb 11 17:27:00 2024 +0900
@@ -13,7 +13,7 @@
 %\input{dummy.tex} %% font
 
 \jtitle{システム管理を体験させる学生実験に関する取り組み}
-\etitle{Initiatives related to student experiments to experience system management} %
+\etitle{Initiatives related to student experiments to on-premises system management} %
 \year{2024年 3月}
 \eyear{March 2024}
 \author{木山 瑞基}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slide/.hgignore	Sun Feb 11 17:27:00 2024 +0900
@@ -0,0 +1,1 @@
+.DS_Store
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slide/Makefile	Sun Feb 11 17:27:00 2024 +0900
@@ -0,0 +1,3 @@
+build:
+	 marp template.md --theme cr.css
+	 open template.html
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slide/README.md	Sun Feb 11 17:27:00 2024 +0900
@@ -0,0 +1,15 @@
+## 使用方法
+
+基本的には`Marp for VSCode` Extensionを使用する
+
+Extensionをインストール後、次のVSCodeの設定を書き込む。
+テーマのパスは環境によって違うかもしれないので確認する。
+おそらく、VSCodeで開いているディレクトリからの相対パスを入れれば良い。
+```json
+  "markdown.marp.exportType": "html",
+  "markdown.marp.themes": ["template/cr.css"]
+```
+
+## CLIでの使用方法
+
+Makefileを作成してある
\ No newline at end of file
Binary file slide/figs/chatsystem4.png has changed
Binary file slide/figs/key-gen.png has changed
Binary file slide/figs/ldapadddel.png has changed
Binary file slide/figs/ldapsearch.png has changed
Binary file slide/figs/slashcommand-exp.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slide/figs/system.svg	Sun Feb 11 17:27:00 2024 +0900
@@ -0,0 +1,878 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1123pt" height="769pt" viewBox="0 0 1123 769" version="1.1">
+<defs>
+<g>
+<symbol overflow="visible" id="glyph0-0">
+<path style="stroke:none;" d="M 6.546875 -10.65625 L 1.625 -10.65625 L 1.625 -0.75 L 6.546875 -0.75 Z M 7.359375 -11.390625 L 7.359375 -0.015625 L 0.8125 -0.015625 L 0.8125 -11.390625 Z M 7.359375 -11.390625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-1">
+<path style="stroke:none;" d="M 2.765625 -5.953125 L 2.765625 -10.140625 L 5.75 -10.140625 C 6.613281 -10.140625 7.242188 -9.960938 7.640625 -9.609375 C 8.035156 -9.253906 8.234375 -8.734375 8.234375 -8.046875 C 8.234375 -7.367188 8.035156 -6.847656 7.640625 -6.484375 C 7.242188 -6.117188 6.613281 -5.941406 5.75 -5.953125 Z M 1.25 -11.421875 L 1.25 0 L 2.765625 0 L 2.765625 -4.671875 L 6.25 -4.671875 C 7.40625 -4.660156 8.28125 -4.953125 8.875 -5.546875 C 9.46875 -6.148438 9.765625 -6.984375 9.765625 -8.046875 C 9.765625 -9.109375 9.46875 -9.9375 8.875 -10.53125 C 8.28125 -11.125 7.40625 -11.421875 6.25 -11.421875 Z M 1.25 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-2">
+<path style="stroke:none;" d="M 2.015625 -4.125 C 2.015625 -4.625 2.082031 -5.066406 2.21875 -5.453125 C 2.351562 -5.847656 2.535156 -6.175781 2.765625 -6.4375 C 3.003906 -6.707031 3.28125 -6.910156 3.59375 -7.046875 C 3.90625 -7.191406 4.238281 -7.265625 4.59375 -7.265625 C 4.945312 -7.265625 5.28125 -7.191406 5.59375 -7.046875 C 5.90625 -6.910156 6.175781 -6.707031 6.40625 -6.4375 C 6.644531 -6.175781 6.832031 -5.847656 6.96875 -5.453125 C 7.101562 -5.066406 7.171875 -4.625 7.171875 -4.125 C 7.171875 -3.625 7.101562 -3.175781 6.96875 -2.78125 C 6.832031 -2.394531 6.644531 -2.070312 6.40625 -1.8125 C 6.175781 -1.550781 5.90625 -1.351562 5.59375 -1.21875 C 5.28125 -1.082031 4.945312 -1.015625 4.59375 -1.015625 C 4.238281 -1.015625 3.90625 -1.082031 3.59375 -1.21875 C 3.28125 -1.351562 3.003906 -1.550781 2.765625 -1.8125 C 2.535156 -2.070312 2.351562 -2.394531 2.21875 -2.78125 C 2.082031 -3.175781 2.015625 -3.625 2.015625 -4.125 Z M 0.578125 -4.125 C 0.578125 -3.519531 0.660156 -2.953125 0.828125 -2.421875 C 1.003906 -1.898438 1.257812 -1.445312 1.59375 -1.0625 C 1.9375 -0.675781 2.359375 -0.375 2.859375 -0.15625 C 3.359375 0.0625 3.9375 0.171875 4.59375 0.171875 C 5.25 0.171875 5.828125 0.0625 6.328125 -0.15625 C 6.828125 -0.375 7.242188 -0.675781 7.578125 -1.0625 C 7.921875 -1.445312 8.175781 -1.898438 8.34375 -2.421875 C 8.519531 -2.953125 8.609375 -3.519531 8.609375 -4.125 C 8.609375 -4.738281 8.519531 -5.304688 8.34375 -5.828125 C 8.175781 -6.359375 7.921875 -6.816406 7.578125 -7.203125 C 7.242188 -7.597656 6.828125 -7.90625 6.328125 -8.125 C 5.828125 -8.351562 5.25 -8.46875 4.59375 -8.46875 C 3.9375 -8.46875 3.359375 -8.351562 2.859375 -8.125 C 2.359375 -7.90625 1.9375 -7.597656 1.59375 -7.203125 C 1.257812 -6.816406 1.003906 -6.359375 0.828125 -5.828125 C 0.660156 -5.304688 0.578125 -4.738281 0.578125 -4.125 Z M 0.578125 -4.125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-3">
+<path style="stroke:none;" d="M 2.015625 -4.0625 C 2.015625 -4.46875 2.054688 -4.863281 2.140625 -5.25 C 2.222656 -5.632812 2.359375 -5.972656 2.546875 -6.265625 C 2.742188 -6.566406 3.003906 -6.804688 3.328125 -6.984375 C 3.648438 -7.171875 4.039062 -7.265625 4.5 -7.265625 C 4.96875 -7.265625 5.363281 -7.175781 5.6875 -7 C 6.019531 -6.820312 6.289062 -6.585938 6.5 -6.296875 C 6.707031 -6.015625 6.859375 -5.679688 6.953125 -5.296875 C 7.054688 -4.921875 7.109375 -4.53125 7.109375 -4.125 C 7.109375 -3.738281 7.0625 -3.359375 6.96875 -2.984375 C 6.875 -2.617188 6.722656 -2.285156 6.515625 -1.984375 C 6.316406 -1.691406 6.054688 -1.457031 5.734375 -1.28125 C 5.421875 -1.101562 5.035156 -1.015625 4.578125 -1.015625 C 4.140625 -1.015625 3.753906 -1.097656 3.421875 -1.265625 C 3.097656 -1.429688 2.832031 -1.660156 2.625 -1.953125 C 2.414062 -2.242188 2.257812 -2.570312 2.15625 -2.9375 C 2.0625 -3.300781 2.015625 -3.675781 2.015625 -4.0625 Z M 8.421875 0 L 8.421875 -11.421875 L 7.0625 -11.421875 L 7.0625 -7.171875 L 7.03125 -7.171875 C 6.875 -7.410156 6.6875 -7.613281 6.46875 -7.78125 C 6.25 -7.945312 6.015625 -8.082031 5.765625 -8.1875 C 5.523438 -8.289062 5.28125 -8.363281 5.03125 -8.40625 C 4.789062 -8.445312 4.566406 -8.46875 4.359375 -8.46875 C 3.722656 -8.46875 3.164062 -8.351562 2.6875 -8.125 C 2.21875 -7.894531 1.828125 -7.582031 1.515625 -7.1875 C 1.203125 -6.800781 0.96875 -6.347656 0.8125 -5.828125 C 0.65625 -5.304688 0.578125 -4.75 0.578125 -4.15625 C 0.578125 -3.570312 0.65625 -3.019531 0.8125 -2.5 C 0.976562 -1.976562 1.21875 -1.519531 1.53125 -1.125 C 1.84375 -0.726562 2.234375 -0.410156 2.703125 -0.171875 C 3.179688 0.0546875 3.742188 0.171875 4.390625 0.171875 C 4.960938 0.171875 5.488281 0.0703125 5.96875 -0.125 C 6.445312 -0.332031 6.800781 -0.664062 7.03125 -1.125 L 7.0625 -1.125 L 7.0625 0 Z M 8.421875 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-4">
+<path style="stroke:none;" d="M 1.03125 -8.265625 L 1.03125 0 L 2.390625 0 L 2.390625 -5.15625 C 2.390625 -5.3125 2.425781 -5.507812 2.5 -5.75 C 2.582031 -5.988281 2.710938 -6.21875 2.890625 -6.4375 C 3.066406 -6.664062 3.296875 -6.859375 3.578125 -7.015625 C 3.859375 -7.179688 4.195312 -7.265625 4.59375 -7.265625 C 4.90625 -7.265625 5.15625 -7.21875 5.34375 -7.125 C 5.539062 -7.03125 5.695312 -6.898438 5.8125 -6.734375 C 5.9375 -6.578125 6.019531 -6.382812 6.0625 -6.15625 C 6.113281 -5.9375 6.140625 -5.691406 6.140625 -5.421875 L 6.140625 0 L 7.5 0 L 7.5 -5.15625 C 7.5 -5.789062 7.691406 -6.300781 8.078125 -6.6875 C 8.460938 -7.070312 8.988281 -7.265625 9.65625 -7.265625 C 9.988281 -7.265625 10.257812 -7.210938 10.46875 -7.109375 C 10.675781 -7.015625 10.835938 -6.882812 10.953125 -6.71875 C 11.078125 -6.5625 11.160156 -6.367188 11.203125 -6.140625 C 11.242188 -5.921875 11.265625 -5.679688 11.265625 -5.421875 L 11.265625 0 L 12.625 0 L 12.625 -6.0625 C 12.625 -6.488281 12.554688 -6.851562 12.421875 -7.15625 C 12.285156 -7.457031 12.097656 -7.703125 11.859375 -7.890625 C 11.617188 -8.085938 11.332031 -8.234375 11 -8.328125 C 10.664062 -8.421875 10.289062 -8.46875 9.875 -8.46875 C 9.332031 -8.46875 8.832031 -8.34375 8.375 -8.09375 C 7.925781 -7.851562 7.5625 -7.507812 7.28125 -7.0625 C 7.113281 -7.570312 6.820312 -7.929688 6.40625 -8.140625 C 5.988281 -8.359375 5.523438 -8.46875 5.015625 -8.46875 C 3.847656 -8.46875 2.957031 -8 2.34375 -7.0625 L 2.296875 -7.0625 L 2.296875 -8.265625 Z M 1.03125 -8.265625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-5">
+<path style="stroke:none;" d="M 8.359375 -0.03125 C 8.117188 0.101562 7.789062 0.171875 7.375 0.171875 C 7.019531 0.171875 6.738281 0.0703125 6.53125 -0.125 C 6.320312 -0.320312 6.21875 -0.644531 6.21875 -1.09375 C 5.84375 -0.644531 5.40625 -0.320312 4.90625 -0.125 C 4.414062 0.0703125 3.882812 0.171875 3.3125 0.171875 C 2.9375 0.171875 2.582031 0.128906 2.25 0.046875 C 1.914062 -0.0351562 1.625 -0.164062 1.375 -0.34375 C 1.132812 -0.53125 0.941406 -0.769531 0.796875 -1.0625 C 0.648438 -1.351562 0.578125 -1.707031 0.578125 -2.125 C 0.578125 -2.59375 0.65625 -2.976562 0.8125 -3.28125 C 0.976562 -3.582031 1.191406 -3.820312 1.453125 -4 C 1.710938 -4.1875 2.007812 -4.328125 2.34375 -4.421875 C 2.675781 -4.523438 3.019531 -4.609375 3.375 -4.671875 C 3.75 -4.742188 4.101562 -4.796875 4.4375 -4.828125 C 4.769531 -4.867188 5.066406 -4.925781 5.328125 -5 C 5.585938 -5.070312 5.789062 -5.171875 5.9375 -5.296875 C 6.082031 -5.429688 6.15625 -5.628906 6.15625 -5.890625 C 6.15625 -6.191406 6.097656 -6.429688 5.984375 -6.609375 C 5.878906 -6.785156 5.738281 -6.921875 5.5625 -7.015625 C 5.382812 -7.117188 5.1875 -7.1875 4.96875 -7.21875 C 4.75 -7.25 4.53125 -7.265625 4.3125 -7.265625 C 3.738281 -7.265625 3.257812 -7.15625 2.875 -6.9375 C 2.488281 -6.71875 2.28125 -6.304688 2.25 -5.703125 L 0.890625 -5.703125 C 0.910156 -6.210938 1.015625 -6.640625 1.203125 -6.984375 C 1.398438 -7.335938 1.660156 -7.625 1.984375 -7.84375 C 2.304688 -8.0625 2.671875 -8.21875 3.078125 -8.3125 C 3.492188 -8.414062 3.9375 -8.46875 4.40625 -8.46875 C 4.769531 -8.46875 5.132812 -8.4375 5.5 -8.375 C 5.875 -8.320312 6.207031 -8.210938 6.5 -8.046875 C 6.800781 -7.890625 7.039062 -7.660156 7.21875 -7.359375 C 7.40625 -7.054688 7.5 -6.664062 7.5 -6.1875 L 7.5 -1.9375 C 7.5 -1.613281 7.515625 -1.378906 7.546875 -1.234375 C 7.585938 -1.085938 7.71875 -1.015625 7.9375 -1.015625 C 8.050781 -1.015625 8.191406 -1.039062 8.359375 -1.09375 Z M 6.140625 -4.265625 C 5.972656 -4.140625 5.75 -4.046875 5.46875 -3.984375 C 5.195312 -3.929688 4.90625 -3.882812 4.59375 -3.84375 C 4.289062 -3.8125 3.984375 -3.769531 3.671875 -3.71875 C 3.367188 -3.664062 3.09375 -3.585938 2.84375 -3.484375 C 2.601562 -3.378906 2.40625 -3.226562 2.25 -3.03125 C 2.09375 -2.832031 2.015625 -2.5625 2.015625 -2.21875 C 2.015625 -2 2.054688 -1.8125 2.140625 -1.65625 C 2.234375 -1.5 2.351562 -1.375 2.5 -1.28125 C 2.644531 -1.1875 2.8125 -1.117188 3 -1.078125 C 3.195312 -1.035156 3.398438 -1.015625 3.609375 -1.015625 C 4.054688 -1.015625 4.441406 -1.070312 4.765625 -1.1875 C 5.085938 -1.3125 5.347656 -1.46875 5.546875 -1.65625 C 5.753906 -1.84375 5.90625 -2.046875 6 -2.265625 C 6.09375 -2.484375 6.140625 -2.6875 6.140625 -2.875 Z M 6.140625 -4.265625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-6">
+<path style="stroke:none;" d="M 1.03125 -8.265625 L 1.03125 0 L 2.390625 0 L 2.390625 -4.671875 C 2.390625 -5.046875 2.4375 -5.390625 2.53125 -5.703125 C 2.632812 -6.015625 2.785156 -6.285156 2.984375 -6.515625 C 3.191406 -6.753906 3.445312 -6.9375 3.75 -7.0625 C 4.050781 -7.195312 4.410156 -7.265625 4.828125 -7.265625 C 5.347656 -7.265625 5.757812 -7.113281 6.0625 -6.8125 C 6.363281 -6.519531 6.515625 -6.113281 6.515625 -5.59375 L 6.515625 0 L 7.875 0 L 7.875 -5.4375 C 7.875 -5.882812 7.828125 -6.289062 7.734375 -6.65625 C 7.640625 -7.03125 7.476562 -7.347656 7.25 -7.609375 C 7.03125 -7.878906 6.738281 -8.085938 6.375 -8.234375 C 6.019531 -8.390625 5.570312 -8.46875 5.03125 -8.46875 C 3.800781 -8.46875 2.90625 -7.960938 2.34375 -6.953125 L 2.296875 -6.953125 L 2.296875 -8.265625 Z M 1.03125 -8.265625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-7">
+<path style="stroke:none;" d="M 9.28125 -7.984375 L 10.796875 -7.984375 C 10.710938 -8.585938 10.53125 -9.117188 10.25 -9.578125 C 9.976562 -10.046875 9.632812 -10.4375 9.21875 -10.75 C 8.800781 -11.0625 8.320312 -11.296875 7.78125 -11.453125 C 7.25 -11.617188 6.6875 -11.703125 6.09375 -11.703125 C 5.21875 -11.703125 4.441406 -11.539062 3.765625 -11.21875 C 3.085938 -10.90625 2.519531 -10.476562 2.0625 -9.9375 C 1.613281 -9.394531 1.269531 -8.753906 1.03125 -8.015625 C 0.800781 -7.285156 0.6875 -6.507812 0.6875 -5.6875 C 0.6875 -4.851562 0.796875 -4.070312 1.015625 -3.34375 C 1.234375 -2.613281 1.5625 -1.984375 2 -1.453125 C 2.4375 -0.921875 2.984375 -0.503906 3.640625 -0.203125 C 4.304688 0.0976562 5.082031 0.25 5.96875 0.25 C 7.425781 0.25 8.578125 -0.144531 9.421875 -0.9375 C 10.265625 -1.738281 10.757812 -2.859375 10.90625 -4.296875 L 9.390625 -4.296875 C 9.359375 -3.828125 9.257812 -3.390625 9.09375 -2.984375 C 8.9375 -2.585938 8.71875 -2.238281 8.4375 -1.9375 C 8.15625 -1.644531 7.816406 -1.414062 7.421875 -1.25 C 7.035156 -1.09375 6.59375 -1.015625 6.09375 -1.015625 C 5.414062 -1.015625 4.828125 -1.140625 4.328125 -1.390625 C 3.835938 -1.648438 3.4375 -1.992188 3.125 -2.421875 C 2.8125 -2.859375 2.578125 -3.363281 2.421875 -3.9375 C 2.273438 -4.519531 2.203125 -5.140625 2.203125 -5.796875 C 2.203125 -6.390625 2.273438 -6.960938 2.421875 -7.515625 C 2.578125 -8.078125 2.8125 -8.570312 3.125 -9 C 3.4375 -9.425781 3.835938 -9.769531 4.328125 -10.03125 C 4.816406 -10.289062 5.398438 -10.421875 6.078125 -10.421875 C 6.878906 -10.421875 7.570312 -10.21875 8.15625 -9.8125 C 8.738281 -9.40625 9.113281 -8.796875 9.28125 -7.984375 Z M 9.28125 -7.984375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-8">
+<path style="stroke:none;" d="M 6.765625 -4.921875 L 2.015625 -4.921875 C 2.035156 -5.242188 2.101562 -5.546875 2.21875 -5.828125 C 2.34375 -6.109375 2.503906 -6.351562 2.703125 -6.5625 C 2.910156 -6.78125 3.15625 -6.953125 3.4375 -7.078125 C 3.71875 -7.203125 4.035156 -7.265625 4.390625 -7.265625 C 4.722656 -7.265625 5.03125 -7.203125 5.3125 -7.078125 C 5.601562 -6.953125 5.851562 -6.785156 6.0625 -6.578125 C 6.269531 -6.367188 6.429688 -6.117188 6.546875 -5.828125 C 6.671875 -5.546875 6.742188 -5.242188 6.765625 -4.921875 Z M 8.078125 -2.625 L 6.734375 -2.625 C 6.617188 -2.082031 6.375 -1.675781 6 -1.40625 C 5.632812 -1.144531 5.164062 -1.015625 4.59375 -1.015625 C 4.144531 -1.015625 3.753906 -1.085938 3.421875 -1.234375 C 3.085938 -1.378906 2.8125 -1.578125 2.59375 -1.828125 C 2.382812 -2.078125 2.234375 -2.363281 2.140625 -2.6875 C 2.046875 -3.019531 2.003906 -3.367188 2.015625 -3.734375 L 8.203125 -3.734375 C 8.222656 -4.234375 8.175781 -4.757812 8.0625 -5.3125 C 7.957031 -5.863281 7.757812 -6.375 7.46875 -6.84375 C 7.175781 -7.3125 6.785156 -7.695312 6.296875 -8 C 5.804688 -8.3125 5.195312 -8.46875 4.46875 -8.46875 C 3.894531 -8.46875 3.367188 -8.359375 2.890625 -8.140625 C 2.421875 -7.929688 2.015625 -7.632812 1.671875 -7.25 C 1.328125 -6.863281 1.054688 -6.410156 0.859375 -5.890625 C 0.671875 -5.367188 0.578125 -4.789062 0.578125 -4.15625 C 0.597656 -3.53125 0.691406 -2.945312 0.859375 -2.40625 C 1.023438 -1.875 1.269531 -1.414062 1.59375 -1.03125 C 1.925781 -0.65625 2.332031 -0.359375 2.8125 -0.140625 C 3.300781 0.0664062 3.878906 0.171875 4.546875 0.171875 C 5.484375 0.171875 6.257812 -0.0625 6.875 -0.53125 C 7.5 -1 7.898438 -1.695312 8.078125 -2.625 Z M 8.078125 -2.625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-9">
+<path style="stroke:none;" d="M 1.078125 -8.265625 L 1.078125 3.15625 L 2.4375 3.15625 L 2.4375 -1.109375 L 2.46875 -1.109375 C 2.613281 -0.859375 2.796875 -0.648438 3.015625 -0.484375 C 3.234375 -0.316406 3.460938 -0.1875 3.703125 -0.09375 C 3.953125 0 4.203125 0.0664062 4.453125 0.109375 C 4.703125 0.148438 4.929688 0.171875 5.140625 0.171875 C 5.765625 0.171875 6.3125 0.0625 6.78125 -0.15625 C 7.257812 -0.382812 7.65625 -0.691406 7.96875 -1.078125 C 8.289062 -1.460938 8.523438 -1.914062 8.671875 -2.4375 C 8.828125 -2.96875 8.90625 -3.523438 8.90625 -4.109375 C 8.90625 -4.691406 8.828125 -5.242188 8.671875 -5.765625 C 8.515625 -6.296875 8.273438 -6.757812 7.953125 -7.15625 C 7.640625 -7.5625 7.242188 -7.878906 6.765625 -8.109375 C 6.296875 -8.347656 5.742188 -8.46875 5.109375 -8.46875 C 4.523438 -8.46875 3.992188 -8.363281 3.515625 -8.15625 C 3.035156 -7.945312 2.6875 -7.613281 2.46875 -7.15625 L 2.4375 -7.15625 L 2.4375 -8.265625 Z M 7.46875 -4.203125 C 7.46875 -3.796875 7.425781 -3.398438 7.34375 -3.015625 C 7.257812 -2.640625 7.117188 -2.300781 6.921875 -2 C 6.734375 -1.695312 6.484375 -1.457031 6.171875 -1.28125 C 5.859375 -1.101562 5.460938 -1.015625 4.984375 -1.015625 C 4.515625 -1.015625 4.113281 -1.097656 3.78125 -1.265625 C 3.457031 -1.441406 3.191406 -1.675781 2.984375 -1.96875 C 2.773438 -2.257812 2.625 -2.59375 2.53125 -2.96875 C 2.4375 -3.34375 2.390625 -3.734375 2.390625 -4.140625 C 2.390625 -4.523438 2.429688 -4.90625 2.515625 -5.28125 C 2.609375 -5.65625 2.753906 -5.988281 2.953125 -6.28125 C 3.160156 -6.570312 3.421875 -6.804688 3.734375 -6.984375 C 4.054688 -7.171875 4.445312 -7.265625 4.90625 -7.265625 C 5.34375 -7.265625 5.722656 -7.175781 6.046875 -7 C 6.378906 -6.832031 6.648438 -6.601562 6.859375 -6.3125 C 7.066406 -6.03125 7.21875 -5.703125 7.3125 -5.328125 C 7.414062 -4.960938 7.46875 -4.585938 7.46875 -4.203125 Z M 7.46875 -4.203125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-10">
+<path style="stroke:none;" d="M 1.03125 -11.421875 L 1.03125 0 L 2.390625 0 L 2.390625 -4.671875 C 2.390625 -5.046875 2.4375 -5.390625 2.53125 -5.703125 C 2.632812 -6.015625 2.785156 -6.285156 2.984375 -6.515625 C 3.191406 -6.753906 3.445312 -6.9375 3.75 -7.0625 C 4.050781 -7.195312 4.410156 -7.265625 4.828125 -7.265625 C 5.347656 -7.265625 5.757812 -7.113281 6.0625 -6.8125 C 6.363281 -6.519531 6.515625 -6.113281 6.515625 -5.59375 L 6.515625 0 L 7.875 0 L 7.875 -5.4375 C 7.875 -5.882812 7.828125 -6.289062 7.734375 -6.65625 C 7.640625 -7.03125 7.476562 -7.347656 7.25 -7.609375 C 7.03125 -7.878906 6.738281 -8.085938 6.375 -8.234375 C 6.019531 -8.390625 5.570312 -8.46875 5.03125 -8.46875 C 4.78125 -8.46875 4.523438 -8.4375 4.265625 -8.375 C 4.003906 -8.320312 3.753906 -8.238281 3.515625 -8.125 C 3.273438 -8.019531 3.054688 -7.878906 2.859375 -7.703125 C 2.671875 -7.523438 2.523438 -7.3125 2.421875 -7.0625 L 2.390625 -7.0625 L 2.390625 -11.421875 Z M 1.03125 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-11">
+<path style="stroke:none;" d="M 0.96875 -8.265625 L 0.96875 0 L 2.34375 0 L 2.34375 -3.6875 C 2.34375 -4.21875 2.394531 -4.6875 2.5 -5.09375 C 2.601562 -5.507812 2.769531 -5.859375 3 -6.140625 C 3.238281 -6.429688 3.550781 -6.648438 3.9375 -6.796875 C 4.320312 -6.953125 4.785156 -7.03125 5.328125 -7.03125 L 5.328125 -8.46875 C 4.585938 -8.488281 3.976562 -8.335938 3.5 -8.015625 C 3.019531 -7.691406 2.613281 -7.195312 2.28125 -6.53125 L 2.25 -6.53125 L 2.25 -8.265625 Z M 0.96875 -8.265625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-12">
+<path style="stroke:none;" d="M 7.875 0 L 7.875 -8.265625 L 6.515625 -8.265625 L 6.515625 -3.59375 C 6.515625 -3.226562 6.460938 -2.882812 6.359375 -2.5625 C 6.253906 -2.25 6.097656 -1.972656 5.890625 -1.734375 C 5.691406 -1.503906 5.441406 -1.328125 5.140625 -1.203125 C 4.835938 -1.078125 4.476562 -1.015625 4.0625 -1.015625 C 3.539062 -1.015625 3.128906 -1.160156 2.828125 -1.453125 C 2.535156 -1.753906 2.390625 -2.160156 2.390625 -2.671875 L 2.390625 -8.265625 L 1.03125 -8.265625 L 1.03125 -2.828125 C 1.03125 -2.378906 1.070312 -1.972656 1.15625 -1.609375 C 1.25 -1.242188 1.40625 -0.925781 1.625 -0.65625 C 1.851562 -0.382812 2.148438 -0.175781 2.515625 -0.03125 C 2.878906 0.101562 3.332031 0.171875 3.875 0.171875 C 4.476562 0.171875 5.003906 0.0507812 5.453125 -0.1875 C 5.898438 -0.425781 6.269531 -0.800781 6.5625 -1.3125 L 6.59375 -1.3125 L 6.59375 0 Z M 7.875 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-13">
+<path style="stroke:none;" d="M 1.25 -11.421875 L 1.25 0 L 2.765625 0 L 2.765625 -5.234375 L 8.78125 -5.234375 L 8.78125 0 L 10.296875 0 L 10.296875 -11.421875 L 8.78125 -11.421875 L 8.78125 -6.515625 L 2.765625 -6.515625 L 2.765625 -11.421875 Z M 1.25 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-14">
+<path style="stroke:none;" d="M 2.765625 -1.28125 L 2.765625 -10.140625 L 5.328125 -10.140625 C 6.035156 -10.140625 6.628906 -10.039062 7.109375 -9.84375 C 7.585938 -9.644531 7.976562 -9.359375 8.28125 -8.984375 C 8.582031 -8.609375 8.800781 -8.148438 8.9375 -7.609375 C 9.070312 -7.066406 9.140625 -6.457031 9.140625 -5.78125 C 9.140625 -5.070312 9.066406 -4.46875 8.921875 -3.96875 C 8.773438 -3.476562 8.585938 -3.066406 8.359375 -2.734375 C 8.140625 -2.398438 7.890625 -2.132812 7.609375 -1.9375 C 7.328125 -1.75 7.039062 -1.601562 6.75 -1.5 C 6.457031 -1.40625 6.179688 -1.34375 5.921875 -1.3125 C 5.671875 -1.289062 5.460938 -1.28125 5.296875 -1.28125 Z M 1.25 -11.421875 L 1.25 0 L 5.171875 0 C 6.117188 0 6.9375 -0.128906 7.625 -0.390625 C 8.320312 -0.660156 8.894531 -1.046875 9.34375 -1.546875 C 9.789062 -2.054688 10.117188 -2.679688 10.328125 -3.421875 C 10.546875 -4.171875 10.65625 -5.023438 10.65625 -5.984375 C 10.65625 -7.816406 10.179688 -9.179688 9.234375 -10.078125 C 8.285156 -10.972656 6.929688 -11.421875 5.171875 -11.421875 Z M 1.25 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-15">
+<path style="stroke:none;" d=""/>
+</symbol>
+<symbol overflow="visible" id="glyph0-16">
+<path style="stroke:none;" d="M 7.859375 -8.078125 L 9.296875 -8.078125 C 9.273438 -8.710938 9.15625 -9.253906 8.9375 -9.703125 C 8.71875 -10.160156 8.414062 -10.535156 8.03125 -10.828125 C 7.65625 -11.128906 7.21875 -11.347656 6.71875 -11.484375 C 6.21875 -11.628906 5.675781 -11.703125 5.09375 -11.703125 C 4.5625 -11.703125 4.046875 -11.632812 3.546875 -11.5 C 3.054688 -11.363281 2.613281 -11.160156 2.21875 -10.890625 C 1.832031 -10.617188 1.519531 -10.269531 1.28125 -9.84375 C 1.050781 -9.425781 0.9375 -8.929688 0.9375 -8.359375 C 0.9375 -7.828125 1.039062 -7.390625 1.25 -7.046875 C 1.457031 -6.703125 1.734375 -6.421875 2.078125 -6.203125 C 2.429688 -5.984375 2.828125 -5.804688 3.265625 -5.671875 C 3.703125 -5.535156 4.144531 -5.414062 4.59375 -5.3125 C 5.050781 -5.21875 5.5 -5.117188 5.9375 -5.015625 C 6.375 -4.921875 6.765625 -4.796875 7.109375 -4.640625 C 7.453125 -4.492188 7.726562 -4.296875 7.9375 -4.046875 C 8.144531 -3.804688 8.25 -3.488281 8.25 -3.09375 C 8.25 -2.675781 8.164062 -2.332031 8 -2.0625 C 7.832031 -1.789062 7.609375 -1.578125 7.328125 -1.421875 C 7.046875 -1.273438 6.734375 -1.171875 6.390625 -1.109375 C 6.046875 -1.046875 5.703125 -1.015625 5.359375 -1.015625 C 4.929688 -1.015625 4.515625 -1.066406 4.109375 -1.171875 C 3.703125 -1.273438 3.347656 -1.4375 3.046875 -1.65625 C 2.742188 -1.882812 2.5 -2.171875 2.3125 -2.515625 C 2.125 -2.867188 2.03125 -3.285156 2.03125 -3.765625 L 0.59375 -3.765625 C 0.59375 -3.066406 0.71875 -2.460938 0.96875 -1.953125 C 1.21875 -1.453125 1.554688 -1.035156 1.984375 -0.703125 C 2.421875 -0.378906 2.925781 -0.140625 3.5 0.015625 C 4.070312 0.171875 4.675781 0.25 5.3125 0.25 C 5.832031 0.25 6.359375 0.1875 6.890625 0.0625 C 7.421875 -0.0507812 7.894531 -0.242188 8.3125 -0.515625 C 8.738281 -0.785156 9.085938 -1.132812 9.359375 -1.5625 C 9.640625 -2 9.78125 -2.523438 9.78125 -3.140625 C 9.78125 -3.703125 9.675781 -4.171875 9.46875 -4.546875 C 9.257812 -4.921875 8.976562 -5.226562 8.625 -5.46875 C 8.28125 -5.71875 7.890625 -5.910156 7.453125 -6.046875 C 7.015625 -6.191406 6.566406 -6.316406 6.109375 -6.421875 C 5.660156 -6.535156 5.21875 -6.632812 4.78125 -6.71875 C 4.34375 -6.8125 3.953125 -6.925781 3.609375 -7.0625 C 3.265625 -7.207031 2.988281 -7.390625 2.78125 -7.609375 C 2.570312 -7.828125 2.46875 -8.113281 2.46875 -8.46875 C 2.46875 -8.84375 2.535156 -9.15625 2.671875 -9.40625 C 2.816406 -9.65625 3.007812 -9.851562 3.25 -10 C 3.488281 -10.144531 3.765625 -10.25 4.078125 -10.3125 C 4.390625 -10.382812 4.707031 -10.421875 5.03125 -10.421875 C 5.8125 -10.421875 6.457031 -10.234375 6.96875 -9.859375 C 7.476562 -9.492188 7.773438 -8.898438 7.859375 -8.078125 Z M 7.859375 -8.078125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-17">
+<path style="stroke:none;" d="M 2.90625 -8.265625 L 2.90625 -10.75 L 1.546875 -10.75 L 1.546875 -8.265625 L 0.140625 -8.265625 L 0.140625 -7.078125 L 1.546875 -7.078125 L 1.546875 -1.8125 C 1.546875 -1.425781 1.582031 -1.113281 1.65625 -0.875 C 1.738281 -0.644531 1.851562 -0.460938 2 -0.328125 C 2.15625 -0.203125 2.359375 -0.113281 2.609375 -0.0625 C 2.859375 -0.0195312 3.160156 0 3.515625 0 L 4.5625 0 L 4.5625 -1.203125 L 3.9375 -1.203125 C 3.71875 -1.203125 3.539062 -1.207031 3.40625 -1.21875 C 3.28125 -1.238281 3.175781 -1.273438 3.09375 -1.328125 C 3.019531 -1.378906 2.96875 -1.453125 2.9375 -1.546875 C 2.914062 -1.648438 2.90625 -1.78125 2.90625 -1.9375 L 2.90625 -7.078125 L 4.5625 -7.078125 L 4.5625 -8.265625 Z M 2.90625 -8.265625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-18">
+<path style="stroke:none;" d="M 8.15625 -0.703125 L 8.15625 -8.265625 L 6.875 -8.265625 L 6.875 -7.09375 L 6.859375 -7.09375 C 6.617188 -7.550781 6.28125 -7.894531 5.84375 -8.125 C 5.40625 -8.351562 4.925781 -8.46875 4.40625 -8.46875 C 3.6875 -8.46875 3.082031 -8.328125 2.59375 -8.046875 C 2.101562 -7.773438 1.707031 -7.429688 1.40625 -7.015625 C 1.101562 -6.597656 0.890625 -6.128906 0.765625 -5.609375 C 0.640625 -5.085938 0.578125 -4.582031 0.578125 -4.09375 C 0.578125 -3.53125 0.65625 -2.992188 0.8125 -2.484375 C 0.96875 -1.984375 1.195312 -1.539062 1.5 -1.15625 C 1.8125 -0.78125 2.195312 -0.476562 2.65625 -0.25 C 3.113281 -0.03125 3.648438 0.078125 4.265625 0.078125 C 4.804688 0.078125 5.3125 -0.0390625 5.78125 -0.28125 C 6.257812 -0.519531 6.613281 -0.894531 6.84375 -1.40625 L 6.875 -1.40625 L 6.875 -0.859375 C 6.875 -0.398438 6.828125 0.015625 6.734375 0.390625 C 6.648438 0.773438 6.503906 1.101562 6.296875 1.375 C 6.097656 1.65625 5.84375 1.867188 5.53125 2.015625 C 5.226562 2.171875 4.851562 2.25 4.40625 2.25 C 4.175781 2.25 3.9375 2.222656 3.6875 2.171875 C 3.445312 2.128906 3.222656 2.054688 3.015625 1.953125 C 2.804688 1.847656 2.628906 1.707031 2.484375 1.53125 C 2.335938 1.363281 2.257812 1.15625 2.25 0.90625 L 0.890625 0.90625 C 0.910156 1.351562 1.023438 1.734375 1.234375 2.046875 C 1.453125 2.359375 1.722656 2.609375 2.046875 2.796875 C 2.378906 2.992188 2.742188 3.132812 3.140625 3.21875 C 3.546875 3.300781 3.9375 3.34375 4.3125 3.34375 C 5.632812 3.34375 6.601562 3.003906 7.21875 2.328125 C 7.84375 1.660156 8.15625 0.648438 8.15625 -0.703125 Z M 4.359375 -1.109375 C 3.910156 -1.109375 3.535156 -1.195312 3.234375 -1.375 C 2.929688 -1.5625 2.6875 -1.804688 2.5 -2.109375 C 2.320312 -2.421875 2.195312 -2.765625 2.125 -3.140625 C 2.050781 -3.515625 2.015625 -3.882812 2.015625 -4.25 C 2.015625 -4.644531 2.054688 -5.023438 2.140625 -5.390625 C 2.234375 -5.753906 2.378906 -6.070312 2.578125 -6.34375 C 2.773438 -6.625 3.03125 -6.847656 3.34375 -7.015625 C 3.65625 -7.179688 4.03125 -7.265625 4.46875 -7.265625 C 4.894531 -7.265625 5.253906 -7.175781 5.546875 -7 C 5.847656 -6.832031 6.09375 -6.609375 6.28125 -6.328125 C 6.46875 -6.046875 6.601562 -5.726562 6.6875 -5.375 C 6.769531 -5.019531 6.8125 -4.660156 6.8125 -4.296875 C 6.8125 -3.921875 6.765625 -3.539062 6.671875 -3.15625 C 6.585938 -2.769531 6.445312 -2.421875 6.25 -2.109375 C 6.0625 -1.804688 5.8125 -1.5625 5.5 -1.375 C 5.1875 -1.195312 4.804688 -1.109375 4.359375 -1.109375 Z M 4.359375 -1.109375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-19">
+<path style="stroke:none;" d="M 2.46875 -9.765625 L 2.46875 -11.421875 L 1.109375 -11.421875 L 1.109375 -9.765625 Z M 1.109375 -8.265625 L 1.109375 0 L 2.46875 0 L 2.46875 -8.265625 Z M 1.109375 -8.265625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-20">
+<path style="stroke:none;" d="M 1.859375 -2.609375 L 0.5 -2.609375 C 0.519531 -2.097656 0.625 -1.660156 0.8125 -1.296875 C 1.007812 -0.941406 1.265625 -0.65625 1.578125 -0.4375 C 1.898438 -0.21875 2.269531 -0.0625 2.6875 0.03125 C 3.101562 0.125 3.539062 0.171875 4 0.171875 C 4.414062 0.171875 4.832031 0.128906 5.25 0.046875 C 5.675781 -0.0234375 6.054688 -0.160156 6.390625 -0.359375 C 6.722656 -0.566406 6.992188 -0.832031 7.203125 -1.15625 C 7.410156 -1.488281 7.515625 -1.910156 7.515625 -2.421875 C 7.515625 -2.816406 7.4375 -3.144531 7.28125 -3.40625 C 7.132812 -3.675781 6.929688 -3.898438 6.671875 -4.078125 C 6.421875 -4.253906 6.132812 -4.394531 5.8125 -4.5 C 5.488281 -4.601562 5.15625 -4.691406 4.8125 -4.765625 C 4.5 -4.835938 4.179688 -4.910156 3.859375 -4.984375 C 3.535156 -5.054688 3.242188 -5.140625 2.984375 -5.234375 C 2.734375 -5.335938 2.523438 -5.46875 2.359375 -5.625 C 2.191406 -5.78125 2.109375 -5.972656 2.109375 -6.203125 C 2.109375 -6.421875 2.160156 -6.59375 2.265625 -6.71875 C 2.378906 -6.851562 2.519531 -6.960938 2.6875 -7.046875 C 2.851562 -7.128906 3.039062 -7.1875 3.25 -7.21875 C 3.457031 -7.25 3.664062 -7.265625 3.875 -7.265625 C 4.09375 -7.265625 4.3125 -7.238281 4.53125 -7.1875 C 4.75 -7.144531 4.945312 -7.066406 5.125 -6.953125 C 5.3125 -6.847656 5.460938 -6.707031 5.578125 -6.53125 C 5.703125 -6.351562 5.773438 -6.132812 5.796875 -5.875 L 7.15625 -5.875 C 7.125 -6.375 7.015625 -6.789062 6.828125 -7.125 C 6.648438 -7.457031 6.40625 -7.722656 6.09375 -7.921875 C 5.789062 -8.117188 5.441406 -8.257812 5.046875 -8.34375 C 4.660156 -8.425781 4.234375 -8.46875 3.765625 -8.46875 C 3.398438 -8.46875 3.03125 -8.421875 2.65625 -8.328125 C 2.289062 -8.234375 1.960938 -8.09375 1.671875 -7.90625 C 1.378906 -7.71875 1.140625 -7.472656 0.953125 -7.171875 C 0.765625 -6.878906 0.671875 -6.523438 0.671875 -6.109375 C 0.671875 -5.578125 0.800781 -5.160156 1.0625 -4.859375 C 1.332031 -4.566406 1.664062 -4.335938 2.0625 -4.171875 C 2.46875 -4.003906 2.90625 -3.875 3.375 -3.78125 C 3.84375 -3.6875 4.273438 -3.582031 4.671875 -3.46875 C 5.078125 -3.363281 5.410156 -3.21875 5.671875 -3.03125 C 5.941406 -2.851562 6.078125 -2.585938 6.078125 -2.234375 C 6.078125 -1.984375 6.015625 -1.773438 5.890625 -1.609375 C 5.765625 -1.441406 5.601562 -1.316406 5.40625 -1.234375 C 5.207031 -1.148438 4.988281 -1.09375 4.75 -1.0625 C 4.519531 -1.03125 4.296875 -1.015625 4.078125 -1.015625 C 3.796875 -1.015625 3.523438 -1.039062 3.265625 -1.09375 C 3.003906 -1.144531 2.769531 -1.226562 2.5625 -1.34375 C 2.351562 -1.46875 2.1875 -1.632812 2.0625 -1.84375 C 1.9375 -2.050781 1.867188 -2.304688 1.859375 -2.609375 Z M 1.859375 -2.609375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-21">
+<path style="stroke:none;" d="M 1.109375 -11.421875 L 1.109375 0 L 2.46875 0 L 2.46875 -3.140625 L 3.75 -4.3125 L 6.578125 0 L 8.296875 0 L 4.78125 -5.265625 L 8.0625 -8.265625 L 6.234375 -8.265625 L 2.46875 -4.65625 L 2.46875 -11.421875 Z M 1.109375 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-22">
+<path style="stroke:none;" d="M 4.75 0 L 7.78125 -8.265625 L 6.359375 -8.265625 L 4.09375 -1.375 L 4.0625 -1.375 L 1.75 -8.265625 L 0.21875 -8.265625 L 3.296875 0 Z M 4.75 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-23">
+<path style="stroke:none;" d="M 5.703125 0 L 5.703125 -11.34375 L 4.65625 -11.34375 C 4.582031 -10.914062 4.441406 -10.5625 4.234375 -10.28125 C 4.035156 -10.007812 3.789062 -9.789062 3.5 -9.625 C 3.207031 -9.46875 2.878906 -9.359375 2.515625 -9.296875 C 2.148438 -9.242188 1.773438 -9.21875 1.390625 -9.21875 L 1.390625 -8.125 L 4.34375 -8.125 L 4.34375 0 Z M 5.703125 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-24">
+<path style="stroke:none;" d="M 2.125 -5.71875 C 2.125 -6.289062 2.195312 -6.851562 2.34375 -7.40625 C 2.5 -7.96875 2.734375 -8.472656 3.046875 -8.921875 C 3.367188 -9.367188 3.78125 -9.726562 4.28125 -10 C 4.789062 -10.28125 5.390625 -10.421875 6.078125 -10.421875 C 6.773438 -10.421875 7.375 -10.28125 7.875 -10 C 8.375 -9.726562 8.78125 -9.367188 9.09375 -8.921875 C 9.414062 -8.472656 9.648438 -7.96875 9.796875 -7.40625 C 9.953125 -6.851562 10.03125 -6.289062 10.03125 -5.71875 C 10.03125 -5.132812 9.953125 -4.5625 9.796875 -4 C 9.648438 -3.445312 9.414062 -2.945312 9.09375 -2.5 C 8.78125 -2.050781 8.375 -1.691406 7.875 -1.421875 C 7.375 -1.148438 6.773438 -1.015625 6.078125 -1.015625 C 5.390625 -1.015625 4.789062 -1.148438 4.28125 -1.421875 C 3.78125 -1.691406 3.367188 -2.050781 3.046875 -2.5 C 2.734375 -2.945312 2.5 -3.445312 2.34375 -4 C 2.195312 -4.5625 2.125 -5.132812 2.125 -5.71875 Z M 0.609375 -5.71875 C 0.609375 -4.9375 0.722656 -4.1875 0.953125 -3.46875 C 1.179688 -2.75 1.523438 -2.109375 1.984375 -1.546875 C 2.441406 -0.992188 3.007812 -0.554688 3.6875 -0.234375 C 4.375 0.0859375 5.171875 0.25 6.078125 0.25 C 6.984375 0.25 7.773438 0.0859375 8.453125 -0.234375 C 9.140625 -0.554688 9.710938 -0.992188 10.171875 -1.546875 C 10.628906 -2.109375 10.972656 -2.75 11.203125 -3.46875 C 11.429688 -4.1875 11.546875 -4.9375 11.546875 -5.71875 C 11.546875 -6.488281 11.429688 -7.234375 11.203125 -7.953125 C 10.972656 -8.679688 10.628906 -9.320312 10.171875 -9.875 C 9.710938 -10.425781 9.140625 -10.867188 8.453125 -11.203125 C 7.773438 -11.535156 6.984375 -11.703125 6.078125 -11.703125 C 5.171875 -11.703125 4.375 -11.535156 3.6875 -11.203125 C 3.007812 -10.867188 2.441406 -10.425781 1.984375 -9.875 C 1.523438 -9.320312 1.179688 -8.679688 0.953125 -7.953125 C 0.722656 -7.234375 0.609375 -6.488281 0.609375 -5.71875 Z M 0.609375 -5.71875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-25">
+<path style="stroke:none;" d="M 0.703125 -7.328125 L 2.0625 -7.328125 C 2.050781 -7.671875 2.082031 -8.007812 2.15625 -8.34375 C 2.238281 -8.675781 2.367188 -8.972656 2.546875 -9.234375 C 2.734375 -9.503906 2.96875 -9.722656 3.25 -9.890625 C 3.539062 -10.054688 3.878906 -10.140625 4.265625 -10.140625 C 4.566406 -10.140625 4.847656 -10.09375 5.109375 -10 C 5.378906 -9.90625 5.613281 -9.765625 5.8125 -9.578125 C 6.007812 -9.398438 6.164062 -9.1875 6.28125 -8.9375 C 6.40625 -8.6875 6.46875 -8.40625 6.46875 -8.09375 C 6.46875 -7.695312 6.40625 -7.347656 6.28125 -7.046875 C 6.15625 -6.753906 5.972656 -6.476562 5.734375 -6.21875 C 5.492188 -5.96875 5.191406 -5.71875 4.828125 -5.46875 C 4.460938 -5.21875 4.039062 -4.941406 3.5625 -4.640625 C 3.164062 -4.398438 2.785156 -4.144531 2.421875 -3.875 C 2.066406 -3.613281 1.742188 -3.304688 1.453125 -2.953125 C 1.171875 -2.609375 0.9375 -2.195312 0.75 -1.71875 C 0.5625 -1.25 0.441406 -0.675781 0.390625 0 L 7.796875 0 L 7.796875 -1.203125 L 1.96875 -1.203125 C 2.03125 -1.554688 2.164062 -1.867188 2.375 -2.140625 C 2.582031 -2.410156 2.832031 -2.660156 3.125 -2.890625 C 3.414062 -3.128906 3.738281 -3.351562 4.09375 -3.5625 C 4.445312 -3.769531 4.800781 -3.976562 5.15625 -4.1875 C 5.507812 -4.414062 5.847656 -4.648438 6.171875 -4.890625 C 6.503906 -5.140625 6.796875 -5.414062 7.046875 -5.71875 C 7.304688 -6.019531 7.515625 -6.363281 7.671875 -6.75 C 7.828125 -7.132812 7.90625 -7.578125 7.90625 -8.078125 C 7.90625 -8.609375 7.8125 -9.078125 7.625 -9.484375 C 7.4375 -9.890625 7.179688 -10.226562 6.859375 -10.5 C 6.546875 -10.769531 6.171875 -10.976562 5.734375 -11.125 C 5.304688 -11.269531 4.847656 -11.34375 4.359375 -11.34375 C 3.753906 -11.34375 3.21875 -11.238281 2.75 -11.03125 C 2.28125 -10.832031 1.890625 -10.550781 1.578125 -10.1875 C 1.265625 -9.832031 1.03125 -9.410156 0.875 -8.921875 C 0.726562 -8.429688 0.671875 -7.898438 0.703125 -7.328125 Z M 0.703125 -7.328125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-26">
+<path style="stroke:none;" d="M 2.109375 -5.578125 C 2.109375 -5.859375 2.109375 -6.164062 2.109375 -6.5 C 2.117188 -6.84375 2.144531 -7.179688 2.1875 -7.515625 C 2.238281 -7.847656 2.3125 -8.171875 2.40625 -8.484375 C 2.5 -8.804688 2.632812 -9.085938 2.8125 -9.328125 C 2.988281 -9.578125 3.207031 -9.773438 3.46875 -9.921875 C 3.738281 -10.066406 4.066406 -10.140625 4.453125 -10.140625 C 4.835938 -10.140625 5.160156 -10.066406 5.421875 -9.921875 C 5.691406 -9.773438 5.914062 -9.578125 6.09375 -9.328125 C 6.269531 -9.085938 6.398438 -8.804688 6.484375 -8.484375 C 6.578125 -8.171875 6.644531 -7.847656 6.6875 -7.515625 C 6.738281 -7.179688 6.765625 -6.84375 6.765625 -6.5 C 6.773438 -6.164062 6.78125 -5.859375 6.78125 -5.578125 C 6.78125 -5.148438 6.765625 -4.671875 6.734375 -4.140625 C 6.710938 -3.617188 6.628906 -3.125 6.484375 -2.65625 C 6.335938 -2.195312 6.101562 -1.804688 5.78125 -1.484375 C 5.46875 -1.171875 5.023438 -1.015625 4.453125 -1.015625 C 3.867188 -1.015625 3.414062 -1.171875 3.09375 -1.484375 C 2.78125 -1.804688 2.550781 -2.195312 2.40625 -2.65625 C 2.257812 -3.125 2.171875 -3.617188 2.140625 -4.140625 C 2.117188 -4.671875 2.109375 -5.148438 2.109375 -5.578125 Z M 0.671875 -5.5625 C 0.671875 -5.144531 0.679688 -4.710938 0.703125 -4.265625 C 0.722656 -3.816406 0.773438 -3.378906 0.859375 -2.953125 C 0.941406 -2.523438 1.0625 -2.125 1.21875 -1.75 C 1.382812 -1.375 1.601562 -1.039062 1.875 -0.75 C 2.15625 -0.457031 2.503906 -0.226562 2.921875 -0.0625 C 3.347656 0.09375 3.859375 0.171875 4.453125 0.171875 C 5.046875 0.171875 5.550781 0.09375 5.96875 -0.0625 C 6.382812 -0.226562 6.726562 -0.457031 7 -0.75 C 7.28125 -1.039062 7.5 -1.375 7.65625 -1.75 C 7.820312 -2.125 7.945312 -2.523438 8.03125 -2.953125 C 8.113281 -3.378906 8.164062 -3.816406 8.1875 -4.265625 C 8.207031 -4.710938 8.21875 -5.144531 8.21875 -5.5625 C 8.21875 -5.976562 8.207031 -6.410156 8.1875 -6.859375 C 8.164062 -7.304688 8.113281 -7.742188 8.03125 -8.171875 C 7.945312 -8.597656 7.820312 -9.003906 7.65625 -9.390625 C 7.5 -9.773438 7.28125 -10.109375 7 -10.390625 C 6.726562 -10.679688 6.378906 -10.910156 5.953125 -11.078125 C 5.535156 -11.253906 5.035156 -11.34375 4.453125 -11.34375 C 3.859375 -11.34375 3.347656 -11.253906 2.921875 -11.078125 C 2.503906 -10.910156 2.15625 -10.679688 1.875 -10.390625 C 1.601562 -10.109375 1.382812 -9.773438 1.21875 -9.390625 C 1.0625 -9.003906 0.941406 -8.597656 0.859375 -8.171875 C 0.773438 -7.742188 0.722656 -7.304688 0.703125 -6.859375 C 0.679688 -6.410156 0.671875 -5.976562 0.671875 -5.5625 Z M 0.671875 -5.5625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-27">
+<path style="stroke:none;" d="M 9.796875 -1.421875 L 10.1875 0 L 11.15625 0 L 11.15625 -6.015625 L 6.140625 -6.015625 L 6.140625 -4.734375 L 9.796875 -4.734375 C 9.816406 -4.210938 9.742188 -3.722656 9.578125 -3.265625 C 9.421875 -2.816406 9.1875 -2.421875 8.875 -2.078125 C 8.5625 -1.742188 8.175781 -1.484375 7.71875 -1.296875 C 7.257812 -1.109375 6.726562 -1.015625 6.125 -1.015625 C 5.488281 -1.015625 4.925781 -1.140625 4.4375 -1.390625 C 3.957031 -1.640625 3.550781 -1.972656 3.21875 -2.390625 C 2.882812 -2.816406 2.628906 -3.300781 2.453125 -3.84375 C 2.285156 -4.394531 2.203125 -4.96875 2.203125 -5.5625 C 2.203125 -6.175781 2.273438 -6.769531 2.421875 -7.34375 C 2.578125 -7.925781 2.8125 -8.441406 3.125 -8.890625 C 3.4375 -9.347656 3.84375 -9.71875 4.34375 -10 C 4.84375 -10.28125 5.4375 -10.421875 6.125 -10.421875 C 6.550781 -10.421875 6.953125 -10.367188 7.328125 -10.265625 C 7.710938 -10.160156 8.050781 -10.003906 8.34375 -9.796875 C 8.644531 -9.597656 8.894531 -9.34375 9.09375 -9.03125 C 9.300781 -8.71875 9.441406 -8.34375 9.515625 -7.90625 L 11.046875 -7.90625 C 10.929688 -8.570312 10.726562 -9.144531 10.4375 -9.625 C 10.144531 -10.101562 9.78125 -10.492188 9.34375 -10.796875 C 8.914062 -11.109375 8.425781 -11.335938 7.875 -11.484375 C 7.332031 -11.628906 6.75 -11.703125 6.125 -11.703125 C 5.21875 -11.703125 4.425781 -11.53125 3.75 -11.1875 C 3.070312 -10.851562 2.503906 -10.398438 2.046875 -9.828125 C 1.597656 -9.265625 1.257812 -8.609375 1.03125 -7.859375 C 0.800781 -7.109375 0.6875 -6.316406 0.6875 -5.484375 C 0.6875 -4.742188 0.804688 -4.023438 1.046875 -3.328125 C 1.296875 -2.628906 1.65625 -2.015625 2.125 -1.484375 C 2.59375 -0.953125 3.160156 -0.53125 3.828125 -0.21875 C 4.503906 0.09375 5.269531 0.25 6.125 0.25 C 6.800781 0.25 7.46875 0.117188 8.125 -0.140625 C 8.789062 -0.398438 9.347656 -0.828125 9.796875 -1.421875 Z M 9.796875 -1.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-28">
+<path style="stroke:none;" d="M 1.078125 -11.421875 L 1.078125 0 L 2.4375 0 L 2.4375 -1.109375 L 2.46875 -1.109375 C 2.613281 -0.859375 2.796875 -0.648438 3.015625 -0.484375 C 3.234375 -0.316406 3.460938 -0.1875 3.703125 -0.09375 C 3.953125 0 4.203125 0.0664062 4.453125 0.109375 C 4.703125 0.148438 4.929688 0.171875 5.140625 0.171875 C 5.765625 0.171875 6.3125 0.0625 6.78125 -0.15625 C 7.257812 -0.382812 7.65625 -0.691406 7.96875 -1.078125 C 8.289062 -1.460938 8.523438 -1.914062 8.671875 -2.4375 C 8.828125 -2.96875 8.90625 -3.523438 8.90625 -4.109375 C 8.90625 -4.691406 8.828125 -5.242188 8.671875 -5.765625 C 8.515625 -6.296875 8.273438 -6.757812 7.953125 -7.15625 C 7.640625 -7.5625 7.242188 -7.878906 6.765625 -8.109375 C 6.296875 -8.347656 5.742188 -8.46875 5.109375 -8.46875 C 4.523438 -8.46875 3.992188 -8.363281 3.515625 -8.15625 C 3.035156 -7.945312 2.6875 -7.613281 2.46875 -7.15625 L 2.4375 -7.15625 L 2.4375 -11.421875 Z M 7.46875 -4.203125 C 7.46875 -3.796875 7.425781 -3.398438 7.34375 -3.015625 C 7.257812 -2.640625 7.117188 -2.300781 6.921875 -2 C 6.734375 -1.695312 6.484375 -1.457031 6.171875 -1.28125 C 5.859375 -1.101562 5.460938 -1.015625 4.984375 -1.015625 C 4.515625 -1.015625 4.113281 -1.097656 3.78125 -1.265625 C 3.457031 -1.441406 3.191406 -1.675781 2.984375 -1.96875 C 2.773438 -2.257812 2.625 -2.59375 2.53125 -2.96875 C 2.4375 -3.34375 2.390625 -3.734375 2.390625 -4.140625 C 2.390625 -4.523438 2.429688 -4.90625 2.515625 -5.28125 C 2.609375 -5.65625 2.753906 -5.988281 2.953125 -6.28125 C 3.160156 -6.570312 3.421875 -6.804688 3.734375 -6.984375 C 4.054688 -7.171875 4.445312 -7.265625 4.90625 -7.265625 C 5.34375 -7.265625 5.722656 -7.175781 6.046875 -7 C 6.378906 -6.832031 6.648438 -6.601562 6.859375 -6.3125 C 7.066406 -6.03125 7.21875 -5.703125 7.3125 -5.328125 C 7.414062 -4.960938 7.46875 -4.585938 7.46875 -4.203125 Z M 7.46875 -4.203125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-29">
+<path style="stroke:none;" d="M 1.234375 -11.421875 L 1.234375 0 L 2.671875 0 L 2.671875 -9.171875 L 2.703125 -9.171875 L 8.671875 0 L 10.34375 0 L 10.34375 -11.421875 L 8.890625 -11.421875 L 8.890625 -2.15625 L 8.859375 -2.15625 L 2.84375 -11.421875 Z M 1.234375 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-30">
+<path style="stroke:none;" d="M 9.21875 0 L 11.859375 -8.265625 L 10.453125 -8.265625 L 8.59375 -1.5 L 8.5625 -1.5 L 6.828125 -8.265625 L 5.34375 -8.265625 L 3.6875 -1.5 L 3.640625 -1.5 L 1.78125 -8.265625 L 0.265625 -8.265625 L 2.921875 0 L 4.40625 0 L 6.0625 -6.578125 L 6.09375 -6.578125 L 7.78125 0 Z M 9.21875 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-31">
+<path style="stroke:none;" d="M 1.109375 -11.421875 L 1.109375 0 L 2.46875 0 L 2.46875 -11.421875 Z M 1.109375 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-32">
+<path style="stroke:none;" d="M 4.265625 1.109375 C 4.109375 1.515625 3.953125 1.851562 3.796875 2.125 C 3.640625 2.40625 3.46875 2.632812 3.28125 2.8125 C 3.101562 2.988281 2.894531 3.113281 2.65625 3.1875 C 2.425781 3.269531 2.164062 3.3125 1.875 3.3125 C 1.707031 3.3125 1.546875 3.300781 1.390625 3.28125 C 1.234375 3.257812 1.078125 3.222656 0.921875 3.171875 L 0.921875 1.921875 C 1.046875 1.972656 1.179688 2.015625 1.328125 2.046875 C 1.484375 2.085938 1.617188 2.109375 1.734375 2.109375 C 2.003906 2.109375 2.234375 2.039062 2.421875 1.90625 C 2.609375 1.78125 2.75 1.59375 2.84375 1.34375 L 3.40625 -0.046875 L 0.125 -8.265625 L 1.65625 -8.265625 L 4.078125 -1.5 L 4.109375 -1.5 L 6.4375 -8.265625 L 7.875 -8.265625 Z M 4.265625 1.109375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-33">
+<path style="stroke:none;" d="M 5.75 0 L 9.8125 -11.421875 L 8.21875 -11.421875 L 4.921875 -1.515625 L 4.890625 -1.515625 L 1.625 -11.421875 L 0 -11.421875 L 4.015625 0 Z M 5.75 0 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-34">
+<path style="stroke:none;" d="M 1.3125 -11.421875 L 1.3125 0 L 2.828125 0 L 2.828125 -11.421875 Z M 1.3125 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-35">
+<path style="stroke:none;" d="M 3.21875 -4.71875 L 5.15625 -10.046875 L 5.1875 -10.046875 L 7.09375 -4.71875 Z M 4.359375 -11.421875 L -0.09375 0 L 1.453125 0 L 2.734375 -3.4375 L 7.5625 -3.4375 L 8.8125 0 L 10.5 0 L 6.03125 -11.421875 Z M 4.359375 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-36">
+<path style="stroke:none;" d="M 3.84375 -10.140625 L 3.84375 0 L 5.359375 0 L 5.359375 -10.140625 L 9.171875 -10.140625 L 9.171875 -11.421875 L 0.03125 -11.421875 L 0.03125 -10.140625 Z M 3.84375 -10.140625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-37">
+<path style="stroke:none;" d="M 4.453125 -11.703125 L -0.265625 0.25 L 0.875 0.25 L 5.609375 -11.703125 Z M 4.453125 -11.703125 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-38">
+<path style="stroke:none;" d="M 1.28125 -11.421875 L 1.28125 0 L 2.71875 0 L 2.71875 -9.5 L 2.75 -9.5 L 6.3125 0 L 7.609375 0 L 11.1875 -9.5 L 11.21875 -9.5 L 11.21875 0 L 12.65625 0 L 12.65625 -11.421875 L 10.578125 -11.421875 L 6.953125 -1.828125 L 3.359375 -11.421875 Z M 1.28125 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-39">
+<path style="stroke:none;" d="M 1.25 -11.421875 L 1.25 0 L 2.765625 0 L 2.765625 -5.234375 L 8.015625 -5.234375 L 8.015625 -6.515625 L 2.765625 -6.515625 L 2.765625 -10.140625 L 8.75 -10.140625 L 8.75 -11.421875 Z M 1.25 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-40">
+<path style="stroke:none;" d="M 1.25 -11.421875 L 1.25 0 L 2.765625 0 L 2.765625 -4 L 4.671875 -5.78125 L 8.796875 0 L 10.71875 0 L 5.71875 -6.8125 L 10.53125 -11.421875 L 8.5625 -11.421875 L 2.765625 -5.734375 L 2.765625 -11.421875 Z M 1.25 -11.421875 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-41">
+<path style="stroke:none;" d="M 1.25 -11.421875 L 1.25 0 L 2.765625 0 L 2.765625 -4.875 L 6.484375 -4.875 C 6.859375 -4.875 7.15625 -4.816406 7.375 -4.703125 C 7.601562 -4.597656 7.785156 -4.453125 7.921875 -4.265625 C 8.054688 -4.078125 8.15625 -3.859375 8.21875 -3.609375 C 8.28125 -3.359375 8.335938 -3.09375 8.390625 -2.8125 C 8.441406 -2.539062 8.472656 -2.257812 8.484375 -1.96875 C 8.492188 -1.675781 8.503906 -1.40625 8.515625 -1.15625 C 8.523438 -0.90625 8.546875 -0.675781 8.578125 -0.46875 C 8.617188 -0.269531 8.691406 -0.113281 8.796875 0 L 10.5 0 C 10.332031 -0.1875 10.207031 -0.40625 10.125 -0.65625 C 10.050781 -0.914062 9.992188 -1.179688 9.953125 -1.453125 C 9.910156 -1.734375 9.882812 -2.015625 9.875 -2.296875 C 9.863281 -2.585938 9.847656 -2.875 9.828125 -3.15625 C 9.796875 -3.425781 9.75 -3.691406 9.6875 -3.953125 C 9.625 -4.210938 9.53125 -4.441406 9.40625 -4.640625 C 9.289062 -4.847656 9.128906 -5.023438 8.921875 -5.171875 C 8.710938 -5.328125 8.441406 -5.4375 8.109375 -5.5 L 8.109375 -5.53125 C 8.804688 -5.726562 9.3125 -6.085938 9.625 -6.609375 C 9.9375 -7.128906 10.09375 -7.738281 10.09375 -8.4375 C 10.09375 -9.363281 9.785156 -10.09375 9.171875 -10.625 C 8.554688 -11.15625 7.707031 -11.421875 6.625 -11.421875 Z M 5.9375 -6.15625 L 2.765625 -6.15625 L 2.765625 -10.140625 L 6.546875 -10.140625 C 7.253906 -10.140625 7.769531 -9.957031 8.09375 -9.59375 C 8.414062 -9.238281 8.578125 -8.769531 8.578125 -8.1875 C 8.578125 -7.769531 8.503906 -7.429688 8.359375 -7.171875 C 8.210938 -6.910156 8.019531 -6.703125 7.78125 -6.546875 C 7.539062 -6.390625 7.257812 -6.285156 6.9375 -6.234375 C 6.625 -6.179688 6.289062 -6.15625 5.9375 -6.15625 Z M 5.9375 -6.15625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-42">
+<path style="stroke:none;" d="M 3.484375 -6.484375 L 3.484375 -5.328125 C 3.742188 -5.359375 4.015625 -5.375 4.296875 -5.375 C 4.640625 -5.375 4.957031 -5.328125 5.25 -5.234375 C 5.550781 -5.148438 5.804688 -5.015625 6.015625 -4.828125 C 6.234375 -4.640625 6.40625 -4.410156 6.53125 -4.140625 C 6.65625 -3.867188 6.71875 -3.554688 6.71875 -3.203125 C 6.71875 -2.859375 6.648438 -2.550781 6.515625 -2.28125 C 6.378906 -2.007812 6.195312 -1.78125 5.96875 -1.59375 C 5.75 -1.40625 5.488281 -1.257812 5.1875 -1.15625 C 4.894531 -1.0625 4.582031 -1.015625 4.25 -1.015625 C 3.476562 -1.015625 2.890625 -1.242188 2.484375 -1.703125 C 2.078125 -2.171875 1.863281 -2.769531 1.84375 -3.5 L 0.484375 -3.5 C 0.472656 -2.914062 0.550781 -2.394531 0.71875 -1.9375 C 0.894531 -1.476562 1.148438 -1.085938 1.484375 -0.765625 C 1.816406 -0.453125 2.21875 -0.21875 2.6875 -0.0625 C 3.15625 0.09375 3.675781 0.171875 4.25 0.171875 C 4.789062 0.171875 5.296875 0.101562 5.765625 -0.03125 C 6.242188 -0.175781 6.65625 -0.394531 7 -0.6875 C 7.351562 -0.976562 7.632812 -1.335938 7.84375 -1.765625 C 8.050781 -2.203125 8.15625 -2.703125 8.15625 -3.265625 C 8.15625 -3.941406 7.988281 -4.53125 7.65625 -5.03125 C 7.320312 -5.539062 6.804688 -5.867188 6.109375 -6.015625 L 6.109375 -6.046875 C 6.554688 -6.253906 6.929688 -6.550781 7.234375 -6.9375 C 7.535156 -7.332031 7.6875 -7.785156 7.6875 -8.296875 C 7.6875 -8.828125 7.597656 -9.28125 7.421875 -9.65625 C 7.242188 -10.039062 7 -10.351562 6.6875 -10.59375 C 6.375 -10.84375 6.003906 -11.03125 5.578125 -11.15625 C 5.160156 -11.28125 4.707031 -11.34375 4.21875 -11.34375 C 3.65625 -11.34375 3.15625 -11.25 2.71875 -11.0625 C 2.289062 -10.882812 1.929688 -10.632812 1.640625 -10.3125 C 1.359375 -10 1.140625 -9.617188 0.984375 -9.171875 C 0.828125 -8.722656 0.738281 -8.226562 0.71875 -7.6875 L 2.078125 -7.6875 C 2.078125 -8.007812 2.117188 -8.320312 2.203125 -8.625 C 2.296875 -8.925781 2.425781 -9.1875 2.59375 -9.40625 C 2.769531 -9.632812 2.992188 -9.8125 3.265625 -9.9375 C 3.546875 -10.070312 3.863281 -10.140625 4.21875 -10.140625 C 4.800781 -10.140625 5.28125 -9.988281 5.65625 -9.6875 C 6.039062 -9.382812 6.234375 -8.925781 6.234375 -8.3125 C 6.234375 -8.019531 6.175781 -7.753906 6.0625 -7.515625 C 5.945312 -7.285156 5.789062 -7.09375 5.59375 -6.9375 C 5.394531 -6.78125 5.164062 -6.660156 4.90625 -6.578125 C 4.644531 -6.503906 4.367188 -6.46875 4.078125 -6.46875 L 3.796875 -6.46875 C 3.742188 -6.46875 3.6875 -6.46875 3.625 -6.46875 C 3.582031 -6.46875 3.535156 -6.472656 3.484375 -6.484375 Z M 3.484375 -6.484375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph0-43">
+<path style="stroke:none;" d="M 5.421875 -3.859375 L 1.609375 -3.859375 L 5.390625 -9.40625 L 5.421875 -9.40625 Z M 6.703125 -3.859375 L 6.703125 -11.34375 L 5.609375 -11.34375 L 0.453125 -3.96875 L 0.453125 -2.65625 L 5.421875 -2.65625 L 5.421875 0 L 6.703125 0 L 6.703125 -2.65625 L 8.234375 -2.65625 L 8.234375 -3.859375 Z M 6.703125 -3.859375 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-0">
+<path style="stroke:none;" d="M 1.59375 -13.765625 L 1.59375 1.59375 L 14.40625 1.59375 L 14.40625 -13.765625 Z M 13.046875 -12.921875 L 8.015625 -6.734375 L 2.96875 -12.921875 Z M 13.5625 0.125 L 8.546875 -6.0625 L 13.5625 -12.25 Z M 2.984375 0.765625 L 8.015625 -5.40625 L 13.03125 0.765625 Z M 2.4375 0.140625 L 2.4375 -12.28125 L 7.46875 -6.0625 Z M 2.4375 0.140625 "/>
+</symbol>
+<symbol overflow="visible" id="glyph1-1">
+<path style="stroke:none;" d="M 8 -7.390625 C 7.28125 -7.390625 6.6875 -6.796875 6.6875 -6.078125 C 6.6875 -5.359375 7.28125 -4.765625 8 -4.765625 C 8.71875 -4.765625 9.3125 -5.359375 9.3125 -6.078125 C 9.3125 -6.796875 8.71875 -7.390625 8 -7.390625 Z M 8 -7.390625 "/>
+</symbol>
+</g>
+</defs>
+<g id="surface1">
+<rect x="0" y="0" width="1123" height="769" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 303.628906 757.226562 L 527.566406 757.226562 L 527.566406 470.929688 L 303.628906 470.929688 Z M 303.628906 757.226562 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 640.628906 566.929688 L 864.566406 566.929688 L 864.566406 853.226562 L 640.628906 853.226562 Z M 640.628906 566.929688 " transform="matrix(1,0,0,1,-337,-96)"/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 312.132812 544.628906 L 519.0625 544.628906 L 519.0625 510.613281 L 312.132812 510.613281 Z M 312.132812 544.628906 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.132812 606.613281 L 856.0625 606.613281 L 856.0625 640.628906 L 649.132812 640.628906 Z M 649.132812 606.613281 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-1" x="385.5104" y="533.398001"/>
+  <use xlink:href="#glyph0-2" x="395.8784" y="533.398001"/>
+  <use xlink:href="#glyph0-3" x="405.0624" y="533.398001"/>
+  <use xlink:href="#glyph0-4" x="414.5504" y="533.398001"/>
+  <use xlink:href="#glyph0-5" x="428.1984" y="533.398001"/>
+  <use xlink:href="#glyph0-6" x="436.7904" y="533.398001"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 312.132812 689.195312 L 519.0625 689.195312 L 519.0625 643.84375 L 312.132812 643.84375 Z M 312.132812 689.195312 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.132812 739.84375 L 856.0625 739.84375 L 856.0625 785.195312 L 649.132812 785.195312 Z M 649.132812 739.84375 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-7" x="396.3344" y="672.295701"/>
+  <use xlink:href="#glyph0-8" x="407.8864" y="672.295701"/>
+  <use xlink:href="#glyph0-9" x="416.4784" y="672.295701"/>
+  <use xlink:href="#glyph0-10" x="425.9664" y="672.295701"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 312.132812 587.148438 L 519.0625 587.148438 L 519.0625 550.300781 L 312.132812 550.300781 Z M 312.132812 587.148438 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.132812 646.300781 L 856.0625 646.300781 L 856.0625 683.148438 L 649.132812 683.148438 Z M 649.132812 646.300781 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-11" x="398.2624" y="574.500401"/>
+  <use xlink:href="#glyph0-12" x="403.5904" y="574.500401"/>
+  <use xlink:href="#glyph0-6" x="412.4864" y="574.500401"/>
+  <use xlink:href="#glyph0-7" x="421.3824" y="574.500401"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 312.132812 745.890625 L 519.0625 745.890625 L 519.0625 694.867188 L 312.132812 694.867188 Z M 312.132812 745.890625 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.132812 790.867188 L 856.0625 790.867188 L 856.0625 841.890625 L 649.132812 841.890625 Z M 649.132812 790.867188 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-13" x="368.1904" y="726.153951"/>
+  <use xlink:href="#glyph0-14" x="379.7424" y="726.153951"/>
+  <use xlink:href="#glyph0-14" x="391.0064" y="726.153951"/>
+  <use xlink:href="#glyph0-15" x="402.2704" y="726.153951"/>
+  <use xlink:href="#glyph0-16" x="406.7184" y="726.153951"/>
+  <use xlink:href="#glyph0-17" x="417.0864" y="726.153951"/>
+  <use xlink:href="#glyph0-2" x="422.1264" y="726.153951"/>
+  <use xlink:href="#glyph0-11" x="431.3104" y="726.153951"/>
+  <use xlink:href="#glyph0-5" x="436.6384" y="726.153951"/>
+  <use xlink:href="#glyph0-18" x="445.2304" y="726.153951"/>
+  <use xlink:href="#glyph0-8" x="454.4144" y="726.153951"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-14" x="366.6836" y="497.374401"/>
+  <use xlink:href="#glyph0-19" x="377.9476" y="497.374401"/>
+  <use xlink:href="#glyph0-20" x="381.4996" y="497.374401"/>
+  <use xlink:href="#glyph0-21" x="389.4996" y="497.374401"/>
+  <use xlink:href="#glyph0-15" x="397.8036" y="497.374401"/>
+  <use xlink:href="#glyph0-16" x="402.2516" y="497.374401"/>
+  <use xlink:href="#glyph0-8" x="412.6196" y="497.374401"/>
+  <use xlink:href="#glyph0-11" x="421.2116" y="497.374401"/>
+  <use xlink:href="#glyph0-22" x="426.5396" y="497.374401"/>
+  <use xlink:href="#glyph0-8" x="434.5396" y="497.374401"/>
+  <use xlink:href="#glyph0-11" x="443.1316" y="497.374401"/>
+  <use xlink:href="#glyph0-15" x="448.4596" y="497.374401"/>
+  <use xlink:href="#glyph0-23" x="452.9076" y="497.374401"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 312.132812 635.339844 L 385.835938 635.339844 L 385.835938 601.324219 L 312.132812 601.324219 Z M 312.132812 635.339844 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.132812 697.324219 L 722.835938 697.324219 L 722.835938 731.339844 L 649.132812 731.339844 Z M 649.132812 697.324219 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-24" x="325.4162" y="624.106701"/>
+  <use xlink:href="#glyph0-16" x="337.5762" y="624.106701"/>
+  <use xlink:href="#glyph0-14" x="347.9442" y="624.106701"/>
+  <use xlink:href="#glyph0-15" x="359.2082" y="624.106701"/>
+  <use xlink:href="#glyph0-23" x="363.6562" y="624.106701"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 442.527344 635.339844 L 516.226562 635.339844 L 516.226562 601.324219 L 442.527344 601.324219 Z M 442.527344 635.339844 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 779.527344 697.324219 L 853.226562 697.324219 L 853.226562 731.339844 L 779.527344 731.339844 Z M 779.527344 697.324219 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-24" x="451.3619" y="624.106701"/>
+  <use xlink:href="#glyph0-16" x="463.5219" y="624.106701"/>
+  <use xlink:href="#glyph0-14" x="473.8899" y="624.106701"/>
+  <use xlink:href="#glyph0-15" x="485.1539" y="624.106701"/>
+  <use xlink:href="#glyph0-23" x="489.6019" y="624.106701"/>
+  <use xlink:href="#glyph0-25" x="498.4979" y="624.106701"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="390.8346" y="622.673192"/>
+  <use xlink:href="#glyph1-1" x="406.8346" y="622.673192"/>
+  <use xlink:href="#glyph1-1" x="422.8346" y="622.673192"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 595.597656 757.226562 L 819.535156 757.226562 L 819.535156 470.929688 L 595.597656 470.929688 Z M 595.597656 757.226562 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 932.597656 566.929688 L 1156.535156 566.929688 L 1156.535156 853.226562 L 932.597656 853.226562 Z M 932.597656 566.929688 " transform="matrix(1,0,0,1,-337,-96)"/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 604.101562 544.628906 L 811.03125 544.628906 L 811.03125 510.613281 L 604.101562 510.613281 Z M 604.101562 544.628906 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 941.101562 606.613281 L 1148.03125 606.613281 L 1148.03125 640.628906 L 941.101562 640.628906 Z M 941.101562 606.613281 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-1" x="677.4789" y="533.398001"/>
+  <use xlink:href="#glyph0-2" x="687.8469" y="533.398001"/>
+  <use xlink:href="#glyph0-3" x="697.0309" y="533.398001"/>
+  <use xlink:href="#glyph0-4" x="706.5189" y="533.398001"/>
+  <use xlink:href="#glyph0-5" x="720.1669" y="533.398001"/>
+  <use xlink:href="#glyph0-6" x="728.7589" y="533.398001"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 604.101562 689.195312 L 811.03125 689.195312 L 811.03125 643.84375 L 604.101562 643.84375 Z M 604.101562 689.195312 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 941.101562 739.84375 L 1148.03125 739.84375 L 1148.03125 785.195312 L 941.101562 785.195312 Z M 941.101562 739.84375 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-7" x="688.3029" y="672.295701"/>
+  <use xlink:href="#glyph0-8" x="699.8549" y="672.295701"/>
+  <use xlink:href="#glyph0-9" x="708.4469" y="672.295701"/>
+  <use xlink:href="#glyph0-10" x="717.9349" y="672.295701"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 604.101562 587.148438 L 811.03125 587.148438 L 811.03125 550.300781 L 604.101562 550.300781 Z M 604.101562 587.148438 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 941.101562 646.300781 L 1148.03125 646.300781 L 1148.03125 683.148438 L 941.101562 683.148438 Z M 941.101562 646.300781 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-11" x="690.2309" y="574.500401"/>
+  <use xlink:href="#glyph0-12" x="695.5589" y="574.500401"/>
+  <use xlink:href="#glyph0-6" x="704.4549" y="574.500401"/>
+  <use xlink:href="#glyph0-7" x="713.3509" y="574.500401"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 604.101562 745.890625 L 811.03125 745.890625 L 811.03125 694.867188 L 604.101562 694.867188 Z M 604.101562 745.890625 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 941.101562 790.867188 L 1148.03125 790.867188 L 1148.03125 841.890625 L 941.101562 841.890625 Z M 941.101562 790.867188 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-13" x="660.1589" y="726.153951"/>
+  <use xlink:href="#glyph0-14" x="671.7109" y="726.153951"/>
+  <use xlink:href="#glyph0-14" x="682.9749" y="726.153951"/>
+  <use xlink:href="#glyph0-15" x="694.2389" y="726.153951"/>
+  <use xlink:href="#glyph0-16" x="698.6869" y="726.153951"/>
+  <use xlink:href="#glyph0-17" x="709.0549" y="726.153951"/>
+  <use xlink:href="#glyph0-2" x="714.0949" y="726.153951"/>
+  <use xlink:href="#glyph0-11" x="723.2789" y="726.153951"/>
+  <use xlink:href="#glyph0-5" x="728.6069" y="726.153951"/>
+  <use xlink:href="#glyph0-18" x="737.1989" y="726.153951"/>
+  <use xlink:href="#glyph0-8" x="746.3829" y="726.153951"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-14" x="658.6521" y="497.374401"/>
+  <use xlink:href="#glyph0-19" x="669.9161" y="497.374401"/>
+  <use xlink:href="#glyph0-20" x="673.4681" y="497.374401"/>
+  <use xlink:href="#glyph0-21" x="681.4681" y="497.374401"/>
+  <use xlink:href="#glyph0-15" x="689.7721" y="497.374401"/>
+  <use xlink:href="#glyph0-16" x="694.2201" y="497.374401"/>
+  <use xlink:href="#glyph0-8" x="704.5881" y="497.374401"/>
+  <use xlink:href="#glyph0-11" x="713.1801" y="497.374401"/>
+  <use xlink:href="#glyph0-22" x="718.5081" y="497.374401"/>
+  <use xlink:href="#glyph0-8" x="726.5081" y="497.374401"/>
+  <use xlink:href="#glyph0-11" x="735.1001" y="497.374401"/>
+  <use xlink:href="#glyph0-15" x="740.4281" y="497.374401"/>
+  <use xlink:href="#glyph0-25" x="744.8761" y="497.374401"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 604.101562 635.339844 L 677.804688 635.339844 L 677.804688 601.324219 L 604.101562 601.324219 Z M 604.101562 635.339844 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 941.101562 697.324219 L 1014.804688 697.324219 L 1014.804688 731.339844 L 941.101562 731.339844 Z M 941.101562 697.324219 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-24" x="617.3848" y="624.106701"/>
+  <use xlink:href="#glyph0-16" x="629.5448" y="624.106701"/>
+  <use xlink:href="#glyph0-14" x="639.9128" y="624.106701"/>
+  <use xlink:href="#glyph0-15" x="651.1768" y="624.106701"/>
+  <use xlink:href="#glyph0-23" x="655.6248" y="624.106701"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 734.496094 635.339844 L 808.195312 635.339844 L 808.195312 601.324219 L 734.496094 601.324219 Z M 734.496094 635.339844 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1071.496094 697.324219 L 1145.195312 697.324219 L 1145.195312 731.339844 L 1071.496094 731.339844 Z M 1071.496094 697.324219 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-24" x="743.3305" y="624.106701"/>
+  <use xlink:href="#glyph0-16" x="755.4905" y="624.106701"/>
+  <use xlink:href="#glyph0-14" x="765.8585" y="624.106701"/>
+  <use xlink:href="#glyph0-15" x="777.1225" y="624.106701"/>
+  <use xlink:href="#glyph0-23" x="781.5705" y="624.106701"/>
+  <use xlink:href="#glyph0-25" x="790.4665" y="624.106701"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph1-1" x="682.8031" y="622.673192"/>
+  <use xlink:href="#glyph1-1" x="698.8031" y="622.673192"/>
+  <use xlink:href="#glyph1-1" x="714.8031" y="622.673192"/>
+</g>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 459.664062 429.03125 L 459.210938 504.566406 L 1337.953125 504.566406 L 1337.5 429.03125 " transform="matrix(1,0,0,1,-337,-96)"/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 754.054688 429.03125 L 754.738281 504.566406 " transform="matrix(1,0,0,1,-337,-96)"/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1046.234375 429.03125 L 1047.015625 504.566406 " transform="matrix(1,0,0,1,-337,-96)"/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 754.253906 565.929688 L 754.957031 504.566406 " transform="matrix(1,0,0,1,-337,-96)"/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1046.285156 565.929688 L 1047.015625 504.566406 " transform="matrix(1,0,0,1,-337,-96)"/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1284.09375 540 L 1326.613281 540 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-23" x="1000.938" y="449.185401"/>
+  <use xlink:href="#glyph0-26" x="1009.834" y="449.185401"/>
+  <use xlink:href="#glyph0-15" x="1018.73" y="449.185401"/>
+  <use xlink:href="#glyph0-27" x="1023.178" y="449.185401"/>
+  <use xlink:href="#glyph0-28" x="1035.322" y="449.185401"/>
+  <use xlink:href="#glyph0-9" x="1044.81" y="449.185401"/>
+  <use xlink:href="#glyph0-20" x="1054.298" y="449.185401"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-29" x="531.5187" y="381.154001"/>
+  <use xlink:href="#glyph0-8" x="543.0707" y="381.154001"/>
+  <use xlink:href="#glyph0-17" x="551.6627" y="381.154001"/>
+  <use xlink:href="#glyph0-30" x="556.7027" y="381.154001"/>
+  <use xlink:href="#glyph0-2" x="568.8307" y="381.154001"/>
+  <use xlink:href="#glyph0-11" x="578.0147" y="381.154001"/>
+  <use xlink:href="#glyph0-21" x="583.3427" y="381.154001"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 11.660156 332.03125 L 235.597656 332.03125 L 235.597656 11.714844 L 11.660156 11.714844 Z M 11.660156 332.03125 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 348.660156 107.714844 L 572.597656 107.714844 L 572.597656 428.03125 L 348.660156 428.03125 Z M 348.660156 107.714844 " transform="matrix(1,0,0,1,-337,-96)"/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 125.046875 119.433594 L 227.09375 119.433594 L 227.09375 85.417969 L 125.046875 85.417969 Z M 125.046875 119.433594 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 462.046875 181.417969 L 564.09375 181.417969 L 564.09375 215.433594 L 462.046875 215.433594 Z M 462.046875 181.417969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-1" x="145.9829" y="108.201201"/>
+  <use xlink:href="#glyph0-2" x="156.3509" y="108.201201"/>
+  <use xlink:href="#glyph0-3" x="165.5349" y="108.201201"/>
+  <use xlink:href="#glyph0-4" x="175.0229" y="108.201201"/>
+  <use xlink:href="#glyph0-5" x="188.6709" y="108.201201"/>
+  <use xlink:href="#glyph0-6" x="197.2629" y="108.201201"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 125.046875 261.164062 L 227.09375 261.164062 L 227.09375 170.457031 L 125.046875 170.457031 Z M 125.046875 261.164062 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 462.046875 266.457031 L 564.09375 266.457031 L 564.09375 357.164062 L 462.046875 357.164062 Z M 462.046875 266.457031 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-7" x="156.8069" y="221.587001"/>
+  <use xlink:href="#glyph0-8" x="168.3589" y="221.587001"/>
+  <use xlink:href="#glyph0-9" x="176.9509" y="221.587001"/>
+  <use xlink:href="#glyph0-10" x="186.4389" y="221.587001"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 20.164062 212.976562 L 113.707031 212.976562 L 113.707031 170.457031 L 20.164062 170.457031 Z M 20.164062 212.976562 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 357.164062 266.457031 L 450.707031 266.457031 L 450.707031 308.976562 L 357.164062 308.976562 Z M 357.164062 266.457031 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="46.04101" y="197.492501"/>
+  <use xlink:href="#glyph0-31" x="56.40901" y="197.492501"/>
+  <use xlink:href="#glyph0-12" x="59.96101" y="197.492501"/>
+  <use xlink:href="#glyph0-11" x="68.85701" y="197.492501"/>
+  <use xlink:href="#glyph0-4" x="74.18501" y="197.492501"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 20.164062 159.117188 L 113.707031 159.117188 L 113.707031 85.417969 L 20.164062 85.417969 Z M 20.164062 159.117188 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 357.164062 181.417969 L 450.707031 181.417969 L 450.707031 255.117188 L 357.164062 255.117188 Z M 357.164062 181.417969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="29.45701" y="128.043701"/>
+  <use xlink:href="#glyph0-19" x="39.82501" y="128.043701"/>
+  <use xlink:href="#glyph0-6" x="43.37701" y="128.043701"/>
+  <use xlink:href="#glyph0-18" x="52.27301" y="128.043701"/>
+  <use xlink:href="#glyph0-12" x="61.45701" y="128.043701"/>
+  <use xlink:href="#glyph0-31" x="70.35301" y="128.043701"/>
+  <use xlink:href="#glyph0-5" x="73.90501" y="128.043701"/>
+  <use xlink:href="#glyph0-11" x="82.49701" y="128.043701"/>
+  <use xlink:href="#glyph0-19" x="87.82501" y="128.043701"/>
+  <use xlink:href="#glyph0-17" x="91.37701" y="128.043701"/>
+  <use xlink:href="#glyph0-32" x="96.41701" y="128.043701"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 125.046875 159.117188 L 227.09375 159.117188 L 227.09375 125.101562 L 125.046875 125.101562 Z M 125.046875 159.117188 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 462.046875 221.101562 L 564.09375 221.101562 L 564.09375 255.117188 L 462.046875 255.117188 Z M 462.046875 221.101562 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-11" x="158.7349" y="147.886201"/>
+  <use xlink:href="#glyph0-12" x="164.0629" y="147.886201"/>
+  <use xlink:href="#glyph0-6" x="172.9589" y="147.886201"/>
+  <use xlink:href="#glyph0-7" x="181.8549" y="147.886201"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 20.164062 320.691406 L 227.09375 320.691406 L 227.09375 269.667969 L 20.164062 269.667969 Z M 20.164062 320.691406 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 357.164062 365.667969 L 564.09375 365.667969 L 564.09375 416.691406 L 357.164062 416.691406 Z M 357.164062 365.667969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-29" x="52.0699" y="291.733102"/>
+  <use xlink:href="#glyph0-33" x="63.6219" y="291.733102"/>
+  <use xlink:href="#glyph0-34" x="73.3979" y="291.733102"/>
+  <use xlink:href="#glyph0-14" x="77.5419" y="291.733102"/>
+  <use xlink:href="#glyph0-34" x="88.8059" y="291.733102"/>
+  <use xlink:href="#glyph0-35" x="92.9499" y="291.733102"/>
+  <use xlink:href="#glyph0-15" x="103.3179" y="291.733102"/>
+  <use xlink:href="#glyph0-36" x="107.7659" y="291.733102"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-8" x="115.1739" y="291.733102"/>
+  <use xlink:href="#glyph0-20" x="123.7659" y="291.733102"/>
+  <use xlink:href="#glyph0-31" x="131.7659" y="291.733102"/>
+  <use xlink:href="#glyph0-5" x="135.3179" y="291.733102"/>
+  <use xlink:href="#glyph0-15" x="143.9099" y="291.733102"/>
+  <use xlink:href="#glyph0-33" x="148.3579" y="291.733102"/>
+  <use xlink:href="#glyph0-23" x="158.1339" y="291.733102"/>
+  <use xlink:href="#glyph0-26" x="167.0299" y="291.733102"/>
+  <use xlink:href="#glyph0-26" x="175.9259" y="291.733102"/>
+  <use xlink:href="#glyph0-16" x="184.8219" y="291.733102"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="48.2219" y="310.1811"/>
+  <use xlink:href="#glyph0-16" x="58.5899" y="310.1811"/>
+  <use xlink:href="#glyph0-14" x="68.9579" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="80.2219" y="310.1811"/>
+  <use xlink:href="#glyph0-37" x="84.6699" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="89.9979" y="310.1811"/>
+  <use xlink:href="#glyph0-29" x="94.4459" y="310.1811"/>
+  <use xlink:href="#glyph0-33" x="105.9979" y="310.1811"/>
+  <use xlink:href="#glyph0-38" x="115.7739" y="310.1811"/>
+  <use xlink:href="#glyph0-8" x="129.7099" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="138.3019" y="310.1811"/>
+  <use xlink:href="#glyph0-16" x="142.7499" y="310.1811"/>
+  <use xlink:href="#glyph0-17" x="153.1179" y="310.1811"/>
+  <use xlink:href="#glyph0-2" x="158.1579" y="310.1811"/>
+  <use xlink:href="#glyph0-11" x="167.3419" y="310.1811"/>
+  <use xlink:href="#glyph0-5" x="172.6699" y="310.1811"/>
+  <use xlink:href="#glyph0-18" x="181.2619" y="310.1811"/>
+  <use xlink:href="#glyph0-8" x="190.4459" y="310.1811"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 20.164062 79.746094 L 227.09375 79.746094 L 227.09375 45.730469 L 20.164062 45.730469 Z M 20.164062 79.746094 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 357.164062 141.730469 L 564.09375 141.730469 L 564.09375 175.75 L 357.164062 175.75 Z M 357.164062 141.730469 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-7" x="94.5899" y="68.516201"/>
+  <use xlink:href="#glyph0-8" x="106.1419" y="68.516201"/>
+  <use xlink:href="#glyph0-9" x="114.7339" y="68.516201"/>
+  <use xlink:href="#glyph0-10" x="124.2219" y="68.516201"/>
+  <use xlink:href="#glyph0-39" x="133.1179" y="68.516201"/>
+  <use xlink:href="#glyph0-16" x="142.3019" y="68.516201"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="92.4991" y="32.492501"/>
+  <use xlink:href="#glyph0-8" x="102.8671" y="32.492501"/>
+  <use xlink:href="#glyph0-11" x="111.4591" y="32.492501"/>
+  <use xlink:href="#glyph0-22" x="116.7871" y="32.492501"/>
+  <use xlink:href="#glyph0-8" x="124.7871" y="32.492501"/>
+  <use xlink:href="#glyph0-11" x="133.3791" y="32.492501"/>
+  <use xlink:href="#glyph0-15" x="138.7071" y="32.492501"/>
+  <use xlink:href="#glyph0-23" x="143.1551" y="32.492501"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 20.164062 261.164062 L 113.707031 261.164062 L 113.707031 218.644531 L 20.164062 218.644531 Z M 20.164062 261.164062 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 357.164062 314.644531 L 450.707031 314.644531 L 450.707031 357.164062 L 357.164062 357.164062 Z M 357.164062 314.644531 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-40" x="49.74501" y="245.681501"/>
+  <use xlink:href="#glyph0-33" x="60.41701" y="245.681501"/>
+  <use xlink:href="#glyph0-38" x="70.19301" y="245.681501"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 303.628906 332.03125 L 527.566406 332.03125 L 527.566406 11.714844 L 303.628906 11.714844 Z M 303.628906 332.03125 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 640.628906 107.714844 L 864.566406 107.714844 L 864.566406 428.03125 L 640.628906 428.03125 Z M 640.628906 107.714844 " transform="matrix(1,0,0,1,-337,-96)"/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 417.015625 119.433594 L 519.0625 119.433594 L 519.0625 85.417969 L 417.015625 85.417969 Z M 417.015625 119.433594 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 754.015625 181.417969 L 856.0625 181.417969 L 856.0625 215.433594 L 754.015625 215.433594 Z M 754.015625 181.417969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-1" x="437.9514" y="108.201201"/>
+  <use xlink:href="#glyph0-2" x="448.3194" y="108.201201"/>
+  <use xlink:href="#glyph0-3" x="457.5034" y="108.201201"/>
+  <use xlink:href="#glyph0-4" x="466.9914" y="108.201201"/>
+  <use xlink:href="#glyph0-5" x="480.6394" y="108.201201"/>
+  <use xlink:href="#glyph0-6" x="489.2314" y="108.201201"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 417.015625 261.164062 L 519.0625 261.164062 L 519.0625 210.140625 L 417.015625 210.140625 Z M 417.015625 261.164062 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 754.015625 306.140625 L 856.0625 306.140625 L 856.0625 357.164062 L 754.015625 357.164062 Z M 754.015625 306.140625 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-7" x="448.7754" y="241.429501"/>
+  <use xlink:href="#glyph0-8" x="460.3274" y="241.429501"/>
+  <use xlink:href="#glyph0-9" x="468.9194" y="241.429501"/>
+  <use xlink:href="#glyph0-10" x="478.4074" y="241.429501"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 312.132812 159.117188 L 405.675781 159.117188 L 405.675781 85.417969 L 312.132812 85.417969 Z M 312.132812 159.117188 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.132812 181.417969 L 742.675781 181.417969 L 742.675781 255.117188 L 649.132812 255.117188 Z M 649.132812 181.417969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="321.4255" y="128.043701"/>
+  <use xlink:href="#glyph0-19" x="331.7935" y="128.043701"/>
+  <use xlink:href="#glyph0-6" x="335.3455" y="128.043701"/>
+  <use xlink:href="#glyph0-18" x="344.2415" y="128.043701"/>
+  <use xlink:href="#glyph0-12" x="353.4255" y="128.043701"/>
+  <use xlink:href="#glyph0-31" x="362.3215" y="128.043701"/>
+  <use xlink:href="#glyph0-5" x="365.8735" y="128.043701"/>
+  <use xlink:href="#glyph0-11" x="374.4655" y="128.043701"/>
+  <use xlink:href="#glyph0-19" x="379.7935" y="128.043701"/>
+  <use xlink:href="#glyph0-17" x="383.3455" y="128.043701"/>
+  <use xlink:href="#glyph0-32" x="388.3855" y="128.043701"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 417.015625 159.117188 L 519.0625 159.117188 L 519.0625 125.101562 L 417.015625 125.101562 Z M 417.015625 159.117188 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 754.015625 221.101562 L 856.0625 221.101562 L 856.0625 255.117188 L 754.015625 255.117188 Z M 754.015625 221.101562 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-11" x="450.7034" y="147.886201"/>
+  <use xlink:href="#glyph0-12" x="456.0314" y="147.886201"/>
+  <use xlink:href="#glyph0-6" x="464.9274" y="147.886201"/>
+  <use xlink:href="#glyph0-7" x="473.8234" y="147.886201"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 417.015625 204.472656 L 519.0625 204.472656 L 519.0625 170.457031 L 417.015625 170.457031 Z M 417.015625 204.472656 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 754.015625 266.457031 L 856.0625 266.457031 L 856.0625 300.472656 L 754.015625 300.472656 Z M 754.015625 266.457031 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-38" x="424.3194" y="193.240601"/>
+  <use xlink:href="#glyph0-14" x="438.2554" y="193.240601"/>
+  <use xlink:href="#glyph0-16" x="449.5194" y="193.240601"/>
+  <use xlink:href="#glyph0-15" x="459.8874" y="193.240601"/>
+  <use xlink:href="#glyph0-37" x="464.3354" y="193.240601"/>
+  <use xlink:href="#glyph0-15" x="469.6634" y="193.240601"/>
+  <use xlink:href="#glyph0-38" x="474.1114" y="193.240601"/>
+  <use xlink:href="#glyph0-24" x="488.0474" y="193.240601"/>
+  <use xlink:href="#glyph0-29" x="500.2074" y="193.240601"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 312.132812 320.691406 L 519.0625 320.691406 L 519.0625 269.667969 L 312.132812 269.667969 Z M 312.132812 320.691406 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.132812 365.667969 L 856.0625 365.667969 L 856.0625 416.691406 L 649.132812 416.691406 Z M 649.132812 365.667969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-29" x="344.0384" y="291.733102"/>
+  <use xlink:href="#glyph0-33" x="355.5904" y="291.733102"/>
+  <use xlink:href="#glyph0-34" x="365.3664" y="291.733102"/>
+  <use xlink:href="#glyph0-14" x="369.5104" y="291.733102"/>
+  <use xlink:href="#glyph0-34" x="380.7744" y="291.733102"/>
+  <use xlink:href="#glyph0-35" x="384.9184" y="291.733102"/>
+  <use xlink:href="#glyph0-15" x="395.2864" y="291.733102"/>
+  <use xlink:href="#glyph0-36" x="399.7344" y="291.733102"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-8" x="407.1424" y="291.733102"/>
+  <use xlink:href="#glyph0-20" x="415.7344" y="291.733102"/>
+  <use xlink:href="#glyph0-31" x="423.7344" y="291.733102"/>
+  <use xlink:href="#glyph0-5" x="427.2864" y="291.733102"/>
+  <use xlink:href="#glyph0-15" x="435.8784" y="291.733102"/>
+  <use xlink:href="#glyph0-33" x="440.3264" y="291.733102"/>
+  <use xlink:href="#glyph0-23" x="450.1024" y="291.733102"/>
+  <use xlink:href="#glyph0-26" x="458.9984" y="291.733102"/>
+  <use xlink:href="#glyph0-26" x="467.8944" y="291.733102"/>
+  <use xlink:href="#glyph0-16" x="476.7904" y="291.733102"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="340.1904" y="310.1811"/>
+  <use xlink:href="#glyph0-16" x="350.5584" y="310.1811"/>
+  <use xlink:href="#glyph0-14" x="360.9264" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="372.1904" y="310.1811"/>
+  <use xlink:href="#glyph0-37" x="376.6384" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="381.9664" y="310.1811"/>
+  <use xlink:href="#glyph0-29" x="386.4144" y="310.1811"/>
+  <use xlink:href="#glyph0-33" x="397.9664" y="310.1811"/>
+  <use xlink:href="#glyph0-38" x="407.7424" y="310.1811"/>
+  <use xlink:href="#glyph0-8" x="421.6784" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="430.2704" y="310.1811"/>
+  <use xlink:href="#glyph0-16" x="434.7184" y="310.1811"/>
+  <use xlink:href="#glyph0-17" x="445.0864" y="310.1811"/>
+  <use xlink:href="#glyph0-2" x="450.1264" y="310.1811"/>
+  <use xlink:href="#glyph0-11" x="459.3104" y="310.1811"/>
+  <use xlink:href="#glyph0-5" x="464.6384" y="310.1811"/>
+  <use xlink:href="#glyph0-18" x="473.2304" y="310.1811"/>
+  <use xlink:href="#glyph0-8" x="482.4144" y="310.1811"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 312.132812 79.746094 L 519.0625 79.746094 L 519.0625 45.730469 L 312.132812 45.730469 Z M 312.132812 79.746094 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.132812 141.730469 L 856.0625 141.730469 L 856.0625 175.75 L 649.132812 175.75 Z M 649.132812 141.730469 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-7" x="386.5584" y="68.516201"/>
+  <use xlink:href="#glyph0-8" x="398.1104" y="68.516201"/>
+  <use xlink:href="#glyph0-9" x="406.7024" y="68.516201"/>
+  <use xlink:href="#glyph0-10" x="416.1904" y="68.516201"/>
+  <use xlink:href="#glyph0-39" x="425.0864" y="68.516201"/>
+  <use xlink:href="#glyph0-16" x="434.2704" y="68.516201"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="385.3894" y="33.673601"/>
+  <use xlink:href="#glyph0-8" x="395.7574" y="33.673601"/>
+  <use xlink:href="#glyph0-11" x="404.3494" y="33.673601"/>
+  <use xlink:href="#glyph0-22" x="409.6774" y="33.673601"/>
+  <use xlink:href="#glyph0-8" x="417.6774" y="33.673601"/>
+  <use xlink:href="#glyph0-11" x="426.2694" y="33.673601"/>
+  <use xlink:href="#glyph0-15" x="431.5974" y="33.673601"/>
+  <use xlink:href="#glyph0-25" x="436.0454" y="33.673601"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 312.132812 212.976562 L 405.675781 212.976562 L 405.675781 170.457031 L 312.132812 170.457031 Z M 312.132812 212.976562 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.132812 266.457031 L 742.675781 266.457031 L 742.675781 308.976562 L 649.132812 308.976562 Z M 649.132812 266.457031 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="338.0095" y="197.492501"/>
+  <use xlink:href="#glyph0-31" x="348.3775" y="197.492501"/>
+  <use xlink:href="#glyph0-12" x="351.9295" y="197.492501"/>
+  <use xlink:href="#glyph0-11" x="360.8255" y="197.492501"/>
+  <use xlink:href="#glyph0-4" x="366.1535" y="197.492501"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 312.132812 261.164062 L 405.675781 261.164062 L 405.675781 218.644531 L 312.132812 218.644531 Z M 312.132812 261.164062 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 649.132812 314.644531 L 742.675781 314.644531 L 742.675781 357.164062 L 649.132812 357.164062 Z M 649.132812 314.644531 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-40" x="341.7135" y="245.681501"/>
+  <use xlink:href="#glyph0-33" x="352.3855" y="245.681501"/>
+  <use xlink:href="#glyph0-38" x="362.1615" y="245.681501"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 595.597656 332.03125 L 819.535156 332.03125 L 819.535156 11.714844 L 595.597656 11.714844 Z M 595.597656 332.03125 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 932.597656 107.714844 L 1156.535156 107.714844 L 1156.535156 428.03125 L 932.597656 428.03125 Z M 932.597656 107.714844 " transform="matrix(1,0,0,1,-337,-96)"/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 708.984375 119.433594 L 811.03125 119.433594 L 811.03125 85.417969 L 708.984375 85.417969 Z M 708.984375 119.433594 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1045.984375 181.417969 L 1148.03125 181.417969 L 1148.03125 215.433594 L 1045.984375 215.433594 Z M 1045.984375 181.417969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-1" x="729.9199" y="108.201201"/>
+  <use xlink:href="#glyph0-2" x="740.2879" y="108.201201"/>
+  <use xlink:href="#glyph0-3" x="749.4719" y="108.201201"/>
+  <use xlink:href="#glyph0-4" x="758.9599" y="108.201201"/>
+  <use xlink:href="#glyph0-5" x="772.6079" y="108.201201"/>
+  <use xlink:href="#glyph0-6" x="781.1999" y="108.201201"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 708.984375 261.164062 L 811.03125 261.164062 L 811.03125 210.140625 L 708.984375 210.140625 Z M 708.984375 261.164062 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1045.984375 306.140625 L 1148.03125 306.140625 L 1148.03125 357.164062 L 1045.984375 357.164062 Z M 1045.984375 306.140625 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-7" x="740.7439" y="241.429501"/>
+  <use xlink:href="#glyph0-8" x="752.2959" y="241.429501"/>
+  <use xlink:href="#glyph0-9" x="760.8879" y="241.429501"/>
+  <use xlink:href="#glyph0-10" x="770.3759" y="241.429501"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 604.101562 159.117188 L 697.644531 159.117188 L 697.644531 85.417969 L 604.101562 85.417969 Z M 604.101562 159.117188 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 941.101562 181.417969 L 1034.644531 181.417969 L 1034.644531 255.117188 L 941.101562 255.117188 Z M 941.101562 181.417969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="613.394" y="128.043701"/>
+  <use xlink:href="#glyph0-19" x="623.762" y="128.043701"/>
+  <use xlink:href="#glyph0-6" x="627.314" y="128.043701"/>
+  <use xlink:href="#glyph0-18" x="636.21" y="128.043701"/>
+  <use xlink:href="#glyph0-12" x="645.394" y="128.043701"/>
+  <use xlink:href="#glyph0-31" x="654.29" y="128.043701"/>
+  <use xlink:href="#glyph0-5" x="657.842" y="128.043701"/>
+  <use xlink:href="#glyph0-11" x="666.434" y="128.043701"/>
+  <use xlink:href="#glyph0-19" x="671.762" y="128.043701"/>
+  <use xlink:href="#glyph0-17" x="675.314" y="128.043701"/>
+  <use xlink:href="#glyph0-32" x="680.354" y="128.043701"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 708.984375 159.117188 L 811.03125 159.117188 L 811.03125 125.101562 L 708.984375 125.101562 Z M 708.984375 159.117188 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1045.984375 221.101562 L 1148.03125 221.101562 L 1148.03125 255.117188 L 1045.984375 255.117188 Z M 1045.984375 221.101562 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-11" x="742.6719" y="147.886201"/>
+  <use xlink:href="#glyph0-12" x="747.9999" y="147.886201"/>
+  <use xlink:href="#glyph0-6" x="756.8959" y="147.886201"/>
+  <use xlink:href="#glyph0-7" x="765.7919" y="147.886201"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 708.984375 204.472656 L 811.03125 204.472656 L 811.03125 170.457031 L 708.984375 170.457031 Z M 708.984375 204.472656 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1045.984375 266.457031 L 1148.03125 266.457031 L 1148.03125 300.472656 L 1045.984375 300.472656 Z M 1045.984375 266.457031 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-38" x="742.2239" y="184.016602"/>
+  <use xlink:href="#glyph0-14" x="756.1599" y="184.016602"/>
+  <use xlink:href="#glyph0-16" x="767.4239" y="184.016602"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-38" x="715.5519" y="202.4646"/>
+  <use xlink:href="#glyph0-24" x="729.4879" y="202.4646"/>
+  <use xlink:href="#glyph0-29" x="741.6479" y="202.4646"/>
+  <use xlink:href="#glyph0-15" x="753.1999" y="202.4646"/>
+  <use xlink:href="#glyph0-37" x="757.6479" y="202.4646"/>
+  <use xlink:href="#glyph0-15" x="762.9759" y="202.4646"/>
+  <use xlink:href="#glyph0-38" x="767.4239" y="202.4646"/>
+  <use xlink:href="#glyph0-27" x="781.3599" y="202.4646"/>
+  <use xlink:href="#glyph0-41" x="793.5039" y="202.4646"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 604.101562 320.691406 L 811.03125 320.691406 L 811.03125 269.667969 L 604.101562 269.667969 Z M 604.101562 320.691406 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 941.101562 365.667969 L 1148.03125 365.667969 L 1148.03125 416.691406 L 941.101562 416.691406 Z M 941.101562 365.667969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-29" x="636.0069" y="291.733102"/>
+  <use xlink:href="#glyph0-33" x="647.5589" y="291.733102"/>
+  <use xlink:href="#glyph0-34" x="657.3349" y="291.733102"/>
+  <use xlink:href="#glyph0-14" x="661.4789" y="291.733102"/>
+  <use xlink:href="#glyph0-34" x="672.7429" y="291.733102"/>
+  <use xlink:href="#glyph0-35" x="676.8869" y="291.733102"/>
+  <use xlink:href="#glyph0-15" x="687.2549" y="291.733102"/>
+  <use xlink:href="#glyph0-36" x="691.7029" y="291.733102"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-8" x="699.1109" y="291.733102"/>
+  <use xlink:href="#glyph0-20" x="707.7029" y="291.733102"/>
+  <use xlink:href="#glyph0-31" x="715.7029" y="291.733102"/>
+  <use xlink:href="#glyph0-5" x="719.2549" y="291.733102"/>
+  <use xlink:href="#glyph0-15" x="727.8469" y="291.733102"/>
+  <use xlink:href="#glyph0-33" x="732.2949" y="291.733102"/>
+  <use xlink:href="#glyph0-23" x="742.0709" y="291.733102"/>
+  <use xlink:href="#glyph0-26" x="750.9669" y="291.733102"/>
+  <use xlink:href="#glyph0-26" x="759.8629" y="291.733102"/>
+  <use xlink:href="#glyph0-16" x="768.7589" y="291.733102"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="632.1589" y="310.1811"/>
+  <use xlink:href="#glyph0-16" x="642.5269" y="310.1811"/>
+  <use xlink:href="#glyph0-14" x="652.8949" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="664.1589" y="310.1811"/>
+  <use xlink:href="#glyph0-37" x="668.6069" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="673.9349" y="310.1811"/>
+  <use xlink:href="#glyph0-29" x="678.3829" y="310.1811"/>
+  <use xlink:href="#glyph0-33" x="689.9349" y="310.1811"/>
+  <use xlink:href="#glyph0-38" x="699.7109" y="310.1811"/>
+  <use xlink:href="#glyph0-8" x="713.6469" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="722.2389" y="310.1811"/>
+  <use xlink:href="#glyph0-16" x="726.6869" y="310.1811"/>
+  <use xlink:href="#glyph0-17" x="737.0549" y="310.1811"/>
+  <use xlink:href="#glyph0-2" x="742.0949" y="310.1811"/>
+  <use xlink:href="#glyph0-11" x="751.2789" y="310.1811"/>
+  <use xlink:href="#glyph0-5" x="756.6069" y="310.1811"/>
+  <use xlink:href="#glyph0-18" x="765.1989" y="310.1811"/>
+  <use xlink:href="#glyph0-8" x="774.3829" y="310.1811"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 604.101562 79.746094 L 811.03125 79.746094 L 811.03125 45.730469 L 604.101562 45.730469 Z M 604.101562 79.746094 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 941.101562 141.730469 L 1148.03125 141.730469 L 1148.03125 175.75 L 941.101562 175.75 Z M 941.101562 141.730469 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-7" x="678.5269" y="68.516201"/>
+  <use xlink:href="#glyph0-8" x="690.0789" y="68.516201"/>
+  <use xlink:href="#glyph0-9" x="698.6709" y="68.516201"/>
+  <use xlink:href="#glyph0-10" x="708.1589" y="68.516201"/>
+  <use xlink:href="#glyph0-39" x="717.0549" y="68.516201"/>
+  <use xlink:href="#glyph0-16" x="726.2389" y="68.516201"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="677.3579" y="33.673601"/>
+  <use xlink:href="#glyph0-8" x="687.7259" y="33.673601"/>
+  <use xlink:href="#glyph0-11" x="696.3179" y="33.673601"/>
+  <use xlink:href="#glyph0-22" x="701.6459" y="33.673601"/>
+  <use xlink:href="#glyph0-8" x="709.6459" y="33.673601"/>
+  <use xlink:href="#glyph0-11" x="718.2379" y="33.673601"/>
+  <use xlink:href="#glyph0-15" x="723.5659" y="33.673601"/>
+  <use xlink:href="#glyph0-42" x="728.0139" y="33.673601"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 604.101562 212.976562 L 697.644531 212.976562 L 697.644531 170.457031 L 604.101562 170.457031 Z M 604.101562 212.976562 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 941.101562 266.457031 L 1034.644531 266.457031 L 1034.644531 308.976562 L 941.101562 308.976562 Z M 941.101562 266.457031 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="629.978" y="197.492501"/>
+  <use xlink:href="#glyph0-31" x="640.346" y="197.492501"/>
+  <use xlink:href="#glyph0-12" x="643.898" y="197.492501"/>
+  <use xlink:href="#glyph0-11" x="652.794" y="197.492501"/>
+  <use xlink:href="#glyph0-4" x="658.122" y="197.492501"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 604.101562 261.164062 L 697.644531 261.164062 L 697.644531 218.644531 L 604.101562 218.644531 Z M 604.101562 261.164062 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 941.101562 314.644531 L 1034.644531 314.644531 L 1034.644531 357.164062 L 941.101562 357.164062 Z M 941.101562 314.644531 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-40" x="633.682" y="245.681501"/>
+  <use xlink:href="#glyph0-33" x="644.354" y="245.681501"/>
+  <use xlink:href="#glyph0-38" x="654.13" y="245.681501"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 887.566406 332.03125 L 1111.503906 332.03125 L 1111.503906 11.714844 L 887.566406 11.714844 Z M 887.566406 332.03125 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1224.566406 107.714844 L 1448.503906 107.714844 L 1448.503906 428.03125 L 1224.566406 428.03125 Z M 1224.566406 107.714844 " transform="matrix(1,0,0,1,-337,-96)"/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 1000.953125 119.433594 L 1103 119.433594 L 1103 85.417969 L 1000.953125 85.417969 Z M 1000.953125 119.433594 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1337.953125 181.417969 L 1440 181.417969 L 1440 215.433594 L 1337.953125 215.433594 Z M 1337.953125 181.417969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-1" x="1021.888" y="108.201201"/>
+  <use xlink:href="#glyph0-2" x="1032.256" y="108.201201"/>
+  <use xlink:href="#glyph0-3" x="1041.44" y="108.201201"/>
+  <use xlink:href="#glyph0-4" x="1050.928" y="108.201201"/>
+  <use xlink:href="#glyph0-5" x="1064.576" y="108.201201"/>
+  <use xlink:href="#glyph0-6" x="1073.168" y="108.201201"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 1000.953125 261.164062 L 1103 261.164062 L 1103 210.140625 L 1000.953125 210.140625 Z M 1000.953125 261.164062 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1337.953125 306.140625 L 1440 306.140625 L 1440 357.164062 L 1337.953125 357.164062 Z M 1337.953125 306.140625 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-7" x="1032.712" y="241.429501"/>
+  <use xlink:href="#glyph0-8" x="1044.264" y="241.429501"/>
+  <use xlink:href="#glyph0-9" x="1052.856" y="241.429501"/>
+  <use xlink:href="#glyph0-10" x="1062.344" y="241.429501"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 896.070312 159.117188 L 989.613281 159.117188 L 989.613281 85.417969 L 896.070312 85.417969 Z M 896.070312 159.117188 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1233.070312 181.417969 L 1326.613281 181.417969 L 1326.613281 255.117188 L 1233.070312 255.117188 Z M 1233.070312 181.417969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="905.3625" y="128.043701"/>
+  <use xlink:href="#glyph0-19" x="915.7305" y="128.043701"/>
+  <use xlink:href="#glyph0-6" x="919.2825" y="128.043701"/>
+  <use xlink:href="#glyph0-18" x="928.1785" y="128.043701"/>
+  <use xlink:href="#glyph0-12" x="937.3625" y="128.043701"/>
+  <use xlink:href="#glyph0-31" x="946.2585" y="128.043701"/>
+  <use xlink:href="#glyph0-5" x="949.8105" y="128.043701"/>
+  <use xlink:href="#glyph0-11" x="958.4025" y="128.043701"/>
+  <use xlink:href="#glyph0-19" x="963.7305" y="128.043701"/>
+  <use xlink:href="#glyph0-17" x="967.2825" y="128.043701"/>
+  <use xlink:href="#glyph0-32" x="972.3225" y="128.043701"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 1000.953125 159.117188 L 1103 159.117188 L 1103 125.101562 L 1000.953125 125.101562 Z M 1000.953125 159.117188 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1337.953125 221.101562 L 1440 221.101562 L 1440 255.117188 L 1337.953125 255.117188 Z M 1337.953125 221.101562 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-11" x="1034.64" y="147.886201"/>
+  <use xlink:href="#glyph0-12" x="1039.968" y="147.886201"/>
+  <use xlink:href="#glyph0-6" x="1048.864" y="147.886201"/>
+  <use xlink:href="#glyph0-7" x="1057.76" y="147.886201"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 1000.953125 204.472656 L 1103 204.472656 L 1103 170.457031 L 1000.953125 170.457031 Z M 1000.953125 204.472656 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1337.953125 266.457031 L 1440 266.457031 L 1440 300.472656 L 1337.953125 300.472656 Z M 1337.953125 266.457031 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-38" x="1034.192" y="184.016602"/>
+  <use xlink:href="#glyph0-14" x="1048.128" y="184.016602"/>
+  <use xlink:href="#glyph0-16" x="1059.392" y="184.016602"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-38" x="1007.52" y="202.4646"/>
+  <use xlink:href="#glyph0-24" x="1021.456" y="202.4646"/>
+  <use xlink:href="#glyph0-29" x="1033.616" y="202.4646"/>
+  <use xlink:href="#glyph0-15" x="1045.168" y="202.4646"/>
+  <use xlink:href="#glyph0-37" x="1049.616" y="202.4646"/>
+  <use xlink:href="#glyph0-15" x="1054.944" y="202.4646"/>
+  <use xlink:href="#glyph0-38" x="1059.392" y="202.4646"/>
+  <use xlink:href="#glyph0-27" x="1073.328" y="202.4646"/>
+  <use xlink:href="#glyph0-41" x="1085.472" y="202.4646"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 896.070312 320.691406 L 1103 320.691406 L 1103 269.667969 L 896.070312 269.667969 Z M 896.070312 320.691406 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1233.070312 365.667969 L 1440 365.667969 L 1440 416.691406 L 1233.070312 416.691406 Z M 1233.070312 365.667969 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-29" x="927.9754" y="291.733102"/>
+  <use xlink:href="#glyph0-33" x="939.5274" y="291.733102"/>
+  <use xlink:href="#glyph0-34" x="949.3034" y="291.733102"/>
+  <use xlink:href="#glyph0-14" x="953.4474" y="291.733102"/>
+  <use xlink:href="#glyph0-34" x="964.7114" y="291.733102"/>
+  <use xlink:href="#glyph0-35" x="968.8554" y="291.733102"/>
+  <use xlink:href="#glyph0-15" x="979.2234" y="291.733102"/>
+  <use xlink:href="#glyph0-36" x="983.6714" y="291.733102"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-8" x="991.0794" y="291.733102"/>
+  <use xlink:href="#glyph0-20" x="999.6714" y="291.733102"/>
+  <use xlink:href="#glyph0-31" x="1007.6714" y="291.733102"/>
+  <use xlink:href="#glyph0-5" x="1011.2234" y="291.733102"/>
+  <use xlink:href="#glyph0-15" x="1019.8154" y="291.733102"/>
+  <use xlink:href="#glyph0-33" x="1024.2634" y="291.733102"/>
+  <use xlink:href="#glyph0-23" x="1034.0394" y="291.733102"/>
+  <use xlink:href="#glyph0-26" x="1042.9354" y="291.733102"/>
+  <use xlink:href="#glyph0-26" x="1051.8314" y="291.733102"/>
+  <use xlink:href="#glyph0-16" x="1060.7274" y="291.733102"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="924.1274" y="310.1811"/>
+  <use xlink:href="#glyph0-16" x="934.4954" y="310.1811"/>
+  <use xlink:href="#glyph0-14" x="944.8634" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="956.1274" y="310.1811"/>
+  <use xlink:href="#glyph0-37" x="960.5754" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="965.9034" y="310.1811"/>
+  <use xlink:href="#glyph0-29" x="970.3514" y="310.1811"/>
+  <use xlink:href="#glyph0-33" x="981.9034" y="310.1811"/>
+  <use xlink:href="#glyph0-38" x="991.6794" y="310.1811"/>
+  <use xlink:href="#glyph0-8" x="1005.6154" y="310.1811"/>
+  <use xlink:href="#glyph0-15" x="1014.2074" y="310.1811"/>
+  <use xlink:href="#glyph0-16" x="1018.6554" y="310.1811"/>
+  <use xlink:href="#glyph0-17" x="1029.0234" y="310.1811"/>
+  <use xlink:href="#glyph0-2" x="1034.0634" y="310.1811"/>
+  <use xlink:href="#glyph0-11" x="1043.2474" y="310.1811"/>
+  <use xlink:href="#glyph0-5" x="1048.5754" y="310.1811"/>
+  <use xlink:href="#glyph0-18" x="1057.1674" y="310.1811"/>
+  <use xlink:href="#glyph0-8" x="1066.3514" y="310.1811"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 896.070312 79.746094 L 1103 79.746094 L 1103 45.730469 L 896.070312 45.730469 Z M 896.070312 79.746094 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1233.070312 141.730469 L 1440 141.730469 L 1440 175.75 L 1233.070312 175.75 Z M 1233.070312 141.730469 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-7" x="970.4954" y="68.516201"/>
+  <use xlink:href="#glyph0-8" x="982.0474" y="68.516201"/>
+  <use xlink:href="#glyph0-9" x="990.6394" y="68.516201"/>
+  <use xlink:href="#glyph0-10" x="1000.1274" y="68.516201"/>
+  <use xlink:href="#glyph0-39" x="1009.0234" y="68.516201"/>
+  <use xlink:href="#glyph0-16" x="1018.2074" y="68.516201"/>
+</g>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="969.3264" y="33.673601"/>
+  <use xlink:href="#glyph0-8" x="979.6944" y="33.673601"/>
+  <use xlink:href="#glyph0-11" x="988.2864" y="33.673601"/>
+  <use xlink:href="#glyph0-22" x="993.6144" y="33.673601"/>
+  <use xlink:href="#glyph0-8" x="1001.6144" y="33.673601"/>
+  <use xlink:href="#glyph0-11" x="1010.2064" y="33.673601"/>
+  <use xlink:href="#glyph0-15" x="1015.5344" y="33.673601"/>
+  <use xlink:href="#glyph0-43" x="1019.9824" y="33.673601"/>
+  <use xlink:href="#glyph0-15" x="1028.8784" y="33.673601"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 896.070312 212.976562 L 989.613281 212.976562 L 989.613281 170.457031 L 896.070312 170.457031 Z M 896.070312 212.976562 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1233.070312 266.457031 L 1326.613281 266.457031 L 1326.613281 308.976562 L 1233.070312 308.976562 Z M 1233.070312 266.457031 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-16" x="921.9465" y="197.492501"/>
+  <use xlink:href="#glyph0-31" x="932.3145" y="197.492501"/>
+  <use xlink:href="#glyph0-12" x="935.8665" y="197.492501"/>
+  <use xlink:href="#glyph0-11" x="944.7625" y="197.492501"/>
+  <use xlink:href="#glyph0-4" x="950.0905" y="197.492501"/>
+</g>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 896.070312 261.164062 L 989.613281 261.164062 L 989.613281 218.644531 L 896.070312 218.644531 Z M 896.070312 261.164062 "/>
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1233.070312 314.644531 L 1326.613281 314.644531 L 1326.613281 357.164062 L 1233.070312 357.164062 Z M 1233.070312 314.644531 " transform="matrix(1,0,0,1,-337,-96)"/>
+<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
+  <use xlink:href="#glyph0-40" x="925.6505" y="245.681501"/>
+  <use xlink:href="#glyph0-33" x="936.3225" y="245.681501"/>
+  <use xlink:href="#glyph0-38" x="946.0985" y="245.681501"/>
+</g>
+</g>
+</svg>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slide/figs/test.drawio	Sun Feb 11 17:27:00 2024 +0900
@@ -0,0 +1,31 @@
+<mxfile host="65bd71144e">
+    <diagram id="TG3UEg7DHUoYuTF4jb0s" name="Page-1">
+        <mxGraphModel dx="1025" dy="880" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
+            <root>
+                <mxCell id="0"/>
+                <mxCell id="1" parent="0"/>
+                <mxCell id="6" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontSize=20;strokeWidth=3;" edge="1" parent="1" source="2" target="3">
+                    <mxGeometry relative="1" as="geometry"/>
+                </mxCell>
+                <mxCell id="2" value="&lt;font style=&quot;font-size: 20px&quot;&gt;DataGear&lt;/font&gt;" style="rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontColor=#333333;strokeColor=#000000;strokeWidth=5;" parent="1" vertex="1">
+                    <mxGeometry x="40" y="210" width="120" height="60" as="geometry"/>
+                </mxCell>
+                <mxCell id="7" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontSize=20;strokeWidth=3;" edge="1" parent="1" source="3" target="4">
+                    <mxGeometry relative="1" as="geometry"/>
+                </mxCell>
+                <mxCell id="3" value="CodeGear" style="ellipse;whiteSpace=wrap;html=1;fontSize=20;strokeWidth=5;" vertex="1" parent="1">
+                    <mxGeometry x="240" y="200" width="120" height="80" as="geometry"/>
+                </mxCell>
+                <mxCell id="9" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fontSize=20;strokeWidth=3;" edge="1" parent="1" source="4" target="5">
+                    <mxGeometry relative="1" as="geometry"/>
+                </mxCell>
+                <mxCell id="4" value="&lt;font style=&quot;font-size: 20px&quot;&gt;DataGear&lt;/font&gt;" style="rounded=0;whiteSpace=wrap;html=1;fillColor=none;fontColor=#333333;strokeColor=#000000;strokeWidth=5;" vertex="1" parent="1">
+                    <mxGeometry x="440" y="210" width="120" height="60" as="geometry"/>
+                </mxCell>
+                <mxCell id="5" value="CodeGear" style="ellipse;whiteSpace=wrap;html=1;fontSize=20;strokeWidth=5;" vertex="1" parent="1">
+                    <mxGeometry x="640" y="200" width="120" height="80" as="geometry"/>
+                </mxCell>
+            </root>
+        </mxGraphModel>
+    </diagram>
+</mxfile>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slide/figs/test.svg	Sun Feb 11 17:27:00 2024 +0900
@@ -0,0 +1,1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="725px" height="85px" viewBox="-0.5 -0.5 725 85" content="&lt;mxfile&gt;&lt;diagram id=&quot;TG3UEg7DHUoYuTF4jb0s&quot; name=&quot;Page-1&quot;&gt;7VZLc5swEP41HNvBCIhzbHGaXnryoelRY61BU4FcIQzur69AKx6VnfFMU3c6CRdpv90V+/hWEJCs7B4VPRRfJAMRRCHrArIJomgVRolZeuRkkfU6tECuOEOjCdjyn+A8EW04g3phqKUUmh+W4E5WFez0AqNKyXZptpdi+dYDzcEDtjsqfPQrZ7rALKK7Cf8MPC/cm1fpvdWU1BljJnVBmWxnEHkISKak1HZXdhmIvniuLtbv0wXtGJiCSl/jkGIY+uRyA2ZSRbGSlVk+FroURlqZLXRcP83238w+fJ+gtOk7HDrh5IRKq9PTXJh59eLkNkjOby8rjb2PernWSn4fC04MYoPvI76YPkK1bNQOrSJkDFU5oBUZS284C7IEE4cxUSCo5sfl6RTJk492U33NBkt8vtz46iMVDR4aRKnQmOyiEemPRjrFu3oowwdjYLLrJqXZ5f26oZo+AlXuNBOHPdCqvSYr2VQMGBa6LbiG7YEOBWrNyC57vudCZFJINTGiP9xBQUTsM7ZopgmHx2teMgZ1pldHUBq6GeQ3BrUxThFeI+P90E5DuXKTVswGMg3/vJV3r3ByiD858Y0mh3iTk5nPiuX8730QwnwI4ApiP1umiaMeIc8U6iJHPZKGV5J0/QIkvb8BSf8W2WKfbMmNyBa/XdMvOQLxv7ynk//14khveHEYcfrnHHSzP3fy8As=&lt;/diagram&gt;&lt;/mxfile&gt;"><defs/><g><path d="M 122 42 L 191.9 42" fill="none" stroke="rgb(0, 0, 0)" stroke-width="3" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 198.65 42 L 189.65 46.5 L 191.9 42 L 189.65 37.5 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-width="3" stroke-miterlimit="10" pointer-events="all"/><rect x="2" y="12" width="120" height="60" fill="none" stroke="#000000" stroke-width="5" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 42px; margin-left: 3px;"><div data-drawio-colors="color: #333333; " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(51, 51, 51); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;"><font style="font-size: 20px">DataGear</font></div></div></div></foreignObject><text x="62" y="46" fill="#333333" font-family="Helvetica" font-size="12px" text-anchor="middle">DataGear</text></switch></g><path d="M 322 42 L 391.9 42" fill="none" stroke="rgb(0, 0, 0)" stroke-width="3" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 398.65 42 L 389.65 46.5 L 391.9 42 L 389.65 37.5 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-width="3" stroke-miterlimit="10" pointer-events="all"/><ellipse cx="262" cy="42" rx="60" ry="40" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" stroke-width="5" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 42px; margin-left: 203px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 20px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">CodeGear</div></div></div></foreignObject><text x="262" y="48" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="20px" text-anchor="middle">CodeGear</text></switch></g><path d="M 522 42 L 591.9 42" fill="none" stroke="rgb(0, 0, 0)" stroke-width="3" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 598.65 42 L 589.65 46.5 L 591.9 42 L 589.65 37.5 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-width="3" stroke-miterlimit="10" pointer-events="all"/><rect x="402" y="12" width="120" height="60" fill="none" stroke="#000000" stroke-width="5" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 42px; margin-left: 403px;"><div data-drawio-colors="color: #333333; " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(51, 51, 51); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;"><font style="font-size: 20px">DataGear</font></div></div></div></foreignObject><text x="462" y="46" fill="#333333" font-family="Helvetica" font-size="12px" text-anchor="middle">DataGear</text></switch></g><ellipse cx="662" cy="42" rx="60" ry="40" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" stroke-width="5" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 42px; margin-left: 603px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 20px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">CodeGear</div></div></div></foreignObject><text x="662" y="48" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="20px" text-anchor="middle">CodeGear</text></switch></g></g><switch><g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/><a transform="translate(0,-5)" xlink:href="https://www.diagrams.net/doc/faq/svg-export-text-problems" target="_blank"><text text-anchor="middle" font-size="10px" x="50%" y="100%">Viewer does not support full SVG 1.1</text></a></switch></svg>
\ No newline at end of file
Binary file slide/figs/vmaudit.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slide/logo.svg	Sun Feb 11 17:27:00 2024 +0900
@@ -0,0 +1,683 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg3004"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   width="825.635"
+   height="268.76"
+   xml:space="preserve"
+   sodipodi:docname="logo.pdf"><metadata
+     id="metadata3010"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs3008"><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3018"><path
+         d="m 8.504,8.504 643,0 0,198 -643,0 0,-198 z"
+         id="path3020" /></clipPath></defs><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="640"
+     inkscape:window-height="480"
+     id="namedview3006"
+     showgrid="false"
+     inkscape:zoom="0.38152452"
+     inkscape:cx="412.8175"
+     inkscape:cy="134.38"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="g3012" /><g
+     id="g3012"
+     inkscape:groupmode="layer"
+     inkscape:label="logo"
+     transform="matrix(1.25,0,0,-1.25,0,268.76)"><g
+       id="g3014"><g
+         id="g3016"
+         clip-path="url(#clipPath3018)"><g
+           id="g3022"
+           transform="translate(102.5332,135.6518)"><path
+             d="m 0,0 -11.408,22.813 -14.75,0 c -2.032,0 -3.681,1.648 -3.681,3.682 0,2.032 1.649,3.679 3.681,3.679 l 19.299,0 L 6.585,3.292 C 7.494,1.473 6.755,-0.737 4.938,-1.648 4.41,-1.914 3.849,-2.039 3.295,-2.038 1.944,-2.038 0.645,-1.291 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3024" /></g><g
+           id="g3026"
+           transform="translate(122.8477,70.1152)"><path
+             d="m 0,0 0,111.942 c 0,2.032 1.653,3.679 3.682,3.679 2.034,0 3.684,-1.647 3.684,-3.679 L 7.366,0 c 0,-2.034 -1.65,-3.681 -3.684,-3.681 C 1.653,-3.681 0,-2.034 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3028" /></g><g
+           id="g3030"
+           transform="translate(51.0649,133.6162)"><path
+             d="m 0,0 c -2.03,0 -3.681,1.648 -3.681,3.679 0,2.035 1.651,3.684 3.681,3.684 l 121.941,0 c 2.034,0 3.681,-1.649 3.681,-3.684 C 125.622,1.648 123.975,0 121.941,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3032" /></g><g
+           id="g3034"
+           transform="translate(102.144,70.1152)"><path
+             d="m 0,0 0,67.18 c 0,2.034 1.65,3.684 3.681,3.684 2.032,0 3.68,-1.65 3.68,-3.684 L 7.361,0 c 0,-2.034 -1.648,-3.681 -3.68,-3.681 C 1.65,-3.681 0,-2.034 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3036" /></g><g
+           id="g3038"
+           transform="translate(102.459,68.6269)"><path
+             d="m 0,0 -18.358,41.521 -16.469,0 0,-0.002 c -2.03,0 -3.679,1.652 -3.679,3.684 0,2.034 1.649,3.68 3.679,3.68 l 21.263,0 L 6.733,2.977 C 7.556,1.117 6.712,-1.057 4.853,-1.881 4.371,-2.092 3.866,-2.194 3.367,-2.194 1.955,-2.194 0.605,-1.375 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3040" /></g><g
+           id="g3042"
+           transform="translate(141.7153,70.1152)"><path
+             d="m 0,0 0,49.696 c 0,2.035 1.65,3.682 3.682,3.682 2.034,0 3.682,-1.647 3.682,-3.682 L 7.364,0 C 7.364,-2.034 5.716,-3.681 3.682,-3.681 1.65,-3.681 0,-2.034 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3044" /></g><g
+           id="g3046"
+           transform="translate(31.2803,66.4346)"><path
+             d="m 0,0 c -2.032,0 -3.682,1.647 -3.682,3.681 0,2.032 1.65,3.678 3.682,3.678 l 147.246,0 c 2.035,0 3.684,-1.646 3.684,-3.678 C 150.93,1.647 149.281,0 147.246,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3048" /></g><g
+           id="g3050"
+           transform="translate(164.7226,156.6235)"><path
+             d="m 0,0 c -2.03,0 -3.679,1.648 -3.679,3.681 0,2.033 1.649,3.682 3.679,3.682 l 49.701,0 c 2.028,0 3.68,-1.649 3.68,-3.682 C 53.381,1.648 51.729,0 49.701,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3052" /></g><g
+           id="g3054"
+           transform="translate(165.4023,87.7905)"><path
+             d="m 0,0 c -1.929,0.645 -2.974,2.727 -2.33,4.656 l 23.008,69.021 c 0.643,1.93 2.727,2.975 4.654,2.328 1.931,-0.642 2.974,-2.726 2.33,-4.653 L 4.653,2.328 C 4.14,0.785 2.703,-0.191 1.163,-0.191 0.776,-0.191 0.385,-0.129 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3056" /></g><g
+           id="g3058"
+           transform="translate(134.8149,37.9038)"><path
+             d="m 0,0 c -2.034,0 -3.682,1.65 -3.682,3.681 0,2.033 1.648,3.684 3.682,3.684 l 45.138,0 27.183,88.347 -32.29,0 0,-0.002 c -2.034,0 -3.679,1.651 -3.679,3.685 0,2.03 1.645,3.68 3.679,3.68 l 42.257,0 L 50.575,0 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3060" /></g><g
+           id="g3062"
+           transform="translate(160.1216,105.5478)"><path
+             d="m 0,0 c -2.032,0 -3.677,1.645 -3.677,3.679 0,2.034 1.645,3.68 3.677,3.68 l 41.875,0 c 2.034,0 3.684,-1.646 3.684,-3.68 C 45.559,1.645 43.909,0 41.875,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3064" /></g><g
+           id="g3066"
+           transform="translate(226.3838,104.1665)"><path
+             d="m 0,0 0,41.414 c 0,2.032 1.648,3.678 3.681,3.678 2.034,0 3.682,-1.646 3.682,-3.678 L 7.363,0 C 7.363,-2.032 5.715,-3.681 3.681,-3.681 1.648,-3.681 0,-2.032 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3068" /></g><g
+           id="g3070"
+           transform="translate(203.8359,66.4346)"><path
+             d="m 0,0 c -2.032,0 -3.681,1.647 -3.681,3.681 0,2.032 1.649,3.678 3.681,3.678 l 43.255,0.004 0,96.631 0.002,0 c 0,2.032 1.65,3.681 3.679,3.681 2.033,0 3.684,-1.649 3.684,-3.681 L 50.62,0 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3072" /></g><g
+           id="g3074"
+           transform="translate(257.1143,101.0381)"><path
+             d="m 0,0 c -1.728,1.074 -2.259,3.342 -1.184,5.071 l 24.291,39.141 0,26.1 0.002,0 c 0,2.032 1.646,3.682 3.681,3.682 2.033,0 3.682,-1.65 3.682,-3.682 l 0,-28.201 L 5.071,1.189 C 4.372,0.063 3.171,-0.552 1.939,-0.552 1.276,-0.552 0.604,-0.375 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3076" /></g><g
+           id="g3078"
+           transform="translate(259.4902,40.251)"><path
+             d="m 0,0 c -1.751,1.034 -2.338,3.29 -1.308,5.042 l 17.897,30.427 0.002,61.575 c 0,2.034 1.649,3.684 3.682,3.684 2.031,0 3.681,-1.65 3.681,-3.684 l 0,-63.58 L 5.04,1.31 5.04,1.308 C 4.352,0.141 3.123,-0.508 1.864,-0.508 1.23,-0.508 0.587,-0.341 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3080" /></g><g
+           id="g3082"
+           transform="translate(295.8657,133.6162)"><path
+             d="m 0,0 c -2.032,0 -3.68,1.648 -3.68,3.679 0,2.035 1.648,3.684 3.68,3.684 l 119.181,0 c 2.034,0 3.679,-1.649 3.679,-3.684 C 122.86,1.648 121.215,0 119.181,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3084" /></g><g
+           id="g3086"
+           transform="translate(300.0078,153.8618)"><path
+             d="m 0,0 c -2.032,0 -3.679,1.65 -3.679,3.682 0,2.034 1.647,3.683 3.679,3.683 l 52.918,0 c 2.034,0 3.683,-1.649 3.683,-3.683 C 56.601,1.65 54.952,0 52.918,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3088" /></g><g
+           id="g3090"
+           transform="translate(300.0078,116.5898)"><path
+             d="m 0,0 c -2.032,0 -3.679,1.646 -3.679,3.682 0,2.031 1.647,3.682 3.679,3.682 l 52,0 c 2.032,0 3.68,-1.651 3.68,-3.682 C 55.68,1.646 54.032,0 52,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3092" /></g><g
+           id="g3094"
+           transform="translate(300.0078,99.5669)"><path
+             d="m 0,0 c -2.032,0 -3.679,1.647 -3.679,3.679 0,2.035 1.647,3.68 3.679,3.68 l 52,0 c 2.032,0 3.68,-1.645 3.68,-3.68 C 55.68,1.647 54.032,0 52,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3096" /></g><g
+           id="g3098"
+           transform="translate(303.6885,62.7539)"><path
+             d="m 0,0 44.637,-0.001 0,20.708 L 0,20.707 0,0 z m 44.637,-24.85 0,17.488 -51.997,0 0,35.43 59.356,0 0,-31.75 0,-21.168 0.004,0 c 0,-2.03 -1.649,-3.681 -3.681,-3.681 -2.036,0 -3.682,1.651 -3.682,3.681"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3100" /></g><g
+           id="g3102"
+           transform="translate(373.6348,117.5122)"><path
+             d="M 0,0 0,3.682 0,0 z m 3.679,-11.503 33.131,0 0,11.503 -33.131,0 0,-11.503 z m -7.361,-7.363 0,22.548 0,3.679 47.854,0 0,-26.227 -47.854,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3104" /></g><g
+           id="g3106"
+           transform="translate(390.6577,63.6728)"><path
+             d="m 0,0 0,106.756 c 0,2.034 1.648,3.681 3.684,3.681 2.032,0 3.679,-1.647 3.679,-3.681 L 7.363,0 C 7.363,-2.034 5.716,-3.682 3.684,-3.682 1.648,-3.682 0,-2.034 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3108" /></g><g
+           id="g3110"
+           transform="translate(356.6084,77.4766)"><path
+             d="m 0,0 c 0,2.034 1.645,3.682 3.681,3.682 l 15.513,0 15.473,23.211 c 1.127,1.691 3.414,2.147 5.105,1.02 1.694,-1.129 2.149,-3.414 1.022,-5.105 L 23.137,-3.679 3.681,-3.683 C 1.645,-3.683 0,-2.032 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3112" /></g><g
+           id="g3114"
+           transform="translate(404.9238,74.7148)"><path
+             d="m 0,0 0,27.61 c 0,2.036 1.647,3.684 3.683,3.684 2.03,0 3.678,-1.648 3.678,-3.684 L 7.361,0 C 7.361,-2.03 5.713,-3.681 3.683,-3.681 1.647,-3.681 0,-2.03 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3116" /></g><g
+           id="g3118"
+           transform="translate(409.5255,153.8618)"><path
+             d="m 0,0 c -2.034,0 -3.679,1.65 -3.679,3.684 0,2.032 1.645,3.679 3.679,3.679 l 54.298,0 0,20.833 c 0,2.03 1.649,3.679 3.681,3.679 2.03,0 3.682,-1.649 3.682,-3.679 L 61.661,0 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3120" /></g><path
+           d="m 429.77,83 34.054,0 0,50.616 -34.054,0 0,-50.616 z m -7.362,-7.361 0,62.974 17.397,21.261 0.003,0 c 1.287,1.574 3.605,1.807 5.179,0.52 1.575,-1.287 1.805,-3.609 0.52,-5.183 l -11.648,-14.232 37.328,0 0,-65.34 -48.779,0 z"
+           style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           id="path3122" /><g
+           id="g3124"
+           transform="translate(426.0903,114.2891)"><path
+             d="m 0,0 c -2.034,0 -3.68,1.648 -3.68,3.681 0,2.034 1.646,3.682 3.68,3.682 l 41.414,0 c 2.03,0 3.682,-1.648 3.682,-3.682 C 45.096,1.648 43.444,0 41.414,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3126" /></g><g
+           id="g3128"
+           transform="translate(426.0903,94.9624)"><path
+             d="m 0,0 c -2.034,0 -3.68,1.648 -3.68,3.684 0,2.032 1.646,3.679 3.68,3.679 l 41.414,0 c 2.03,0 3.682,-1.647 3.682,-3.679 C 45.096,1.648 43.444,0 41.414,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3130" /></g><g
+           id="g3132"
+           transform="translate(380.9961,50.7886)"><path
+             d="m 0,0 c 0,2.032 1.648,3.682 3.682,3.682 l 39.064,0 11.437,24.56 c 0.854,1.844 3.046,2.644 4.889,1.782 1.841,-0.855 2.639,-3.045 1.782,-4.892 L 47.439,-3.681 3.682,-3.683 C 1.648,-3.683 0,-2.034 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3134" /></g><g
+           id="g3136"
+           transform="translate(453.2397,37.9038)"><path
+             d="m 0,0 0,41.414 c 0,2.034 1.648,3.682 3.684,3.682 2.028,0 3.679,-1.648 3.679,-3.682 L 7.363,0 C 7.363,-2.03 5.712,-3.681 3.684,-3.681 1.648,-3.681 0,-2.03 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3138" /></g><g
+           id="g3140"
+           transform="translate(479.9297,140.979)"><path
+             d="m 0,0 c -2.034,0 -3.683,1.648 -3.683,3.684 0,2.029 1.649,3.677 3.683,3.677 l 42.795,0 c 2.031,0 3.679,-1.648 3.679,-3.677 C 46.474,1.648 44.826,0 42.795,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3142" /></g><g
+           id="g3144"
+           transform="translate(459.6821,79.3174)"><path
+             d="m 0,0 c 0,2.032 1.646,3.683 3.68,3.683 l 5.99,0 30.741,62.368 0.003,-0.003 c 0.897,1.827 3.103,2.574 4.926,1.678 1.825,-0.901 2.577,-3.108 1.678,-4.93 L 14.254,-3.679 3.68,-3.68 C 1.646,-3.68 0,-2.032 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3146" /></g><path
+           d="m 497.412,83 21.629,0 0,29.907 -21.629,0 0,-29.907 z m -7.363,-34.053 0,30.37 0,40.955 36.355,0 0,-44.633 -28.992,-0.002 0,-26.69 c 0,-2.032 -1.647,-3.682 -3.68,-3.682 -2.033,0 -3.683,1.65 -3.683,3.682"
+           style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           id="path3148" /><g
+           id="g3150"
+           transform="translate(531.4644,153.8618)"><path
+             d="m 0,0 c 0,2.034 1.648,3.682 3.683,3.682 l 46.016,0 0,24.514 c 0,2.032 1.647,3.679 3.681,3.679 2.029,0 3.682,-1.647 3.682,-3.679 l 0,-31.875 -53.379,0 0,-0.003 C 1.648,-3.682 0,-2.034 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3152" /></g><g
+           id="g3154"
+           transform="translate(531.0049,112.9072)"><path
+             d="m 0,0 c -2.032,0 -3.682,1.652 -3.682,3.683 0,2.033 1.65,3.682 3.682,3.682 l 99.395,0 c 2.032,0 3.679,-1.649 3.679,-3.682 C 103.074,1.652 101.427,0 99.395,0 L 0,0 z"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3156" /></g><g
+           id="g3158"
+           transform="translate(528.7994,59.8086)"><path
+             d="m 0,0 c -1.628,1.22 -1.96,3.525 -0.738,5.155 l 11.687,15.583 0,73.315 c 0,2.034 1.648,3.682 3.68,3.682 2.034,0 3.683,-1.648 3.683,-3.682 l 0,-75.769 L 5.152,0.733 C 4.427,-0.229 3.323,-0.738 2.203,-0.738 1.432,-0.737 0.659,-0.499 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3160" /></g><g
+           id="g3162"
+           transform="translate(568.7383,36.9849)"><path
+             d="m 0,0 0,116.877 c 0,2.034 1.644,3.682 3.681,3.682 2.035,0 3.682,-1.648 3.682,-3.682 L 7.363,0 C 7.363,-2.036 5.716,-3.681 3.681,-3.681 1.644,-3.681 0,-2.036 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3164" /></g><g
+           id="g3166"
+           transform="translate(168.8662,160.3042)"><path
+             d="m 0,0 c 0,-2.289 -1.854,-4.142 -4.144,-4.142 -2.285,0 -4.138,1.853 -4.138,4.142 0,2.289 1.853,4.142 4.138,4.142 C -1.854,4.142 0,2.289 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3168" /></g><g
+           id="g3170"
+           transform="translate(162.4238,160.3042)"><path
+             d="M 0,0 C 0.003,-1.268 1.032,-2.297 2.299,-2.3 3.57,-2.297 4.6,-1.268 4.601,0 4.6,1.27 3.57,2.301 2.299,2.302 1.032,2.301 0.003,1.27 0,0 m -3.683,0 c 0.002,3.306 2.68,5.981 5.982,5.985 C 5.606,5.981 8.282,3.306 8.282,0 8.282,-3.304 5.606,-5.979 2.299,-5.981 -1.003,-5.979 -3.681,-3.304 -3.683,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3172" /></g><g
+           id="g3174"
+           transform="translate(55.2051,137.2983)"><path
+             d="m 0,0 c 0,-2.289 -1.852,-4.142 -4.14,-4.142 -2.285,0 -4.14,1.853 -4.14,4.142 0,2.285 1.855,4.14 4.14,4.14 C -1.852,4.14 0,2.285 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3176" /></g><g
+           id="g3178"
+           transform="translate(48.7646,137.2983)"><path
+             d="M 0,0 C 0.003,-1.27 1.031,-2.299 2.3,-2.302 3.574,-2.299 4.599,-1.27 4.603,0 4.599,1.268 3.574,2.295 2.3,2.302 1.031,2.295 0.003,1.268 0,0 m -3.681,0 c 0.004,3.304 2.678,5.981 5.981,5.981 3.306,0 5.983,-2.677 5.983,-5.981 0,-3.307 -2.677,-5.983 -5.983,-5.983 -3.303,0 -5.977,2.676 -5.981,5.983"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3180" /></g><g
+           id="g3182"
+           transform="translate(71.772,113.8301)"><path
+             d="m 0,0 c 0,-2.291 -1.852,-4.14 -4.138,-4.14 -2.289,0 -4.142,1.849 -4.142,4.14 0,2.285 1.853,4.14 4.142,4.14 C -1.852,4.14 0,2.285 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3184" /></g><g
+           id="g3186"
+           transform="translate(65.333,113.8301)"><path
+             d="M 0,0 C 0.002,-1.27 1.029,-2.297 2.301,-2.301 3.569,-2.297 4.596,-1.27 4.598,0 4.596,1.271 3.569,2.3 2.301,2.3 1.029,2.3 0.002,1.271 0,0 m -3.681,0 c 0,3.304 2.675,5.979 5.982,5.981 C 5.603,5.979 8.278,3.304 8.28,0 8.278,-3.306 5.603,-5.981 2.301,-5.981 c -3.307,0 -5.982,2.675 -5.982,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3188" /></g><g
+           id="g3190"
+           transform="translate(35.4204,70.1152)"><path
+             d="m 0,0 c 0,-2.289 -1.853,-4.142 -4.142,-4.142 -2.285,0 -4.138,1.853 -4.138,4.142 0,2.287 1.853,4.142 4.138,4.142 C -1.853,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3192" /></g><g
+           id="g3194"
+           transform="translate(28.98,70.1152)"><path
+             d="M 0,0 C 0.001,-1.27 1.029,-2.299 2.3,-2.3 3.57,-2.299 4.598,-1.27 4.599,0 4.598,1.27 3.57,2.297 2.3,2.302 1.029,2.297 0.001,1.27 0,0 m -3.681,0 c 0,3.304 2.676,5.981 5.981,5.983 C 5.604,5.981 8.28,3.304 8.282,0 8.28,-3.304 5.604,-5.983 2.3,-5.983 c -3.305,0 -5.981,2.679 -5.981,5.983"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3196" /></g><g
+           id="g3198"
+           transform="translate(80.5166,162.147)"><path
+             d="m 0,0 c 0,-2.29 -1.853,-4.143 -4.142,-4.143 -2.287,0 -4.14,1.853 -4.14,4.143 0,2.287 1.853,4.138 4.14,4.138 C -1.853,4.138 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3200" /></g><g
+           id="g3202"
+           transform="translate(74.0742,162.147)"><path
+             d="M 0,0 C 0.002,-1.271 1.029,-2.299 2.302,-2.3 3.569,-2.299 4.6,-1.271 4.601,0 4.6,1.268 3.569,2.297 2.302,2.301 1.029,2.297 0.002,1.268 0,0 m -3.679,0 c 0,3.3 2.674,5.979 5.981,5.979 3.302,0 5.98,-2.679 5.98,-5.979 0,-3.305 -2.678,-5.983 -5.98,-5.984 -3.307,0.001 -5.981,2.679 -5.981,5.984"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3204" /></g><g
+           id="g3206"
+           transform="translate(149.5425,119.811)"><path
+             d="m 0,0 c 0,-2.287 -1.856,-4.142 -4.145,-4.142 -2.285,0 -4.142,1.855 -4.142,4.142 0,2.289 1.857,4.143 4.142,4.143 C -1.856,4.143 0,2.289 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3208" /></g><g
+           id="g3210"
+           transform="translate(143.0952,119.811)"><path
+             d="M 0,0 C 0.005,-1.27 1.032,-2.297 2.302,-2.302 3.574,-2.297 4.603,-1.27 4.603,0 4.603,1.27 3.574,2.299 2.302,2.302 1.032,2.299 0.005,1.27 0,0 M -3.681,0 C -3.677,3.305 -1.003,5.979 2.302,5.981 5.606,5.979 8.282,3.305 8.283,0 8.282,-3.306 5.606,-5.979 2.302,-5.981 -1.003,-5.979 -3.677,-3.306 -3.681,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3212" /></g><g
+           id="g3214"
+           transform="translate(132.5146,41.5845)"><path
+             d="m 0,0 c 0,-2.289 -1.855,-4.14 -4.142,-4.14 -2.288,0 -4.142,1.851 -4.142,4.14 0,2.287 1.854,4.142 4.142,4.142 C -1.855,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3216" /></g><g
+           id="g3218"
+           transform="translate(126.0723,41.5859)"><path
+             d="M 0,0 C 0.001,-1.27 1.029,-2.3 2.3,-2.302 3.572,-2.3 4.594,-1.27 4.601,0 4.594,1.27 3.572,2.297 2.3,2.303 1.029,2.297 0.001,1.27 0,0 m -3.679,0 c 0,3.304 2.674,5.981 5.979,5.981 C 5.604,5.981 8.28,3.304 8.282,0 8.28,-3.307 5.604,-5.981 2.3,-5.984 -1.005,-5.981 -3.679,-3.307 -3.679,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3220" /></g><g
+           id="g3222"
+           transform="translate(130.6733,182.0576)"><path
+             d="m 0,0 c 0,-2.291 -1.856,-4.144 -4.14,-4.144 -2.287,0 -4.144,1.853 -4.144,4.144 0,2.287 1.857,4.14 4.144,4.14 C -1.856,4.14 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3224" /></g><g
+           id="g3226"
+           transform="translate(124.231,182.0576)"><path
+             d="M 0,0 C 0.002,-1.273 1.031,-2.301 2.302,-2.303 3.571,-2.301 4.596,-1.273 4.601,0 4.596,1.266 3.571,2.295 2.302,2.299 1.031,2.295 0.002,1.266 0,0 m -3.681,0 c 0,3.304 2.678,5.981 5.983,5.981 3.301,0 5.98,-2.677 5.98,-5.981 0,-3.308 -2.679,-5.983 -5.98,-5.983 -3.305,0 -5.983,2.675 -5.983,5.983"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3228" /></g><g
+           id="g3230"
+           transform="translate(164.2666,109.227)"><path
+             d="m 0,0 c 0,-2.289 -1.855,-4.14 -4.145,-4.14 -2.285,0 -4.14,1.851 -4.14,4.14 0,2.289 1.855,4.143 4.14,4.143 C -1.855,4.143 0,2.289 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3232" /></g><g
+           id="g3234"
+           transform="translate(157.8227,109.227)"><path
+             d="M 0,0 C 0.001,-1.27 1.029,-2.299 2.299,-2.301 3.57,-2.299 4.598,-1.27 4.601,0 4.598,1.271 3.57,2.297 2.299,2.302 1.029,2.297 0.001,1.271 0,0 m -3.683,0 c 0,3.305 2.68,5.984 5.982,5.984 3.304,0 5.983,-2.679 5.983,-5.984 0,-3.304 -2.679,-5.981 -5.983,-5.981 -3.302,0 -5.982,2.677 -5.982,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3236" /></g><g
+           id="g3238"
+           transform="translate(170.7056,91.2817)"><path
+             d="m 0,0 c 0,-2.287 -1.853,-4.142 -4.14,-4.142 -2.289,0 -4.142,1.855 -4.142,4.142 0,2.287 1.853,4.14 4.142,4.14 C -1.853,4.14 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3240" /></g><g
+           id="g3242"
+           transform="translate(164.2666,91.2817)"><path
+             d="M 0,0 C 0,-1.27 1.029,-2.295 2.299,-2.301 3.569,-2.295 4.594,-1.27 4.6,0 4.594,1.27 3.569,2.297 2.299,2.302 1.029,2.297 0,1.27 0,0 M -3.684,0 C -3.682,3.304 -1.006,5.978 2.299,5.983 5.603,5.978 8.278,3.304 8.278,0 c 0,-3.306 -2.675,-5.981 -5.979,-5.981 -3.305,0 -5.981,2.675 -5.983,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3244" /></g><g
+           id="g3246"
+           transform="translate(218.5615,160.3042)"><path
+             d="m 0,0 c 0,-2.289 -1.855,-4.142 -4.138,-4.142 -2.289,0 -4.142,1.853 -4.142,4.142 0,2.289 1.853,4.142 4.142,4.142 C -1.855,4.142 0,2.289 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3248" /></g><g
+           id="g3250"
+           transform="translate(212.1211,160.3076)"><path
+             d="M 0,0 C 0.002,-1.273 1.031,-2.302 2.302,-2.304 3.57,-2.302 4.6,-1.273 4.601,0 4.6,1.267 3.57,2.297 2.302,2.297 1.031,2.297 0.002,1.267 0,0 m -3.682,0 c 0,3.302 2.679,5.978 5.984,5.978 C 5.606,5.978 8.28,3.302 8.282,0 8.28,-3.307 5.606,-5.981 2.302,-5.984 -1.003,-5.981 -3.682,-3.307 -3.682,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3252" /></g><g
+           id="g3254"
+           transform="translate(234.2065,145.5801)"><path
+             d="m 0,0 c 0,-2.289 -1.854,-4.142 -4.139,-4.142 -2.288,0 -4.143,1.853 -4.143,4.142 0,2.287 1.855,4.142 4.143,4.142 C -1.854,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3256" /></g><g
+           id="g3258"
+           transform="translate(227.7676,145.5801)"><path
+             d="M 0,0 C 0,-1.27 1.029,-2.299 2.297,-2.3 3.568,-2.299 4.596,-1.27 4.599,0 4.596,1.271 3.568,2.299 2.297,2.299 1.029,2.299 0,1.271 0,0 m -3.683,0 c 0,3.306 2.678,5.981 5.98,5.983 C 5.603,5.981 8.28,3.306 8.28,0 8.28,-3.304 5.603,-5.979 2.297,-5.981 -1.005,-5.979 -3.683,-3.304 -3.683,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3260" /></g><g
+           id="g3262"
+           transform="translate(207.9795,70.1152)"><path
+             d="m 0,0 c 0,-2.289 -1.855,-4.142 -4.142,-4.142 -2.287,0 -4.142,1.853 -4.142,4.142 0,2.287 1.855,4.142 4.142,4.142 C -1.855,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3264" /></g><g
+           id="g3266"
+           transform="translate(201.5351,70.1152)"><path
+             d="m 0,0 c 0.005,-1.27 1.031,-2.299 2.302,-2.3 1.272,10e-4 2.3,1.03 2.3,2.3 0,1.27 -1.028,2.297 -2.3,2.302 C 1.031,2.297 0.005,1.27 0,0 m -3.679,0 c 0,3.304 2.676,5.981 5.981,5.983 C 5.606,5.981 8.284,3.304 8.284,0 c 0,-3.304 -2.678,-5.983 -5.982,-5.983 -3.305,0 -5.981,2.679 -5.981,5.983"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3268" /></g><g
+           id="g3270"
+           transform="translate(234.2065,104.1665)"><path
+             d="m 0,0 c 0,-2.287 -1.854,-4.142 -4.139,-4.142 -2.288,0 -4.143,1.855 -4.143,4.142 0,2.287 1.855,4.143 4.143,4.143 C -1.854,4.143 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3272" /></g><g
+           id="g3274"
+           transform="translate(227.7642,104.1665)"><path
+             d="M 0,0 C 0.003,-1.27 1.032,-2.299 2.3,-2.301 3.57,-2.299 4.601,-1.27 4.601,0 4.601,1.27 3.57,2.297 2.3,2.304 1.032,2.297 0.003,1.27 0,0 m -3.679,0 c 0,3.304 2.678,5.979 5.979,5.981 C 5.606,5.979 8.283,3.304 8.283,0 c 0,-3.306 -2.677,-5.981 -5.983,-5.981 -3.301,0 -5.979,2.675 -5.979,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3276" /></g><g
+           id="g3278"
+           transform="translate(182.6714,70.1152)"><path
+             d="m 0,0 c 0,-2.289 -1.857,-4.142 -4.142,-4.142 -2.287,0 -4.143,1.853 -4.143,4.142 0,2.287 1.856,4.142 4.143,4.142 C -1.857,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3280" /></g><g
+           id="g3282"
+           transform="translate(176.229,70.1152)"><path
+             d="M 0,0 C 0.001,-1.27 1.032,-2.299 2.299,-2.3 3.57,-2.299 4.6,-1.27 4.603,0 4.6,1.27 3.57,2.297 2.299,2.302 1.032,2.297 0.001,1.27 0,0 m -3.684,0 c 0,3.304 2.679,5.981 5.983,5.983 C 5.604,5.981 8.278,3.304 8.28,0 8.278,-3.304 5.604,-5.983 2.299,-5.983 c -3.304,0 -5.983,2.679 -5.983,5.983"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3284" /></g><g
+           id="g3286"
+           transform="translate(265.4971,43.4258)"><path
+             d="m 0,0 c 0,-2.287 -1.853,-4.142 -4.14,-4.142 -2.287,0 -4.142,1.855 -4.142,4.142 0,2.288 1.855,4.142 4.142,4.142 C -1.853,4.142 0,2.288 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3288" /></g><g
+           id="g3290"
+           transform="translate(259.0552,43.4258)"><path
+             d="M 0,0 C 0.001,-1.269 1.03,-2.297 2.302,-2.301 3.572,-2.297 4.599,-1.269 4.603,0 4.599,1.271 3.572,2.3 2.302,2.302 1.03,2.3 0.001,1.271 0,0 m -3.681,0 c 0,3.305 2.676,5.981 5.983,5.981 3.305,0 5.981,-2.676 5.981,-5.981 0,-3.304 -2.676,-5.979 -5.981,-5.981 -3.307,0.002 -5.983,2.677 -5.983,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3292" /></g><g
+           id="g3294"
+           transform="translate(254.915,170.4287)"><path
+             d="m 0,0 c 0,-2.288 -1.855,-4.144 -4.142,-4.144 -2.287,0 -4.142,1.856 -4.142,4.144 0,2.285 1.855,4.142 4.142,4.142 C -1.855,4.142 0,2.285 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3296" /></g><g
+           id="g3298"
+           transform="translate(248.4746,170.4287)"><path
+             d="M 0,0 C 0.001,-1.271 1.029,-2.297 2.297,-2.3 3.568,-2.297 4.596,-1.271 4.598,0 4.596,1.27 3.568,2.299 2.297,2.301 1.029,2.299 0.001,1.27 0,0 m -3.683,0 c 0,3.304 2.676,5.983 5.98,5.983 C 5.604,5.983 8.28,3.304 8.28,0 8.28,-3.305 5.604,-5.981 2.297,-5.983 -1.007,-5.981 -3.683,-3.305 -3.683,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3300" /></g><g
+           id="g3302"
+           transform="translate(288.0454,171.3496)"><path
+             d="m 0,0 c 0,-2.287 -1.855,-4.14 -4.142,-4.14 -2.287,0 -4.14,1.853 -4.14,4.14 0,2.285 1.853,4.142 4.14,4.142 C -1.855,4.142 0,2.285 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3304" /></g><g
+           id="g3306"
+           transform="translate(281.603,171.3496)"><path
+             d="M 0,0 C 0,-1.271 1.029,-2.299 2.301,-2.301 3.57,-2.299 4.6,-1.271 4.601,0 4.6,1.271 3.57,2.299 2.301,2.299 1.029,2.299 0,1.271 0,0 m -3.679,0 c 0,3.304 2.676,5.981 5.98,5.981 3.305,0 5.983,-2.677 5.983,-5.981 0,-3.306 -2.678,-5.981 -5.983,-5.981 -3.304,0 -5.98,2.675 -5.98,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3308" /></g><g
+           id="g3310"
+           transform="translate(263.1968,104.1665)"><path
+             d="m 0,0 c 0,-2.287 -1.853,-4.142 -4.142,-4.142 -2.288,0 -4.14,1.855 -4.14,4.142 0,2.287 1.852,4.143 4.14,4.143 C -1.853,4.143 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3312" /></g><g
+           id="g3314"
+           transform="translate(256.7545,104.1665)"><path
+             d="M 0,0 C 0,-1.27 1.031,-2.299 2.301,-2.301 3.57,-2.299 4.6,-1.27 4.603,0 4.6,1.27 3.57,2.299 2.301,2.304 1.031,2.299 0,1.27 0,0 m -3.682,0 c 0,3.304 2.679,5.979 5.983,5.981 C 5.604,5.979 8.282,3.304 8.284,0 8.282,-3.306 5.604,-5.981 2.301,-5.981 c -3.304,0 -5.983,2.675 -5.983,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3316" /></g><g
+           id="g3318"
+           transform="translate(304.1528,157.5439)"><path
+             d="m 0,0 c 0,-2.287 -1.855,-4.142 -4.145,-4.142 -2.285,0 -4.138,1.855 -4.138,4.142 0,2.287 1.853,4.142 4.138,4.142 C -1.855,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3320" /></g><g
+           id="g3322"
+           transform="translate(297.707,157.5439)"><path
+             d="M 0,0 C 0.003,-1.271 1.033,-2.295 2.301,-2.302 3.572,-2.295 4.601,-1.271 4.604,0 4.601,1.27 3.572,2.299 2.301,2.303 1.033,2.299 0.003,1.27 0,0 m -3.679,0 c 0,3.304 2.673,5.979 5.98,5.981 C 5.606,5.979 8.284,3.304 8.285,0 8.284,-3.304 5.606,-5.981 2.301,-5.981 c -3.307,0 -5.98,2.677 -5.98,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3324" /></g><g
+           id="g3326"
+           transform="translate(357.0693,157.5439)"><path
+             d="m 0,0 c 0,-2.287 -1.854,-4.142 -4.143,-4.142 -2.287,0 -4.14,1.855 -4.14,4.142 0,2.287 1.853,4.142 4.14,4.142 C -1.854,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3328" /></g><g
+           id="g3330"
+           transform="translate(350.6255,157.5439)"><path
+             d="M 0,0 C 0.002,-1.268 1.033,-2.3 2.297,-2.302 3.571,-2.3 4.6,-1.271 4.603,0 4.6,1.27 3.571,2.299 2.297,2.303 1.033,2.299 0.002,1.27 0,0 M -3.682,0 C -3.68,3.304 -1.003,5.979 2.297,5.981 5.604,5.979 8.282,3.304 8.282,0 c 0,-3.304 -2.678,-5.981 -5.985,-5.981 -3.3,0 -5.977,2.677 -5.979,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3332" /></g><g
+           id="g3334"
+           transform="translate(300.0078,137.2983)"><path
+             d="m 0,0 c 0,-2.289 -1.852,-4.142 -4.138,-4.142 -2.289,0 -4.142,1.853 -4.142,4.142 0,2.285 1.853,4.14 4.142,4.14 C -1.852,4.14 0,2.285 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3336" /></g><g
+           id="g3338"
+           transform="translate(293.5669,137.2949)"><path
+             d="M 0,0 C 0.002,-1.267 1.029,-2.295 2.303,-2.299 3.572,-2.295 4.6,-1.267 4.602,0 4.6,1.273 3.572,2.299 2.303,2.304 1.029,2.299 0.002,1.273 0,0 m -3.68,0 c 0,3.307 2.677,5.981 5.983,5.985 C 5.604,5.981 8.28,3.307 8.284,0 8.28,-3.304 5.604,-5.978 2.303,-5.979 -1.003,-5.978 -3.68,-3.304 -3.68,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3340" /></g><g
+           id="g3342"
+           transform="translate(419.1885,137.2983)"><path
+             d="m 0,0 c 0,-2.289 -1.854,-4.142 -4.142,-4.142 -2.285,0 -4.139,1.853 -4.139,4.142 0,2.285 1.854,4.14 4.139,4.14 C -1.854,4.14 0,2.285 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3344" /></g><g
+           id="g3346"
+           transform="translate(412.7461,137.2983)"><path
+             d="M 0,0 C 0,-1.27 1.029,-2.299 2.299,-2.302 3.571,-2.299 4.598,-1.27 4.602,0 4.598,1.27 3.571,2.295 2.299,2.302 1.029,2.295 0,1.27 0,0 m -3.679,0 c 0,3.306 2.674,5.978 5.978,5.981 C 5.608,5.978 8.284,3.302 8.284,0 8.284,-3.305 5.608,-5.981 2.299,-5.983 -1.005,-5.981 -3.679,-3.307 -3.679,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3348" /></g><g
+           id="g3350"
+           transform="translate(304.1528,120.272)"><path
+             d="m 0,0 c 0,-2.287 -1.855,-4.142 -4.145,-4.142 -2.285,0 -4.138,1.855 -4.138,4.142 0,2.287 1.853,4.14 4.138,4.14 C -1.855,4.14 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3352" /></g><g
+           id="g3354"
+           transform="translate(297.707,120.272)"><path
+             d="M 0,0 C 0.003,-1.268 1.033,-2.299 2.301,-2.302 3.572,-2.299 4.601,-1.268 4.604,0 4.601,1.268 3.572,2.299 2.301,2.301 1.033,2.299 0.003,1.268 0,0 m -3.679,0 c 0,3.306 2.673,5.978 5.98,5.983 C 5.606,5.978 8.284,3.306 8.285,0 8.284,-3.304 5.606,-5.978 2.301,-5.981 -1.006,-5.978 -3.679,-3.304 -3.679,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3356" /></g><g
+           id="g3358"
+           transform="translate(304.1528,103.2456)"><path
+             d="m 0,0 c 0,-2.289 -1.855,-4.143 -4.145,-4.143 -2.285,0 -4.138,1.854 -4.138,4.143 0,2.287 1.853,4.144 4.138,4.144 C -1.855,4.144 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3360" /></g><g
+           id="g3362"
+           transform="translate(297.707,103.2456)"><path
+             d="M 0,0 C 0.003,-1.27 1.033,-2.297 2.301,-2.299 3.572,-2.297 4.601,-1.27 4.604,0 4.601,1.272 3.572,2.299 2.301,2.302 1.033,2.299 0.003,1.272 0,0 m -3.679,0 c 0,3.304 2.673,5.979 5.98,5.981 C 5.606,5.979 8.284,3.304 8.285,0 8.284,-3.304 5.606,-5.981 2.301,-5.981 c -3.307,0 -5.98,2.677 -5.98,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3364" /></g><g
+           id="g3366"
+           transform="translate(356.1475,37.9038)"><path
+             d="m 0,0 c 0,-2.289 -1.852,-4.142 -4.14,-4.142 -2.291,0 -4.14,1.853 -4.14,4.142 0,2.287 1.849,4.14 4.14,4.14 C -1.852,4.14 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3368" /></g><g
+           id="g3370"
+           transform="translate(349.7051,37.9038)"><path
+             d="M 0,0 C 0,-1.27 1.032,-2.297 2.301,-2.299 3.57,-2.297 4.601,-1.27 4.603,0 4.601,1.271 3.57,2.299 2.301,2.3 1.032,2.299 0,1.268 0,0 M -3.683,0 C -3.681,3.305 -1.005,5.979 2.301,5.985 5.606,5.979 8.282,3.305 8.282,0 c 0,-3.304 -2.676,-5.981 -5.981,-5.981 -3.304,0 -5.982,2.677 -5.984,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3372" /></g><g
+           id="g3374"
+           transform="translate(356.1475,120.272)"><path
+             d="m 0,0 c 0,-2.287 -1.852,-4.142 -4.14,-4.142 -2.291,0 -4.14,1.855 -4.14,4.142 0,2.287 1.849,4.14 4.14,4.14 C -1.852,4.14 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3376" /></g><g
+           id="g3378"
+           transform="translate(349.7051,120.272)"><path
+             d="M 0,0 C 0,-1.27 1.032,-2.299 2.301,-2.302 3.57,-2.299 4.601,-1.27 4.603,0 4.601,1.27 3.57,2.299 2.301,2.301 1.032,2.299 0,1.268 0,0 M -3.683,0 C -3.681,3.306 -1.005,5.979 2.301,5.983 5.606,5.979 8.282,3.306 8.282,0 8.282,-3.302 5.606,-5.979 2.301,-5.983 -1.005,-5.979 -3.681,-3.305 -3.683,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3380" /></g><g
+           id="g3382"
+           transform="translate(356.1475,103.2456)"><path
+             d="m 0,0 c 0,-2.289 -1.852,-4.143 -4.14,-4.143 -2.291,0 -4.14,1.854 -4.14,4.143 0,2.287 1.849,4.144 4.14,4.144 C -1.852,4.144 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3384" /></g><g
+           id="g3386"
+           transform="translate(349.7051,103.2456)"><path
+             d="M 0,0 C 0,-1.27 1.032,-2.297 2.301,-2.299 3.57,-2.297 4.601,-1.27 4.603,0 4.601,1.272 3.57,2.299 2.301,2.302 1.032,2.299 0,1.272 0,0 M -3.683,0 C -3.681,3.306 -1.005,5.979 2.301,5.981 5.606,5.979 8.282,3.306 8.282,0 8.282,-3.304 5.606,-5.981 2.301,-5.983 -1.005,-5.981 -3.681,-3.304 -3.683,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3388" /></g><g
+           id="g3390"
+           transform="translate(364.4292,77.4766)"><path
+             d="m 0,0 c 0,-2.287 -1.852,-4.14 -4.14,-4.14 -2.285,0 -4.142,1.853 -4.142,4.14 0,2.289 1.857,4.142 4.142,4.142 C -1.852,4.142 0,2.289 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3392" /></g><g
+           id="g3394"
+           transform="translate(357.9868,77.4785)"><path
+             d="M 0,0 C 0.003,-1.272 1.034,-2.299 2.302,-2.301 3.572,-2.299 4.601,-1.272 4.601,0 4.601,1.271 3.572,2.297 2.302,2.299 1.034,2.297 0.003,1.268 0,0 m -3.679,0 c 0,3.304 2.676,5.979 5.981,5.982 3.306,0 5.982,-2.678 5.982,-5.982 0,-3.306 -2.676,-5.981 -5.982,-5.981 -3.305,0 -5.981,2.675 -5.981,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3396" /></g><g
+           id="g3398"
+           transform="translate(398.4834,63.6728)"><path
+             d="m 0,0 c 0,-2.287 -1.855,-4.142 -4.144,-4.142 -2.285,0 -4.141,1.855 -4.141,4.142 0,2.287 1.856,4.142 4.141,4.142 C -1.855,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3400" /></g><g
+           id="g3402"
+           transform="translate(392.0376,63.6728)"><path
+             d="M 0,0 C 0.003,-1.27 1.031,-2.297 2.302,-2.302 3.574,-2.297 4.6,-1.271 4.606,0 4.6,1.271 3.574,2.297 2.302,2.301 1.031,2.297 0.003,1.271 0,0 m -3.68,0 c 0,3.306 2.679,5.979 5.982,5.983 C 5.608,5.979 8.284,3.304 8.284,0 8.284,-3.305 5.608,-5.979 2.302,-5.982 -1.001,-5.979 -3.68,-3.305 -3.68,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3404" /></g><g
+           id="g3406"
+           transform="translate(388.8185,50.7886)"><path
+             d="m 0,0 c 0,-2.287 -1.854,-4.142 -4.14,-4.142 -2.289,0 -4.142,1.855 -4.142,4.142 0,2.287 1.853,4.142 4.142,4.142 C -1.854,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3408" /></g><g
+           id="g3410"
+           transform="translate(382.376,50.7886)"><path
+             d="M 0,0 C 0.002,-1.27 1.032,-2.299 2.302,-2.301 3.57,-2.299 4.6,-1.272 4.601,0 4.6,1.271 3.57,2.297 2.302,2.3 1.032,2.297 0.002,1.266 0,0 m -3.679,0 c 0,3.305 2.676,5.981 5.981,5.981 3.306,0 5.98,-2.677 5.98,-5.981 0,-3.306 -2.674,-5.981 -5.98,-5.981 -3.305,0.002 -5.981,2.675 -5.981,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3412" /></g><g
+           id="g3414"
+           transform="translate(461.0635,37.9038)"><path
+             d="m 0,0 c 0,-2.289 -1.854,-4.142 -4.142,-4.142 -2.286,0 -4.143,1.853 -4.143,4.142 0,2.287 1.857,4.14 4.143,4.14 C -1.854,4.14 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3416" /></g><g
+           id="g3418"
+           transform="translate(454.6216,37.9038)"><path
+             d="M 0,0 C 0,-1.27 1.029,-2.297 2.3,-2.299 3.57,-2.297 4.598,-1.27 4.603,0 4.598,1.27 3.57,2.299 2.3,2.3 1.031,2.299 0,1.27 0,0 m -3.683,0 c 0,3.307 2.678,5.983 5.983,5.983 C 5.603,5.983 8.282,3.307 8.282,0 8.282,-3.304 5.603,-5.979 2.3,-5.981 -1.001,-5.979 -3.683,-3.304 -3.683,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3420" /></g><g
+           id="g3422"
+           transform="translate(398.4834,170.4287)"><path
+             d="m 0,0 c 0,-2.288 -1.855,-4.144 -4.144,-4.144 -2.285,0 -4.141,1.856 -4.141,4.144 0,2.285 1.856,4.142 4.141,4.142 C -1.855,4.142 0,2.285 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3424" /></g><g
+           id="g3426"
+           transform="translate(392.0376,170.4287)"><path
+             d="M 0,0 C 0.003,-1.27 1.031,-2.297 2.302,-2.3 3.574,-2.297 4.6,-1.271 4.606,0 4.6,1.27 3.574,2.299 2.302,2.299 1.031,2.299 0.003,1.27 0,0 m -3.68,0 c 0,3.306 2.679,5.981 5.982,5.981 3.306,0 5.982,-2.679 5.982,-5.981 0,-3.305 -2.676,-5.981 -5.982,-5.981 -3.303,0 -5.982,2.676 -5.982,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3428" /></g><g
+           id="g3430"
+           transform="translate(413.665,157.5439)"><path
+             d="m 0,0 c 0,-2.287 -1.854,-4.142 -4.14,-4.142 -2.285,0 -4.138,1.855 -4.138,4.142 0,2.287 1.853,4.142 4.138,4.142 C -1.854,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3432" /></g><g
+           id="g3434"
+           transform="translate(407.2246,157.5459)"><path
+             d="M 0,0 C 0,-1.271 1.032,-2.297 2.301,-2.304 3.572,-2.297 4.596,-1.273 4.601,0 4.596,1.268 3.572,2.297 2.301,2.299 1.032,2.297 0,1.268 0,0 m -3.682,0 c 0,3.306 2.677,5.978 5.983,5.981 C 5.604,5.978 8.278,3.302 8.278,0 8.278,-3.306 5.604,-5.983 2.301,-5.983 -1.005,-5.981 -3.682,-3.306 -3.682,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3436" /></g><g
+           id="g3438"
+           transform="translate(471.6475,182.0576)"><path
+             d="m 0,0 c 0,-2.291 -1.854,-4.144 -4.143,-4.144 -2.287,0 -4.142,1.853 -4.142,4.144 0,2.287 1.855,4.14 4.142,4.14 C -1.854,4.14 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3440" /></g><g
+           id="g3442"
+           transform="translate(465.2036,182.0576)"><path
+             d="M 0,0 C 0.002,-1.27 1.033,-2.301 2.301,-2.303 3.572,-2.301 4.598,-1.27 4.605,0 4.598,1.27 3.572,2.295 2.301,2.299 1.033,2.295 0.002,1.266 0,0 m -3.682,0 c 0,3.304 2.679,5.981 5.983,5.981 3.303,0 5.983,-2.677 5.983,-5.981 0,-3.304 -2.68,-5.983 -5.983,-5.983 -3.304,0 -5.983,2.675 -5.983,5.983"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3444" /></g><g
+           id="g3446"
+           transform="translate(484.0693,144.6611)"><path
+             d="m 0,0 c 0,-2.29 -1.853,-4.145 -4.14,-4.145 -2.287,0 -4.142,1.855 -4.142,4.145 0,2.287 1.855,4.139 4.142,4.139 C -1.853,4.139 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3448" /></g><g
+           id="g3450"
+           transform="translate(477.6269,144.6631)"><path
+             d="M 0,0 C 0.004,-1.271 1.033,-2.301 2.303,-2.306 3.572,-2.301 4.6,-1.275 4.602,0 4.6,1.268 3.572,2.294 2.303,2.299 1.033,2.294 0.004,1.268 0,0 m -3.679,0 c 0,3.304 2.674,5.978 5.982,5.979 3.303,0 5.979,-2.68 5.979,-5.979 0,-3.306 -2.676,-5.983 -5.979,-5.984 -3.308,0.001 -5.982,2.678 -5.982,5.984"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3452" /></g><g
+           id="g3454"
+           transform="translate(535.1471,62.7524)"><path
+             d="m 0,0 c 0,-2.287 -1.855,-4.142 -4.14,-4.142 -2.285,0 -4.142,1.855 -4.142,4.142 0,2.287 1.857,4.142 4.142,4.142 C -1.855,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3456" /></g><g
+           id="g3458"
+           transform="translate(528.7047,62.7539)"><path
+             d="M 0,0 C 0.003,-1.273 1.032,-2.297 2.302,-2.3 3.572,-2.297 4.599,-1.273 4.603,0 4.599,1.27 3.572,2.296 2.302,2.299 1.032,2.296 0.003,1.27 0,0 m -3.681,0 c 0,3.306 2.678,5.978 5.983,5.979 3.306,0 5.98,-2.677 5.98,-5.979 0,-3.305 -2.674,-5.982 -5.98,-5.982 -3.305,0.001 -5.983,2.675 -5.983,5.982"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3460" /></g><g
+           id="g3462"
+           transform="translate(576.5626,36.9849)"><path
+             d="m 0,0 c 0,-2.289 -1.856,-4.143 -4.144,-4.143 -2.285,0 -4.14,1.854 -4.14,4.143 0,2.287 1.855,4.14 4.14,4.14 C -1.856,4.14 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3464" /></g><g
+           id="g3466"
+           transform="translate(570.1168,36.9834)"><path
+             d="M 0,0 C 0.003,-1.27 1.036,-2.299 2.302,-2.301 3.572,-2.299 4.604,-1.271 4.604,0 4.604,1.271 3.572,2.3 2.302,2.302 1.036,2.3 0.003,1.27 0,0 M -3.682,0 C -3.679,3.305 -0.998,5.979 2.302,5.982 5.606,5.982 8.285,3.305 8.287,0 L 8.285,0 c 0,-3.302 -2.679,-5.979 -5.983,-5.979 -3.3,0 -5.981,2.675 -5.984,5.979"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3468" /></g><g
+           id="g3470"
+           transform="translate(526.8653,144.6611)"><path
+             d="m 0,0 c 0,-2.29 -1.854,-4.145 -4.14,-4.145 -2.289,0 -4.144,1.855 -4.144,4.145 0,2.287 1.855,4.139 4.144,4.139 C -1.854,4.139 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3472" /></g><g
+           id="g3474"
+           transform="translate(520.4194,144.6631)"><path
+             d="M 0,0 C 0.005,-1.275 1.032,-2.301 2.306,-2.304 3.574,-2.301 4.601,-1.275 4.604,0 4.601,1.268 3.574,2.297 2.306,2.299 1.032,2.297 0.005,1.265 0,0 m -3.679,0 c 0.002,3.304 2.678,5.978 5.985,5.979 3.3,0 5.979,-2.679 5.979,-5.979 0,-3.306 -2.679,-5.983 -5.979,-5.984 -3.307,0.001 -5.983,2.675 -5.985,5.984"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3476" /></g><g
+           id="g3478"
+           transform="translate(539.2887,153.8618)"><path
+             d="m 0,0 c 0,-2.287 -1.853,-4.14 -4.142,-4.14 -2.285,0 -4.14,1.853 -4.14,4.14 0,2.287 1.855,4.142 4.14,4.142 C -1.853,4.142 0,2.287 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3480" /></g><g
+           id="g3482"
+           transform="translate(532.8448,153.8618)"><path
+             d="M 0,0 C 0.003,-1.27 1.034,-2.297 2.302,-2.299 3.574,-2.297 4.598,-1.271 4.604,0 4.598,1.272 3.574,2.297 2.302,2.301 1.034,2.297 0.003,1.27 0,0 m -3.681,0 c 0,3.306 2.678,5.983 5.983,5.983 3.304,0 5.981,-2.677 5.981,-5.983 0,-3.302 -2.677,-5.979 -5.981,-5.979 -3.305,0 -5.983,2.677 -5.983,5.979"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3484" /></g><g
+           id="g3486"
+           transform="translate(535.1471,116.5898)"><path
+             d="m 0,0 c 0,-2.285 -1.855,-4.14 -4.14,-4.14 -2.285,0 -4.142,1.855 -4.142,4.14 0,2.289 1.857,4.142 4.142,4.142 C -1.855,4.142 0,2.289 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3488" /></g><g
+           id="g3490"
+           transform="translate(528.7047,116.5898)"><path
+             d="M 0,0 C 0.003,-1.271 1.032,-2.295 2.302,-2.301 3.572,-2.295 4.599,-1.271 4.603,0 4.599,1.271 3.572,2.297 2.302,2.302 1.032,2.297 0.003,1.271 0,0 m -3.681,0 c 0,3.306 2.678,5.981 5.983,5.981 3.306,0 5.98,-2.677 5.98,-5.981 0,-3.302 -2.674,-5.981 -5.98,-5.981 -3.305,0.002 -5.983,2.675 -5.983,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3492" /></g><g
+           id="g3494"
+           transform="translate(634.5416,116.5898)"><path
+             d="m 0,0 c 0,-2.285 -1.853,-4.14 -4.142,-4.14 -2.287,0 -4.142,1.855 -4.142,4.14 0,2.289 1.855,4.142 4.142,4.142 C -1.853,4.142 0,2.289 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3496" /></g><g
+           id="g3498"
+           transform="translate(628.0977,116.5918)"><path
+             d="M 0,0 C 0.001,-1.273 1.03,-2.297 2.302,-2.301 3.574,-2.297 4.596,-1.273 4.604,0 4.596,1.271 3.574,2.295 2.302,2.3 1.03,2.295 0.001,1.268 0,0 m -3.679,0 c 0,3.304 2.674,5.979 5.981,5.981 C 5.606,5.979 8.281,3.304 8.281,0 c 0,-3.306 -2.675,-5.983 -5.979,-5.983 -3.307,0 -5.981,2.675 -5.981,5.983"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3500" /></g><g
+           id="g3502"
+           transform="translate(588.9845,182.0591)"><path
+             d="m 0,0 c 0,-2.291 -1.854,-4.145 -4.14,-4.145 -2.287,0 -4.142,1.854 -4.142,4.145 0,2.285 1.855,4.138 4.142,4.138 C -1.854,4.138 0,2.285 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3504" /></g><g
+           id="g3506"
+           transform="translate(582.54,182.0591)"><path
+             d="M 0,0 C 0.005,-1.27 1.034,-2.299 2.304,-2.304 3.576,-2.299 4.6,-1.271 4.604,0 4.6,1.267 3.576,2.297 2.304,2.3 1.034,2.297 0.005,1.267 0,0 m -3.681,0 c 0.004,3.302 2.68,5.979 5.985,5.981 C 5.608,5.979 8.284,3.302 8.284,0 c 0,-3.305 -2.676,-5.981 -5.98,-5.985 -3.305,0.004 -5.981,2.68 -5.985,5.985"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3508" /></g><g
+           id="g3510"
+           transform="translate(497.875,48.9473)"><path
+             d="m 0,0 c 0,-2.285 -1.855,-4.14 -4.14,-4.14 -2.287,0 -4.142,1.855 -4.142,4.14 0,2.289 1.855,4.142 4.142,4.142 C -1.855,4.142 0,2.289 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3512" /></g><g
+           id="g3514"
+           transform="translate(491.4307,48.9473)"><path
+             d="M 0,0 C 0.005,-1.27 1.034,-2.295 2.301,-2.297 3.574,-2.295 4.6,-1.27 4.601,0 4.6,1.273 3.574,2.299 2.301,2.301 1.034,2.299 0.005,1.268 0,0 m -3.679,0 c 0,3.306 2.678,5.979 5.98,5.983 3.305,0 5.984,-2.677 5.984,-5.983 0,-3.304 -2.679,-5.978 -5.984,-5.981 -3.302,0.003 -5.98,2.677 -5.98,5.981"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3516" /></g><g
+           id="g3518"
+           transform="translate(412.7461,74.7183)"><path
+             d="m 0,0 c 0,-2.291 -1.853,-4.144 -4.14,-4.144 -2.287,0 -4.141,1.853 -4.141,4.144 0,2.285 1.854,4.138 4.141,4.138 C -1.853,4.138 0,2.285 0,0"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3520" /></g><g
+           id="g3522"
+           transform="translate(406.3042,74.7183)"><path
+             d="M 0,0 C 0.001,-1.27 1.031,-2.299 2.302,-2.304 3.57,-2.299 4.598,-1.273 4.603,0 4.598,1.27 3.57,2.299 2.302,2.3 1.031,2.299 0.001,1.266 0,0 m -3.682,0 c 0.003,3.302 2.675,5.979 5.984,5.979 3.302,0 5.98,-2.677 5.98,-5.979 0,-3.306 -2.678,-5.983 -5.98,-5.983 -3.309,0 -5.981,2.677 -5.984,5.983"
+             style="fill:#7ea3d3;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3524" /></g></g></g></g></svg>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slide/template.html	Sun Feb 11 17:27:00 2024 +0900
@@ -0,0 +1,499 @@
+<!DOCTYPE html><html lang="ja-JP"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0"><meta name="apple-mobile-web-app-capable" content="yes"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta property="og:type" content="website"><meta name="twitter:card" content="summary"><style>@media screen{body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button,body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container button,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container button{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;background-color:transparent;border:0;color:inherit;cursor:pointer;font-size:inherit;opacity:.8;outline:none;padding:0;transition:opacity .2s linear}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button:disabled,body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button:disabled,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container button:disabled,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container button:disabled{cursor:not-allowed;opacity:.15!important}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button:hover,body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button:hover,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container button:hover,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container button:hover{opacity:1}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button:hover:active,body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button:hover:active,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container button:hover:active,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container button:hover:active{opacity:.6}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button:hover:not(:disabled),body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button:hover:not(:disabled),body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container button:hover:not(:disabled),body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container button:hover:not(:disabled){transition:none}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=prev],body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=prev],body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container button.bespoke-marp-presenter-info-page-prev{background:transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI1IiBkPSJNNjggOTAgMjggNTBsNDAtNDAiLz48L3N2Zz4=") no-repeat 50%;background-size:contain;overflow:hidden;text-indent:100%;white-space:nowrap}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=next],body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=next],body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container button.bespoke-marp-presenter-info-page-next{background:transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI1IiBkPSJtMzIgOTAgNDAtNDAtNDAtNDAiLz48L3N2Zz4=") no-repeat 50%;background-size:contain;overflow:hidden;text-indent:100%;white-space:nowrap}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=fullscreen],body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=fullscreen]{background:transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6NXB4fTwvc3R5bGU+PC9kZWZzPjxyZWN0IHdpZHRoPSI4MCIgaGVpZ2h0PSI2MCIgeD0iMTAiIHk9IjIwIiBjbGFzcz0iYSIgcng9IjUuNjciLz48cGF0aCBkPSJNNDAgNzBIMjBWNTBtMjAgMEwyMCA3MG00MC00MGgyMHYyMG0tMjAgMCAyMC0yMCIgY2xhc3M9ImEiLz48L3N2Zz4=") no-repeat 50%;background-size:contain;overflow:hidden;text-indent:100%;white-space:nowrap}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button.exit[data-bespoke-marp-osc=fullscreen],body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button.exit[data-bespoke-marp-osc=fullscreen]{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6NXB4fTwvc3R5bGU+PC9kZWZzPjxyZWN0IHdpZHRoPSI4MCIgaGVpZ2h0PSI2MCIgeD0iMTAiIHk9IjIwIiBjbGFzcz0iYSIgcng9IjUuNjciLz48cGF0aCBkPSJNMjAgNTBoMjB2MjBtLTIwIDAgMjAtMjBtNDAgMEg2MFYzMG0yMCAwTDYwIDUwIiBjbGFzcz0iYSIvPjwvc3ZnPg==")}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=presenter],body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=presenter]{background:transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI1IiBkPSJNODcuOCA0Ny41Qzg5IDUwIDg3LjcgNTIgODUgNTJIMzVhOC43IDguNyAwIDAgMS03LjItNC41bC0xNS42LTMxQzExIDE0IDEyLjIgMTIgMTUgMTJoNTBhOC44IDguOCAwIDAgMSA3LjIgNC41ek02MCA1MnYzNm0tMTAgMGgyME00NSA0MmgyMCIvPjwvc3ZnPg==") no-repeat 50%;background-size:contain;overflow:hidden;text-indent:100%;white-space:nowrap}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container button.bespoke-marp-presenter-note-bigger{background:transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI1IiBkPSJNMTIgNTBoODBNNTIgOTBWMTAiLz48L3N2Zz4=") no-repeat 50%;background-size:contain;overflow:hidden;text-indent:100%;white-space:nowrap}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container button.bespoke-marp-presenter-note-smaller{background:transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI1IiBkPSJNMTIgNTBoODAiLz48L3N2Zz4=") no-repeat 50%;background-size:contain;overflow:hidden;text-indent:100%;white-space:nowrap}}@keyframes __bespoke_marp_transition_reduced_outgoing__{0%{opacity:1}to{opacity:0}}@keyframes __bespoke_marp_transition_reduced_incoming__{0%{mix-blend-mode:plus-lighter;opacity:0}to{mix-blend-mode:plus-lighter;opacity:1}}.bespoke-marp-note,.bespoke-marp-osc,.bespoke-progress-parent{display:none;transition:none}@media screen{::view-transition-group(*){animation-duration:var(--marp-bespoke-transition-animation-duration,.5s);animation-timing-function:ease}::view-transition-new(*),::view-transition-old(*){animation-delay:0s;animation-direction:var(--marp-bespoke-transition-animation-direction,normal);animation-duration:var(--marp-bespoke-transition-animation-duration,.5s);animation-fill-mode:both;animation-name:var(--marp-bespoke-transition-animation-name,var(--marp-bespoke-transition-animation-name-fallback,__bespoke_marp_transition_no_animation__));mix-blend-mode:normal}::view-transition-old(*){--marp-bespoke-transition-animation-name-fallback:__bespoke_marp_transition_reduced_outgoing__;animation-timing-function:ease}::view-transition-new(*){--marp-bespoke-transition-animation-name-fallback:__bespoke_marp_transition_reduced_incoming__;animation-timing-function:ease}::view-transition-new(root),::view-transition-old(root){animation-timing-function:linear}::view-transition-new(__bespoke_marp_transition_osc__),::view-transition-old(__bespoke_marp_transition_osc__){animation-duration:0s!important;animation-name:__bespoke_marp_transition_osc__!important}::view-transition-new(__bespoke_marp_transition_osc__){opacity:0!important}.bespoke-marp-transition-warming-up::view-transition-group(*),.bespoke-marp-transition-warming-up::view-transition-new(*),.bespoke-marp-transition-warming-up::view-transition-old(*){animation-play-state:paused!important}body,html{height:100%;margin:0}body{background:#000;overflow:hidden}svg.bespoke-marp-slide{content-visibility:hidden;opacity:0;pointer-events:none;z-index:-1}svg.bespoke-marp-slide:not(.bespoke-marp-active) *{view-transition-name:none!important}svg.bespoke-marp-slide.bespoke-marp-active{content-visibility:visible;opacity:1;pointer-events:auto;z-index:0}svg.bespoke-marp-slide.bespoke-marp-active.bespoke-marp-active-ready *{animation-name:__bespoke_marp__!important}@supports not (content-visibility:hidden){svg.bespoke-marp-slide[data-bespoke-marp-load=hideable]{display:none}svg.bespoke-marp-slide[data-bespoke-marp-load=hideable].bespoke-marp-active{display:block}}}@media screen and (prefers-reduced-motion:reduce){svg.bespoke-marp-slide *{view-transition-name:none!important}}@media screen{[data-bespoke-marp-fragment=inactive]{visibility:hidden}body[data-bespoke-view=""] .bespoke-marp-parent,body[data-bespoke-view=next] .bespoke-marp-parent{inset:0;position:absolute}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc,body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc{view-transition-name:__bespoke_marp_transition_osc__;background:rgba(0,0,0,.65);border-radius:7px;bottom:50px;color:#fff;contain:paint;display:block;font-family:Helvetica,Arial,sans-serif;font-size:16px;left:50%;line-height:0;opacity:1;padding:12px;position:absolute;touch-action:manipulation;transform:translateX(-50%);transition:opacity .2s linear;-webkit-user-select:none;user-select:none;white-space:nowrap;will-change:transform;z-index:1}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>*,body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>*{margin-left:6px}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>:first-child,body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>:first-child{margin-left:0}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>span,body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>span{opacity:.8}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>span[data-bespoke-marp-osc=page],body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>span[data-bespoke-marp-osc=page]{display:inline-block;min-width:140px;text-align:center}body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=fullscreen],body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=next],body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=presenter],body[data-bespoke-view=""] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=prev],body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=fullscreen],body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=next],body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=presenter],body[data-bespoke-view=next] .bespoke-marp-parent>.bespoke-marp-osc>button[data-bespoke-marp-osc=prev]{height:32px;line-height:32px;width:32px}body[data-bespoke-view=""] .bespoke-marp-parent.bespoke-marp-inactive,body[data-bespoke-view=next] .bespoke-marp-parent.bespoke-marp-inactive{cursor:none}body[data-bespoke-view=""] .bespoke-marp-parent.bespoke-marp-inactive>.bespoke-marp-osc,body[data-bespoke-view=next] .bespoke-marp-parent.bespoke-marp-inactive>.bespoke-marp-osc{opacity:0;pointer-events:none}body[data-bespoke-view=""] svg.bespoke-marp-slide,body[data-bespoke-view=next] svg.bespoke-marp-slide{height:100%;left:0;position:absolute;top:0;width:100%}body[data-bespoke-view=""] .bespoke-progress-parent{background:#222;display:flex;height:5px;width:100%}body[data-bespoke-view=""] .bespoke-progress-parent+.bespoke-marp-parent{top:5px}body[data-bespoke-view=""] .bespoke-progress-parent .bespoke-progress-bar{background:#0288d1;flex:0 0 0;transition:flex-basis .2s cubic-bezier(0,1,1,1)}body[data-bespoke-view=next]{background:transparent}body[data-bespoke-view=presenter]{background:#161616}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container{display:grid;font-family:Helvetica,Arial,sans-serif;grid-template:"current dragbar next" minmax(140px,1fr) "current dragbar note" 2fr "info    dragbar note" 3em;grid-template-columns:minmax(3px,var(--bespoke-marp-presenter-split-ratio,66%)) 0 minmax(3px,1fr);height:100%;left:0;position:absolute;top:0;width:100%}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-parent{grid-area:current;overflow:hidden;position:relative}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-parent svg.bespoke-marp-slide{height:calc(100% - 40px);left:20px;pointer-events:none;position:absolute;top:20px;-webkit-user-select:none;user-select:none;width:calc(100% - 40px)}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-parent svg.bespoke-marp-slide.bespoke-marp-active{filter:drop-shadow(0 3px 10px rgba(0,0,0,.5))}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-dragbar-container{background:#0288d1;cursor:col-resize;grid-area:dragbar;margin-left:-3px;opacity:0;position:relative;transition:opacity .4s linear .1s;width:6px;z-index:10}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-dragbar-container:hover{opacity:1}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-dragbar-container.active{opacity:1;transition-delay:0s}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-next-container{background:#222;cursor:pointer;display:none;grid-area:next;overflow:hidden;position:relative}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-next-container.active{display:block}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-next-container iframe.bespoke-marp-presenter-next{background:transparent;border:0;display:block;filter:drop-shadow(0 3px 10px rgba(0,0,0,.5));height:calc(100% - 40px);left:20px;pointer-events:none;position:absolute;top:20px;-webkit-user-select:none;user-select:none;width:calc(100% - 40px)}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container{background:#222;color:#eee;grid-area:note;position:relative;z-index:1}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container button{height:1.5em;line-height:1.5em;width:1.5em}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-presenter-note-wrapper{display:block;inset:0;position:absolute}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-presenter-note-buttons{background:rgba(0,0,0,.65);border-radius:4px;bottom:0;display:flex;gap:4px;margin:12px;opacity:0;padding:6px;pointer-events:none;position:absolute;right:0;transition:opacity .2s linear}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-presenter-note-buttons:focus-within,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-presenter-note-wrapper:focus-within+.bespoke-marp-presenter-note-buttons,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container:hover .bespoke-marp-presenter-note-buttons{opacity:1;pointer-events:auto}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-note{word-wrap:break-word;box-sizing:border-box;font-size:calc(1.1em*var(--bespoke-marp-note-font-scale, 1));height:calc(100% - 40px);margin:20px;overflow:auto;padding-right:3px;scrollbar-color:hsla(0,0%,93%,.5) transparent;scrollbar-width:thin;white-space:pre-wrap;width:calc(100% - 40px)}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-note::-webkit-scrollbar{width:6px}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-note::-webkit-scrollbar-track{background:transparent}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-note::-webkit-scrollbar-thumb{background:hsla(0,0%,93%,.5);border-radius:6px}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-note:empty{pointer-events:none}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-note.active{display:block}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-note p:first-child{margin-top:0}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-note-container .bespoke-marp-note p:last-child{margin-bottom:0}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container{align-items:center;box-sizing:border-box;color:#eee;display:flex;flex-wrap:nowrap;grid-area:info;justify-content:center;overflow:hidden;padding:0 10px}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container .bespoke-marp-presenter-info-page,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container .bespoke-marp-presenter-info-time,body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container .bespoke-marp-presenter-info-timer{box-sizing:border-box;display:block;padding:0 10px;white-space:nowrap;width:100%}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container button{height:1.5em;line-height:1.5em;width:1.5em}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container .bespoke-marp-presenter-info-page{order:2;text-align:center}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container .bespoke-marp-presenter-info-page .bespoke-marp-presenter-info-page-text{display:inline-block;min-width:120px;text-align:center}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container .bespoke-marp-presenter-info-time{color:#999;order:1;text-align:left}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container .bespoke-marp-presenter-info-timer{color:#999;order:3;text-align:right}body[data-bespoke-view=presenter] .bespoke-marp-presenter-container .bespoke-marp-presenter-info-container .bespoke-marp-presenter-info-timer:hover{cursor:pointer}}@media print{.bespoke-marp-presenter-info-container,.bespoke-marp-presenter-next-container,.bespoke-marp-presenter-note-container{display:none}}</style><style>div#\:\$p>svg>foreignObject>section{width:1280px;height:720px;box-sizing:border-box;overflow:hidden;position:relative;scroll-snap-align:center center}div#\:\$p>svg>foreignObject>section:after{bottom:0;content:attr(data-marpit-pagination);padding:inherit;pointer-events:none;position:absolute;right:0}div#\:\$p>svg>foreignObject>section:not([data-marpit-pagination]):after{display:none}/* Normalization */div#\:\$p>svg>foreignObject>section :is(h1,marp-h1){font-size:2em;margin:0.67em 0}div#\:\$p>svg>foreignObject>section video::-webkit-media-controls{will-change:transform}@page{size:1280px 720px;margin:0}@media print{body,html{background-color:#fff;margin:0;page-break-inside:avoid;break-inside:avoid-page}div#\:\$p>svg>foreignObject>section{page-break-before:always;break-before:page}div#\:\$p>svg>foreignObject>section,div#\:\$p>svg>foreignObject>section *{-webkit-print-color-adjust:exact!important;animation-delay:0s!important;animation-duration:0s!important;color-adjust:exact!important;transition:none!important}div#\:\$p>svg[data-marpit-svg]{display:block;height:100vh;width:100vw}}div#\:\$p>svg>foreignObject>:where(section){container-type:size}div#\:\$p>svg>foreignObject>section mjx-container[jax=SVG]{direction:ltr}div#\:\$p>svg>foreignObject>section mjx-container[jax=SVG]>svg{overflow:visible;min-height:1px;min-width:1px}div#\:\$p>svg>foreignObject>section mjx-container[jax=SVG]>svg a{fill:blue;stroke:blue}div#\:\$p>svg>foreignObject>section mjx-container[jax=SVG][display=true]{display:block;text-align:center;margin:1em 0}div#\:\$p>svg>foreignObject>section mjx-container[jax=SVG][display=true][width=full]{display:flex}div#\:\$p>svg>foreignObject>section mjx-container[jax=SVG][justify=left]{text-align:left}div#\:\$p>svg>foreignObject>section mjx-container[jax=SVG][justify=right]{text-align:right}div#\:\$p>svg>foreignObject>section g[data-mml-node=merror]>g{fill:red;stroke:red}div#\:\$p>svg>foreignObject>section g[data-mml-node=merror]>rect[data-background]{fill:yellow;stroke:none}div#\:\$p>svg>foreignObject>section g[data-mml-node=mtable]>line[data-line],div#\:\$p>svg>foreignObject>section svg[data-table]>g>line[data-line]{stroke-width:70px;fill:none}div#\:\$p>svg>foreignObject>section g[data-mml-node=mtable]>rect[data-frame],div#\:\$p>svg>foreignObject>section svg[data-table]>g>rect[data-frame]{stroke-width:70px;fill:none}div#\:\$p>svg>foreignObject>section g[data-mml-node=mtable]>.mjx-dashed,div#\:\$p>svg>foreignObject>section svg[data-table]>g>.mjx-dashed{stroke-dasharray:140}div#\:\$p>svg>foreignObject>section g[data-mml-node=mtable]>.mjx-dotted,div#\:\$p>svg>foreignObject>section svg[data-table]>g>.mjx-dotted{stroke-linecap:round;stroke-dasharray:0,140}div#\:\$p>svg>foreignObject>section g[data-mml-node=mtable]>g>svg{overflow:visible}div#\:\$p>svg>foreignObject>section [jax=SVG] mjx-tool{display:inline-block;position:relative;width:0;height:0}div#\:\$p>svg>foreignObject>section [jax=SVG] mjx-tool>mjx-tip{position:absolute;top:0;left:0}div#\:\$p>svg>foreignObject>section mjx-tool>mjx-tip{display:inline-block;padding:.2em;border:1px solid #888;font-size:70%;background-color:#F8F8F8;color:black;box-shadow:2px 2px 5px #AAAAAA}div#\:\$p>svg>foreignObject>section g[data-mml-node=maction][data-toggle]{cursor:pointer}div#\:\$p>svg>foreignObject>section mjx-status{display:block;position:fixed;left:1em;bottom:1em;min-width:25%;padding:.2em .4em;border:1px solid #888;font-size:90%;background-color:#F8F8F8;color:black}div#\:\$p>svg>foreignObject>section foreignObject[data-mjx-xml]{font-family:initial;line-height:normal;overflow:visible}div#\:\$p>svg>foreignObject>section mjx-container[jax=SVG] path[data-c],div#\:\$p>svg>foreignObject>section mjx-container[jax=SVG] use[data-c]{stroke-width:3}@media print{div#\:\$p>svg>foreignObject>section mjx-container[jax=SVG] path[data-c],div#\:\$p>svg>foreignObject>section mjx-container[jax=SVG] use[data-c]{stroke-width:0}}div#\:\$p>svg>foreignObject>section img[data-marp-twemoji]{background:transparent;height:1em;margin:0 .05em 0 .1em;vertical-align:-.1em;width:1em}
+/*!
+ * Marp default theme.
+ *
+ * @theme default
+ * @author Yuki Hattori
+ *
+ * @auto-scaling true
+ * @size 16:9 1280px 720px
+ * @size 4:3 960px 720px
+ */div#\:\$p>svg>foreignObject>section,div#\:\$p>svg>foreignObject>section [data-theme=light]{--color-prettylights-syntax-comment:#6e7781;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-entity:#6639ba;--color-prettylights-syntax-storage-modifier-import:#24292f;--color-prettylights-syntax-entity-tag:#116329;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--color-prettylights-syntax-invalid-illegal-text:#f6f8fa;--color-prettylights-syntax-invalid-illegal-bg:#82071e;--color-prettylights-syntax-carriage-return-text:#f6f8fa;--color-prettylights-syntax-carriage-return-bg:#cf222e;--color-prettylights-syntax-string-regexp:#116329;--color-prettylights-syntax-markup-list:#3b2300;--color-prettylights-syntax-markup-heading:#0550ae;--color-prettylights-syntax-markup-italic:#24292f;--color-prettylights-syntax-markup-bold:#24292f;--color-prettylights-syntax-markup-deleted-text:#82071e;--color-prettylights-syntax-markup-deleted-bg:#ffebe9;--color-prettylights-syntax-markup-inserted-text:#116329;--color-prettylights-syntax-markup-inserted-bg:#dafbe1;--color-prettylights-syntax-markup-changed-text:#953800;--color-prettylights-syntax-markup-changed-bg:#ffd8b5;--color-prettylights-syntax-markup-ignored-text:#eaeef2;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-brackethighlighter-angle:#57606a;--color-prettylights-syntax-sublimelinter-gutter-mark:#8c959f;--color-prettylights-syntax-constant-other-reference-link:#0a3069;--color-fg-default:#1f2328;--color-fg-muted:#656d76;--color-fg-subtle:#6e7781;--color-canvas-default:#fff;--color-canvas-subtle:#f6f8fa;--color-border-default:#d0d7de;--color-border-muted:#d8dee4;--color-neutral-muted:rgba(175,184,193,.2);--color-accent-fg:#0969da;--color-accent-emphasis:#0969da;--color-attention-subtle:#fff8c5;--color-danger-fg:#d1242f;color-scheme:light}div#\:\$p>svg>foreignObject>section [data-theme=dark],div#\:\$p>svg>foreignObject>section:where(.invert){--color-prettylights-syntax-comment:#8b949e;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-storage-modifier-import:#c9d1d9;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-variable:#ffa657;--color-prettylights-syntax-brackethighlighter-unmatched:#f85149;--color-prettylights-syntax-invalid-illegal-text:#f0f6fc;--color-prettylights-syntax-invalid-illegal-bg:#8e1519;--color-prettylights-syntax-carriage-return-text:#f0f6fc;--color-prettylights-syntax-carriage-return-bg:#b62324;--color-prettylights-syntax-string-regexp:#7ee787;--color-prettylights-syntax-markup-list:#f2cc60;--color-prettylights-syntax-markup-heading:#1f6feb;--color-prettylights-syntax-markup-italic:#c9d1d9;--color-prettylights-syntax-markup-bold:#c9d1d9;--color-prettylights-syntax-markup-deleted-text:#ffdcd7;--color-prettylights-syntax-markup-deleted-bg:#67060c;--color-prettylights-syntax-markup-inserted-text:#aff5b4;--color-prettylights-syntax-markup-inserted-bg:#033a16;--color-prettylights-syntax-markup-changed-text:#ffdfb6;--color-prettylights-syntax-markup-changed-bg:#5a1e02;--color-prettylights-syntax-markup-ignored-text:#c9d1d9;--color-prettylights-syntax-markup-ignored-bg:#1158c7;--color-prettylights-syntax-meta-diff-range:#d2a8ff;--color-prettylights-syntax-brackethighlighter-angle:#8b949e;--color-prettylights-syntax-sublimelinter-gutter-mark:#484f58;--color-prettylights-syntax-constant-other-reference-link:#a5d6ff;--color-fg-default:#e6edf3;--color-fg-muted:#7d8590;--color-fg-subtle:#6e7681;--color-canvas-default:#0d1117;--color-canvas-subtle:#161b22;--color-border-default:#30363d;--color-border-muted:#21262d;--color-neutral-muted:hsla(215,8%,47%,.4);--color-accent-fg:#2f81f7;--color-accent-emphasis:#1f6feb;--color-attention-subtle:rgba(187,128,9,.15);--color-danger-fg:#f85149;color-scheme:dark}div#\:\$p>svg>foreignObject>section{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-wrap:break-word;background-color:var(--color-canvas-default);color:var(--color-fg-default);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;line-height:1.5;margin:0}div#\:\$p>svg>foreignObject>section{--marpit-root-font-size:16px}div#\:\$p>svg>foreignObject>section :is(h1,marp-h1):hover .anchor .octicon-link:before,div#\:\$p>svg>foreignObject>section :is(h2,marp-h2):hover .anchor .octicon-link:before,div#\:\$p>svg>foreignObject>section :is(h3,marp-h3):hover .anchor .octicon-link:before,div#\:\$p>svg>foreignObject>section :is(h4,marp-h4):hover .anchor .octicon-link:before,div#\:\$p>svg>foreignObject>section :is(h5,marp-h5):hover .anchor .octicon-link:before,div#\:\$p>svg>foreignObject>section :is(h6,marp-h6):hover .anchor .octicon-link:before{background-color:currentColor;content:" ";display:inline-block;height:16px;-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0z"/></svg>');mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0z"/></svg>');width:16px}div#\:\$p>svg>foreignObject>section details,div#\:\$p>svg>foreignObject>section figcaption,div#\:\$p>svg>foreignObject>section figure{display:block}div#\:\$p>svg>foreignObject>section summary{display:list-item}div#\:\$p>svg>foreignObject>section [hidden]{display:none!important}div#\:\$p>svg>foreignObject>section a{background-color:transparent;color:var(--color-accent-fg);text-decoration:none}div#\:\$p>svg>foreignObject>section abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}div#\:\$p>svg>foreignObject>section b,div#\:\$p>svg>foreignObject>section strong{font-weight:var(--base-text-weight-semibold,600)}div#\:\$p>svg>foreignObject>section dfn{font-style:italic}div#\:\$p>svg>foreignObject>section :is(h1,marp-h1){border-bottom:1px solid var(--color-border-muted);font-size:2em;font-weight:var(--base-text-weight-semibold,600);margin:.67em 0;padding-bottom:.3em}div#\:\$p>svg>foreignObject>section mark{background-color:var(--color-attention-subtle);color:var(--color-fg-default)}div#\:\$p>svg>foreignObject>section small{font-size:90%}div#\:\$p>svg>foreignObject>section sub,div#\:\$p>svg>foreignObject>section sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}div#\:\$p>svg>foreignObject>section sub{bottom:-.25em}div#\:\$p>svg>foreignObject>section sup{top:-.5em}div#\:\$p>svg>foreignObject>section img{background-color:var(--color-canvas-default);border-style:none;box-sizing:content-box;max-width:100%}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre),div#\:\$p>svg>foreignObject>section code,div#\:\$p>svg>foreignObject>section kbd,div#\:\$p>svg>foreignObject>section samp{font-family:monospace;font-size:1em}div#\:\$p>svg>foreignObject>section figure{margin:1em 40px}div#\:\$p>svg>foreignObject>section hr{background:transparent;background-color:var(--color-border-default);border:0;box-sizing:content-box;height:.25em;margin:24px 0;overflow:hidden;padding:0}div#\:\$p>svg>foreignObject>section input{font:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible}div#\:\$p>svg>foreignObject>section [type=button],div#\:\$p>svg>foreignObject>section [type=reset],div#\:\$p>svg>foreignObject>section [type=submit]{-webkit-appearance:button}div#\:\$p>svg>foreignObject>section [type=checkbox],div#\:\$p>svg>foreignObject>section [type=radio]{box-sizing:border-box;padding:0}div#\:\$p>svg>foreignObject>section [type=number]::-webkit-inner-spin-button,div#\:\$p>svg>foreignObject>section [type=number]::-webkit-outer-spin-button{height:auto}div#\:\$p>svg>foreignObject>section [type=search]::-webkit-search-cancel-button,div#\:\$p>svg>foreignObject>section [type=search]::-webkit-search-decoration{-webkit-appearance:none}div#\:\$p>svg>foreignObject>section ::-webkit-input-placeholder{color:inherit;opacity:.54}div#\:\$p>svg>foreignObject>section ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}div#\:\$p>svg>foreignObject>section a:hover{text-decoration:underline}div#\:\$p>svg>foreignObject>section ::-moz-placeholder{color:var(--color-fg-subtle);opacity:1}div#\:\$p>svg>foreignObject>section ::placeholder{color:var(--color-fg-subtle);opacity:1}div#\:\$p>svg>foreignObject>section hr:after,div#\:\$p>svg>foreignObject>section hr:before{content:"";display:table}div#\:\$p>svg>foreignObject>section hr:after{clear:both}div#\:\$p>svg>foreignObject>section table{border-collapse:collapse;border-spacing:0;display:block;max-width:100%;overflow:auto;width:-moz-max-content;width:max-content}div#\:\$p>svg>foreignObject>section td,div#\:\$p>svg>foreignObject>section th{padding:0}div#\:\$p>svg>foreignObject>section details summary{cursor:pointer}div#\:\$p>svg>foreignObject>section details:not([open])>:not(summary){display:none!important}div#\:\$p>svg>foreignObject>section [role=button]:focus,div#\:\$p>svg>foreignObject>section a:focus,div#\:\$p>svg>foreignObject>section input[type=checkbox]:focus,div#\:\$p>svg>foreignObject>section input[type=radio]:focus{box-shadow:none;outline:2px solid var(--color-accent-fg);outline-offset:-2px}div#\:\$p>svg>foreignObject>section [role=button]:focus:not(:focus-visible),div#\:\$p>svg>foreignObject>section a:focus:not(:focus-visible),div#\:\$p>svg>foreignObject>section input[type=checkbox]:focus:not(:focus-visible),div#\:\$p>svg>foreignObject>section input[type=radio]:focus:not(:focus-visible){outline:1px solid transparent}div#\:\$p>svg>foreignObject>section [role=button]:focus-visible,div#\:\$p>svg>foreignObject>section a:focus-visible,div#\:\$p>svg>foreignObject>section input[type=checkbox]:focus-visible,div#\:\$p>svg>foreignObject>section input[type=radio]:focus-visible{box-shadow:none;outline:2px solid var(--color-accent-fg);outline-offset:-2px}div#\:\$p>svg>foreignObject>section a:not([class]):focus,div#\:\$p>svg>foreignObject>section a:not([class]):focus-visible,div#\:\$p>svg>foreignObject>section input[type=checkbox]:focus,div#\:\$p>svg>foreignObject>section input[type=checkbox]:focus-visible,div#\:\$p>svg>foreignObject>section input[type=radio]:focus,div#\:\$p>svg>foreignObject>section input[type=radio]:focus-visible{outline-offset:0}div#\:\$p>svg>foreignObject>section kbd{background-color:var(--color-canvas-subtle);border-bottom-color:var(--color-neutral-muted);border:1px solid var(--color-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-neutral-muted);color:var(--color-fg-default);display:inline-block;font:11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;line-height:10px;padding:3px 5px;vertical-align:middle}div#\:\$p>svg>foreignObject>section :is(h1,marp-h1),div#\:\$p>svg>foreignObject>section :is(h2,marp-h2),div#\:\$p>svg>foreignObject>section :is(h3,marp-h3),div#\:\$p>svg>foreignObject>section :is(h4,marp-h4),div#\:\$p>svg>foreignObject>section :is(h5,marp-h5),div#\:\$p>svg>foreignObject>section :is(h6,marp-h6){font-weight:var(--base-text-weight-semibold,600);line-height:1.25;margin-bottom:16px;margin-top:24px}div#\:\$p>svg>foreignObject>section :is(h2,marp-h2){border-bottom:1px solid var(--color-border-muted);font-size:1.5em;padding-bottom:.3em}div#\:\$p>svg>foreignObject>section :is(h2,marp-h2),div#\:\$p>svg>foreignObject>section :is(h3,marp-h3){font-weight:var(--base-text-weight-semibold,600)}div#\:\$p>svg>foreignObject>section :is(h3,marp-h3){font-size:1.25em}div#\:\$p>svg>foreignObject>section :is(h4,marp-h4){font-size:1em}div#\:\$p>svg>foreignObject>section :is(h4,marp-h4),div#\:\$p>svg>foreignObject>section :is(h5,marp-h5){font-weight:var(--base-text-weight-semibold,600)}div#\:\$p>svg>foreignObject>section :is(h5,marp-h5){font-size:.875em}div#\:\$p>svg>foreignObject>section :is(h6,marp-h6){color:var(--color-fg-muted);font-size:.85em;font-weight:var(--base-text-weight-semibold,600)}div#\:\$p>svg>foreignObject>section p{margin-bottom:10px;margin-top:0}div#\:\$p>svg>foreignObject>section blockquote{border-left:.25em solid var(--color-border-default);color:var(--color-fg-muted);margin:0;padding:0 1em}div#\:\$p>svg>foreignObject>section ol,div#\:\$p>svg>foreignObject>section ul{margin-bottom:0;margin-top:0;padding-left:2em}div#\:\$p>svg>foreignObject>section ol ol,div#\:\$p>svg>foreignObject>section ul ol{list-style-type:lower-roman}div#\:\$p>svg>foreignObject>section ol ol ol,div#\:\$p>svg>foreignObject>section ol ul ol,div#\:\$p>svg>foreignObject>section ul ol ol,div#\:\$p>svg>foreignObject>section ul ul ol{list-style-type:lower-alpha}div#\:\$p>svg>foreignObject>section dd{margin-left:0}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre),div#\:\$p>svg>foreignObject>section code,div#\:\$p>svg>foreignObject>section samp,div#\:\$p>svg>foreignObject>section tt{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre){word-wrap:normal;margin-bottom:0;margin-top:0}div#\:\$p>svg>foreignObject>section .octicon{fill:currentColor;display:inline-block;overflow:visible!important;vertical-align:text-bottom}div#\:\$p>svg>foreignObject>section input::-webkit-inner-spin-button,div#\:\$p>svg>foreignObject>section input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}div#\:\$p>svg>foreignObject>section:after,div#\:\$p>svg>foreignObject>section:before{
+  /* content:""; */display:table}div#\:\$p>svg>foreignObject>section:after{clear:both}div#\:\$p>svg>foreignObject>section>:first-child{margin-top:0!important}div#\:\$p>svg>foreignObject>section>:last-child{margin-bottom:0!important}div#\:\$p>svg>foreignObject>section a:not([href]){color:inherit;text-decoration:none}div#\:\$p>svg>foreignObject>section .absent{color:var(--color-danger-fg)}div#\:\$p>svg>foreignObject>section .anchor{float:left;line-height:1;margin-left:-20px;padding-right:4px}div#\:\$p>svg>foreignObject>section .anchor:focus{outline:none}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre),div#\:\$p>svg>foreignObject>section blockquote,div#\:\$p>svg>foreignObject>section details,div#\:\$p>svg>foreignObject>section dl,div#\:\$p>svg>foreignObject>section ol,div#\:\$p>svg>foreignObject>section p,div#\:\$p>svg>foreignObject>section table,div#\:\$p>svg>foreignObject>section ul{margin-bottom:16px;margin-top:0}div#\:\$p>svg>foreignObject>section blockquote>:first-child{margin-top:0}div#\:\$p>svg>foreignObject>section blockquote>:last-child{margin-bottom:0}div#\:\$p>svg>foreignObject>section :is(h1,marp-h1) .octicon-link,div#\:\$p>svg>foreignObject>section :is(h2,marp-h2) .octicon-link,div#\:\$p>svg>foreignObject>section :is(h3,marp-h3) .octicon-link,div#\:\$p>svg>foreignObject>section :is(h4,marp-h4) .octicon-link,div#\:\$p>svg>foreignObject>section :is(h5,marp-h5) .octicon-link,div#\:\$p>svg>foreignObject>section :is(h6,marp-h6) .octicon-link{color:var(--color-fg-default);vertical-align:middle;visibility:hidden}div#\:\$p>svg>foreignObject>section :is(h1,marp-h1):hover .anchor,div#\:\$p>svg>foreignObject>section :is(h2,marp-h2):hover .anchor,div#\:\$p>svg>foreignObject>section :is(h3,marp-h3):hover .anchor,div#\:\$p>svg>foreignObject>section :is(h4,marp-h4):hover .anchor,div#\:\$p>svg>foreignObject>section :is(h5,marp-h5):hover .anchor,div#\:\$p>svg>foreignObject>section :is(h6,marp-h6):hover .anchor{text-decoration:none}div#\:\$p>svg>foreignObject>section :is(h1,marp-h1):hover .anchor .octicon-link,div#\:\$p>svg>foreignObject>section :is(h2,marp-h2):hover .anchor .octicon-link,div#\:\$p>svg>foreignObject>section :is(h3,marp-h3):hover .anchor .octicon-link,div#\:\$p>svg>foreignObject>section :is(h4,marp-h4):hover .anchor .octicon-link,div#\:\$p>svg>foreignObject>section :is(h5,marp-h5):hover .anchor .octicon-link,div#\:\$p>svg>foreignObject>section :is(h6,marp-h6):hover .anchor .octicon-link{visibility:visible}div#\:\$p>svg>foreignObject>section :is(h1,marp-h1) code,div#\:\$p>svg>foreignObject>section :is(h1,marp-h1) tt,div#\:\$p>svg>foreignObject>section :is(h2,marp-h2) code,div#\:\$p>svg>foreignObject>section :is(h2,marp-h2) tt,div#\:\$p>svg>foreignObject>section :is(h3,marp-h3) code,div#\:\$p>svg>foreignObject>section :is(h3,marp-h3) tt,div#\:\$p>svg>foreignObject>section :is(h4,marp-h4) code,div#\:\$p>svg>foreignObject>section :is(h4,marp-h4) tt,div#\:\$p>svg>foreignObject>section :is(h5,marp-h5) code,div#\:\$p>svg>foreignObject>section :is(h5,marp-h5) tt,div#\:\$p>svg>foreignObject>section :is(h6,marp-h6) code,div#\:\$p>svg>foreignObject>section :is(h6,marp-h6) tt{font-size:inherit;padding:0 .2em}div#\:\$p>svg>foreignObject>section summary :is(h1,marp-h1),div#\:\$p>svg>foreignObject>section summary :is(h2,marp-h2),div#\:\$p>svg>foreignObject>section summary :is(h3,marp-h3),div#\:\$p>svg>foreignObject>section summary :is(h4,marp-h4),div#\:\$p>svg>foreignObject>section summary :is(h5,marp-h5),div#\:\$p>svg>foreignObject>section summary :is(h6,marp-h6){display:inline-block}div#\:\$p>svg>foreignObject>section summary :is(h1,marp-h1) .anchor,div#\:\$p>svg>foreignObject>section summary :is(h2,marp-h2) .anchor,div#\:\$p>svg>foreignObject>section summary :is(h3,marp-h3) .anchor,div#\:\$p>svg>foreignObject>section summary :is(h4,marp-h4) .anchor,div#\:\$p>svg>foreignObject>section summary :is(h5,marp-h5) .anchor,div#\:\$p>svg>foreignObject>section summary :is(h6,marp-h6) .anchor{margin-left:-40px}div#\:\$p>svg>foreignObject>section summary :is(h1,marp-h1),div#\:\$p>svg>foreignObject>section summary :is(h2,marp-h2){border-bottom:0;padding-bottom:0}div#\:\$p>svg>foreignObject>section ol.no-list,div#\:\$p>svg>foreignObject>section ul.no-list{list-style-type:none;padding:0}div#\:\$p>svg>foreignObject>section ol[type="a s"]{list-style-type:lower-alpha}div#\:\$p>svg>foreignObject>section ol[type="A s"]{list-style-type:upper-alpha}div#\:\$p>svg>foreignObject>section ol[type="i s"]{list-style-type:lower-roman}div#\:\$p>svg>foreignObject>section ol[type="I s"]{list-style-type:upper-roman}div#\:\$p>svg>foreignObject>section div>ol:not([type]),div#\:\$p>svg>foreignObject>section ol[type="1"]{list-style-type:decimal}div#\:\$p>svg>foreignObject>section ol ol,div#\:\$p>svg>foreignObject>section ol ul,div#\:\$p>svg>foreignObject>section ul ol,div#\:\$p>svg>foreignObject>section ul ul{margin-bottom:0;margin-top:0}div#\:\$p>svg>foreignObject>section li>p{margin-top:16px}div#\:\$p>svg>foreignObject>section li+li{margin-top:.25em}div#\:\$p>svg>foreignObject>section dl{padding:0}div#\:\$p>svg>foreignObject>section dl dt{font-size:1em;font-style:italic;font-weight:var(--base-text-weight-semibold,600);margin-top:16px;padding:0}div#\:\$p>svg>foreignObject>section dl dd{margin-bottom:16px;padding:0 16px}div#\:\$p>svg>foreignObject>section table th{font-weight:var(--base-text-weight-semibold,600)}div#\:\$p>svg>foreignObject>section table td,div#\:\$p>svg>foreignObject>section table th{border:1px solid var(--color-border-default);padding:6px 13px}div#\:\$p>svg>foreignObject>section table td>:last-child{margin-bottom:0}div#\:\$p>svg>foreignObject>section table tr{background-color:var(--color-canvas-default);border-top:1px solid var(--color-border-muted)}div#\:\$p>svg>foreignObject>section table tr:nth-child(2n){background-color:var(--color-canvas-subtle)}div#\:\$p>svg>foreignObject>section table img{background-color:transparent}div#\:\$p>svg>foreignObject>section img[align=right]{padding-left:20px}div#\:\$p>svg>foreignObject>section img[align=left]{padding-right:20px}div#\:\$p>svg>foreignObject>section .emoji{background-color:transparent;max-width:none;vertical-align:text-top}div#\:\$p>svg>foreignObject>section :is(span,marp-span).frame,div#\:\$p>svg>foreignObject>section :is(span,marp-span).frame>:is(span,marp-span){display:block;overflow:hidden}div#\:\$p>svg>foreignObject>section :is(span,marp-span).frame>:is(span,marp-span){border:1px solid var(--color-border-default);float:left;margin:13px 0 0;padding:7px;width:auto}div#\:\$p>svg>foreignObject>section :is(span,marp-span).frame :is(span,marp-span) img{display:block;float:left}div#\:\$p>svg>foreignObject>section :is(span,marp-span).frame :is(span,marp-span) :is(span,marp-span){clear:both;color:var(--color-fg-default);display:block;padding:5px 0 0}div#\:\$p>svg>foreignObject>section :is(span,marp-span).align-center{clear:both;display:block;overflow:hidden}div#\:\$p>svg>foreignObject>section :is(span,marp-span).align-center>:is(span,marp-span){display:block;margin:13px auto 0;overflow:hidden;text-align:center}div#\:\$p>svg>foreignObject>section :is(span,marp-span).align-center :is(span,marp-span) img{margin:0 auto;text-align:center}div#\:\$p>svg>foreignObject>section :is(span,marp-span).align-right{clear:both;display:block;overflow:hidden}div#\:\$p>svg>foreignObject>section :is(span,marp-span).align-right>:is(span,marp-span){display:block;margin:13px 0 0;overflow:hidden;text-align:right}div#\:\$p>svg>foreignObject>section :is(span,marp-span).align-right :is(span,marp-span) img{margin:0;text-align:right}div#\:\$p>svg>foreignObject>section :is(span,marp-span).float-left{display:block;float:left;margin-right:13px;overflow:hidden}div#\:\$p>svg>foreignObject>section :is(span,marp-span).float-left :is(span,marp-span){margin:13px 0 0}div#\:\$p>svg>foreignObject>section :is(span,marp-span).float-right{display:block;float:right;margin-left:13px;overflow:hidden}div#\:\$p>svg>foreignObject>section :is(span,marp-span).float-right>:is(span,marp-span){display:block;margin:13px auto 0;overflow:hidden;text-align:right}div#\:\$p>svg>foreignObject>section code,div#\:\$p>svg>foreignObject>section tt{background-color:var(--color-neutral-muted);border-radius:6px;font-size:85%;margin:0;padding:.2em .4em;white-space:break-spaces}div#\:\$p>svg>foreignObject>section code br,div#\:\$p>svg>foreignObject>section tt br{display:none}div#\:\$p>svg>foreignObject>section del code{text-decoration:inherit}div#\:\$p>svg>foreignObject>section samp{font-size:85%}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) code{font-size:100%}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre)>code{background:transparent;border:0;margin:0;padding:0;white-space:pre;word-break:normal}div#\:\$p>svg>foreignObject>section .highlight{margin-bottom:16px}div#\:\$p>svg>foreignObject>section .highlight :is(pre,marp-pre){margin-bottom:0;word-break:normal}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre){background-color:var(--color-canvas-subtle);border-radius:6px;color:var(--color-fg-default);font-size:85%;line-height:1.45;overflow:auto;padding:16px}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) code,div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) tt{word-wrap:normal;background-color:transparent;border:0;display:inline;line-height:inherit;margin:0;max-width:auto;overflow:visible;padding:0}div#\:\$p>svg>foreignObject>section .csv-data td,div#\:\$p>svg>foreignObject>section .csv-data th{font-size:12px;line-height:1;overflow:hidden;padding:5px;text-align:left;white-space:nowrap}div#\:\$p>svg>foreignObject>section .csv-data .blob-num{background:var(--color-canvas-default);border:0;padding:10px 8px 9px;text-align:right}div#\:\$p>svg>foreignObject>section .csv-data tr{border-top:0}div#\:\$p>svg>foreignObject>section .csv-data th{background:var(--color-canvas-subtle);border-top:0;font-weight:var(--base-text-weight-semibold,600)}div#\:\$p>svg>foreignObject>section [data-footnote-ref]:before{content:"["}div#\:\$p>svg>foreignObject>section [data-footnote-ref]:after{content:"]"}div#\:\$p>svg>foreignObject>section .footnotes{border-top:1px solid var(--color-border-default);color:var(--color-fg-muted);font-size:12px}div#\:\$p>svg>foreignObject>section div#\:\$p>svg>foreignObject>section section.footnotes{--marpit-root-font-size:12px}div#\:\$p>svg>foreignObject>section .footnotes ol{padding-left:16px}div#\:\$p>svg>foreignObject>section .footnotes ol ul{display:inline-block;margin-top:16px;padding-left:16px}div#\:\$p>svg>foreignObject>section .footnotes li{position:relative}div#\:\$p>svg>foreignObject>section .footnotes li:target:before{border:2px solid var(--color-accent-emphasis);border-radius:6px;bottom:-8px;content:"";left:-24px;pointer-events:none;position:absolute;right:-8px;top:-8px}div#\:\$p>svg>foreignObject>section .footnotes li:target{color:var(--color-fg-default)}div#\:\$p>svg>foreignObject>section .footnotes .data-footnote-backref g-emoji{font-family:monospace}div#\:\$p>svg>foreignObject>section .pl-c{color:var(--color-prettylights-syntax-comment)}div#\:\$p>svg>foreignObject>section .pl-c1,div#\:\$p>svg>foreignObject>section .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}div#\:\$p>svg>foreignObject>section .pl-e,div#\:\$p>svg>foreignObject>section .pl-en{color:var(--color-prettylights-syntax-entity)}div#\:\$p>svg>foreignObject>section .pl-s .pl-s1,div#\:\$p>svg>foreignObject>section .pl-smi{color:var(--color-prettylights-syntax-storage-modifier-import)}div#\:\$p>svg>foreignObject>section .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}div#\:\$p>svg>foreignObject>section .pl-k{color:var(--color-prettylights-syntax-keyword)}div#\:\$p>svg>foreignObject>section .pl-pds,div#\:\$p>svg>foreignObject>section .pl-s,div#\:\$p>svg>foreignObject>section .pl-s .pl-pse .pl-s1,div#\:\$p>svg>foreignObject>section .pl-sr,div#\:\$p>svg>foreignObject>section .pl-sr .pl-cce,div#\:\$p>svg>foreignObject>section .pl-sr .pl-sra,div#\:\$p>svg>foreignObject>section .pl-sr .pl-sre{color:var(--color-prettylights-syntax-string)}div#\:\$p>svg>foreignObject>section .pl-smw,div#\:\$p>svg>foreignObject>section .pl-v{color:var(--color-prettylights-syntax-variable)}div#\:\$p>svg>foreignObject>section .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}div#\:\$p>svg>foreignObject>section .pl-ii{background-color:var(--color-prettylights-syntax-invalid-illegal-bg);color:var(--color-prettylights-syntax-invalid-illegal-text)}div#\:\$p>svg>foreignObject>section .pl-c2{background-color:var(--color-prettylights-syntax-carriage-return-bg);color:var(--color-prettylights-syntax-carriage-return-text)}div#\:\$p>svg>foreignObject>section .pl-sr .pl-cce{color:var(--color-prettylights-syntax-string-regexp);font-weight:700}div#\:\$p>svg>foreignObject>section .pl-ml{color:var(--color-prettylights-syntax-markup-list)}div#\:\$p>svg>foreignObject>section .pl-mh,div#\:\$p>svg>foreignObject>section .pl-mh .pl-en,div#\:\$p>svg>foreignObject>section .pl-ms{color:var(--color-prettylights-syntax-markup-heading);font-weight:700}div#\:\$p>svg>foreignObject>section .pl-mi{color:var(--color-prettylights-syntax-markup-italic);font-style:italic}div#\:\$p>svg>foreignObject>section .pl-mb{color:var(--color-prettylights-syntax-markup-bold);font-weight:700}div#\:\$p>svg>foreignObject>section .pl-md{background-color:var(--color-prettylights-syntax-markup-deleted-bg);color:var(--color-prettylights-syntax-markup-deleted-text)}div#\:\$p>svg>foreignObject>section .pl-mi1{background-color:var(--color-prettylights-syntax-markup-inserted-bg);color:var(--color-prettylights-syntax-markup-inserted-text)}div#\:\$p>svg>foreignObject>section .pl-mc{background-color:var(--color-prettylights-syntax-markup-changed-bg);color:var(--color-prettylights-syntax-markup-changed-text)}div#\:\$p>svg>foreignObject>section .pl-mi2{background-color:var(--color-prettylights-syntax-markup-ignored-bg);color:var(--color-prettylights-syntax-markup-ignored-text)}div#\:\$p>svg>foreignObject>section .pl-mdr{color:var(--color-prettylights-syntax-meta-diff-range);font-weight:700}div#\:\$p>svg>foreignObject>section .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}div#\:\$p>svg>foreignObject>section .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}div#\:\$p>svg>foreignObject>section .pl-corl{color:var(--color-prettylights-syntax-constant-other-reference-link);text-decoration:underline}div#\:\$p>svg>foreignObject>section g-emoji{display:inline-block;font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1em;font-style:normal!important;font-weight:var(--base-text-weight-normal,400);line-height:1;min-width:1ch;vertical-align:-.075em}div#\:\$p>svg>foreignObject>section g-emoji img{height:1em;width:1em}div#\:\$p>svg>foreignObject>section .task-list-item{list-style-type:none}div#\:\$p>svg>foreignObject>section .task-list-item label{font-weight:var(--base-text-weight-normal,400)}div#\:\$p>svg>foreignObject>section .task-list-item.enabled label{cursor:pointer}div#\:\$p>svg>foreignObject>section .task-list-item+.task-list-item{margin-top:4px}div#\:\$p>svg>foreignObject>section .task-list-item .handle{display:none}div#\:\$p>svg>foreignObject>section .task-list-item-checkbox{margin:0 .2em .25em -1.4em;vertical-align:middle}div#\:\$p>svg>foreignObject>section .contains-task-list:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}div#\:\$p>svg>foreignObject>section .contains-task-list{position:relative}div#\:\$p>svg>foreignObject>section .contains-task-list:focus-within .task-list-item-convert-container,div#\:\$p>svg>foreignObject>section .contains-task-list:hover .task-list-item-convert-container{clip:auto;display:block;height:24px;overflow:visible;width:auto}div#\:\$p>svg>foreignObject>section ::-webkit-calendar-picker-indicator{filter:invert(50%)}div#\:\$p>svg>foreignObject>section :is(h1,marp-h1){color:var(--h1-color);font-size:1.6em}div#\:\$p>svg>foreignObject>section :is(h1,marp-h1),div#\:\$p>svg>foreignObject>section :is(h2,marp-h2){border-bottom:none}div#\:\$p>svg>foreignObject>section :is(h2,marp-h2){font-size:1.3em}div#\:\$p>svg>foreignObject>section :is(h3,marp-h3){font-size:1.1em}div#\:\$p>svg>foreignObject>section :is(h4,marp-h4){font-size:1.05em}div#\:\$p>svg>foreignObject>section :is(h5,marp-h5){font-size:1em}div#\:\$p>svg>foreignObject>section :is(h6,marp-h6){font-size:.9em}div#\:\$p>svg>foreignObject>section :is(h1,marp-h1) strong,div#\:\$p>svg>foreignObject>section :is(h2,marp-h2) strong,div#\:\$p>svg>foreignObject>section :is(h3,marp-h3) strong,div#\:\$p>svg>foreignObject>section :is(h4,marp-h4) strong,div#\:\$p>svg>foreignObject>section :is(h5,marp-h5) strong,div#\:\$p>svg>foreignObject>section :is(h6,marp-h6) strong{color:var(--heading-strong-color);font-weight:inherit}div#\:\$p>svg>foreignObject>section :is(h1,marp-h1)::part(auto-scaling),div#\:\$p>svg>foreignObject>section :is(h2,marp-h2)::part(auto-scaling),div#\:\$p>svg>foreignObject>section :is(h3,marp-h3)::part(auto-scaling),div#\:\$p>svg>foreignObject>section :is(h4,marp-h4)::part(auto-scaling),div#\:\$p>svg>foreignObject>section :is(h5,marp-h5)::part(auto-scaling),div#\:\$p>svg>foreignObject>section :is(h6,marp-h6)::part(auto-scaling){max-height:563px}div#\:\$p>svg>foreignObject>section hr{height:0;padding-top:.25em}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre){border:1px solid var(--color-border-default);line-height:1.15;overflow:visible}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre)::part(auto-scaling){max-height:529px}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs){color:var(--color-prettylights-syntax-storage-modifier-import)}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-doctag),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-keyword),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-meta .hljs-keyword),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-template-tag),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-template-variable),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-type),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-variable.language_){color:var(--color-prettylights-syntax-keyword)}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-title),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-title.class_),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-title.class_.inherited__),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-title.function_){color:var(--color-prettylights-syntax-entity)}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-attr),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-attribute),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-literal),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-meta),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-number),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-operator),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-selector-attr),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-selector-class),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-selector-id),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-variable){color:var(--color-prettylights-syntax-constant)}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-meta .hljs-string),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-regexp),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-string){color:var(--color-prettylights-syntax-string)}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-built_in),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-symbol){color:var(--color-prettylights-syntax-variable)}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-code),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-comment),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-formula){color:var(--color-prettylights-syntax-comment)}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-name),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-quote),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-selector-pseudo),div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-selector-tag){color:var(--color-prettylights-syntax-entity-tag)}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-subst){color:var(--color-prettylights-syntax-storage-modifier-import)}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-section){color:var(--color-prettylights-syntax-markup-heading);font-weight:700}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-bullet){color:var(--color-prettylights-syntax-markup-list)}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-emphasis){color:var(--color-prettylights-syntax-markup-italic);font-style:italic}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-strong){color:var(--color-prettylights-syntax-markup-bold);font-weight:700}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-addition){background-color:var(--color-prettylights-syntax-markup-inserted-bg);color:var(--color-prettylights-syntax-markup-inserted-text)}div#\:\$p>svg>foreignObject>section :is(pre,marp-pre) :where(.hljs-deletion){background-color:var(--color-prettylights-syntax-markup-deleted-bg);color:var(--color-prettylights-syntax-markup-deleted-text)}div#\:\$p>svg>foreignObject>section footer,div#\:\$p>svg>foreignObject>section header{color:var(--header-footer-color);font-size:18px;left:30px;margin:0;position:absolute}div#\:\$p>svg>foreignObject>section header{top:21px}div#\:\$p>svg>foreignObject>section footer{bottom:21px}div#\:\$p>svg>foreignObject>section{--h1-color:#246;--header-footer-color:hsla(0,0%,40%,.75);--heading-strong-color:#48c;--paginate-color:#777;align-items:stretch;display:flex;flex-flow:column nowrap;font-size:29px;height:720px;justify-content:center;padding:78.5px;width:1280px}div#\:\$p>svg>foreignObject>section{--marpit-root-font-size:29px}div#\:\$p>svg>foreignObject>section:where(.invert){--h1-color:#cee7ff;--header-footer-color:hsla(0,0%,60%,.75);--heading-strong-color:#7bf;--paginate-color:#999}div#\:\$p>svg>foreignObject>section>:last-child,div#\:\$p>svg>foreignObject>section[data-footer]>:nth-last-child(2){margin-bottom:0}div#\:\$p>svg>foreignObject>section>:first-child,div#\:\$p>svg>foreignObject>section>header:first-child+*{margin-top:0}div#\:\$p>svg>foreignObject>section:after{bottom:21px;color:var(--paginate-color);font-size:24px;padding:0;position:absolute;right:30px}div#\:\$p>svg>foreignObject>section:after{--marpit-root-font-size:24px}div#\:\$p>svg>foreignObject>section[data-color] :is(h1,marp-h1),div#\:\$p>svg>foreignObject>section[data-color] :is(h2,marp-h2),div#\:\$p>svg>foreignObject>section[data-color] :is(h3,marp-h3),div#\:\$p>svg>foreignObject>section[data-color] :is(h4,marp-h4),div#\:\$p>svg>foreignObject>section[data-color] :is(h5,marp-h5),div#\:\$p>svg>foreignObject>section[data-color] :is(h6,marp-h6){color:currentcolor}div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=background]{columns:initial!important;display:block!important;padding:0!important}div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=background]:after,div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=background]:before,div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=content]:after,div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=content]:before{display:none!important}div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=background]>div[data-marpit-advanced-background-container]{all:initial;display:flex;flex-direction:row;height:100%;overflow:hidden;width:100%}div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=background]>div[data-marpit-advanced-background-container][data-marpit-advanced-background-direction=vertical]{flex-direction:column}div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=background][data-marpit-advanced-background-split]>div[data-marpit-advanced-background-container]{width:var(--marpit-advanced-background-split,50%)}div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=background][data-marpit-advanced-background-split=right]>div[data-marpit-advanced-background-container]{margin-left:calc(100% - var(--marpit-advanced-background-split, 50%))}div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=background]>div[data-marpit-advanced-background-container]>figure{all:initial;background-position:center;background-repeat:no-repeat;background-size:cover;flex:auto;margin:0}div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=background]>div[data-marpit-advanced-background-container]>figure>figcaption{position:absolute;border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;white-space:nowrap;width:1px}div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=content],div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=pseudo]{background:transparent!important}div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background=pseudo],div#\:\$p>svg[data-marpit-svg]>foreignObject[data-marpit-advanced-background=pseudo]{pointer-events:none!important}div#\:\$p>svg>foreignObject>section[data-marpit-advanced-background-split]{width:100%;height:100%}</style></head><body><div class="bespoke-marp-osc"><button data-bespoke-marp-osc="prev" tabindex="-1" title="Previous slide">Previous slide</button><span data-bespoke-marp-osc="page"></span><button data-bespoke-marp-osc="next" tabindex="-1" title="Next slide">Next slide</button><button data-bespoke-marp-osc="fullscreen" tabindex="-1" title="Toggle fullscreen (f)">Toggle fullscreen</button><button data-bespoke-marp-osc="presenter" tabindex="-1" title="Open presenter view (p)">Open presenter view</button></div><div id=":$p"><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="1" data-paginate="true" lang="ja-JP" data-marpit-pagination="1" style="--paginate:true;" data-marpit-pagination-total="34">
+<h1 id="%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E7%AE%A1%E7%90%86%E3%82%92%E4%BD%93%E9%A8%93%E3%81%95%E3%81%9B%E3%82%8B%E5%AD%A6%E7%94%9F%E5%AE%9F%E9%A8%93%E3%81%AB%E9%96%A2%E3%81%99%E3%82%8B%E8%80%83%E5%AF%9F">システム管理を体験させる学生実験に関する考察</h1>
+
+<p>琉球大学 理工学研究科 知能情報プログラム<br />
+河野研究室</p>
+<p>木山 瑞基</p>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="2" data-paginate="true" lang="ja-JP" data-marpit-pagination="2" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E7%9F%A5%E8%83%BD%E6%83%85%E5%A0%B1%E3%82%B3%E3%83%BC%E3%82%B9%E3%81%AE%E5%8D%92%E6%A5%AD%E7%94%9F%E3%81%AB%E6%9C%9F%E5%BE%85%E3%81%95%E3%82%8C%E3%82%8B%E8%83%BD%E5%8A%9B">知能情報コースの卒業生に期待される能力</h2>
+
+<ul>
+<li>技術力</li>
+<li>コミュニケーション能力</li>
+<li>問題解決能力</li>
+<li>技術者としての倫理観</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="3" data-paginate="true" lang="ja-JP" data-marpit-pagination="3" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E5%AD%A6%E5%A3%AB%E4%BF%AE%E5%A3%AB%E3%81%AE%E7%A0%94%E7%A9%B6%E8%80%85%E3%81%A8%E3%81%97%E3%81%A6%E3%81%AE%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E7%AE%A1%E7%90%86%E3%81%AE%E7%9F%A5%E8%AD%98">学士修士の研究者としてのシステム管理の知識</h2>
+<ul>
+<li>旧システムの問題点を解消したシステムの構築</li>
+<li>要求に対応するシステム運用</li>
+<li>適切な環境やハイスペックマシンを使用する為の構築</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="4" data-paginate="true" lang="ja-JP" data-marpit-pagination="4" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E7%AE%A1%E7%90%86%E6%B4%BB%E5%8B%95%E3%82%92%E9%80%9A%E3%81%97%E3%81%A6%E3%81%93%E3%82%8C%E3%82%89%E3%81%AE%E8%83%BD%E5%8A%9B%E3%82%92%E8%BA%AB%E3%81%AB%E3%81%A4%E3%81%91%E3%82%8B">システム管理活動を通してこれらの能力を身につける</h2>
+<ul>
+<li>
+<p>3年生を対象とした演習科目の中でシステム管理を体験させた</p>
+</li>
+<li>
+<p>チャットツールを用いたシステム管理</p>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="5" data-paginate="true" lang="ja-JP" data-marpit-pagination="5" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E6%83%85%E5%A0%B1%E5%B7%A5%E5%AD%A6%E7%94%9F%E3%81%8C%E5%88%A9%E7%94%A8%E3%81%99%E3%82%8B%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0">情報工学生が利用するシステム</h2>
+
+<ul>
+<li>知能情報コースには教育研究情報システムがある
+<ul>
+<li>学生・教員の約300名に対して演習、研究活動を行う為のシステムを提供している</li>
+</ul>
+</li>
+<li>学生が中心となって管理している
+<ul>
+<li>指導教員、技術職員、学生の6名</li>
+</ul>
+</li>
+<li>2022年より講義にシステム管理活動が追加された</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="6" data-paginate="true" lang="ja-JP" data-marpit-pagination="6" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E6%A7%8B%E6%88%90%E3%83%8F%E3%83%BC%E3%83%89%E3%82%A6%E3%82%A7%E3%82%A2">システム構成(ハードウェア)</h2>
+<ul>
+<li>2Uサーバー6台導入している
+<ul>
+<li>4台はGPUを搭載した基幹サーバー</li>
+<li>2台はディスクサーバー</li>
+</ul>
+</li>
+<li>さくらのクラウドサーバー
+<ul>
+<li>冗長構成用のサーバー</li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="7" data-paginate="true" lang="ja-JP" data-marpit-pagination="7" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E4%B8%8A%E3%81%A7%E5%8B%95%E4%BD%9C%E3%81%97%E3%81%A6%E3%81%84%E3%82%8B%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9">システム上で動作しているサービス</h2>
+
+<ul>
+<li>学生の演習や研究活動に必要なリソースを提供している
+<ul>
+<li>仮想環境(KVM,Podman,Singurality)</li>
+<li>有線・無線ネットワーク</li>
+</ul>
+</li>
+<li>コースのカリキュラムに必要なサービスも提供している
+<ul>
+<li>授業ページを掲載する学科web</li>
+<li>授業連絡等で使用されるMattermost</li>
+</ul>
+</li>
+<li>ファイルシステム
+<ul>
+<li>ceph</li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="8" data-paginate="true" lang="ja-JP" data-marpit-pagination="8" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9%E3%81%AE%E5%88%A9%E7%94%A8%E4%BE%8B">サービスの利用例</h2>
+<ul>
+<li>授業・学外演習でのアプリケーション構築でのKVM貸し出し</li>
+<li>イベント時に専用の無線LANの作成</li>
+<li>イベントの告知に学科webにアナウンス</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="9" data-paginate="true" lang="ja-JP" data-marpit-pagination="9" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E9%81%8E%E5%8E%BB2009%E5%B9%B4%E3%81%AE%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E7%AE%A1%E7%90%86%E3%81%AE%E5%8F%96%E3%82%8A%E7%B5%84%E3%81%BF">過去(2009年)のシステム管理の取り組み</h2>
+<ul>
+<li>
+<p><a href="https://www.jstage.jst.go.jp/article/jsise/26/1/26_79/_pdf/-char/ja">情報工学系学科における教育用計算機システムの自主構築に関する取組み</a></p>
+<ul>
+<li>先行研究ではシステムリプレースを学生が中心となって構築した</li>
+<li>当時15名程の学生が参加していた</li>
+</ul>
+</li>
+<li>
+<p>学科システムの更新の実践的教育への活用</p>
+<ul>
+<li>旧システムの問題点の検証</li>
+<li>それらを改善したシステムの設計・構築</li>
+</ul>
+</li>
+<li>
+<p>アンケートを用いた有効性の提示</p>
+<ul>
+<li>利用者に向けて新システムが有効的かのアンケート</li>
+<li>管理者である学生へ技術習得度、システム構築に関する工夫</li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="10" data-paginate="true" lang="ja-JP" data-marpit-pagination="10" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="2009%E5%B9%B4%E4%BB%A5%E9%99%8D%E3%81%AE%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E7%AE%A1%E7%90%86%E3%83%81%E3%83%BC%E3%83%A0">2009年以降のシステム管理チーム</h2>
+<ul>
+<li>旧システムの問題点を改善したシステムアップデートは続いている
+<ul>
+<li>直近では2020年に行われた</li>
+</ul>
+</li>
+<li>2012年よりシステム管理チームができ、2022年には演習科目のテーマに追加された</li>
+<li>演習環境の貸し出しなどはKVM、Podman、singularityになっている</li>
+<li>物理サーバーにGPUを搭載した</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="11" data-paginate="true" lang="ja-JP" data-marpit-pagination="11" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E3%82%A2%E3%83%83%E3%83%97%E3%83%87%E3%83%BC%E3%83%88%E6%99%82%E3%81%AE%E6%B4%BB%E5%8B%95%E5%86%85%E5%AE%B9">システムアップデート時の活動内容</h2>
+
+<ul>
+<li>設計
+<ul>
+<li>オンプレの計算機サーバー</li>
+<li>学内ネットワーク 有線・無線 UTM</li>
+<li>ストレージサーバー Ceph</li>
+<li>クラウドサーバー Sakura</li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="12" data-paginate="true" lang="ja-JP" data-marpit-pagination="12" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="2020%E5%B9%B4%E5%BA%A6%E3%81%AB%E6%A7%8B%E7%AF%89%E3%81%95%E3%82%8C%E3%81%9F%E7%8F%BE%E5%9C%A8%E3%81%AE%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9">2020年度に構築された現在のサービス</h2>
+
+<ul>
+<li>Ubuntuホスティングサーバー×6</li>
+<li>KVM,Podman,singlarity</li>
+<li>PowerDNS</li>
+<li>Akatsuki(IP,ドメイン管理サービス)</li>
+<li>webサーバー</li>
+<li>gitlab</li>
+<li>mattermost</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="13" data-paginate="true" lang="ja-JP" data-marpit-pagination="13" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E7%AE%A1%E7%90%86%E6%B4%BB%E5%8B%95">システム管理活動</h2>
+
+<ul>
+<li>週に一回のミーティング
+<ul>
+<li>zoomで遠隔で行っている</li>
+<li>作業ログやドキュメントはscrapboxを使用している</li>
+</ul>
+</li>
+<li>利用者からの問い合わせに対応
+<ul>
+<li>学生の学外公開サーバーの監査</li>
+</ul>
+</li>
+<li>障害発生時の修正</li>
+<li>システムのバージョンアップデート</li>
+<li>Hands onの開催</li>
+<li>新入生向けのインストール大会</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="14" data-paginate="true" lang="ja-JP" data-marpit-pagination="14" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E7%AE%A1%E7%90%86%E3%83%81%E3%83%BC%E3%83%A0%E3%81%AE%E5%95%8F%E9%A1%8C%E7%82%B9">システム管理チームの問題点</h2>
+<ul>
+<li>チームに所属して長期的に活動を行う学生は2~3名ほどに留まっている</li>
+<li>システム管理に興味を持つ学生が少なく、そもそも存在を知らない学生もいる</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="15" data-paginate="true" lang="ja-JP" data-marpit-pagination="15" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E6%BC%94%E7%BF%92%E7%A7%91%E7%9B%AE%E3%81%B8%E3%81%AE%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E7%AE%A1%E7%90%86%E6%B4%BB%E5%8B%95%E3%81%AE%E8%BF%BD%E5%8A%A0">演習科目へのシステム管理活動の追加</h2>
+<ul>
+<li>知能情報分野の専門的な知識を習得することを目的としており、前期・後期それぞれで開講されている</li>
+<li>システム管理の他にも毎年5~6個ほどのテーマが存在しており学生はこの中から選択する</li>
+<li>一学年定員60名なので1テーマあたり10名ほどの受講生がいる</li>
+<li>テーマの一つにシステム管理活動を追加した</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="16" data-paginate="true" lang="ja-JP" data-marpit-pagination="16" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E6%BC%94%E7%BF%92%E5%AE%9F%E9%A8%93%E3%81%A7%E3%81%AE%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E7%AE%A1%E7%90%86%E3%83%81%E3%83%BC%E3%83%A0%E3%81%AE%E5%8F%96%E3%82%8A%E7%B5%84%E3%81%BF">演習実験でのシステム管理チームの取り組み</h2>
+<ul>
+<li>
+<p>週に一回二コマ</p>
+<ul>
+<li>主にzoomを用いて遠隔で授業を行っている</li>
+</ul>
+</li>
+<li>
+<p>サーバー室の見学</p>
+</li>
+<li>
+<p>学科システムの紹介</p>
+</li>
+<li>
+<p>サーバー班、web班、セキュリティ班にグループ分け</p>
+<ul>
+<li>サービスの不具合の修正やシステムのアップデート</li>
+<li>指導教員やシステム管理メンバーが一人付き生徒に教えている</li>
+<li>生徒一人が画面共有して教員やメンバーが指示を出したり意見を出したりしている</li>
+</ul>
+</li>
+<li>
+<p>オープンキャンパスの資料作成・発表(前期のみ)</p>
+<ul>
+<li><a href="https://ie.u-ryukyu.ac.jp/syskan/activity/open-campus-2023/">2023オープンキャンパス</a></li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="17" data-paginate="true" lang="ja-JP" data-marpit-pagination="17" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC%E7%8F%AD">サーバー班</h2>
+<ul>
+<li>システムのバックアップの修正
+<ul>
+<li>基幹サーバー上のrsnapshotのログ確認・修正</li>
+</ul>
+</li>
+<li>貸し出しVMのテンプレートの修正
+<ul>
+<li>四つのサーバーで異なっていたテンプレートを共通化</li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="18" data-paginate="true" lang="ja-JP" data-marpit-pagination="18" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="web%E7%8F%AD">web班</h2>
+<ul>
+<li>
+<p>ローカルPC上でHugoの構築,VMを使用してLAMP環境の構築</p>
+</li>
+<li>
+<p>学科システムのHugo化</p>
+<ul>
+<li>以前はWordPressを使用していたがセキュリティの問題から静的ページ変更</li>
+<li>静的ページの管理のしづらさや共通部分が多い</li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="19" data-paginate="true" lang="ja-JP" data-marpit-pagination="19" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%82%BB%E3%82%AD%E3%83%A5%E3%83%AA%E3%83%86%E3%82%A3%E7%8F%AD">セキュリティ班</h2>
+
+<ul>
+<li>Vulsの構築
+<ul>
+<li>podmanでの構築</li>
+<li>singlarityでの構築</li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="20" data-paginate="true" lang="ja-JP" data-marpit-pagination="20" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E6%BC%94%E7%BF%92%E5%AE%9F%E9%A8%93%E3%81%A7%E3%81%AE%E5%95%8F%E9%A1%8C%E7%82%B9">演習実験での問題点</h2>
+<ul>
+<li>継続してシステム管理活動に参加する学生が少ない</li>
+<li>システムが大規模かつ複雑で理解しくい</li>
+<li>CLIでの操作に慣れていない学生が多い事から管理者権限が付与できなかった</li>
+<li>手を動かす学生が固定化されていた</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="21" data-paginate="true" lang="ja-JP" data-marpit-pagination="21" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%83%81%E3%83%A3%E3%83%83%E3%83%88%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E3%82%92%E5%88%A9%E7%94%A8%E3%81%97%E3%81%9F%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E7%AE%A1%E7%90%86">チャットシステムを利用したシステム管理</h2>
+<ul>
+<li>mattermostのスラッシュコマンドを利用しシステムを管理する</li>
+<li>任意のエンドポイントに対してリクエストを送信する事ができ,HTTPサーバーから基幹サーバーに対して処理を投げる</li>
+<li>スラッシュコマンドの実行結果はbot経由でチャット上に表示される</li>
+<li>管理者権限を必要とする操作は制限するように設定した</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="22" data-paginate="true" lang="ja-JP" data-marpit-pagination="22" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E6%8F%90%E6%A1%88%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E3%81%AE%E5%AE%9F%E8%A1%8C%E4%BE%8B">提案システムの実行例</h2>
+<ul>
+<li>ユーザーが実行したコマンドの結果のみ表示される</li>
+<li>実行ユーザーと実行コマンドを含めた結果を表示<br />
+<img src="figs/slashcommand-exp.png" alt="" style="width:800px;" /></li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="23" data-paginate="true" lang="ja-JP" data-marpit-pagination="23" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E3%81%AE%E6%A7%8B%E6%88%90%E5%9B%B3">システムの構成図</h2>
+<ul>
+<li>基幹システム上にHTTPサーバーコンテナを構築した</li>
+</ul>
+
+<p><img src="figs/chatsystem4.png" alt="" style="width:600px;" /></p>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="24" data-paginate="true" lang="ja-JP" data-marpit-pagination="24" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E8%AA%8D%E8%A8%BC%E3%81%AE%E5%AE%9F%E8%A3%85">認証の実装</h2>
+
+<ul>
+<li>学科のシステムはLDAP経由でアカウントを管理している</li>
+<li>サーバー上の管理者権限もLDAPによって管理されている
+<ul>
+<li>特定のDNにユーザー情報のuidを追加することで管理されている</li>
+</ul>
+</li>
+<li>mattermostのuser_nameはLDAPのuidが登録される</li>
+<li>mattermostのスラッシュコマンドは実行時に操作者のuser_nameが送信される</li>
+<li>そのuser_name(uid)を使用し検索を行うことで管理者かわかる</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="25" data-paginate="true" lang="ja-JP" data-marpit-pagination="25" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E5%AE%9F%E8%A3%85%E3%81%97%E3%81%9F%E3%82%B9%E3%83%A9%E3%83%83%E3%82%B7%E3%83%A5%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89">実装したスラッシュコマンド</h2>
+<ul>
+<li>vmの監査</li>
+<li>管理者権限の追加・削除</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="26" data-paginate="true" lang="ja-JP" data-marpit-pagination="26" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E5%BE%93%E6%9D%A5%E3%81%AE%E6%89%8B%E6%B3%95-vm%E3%81%AE%E7%9B%A3%E6%9F%BB">従来の手法 vmの監査</h2>
+<ul>
+<li>生徒側
+<ul>
+<li>学生が借りたVMサーバーにグローバルIPを割り振る際に監査がある</li>
+<li>学生はアクセス制限やセキュリティアップデートの自動化などを行う</li>
+<li>監査用アカウントを作成し管理者にアクセス情報と共に問い合わせする</li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="27" data-paginate="true" lang="ja-JP" data-marpit-pagination="27" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E5%BE%93%E6%9D%A5%E3%81%AE%E6%89%8B%E6%B3%95-vm%E3%81%AE%E7%9B%A3%E6%9F%BB-1">従来の手法 vmの監査</h2>
+<ul>
+<li>管理者側
+<ul>
+<li>アクセス制限の確認
+<ul>
+<li>/etc/hosts.allow /etc/hosts.denyの確認</li>
+</ul>
+</li>
+<li>不審なユーザーがいないかの確認</li>
+<li>ssh
+<ul>
+<li>rootでアクセス出来るか</li>
+<li>パスワード認証出来るか</li>
+<li>デフォルトポートから変更されているか</li>
+</ul>
+</li>
+<li>セキュリティアップデートが自動化されているか</li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="28" data-paginate="true" lang="ja-JP" data-marpit-pagination="28" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E5%AE%9F%E8%A3%85%E3%81%97%E3%81%9F%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89-vm%E3%81%AE%E7%9B%A3%E6%9F%BB">実装したコマンド vmの監査</h2>
+
+<ul>
+<li>監査を受ける生徒が使用するコマンド
+<ul>
+<li>アクセス制限などの作業は従来と同じ</li>
+<li>監査用のアカウントを作成し、描きコマンドを実行して公開鍵を登録</li>
+<li>/syskan vm key-gen $VMNAME $IPADD<br />
+<img src="figs/key-gen.png" alt="" style="width:650px;" /></li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="29" data-paginate="true" lang="ja-JP" data-marpit-pagination="29" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E5%AE%9F%E8%A3%85%E3%81%97%E3%81%9F%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89-vm%E3%81%AE%E7%9B%A3%E6%9F%BB-1">実装したコマンド vmの監査</h2>
+<ul>
+<li>管理チームが使用するコマンド
+<ul>
+<li>/syskan vm audit $VMNAME $USERNAME $IPADD<br />
+<img src="figs/vmaudit.png" alt="" style="width:600px;" /></li>
+</ul>
+</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="30" data-paginate="true" lang="ja-JP" data-marpit-pagination="30" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E5%BE%93%E6%9D%A5%E3%81%AE%E6%89%8B%E6%B3%95-sudoers%E3%81%AB%E8%BF%BD%E5%8A%A0%E3%83%BB%E5%89%8A%E9%99%A4">従来の手法 sudoersに追加・削除</h2>
+<ul>
+<li>ldapの操作
+<ul>
+<li>基幹サーバーにログインしsyskanユーザー変更</li>
+<li>ldifファイルを作成</li>
+<li>以下のコマンドを打つ</li>
+</ul>
+</li>
+</ul>
+<pre is="marp-pre" data-auto-scaling="downscale-only"><code>$ldapmodify -f iesudoers.ldif -x -H host -D binddn -W
+</code></pre>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="31" data-paginate="true" lang="ja-JP" data-marpit-pagination="31" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E5%AE%9F%E8%A3%85%E3%81%97%E3%81%9F%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89-sudoers%E3%81%AB%E8%BF%BD%E5%8A%A0%E3%83%BB%E5%89%8A%E9%99%A4">実装したコマンド sudoersに追加・削除</h2>
+<ul>
+<li>sudoers権限を持つ学生から権限を削除するコマンド</li>
+<li>/syskan ldap delete sudoers $UID</li>
+<li>特定の生徒のldap情報を取得するコマンド
+<ul>
+<li>/syskan ldap search $UID</li>
+</ul>
+</li>
+<li><img src="figs/ldapadddel.png" alt="" style="width:600px;" /></li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="32" data-paginate="true" lang="ja-JP" data-marpit-pagination="32" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%83%81%E3%83%A3%E3%83%83%E3%83%88%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E3%82%92%E7%94%A8%E3%81%84%E3%81%9F%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E7%AE%A1%E7%90%86%E3%81%AE%E6%9C%89%E5%8A%B9%E6%80%A7">チャットシステムを用いたシステム管理の有効性</h2>
+<ul>
+<li>複雑なオプションやサーバー上のpathを覚える必要がない</li>
+<li>頻繁に使用する処理をサーバーにアクセスすることなく行える</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="33" data-paginate="true" lang="ja-JP" data-marpit-pagination="33" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E3%81%BE%E3%81%A8%E3%82%81">まとめ</h2>
+<ul>
+<li>2022年度から科目演習のテーマの一つとしてシステム管理チームを追加した</li>
+<li>座学と実際の運用を用いて学生にシステム管理を体験させた</li>
+<li>しかし、システム管理チームに参加する学生の少なさやCLIの難易度の高さと言った問題点が挙げられた</li>
+<li>そこでチャットシステムを用いたシステム管理を提案した</li>
+</ul>
+</section>
+</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="34" data-paginate="true" lang="ja-JP" data-marpit-pagination="34" style="--paginate:true;" data-marpit-pagination-total="34">
+<h2 id="%E4%BB%8A%E5%BE%8C%E3%81%AE%E8%AA%B2%E9%A1%8C">今後の課題</h2>
+<ul>
+<li>スラッシュコマンドを使用してもらう</li>
+<li>スラッシュコマンドの実装
+<ul>
+<li>他にもシステムの状態を確認する処理や定期的に利用する処理の追加</li>
+</ul>
+</li>
+<li>管理メンバーの引き継ぎ
+<ul>
+<li>学生メンバーの3人中2人が今年卒業、指導教員も来年で定年</li>
+</ul>
+</li>
+<li>時期システム更新
+<ul>
+<li>2025年にはシステム更新作業がある</li>
+</ul>
+</li>
+</ul>
+</section>
+<script>!function(){"use strict";const t={h1:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"1"},style:"display: block; font-size: 2em; margin-block-start: 0.67em; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h2:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"2"},style:"display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h3:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"3"},style:"display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h4:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"4"},style:"display: block; margin-block-start: 1.33em; margin-block-end: 1.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h5:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"5"},style:"display: block; font-size: 0.83em; margin-block-start: 1.67em; margin-block-end: 1.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},h6:{proto:()=>HTMLHeadingElement,attrs:{role:"heading","aria-level":"6"},style:"display: block; font-size: 0.67em; margin-block-start: 2.33em; margin-block-end: 2.33em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;"},span:{proto:()=>HTMLSpanElement},pre:{proto:()=>HTMLElement,style:"display: block; font-family: monospace; white-space: pre; margin: 1em 0; --marp-auto-scaling-white-space: pre;"}},e="data-marp-auto-scaling-wrapper",i="data-marp-auto-scaling-svg",n="data-marp-auto-scaling-container";class s extends HTMLElement{constructor(){super(),this.svgPreserveAspectRatio="xMinYMid meet";const t=t=>([e])=>{const{width:i,height:n}=e.contentRect;this[t]={width:i,height:n},this.updateSVGRect()};this.attachShadow({mode:"open"}),this.containerObserver=new ResizeObserver(t("containerSize")),this.wrapperObserver=new ResizeObserver(((...e)=>{t("wrapperSize")(...e),this.flushSvgDisplay()}))}static get observedAttributes(){return["data-downscale-only"]}connectedCallback(){var t,s,o,r,a;this.shadowRoot.innerHTML=`\n<style>\n  svg[${i}] { display: block; width: 100%; height: auto; vertical-align: top; }\n  span[${n}] { display: table; white-space: var(--marp-auto-scaling-white-space, nowrap); width: max-content; }\n</style>\n<div ${e}>\n  <svg part="svg" ${i}>\n    <foreignObject><span ${n}><slot></slot></span></foreignObject>\n  </svg>\n</div>\n    `.split(/\n\s*/).join(""),this.wrapper=null!==(t=this.shadowRoot.querySelector(`div[${e}]`))&&void 0!==t?t:void 0;const l=this.svg;this.svg=null!==(o=null===(s=this.wrapper)||void 0===s?void 0:s.querySelector(`svg[${i}]`))&&void 0!==o?o:void 0,this.svg!==l&&(this.svgComputedStyle=this.svg?window.getComputedStyle(this.svg):void 0),this.container=null!==(a=null===(r=this.svg)||void 0===r?void 0:r.querySelector(`span[${n}]`))&&void 0!==a?a:void 0,this.observe()}disconnectedCallback(){this.svg=void 0,this.svgComputedStyle=void 0,this.wrapper=void 0,this.container=void 0,this.observe()}attributeChangedCallback(){this.observe()}flushSvgDisplay(){const{svg:t}=this;t&&(t.style.display="inline",requestAnimationFrame((()=>{t.style.display=""})))}observe(){this.containerObserver.disconnect(),this.wrapperObserver.disconnect(),this.wrapper&&this.wrapperObserver.observe(this.wrapper),this.container&&this.containerObserver.observe(this.container),this.svgComputedStyle&&this.observeSVGStyle(this.svgComputedStyle)}observeSVGStyle(t){const e=()=>{const i=(()=>{const e=t.getPropertyValue("--preserve-aspect-ratio");if(e)return e.trim();return`x${(({textAlign:t,direction:e})=>{if(t.endsWith("left"))return"Min";if(t.endsWith("right"))return"Max";if("start"===t||"end"===t){let i="rtl"===e;return"end"===t&&(i=!i),i?"Max":"Min"}return"Mid"})(t)}YMid meet`})();i!==this.svgPreserveAspectRatio&&(this.svgPreserveAspectRatio=i,this.updateSVGRect()),t===this.svgComputedStyle&&requestAnimationFrame(e)};e()}updateSVGRect(){var t,e,i,n,s,o,r;let a=Math.ceil(null!==(e=null===(t=this.containerSize)||void 0===t?void 0:t.width)&&void 0!==e?e:0);const l=Math.ceil(null!==(n=null===(i=this.containerSize)||void 0===i?void 0:i.height)&&void 0!==n?n:0);void 0!==this.dataset.downscaleOnly&&(a=Math.max(a,null!==(o=null===(s=this.wrapperSize)||void 0===s?void 0:s.width)&&void 0!==o?o:0));const c=null===(r=this.svg)||void 0===r?void 0:r.querySelector(":scope > foreignObject");if(null==c||c.setAttribute("width",`${a}`),null==c||c.setAttribute("height",`${l}`),this.svg&&(this.svg.setAttribute("viewBox",`0 0 ${a} ${l}`),this.svg.setAttribute("preserveAspectRatio",this.svgPreserveAspectRatio),this.svg.style.height=a<=0||l<=0?"0":""),this.container){const t=this.svgPreserveAspectRatio.toLowerCase();this.container.style.marginLeft=t.startsWith("xmid")||t.startsWith("xmax")?"auto":"0",this.container.style.marginRight=t.startsWith("xmi")?"auto":"0"}}}const o=(t,{attrs:e={},style:i})=>class extends t{constructor(...t){super(...t);for(const[t,i]of Object.entries(e))this.hasAttribute(t)||this.setAttribute(t,i);this.attachShadow({mode:"open"})}static get observedAttributes(){return["data-auto-scaling"]}connectedCallback(){this._update()}attributeChangedCallback(){this._update()}_update(){const t=i?`<style>:host { ${i} }</style>`:"";let e="<slot></slot>";const{autoScaling:n}=this.dataset;if(void 0!==n){e=`<marp-auto-scaling exportparts="svg:auto-scaling" ${"downscale-only"===n?"data-downscale-only":""}>${e}</marp-auto-scaling>`}this.shadowRoot.innerHTML=t+e}};let r;const a=Symbol();let l;const c="marpitSVGPolyfill:setZoomFactor,",d=Symbol(),g=Symbol();const h=()=>{const t="Apple Computer, Inc."===navigator.vendor,e=t?[u]:[],i={then:e=>(t?(async()=>{if(void 0===l){const t=document.createElement("canvas");t.width=10,t.height=10;const e=t.getContext("2d"),i=new Image(10,10),n=new Promise((t=>{i.addEventListener("load",(()=>t()))}));i.crossOrigin="anonymous",i.src="data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%201%201%22%3E%3CforeignObject%20width%3D%221%22%20height%3D%221%22%20requiredExtensions%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%3E%3Cdiv%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%20style%3D%22width%3A%201px%3B%20height%3A%201px%3B%20background%3A%20red%3B%20position%3A%20relative%22%3E%3C%2Fdiv%3E%3C%2FforeignObject%3E%3C%2Fsvg%3E",await n,e.drawImage(i,0,0),l=e.getImageData(5,5,1,1).data[3]<128}return l})().then((t=>{null==e||e(t?[u]:[])})):null==e||e([]),i)};return Object.assign(e,i)};let p,m;function u(t){const e="object"==typeof t&&t.target||document,i="object"==typeof t?t.zoom:t;window[g]||(Object.defineProperty(window,g,{configurable:!0,value:!0}),document.body.style.zoom=1.0001,document.body.offsetHeight,document.body.style.zoom=1,window.addEventListener("message",(({data:t,origin:e})=>{if(e===window.origin)try{if(t&&"string"==typeof t&&t.startsWith(c)){const[,e]=t.split(","),i=Number.parseFloat(e);Number.isNaN(i)||(m=i)}}catch(t){console.error(t)}})));let n=!1;Array.from(e.querySelectorAll("svg[data-marpit-svg]"),(t=>{var e,s,o,r;t.style.transform||(t.style.transform="translateZ(0)");const a=i||m||t.currentScale||1;p!==a&&(p=a,n=a);const l=t.getBoundingClientRect(),{length:c}=t.children;for(let i=0;i<c;i+=1){const n=t.children[i];if(n.getScreenCTM){const t=n.getScreenCTM();if(t){const i=null!==(s=null===(e=n.x)||void 0===e?void 0:e.baseVal.value)&&void 0!==s?s:0,c=null!==(r=null===(o=n.y)||void 0===o?void 0:o.baseVal.value)&&void 0!==r?r:0,d=n.children.length;for(let e=0;e<d;e+=1){const s=n.children[e];if("SECTION"===s.tagName){const{style:e}=s;e.transformOrigin||(e.transformOrigin=`${-i}px ${-c}px`),e.transform=`scale(${a}) matrix(${t.a}, ${t.b}, ${t.c}, ${t.d}, ${t.e-l.left}, ${t.f-l.top}) translateZ(0.0001px)`;break}}}}}})),!1!==n&&Array.from(e.querySelectorAll("iframe"),(({contentWindow:t})=>{null==t||t.postMessage(`${c}${n}`,"null"===window.origin?"*":window.origin)}))}function v({once:t=!1,target:e=document}={}){const i=function(t=document){if(t[d])return t[d];let e=!0;const i=()=>{e=!1,delete t[d]};Object.defineProperty(t,d,{configurable:!0,value:i});let n=[],s=!1;(async()=>{try{n=await h()}finally{s=!0}})();const o=()=>{for(const e of n)e({target:t});s&&0===n.length||e&&window.requestAnimationFrame(o)};return o(),i}(e);return t?(i(),()=>{}):i}p=1,m=void 0;const b=Symbol(),w=(e=document)=>{if("undefined"==typeof window)throw new Error("Marp Core's browser script is valid only in browser context.");if(((e=document)=>{const i=window[a];i||customElements.define("marp-auto-scaling",s);for(const n of Object.keys(t)){const s=`marp-${n}`,a=t[n].proto();null!=r||(r=!!document.createElement("div",{is:"marp-auto-scaling"}).outerHTML.startsWith("<div is")),r&&a!==HTMLElement?i||customElements.define(s,o(a,{style:t[n].style}),{extends:n}):(i||customElements.define(s,o(HTMLElement,t[n])),e.querySelectorAll(`${n}[is="${s}"]`).forEach((t=>{t.outerHTML=t.outerHTML.replace(new RegExp(`^<${n}`,"i"),`<${s}`).replace(new RegExp(`</${n}>$`,"i"),`</${s}>`)})))}window[a]=!0})(e),e[b])return e[b];const i=v({target:e}),n=()=>{i(),delete e[b]},l=Object.assign(n,{cleanup:n,update:()=>w(e)});return Object.defineProperty(e,b,{configurable:!0,value:l}),l},y=document.currentScript;w(y?y.getRootNode():document)}();
+</script></foreignObject></svg></div><div class="bespoke-marp-note" data-index="0" tabindex="0"><p>スピーカーノート</p></div><div class="bespoke-marp-note" data-index="1" tabindex="0"><p>技術力、プログラミング能力や構築力
+  グループや組織内での意思疎通や対人関係
+  与えられた課題だけでなく、問題点を洗い出し分析し解決する能力
+  また、技術者としての倫理観も求められる能力</p></div><div class="bespoke-marp-note" data-index="4" tabindex="0"><p>ここで琉球大学には〜〜のシステムがあるという紹介を行う</p></div><div class="bespoke-marp-note" data-index="6" tabindex="0"><p>コースのカリキュラムに必要な計算機リソースを提供する
+- AI,ハードウェア,ソフトウェア,セキュリティを学習するカリキュラム
+具体的なサービス(AI学習タスク,VM,開発実験用コンテナ)
+- 学習環境も提供する(gitlab,mattermost,ie-web)</p></div><div class="bespoke-marp-note" data-index="7" tabindex="0"><p>## システム構成図
+![w:800](figs/system.svg)
+
+---</p></div><div class="bespoke-marp-note" data-index="8" tabindex="0"><p>- 旧システムの問題点と新システムの設計
+ネットワークの構成(サブネット化してなかった)、生徒への貸し出し環境の修正(一つのマシンを5~6人で共用していた為、管理者権限で操作するとそれぞれが影響を受けるような形になっていた)
+- 新システムの実装</p><p>- システム利用者へのアンケート
+- 設計・構築に関わった学生の自己評価アンケート
+- アンケートの内容は,技術修得度合,システム構築に対する工夫点,システムリプレース全体に関する評価,次回のシステムリプレースの改善などの項目を挙げた.</p></div><div class="bespoke-marp-note" data-index="10" tabindex="0"><p>ここでは満たすべき要件を書く
+更新前のシステムにあった問題点の改善やその時の最新技術を取り入れるなど要望から設計を行い更新しています。
+
+現行のサーバーは機械学習の演習のためGPUが搭載されたものを採用しました。
+
+以前のファイルシステムはGFS2を採用しておりロックマネージャサーバーが落ちるとファイルシステムにアクセスできなくなった問題がある
+
+冗長構成の為のクラウド</p><p>- 5年に一度のシステムアップデート</p></div><div class="bespoke-marp-note" data-index="11" tabindex="0"><p>どのように構築しているかをかく
+サービスの大部分は5年に一度のシステム更新で構築を行います。</p><p>- 構築</p></div><div class="bespoke-marp-note" data-index="12" tabindex="0"><p>普段の運用のやり方を紹介
+運用を通して</p><p>- 運用</p></div><div class="bespoke-marp-note" data-index="14" tabindex="0"><p>## 学生主体で管理するシステムの成果
+
+- 年間2~3人ほど250名が利用するシステムの設計・構築・管理経験者を卒業させている
+- セキュリティの専門家,ベンチャーのシステム管理者など
+- 学生が欲しいシステムを自分たちで構築できている
+- 自分たちで管理しているのでセキュリティ意識も高い
+
+---</p></div><div class="bespoke-marp-note" data-index="15" tabindex="0"><p>作業者もしくは他の生徒は作業内容をログにまとめることも行っている</p></div><div class="bespoke-marp-note" data-index="18" tabindex="0"><p>脆弱性検知ツール</p></div><div class="bespoke-marp-note" data-index="20" tabindex="0"><p>- コースに所属する学生は普段の授業連絡などで使用しており</p></div><div class="bespoke-marp-note" data-index="22" tabindex="0"><p>下図がMattermostからスラッシュコマンドを実行し各基幹サーバーにコマンドが実行され実行者に結果が表示されるまでの流れである</p></div><div class="bespoke-marp-note" data-index="23" tabindex="0"><p>DN織別名</p></div><div class="bespoke-marp-note" data-index="27" tabindex="0"><p>定期的に実行する処理やシステムの調査などに使用する処理などに絞って実装を行なった</p></div><script>/*!! License: https://unpkg.com/@marp-team/marp-cli@3.4.0/lib/bespoke.js.LICENSE.txt */
+!function(){"use strict";function e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var t={from:function(e,t){var n,r=1===(e.parent||e).nodeType?e.parent||e:document.querySelector(e.parent||e),o=[].filter.call("string"==typeof e.slides?r.querySelectorAll(e.slides):e.slides||r.children,(function(e){return"SCRIPT"!==e.nodeName})),i={},a=function(e,t){return(t=t||{}).index=o.indexOf(e),t.slide=e,t},s=function(e,t){i[e]=(i[e]||[]).filter((function(e){return e!==t}))},l=function(e,t){return(i[e]||[]).reduce((function(e,n){return e&&!1!==n(t)}),!0)},c=function(e,t){o[e]&&(n&&l("deactivate",a(n,t)),n=o[e],l("activate",a(n,t)))},d=function(e,t){var r=o.indexOf(n)+e;l(e>0?"next":"prev",a(n,t))&&c(r,t)},u={off:s,on:function(e,t){return(i[e]||(i[e]=[])).push(t),s.bind(null,e,t)},fire:l,slide:function(e,t){if(!arguments.length)return o.indexOf(n);l("slide",a(o[e],t))&&c(e,t)},next:d.bind(null,1),prev:d.bind(null,-1),parent:r,slides:o,destroy:function(e){l("destroy",a(n,e)),i={}}};return(t||[]).forEach((function(e){e(u)})),n||c(0),u}},n=e(t);const r=document.body,o=(...e)=>history.replaceState(...e),i="presenter",a="next",s=["",i,a],l="bespoke-marp-",c=`data-${l}`,d=(e,{protocol:t,host:n,pathname:r,hash:o}=location)=>{const i=e.toString();return`${t}//${n}${r}${i?"?":""}${i}${o}`},u=()=>r.dataset.bespokeView,f=e=>new URLSearchParams(location.search).get(e),m=(e,t={})=>{var n;const r={location,setter:o,...t},i=new URLSearchParams(r.location.search);for(const t of Object.keys(e)){const n=e[t];"string"==typeof n?i.set(t,n):i.delete(t)}try{r.setter({...null!==(n=window.history.state)&&void 0!==n?n:{}},"",d(i,r.location))}catch(e){console.error(e)}},g=(()=>{const e="bespoke-marp";try{return localStorage.setItem(e,e),localStorage.removeItem(e),!0}catch(e){return!1}})(),p=e=>{try{return localStorage.getItem(e)}catch(e){return null}},v=(e,t)=>{try{return localStorage.setItem(e,t),!0}catch(e){return!1}},h=e=>{try{return localStorage.removeItem(e),!0}catch(e){return!1}},y=(e,t)=>{const n="aria-hidden";t?e.setAttribute(n,"true"):e.removeAttribute(n)},b=e=>{e.parent.classList.add(`${l}parent`),e.slides.forEach((e=>e.classList.add(`${l}slide`))),e.on("activate",(t=>{const n=`${l}active`,r=t.slide,o=r.classList,i=!o.contains(n);if(e.slides.forEach((e=>{e.classList.remove(n),y(e,!0)})),o.add(n),y(r,!1),i){const e=`${n}-ready`;o.add(e),document.body.clientHeight,o.remove(e)}}))},w=e=>{let t=0,n=0;Object.defineProperty(e,"fragments",{enumerable:!0,value:e.slides.map((e=>[null,...e.querySelectorAll("[data-marpit-fragment]")]))});const r=r=>void 0!==e.fragments[t][n+r],o=(r,o)=>{t=r,n=o,e.fragments.forEach(((e,t)=>{e.forEach(((e,n)=>{if(null==e)return;const i=t<r||t===r&&n<=o;e.setAttribute(`${c}fragment`,(i?"":"in")+"active");const a=`${c}current-fragment`;t===r&&n===o?e.setAttribute(a,"current"):e.removeAttribute(a)}))})),e.fragmentIndex=o;const i={slide:e.slides[r],index:r,fragments:e.fragments[r],fragmentIndex:o};e.fire("fragment",i)};e.on("next",(({fragment:i=!0})=>{if(i){if(r(1))return o(t,n+1),!1;const i=t+1;e.fragments[i]&&o(i,0)}else{const r=e.fragments[t].length;if(n+1<r)return o(t,r-1),!1;const i=e.fragments[t+1];i&&o(t+1,i.length-1)}})),e.on("prev",(({fragment:i=!0})=>{if(r(-1)&&i)return o(t,n-1),!1;const a=t-1;e.fragments[a]&&o(a,e.fragments[a].length-1)})),e.on("slide",(({index:t,fragment:n})=>{let r=0;if(void 0!==n){const o=e.fragments[t];if(o){const{length:e}=o;r=-1===n?e-1:Math.min(Math.max(n,0),e-1)}}o(t,r)})),o(0,0)},x=document,k=()=>!(!x.fullscreenEnabled&&!x.webkitFullscreenEnabled),$=()=>!(!x.fullscreenElement&&!x.webkitFullscreenElement),E=e=>{e.fullscreen=()=>{k()&&(async()=>{return $()?null===(e=x.exitFullscreen||x.webkitExitFullscreen)||void 0===e?void 0:e.call(x):((e=x.body)=>{var t;return null===(t=e.requestFullscreen||e.webkitRequestFullscreen)||void 0===t?void 0:t.call(e)})();var e})()},document.addEventListener("keydown",(t=>{"f"!==t.key&&"F11"!==t.key||t.altKey||t.ctrlKey||t.metaKey||!k()||(e.fullscreen(),t.preventDefault())}))},L=`${l}inactive`,S=(e=2e3)=>({parent:t,fire:n})=>{const r=t.classList,o=e=>n(`marp-${e?"":"in"}active`);let i;const a=()=>{i&&clearTimeout(i),i=setTimeout((()=>{r.add(L),o()}),e),r.contains(L)&&(r.remove(L),o(!0))};for(const e of["mousedown","mousemove","touchend"])document.addEventListener(e,a);setTimeout(a,0)},P=["AUDIO","BUTTON","INPUT","SELECT","TEXTAREA","VIDEO"],_=e=>{e.parent.addEventListener("keydown",(e=>{if(!e.target)return;const t=e.target;(P.includes(t.nodeName)||"true"===t.contentEditable)&&e.stopPropagation()}))},T=e=>{window.addEventListener("load",(()=>{for(const t of e.slides){const e=t.querySelector("marp-auto-scaling, [data-auto-scaling], [data-marp-fitting]");t.setAttribute(`${c}load`,e?"":"hideable")}}))},I=({interval:e=250}={})=>t=>{document.addEventListener("keydown",(e=>{if(" "===e.key&&e.shiftKey)t.prev();else if("ArrowLeft"===e.key||"ArrowUp"===e.key||"PageUp"===e.key)t.prev({fragment:!e.shiftKey});else if(" "!==e.key||e.shiftKey)if("ArrowRight"===e.key||"ArrowDown"===e.key||"PageDown"===e.key)t.next({fragment:!e.shiftKey});else if("End"===e.key)t.slide(t.slides.length-1,{fragment:-1});else{if("Home"!==e.key)return;t.slide(0)}else t.next();e.preventDefault()}));let n,r,o=0;t.parent.addEventListener("wheel",(i=>{let a=!1;const s=(e,t)=>{e&&(a=a||((e,t)=>((e,t)=>{const n="X"===t?"Width":"Height";return e[`client${n}`]<e[`scroll${n}`]})(e,t)&&((e,t)=>{const{overflow:n}=e,r=e[`overflow${t}`];return"auto"===n||"scroll"===n||"auto"===r||"scroll"===r})(getComputedStyle(e),t))(e,t)),(null==e?void 0:e.parentElement)&&s(e.parentElement,t)};if(0!==i.deltaX&&s(i.target,"X"),0!==i.deltaY&&s(i.target,"Y"),a)return;i.preventDefault();const l=Math.sqrt(i.deltaX**2+i.deltaY**2);if(void 0!==i.wheelDelta){if(void 0===i.webkitForce&&Math.abs(i.wheelDelta)<40)return;if(i.deltaMode===i.DOM_DELTA_PIXEL&&l<4)return}else if(i.deltaMode===i.DOM_DELTA_PIXEL&&l<12)return;r&&clearTimeout(r),r=setTimeout((()=>{n=0}),e);const c=Date.now()-o<e,d=l<=n;if(n=l,c||d)return;let u;(i.deltaX>0||i.deltaY>0)&&(u="next"),(i.deltaX<0||i.deltaY<0)&&(u="prev"),u&&(t[u](),o=Date.now())}))},M=(e=`.${l}osc`)=>{const t=document.querySelector(e);if(!t)return()=>{};const n=(e,n)=>{t.querySelectorAll(`[${c}osc=${JSON.stringify(e)}]`).forEach(n)};return k()||n("fullscreen",(e=>e.style.display="none")),g||n("presenter",(e=>{e.disabled=!0,e.title="Presenter view is disabled due to restricted localStorage."})),e=>{t.addEventListener("click",(t=>{if(t.target instanceof HTMLElement){const{bespokeMarpOsc:n}=t.target.dataset;n&&t.target.blur();const r={fragment:!t.shiftKey};"next"===n?e.next(r):"prev"===n?e.prev(r):"fullscreen"===n?null==e||e.fullscreen():"presenter"===n&&e.openPresenterView()}})),e.parent.appendChild(t),e.on("activate",(({index:t})=>{n("page",(n=>n.textContent=`Page ${t+1} of ${e.slides.length}`))})),e.on("fragment",(({index:t,fragments:r,fragmentIndex:o})=>{n("prev",(e=>e.disabled=0===t&&0===o)),n("next",(n=>n.disabled=t===e.slides.length-1&&o===r.length-1))})),e.on("marp-active",(()=>y(t,!1))),e.on("marp-inactive",(()=>y(t,!0))),k()&&(e=>{for(const t of["","webkit"])x.addEventListener(t+"fullscreenchange",e)})((()=>n("fullscreen",(e=>e.classList.toggle("exit",k()&&$())))))}},O=e=>{window.addEventListener("message",(t=>{if(t.origin!==window.origin)return;const[n,r]=t.data.split(":");if("navigate"===n){const[t,n]=r.split(",");let o=Number.parseInt(t,10),i=Number.parseInt(n,10)+1;i>=e.fragments[o].length&&(o+=1,i=0),e.slide(o,{fragment:i})}}))};var A=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"];let C=e=>String(e).replace(/[&<>"']/g,(e=>`&${D[e]};`)),D={"&":"amp","<":"lt",">":"gt",'"':"quot","'":"apos"},N="dangerouslySetInnerHTML",B={className:"class",htmlFor:"for"},q={};function K(e,t){let n=[],r="";t=t||{};for(let e=arguments.length;e-- >2;)n.push(arguments[e]);if("function"==typeof e)return t.children=n.reverse(),e(t);if(e){if(r+="<"+e,t)for(let e in t)!1!==t[e]&&null!=t[e]&&e!==N&&(r+=` ${B[e]?B[e]:C(e)}="${C(t[e])}"`);r+=">"}if(-1===A.indexOf(e)){if(t[N])r+=t[N].__html;else for(;n.length;){let e=n.pop();if(e)if(e.pop)for(let t=e.length;t--;)n.push(e[t]);else r+=!0===q[e]?e:C(e)}r+=e?`</${e}>`:""}return q[r]=!0,r}const j=({children:e})=>K(null,null,...e),F=`${l}presenter-`,V={container:`${F}container`,dragbar:`${F}dragbar-container`,next:`${F}next`,nextContainer:`${F}next-container`,noteContainer:`${F}note-container`,noteWrapper:`${F}note-wrapper`,noteButtons:`${F}note-buttons`,infoContainer:`${F}info-container`,infoPage:`${F}info-page`,infoPageText:`${F}info-page-text`,infoPagePrev:`${F}info-page-prev`,infoPageNext:`${F}info-page-next`,noteButtonsBigger:`${F}note-bigger`,noteButtonsSmaller:`${F}note-smaller`,infoTime:`${F}info-time`,infoTimer:`${F}info-timer`},U=e=>{const{title:t}=document;document.title="[Presenter view]"+(t?` - ${t}`:"");const n={},r=e=>(n[e]=n[e]||document.querySelector(`.${e}`),n[e]);document.body.appendChild((e=>{const t=document.createElement("div");return t.className=V.container,t.appendChild(e),t.insertAdjacentHTML("beforeend",K(j,null,K("div",{class:V.nextContainer},K("iframe",{class:V.next,src:"?view=next"})),K("div",{class:V.dragbar}),K("div",{class:V.noteContainer},K("div",{class:V.noteWrapper}),K("div",{class:V.noteButtons},K("button",{class:V.noteButtonsSmaller,tabindex:"-1",title:"Smaller notes font size"},"Smaller notes font size"),K("button",{class:V.noteButtonsBigger,tabindex:"-1",title:"Bigger notes font size"},"Bigger notes font size"))),K("div",{class:V.infoContainer},K("div",{class:V.infoPage},K("button",{class:V.infoPagePrev,tabindex:"-1",title:"Previous"},"Previous"),K("span",{class:V.infoPageText}),K("button",{class:V.infoPageNext,tabindex:"-1",title:"Next"},"Next")),K("time",{class:V.infoTime,title:"Current time"}),K("time",{class:V.infoTimer,title:"Timer"})))),t})(e.parent)),(e=>{let t=!1;r(V.dragbar).addEventListener("mousedown",(()=>{t=!0,r(V.dragbar).classList.add("active")})),window.addEventListener("mouseup",(()=>{t=!1,r(V.dragbar).classList.remove("active")})),window.addEventListener("mousemove",(e=>{if(!t)return;const n=e.clientX/document.documentElement.clientWidth*100;r(V.container).style.setProperty("--bespoke-marp-presenter-split-ratio",`${Math.max(0,Math.min(100,n))}%`)})),r(V.nextContainer).addEventListener("click",(()=>e.next()));const n=r(V.next),o=(i=n,(e,t)=>{var n;return null===(n=i.contentWindow)||void 0===n?void 0:n.postMessage(`navigate:${e},${t}`,"null"===window.origin?"*":window.origin)});var i;n.addEventListener("load",(()=>{r(V.nextContainer).classList.add("active"),o(e.slide(),e.fragmentIndex),e.on("fragment",(({index:e,fragmentIndex:t})=>o(e,t)))}));const a=document.querySelectorAll(".bespoke-marp-note");a.forEach((e=>{e.addEventListener("keydown",(e=>e.stopPropagation())),r(V.noteWrapper).appendChild(e)})),e.on("activate",(()=>a.forEach((t=>t.classList.toggle("active",t.dataset.index==e.slide())))));let s=0;const l=e=>{s=Math.max(-5,s+e),r(V.noteContainer).style.setProperty("--bespoke-marp-note-font-scale",(1.2**s).toFixed(4))},c=()=>l(1),d=()=>l(-1),u=r(V.noteButtonsBigger),f=r(V.noteButtonsSmaller);u.addEventListener("click",(()=>{u.blur(),c()})),f.addEventListener("click",(()=>{f.blur(),d()})),document.addEventListener("keydown",(e=>{"+"===e.key&&c(),"-"===e.key&&d()}),!0),e.on("activate",(({index:t})=>{r(V.infoPageText).textContent=`${t+1} / ${e.slides.length}`}));const m=r(V.infoPagePrev),g=r(V.infoPageNext);m.addEventListener("click",(t=>{m.blur(),e.prev({fragment:!t.shiftKey})})),g.addEventListener("click",(t=>{g.blur(),e.next({fragment:!t.shiftKey})})),e.on("fragment",(({index:t,fragments:n,fragmentIndex:r})=>{m.disabled=0===t&&0===r,g.disabled=t===e.slides.length-1&&r===n.length-1}));let p=new Date;const v=()=>{const e=new Date,t=e=>`${Math.floor(e)}`.padStart(2,"0"),n=e.getTime()-p.getTime(),o=t(n/1e3%60),i=t(n/1e3/60%60),a=t(n/36e5%24);r(V.infoTime).textContent=e.toLocaleTimeString(),r(V.infoTimer).textContent=`${a}:${i}:${o}`};v(),setInterval(v,250),r(V.infoTimer).addEventListener("click",(()=>{p=new Date}))})(e)},X=e=>{if(!(e=>e.syncKey&&"string"==typeof e.syncKey)(e))throw new Error("The current instance of Bespoke.js is invalid for Marp bespoke presenter plugin.");Object.defineProperties(e,{openPresenterView:{enumerable:!0,value:H},presenterUrl:{enumerable:!0,get:R}}),g&&document.addEventListener("keydown",(t=>{"p"!==t.key||t.altKey||t.ctrlKey||t.metaKey||(t.preventDefault(),e.openPresenterView())}))};function H(){const{max:e,floor:t}=Math,n=e(t(.85*window.innerWidth),640),r=e(t(.85*window.innerHeight),360);return window.open(this.presenterUrl,F+this.syncKey,`width=${n},height=${r},menubar=no,toolbar=no`)}function R(){const e=new URLSearchParams(location.search);return e.set("view","presenter"),e.set("sync",this.syncKey),d(e)}const W=e=>{const t=u();return t===a&&e.appendChild(document.createElement("span")),{"":X,[i]:U,[a]:O}[t]},J=e=>{e.on("activate",(t=>{document.querySelectorAll(".bespoke-progress-parent > .bespoke-progress-bar").forEach((n=>{n.style.flexBasis=100*t.index/(e.slides.length-1)+"%"}))}))},Y=e=>{const t=Number.parseInt(e,10);return Number.isNaN(t)?null:t},z=(e={})=>{const t={history:!0,...e};return e=>{let n=!0;const r=e=>{const t=n;try{return n=!0,e()}finally{n=t}},o=(t={fragment:!0})=>{let n=t.fragment?Y(f("f")||""):null;((t,n)=>{const{min:r,max:o}=Math,{fragments:i,slides:a}=e,s=o(0,r(t,a.length-1)),l=o(0,r(n||0,i[s].length-1));s===e.slide()&&l===e.fragmentIndex||e.slide(s,{fragment:l})})((()=>{var t,r;if(location.hash){const[o]=location.hash.slice(1).split(":~:");if(/^\d+$/.test(o))return(null!==(t=Y(o))&&void 0!==t?t:1)-1;const i=document.getElementById(o)||document.querySelector(`a[name="${CSS.escape(o)}"]`);if(i){const{length:t}=e.slides;for(let o=0;o<t;o+=1)if(e.slides[o].contains(i)){const t=null===(r=e.fragments)||void 0===r?void 0:r[o],a=i.closest("[data-marpit-fragment]");if(t&&a){const e=t.indexOf(a);e>=0&&(n=e)}return o}}}return 0})(),n)};e.on("fragment",(({index:e,fragmentIndex:r})=>{n||m({f:0===r||r.toString()},{location:{...location,hash:`#${e+1}`},setter:(...e)=>t.history?history.pushState(...e):history.replaceState(...e)})})),setTimeout((()=>{o(),window.addEventListener("hashchange",(()=>r((()=>{o({fragment:!1}),m({f:void 0})})))),window.addEventListener("popstate",(()=>{n||r((()=>o()))})),n=!1}),0)}},G=(e={})=>{var t;const n=e.key||(null===(t=window.history.state)||void 0===t?void 0:t.marpBespokeSyncKey)||Math.random().toString(36).slice(2),r=`bespoke-marp-sync-${n}`;var i;i={marpBespokeSyncKey:n},m({},{setter:(e,...t)=>o({...e,...i},...t)});const a=()=>{const e=p(r);return e?JSON.parse(e):Object.create(null)},s=e=>{const t=a(),n={...t,...e(t)};return v(r,JSON.stringify(n)),n},l=()=>{window.removeEventListener("pageshow",l),s((e=>({reference:(e.reference||0)+1})))};return e=>{l(),Object.defineProperty(e,"syncKey",{value:n,enumerable:!0});let t=!0;setTimeout((()=>{e.on("fragment",(e=>{t&&s((()=>({index:e.index,fragmentIndex:e.fragmentIndex})))}))}),0),window.addEventListener("storage",(n=>{if(n.key===r&&n.oldValue&&n.newValue){const r=JSON.parse(n.oldValue),o=JSON.parse(n.newValue);if(r.index!==o.index||r.fragmentIndex!==o.fragmentIndex)try{t=!1,e.slide(o.index,{fragment:o.fragmentIndex,forSync:!0})}finally{t=!0}}}));const o=()=>{const{reference:e}=a();void 0===e||e<=1?h(r):s((()=>({reference:e-1})))};window.addEventListener("pagehide",(e=>{e.persisted&&window.addEventListener("pageshow",l),o()})),e.on("destroy",o)}},{PI:Q,abs:Z,sqrt:ee,atan2:te}=Math,ne={passive:!0},re=({slope:e=-.7,swipeThreshold:t=30}={})=>n=>{let r;const o=n.parent,i=e=>{const t=o.getBoundingClientRect();return{x:e.pageX-(t.left+t.right)/2,y:e.pageY-(t.top+t.bottom)/2}};o.addEventListener("touchstart",(({touches:e})=>{r=1===e.length?i(e[0]):void 0}),ne),o.addEventListener("touchmove",(e=>{if(r)if(1===e.touches.length){e.preventDefault();const t=i(e.touches[0]),n=t.x-r.x,o=t.y-r.y;r.delta=ee(Z(n)**2+Z(o)**2),r.radian=te(n,o)}else r=void 0})),o.addEventListener("touchend",(o=>{if(r){if(r.delta&&r.delta>=t&&r.radian){const t=(r.radian-e+Q)%(2*Q)-Q;n[t<0?"next":"prev"](),o.stopPropagation()}r=void 0}}),ne)},oe=new Map;oe.clear(),oe.set("none",{backward:{both:void 0,incoming:void 0,outgoing:void 0},forward:{both:void 0,incoming:void 0,outgoing:void 0}});const ie={both:"",outgoing:"outgoing-",incoming:"incoming-"},ae={forward:"",backward:"-backward"},se=e=>`--marp-bespoke-transition-animation-${e}`,le=e=>`--marp-transition-${e}`,ce=se("name"),de=se("duration"),ue=e=>new Promise((t=>{const n={},r=document.createElement("div"),o=e=>{r.remove(),t(e)};r.addEventListener("animationstart",(()=>o(n))),Object.assign(r.style,{animationName:e,animationDuration:"1s",animationFillMode:"both",animationPlayState:"paused",position:"absolute",pointerEvents:"none"}),document.body.appendChild(r);const i=getComputedStyle(r).getPropertyValue(le("duration"));i&&(n.defaultDuration=i),((e,t)=>{requestAnimationFrame((()=>{e.style.animationPlayState="running",requestAnimationFrame((()=>t(void 0)))}))})(r,o)})),fe=async e=>oe.has(e)?oe.get(e):(e=>{const t={},n=[];for(const[r,o]of Object.entries(ie))for(const[i,a]of Object.entries(ae)){const s=`marp-${o}transition${a}-${e}`;n.push(ue(s).then((e=>{t[i]=t[i]||{},t[i][r]=e?{...e,name:s}:void 0})))}return Promise.all(n).then((()=>t))})(e).then((t=>(oe.set(e,t),t))),me=e=>Object.values(e).flatMap(Object.values).every((e=>!e)),ge=(e,{type:t,backward:n})=>{const r=e[n?"backward":"forward"],o=(()=>{const e=r[t],n=e=>({[ce]:e.name});if(e)return n(e);if(r.both){const e=n(r.both);return"incoming"===t&&(e[se("direction")]="reverse"),e}})();return!o&&n?ge(e,{type:t,backward:!1}):o||{[ce]:"__bespoke_marp_transition_no_animation__"}},pe=e=>{if(e)try{const t=JSON.parse(e);if((e=>{if("object"!=typeof e)return!1;const t=e;return"string"==typeof t.name&&(void 0===t.duration||"string"==typeof t.duration)})(t))return t}catch(e){}},ve="_tSId",he="_tA",ye="bespoke-marp-transition-warming-up",be=window.matchMedia("(prefers-reduced-motion: reduce)"),we="__bespoke_marp_transition_reduced_outgoing__",xe="__bespoke_marp_transition_reduced_incoming__",ke={forward:{both:void 0,incoming:{name:xe},outgoing:{name:we}},backward:{both:void 0,incoming:{name:xe},outgoing:{name:we}}},$e=e=>{if(!document.startViewTransition)return;const t=t=>(void 0!==t&&(e._tD=t),e._tD);let n;t(!1),((...e)=>{const t=[...new Set(e).values()];return Promise.all(t.map((e=>fe(e)))).then()})(...Array.from(document.querySelectorAll("section[data-transition], section[data-transition-back]")).flatMap((e=>[e.dataset.transition,e.dataset.transitionBack].flatMap((e=>{const t=pe(e);return[null==t?void 0:t.name,(null==t?void 0:t.builtinFallback)?`__builtin__${t.name}`:void 0]})).filter((e=>!!e))))).then((()=>{document.querySelectorAll("style").forEach((e=>{e.innerHTML=e.innerHTML.replace(/--marp-transition-duration:[^;}]*[;}]/g,(e=>e.slice(0,-1)+"!important"+e.slice(-1)))}))}));const r=(n,{back:r,cond:o})=>i=>{var a;const s=t();if(s)return!!i[he]||!("object"!=typeof s||(s.skipTransition(),!i.forSync));if(!o(i))return!0;const l=e.slides[e.slide()],c=()=>{var e;return null!==(e=i.back)&&void 0!==e?e:r},d="data-transition"+(c()?"-back":""),u=l.querySelector(`section[${d}]`);if(!u)return!0;const f=pe(null!==(a=u.getAttribute(d))&&void 0!==a?a:void 0);return!f||((async(e,{builtinFallback:t=!0}={})=>{let n=await fe(e);if(me(n)){if(!t)return;return n=await fe(`__builtin__${e}`),me(n)?void 0:n}return n})(f.name,{builtinFallback:f.builtinFallback}).then((e=>{if(!e){t(!0);try{n(i)}finally{t(!1)}return}let r=e;be.matches&&(console.warn("Use a constant animation to transition because preferring reduced motion by viewer has detected."),r=ke);const o=document.getElementById(ve);o&&o.remove();const a=document.createElement("style");a.id=ve,document.head.appendChild(a),((e,t)=>{const n=[`:root{${le("direction")}:${t.backward?-1:1};}`,":root:has(.bespoke-marp-inactive){cursor:none;}"],r=t=>{var n,o,i;const a=(null===(n=e[t].both)||void 0===n?void 0:n.defaultDuration)||(null===(o=e[t].outgoing)||void 0===o?void 0:o.defaultDuration)||(null===(i=e[t].incoming)||void 0===i?void 0:i.defaultDuration);return"forward"===t?a:a||r("forward")},o=t.duration||r(t.backward?"backward":"forward");void 0!==o&&n.push(`::view-transition-group(*){${de}:${o};}`);const i=e=>Object.entries(e).map((([e,t])=>`${e}:${t};`)).join("");return n.push(`::view-transition-old(root){${i(ge(e,{...t,type:"outgoing"}))}}`,`::view-transition-new(root){${i(ge(e,{...t,type:"incoming"}))}}`),n})(r,{backward:c(),duration:f.duration}).forEach((e=>{var t;return null===(t=a.sheet)||void 0===t?void 0:t.insertRule(e)}));const s=document.documentElement.classList;s.add(ye);let l=!1;const d=()=>{l||(n(i),l=!0,s.remove(ye))},u=()=>{t(!1),a.remove(),s.remove(ye)};try{t(!0);const e=document.startViewTransition(d);t(e),e.finished.finally(u)}catch(e){console.error(e),d(),u()}})),!1)};e.on("prev",r((t=>e.prev({...t,[he]:!0})),{back:!0,cond:e=>{var t;return e.index>0&&!((null===(t=e.fragment)||void 0===t||t)&&n.fragmentIndex>0)}})),e.on("next",r((t=>e.next({...t,[he]:!0})),{cond:t=>t.index+1<e.slides.length&&!(n.fragmentIndex+1<n.fragments.length)})),setTimeout((()=>{e.on("slide",r((t=>e.slide(t.index,{...t,[he]:!0})),{cond:t=>{const n=e.slide();return t.index!==n&&(t.back=t.index<n,!0)}}))}),0),e.on("fragment",(e=>{n=e}))};let Ee;const Le=()=>(void 0===Ee&&(Ee="wakeLock"in navigator&&navigator.wakeLock),Ee),Se=async()=>{const e=Le();if(e)try{return await e.request("screen")}catch(e){console.warn(e)}return null},Pe=async()=>{if(!Le())return;let e;const t=()=>{e&&"visible"===document.visibilityState&&Se()};for(const e of["visibilitychange","fullscreenchange"])document.addEventListener(e,t);return e=await Se(),e};((e=document.getElementById(":$p"))=>{(()=>{const e=f("view");r.dataset.bespokeView=e===a||e===i?e:""})();const t=(e=>{const t=f(e);return m({[e]:void 0}),t})("sync")||void 0;n.from(e,((...e)=>{const t=s.findIndex((e=>u()===e));return e.map((([e,n])=>e[t]&&n)).filter((e=>e))})([[1,1,0],G({key:t})],[[1,1,1],W(e)],[[1,1,0],_],[[1,1,1],b],[[1,0,0],S()],[[1,1,1],T],[[1,1,1],z({history:!1})],[[1,1,0],I()],[[1,1,0],E],[[1,0,0],J],[[1,1,0],re()],[[1,0,0],M()],[[1,0,0],$e],[[1,1,1],w],[[1,1,0],Pe]))})()}();</script></body></html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slide/template.md	Sun Feb 11 17:27:00 2024 +0900
@@ -0,0 +1,407 @@
+---
+marp: true
+theme: cr
+paginate: true
+---
+
+# システム管理を体験させる学生実験に関する考察
+
+<!--
+スピーカーノート
+-->
+
+琉球大学 理工学研究科 知能情報プログラム
+河野研究室
+
+木山 瑞基
+
+---
+
+## 知能情報コースの卒業生に期待される能力
+<!-- 技術力、プログラミング能力や構築力
+  グループや組織内での意思疎通や対人関係
+  与えられた課題だけでなく、問題点を洗い出し分析し解決する能力
+  また、技術者としての倫理観も求められる能力
+-->
+- 技術力
+- コミュニケーション能力
+- 問題解決能力
+- 技術者としての倫理観
+
+---
+
+## 学士修士の研究者としてのシステム管理の知識
+
+- 旧システムの問題点を解消したシステムの構築
+- 要求に対応するシステム運用
+- 適切な環境やハイスペックマシンを使用する為の構築
+
+---
+
+## システム管理活動を通してこれらの能力を身につける
+
+- 3年生を対象とした演習科目の中でシステム管理を体験させた
+  
+- チャットツールを用いたシステム管理
+---
+
+## 情報工学生が利用するシステム
+<!-- 
+ここで琉球大学には〜〜のシステムがあるという紹介を行う
+ -->
+
+- 知能情報コースには教育研究情報システムがある
+  - 学生・教員の約300名に対して演習、研究活動を行う為のシステムを提供している
+- 学生が中心となって管理している
+  - 指導教員、技術職員、学生の6名
+- 2022年より講義にシステム管理活動が追加された
+
+---
+
+## システム構成(ハードウェア)
+
+- 2Uサーバー6台導入している
+  - 4台はGPUを搭載した基幹サーバー
+  - 2台はディスクサーバー
+- さくらのクラウドサーバー
+  - 冗長構成用のサーバー
+
+---
+
+## システム上で動作しているサービス
+<!-- 
+コースのカリキュラムに必要な計算機リソースを提供する
+- AI,ハードウェア,ソフトウェア,セキュリティを学習するカリキュラム
+具体的なサービス(AI学習タスク,VM,開発実験用コンテナ)
+- 学習環境も提供する(gitlab,mattermost,ie-web)
+- 分散ストレージシステム,一つのノードを複数のノードに複製
+-  -->
+- 学生の演習や研究活動に必要なリソースを提供している
+  - 仮想環境(KVM,Podman,Singurality)
+  - 有線・無線ネットワーク
+- コースのカリキュラムに必要なサービスも提供している
+  - 授業ページを掲載する学科web
+  - 授業連絡等で使用されるMattermost
+- ファイルシステム
+  - ceph
+
+---
+
+<!-- ## システム構成図
+![w:800](figs/system.svg)
+
+--- -->
+
+## サービスの利用例
+
+- 授業・学外演習でのアプリケーション構築でのKVM貸し出し
+- イベント時に専用の無線LANの作成
+- イベントの告知に学科webにアナウンス
+
+---
+
+## 過去(2009年)のシステム管理の取り組み
+
+- [情報工学系学科における教育用計算機システムの自主構築に関する取組み](https://www.jstage.jst.go.jp/article/jsise/26/1/26_79/_pdf/-char/ja)
+  - 先行研究ではシステムリプレースを学生が中心となって構築した
+  - 当時15名程の学生が参加していた
+  
+- 学科システムの更新の実践的教育への活用
+  - 旧システムの問題点の検証
+  - それらを改善したシステムの設計・構築
+  <!-- - 旧システムの問題点と新システムの設計
+  ネットワークの構成(サブネット化してなかった)、生徒への貸し出し環境の修正(一つのマシンを5~6人で共用していた為、管理者権限で操作するとそれぞれが影響を受けるような形になっていた)
+  - 新システムの実装 -->
+- アンケートを用いた有効性の提示
+  - 利用者に向けて新システムが有効的かのアンケート
+  - 管理者である学生へ技術習得度、システム構築に関する工夫
+  <!-- - システム利用者へのアンケート
+  - 設計・構築に関わった学生の自己評価アンケート
+  - アンケートの内容は,技術修得度合,システム構築に対する工夫点,システムリプレース全体に関する評価,次回のシステムリプレースの改善などの項目を挙げた. -->
+
+---
+
+## 2009年以降のシステム管理チーム
+
+- 旧システムの問題点を改善したシステムアップデートは続いている
+  - 直近では2020年に行われた
+- 2012年よりシステム管理チームができ、2022年には演習科目のテーマに追加された
+- 演習環境の貸し出しなどはKVM、Podman、singularityになっている
+- 物理サーバーにGPUを搭載した
+
+---
+
+## システムアップデート時の活動内容
+<!-- 
+ここでは満たすべき要件を書く
+更新前のシステムにあった問題点の改善やその時の最新技術を取り入れるなど要望から設計を行い更新しています。
+
+現行のサーバーは機械学習の演習のためGPUが搭載されたものを採用しました。
+
+以前のファイルシステムはGFS2を採用しておりロックマネージャサーバーが落ちるとファイルシステムにアクセスできなくなった問題がある
+
+冗長構成の為のクラウド
+-->
+
+- 設計
+  - オンプレの計算機サーバー
+  - 学内ネットワーク 有線・無線 UTM
+  - ストレージサーバー Ceph
+  - クラウドサーバー Sakura
+  <!-- - 5年に一度のシステムアップデート -->
+
+---
+
+## 2020年度に構築された現在のサービス
+<!-- 
+どのように構築しているかをかく
+サービスの大部分は5年に一度のシステム更新で構築を行います。
+ -->
+
+<!-- - 構築 -->
+- Ubuntuホスティングサーバー×6
+- KVM,Podman,singlarity
+- PowerDNS
+- Akatsuki(IP,ドメイン管理サービス)
+- webサーバー
+- gitlab
+- mattermost
+
+---
+
+## システム管理活動
+<!-- 
+普段の運用のやり方を紹介
+運用を通して
+ -->
+
+<!-- - 運用 -->
+- 週に一回のミーティング
+  - zoomで遠隔で行っている
+  - 作業ログやドキュメントはscrapboxを使用している
+- 利用者からの問い合わせに対応
+  - 学生の学外公開サーバーの監査
+- 障害発生時の修正
+- システムのバージョンアップデート
+- Hands onの開催
+- 新入生向けのインストール大会
+
+---
+
+## システム管理チームの問題点
+
+- チームに所属して長期的に活動を行う学生は2~3名ほどに留まっている
+- システム管理に興味を持つ学生が少なく、そもそも存在を知らない学生もいる
+
+---
+
+<!-- ## 学生主体で管理するシステムの成果
+
+- 年間2~3人ほど250名が利用するシステムの設計・構築・管理経験者を卒業させている
+- セキュリティの専門家,ベンチャーのシステム管理者など
+- 学生が欲しいシステムを自分たちで構築できている
+- 自分たちで管理しているのでセキュリティ意識も高い
+
+--- -->
+
+## 演習科目へのシステム管理活動の追加
+
+- 知能情報分野の専門的な知識を習得することを目的としており、前期・後期それぞれで開講されている
+- システム管理の他にも毎年5~6個ほどのテーマが存在しており学生はこの中から選択する
+- 一学年定員60名なので1テーマあたり10名ほどの受講生がいる
+- テーマの一つにシステム管理活動を追加した
+
+---
+
+## 演習実験でのシステム管理チームの取り組み
+
+- 週に一回二コマ
+  - 主にzoomを用いて遠隔で授業を行っている
+- サーバー室の見学
+- 学科システムの紹介
+
+- サーバー班、web班、セキュリティ班にグループ分け
+  - サービスの不具合の修正やシステムのアップデート
+  - 指導教員やシステム管理メンバーが一人付き生徒に教えている
+  - 生徒一人が画面共有して教員やメンバーが指示を出したり意見を出したりしている
+- オープンキャンパスの資料作成・発表(前期のみ)
+  - [2023オープンキャンパス](https://ie.u-ryukyu.ac.jp/syskan/activity/open-campus-2023/)
+<!-- 作業者もしくは他の生徒は作業内容をログにまとめることも行っている -->
+
+
+---
+
+## サーバー班
+
+- システムのバックアップの修正
+  - 基幹サーバー上のrsnapshotのログ確認・修正
+- 貸し出しVMのテンプレートの修正
+  - 四つのサーバーで異なっていたテンプレートを共通化
+
+---
+
+## web班
+
+- ローカルPC上でHugoの構築,VMを使用してLAMP環境の構築
+
+- 学科システムのHugo化
+  - 以前はWordPressを使用していたがセキュリティの問題から静的ページ変更
+  - 静的ページの管理のしづらさや共通部分が多い
+
+---
+
+## セキュリティ班
+<!-- 脆弱性検知ツール -->
+- Vulsの構築
+  - podmanでの構築
+  - singlarityでの構築
+
+---
+
+## アンケートを用いた評価
+
+- 
+
+---
+
+## 演習実験での問題点
+
+- 継続してシステム管理活動に参加する学生が少ない
+- システムが大規模かつ複雑で理解しくい
+- CLIでの操作に慣れていない学生が多い事から管理者権限が付与できなかった
+- 手を動かす学生が固定化されていた
+
+---
+
+## チャットシステムを利用したシステム管理
+
+- mattermostのスラッシュコマンドを利用しシステムを管理する
+- 任意のエンドポイントに対してリクエストを送信する事ができ,HTTPサーバーから基幹サーバーに対して処理を投げる
+- スラッシュコマンドの実行結果はbot経由でチャット上に表示される
+- 管理者権限を必要とする操作は制限するように設定した
+<!-- - コースに所属する学生は普段の授業連絡などで使用しており -->
+
+---
+
+## 提案システムの実行例
+- ユーザーが実行したコマンドの結果のみ表示される
+- 実行ユーザーと実行コマンドを含めた結果を表示
+![w:800](figs/slashcommand-exp.png)
+
+---
+
+## システムの構成図
+
+- 基幹システム上にHTTPサーバーコンテナを構築した
+<!-- 下図がMattermostからスラッシュコマンドを実行し各基幹サーバーにコマンドが実行され実行者に結果が表示されるまでの流れである -->
+![w:600 ](figs/chatsystem4.png)
+
+---
+
+## 認証の実装
+<!-- DN織別名 -->
+- 学科のシステムはLDAP経由でアカウントを管理している
+- サーバー上の管理者権限もLDAPによって管理されている
+  - 特定のDNにユーザー情報のuidを追加することで管理されている
+- mattermostのuser_nameはLDAPのuidが登録される
+- mattermostのスラッシュコマンドは実行時に操作者のuser_nameが送信される
+- そのuser_name(uid)を使用し検索を行うことで管理者かわかる
+
+---
+
+## 実装したスラッシュコマンド
+
+- vmの監査
+- 管理者権限の追加・削除
+
+---
+
+## 従来の手法 vmの監査
+
+- 生徒側
+  - 学生が借りたVMサーバーにグローバルIPを割り振る際に監査がある
+  - 学生はアクセス制限やセキュリティアップデートの自動化などを行う
+  - 監査用アカウントを作成し管理者にアクセス情報と共に問い合わせする
+
+---
+
+## 従来の手法 vmの監査
+
+- 管理者側
+  - アクセス制限の確認
+    - /etc/hosts.allow /etc/hosts.denyの確認
+  - 不審なユーザーがいないかの確認
+  - ssh
+    - rootでアクセス出来るか
+    - パスワード認証出来るか
+    - デフォルトポートから変更されているか
+  - セキュリティアップデートが自動化されているか
+
+---
+
+## 実装したコマンド vmの監査
+<!-- 定期的に実行する処理やシステムの調査などに使用する処理などに絞って実装を行なった -->
+
+- 監査を受ける生徒が使用するコマンド
+  - アクセス制限などの作業は従来と同じ
+  - 監査用のアカウントを作成し、描きコマンドを実行して公開鍵を登録
+  - /syskan vm key-gen $VMNAME $IPADD
+  ![w:650 ](figs/key-gen.png)
+
+---
+
+## 実装したコマンド vmの監査
+  - 管理チームが使用するコマンド
+    - /syskan vm audit $VMNAME $USERNAME $IPADD
+  ![w:600 ](figs/vmaudit.png)
+
+---
+
+## 従来の手法 sudoersに追加・削除
+
+- ldapの操作
+  - 基幹サーバーにログインしsyskanユーザー変更
+  - ldifファイルを作成
+  - 以下のコマンドを打つ
+
+```
+$ldapmodify -f iesudoers.ldif -x -H host -D binddn -W
+```
+
+---
+
+## 実装したコマンド sudoersに追加・削除
+
+ - sudoers権限を持つ学生から権限を削除するコマンド
+  - /syskan ldap delete sudoers $UID
+- 特定の生徒のldap情報を取得するコマンド
+  - /syskan ldap search $UID
+- ![w:600 ](figs/ldapadddel.png)
+
+---
+
+## チャットシステムを用いたシステム管理の有効性
+
+- 複雑なオプションやサーバー上のpathを覚える必要がない
+- 頻繁に使用する処理をサーバーにアクセスすることなく行える
+
+---
+
+## まとめ
+
+- 2022年度から科目演習のテーマの一つとしてシステム管理チームを追加した
+- 座学と実際の運用を用いて学生にシステム管理を体験させた
+- しかし、システム管理チームに参加する学生の少なさやCLIの難易度の高さと言った問題点が挙げられた
+- そこでチャットシステムを用いたシステム管理を提案した
+
+---
+
+## 今後の課題
+
+- スラッシュコマンドを使用してもらう
+- スラッシュコマンドの実装
+  - 他にもシステムの状態を確認する処理や定期的に利用する処理の追加
+- 管理メンバーの引き継ぎ
+  - 学生メンバーの3人中2人が今年卒業、指導教員も来年で定年
+- 時期システム更新
+  - 2025年にはシステム更新作業がある
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slide/templates/cr.css	Sun Feb 11 17:27:00 2024 +0900
@@ -0,0 +1,30 @@
+/* @theme cr */
+
+@import 'default';
+
+section {
+  background-image: url('./logo.svg');
+  background-repeat: no-repeat;
+  background-position: right 2rem bottom 0.6rem;
+  background-size: 12%;
+}
+
+h1 {
+  color: #828db2;
+  font-size: 2.1rem;
+}
+
+h2 {
+  background-color: #828db2;
+  color: #fff;
+  padding: 0.3rem;
+  font-size: 2.1rem;
+}
+
+p {
+  font-size: 1.3rem;
+}
+
+ul, ol {
+  font-size: 1.2rem;
+}