@charset "UTF-8";
.overview{
	background-color: #ebebf5;
}
#catch {
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-top: 70px;
	background-image: url("../image/overview-back.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	overflow: hidden;
	z-index: -1;
}
.catchContainer{
	text-align: center;
}
.catchCopy{
	justify-content: center;
}
.catchContainer h2{
	font-size: 2em;
}
#overviewContents{
	left:0;
	right:0;
	margin: 0 auto;
	width: 1024px;
}
#overviewImg{
	position: relative;
	height:400px;
}
#overviewPc{
	position: absolute;
	z-index: -1;
	width: 65%;
	left: 10%;
	top:0;
}
#overviewMeishi{
	position: absolute;
	z-index: 1;
	width: 40%;
	right: 10%;
	top: 50px;
}
.overviewBox{
	padding: 50px 0;
	letter-spacing: 0.2em;
}
.overviewBox h1{
	color:#0050c8;
}
.overviewBox h2{
	color:#0050c8;
	padding: 0 0 20px 0;
	letter-spacing: 0.1em;
}
.overviewBox h4{
	padding: 0 0 50px 0;
	letter-spacing: 0.1em;
	text-align: justify;
	line-height: 1.7em;
}
.overviewBox h4:last-child{
	padding: 0 0 0 0;
}
#overviewVideo{
	max-width: 1024px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	 -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#overviewVideo div{
	width: 40%;
	padding: 0 5%;
}
@media screen and (max-width: 1024px) {
	#overviewContents{
		width: 90vw;
	}
	#overviewImg{
		position: relative;
		height:150px;
	}
	#overviewVideo{
		width: 90vw;
	}
}
@media screen and (max-width: 768px) {
	#overviewVideo div{
		width: 100%;
		padding: 0 0;
	}
}