h2 {
	background: url("../../../../media/staff/h2_bg.jpg") no-repeat center top;
}
@media screen and (min-width: 1920px) {
	h2 {
		background: url("../../../../media/staff/h2_bg.jpg") no-repeat center top;
		background-size: 100% auto;
	}
}
h2 span {
	background: url("../../../../media/recruit/h2.png") no-repeat top center;
	background-size:contain;
}

main h3{
	color:#805921;
	text-align:center;
	margin-bottom:30px;
	font-size: 25px;
	background: url("../../../../media/common/h4_bg.png") no-repeat center top 15px;
	background-size: 1051px 14px;
	letter-spacing:-0.1em;
}
#koushin{
	text-align:right;
	padding:0 0 20px;
}
#section_data{
	max-width:1100px;
	margin:0 auto;
}
#section_data article{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
#section_data dl{
	width:calc((100% - 60px) / 3);
	box-sizing:border-box;
	border:3px solid #cbeef7;
	border-radius:20px;
	overflow:hidden;
}
#section_data dl dt{
	background:#cbeef7;
	color:#46b1d4;
	line-height:40px;
	text-align:center;
	font-size:20px;
}
#section_data dl dd{
	padding:15px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:20px;
	height:calc(100% - 40px);
	max-width:100%;
	box-sizing:border-box;
}
#section_data dl dd table,
#section_data dl dd thead,
#section_data dl dd tbody{
	width:100% !important;
	display:block;
	border:0;
}
#section_data dl dd tr{
	display:flex;
	width:100%;
	gap:5px;
}
#section_data dl dd th,
#section_data dl dd td{
	border:0;
	display:block;
	width:calc((100% - 5px) / 2);
}

#section_data dl dd th{
	color:#fff;
	border-radius:23px;
	background:#f39800;
}
#section_data article dl dd .icon{
	width:150px;
	flex:none;
}
#section_data article dl dd .icon img{
	max-width:100%;
	max-height:150px;
	object-fit:contain;
	display:block;
	margin:0 auto;
}
#section_data article dl dd .comment{
	flex:none;
	display:block;
	margin:0 auto;
	text-align:center;
}
#section_data article dl dd strong{
	font-size:3em;
	font-weight:bold;
	color:#fff;
	text-shadow: 
    #e87987 2px 0px,  #e87987 -2px 0px,
    #e87987 0px -2px, #e87987 0px 2px,
    #e87987 2px 2px , #e87987 -2px 2px,
    #e87987 2px -2px, #e87987 -2px -2px,
    #e87987 1px 2px,  #e87987 -1px 2px,
    #e87987 1px -2px, #e87987 -1px -2px,
    #e87987 2px 1px,  #e87987 -2px 1px,
    #e87987 2px -1px, #e87987 -2px -1px;
}
#data16,
#data17,
#data18,
#data19{
	width:100% !important;
}
#data16 dd,
#data17 dd,
#data18 dd,
#data19 dd{
	display:flex;
	flex-wrap:wrap;
	gap:40px !important;
}
.inner{
	width:calc((100% - 80px) / 3);
	text-align:center;
}
#data17 .inner{
	width:calc((100% - 120px) / 4);
}
.inner .icon{
	margin:0 auto;
}
.inner strong{
	display:block;
}
.inner .icon img{
	width:120px;
	height:120px;
	object-fit:contain;
}
#data16 strong,
#data17 strong,
#data18 strong,
#data19 strong{
	text-shadow:0 0 0 rgba(0,0,0,0) !important;
	font-size:1.2em !important;
	color:#e87987 !important;
	padding:15px 0 0;
}
#data16 .comment,
#data17 .comment,
#data18 .comment,
#data19 .comment{
}
#data20,
#data21{
	width:calc((100% - 30px) / 2) !important;
}