@charset "utf-8";

/* ------------------------------
    staff
------------------------------ */

/* sec_staff */

/* 2026.01 追加 */
#sec_staff .wrap {
	margin-bottom: 26rem;
}

#sec_staff .box + .box {
	margin-top: 10rem;
}
#sec_staff .box .ttl_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	cursor: pointer;
}
#sec_staff .box .ttl_wrap .date {
	flex: 0 0 auto;
	font-size: 1.8rem;
	line-height: 2.4;
	letter-spacing: .16em;
	font-weight: bold;
	width: 12em;
}
#sec_staff .box .ttl_wrap .ttl {
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: .2em;
	font-weight: bold;
	padding-right: 8rem;
}
#sec_staff .box .ttl_wrap .ico {
	position: absolute;
	right: 0;
	top: 1.8rem;
	width: 2rem;
	height: 2rem;
}
#sec_staff .box .ttl_wrap .ico::before,
#sec_staff .box .ttl_wrap .ico::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 4px;
	height: 100%;
	background: #000;
}
#sec_staff .box .ttl_wrap .ico::after {
	width: 100%;
	height: 4px;
}
#sec_staff .box .ttl_wrap.acd-open .ico::before {
	opacity: 0;
}
#sec_staff .box .post_wrap {
	padding: 6rem 0;
	max-width: 76rem;
	margin: 0 auto;
}
#sec_staff .pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 15rem 0 20rem;
}
#sec_staff .pager li {
	margin: .5rem;
}
#sec_staff .pager a,
#sec_staff .pager span {
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec_staff .pager span {
	background: #302D2C;
	color: #fff;
}
#sec_staff .pager .next a,
#sec_staff .pager .prev a {
	font-size: 2.8rem;
	width: 1.4em;
	height: 1.4em;
	padding-bottom: .1em;
}

/* 2026.01 追加 */
.page_ttl .staff {
	font-size: 6.0rem;
	line-height: 1.4;
	letter-spacing: .12em;
	font-weight: bold;
}
@media screen and (max-width : 768px) {

	.page_ttl .staff {
		font-size: 4.0rem;
	}

}


@media screen and (max-width: 768px) {
/* 2026.01 追加 */
	#sec_staff .wrap {
	margin-bottom: 0rem;
	}
	
	#sec_staff .box + .box {
		margin-top: 4rem;
	}
	#sec_staff .box .ttl_wrap {
		display: block;
	}
	#sec_staff .box .ttl_wrap .date {
		font-size: 1.6rem;
	}
	#sec_staff .box .ttl_wrap .ttl {
		font-size: 1.8rem;
		padding-right: 4rem;
	}
	#sec_staff .box .ttl_wrap .ico {
		width: 1.5rem;
		height: 1.5rem;
		top: 5rem;
	}
	#sec_staff .box .ttl_wrap .ico::before,
	#sec_staff .box .ttl_wrap .ico::after {
		width: 2px;
	}
	#sec_staff .box .ttl_wrap .ico::after {
		width: 100%;
		height: 2px;
	}
	#sec_staff .box .post_wrap {
		padding-top: 4rem;
	}
	#sec_staff .pager {
		margin: 8rem 0 10rem;
	}
	#sec_staff .pager a,
	#sec_staff .pager span {
		font-size: 2.0rem;
	}
	#sec_staff .pager .next a,
	#sec_staff .pager .prev a {
		font-size: 2.4rem;
	}

}