\documentclass[a4paper, 12pt]{report}
\usepackage{fontspec}
\setmainfont{Times New Roman} % font
\usepackage{geometry}
\geometry{margin=2cm} % page margin
\usepackage[singlespacing]{setspace} % line spacing
%\setlength{\parskip}{1em} % paragraph spacing
\usepackage{indentfirst} % indented first paragraph
\usepackage{multicol} % multi-column
% Title
% \usepackage{titlesec}
% \usepackage{titling}
% TOC
\usepackage{tocloft}
\usepackage{nameref}
\usepackage{setspace}
% Add figure and table page
% \usepackage{tocbasic}
% \DeclareTOCStyleEntry[numwidth=1.5 cm]{tocline}{figure}% for figure entries
% \DeclareTOCStyleEntry[numwidth=1.5 cm]{tocline}{table}% for table entrie
% Export other pdf file
% \usepackage{pdfpages}
% Text marker
% \usepackage{soul}
% \usepackage{framed}
% URL
\usepackage{url}
\usepackage[colorlinks,allcolors=black]{hyperref}
%\hypersetup{hidelinks}
% Figure and table、
\usepackage{caption}
\usepackage{graphicx}
\usepackage{adjustbox}
\usepackage{float}
%\usepackage{subfigure}
\usepackage{subfig}
%\renewcommand\thesubfigure{(\alph{subfigure})}
% Math font and symbol
\usepackage{amsfonts,amsthm,amsmath,amssymb}
\usepackage{mathrsfs}
\usepackage{bbm}
\usepackage{bm}
% Chemistry
%\usepackage{mhchem}
% Cite
%\usepackage{biblatex}
%\addbibresource{bibliography.bib}
\usepackage{cite} % citation standard, must load after package hyperref 
\usepackage{cleveref}
% Code block
% \usepackage{listings} % code listing
% \usepackage[linesnumbered,boxed,ruled,commentsnumbered]{algorithm2e}
% \usepackage{makecell}
% \usepackage{booktabs}
% \usepackage{multirow}
% \usepackage{xcolor} % code color
% \definecolor{codegreen}{rgb}{0,0.6,0}
% \definecolor{codegray}{rgb}{0.5,0.5,0.5}
% \definecolor{codepurple}{rgb}{0.58,0,0.82}
% \definecolor{backcolour}{rgb}{0.95,0.95,0.92}
% \lstdefinestyle{mystyle}{
% 	backgroundcolor=\color{backcolour},   
% 	commentstyle=\color{codegreen},
% 	keywordstyle=\color{magenta},
% 	numberstyle=\tiny\color{codegray},
% 	stringstyle=\color{codepurple},
% 	basicstyle=\ttfamily\footnotesize,
% 	breakatwhitespace=false,         
% 	breaklines=true,                 
% 	captionpos=b,                    
% 	keepspaces=true,                 
% 	numbers=left,              
% 	numbersep=5pt,                  
% 	showspaces=false,                
% 	showstringspaces=false,
% 	showtabs=false,                  
% 	tabsize=2
% }
% \lstset{style=mystyle}
% Japanese text setting
\usepackage{xeCJK}
\setCJKmainfont{IPAMincho}
\setCJKsansfont{IPAGothic}
\setCJKmonofont{IPAGothic}
% Title Page
\title{
\vspace{-1cm}
\normalsize{東京大学大学院新領域創成科学研究科 \\
\vspace{0.2cm}
xxx専攻 \\
}
\vspace{1.5cm}
\Large{
2023 年度 \\
\vspace{0.3cm}
修士論文 \\
\vspace{2cm} 
}
\Large{Graduate School of Frontier Sciences, The University of Tokyo\\
\vspace{0.3cm} 
東京大学大学院新領域創成科学研究科\\
}
\vfill
\vspace{4.2cm} 
% author information
\normalsize{2024 年 1 月 20 日提出 \\
\vspace{0.2cm} 
指導教員 \quad 東大 \quad 太郎 \quad 教授 \\
\vspace{0.2cm} 
\hspace{6em} 柏葉 \quad 次郎 \quad 准教授 \\
}
\vspace{2cm}
\Large{
%東大 \quad 花子\\ Hanako \quad Toudai \\
\author{東大 \quad 花子\\ Hanako \quad Toudai \\}
}
\date{}
%\vfill
}
\begin{document}
	\maketitle
    \clearpage
	\pagenumbering{roman}
    \input{0.Abstract}
    \clearpage
    \setlength{\cftbeforetoctitleskip}{12pt}
    \setlength{\cftaftertoctitleskip}{12pt}
 	\tableofcontents
    \clearpage
    \pagenumbering{arabic}
	\input{1.Introduction}
	\input{2.Background}
	\input{3.Experimental setup}
	\input{4.Experimental results}
	\input{5.Summary and outlook}
    \input{AppendixA}
    \addcontentsline{toc}{chapter}{Appendix A}
    \input{AppendixB}
    \addcontentsline{toc}{chapter}{Appendix B}
	\bibliographystyle{unsrt}
	\bibliography{bibliography}
	\addcontentsline{toc}{chapter}{Bibliography}
    \input{Acknowledgement}
 	\addcontentsline{toc}{chapter}{Acknowledgement}
\end{document}