.pagename-message{
    margin: 0px 0 50px;
    position: relative;
}
.pagename-message:before{
	position: absolute;
	content: "";
	width: 30%;
	height: 488px;
	background: #B32619;
	right:0;
	bottom:-20px;
}
.pagename-message .photo{
	position: relative;
	width: 100%;
	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: relative;
	width: 80%;
	top:0px;
	left:50%;
	transform: translateX(-50%);
	
}


.pagename-message h2{
	position: relative;
	font-size: 36px;
	font-weight: 700;
	font-family: "Montserrat", serif;
	line-height: 50px;
	padding-top: 0px;
	color:#DC3738;
}
.pagename-message p{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 40px;
}
.pagename-message p.name{
	font-size:13px;
}
.message-titlearea h3{
	font-size:20px;
	font-weight: 700px;
	line-height: 40px;
	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-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
	padding: 100vw 0 0;
	color:#333;
}
.sec02 {
    background-image: url(../../img/message/sec02-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
	padding: 90vw 0 0;
	color:#333;
}
.sec03 {
    background-image: url(../../img/message/sec03-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
	padding: 95vw 0 0;
	color:#333;
}
.sec04 {
    background-image: url(../../img/message/sec04-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
	padding: 90vw 0 0;
	color:#333;
}
.sec h4 {
	font-size:16px;
	font-weight: bold;
	margin-bottom: 28px;
}
.sec p{
	font-size:13px;
	line-height: 22px;
}