/* CSS Document */
#mainVisual{
	background: url("../img/mainvisual.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}

h1{
	font-size: 2.5rem;
	letter-spacing: 5px;
	margin-bottom: 93px;
}

.topVisual{
	text-align: left;
	position: relative;
	z-index: 10;
	padding: 9.352% 0;
	line-height: 2;
}

.topVisual .bg_img{
	position: absolute;
	max-width: 800px;
	width: 75%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}

.topVisual .lead{
	font-size: 2.3rem;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.7;
}

#sec_01{
	padding: 122px 0 200px;
}

#sec_03{
	padding: 0 0 8.1%;
	background: #f2f2f2;
	margin-top: 130px;
}

#sec_03 .hd01{
	padding-top: 3.3%;
	padding-bottom: 5.5%;
	margin-bottom: 5.6%;
}

#sec_04{
	padding: 184px 0 0;
}
	#sec_04 .contents_wrap{
		background-color: #f2f2f2;
		padding-bottom: 7.4vw;
	}

	#sec_04 .hd01{
		padding: 52px 0;
		margin-bottom: 48px;
	}

.flow_img{
	margin-bottom: 136px;
}

#sec_05{
	background-color: #f2f2f2;
	margin-top: 190px;
	padding-bottom: 9.6vw;
}
	#sec_05 .hd01{
		padding: 0 0 50px;
		margin-bottom: 45px;
	}




@media screen and (max-width:900px){
	#sec_01 {
		padding: 80px 0 60px;
	}
	h1{
		margin-bottom: 10px;
	}
	.topVisual .bg_img{
		width: 70%;
	}
	#sec_03{
		margin-top: 60px;
	}
}
@media screen and (max-width:860px){
}
@media screen and (max-width:767px){
	#mainVisual{
		background: url(../img/mainvisual_sp.jpg) no-repeat center;
		background-size: cover;
	}
	
	.topVisual .bg_img{
		position: inherit;
		max-width: none;
		width: 100%;
		top: 0;
		right: 0;
		transform: none;
	}
	
	.topVisual .lead{
		margin-top: 20px;
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	#sec_03{
		margin-top: 0;
	}
	#sec_04 {
		padding: 50px 0 0;
	}
	.flow_img{
		margin-bottom: 30px;
	}
	#sec_05{
		margin-top: 100px;
	}
}

@media screen and (max-width:480px){
	#sec_03 .hd01{
		padding-bottom: 7.5%;
	}
}
