@charset "utf-8";

#greetingMv {
	background: url(../../img/greeting/greeting_bg_pc.jpg) no-repeat center;
	background-size: cover;
}

#greetingArea {
	width: 100%;
	background: url(../../img/greeting/greeting_logo.png) no-repeat 65% -20px,
		        url(../../img/greeting/greeting_bg02.jpg) no-repeat center top;
	background-size: 810px auto, cover;
}
#greeetingBox {
	width: 92.5%;
	height: 750px;
	margin: 0 auto;
	position: relative;
}
#greetingInner {
	width: 52.8%;
	position: absolute;
	top: 80px;
	right: 0;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.5;
	z-index: 2;
}
.greetingTl {
	margin-bottom: 40px;
	font-size: 2.8rem;
}
#ceoArea {
	width: 70%;
	position: absolute;
	bottom: 0;
	left: -30%;
	z-index: 1;
}
.ceoName {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 35%;
}
.ceoCol {
	display: inline-block;
	padding: 25px 30px 20px;
	background: #004ea0;
}
.name01 {
	display: inline-block;
	margin-right: 10px;
	padding-top: 5px;
	color: #ffffff;
	text-align: right;
	line-height: 1.6;
}
.name02 {
	display: inline-block;
	font-size: 3.0rem;
	color: #ffffff;
	line-height: 1.0;
}
.name02 span {
	font-size: 1.5rem;
}

#greetingTxt {
	width: 100%;
	padding: 30px 0 500px;
	background: url(../../img/greeting/greeting_track_pc.jpg) no-repeat center top;
	background-size: cover;
}
.gr_txt {
	width: 100%;
	margin: -60px 0 0;
	padding: 140px 0 0;
	background: url(../../img/greeting/greeting_line.png) no-repeat center top;
	font-size: 3.0rem;
	color: #e99f11;
	text-align: center;
	line-height: 1.8;
	position: relative;
	z-index: 3;
}

