#page_title h2{
	padding:50px 0 0 50px;
}
main section h3{
	background:#008662;
}
#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;
}
#section2 .photo_comment{
	margin:0 auto 50px;
}
#section2 figure{
	width:340px;
	flex:none;
	background:#008662;
	border-radius:40px;
}
#section2 figure img{
	display:block;
	border-radius:40px;
}
#section2 figcaption{
	text-align:center;
	color:#fff;
	padding:20px 0;
	font-size:21px;
}
#section2 .comment{
	width:calc(100% - 380px);
	flex:none;
}
#section2 dl{
	margin:0 auto 30px;
}
#section2 dt{
	color:#008662;
	font-size:21px;
	font-weight:700;
}
#section3 dl{
	border:3px solid #008662;
	line-height:54px;
	display:flex;
	border-radius:30px;
	margin-bottom:20px;
}
#section3 dl dt{
	color:#fff;
	background:#008662;
	width:140px;
	flex:none;
	font-size:24px;
	font-weight:700;
	text-align:center;
	border-radius:30px;
}
#section3 dl dd{
	width:calc(100% - 140px);
	padding:0 0 0 30px;
	box-sizing:border-box;
}
#section4 ul{
	display:flex;
	gap:35px;
	padding:0 50px;
}
#section4 ul li{
	width:calc((100% - 70px) / 3);
	color:#fff;
	background:#008662;
	padding:20px;
	border-radius:20px;
}
#section4 ul li:nth-child(1){
	margin-top:20px;
}
#section4 ul li:nth-child(2){
	margin-top:40px;
}
.contact_box p{
	color:#008662;
}
.contact_box ul li a{
	color:#008662 !important;
}
.contact_box ul li a .more_inner{
	background:#d5efe8 !important;
}
.contact_box ul li a:after{
	background:#d5efe8 url('../images/common/arrow_green.svg') no-repeat center center !important;
}
.contact_box ul li a:hover .more_inner{
	background:#008662 !important;
	color:#fff;
}
.contact_box ul li a:hover:after{
	background:#008662 url('../images/common/arrow_white.svg') no-repeat center center !important;
}