@charset "utf-8";


/*section1内部の設定*/
#section1 {
	color: #fff;
}
/*section1背後の設定*/
#section1::before {
	background: url('../images/section1.jpg') no-repeat center center / cover;
		background-color: rgba(255,255,255,0.7);
	background-blend-mode: lighten;
}


/*section2内部の設定*/
#section2 {
	background-color: rgba(255,255,255,0.7);
	color: #000;
	border: thin solid rgba(102,102,102,0.2);
}
#section2::before {
	background: url('../images/section2.jpg') no-repeat center center / cover;
	background-color: rgba(255,255,255,0.3);
	background-blend-mode: lighten;
}

/*section3内部の設定*/
#section3 {
	background-color: rgba(77,98,102,0.7);
	color: #fff;
}
#section3::before {
	background: url('../images/section3.jpg') no-repeat center center / cover;
	background-color: rgba(255,255,255,0.3);
	background-blend-mode: lighten;
}


/*section4内部の設定*/
#section4,#section4a {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
#section4::before,#section4a::before {
	background: url('../images/section4.jpg') no-repeat center center / cover;
	background-color: rgba(255,255,255,0.3);
	background-blend-mode: lighten;
	
}

#section5 {
	background-color: rgba(255,255,255,0.7);
	color: #333;
}
#section5::before {
	background-color: #fff;
	background: url('../images/section5.jpg') no-repeat center center / cover;
}