@charset "utf-8";

h2{
	font-size:42px;
}

span{
	font-size:38px;
}

.two-col{
	display:flex;
	overflow-x: hidden;
}

.col-box{
	width:100%;
	height:500px;
    align-items: center;
}

.col-right{
	background:url("../img/hr_deveopment.jpg");
	background-size:cover;
	text-align: center;

}

.col-right h2{
	line-height: 500px;
	color:#fff;
	background-color: rgba(0,0,0,0.4);
}

#dev_title{
}

.dev_title_container{	
	width:540px;
	margin:60px 0 0 auto;
	padding-right:20px;
	box-sizing: border-box;
}

.dev_title_container img{
	margin:40px 0;
}

.dev_title_sp{
		display: none;
}

.dev_title_container p{
	line-height: 2em;
	margin-top:20px;
}

.dev_nav{
	background-color: #ddd;
}

.dev_nav > .wrapper{
	margin:0 auto;
}

.dev_col{
	display: flex;
	padding:60px 0;
	justify-content: space-between;
}

.dev_content{
	display: inline-flex;
	position:relative;
}

.dev_content img{
	z-index:0;
	width:300px;
	height:300px;
}

.dev_content_title{
	position:absolute;
	top:8%;
	left:8%;
	width:84%;
	height:250px;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	text-align: center;
	transition: all 0.3s ease-out;
    will-change: transform;
}

.dev_content_title:hover{
	background-color:rgba(0,0,0,0.4);
	transform: matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 0.95
	);
}

.dev_content_title h2{
	font-size:32px;
	display:block;
	margin-top:90px;
}

.dev_content_title h4{
	font-size:16px;
}

.dev-text{
	text-align: left;
	float:left;
	width:540px;
}

.dev-text p{
	font-size:14px;
}

.dev-img{
	float: right;
	overflow-x: hidden;
}

.dev-img img{
	width:400px;
	display: block;
	margin-top:10px;
}

#vision{
	background-color: #DDD;
	padding:20px 0;
}


@media screen and (max-width:1120px){
	.wrapper {
		width:86vw;
	}	

	.two-col{
		display: block;
	}
	
	.col-box{
		height:auto;
	}
	
	.dev_title_sp{
		display: block;
	}
	
	.dev_title_pc{
		display: none;
	}
	
	.dev_title_container{	
		width:86vw;
		margin:20px auto 50px;
		padding-right: 0;
	}
	
	.dev_title_container img{
		margin:20px 0;
	}
	
	.dev-text{
		float:none;
		width:100%;
	}
	
	.dev-img{
		width: 100%;
		float:none;
		text-align: center;
		margin:20px 0;
	}
}

@media screen and (max-width:940px){
	.dev_content{
		width:220px;
		height:220px;
	}
	
	.dev_content img{
		width:220px;
		height:220px;
	}
	
	.dev_content_title{
		height:180px;
	}
	
	.dev_content_title h2{
		margin-top: 50px;
	}
	
	.dev_content_title h4{
		font-size:12px;
	}	
}

@media screen and (max-width:768px){
	p{
		font-size:12px;
	}
	
	#message img{
		margin-left:-16px;
		margin-top:40px;
		width:94vw;
	}
	
	.col-box{
		height:280px;
		overflow-y: hidden;
	}
	.dev_col{
		display: block;
		padding:60px 0;
		text-align: center;
	}
	
	.col-right h2{
		line-height: 280px;
	}

	.dev_title_container > img{
		width:70%;
		height:auto;
	}
	
	.dev_content{
		display: block;
		width:100%;
		height:auto;
	}
	
	.dev_content{
		margin-bottom:40px;
	}

	.dev_content img{
		width:100%;
		height:auto;
	}

	.dev_content_title{
		height:72vw;
	}
	
	.dev_content_title h2{
		margin-top:26vw;
	}
	
	.dev_content_title h4{
		font-size:18px;
	}
	
	h2{
		font-size:28px;
	}
	
	span{
		font-size:28px;
	}
	
	h3{
		font-size:16px;
	}
	
	.dev-img img{
		width:100%;
	}
	
}