@charset "utf-8";

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

#greetingArea {
	width: 100%;
	background: url(../../img/greeting/greeting_bg02_sp.jpg) no-repeat center top;
	background: cover;
}
#greetingInner {
	width: 100%;
	padding: 40px 6.25%;
	background: url(../../img/greeting/greeting_logo.png) no-repeat -10px -10px;
	background-size: 120% auto;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.greetingTl {
	margin-bottom: 20px;
	font-size: 1.6rem;
}
#ceoArea {
	width: 100%;
	overflow: hidden;
}
#ceoArea img {
	display: block;
	margin: 0 0 0 -10%;
	max-width: 120%;
}
.ceoName {
	width: 100%;
	margin-top: -130px;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.ceoCol {
	display: inline-block;
	padding: 15px;
	background: #004ea0;
}
.name01 {
	display: inline-block;
	margin-right: 10px;
	padding-top: 6px;
	font-size: 1.1rem;
	color: #ffffff;
	text-align: right;
	line-height: 1.5;
}
.name02 {
	display: inline-block;
	font-size: 1.8rem;
	color: #ffffff;
	line-height: 1.0;
}
.name02 span {
	font-size: 1.1rem;
}

#greetingTxt {
	width: 100%;
	padding: 0 0 300px;
	background: url(../../img/greeting/greeting_track_sp.jpg) no-repeat center top;
	background-size: cover;
}
.gr_txt {
	width: 100%;
	margin: -30px 0 0;
	padding: 140px 0 0;
	background: url(../../img/greeting/greeting_line.png) no-repeat center top;
	font-size: 1.8rem;
	color: #e99f11;
	text-align: center;
	position: relative;
}


