#page_title {
	background: #e2e2e2 url('../images/recruit/bg_pagetitle.webp') no-repeat center center;
}

#section1 {
	text-align: center;
	height:416px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:url('../images/recruit/bg_recruit.webp') repeat-x center center;
}
#section1 article{
	text-align:center;
	line-height:1.8em;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
#section1 article h4{	
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:60px;
}
#voice .comment_photo{
	border-radius:20px;
	border:4px solid #999999;
	padding:36px;
}
#voice figure strong{
	border-bottom:3px solid #91c766;
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:36px;
	display:block;
}
#voice figure{
	width:335px;
	flex:none;
}
#voice .comment{
	width:calc(100% - 375px);
	flex:none;
}
#voice .comment dl{
	margin-bottom:20px;
}
#voice .comment dt{
	color:#1f9405;
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:24px;
}