@charset "utf-8";
.sp {
	display: none;
}
.pc {
	display: none;
}

#MvArea  {
	background: url(../../img/greeting/greeting_mvimg_sp.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}
.mvInner {
	color: #ffffff;
	line-height: 1.0;
}


.greetingWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.greetingImg {
	width: 33.3%;
	text-align: center;
}
.greetingImg p:first-child{
	margin-bottom: 20px;
}
.greetingImg p:first-child img {
	width: 100%;
	height: auto;
}
.greetingCont {
	width: 64%;
/*	padding: 40px 0 0;*/
	position: relative;
}
.greetingTxt p {
	margin-bottom: 20px;
	line-height: 1.5;
}
.greetingCont .name {
	text-align: right;
}

