.pagename-message{
    margin: 70px 0 120px;
    position: relative;
	padding-top: 70px;
}
.pagename-message:before{
	position: absolute;
	content: "";
	width: 41%;
	height: 488px;
	background: #B32619;
	right:0;
	bottom:-120px;
}
.pagename-message .photo{
	position: relative;
	width: 50%;
	margin-left: auto;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.16);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.16);
}
.pagename-message .photo img{
	width: 100%;
	height: auto;
}
.message-titlearea{
	position: absolute;
	width: 1086px;
	top:145px;
	left:50%;
	transform: translateX(-50%);
	
}


.pagename-message h2{
	position: relative;
	font-size: 62px;
	font-weight: 700;
	font-family: "Montserrat", serif;
	line-height: 62px;
	padding-top: 0px;
	color:#DC3738;
}
.pagename-message p{
	position: relative;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 40px;
}
.pagename-message p.name{
	font-size:20px;
}
.message-titlearea h3{
	font-size:50px;
	font-weight: 700px;
	line-height: 70px;
	margin: 0px 0;
}
.message-titlearea h3 span{
	background: #000;
	color:#fff;
	padding: 5px 10px;
	display: inline-block;
	margin: 5px 0;
}
.sec01 {
    background-image: url(../../img/message/sec01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	padding: 170px 0 110px;
	color:#fff;
}
.sec02 {
    background-image: url(../../img/message/sec02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding: 130px 0 110px;
	color:#fff;
}
.sec03 {
    background-image: url(../../img/message/sec03.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	padding: 280px 0 110px;
	color:#fff;
}
.sec04 {
    background-image: url(../../img/message/sec04.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	padding: 136px 0 110px;
	color:#fff;
}
.sec h4 {
	font-size:24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.sec p{
	font-size:15px;
	line-height: 36px;
}