@charset "utf-8";

h2{
	font-size:42px;
}

.two-col{
	display:flex;
	overflow-x: hidden;
}

.col-box{
	width:100%;
	height:500px;
    align-items: center;
}

.col-right{
	background:url("../img/training.jpg");
	background-size:cover;
	text-align: center;
}

.col-right h2{
	line-height: 500px;
	color:#fff;
	background-color: rgba(0,0,0,0.4);
}

#training{
	margin-top:60px;
}

.training_container{	
	width:500px;
	margin:60px 0 0 50px;
	padding-right:0px;
	box-sizing: border-box;
}

.tr_title_sp{
		display: none;
}

.training_container p{
	line-height: 1.8em;
	margin-top:20px;
}

.tr_nav{
	background-color: #ddd;
}

.tr_nav > .wrapper{
	margin:0 auto;
}

.tr_col{
	display: flex;
	padding:60px 0;
	justify-content: space-between;
}

.tr_content{
	display: inline-flex;
	position:relative;
}

.tr_content img{
	z-index:0;
	width:300px;
	height:300px;
}

.tr_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;
}

.tr_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
	);
}

.tr_content_title h2{
	font-size:32px;
	display:block;
	margin-top:90px;
}

.tr_content_title h4{
	font-size:16px;	
}

.tr-text{
	text-align: left;
	float:left;
	width:540px;
}

.tr-text p{
	font-size:14px;
}

.tr-img{
	float: right;
	overflow-x: hidden;
}

.tr-img-left{
	float:left;
	overflow-x: hidden;
}

.tr-img img{
	width:500px;
	display: block;
	margin-top:10px;
}

.tr-img-left img{
	width:500px;
	display: block;
	margin-top:10px;
}

.tr-text-right{
	text-align: left;
	float:right;
	width:540px;
}

.tr-text-right p{
	font-size:14px;
}

.inteview-col{
	text-align: left;
}

#hr p{
	font-size:14px;
}

#hr h4{
	color:#2A427D;
}

#third{
	background-color: #DDD;
	padding:20px 0;
}

#third img{
	width:100%;
}

#el img{
	width:100%;
}

.col-right-op{
	background:url("../img/op.jpg");
	background-size:cover;
	text-align: center;
}

.col-right-op h2{
	line-height: 500px;
	color:#fff;
	background-color: rgba(0,0,0,0.4);
}

.op_container{	
	width:540px;
	margin:60px 0 0 auto;
	padding-right:40px;
	box-sizing: border-box;
}

.tr_title_sp{
		display: none;
}

#option{
	margin-top:180px;
}

.op_container p{
	line-height: 2em;
	margin-top:200px;
}

.op-content{
	padding-bottom:60px;
	border-bottom: 1px solid #ddd;
	margin-bottom:60px;
}

.op-content:last-child{
	border-bottom:none;
}

.op-img{
	float:left;
	width:450px;
	height:auto;
	
}

.op-img img{
	width:100%;
	border-radius: 20px;
}

.op-text{
	float:right;
	width:580px;
	text-align: left;
}

.op-text h3{
	font-size:24px;
	border-left:12px solid #2A427D;
	padding-left: 20px;
	margin-bottom:10px;
}

.op-text h4{
	margin-top:10px;
}

.op-text p{
	font-size:14px;
}


@media screen and (max-width:1120px){
	.wrapper {
		width:86vw;
	}
	
	.wrapper img{
		width:100%;
	}

	.two-col{
		display: block;
	}
	
	.col-box{
		height:auto;
	}
	
	.col-right{
		height:300px;
	}
	
	.tr-img-left{
	float:none;
	}
	
	.col-right h2{
		line-height: 300px;
		font-size:24px;
	}
	
	.tr_title_sp{
		display: block;
	}
	
	.tr_title_pc{
		display: none;
	}
	
	.training_container{	
		width:86vw;
		margin:20px auto 50px;
		padding-right: 0;
	}
	
	.tr-text{
		float:none;
		width:100%;
	}
	
	.tr-img{
		float:none;
		margin:20px 0;
		width:100%;
	}
	
	.tr-text-right{
	text-align: left;
	float:right;
	width:100%;
	}
	
	.training_container p{	
		font-size:14px;
	}
	
	.op_container{	
	width:86vw;
	margin:30px auto;
	padding-right:0px;
	box-sizing: border-box;
	}

	
	.op_container p{	
		font-size:14px;
	}
	
	.op-text-p{
		font-size:14px;
	}
	
	.op_container p{	
		width:86vw;
		margin:0 auto;
		float:none;
	}
	
	.op-img{
		float:none;
		width:100%;
	}
	
	.op-text{
		float:none;
		width:100%;
	}
	
	.op-text h3{
		margin-top:20px;
	}
	
}

@media screen and (max-width:940px){
	.tr_content{
		width:220px;
		height:220px;
	}
	
	.tr_content img{
		width:220px;
		height:220px;
	}
	
	.tr_content_title{
		height:180px;
	}
	
	.tr_content_title h2{
		margin-top: 50px;
	}
	
	.tr_content_title h4{
		font-size:12px;
	}
	
	.op_container,.inteview-col p{	
		font-size:14px;
	}

}

@media screen and (max-width:768px){
	p{
		font-size:14px;
	}
	
	.tr_col{
		display: block;
		padding:60px 0;
		text-align: center;
	}

	.tr_title_container > img{
		width:70%;
		height:auto;
	}
	
	.tr_content{
		display: block;
		width:100%;
		height:auto;
	}
	
	.tr_content{
		margin-bottom:40px;
	}

	.tr_content img{
		width:100%;
		height:auto;
	}

	.tr_content_title{
		height:72vw;
	}
	
	.tr_content_title h2{
		margin-top:26vw;
	}
	
	.tr_content_title h4{
		font-size:18px;
	}
	
	.op-sp{
		height:260px;
	}
	
	.op-sp h2{
		line-height: 260px;
	}
	
	h2{
		font-size:28px;
	}
	
	h3{
		font-size:16px;
	}
	
	.tr-img img{
		width:100%;
	}
	
}