@charset "utf-8";
/* リクルートTOPページ */
h2.ttl01 {
	text-align: center;
	margin: 0px 0px 45px;
}
/* メインビジュアル */

#main_image {
	background: #eee8e4;
}
#main_image p {
	text-align: center;
	background: #fff;
}
#main_image p img {
	width: 100%;
	height: auto;
}
/* 仕事を知る */
#find {
	padding: 80px 0px;
	overflow: hidden;
}
#find .staff_list {
	overflow: hidden;
	margin: 0 0 1px;
}
#find .staff_list .staff_voice {
	border-top: 1px solid #FFF;
	padding: 60px 0 40px;
	overflow: hidden;
}
#find .staff_list h3 {
	background: #eee8e4 url(../img/job/icon_close.png) no-repeat 95% center;
	text-align: center;
	padding: 5px 0px;
	font-size: 179%;
	cursor:pointer;
}
#find .staff_list.job01 h3 {
	border-left: solid 28px #ce2532;
}
#find .staff_list.job02 h3 {
	border-left: solid 28px #e25631;
}
#find .staff_list.job03 h3 {
	border-left: solid 28px #91b916;
}
#find .staff_list.job04 h3 {
	border-left: solid 28px #ba429c;
}
#find .staff_list.job05 h3 {
	border-left: solid 28px #653b29;
}
#find .staff_list.job06 h3 {
	border-left: solid 28px #e15371;
}
#find .staff_list.job07 h3 {
	border-left: solid 28px #369cc7;
}
#find .staff_list.job08 h3 {
	border-left: solid 28px #27b290;
}
#find .staff_list.job09 h3 {
	border-left: solid 28px #3b509e;
}
#find .staff_list.job10 h3 {
	border-left: solid 28px #b67e36;
}
#find .staff_list.job11 h3 {
	border-left: solid 28px #663399;
}
#find .staff_list h3.open {
	color: #fff;
}
#find .staff_list.job01 h3.open {
	background: #ce2532 url(../img/job/icon_open.png) no-repeat 95% center;
}
#find .staff_list.job02 h3.open {
	background: #e25631 url(../img/job/icon_open.png) no-repeat 95% center;
}
#find .staff_list.job03 h3.open {
	background: #91b916 url(../img/job/icon_open.png) no-repeat 95% center;
}
#find .staff_list.job04 h3.open {
	background: #ba429c url(../img/job/icon_open.png) no-repeat 95% center;
}
#find .staff_list.job05 h3.open {
	background: #653b29 url(../img/job/icon_open.png) no-repeat 95% center;
}
#find .staff_list.job06 h3.open {
	background: #e15371 url(../img/job/icon_open.png) no-repeat 95% center;
}
#find .staff_list.job07 h3.open {
	background: #369cc7 url(../img/job/icon_open.png) no-repeat 95% center;
}
#find .staff_list.job08 h3.open {
	background: #27b290 url(../img/job/icon_open.png) no-repeat 95% center;
}
#find .staff_list.job09 h3.open {
	background: #3b509e url(../img/job/icon_open.png) no-repeat 95% center;
}
#find .staff_list.job10 h3.open {
	background: #b67e36 url(../img/job/icon_open.png) no-repeat 95% center;
}
#find .staff_list.job11 h3.open {
	background: #663399 url(../img/job/icon_open.png) no-repeat 95% center;
}
#find .staff_list.job01 {
	background: url(../img/job/bg_job01.jpg) no-repeat center center;
	background-size: cover;
}
#find .staff_list.job02 {
	background: url(../img/job/bg_job02.jpg) no-repeat center center;
	background-size: cover;
}
#find .staff_list.job03 {
	background: url(../img/job/bg_job03.jpg) no-repeat center center;
	background-size: cover;
}
#find .staff_list.job04 {
	background: url(../img/job/bg_job04.jpg) no-repeat center center;
	background-size: cover;
}
#find .staff_list.job05 {
	background: url(../img/job/bg_job05.jpg) no-repeat center center;
	background-size: cover;
}
#find .staff_list.job06 {
	background: url(../img/job/bg_job06.jpg) no-repeat center center;
	background-size: cover;
}
#find .staff_list.job07 {
	background: url(../img/job/bg_job07.jpg) no-repeat center center;
	background-size: cover;
}
#find .staff_list.job08 {
	background: url(../img/job/bg_job08.jpg) no-repeat center center;
	background-size: cover;
}
#find .staff_list.job09 {
	background: url(../img/job/bg_job09.jpg) no-repeat center center;
	background-size: cover;
}
#find .staff_list.job10 {
	background: url(../img/job/bg_job10.jpg) no-repeat center center;
	background-size: cover;
}
#find .staff_list.job11 {
	background: url(../img/job/bg_job11.jpg) no-repeat center center;
	background-size: cover;
}
#find .staff_list .staff_voice .staff_photo {
	float: left;
	width: 34.91%;
	margin-left: -4%;
}
#find .staff_list .staff_voice .staff_comment {
	float: right;
	width: 64.55%;
	padding: 50px 7.6% 20px;
	box-sizing: border-box;
	background: rgba(255,255,255,.8);
}
#find .staff_list .staff_voice dl dt {
	position: relative;
	padding: 10px 0 10px 60px;
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #000;
    text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,
    -2px -2px 1px #FFF;

}
.staff_voice dl dt:before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
}
#find .staff_list.job01 .staff_voice dl dt:before {
	background: #ce2532 url(../img/job/icon_q.png) no-repeat center center;
}
#find .staff_list.job02 .staff_voice dl dt:before {
	background: #e25631 url(../img/job/icon_q.png) no-repeat center center;
}
#find .staff_list.job03 .staff_voice dl dt:before {
	background: #91b916 url(../img/job/icon_q.png) no-repeat center center;
}
#find .staff_list.job04 .staff_voice dl dt:before {
	background: #ba429c url(../img/job/icon_q.png) no-repeat center center;
}
#find .staff_list.job05 .staff_voice dl dt:before {
	background: #653b29 url(../img/job/icon_q.png) no-repeat center center;
}
#find .staff_list.job06 .staff_voice dl dt:before {
	background: #e15371 url(../img/job/icon_q.png) no-repeat center center;
}
#find .staff_list.job07 .staff_voice dl dt:before {
	background: #369cc7 url(../img/job/icon_q.png) no-repeat center center;
}
#find .staff_list.job08 .staff_voice dl dt:before {
	background: #27b290 url(../img/job/icon_q.png) no-repeat center center;
}
#find .staff_list.job09 .staff_voice dl dt:before {
	background: #3b509e url(../img/job/icon_q.png) no-repeat center center;
}
#find .staff_list.job10 .staff_voice dl dt:before {
	background: #b67e36 url(../img/job/icon_q.png) no-repeat center center;
}
#find .staff_list.job11 .staff_voice dl dt:before {
	background: #663399 url(../img/job/icon_q.png) no-repeat center center;
}
#find .staff_list .staff_voice dl dd {
	font-size: 121%;
	line-height: 2;
	margin: 0 0 40px 0;
}

#find .staff_list .staff_voice dl dd {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #FFF,
    -1px 1px 1px #FFF,
    1px -1px 1px #FFF,
    -1px -1px 1px #FFF;
}

/* 求める人材 */
#want {
	background: #fff url(../img/job/bg_want.jpg) no-repeat left bottom;
	background-size: contain;
	padding: 84px 0;
	overflow: hidden;
}
#want .message {
	padding: 80px 0;
}
#want .message .catch {
	text-align: center;
}
/* 制度を知る */

#system {
	padding: 76px 0;
	background: #f9f7f3;
}
#system .system_detail {
	background: #fff;
}
#system .system_detail h3 {
	font-size: 229%;
	color: #fff;
	background: #ce2532;
	text-align: center;
	line-height: 2;
}
#system .system_detail .system_contents {
	margin: 0px auto;
	padding: 60px 0px;
	width: 81.8%;
}
#system .system_detail .system_contents p {
	margin: 0 0 40px;
	line-height: 2;
}
#system .system_detail .system_contents p.btn {
	text-align: center;
}
#system .system_detail .system_contents.club {
	text-align: center;
}
#system .system_detail .system_contents.club .catch {
	font-size: 164%;
	font-weight: bold;
	margin: 0px 0px 20px;
}
#system .system_detail .system_contents.club p {
	font-size: 114%;
}
#system .system_detail .system_contents2 {
	margin: 0px auto;
	padding: 30px 0px;
}
#system .system_detail .system_contents2.welfare {
	max-width: 920px;
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 10px;
	flex-wrap: wrap;
}
#system .system_detail .system_contents2.welfare .box{
	text-align: center;
	display: inline-block;
	/*padding: 0 10px*/
	width: 32%;
	background-color: #F1EDE9;
	border-radius: 10px;
	margin-bottom: 20px;
}
#system .system_detail .system_contents2.welfare .box img{
	width: 100%;
}
@media (max-width: 767px) {
#system .system_detail .system_contents2.welfare {
	display: block;
}
#system .system_detail .system_contents2.welfare .box{
	margin: 10px auto;
	width: 100%;
}
}
 @media (max-width: 1100px) {
/* 仕事を知る */
#find .staff_list .staff_voice .cont_wrap {
	width: 96%;
	margin: 0 auto;
}
#find .staff_list .staff_voice .staff_photo {
	margin-left: 0;
}
#find .staff_list {
	background-size: auto !important;
}
/* 求める人材 */
#want {
	padding: 0;
	overflow: hidden;
}
#want .message {
	width: 70%;
	margin: 0 0 0 auto;
}
/* 制度を知る */

#system {
	padding: 46px 0;
}
#system .system_detail {
	width: 96%;
	margin: 0 auto;
}
}
 @media (max-width: 767px) {
h2.ttl01 {
	text-align: center;
	margin: 0px 0px 25px;
}
/* 仕事を知る */
#find {
	padding: 40px 0px 10px;
	overflow: hidden;
}
#find h2 img {
	width: 64%;
}
#find .staff_list .staff_voice {
	padding: 20px 0;
}
#find .staff_list h3 {
	background-size: 24px 24px !important;
	padding: 5px 0px;
	font-size: 128%;
	border-width: 10px !important;
}
#find .staff_list h3.open {
	background-size: 24px 24px !important;
}
#find .staff_list {
	background-size: cover !important;
}
#find .staff_list .staff_voice .staff_photo {
	float: none;
	width: 90%;
	margin: 0 auto 20px;
}
#find .staff_list .staff_voice .staff_comment {
	float: none;
	width: 96%;
	margin: 0 auto;
	padding: 20px 7.6%;
}
#find .staff_list .staff_voice dl dt {
	position: relative;
	padding: 5px 0 5px 30px;
	font-size: 108%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.staff_voice dl dt:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 24px 24px;
}
#find .staff_list .staff_voice dl dd {
	font-size: 100%;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
/* 求める人材 */
#want {
	background: #fff url(../img/job/bg_want.jpg) no-repeat left bottom;
	background-size: 260%;
	padding: 24px 0 280px;
	overflow: hidden;
}
#want h2.ttl01 {
	width: 50%;
	margin: 0 auto;
}
#want .message {
	margin: 0 auto 20px;
	padding: 20px 0;
	width: 90%;
}
#want .message .catch {
	margin: 0;
}
/* 制度を知る */

#system {
	padding: 26px 0;
}
#system h2.ttl01 {
	width: 50%;
	margin: 0 auto 20px;
}
#system .system_detail {
	width: 96%;
	margin: 0 auto;
}
#system .system_detail h3 {
	font-size: 128%;
}
#system .system_detail .system_contents {
	padding: 20px 0 40px;
	width: 90%;
}
#system .system_detail .system_contents p {
	margin: 0 0 20px;
}
#system .system_detail .system_contents p.btn {
	margin: 0 auto 20px;
	width: 86%;
}
#system .system_detail .system_contents.club .catch {
	font-size: 108%;
}
#system .system_detail .system_contents.club p {
	font-size: 100%;
}
}
