#page_title{
	background:#fffef1 url('../images/staff/pagetitle.webp') no-repeat top center;
	background-size: cover;
}
#section1{
	text-align:center;
}
#section2 article{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}
#section2 article dl{
	width:calc((100% - 80px) / 3);
}
#section2 article dl dt{
	text-align:right;
}
#section2 article dl dt img{
	display:block;
	border:10px solid #d4b073;
	width:340px;
	height:340px;
	box-sizing:border-box;
	margin:0 auto;
	object-fit:cover;
}
#section2 article dl dt strong{
	border-bottom:2px solid #222222;
	font-size:20px;
	display:block;
	text-align:left;
}
#section2 dd{
	padding:10px;
	background:#f1e3cb;
}