@charset "UTF-8";
/* CSS Document */

.main-title-wrap::after{
	background-image: url(../images/message/title_bk.jpg);
}
/*----------------------------------------------------

----------------------------------------------------*/
.message-hed{
	position: relative;
	margin-top: 20px;
}
.message-hed::after{
	content: '';
	position: absolute;
	top: -40px;
	right: 0;
	background: #e9f2c3;
	width: 145px;
	height: 140px;
	z-index: -1;
}
.message-hed::before{
	content: '';
	position: absolute;
	top: -25px;
	left: 10px;
	background:  url(../images/bird02.png) center top /cover no-repeat;
	width: 92px;
	height: 80px;
	z-index: 10;
}
.message_hed-pic{
	position: relative;
}
.message_hed-pic::after{
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	background: #e9f2c3;
	width: 145px;
	height: 140px;
	z-index: -1;
}
.message_hed-pic::before{
	content: '';
	position: absolute;
	bottom: -35px;
	right: 0;
	background:  url(../images/wing02.png) center top /cover no-repeat;
	width: 93px;
	height: 90px;
	z-index: 15;
}
.message_hed-pic .pic{
	text-align: center;
}
.message-hed .desc{
	position: relative;
	z-index: 10;
	background: #b4da11;
	color: #fff;
	padding: 45px 30px;
	margin: -170px 75px 0 0 ;
}
.message-hed .desc .lead{
	font-size: 2.6rem;
	margin-bottom: 20px;
}
.message-hed .desc .name{
	text-align: right;
	font-size: 2.4rem;
}
.message-hed .desc .name span{
	display: inline-block;
	font-size: 1.8rem;
	margin-right: 1rem;
}
@media (max-width: 767px) {
.message-hed{
	margin-top: 50px;
}
.message-hed::after{
	top: -20px;
}
.message-hed::before{
	top: -25px;
	left: 0;
	width: 46px;
	height: 40px;
}
.message_hed-pic::after{
	left: -10px;
}
.message_hed-pic::before{
	bottom: -15px;
	right: 10px;
	width: 44px;
	height: 45px;
}
.message-hed .desc{
	width: 90%;
	padding: 25px 15px;
	margin: -20px 0 0 0 ;
}
.message-hed .desc .lead{
	font-size: 2rem;
	margin-bottom: 15px;
}
.message-hed .desc .name{
	font-size: 1.8rem;
}
.message-hed .desc .name span{
	font-size: 1.4rem;
}	
}
/*----------------------------------------------------

----------------------------------------------------*/
.message-contens {
	margin-top: 140px;
}
.message-contens .message{
	margin-bottom: 70px;
	position: relative;
}
.message-contens .message >div{
	position: relative;
}
.message-contens .message .pic{
	width: 40%;
	margin-right: 40px;
	margin-left: 40px;
}
.message-contens .message .lead{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.message-contens .message .txt{
	line-height: 2;
}
.message-contens .message:nth-child(odd)::after{
	content: '';
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 40%;
	height: 480px;
	background: url(../images/pt_sp_g.png);
	z-index: -1;
}
.message-contens .message:nth-child(odd) >div::before{
	content: '';
	position: absolute;
	top: -45px;
	left: 10px;
	background:  url(../images/bird03.png) center top /cover no-repeat;
	width: 99px;
	height: 76px;
	z-index: 10;
}
.message-contens .message:nth-child(even){
	margin-bottom: 100px;
	margin-top: -50px;
}
.message-contens .message:nth-child(even) >div{
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.message-contens .message:nth-child(even)::after{
	content: '';
	position: absolute;
	bottom: -100px;
	left: 0;
	width:100%;
	height: 340px;
	background: url(../images/pt_sp_g.png);
	z-index: -1;
}
.message-contens .message:nth-child(even) >div::before{
	content: '';
	position: absolute;
	top: -85px;
	right: 0;
	background:  url(../images/bird04.png) center top /cover no-repeat;
	width: 135px;
	height: 120px;
	z-index: 10;
}
@media (max-width: 767px) {
.message-contens {
	margin-top: 70px;
}
.message-contens .message{
	margin-bottom: 50px;
}
.message-contens .message .pic{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.message-contens .message .lead{
	font-size: 1.8rem;
}
.message-contens .message:nth-child(odd)::after{
	bottom: auto;
	top: 140px;
	width: 60%;
	height: 240px;
}
.message-contens .message:nth-child(odd) >div::before{
	top: -20px;
	width: 50px;
	height: 38px;
}
.message-contens .message:nth-child(even){
	margin-bottom: 50px;
	margin-top: 0;
}
.message-contens .message:nth-child(even)::after{
	height: 170px;
}
.message-contens .message:nth-child(even) >div::before{
	top: -40px;
	right: 0;
	width: 73px;
	height: 60px;
}	
}
/*----------------------------------------------------

----------------------------------------------------*/
.message-btm-pic{
	width: 100%;
	height: 455px;
	background-image: url(../images/message/pic03.jpg);
	background-size: cover;
}
.message-btm {
	background: #b4da11;
	position: relative;
	color: #fff;
	padding: 50px;
	text-align: center;
	margin: -80px auto 0;
	width: 82%;
}
.message-btm::after{
	content: '';
	position: absolute;
	top: -50px;
	left: calc(50% - 20px);
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 60px 40px;
	border-color: transparent transparent #b4da11 transparent;
	transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}
.message-btm::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: -15px;
	background:  url(../images/wing01.png) center top /contain no-repeat;
	width: 71px;
	height: 45px;
	z-index: 10;
}
.message-btm .lead{
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-weight: 500;
}
.message-btm .txt{
	font-size: 1.6rem;
}
@media (max-width: 767px) {
.message-btm-pic{
	height: 197px;
	background-image: url(../images/message/pic03_sp.jpg);
}
.message-btm {
	padding: 20px;
	margin: -40px auto 0;
	width: 100%;
}
.message-btm::after{
	top: -26px;
	left: calc(50% - 20px);
	border-width: 0 0 30px 40px;
}
.message-btm::before{
	left: 10px;
	bottom: -15px;
	width: 35px;
	height: 23px;
}
.message-btm .lead{
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.message-btm .txt{
	font-size: 1.4rem;
}	
}


