@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* 代表挨拶 */
/* ----------------------------------- */
#greetingWrap {
	padding: 60px 0;
	margin-bottom: 150px;
	background: url(../../img/staff/greeting_img.jpg) center 0 no-repeat;
	background-size: cover;
}

#greeting {
	width: 50%;
	padding: 40px;
	background: #FFF;
	border-radius: 20px;
	font-size: 1.6rem;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

#greeting .bold {
	font-weight: bold;
}

#greeting p:not(:last-child) {
	padding-bottom: 1em;
}

#greetingSubTit {
	font-size: 2rem;
	padding-bottom: 20px;
	color: #000;
}

.name {
	text-align: right;
}


/* スタッフ紹介 */
/* ----------------------------------- */
#staffWrap {
	padding-bottom: 150px;
}

#member {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2%;
}

.staff {
	width: 32%;
}

.staffImg1 {
	width: 100%;
	height: 285px;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.staffImg1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.staffJob1 {
	padding-bottom: 5px;
	color: #a1a1a1;
	font-size: 1rem;
}

.stafName1 {
	font-size: 1.6rem;
}

.staffPopUpWrap {
	display: none;
}

.staffPopUpDetail {
	width: 800px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	overflow: hidden;
}

.staffImg2 {
	width: 475px;
	min-height: 400px;
}

.staffImg2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.staffDetail {
	flex: 1;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.staffJob2 {
	padding-bottom: 10px;
	color: #a1a1a1;
	font-size: 1.5rem;
}

.stafName2 {
	padding-bottom: 10px;
	font-size: 2rem;
}

.stafDate {
	padding-bottom: 40px;
}

.stafInfo {

}

.stafInfo dt {
	padding-bottom: 10px;
	font-weight: bold;
}

.stafInfo dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
}

.lity {
	font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lity-close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #FFF;
	background: #454342;
	border-radius: 100vw;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
	color: #FFF;
	background: #454342;
}

.lity-close:active {
	top: 10px;
}

/* 採用情報 */
/* ----------------------------------- */
#recruit {
	padding-bottom: 150px;
}

/*求める人物像*/

#person {
	padding-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4%;
}

#personDesc {
	width: 48%;
}

#personTit {
	padding-bottom: 30px;
	font-size: 3rem;
}

#personTxt {
	font-size: 1.6rem;
	line-height: 1.8;
}

#personImg {
	width: 48%;
}

#personImg img {
	width: 100%;
}

/* 募集要項 */

#requirements {
	padding-bottom: 80px;
}

.recruitTit {
	padding: 10px 0;
	margin-bottom: 40px;
	background: #f6f5f3;
	font-size: 3rem;
	letter-spacing: 0.5em;
	text-align: center;
}

.requirementWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 4%;
}

.requirement {
	width: 100%;
	flex: 1;
}

.requirementTit {
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	font-size: 2rem;
	border-bottom: 5px solid #f6f5f3;
}

.requirement dt {
	padding-bottom: 10px;
	font-size: 1.6rem;
}

.requirement dd {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c9c9c9;
	font-size: 1.4rem;
}

/* 会社見学 */

#visit {
	padding: 40px;
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4%;
	border: 1px solid #c9c9c9;
	border-radius: 20px;
}

#visitDesc {
	flex: 1;
}

#visitDesc p:not(:last-child)  {
	padding-bottom: 1.5em;
}

#visitTit {
	padding-bottom: 20px;
	font-size: 2.5rem;
	font-weight: bold;
}

#visitImg {
	width: 50%;
}

#visitImg img {
	width: 100%;
}

#visitImg img {
	width: 100%;
	height: auto;
}

#visitPoint {
	padding-bottom: 1.5em;
}

#visitPoint li {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

#visitPoint li::before {
	content: "";
	width: 22px;
	height: 13px;
	background: url(../../img/common/icon_check.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#flow {
}

#flow li {
	padding: 20px;
	margin-bottom: 60px;
	border: 1px solid #c9c9c9;
	position: relative;
}

#flow li::after {
	content: "";
	width: 39px;
	height: 24px;
	background: url(../../img/staff/flow_icon.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -23px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.flowTit {
	margin-bottom: 10px;
	font-size: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.flowTit::before {
	width: 30px;
	line-height: 30px;
	content: attr(data-num);
	display: inline-block;
	font-family: "Jost", sans-serif;
	background: #454342;
	color: #FFF;
	text-align: center;
	border-radius: 100vw;
}

.flowTxt {
}

#flowCtaTxt {
	padding-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
}

#flowCtaBtn {
	text-align: center;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#staffWrap {
		padding-bottom: 100px;
	}

	#recruit {
		padding-bottom: 100px;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	.staffPopUpDetail {
		width: 90%;
		background: #FFF;
		display: flex;
		flex-wrap: wrap;
		border-radius: 20px;
		overflow: hidden;
		margin: 0 auto;
	}

	.lity-close {
		position: absolute;
		right: 7%;
		top: 20px;
		color: #FFF;
		background: #454342;
		border-radius: 100vw;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#greetingWrap {
		padding: 0;
		margin-bottom: 100px;
		background: none;
	}

	#greetingWrap::before {
		content: "";
		width: 100%;
		height: 600px;
		background: url(../../img/staff/greeting_img_sp.jpg) center 0 no-repeat;
		background-size: cover;
		display: inline-block;
		vertical-align: middle;
	}

	#greeting {
		width: 100%;
		padding: 40px 0;
		background: #FFF;
		border-radius: 0;
		font-size: 1.6rem;
		box-shadow: none;
	}

	#member {
		gap: 30px 4%;
	}

	.staff {
		width: 48%;
	}

	.staffPopUpDetail {
		width: 80%;
		background: #FFF;
		display: flex;
		flex-wrap: wrap;
		border-radius: 20px;
		overflow: hidden;
		margin: 0 auto;
	}

	.staffImg1 {
		width: 100%;
		height: 30vw;
	}

	.staffJob1 {
		padding-bottom: 0px;
	}

	.staffImg2 {
		width: 100%;
		height: 50vw;
		min-height: auto;
	}

	.stafName2 {
		padding-bottom: 5px;
		font-size: 1.6rem;
	}

	.staffJob2 {
		padding-bottom: 5px;
		font-size: 1.2rem;
	}

	.stafDate {
		padding-bottom: 20px;
		font-size: 1.2rem;
	}

	.staffDetail {
		padding: 15px 4%;
	}


	.stafInfo dt {
		padding-bottom: 5px;
		font-weight: bold;
	}

	.stafInfo dd {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #c9c9c9;
		font-size: 1.3rem;
	}

	.lity-close {
		position: absolute;
		right: 13%;
		top: 10px;
		color: #FFF;
		background: #454342;
		border-radius: 100vw;
	}

	/* 求める人物像 */
	/* ----------------------------------- */
	#personDesc {
		width: 100%;
		order: 2;
	}

	#personTit {
		padding-bottom: 10px;
		font-size: 2.4rem;
	}

	#personImg {
		width: 100%;
		margin-bottom: 20px;
		order: 1;
	}

	/* 募集要項 */
	/* ----------------------------------- */
	.recruitTit {
		padding: 10px 0;
		margin-bottom: 40px;
		background: #f6f5f3;
		font-size: 2rem;
		letter-spacing: 0.5em;
		text-align: center;
	}

	.requirementTit {
		font-size: 1.8rem;
	}

	.requirement {
		width: 100%;
		flex: none;
	}

	/* 会社見学 */
	/* ----------------------------------- */
	#visit {
		padding: 30px 4%;
		margin-bottom: 80px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 4%;
		border: 1px solid #c9c9c9;
		border-radius: 20px;
	}

	#visitImg {
		width: 100%;
		padding-bottom: 10px;
		order: 1;
	}

	#visitDesc {
		flex: none;
		width: 100%;
		order: 2;
	}

	#visitTit {
		padding-bottom: 10px;
		font-size: 2.1rem;
		font-weight: bold;
	}

	/* 流れ */
	/* ----------------------------------- */
	.flowTit {
		font-size: 1.8rem;
	}
}