@charset "utf-8";

#mainContainer h3.title {
	margin-bottom: 80px;
}

.picArea {
	position: relative;
	margin: 0 -120px 80px;
}

.picArea img {
	width: 100%;
}

.picArea h4 {
    position: absolute;
    top: 50%;
		left: 80px;
		transform: translate(0,-50%);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.8;
    color: #fff;
		letter-spacing: .07em;
		text-shadow: 0 0 60px rgba(0,0,0,.1);
}

.txtArea {
	width: 700px;
	margin: 0 auto;
}
.txtArea p {
	letter-spacing: .035em;
	line-height: 2;
	margin-bottom: 1.8em;
}

.president {
	text-align: right;
	font-weight: bold;
	color: #000;
	line-height: 2.5;
	margin-top: 60px;
}
.president p {
	display: inline-block;
	vertical-align: middle;
}
.president p.sign {
	width: 200px;
	margin-left: 1.5em;
}
.president p.sign img {
	width: 100%;
	height: auto;
}
