
/* Content */
#main-top {
	width:100%;
	height:70vh;
	position:relative;
	padding:0 50px;
	box-sizing:border-box;
}
#main-top .image{
	position:absolute;
	top:0;
	right:50px;
	width:80%;
	height:100%;
	background:url(../img/top.jpg) no-repeat center;
	background-size:cover;
}
#main-top .main-text{
	background:#fff;
	padding:70px;
	position:absolute;
	left: calc(20% - 50px);
	left: -webkit-calc(20% - 50px);
	top:50%;
	transform:translate(-50%,-50%);
	z-index:5;
	text-align:center;
}
#main-top .main-text h2{
	font-family: 'Abel', sans-serif;
	font-size:2.1em;
	letter-spacing:0.4em;
	margin-left:0.4em;
}
#main-top .main-text h3{
	color:#777;
	font-weight:normal;
}

#contents{
	width:100%;
}
#cnt-copy1{
	max-width:1480px;
	width:100%;
	margin:100px auto 0;
	background:#fff;
	position:relative;
}
#cnt-copy1 .image-box{
	width:50%;
	height:600px;
	padding:100px;
	box-sizing:border-box;
	background: linear-gradient(to right,#e7e7e7 50%, rgba(255, 255, 255, 1) 50%)
}
#cnt-copy1 .image-box .image{
	width:100%;
	height:100%;
	background:url(../img/copy1.jpg) no-repeat center;
	background-size:cover;
}
#cnt-copy1 .text-box{
	top:50%;
	left:50%;
	max-width:800px;
	box-sizing:border-box;
	padding-right:100px;
	transform:translateY(-50%);
	position:absolute;
	z-index:1;
}
#cnt-copy1 .text-box h2{
	font-size:2.2em;
	color:#333;
	opacity:0.9;
	font-weight:normal;
	line-height: 1.3em;
}
#cnt-copy1 .text-box p{
	margin-top:50px;
}
#cnt-copy2{
	max-width:1280px;
	width:100%;
	margin:150px auto 0;
}
#cnt-copy2 .text-box{
	width:1000px;
	margin:0 auto;
	display:flex;
}
#cnt-copy2 .text-box h2{
	font-size: 2.2em;
    color: #333;
    opacity: 0.9;
    font-weight: normal;
    line-height: 1.3em;
    box-sizing: border-box;
    padding: 50px;
    width: 45%;
}
#cnt-copy2 .text-box p{
	box-sizing: border-box;
    width: 55%;
}
#cnt-copy2 .image-box{
	height:1200px;
	margin-top:50px;
	padding:0 50px;
	box-sizing:border-box;
}
#cnt-copy2 .image{
	width:100%;
	height:100%;
	background:url(../img/copy2.jpg) no-repeat top;
	background-size:cover;
}

@media screen and (max-width: 1580px) , (max-device-width : 1580px) {
	#cnt-copy1{
		width: calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
	}
	#cnt-copy2 .image-box{
		height:900px;
	}
}
@media screen and (max-width: 1280px) , (max-device-width : 1280px) {
	#main-top .image{
		width: 70%;
	}
	#main-top .main-text{
		left: calc(30% - 50px);
		left: -webkit-calc(30% - 50px);
	}
	#cnt-copy1 .image-box{
		padding:70px;
	}
	#cnt-copy1 .text-box{
		padding-right: 70px;
	}
	#cnt-copy2 .text-box p{
		box-sizing: border-box;
    	padding-right: 50px;
	}
}
@media screen and (max-width: 1100px) , (max-device-width : 1100px) {
	#main-top .image{
		width: 80%;
	}
	#main-top .main-text{
		left: 0;
		transform:translate(0%,-50%);
	}
	#cnt-copy1 .text-box{
		transform:translateY(0%);
		padding: 80px 80px 0;
		top:0;
		left:0;
		position:relative;
		max-width:100%;
	}
	#cnt-copy1 .text-box h2 br{
		display:none;
	}
	#cnt-copy1 .image-box{
		height:700px;
		width:100%;
		background:linear-gradient(to top,#e7e7e7 50%, rgba(255, 255, 255, 1) 50%);
	}
	#cnt-copy1 .image-box .image {
		background-size: contain;
	}
	#cnt-copy2{
		margin: 120px auto 0;
	}
	#cnt-copy2 .text-box{
		width:100%;
		padding:0 50px;
		box-sizing:border-box;		
	}
	#cnt-copy2 .text-box h2{
		width:50%;
	}
	#cnt-copy2 .text-box p{
		box-sizing: border-box;
    	padding-right: 50px;
		width:50%;
	}
}
@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#cnt-copy2{
		margin: 70px auto 0;
	}
	#cnt-copy2 .text-box{
		display:block;
	}
	#cnt-copy2 .text-box h2{
		width:100%;
	}
	#cnt-copy2 .text-box h2 br{
		display:none;
	}
	#cnt-copy2 .text-box p{
		width:100%;
		padding:0 50px;
	}
}
@media screen and (max-width: 800px) , (max-device-width : 800px) {
	#main-top .image{
		width:calc(100% - 100px);
		width:-webkit-calc(100% - 100px);
	}
	#main-top .main-text{
		padding: 70px;
	}
	#cnt-copy1 .image-box{
		height:550px;
	}
	#cnt-copy1 .text-box h2,
	#cnt-copy2 .text-box h2{
		font-size:2em;
	}
}
@media screen and (max-width: 700px) , (max-device-width : 700px) {
	#main-top .main-text{
		padding: 50px;
	}
	#cnt-copy1 .text-box{
		padding:50px 50px 0;
	}
	#cnt-copy1 .text-box h2,
	#cnt-copy2 .text-box h2{
		font-size:1.7em;
	}
	#cnt-copy1 .text-box p{
		margin-top:30px;
	}
	#cnt-copy1 .image-box{
		height:450px;
		padding:50px;
	}
	#cnt-copy2 .image-box{
		height:600px;
	}
}
@media screen and (max-width: 600px) , (max-device-width : 600px) {
	#main-top{
		height:100%;
		padding:0 10px;
	}
	#main-top .image{
		width: 100%;
    	right: 0;
		height:370px;
		position: relative;
	}
	#main-top .main-text{
		top: 0;
		transform: translate(0%);
		position: relative;
		padding: 40px;
    	background: #eaeaea;
	}
	#main-top .main-text h2{
		font-size: 1.7em;
	}
	#main-top .main-text h3{
		font-size:0.8em;
	}
	#cnt-copy1{
		margin: 40px auto 0;
		width: calc(100% - 40px);
    	width: -webkit-calc(100% - 40px);
	}
	#cnt-copy1 .text-box{
		padding: 40px 20px 0;
	}
	#cnt-copy1 .text-box h2,
	#cnt-copy2 .text-box h2{
		font-size:1.5em;
	}
	#cnt-copy1 .image-box {
    	height: 350px;
		padding:30px;
	}
	#cnt-copy2{
		margin: 60px auto 0;
	}
	#cnt-copy2 .text-box{
		padding:0 40px;
	}
	#cnt-copy2 .text-box h2{
		padding:0 0 30px;
	}
	#cnt-copy2 .text-box p{
		padding:0;
	}
	#cnt-copy2 .image-box{
		height:450px;
		padding: 0 30px;
	}
	#cnt-copy1 .text-box h2 br.sp,
	#cnt-copy2 .text-box h2 br.sp{
		display:block;
	}
}