/* ------------------------------------- */
#wrap {
	margin-top: 50px;
}
/* ------------------------------------- */
#mv {
	width: 100%;
	background: url(../images/top/mv.jpg) no-repeat center top 110px;
	background-size: cover;
	position: relative;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#mv span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.4);
}
#mv h2 {
	width: 280px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: -130px;
}
/* ------------------------------------- */
.top1 {
	width: 90%;
	margin: 0px auto 70px;
}
.top1 p {
	text-align: center;
}
/* ------------------------------------- */
.top2 {
	width: 100%;
	margin-bottom: 100px;
}
.top2 .ttl_style02 {
	position: relative;
}
.top2 .ttl_style02 p {
	text-align: center;
}
.top2 .ggmap {
	width: 100%;
	position: relative;
	padding-bottom: 45%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.top2 .ggmap iframe,
.top2 .ggmap object,
.top2 .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top2 #map {
	width: 100%;
	margin-bottom: 15px;
}
.top2 .center {
	color: #132747;
	font-weight: 500;
	width: 90%;
	margin: 0px auto 20px;
}
.top2 .ttl_style02 {
	padding: 30px 5% 60px;
}
.top2 .ttl_style02 ul {
	position: absolute;
	left: 50%;
	bottom: 5px;
	margin-left: -190px;
	font-size: 110%;
}
.top2 .ttl_style02 li {
	float: left;
	margin-left: 15px;
}
.top2 .ttl_style02 li::before {
	font-family: "Font Awesome 5 Free";
	content: '\f3c5';
	font-weight: 900;
	margin-right: 5px;
	font-size: 20px;
}
.top2 .ttl_style02 li:nth-child(1)::before {
	color: #F00;
}
.top2 .ttl_style02 li:nth-child(2)::before {
	color: #39F;
}
.top2 .ttl_style02 li:nth-child(3)::before {
	color: #3C0;
}
.top2 .ttl_style02 li:nth-child(4)::before {
	color: #A9AAAC;
}
/* ------------------------------------- */
.top3 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 100px;
}
.top3 .center {
	text-align: center;
	margin-bottom: 30px;
	line-height: 170%;
}
.top3 .center span {
	display: block;
	text-align: center;
	font-size: 90%;
	color: #132747;
	font-weight: 400;
	margin-top: 10px;
}
/* ------------------------------------- */

/* ------------------------------------- */

/* ------------------------------------- */




@media screen and (max-width: 900px) {
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	.top2 .ttl_style02 {
	}
	.top2 .ttl_style02 {
		padding: 30px 5% 50px;
	}
	.top2 .ttl_style02 p {
		margin-bottom: 15px;
	}
	.top2 .ttl_style02 ul {
	}
	.top2 .ttl_style02 li {
		float: left;
		margin-right: 5px;
		margin-bottom: 0px;
	}
	/* ------------------------------------- */
}






@media screen and (max-width: 780px) {
	
	/* ------------------------------------- */
	#mv {
		width: 100%;
		background: url(../images/top/mv.jpg) no-repeat center top 80px;
		background-size: cover;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
}






@media screen and (max-width: 580px) {
	
	/* ------------------------------------- */
	#mv h2 {
		margin-top: -120px;
	}
	#mv h2 {
		width: 220px;
		margin-left: -110px;
		margin-top: -100px;
	}
	/* ------------------------------------- */
	.top1 p {
		text-align: left;
	}
	/* ------------------------------------- */
	.top2 .ttl_style02 ul {
		margin-left: -180px;
	}
	.top2 .ttl_style02 li {
		margin-right: 0;
	}
	.top2 .ttl_style02 li::before {
		font-size: 17px;
	}
}