@charset "utf-8";
/* CSS Document */

.staff{
	padding: 150px 0;
}
.staff .webgene-blog{
	max-width: 1280px;
	margin: 0 auto;
}
.staff .webgene-blog .webgene-item{
	margin-bottom: 80px;
}
.staff .webgene-blog .webgene-item:last-of-type{
	margin-bottom: 0px;
}
.staff .webgene-blog .webgene-item .box figure{
	width: 50%;
}
.staff .webgene-blog .webgene-item .box div{
	width: fit-content;
	box-sizing: border-box;
	padding: 0 50px;
}
.staff .webgene-blog .webgene-item:nth-of-type(even) .box figure{
	order: 2;
}
.staff .webgene-blog .webgene-item:nth-of-type(even) .box div{
	order: 1;
}
.staff .webgene-blog .webgene-item .box div h3{
	font-size: 28px;
	margin-bottom: 30px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){	
}
/* ---------- 1000px ~ ---------- */
@media screen and (max-width: 1000px){
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.staff .webgene-blog .webgene-item .box figure{
	width: 45%;
}
.staff .webgene-blog .webgene-item .box div{
	width: 55%;
	padding: 0 30px;
	padding-left: 50px;
}
.staff .webgene-blog .webgene-item:nth-of-type(even) .box div{
	padding: 0 30px;
	padding-right: 50px;
}
.staff .webgene-blog .webgene-item .box div h3{
	font-size: 22px;
	margin-bottom: 20px;
}
.staff .webgene-blog .webgene-item .box div p{
	font-size: 14px;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	.staff{
		padding: 80px 20px;
	}
	.staff .webgene-blog .webgene-item{
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #F1F1E9;
	}
	.staff .webgene-blog .webgene-item:last-of-type{
		margin-bottom: 0px;
		padding-bottom: 0px;
		border-bottom: none;
	}
	.staff .webgene-blog .webgene-item:last-of-type{
		margin-bottom: 0px;
	}
	.staff .webgene-blog .webgene-item .box{
		display: block!important;
	}
	.staff .webgene-blog .webgene-item .box figure{
		width: 90%;
		margin: 0 auto 20px;
	}
	.staff .webgene-blog .webgene-item .box div{
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.staff .webgene-blog .webgene-item:nth-of-type(even) .box figure{
		order: 1;
	}
	.staff .webgene-blog .webgene-item:nth-of-type(even) .box div{
		order: 2;
	}
	.staff .webgene-blog .webgene-item .box div h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
}


