.noto-serif-jp {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.noto-serif-sc {
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
body {
	background: url(../img/bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.contents{
	max-width: 400px;
	margin: 0 auto;
}
.mv {
	background: url(../img/mv.jpg) bottom;
	background-size: cover;
	padding: 150px 0 0;
	text-align: center;
	min-height: 985px;
}
.mv h1 {
	width: 340px;
	margin: 0 auto 40px;
}
.mv p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}
.intro {
	background: url(../img/intro_bg.jpg) top;
	background-size: cover;
	padding: 80px 0 270px
}
.intro .intro_block {
	text-align: center;
}
.intro .intro_block::after {
	content: "";
	display: block;
	width: 280px;
	height: 1px;
	background: #fff;
	margin: 80px auto;
}
.intro .intro_block:last-child::after {
	content: none;
	margin: 0 auto;
}
.philosophy {
	background: #00509b;
	border-top-left-radius: 500px;
	border-top-right-radius: 500px;
	margin: -200px auto 0;
	padding: 50px 30px;
}
.philosophy p {
	font-size: 15px;
}
.schedule {
	background: #c4d7e8;
	padding: 40px 20px;
}
.schedule h2 {
	color: #00509b;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 2em;
	text-indent: -1.3em;
}
.kousui {
	background: #fff;
}
.kousui div {
	padding: 10px 20px 40px;
}
.himiougon {
	background: #fff;
}
.himiougon div {
	padding: 10px 20px 40px;
}
.fuji {
	background: #fff;
}
.fuji div {
	padding: 10px 20px 40px;
}
.info {
	padding: 40px 30px;
	background: #c4d7e8;
}
.info h2 {
	color: #00509b;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.2;
}
.info h2 span {
	font-size: 16px;
}
.info p {
	color: #00509b;
}
.btn_form {
	color: #00509b;
	background: #fff;
	width: 260px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	margin: 40px auto;
	padding: 20px;
	border: solid 1px #00509b;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_form::after {
	content: "";
	display: block;
	width: 33px;
	height: 12px;
	background: url(../img/arrow.svg) no-repeat;
	background-size: contain;
	margin-left: 10px;
}
.btn_form:hover {
	opacity: 0.8;
}
.footer {
	padding: 40px 30px 30px;
	background: #00509b;
	text-align: left;
	color: #fff;
}