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

.staff_layout .contents{
	background-color: #212121;
	border: 1px solid #696969;
	border-radius: 2px;
	position: relative;
}
.staff_layout .contents .title{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 320px;
	padding: 6px 20px;
	border-radius: 200px;
	color: #fff;
	background-color: #FA4D00;
}

.staff_layout .contents .boxwrap .box{
	padding-bottom: 30px;
	border-bottom: 1px solid #3C3C3C;
}
.staff_layout .contents .boxwrap .box:not(:last-of-type){
	margin-bottom: 30px;
}
.staff_layout .contents .boxwrap .box .time p{
	padding: 10px;
	border-radius: 200px;
	background-color: #333333;
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 90px;
}
.staff_layout .contents .boxwrap .box .icon{
	width: 90px;
	position: relative;
}
.staff_layout .contents .boxwrap .box .icon::before{
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #FA4D00;
}
.staff_layout .contents .boxwrap .box:not(:last-of-type) .icon::after{
	content: "";
	position: absolute;
	top: 31px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: calc(100% - 24px - 7px + 60px);
	background-color: #4E4E4E;
}
.staff_layout .contents .boxwrap .box .txtbox{
	width: calc(100% - 180px);
}

.staff .link_wrap a{
	gap: 10px;
}
.staff .link_wrap a .imgbox{
	width: 140px;
}
.staff .cate .contents {
	padding: 5%;
	border: 1px solid #696969;
	border-radius: 2px;
}
.staff .cate .contents .leftbox{
	width: 30%;
	gap: 20px;
}
.staff .cate .contents .leftbox .imgbox{
	width: 70%;
	border-radius: 50%;
	overflow: hidden;
}
.staff .cate .profilebox{
	width: 70%;
	padding-left: 5%;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}
.staff .cate .profilebox .item .item_title{
	margin-bottom: 15px;
}
.staff .cate .profilebox .item .item_title .icon{
	width: 32px;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	background-color: #FA4D00;
}
.staff .cate .profilebox .item .item_title .icon p{
	color: #fff;
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	line-height: 1;
}
.staff .cate .profilebox .item .item_title h4{
	width: calc(100% - 32px);
	padding-left: 15px;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.staff .cate .contents .leftbox{
		width: 40%;
		gap: 20px;
	}
	.staff .cate .profilebox{
		width: 60%;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.staff_layout .contents .boxwrap .box .time p{
		padding: 10px 20px;
		width: 90px;
	}
	.staff_layout .contents .boxwrap .box .icon{
		width: 50px;
	}
	.staff_layout .contents .boxwrap .box .txtbox{
		width: calc(100% - 140px);
	}
	.staff .cate .contents .leftbox{
		width: 60%;
		gap: 20px;
		margin-bottom: 40px;
	}
	.staff .cate .profilebox{
		width: 90%;
		padding-left: 0;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.staff_layout .contents .boxwrap .box .time{
		width: 100%;
		margin-bottom: 15px;
		padding-left: 50px;
	}
	.staff_layout .contents .boxwrap .box .time p{
		padding: 10px 20px;
		width: 90px;
	}
	.staff_layout .contents .boxwrap .box .icon{
		width: 50px;
	}
	.staff_layout .contents .boxwrap .box .txtbox{
		width: calc(100% - 50px);
	}
	.staff_layout .contents .boxwrap .box .icon::before{
		top: 8px;
	}
	.staff_layout .contents .boxwrap .box:not(:last-of-type) .icon::after{
		height: calc(100% - 24px - 7px + 100px);
		top: 31px;
	}
	.staff_layout .contents .title{
		min-width: 240px;
	}
	.staff_layout .contents{
		padding: 50px 5% 30px;
	}
	
	.staff .cate .contents .leftbox{
		width: 100%;
		gap: 15px;
		margin-bottom: 30px;
	}
	.staff .cate .profilebox{
		width: 100%;
		padding-left: 0;
		gap: 20px;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

