/* 代表あいさつ */
.message-area .inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.message-area .section_box {
	margin-bottom: 90px;
	padding: 40px 30px 30px 30px;
}

.message-area .message_lead,
.message_lead span {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.message-area .message_lead {
	margin-bottom: 30px;
}

.message_lead span {
	display: block;
	margin-bottom: 16px;
}

.message-area .message_text {
	line-height: 2.5;
	margin-bottom: 20px;
}

.message-area .message_profile {
	width: 100%;
	max-width: 360px;
	margin-top: 30px;
}
.message_profile .profile_name {
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.message_profile .profile_name::after {
	content:"";
	width:100%;
	height: 1px;
	background: #CFD2FF;
	position: absolute;
	left: 0;
	bottom: 0;
}

.message_profile li {
	position: relative;
	padding-left: 1.3em;
	line-height: 2;
}

.message_profile li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 768px) {
	.message-area .message_lead .for_pc {
		display: block;
	}

	.message-area .section_box {
		margin-bottom: 130px;
		padding: 80px 100px;
	}

	.message-area .message_lead,
	.message_lead span {
		line-height: 3.2;
	}

	.message-area .message_lead {
		margin-bottom: 55px;
	}

	.message_lead span {
		display: inline;
		margin-bottom: 0;
	}

	.message-area .message_text {
		line-height: 2.8;
		margin-bottom: 40px;
	}

	.message-area .message_profile {
		margin-left: auto;
		margin-top:55px;
	}
}
