@charset "UTF-8";

.greeting {
}

.greeting_catch {
	height: 550px;
	background-image: url(../img/greeting/img-message.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.greeting_catch .inner {
	position: relative;
	height: 100%;
}

.greeting_catch_text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	font-weight: bold;
	font-size: 26px;
}

.greeting_body {
	padding: 80px 0;
}

.greeting_row {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-align: start;
	align-items: start;
}

.greeting_ttl {
	font-size: 22px;
	padding-left: 20px;
	padding-bottom: 30px;
	margin-right: 80px;
	white-space: nowrap;
	border-left: 4px solid #3574C9;
}

.greeting_cnt {
}

.greeting_spcatch {
	display: none;
	font-size: 20px;
	margin-bottom: 40px;
}

.greeting_text {
	line-height: 1.8;
}

.greeting_text strong {
	font-weight: bold;
	font-size: 120%;
}

.greeting_prof {
	margin-top: 3em;
	text-align: right;
	line-height: 1;
}

.greeting_prof_cnt {
	display: inline-block;
	text-align: left;
	font-size: 18px;
}

.greeting_prof_comp {
}

.greeting_prof_name {
	margin-top: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.greeting_prof_name dt {
	margin-right: 1em;
}

.greeting_prof_name dd {
	font-size: 30px;
	font-weight: bold;
}

@media screen and (max-width:1400px) {
}

@media screen and (max-width:640px) {
	.greeting {
	}

	.greeting_catch {
		height: auto;
		background-position: 30% 50%;
	}

	.greeting_catch:before {
		content: "";
		display: block;
		padding-top: 65%;
	}

	.greeting_catch .inner {
	}

	.greeting_catch_text {
		display: none;
	}

	.greeting_body {
		padding: 40px 0;
	}

	.greeting_row {
		display: block;
	}

	.greeting_ttl {
		padding-bottom: 0;
		font-size: 20px;
		padding-left: 15px;
		margin-right: 0;
	}

	.greeting_cnt {
		margin-top: 20px;
	}

	.greeting_spcatch {
		display: block;
	}

	.greeting_text {
	}

	.greeting_prof {
		margin-top: 30px;
	}

	.greeting_prof_cnt {
		font-size: 14px;
	}

	.greeting_prof_comp {
	}

	.greeting_prof_name {
		margin-top: 15px;
	}

	.greeting_prof_name dt {
	}

	.greeting_prof_name dd {
		font-size: 22px;
	}

}
