@charset "utf-8";

/* ------------------------------
 幹部メッセージ TOP
------------------------------ */
@media print, screen and (min-width: 768px) {
	.management .w1-3{
		padding-top: 55px;
	}
	.management .photo{
		width: 726px;
	}
}
@media print, screen and (max-width: 767px) {
	.management .photo{
		margin-bottom: 20px;
	}
}
/* ------------------------------
 幹部メッセージ 下層
------------------------------ */
.management-main .inBlock{
	position: relative;
	margin-bottom: 90px;
}
.management-main:after{
	content: "";
	width:100%;
	height: 338px;
	display: block;
	background: #e6faf5;
	margin-top: -325px;
	margin-bottom: 90px;
}
.management-main .txt{
	position: absolute;
	top: 80px;
	left: 0;
}
.management-main h2:after{
	content: "";
	width: 64px;
	height: 4px;
	display: block;
	background: #05a681;
	margin-top: 40px;
	margin-bottom: 50px;
}
h4{
	position: relative;
	margin-left: 34px;
}
h4 span{
	margin-left: 10px;
}
h4:before{
	content: "";
	width: 34px;
	height: 1px;
	display: block;
	background: #05a681;
	position: absolute;
	top: 0.8em;
	margin-left: -34px;
}
.bg-green{
	background: #e6faf5;
	padding: 70px 0 350px; 
}
.img-block{
	margin-top: -280px;
}
@media print, screen and (min-width: 768px) {
	.management-main .txt{
		width: 538px;
	}
	.management-main .photo{
		width: 726px;
	}
}
@media print, screen and (max-width: 767px) {
	.management-main{
		height: auto;
		margin-bottom: 50px;
	}
	.management-main:after{
		height: 380px;
		display: block;
		background: #e6faf5;
		margin-top: -482px;
		margin-bottom: 0;
	}
	.management-main .txt{
		position: static;
		margin-top :20px;
	}
	.management-main h2:after{
		background: #05a681;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.management-main h4:after{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.bg-green{
		background: #e6faf5;
		padding: 40px 0; 
	}
	.img-block{
		margin: -80px 5% 0;
	}
}