@charset "UTF-8";

html, body{
	font-family: "Lato", "Arial", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	line-break: strict;
}
body{
	color: #001C3C;
	font-size: 16px;
	background: #F5F5F5;
	margin: 0;
	padding: 0;
}
a{
	color: #001C3C;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
a:hover{
	opacity: 0.6;
}
img{
	border: none;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6{
}
p{
	line-height: 2;
}
ul{
	text-align: left;
}
li{
	list-style: none;
}

.forPC{
	display: block;
}
.forSP{
	display: none;
}

.normal{
}
.min{
	font-size: 85%;
}

@media screen and (max-width:767px){

	body{
		font-size: 15px;
	}
	.forPC{
		display: none;
	}
	.forSP{
		display: block;
	}

}

#header{
	position: relative;
	color: #fff;
}
#header_title{
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 20px;
	z-index: 1;
}

@media screen and (max-width:767px){

	#header{
	}
	#header_title{
		font-size: 14px;
		top: 0;
		left: 50%;
		margin-left: -105px;
	}

}

#mv{
	position: relative;
	background: url("../images/mv.jpg?ver=241107") center top no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	padding-top: 53.4%;
	color: #fff;
}
#mv_title{
	position: absolute;
	top: 42%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 50px;
}

@media screen and (max-width:1024px){

	#mv{
	}
	#mv_title{
		font-size: 40px;
	}

}@media screen and (max-width:767px){

	#mv{
		background-size: cover;
		width: auto;
		height: 380px;
		padding: 0;
	}
	#mv_title{
		font-size: 30px;
	}

}@media screen and (max-width:570px){

	#mv{
	}
	#mv_title{
		font-size: 20px;
	}

}@media screen and (max-width:375px){

	#mv{
	}
	#mv_title{
		font-size: 20px;
	}

}

#read{
	background: #001C3C;
	color: #fff;
	text-align: center;
	padding: 70px 0 145px;
}
#read_inner{
}
#read p{
	margin: 0;
	font-size: 19px;
	line-height: 3;
}

@media screen and (max-width:767px){

	#read{
		padding: 35px 0 80px;
	}
	#read_inner{
	}
	#read p{
		font-size: 15px;
		line-height: 2.3;
	}

}

#about{
	text-align: center;
	padding-top: 100px;
}
#about_inner{
	background: #fff;
	width: 90%;
	max-width: 900px;
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
	margin: -175px auto 0;
	padding: 40px 50px;
	box-sizing: border-box;
}
.about_title{
	position: relative;
	font-size: 26px;
}
.about_title:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px;
	width: 40px;
	height: 3px;
	background: #001C3C;
}
.about_body{
	padding: 30px 0;
}
.about_body table{
	border-collapse: collapse;
}
.about_body table tr{
}
.about_body table th{
	width: 20%;
	border-top: 2px solid #415C72;
	font-weight: normal;
	vertical-align: top;
	padding-top: 15px;
}
.about_body table th.table_adjust{
	padding-top: 18px;
}
.about_body table td{
	text-align: left;
	border-top: 2px solid #DBDCDD;
	padding: 15px;
	line-height: 1.7;
}
.about_body table tr:last-child th{
	border-bottom: 2px solid #415C72;
}
.about_body table tr:last-child td{
	border-bottom: 2px solid #DBDCDD;
}
.about_body table span{
	display: block;
}
.about_body table span.table_td{
	margin-top: 10px;
}
.about_body table span.table_td:first-child{
	margin-top: 0;
}
.about_body table a{
	text-decoration: underline;
}

@media screen and (max-width:767px){

	#about{
		padding-top: 130px;
	}
	#about_inner{
		padding: 10px 20px;
	}
	.about_title{
		font-size: 18px;
	}
	.about_title:after{
		width: 30px;
		bottom: -12px;
	}
	.about_body{
		padding: 20px 0;
	}
	.about_body table{
	}
	.about_body table tr{
	}
	.about_body table th{
		white-space: nowrap;
		text-align: left;
	}
	.about_body table th.table_adjust{
	}
	.about_body table td{
	}
	.about_body table tr:last-child th{
	}
	.about_body table tr:last-child td{
	}
	.about_body table span{
	}
	.about_body table span.table_td{
	}
	.about_body table span.table_td:first-child{
	}
	.about_body table a{
	}

}

.btns{
	text-align: center;
	margin: 90px auto 130px;
	display: flex;
	gap: 4%;
	max-width: 900px;
	align-items: center;
	justify-content: center;
}
.btn{
	display: inline-block;
	border: 1px solid #001C3C;
	background: #fff;
	padding: 15px 27px 15px 27px;
	position: relative;
	width: 90%;
	max-width: 400px;
	box-sizing: border-box;
}
.btn:after{
	content: "";
	display: inline-block;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid #001C3C;
	position: absolute;
	top: 50%;
	right:20px;
	margin-top: -7px;
	margin-left: 22px;
}
.btn:hover{
	background: #001C3C;
	color: #fff;
	opacity: 1;
}
.btn:hover:after{
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid #fff;
}

@media screen and (max-width:767px){

	.btns{
		margin: 40px auto 50px;
		flex-direction: column;
		gap: 20px;
	}
	.btn{
	}
	.btn:after{
		right:15px;
	}
	.btn:hover{
	}
	.btn:hover:after{
	}

}@media screen and (max-width:340px){

	.btn{
		padding: 15px 22px 15px 0;
	}
	
}

#footer{
	background: #001C3C;
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 60px 0;
}
#footer_title{
	margin: -8px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer_body{
	margin-left: 35px;
}
.footer_address{
}
.footer_tel{
	display: block;
}
.footer_tel a{
	color: #fff;
	padding: 8px 0;
	display: inline-block;
}

@media screen and (max-width:767px){

	#footer{
		display: block;
		text-align: center;
	}
	#footer_title{
		display: block;
		margin: 0 auto;
		font-size: 18px;
	}
	.footer_body{
		margin: 20px auto 0;
	}
	.footer_address{
		font-size: 14px;
	}
	.footer_tel{
	}
	.footer_tel a{
		padding: 10px 0;
	}

}

