@charset "utf-8";
/* CSS Document */
.keyVisual{
	background-image: url("../img/keyvisual.jpg");
}
#sec_message{
	background: url("../img/message_bg.jpg") no-repeat center / cover;
	margin: 100px 0 200px;
	min-height: 714px;
}

#sec_message .contents{
	max-width: 1110px;
}
#sec_message .contents .txtBox{
	padding: 60px 40px 57px;
	background: rgba(255,255,255,0.5);
	text-align: left;
	width: 520px;
}
#sec_message .contents .txtBox h3{
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.8;
}
#sec_message .contents .txtBox p{
	font-size: 1.4rem;
	line-height: 2;
}
#sec_message .contents .txtBox p + p{
	margin-top: 28px;
}
#sec_message .contents .txtBox p.sineTxt{
	text-align: right;
	font-size: 1.5rem;
	margin-top: 17px;
	padding-right: 15px;
	letter-spacing: 3px;
}
#sec_message .contents .txtBox p.sineTxt span{
	font-size: 2rem;
	display: inline-block;
	margin-left: 10px;
}

@media screen and (max-width: 1024px){
	#sec_message .contents .txtBox{
		padding: 60px 20px 57px;
		width: 480px;
	}
}
@media screen and (max-width: 767px){
	.keyVisual{
		background-image: url("../img/keyvisual_sp.jpg");
	}
	#sec_message,
	#sec_message .contents .txtBox{
		background: none;
	}
	#sec_message{
		margin-top: 60px;
		margin-bottom: 0;
	}
	#sec_message .contents{
		display: block;
	}
	#sec_message .contents .txtBox{
		padding: 0 0 40px;
		width: 100%;
	}
	#sec_message .contents figure{
		margin: 0 -15px;
	}
	#sec_message .contents .txtBox p + p{
		margin-top: 0;
	}
}
