/*=======================
下層MV
=======================*/
#mv {
	background-image: url(../img/about_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#under_cont {
	padding: 1.00rem 0 0;
}

@media screen and (max-width: 499px) {
	#under_cont {
		padding: 0.80rem 0 0;
	}
}

/*=======================
経営理念
=======================*/
.lead_wrap {
	padding: 0.40rem 0 1.20rem;
}

@media screen and (max-width: 499px) {
	.lead_wrap {
		padding: 0.50rem 0;
	}
}

.lead_wrap .title {
	font-size: 0.48rem;
	letter-spacing: 0.20em;
	font-weight: 700;
	color: #f8184f;
	margin-bottom: 0.40rem;
	text-align: center;
}

@media screen and (max-width: 499px) {
	.lead_wrap .title {
		font-size: 0.30rem;
		letter-spacing: 0.05em;
		margin-bottom: 0.20rem;
	}
}

.lead_wrap .text {
	font-size: 0.22rem;
	letter-spacing: 0.15em;
	line-height: 2.27;
	text-align: center;
}

@media screen and (max-width: 499px) {
	.lead_wrap .text {
		font-size: 4.6vw;
		letter-spacing: 0.10em;
	}
}

/* 写真帯 */
.philosophy_ph_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.philosophy_ph_wrap .ph {
	width: 33.33%;
}

/*========================
代表あいさつ
=========================*/
.message {
	padding: 0.60rem 0;
	background-image: url(../img/bg_gray.jpg);
	position: relative;
}

.message::after {
	content: "";
	background-image: url(../img/logo_bg_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 3.74rem;
	height: 80%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 499px) {
	.message::after {
		height: 2.00rem;
	}
}

.message_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.message_wrap .textbox {
	width: 5.10rem;
}

@media screen and (max-width: 499px) {
	.message_wrap .textbox {
		width: 100%;
		padding-bottom: 0.30rem;
	}
}

.message_wrap .textbox .title {
	font-size: 0.22rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 499px) {
	.message_wrap .textbox .title {
		line-height: 1.65;
		padding-bottom: 0.20rem;
		text-align: center;
	}
}

.message_wrap .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.10em;
	text-align: justify;
}

@media screen and (max-width: 499px) {
	.message_wrap .textbox .text {
		font-size: 0.15rem;
		letter-spacing: 0.075em;
	}
}

.message_wrap .ph_wrap {
	width: 4.50rem;
}

@media screen and (max-width: 499px) {
	.message_wrap .ph_wrap {
		width: 100%;
	}
}

.message_wrap .ph_wrap span {
	font-size: 0.16rem;
	letter-spacing: 0.10em;
	display: block;
	text-align: center;
	padding-top: 0.08rem;
}

@media screen and (max-width: 499px) {
	.message_wrap .ph_wrap span {
		font-size: 0.13rem;
	}
}
