#page_title h2{
	box-sizing:border-box;
	padding:40px 0 0 30px;
	height:300px;
	line-height:1.5em;
	display:flex;
	align-items:center;
}
#section1 article{
	display:flex;
	gap:40px;
	max-width:1360px;
	justify-content:flex-end;
}
#section1 article .comment{
	width:530px;
	flex:none;
}
#section1 article figure{
	width:calc(100% - 570px);
	max-width:660px;
	flex:none;
}
#section1 article figure img{ 
	display:block;
	border-radius:10px;
}
#works_list section{
	padding:40px 0;
	margin:0 auto;
}
#works_list section:nth-child(odd){
	padding:40px 0;
	background:#008ad3;
}
#works_list section:nth-child(odd) figure{
	color:#fff;
}
#works_list section article{
	display:flex;
	gap:40px;
}
#works_list section article .comment{
	background:#fff;
	padding:35px;
	border-radius:10px;
	border:2px solid #008ad3;
	width:460px;
	box-sizing:border-box;
	flex:none;
}
#works_list section article .photo{
	width:calc(100% - 500px);
	flex:none;
	position:relative;
}
#works_list section article .photo img{
	display:block;
	border-radius:10px;
}
.photo1{
	position:absolute;
	width:300px;
	top:0;
	left:0;
	z-index:1;
}
.photo2{
	position:relative;
	width:390px;
	top:0px;
	left:210px;
	z-index:2;
	margin-top:150px;
}