@charset "utf-8";
/* CSS Document */

/*/////////////// スムーススクロール ///////////////*/
html {
    scroll-padding-top: 70px !important;
}

@media (min-width: 1200px) {	
	html {
		scroll-padding-top: 150px !important;
	}
}

/*/////////// MV ////////////*/
.mv2 .wrap {
	background-color: rgba(255,255,255,0.00);
}

.mv2 h1 {
	text-shadow:0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
}


/*/////////// セクション1 ////////////*/
.sec1 .container {
	max-width: 1000px;
}

.sec1 .title {
	border-bottom: 1px solid #ababab;
}
.sec1 .title h1 {
	font-size: 1.7em;
	color: #24657c;
}

.sec1 h2 {
	font-size: 1.25em;
	font-weight: 500;
}
	
.sec1 .img01, .sec1 .img02, .sec1 .img03, .sec1 .img04 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:576px) {
	.sec1 h2 {
		font-size: 1.15em;
	}
}

@media (min-width:768px) {
	.sec1 h2 {
		font-size: 1.25em;
	}
	
	.sec1 .img01 {
		width: 480px !important;
	}
	
	.sec1 .img02 {
		width: 480px !important;
	}
	
	.sec1 .img03 {
		width: 360px !important;
	}
	
	.sec1 .img04 {
		width: 440px !important;
	}	
	
}

@media (min-width:992px) {
	.sec1 .title h1 {
		font-size: 1.8em;
	}
	
	.sec1 .img01 {
		width: 500px !important;
	}
	
	.sec1 .img02 {
		width: 500px !important;
	}
	
	.sec1 .img03 {
		width: 380px !important;
	}
	
	.sec1 .img04 {
		width: 500px !important;
	}	
}

@media (min-width:1200px) {	
	.sec1 .title h1 {
		font-size: 1.9em;
	}	
}
