@charset "UTF-8";

/* ===========================================================

			スタッフ紹介

=========================================================== */

/*------------------------------------------------------------
	head
------------------------------------------------------------*/
.head {
	padding-top: 50px;
	padding-bottom: 50px;
}
.head__wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.head__wrap > div {
	width: 100%;
}
.head__txt {
	background: url(../images/company/staff/staff_head_02.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;

}
.head__txt_on {
	background: #4D2D13;
	width: 100%;
	height: 100%;
	padding: 20px;
}

@media screen and (min-width: 768px) {
	.head__wrap > div {
		width: 50%;
	}
	.head__txt_on {
		position: relative;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		margin: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.head__txt_on p.mb_s {
		display: inline-table;
	}
} /* ----- media END ----- */

@media screen and (min-width:768px) and (max-width: 991px) {
	.head__txt_on .mb_s {
		padding: 0 30px;
		font-size: 1.3rem;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.head__txt_on {
		position: relative;
		width: 80%;
		height: calc(100% + 40px);
		margin: 0 auto;
		padding: 40px 60px;
		margin-top: -20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.head__txt_on {
		width: 72%;
		padding: 60px 80px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1392px) {
} /* ----- media END ----- */


/* staff
---------------------------------------- */
.staff__card {
	max-width: 406px;
	margin: 30px auto;
	position: relative;
	background-color: #fff;
}
.staff__card:before {
	position: absolute;
	content: "eigyou";
	width: 94px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #4D2D13;
	text-align: center;
	top: 20px;
	left: 10px;
}
.staff__card--txt {
	padding: 15px 20px 20px;
}
.staff__card--txt h3 {
	font-size: 2.6rem;
}
.staff__card--txt p {
	font-size: 1.4rem;
}
.staff__card.eigyou_butyou:before {
	content: "営業部長";
}
.staff__card.eigyou_syunin:before {
	content: "営業主任";
}
.staff__card.eigyou:before {
	content: "営業";
}
.staff__card.seizo_katyou:before {
	content: "製造課長";
}
.staff__card.seizo_syunin:before {
	content: "製造主任";
}
.staff__card.haisou_syunin:before {
	content: "配送主任";
}
.staff__card.jimu:before {
	content: "営業事務";
}
.staff__card.outai:before {
	content: "応対事務";
}
.staff__card h3 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.staff__card h3:after {
	content: "";
	width: 25%;
	color: #4D2D13;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #4D2D13;
}

@media screen and (min-width: 768px) {
} /* ----- media END ----- */
@media screen and (min-width: 992px) {
} /* ----- media END ----- */
@media screen and (min-width: 1200px) {
} /* ----- media END ----- */
@media screen and (min-width: 1392px) {
} /* ----- media END ----- */