@charset "utf-8";

#pgTitle {
  position: relative;
	width:100%;
	height: 383px;
	background-color: #ffffff;
	margin-top: 90px;
  overflow: hidden;
  z-index: 0;
}
#pgTitle:before{
  content: '';
  background: url(../images/recruit_pgtitle_bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
	opacity: .4;
}

#pgTitle .pgTitleInr {
	height: 383px;
	padding: 0 12%;
  background: url(../images/recruit_pgtitle_bg.jpg) no-repeat center;
}

#pgTitle .pgTitleTxt {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
	max-width: 900px;
	height: 383px;
	margin: 0 auto;
	padding: 0;
	font-family:"秀英明朝 L", "Shuei Mincho L";
	font-size: 5.0rem;
	color: #ffffff;
}

/* 募集要項 */
section#reclist {
	overflow: hidden;
	width:100%;
	margin: 0;
	padding: 0;
	background: url(../images/sec03_bg_img.jpg) 50% 0 repeat;
}

section#reclist .bgControl {
	padding: 0 20px 200px;
	background: url(../images/recruit_bg_town.png) 50% 100% repeat-x;
}

section#reclist .sectionInr {
	width: 900px;
	margin: 0 auto;
	padding: 140px 0 132px;
}

section#reclist h2::before {
	content: '';
	display: block;
	width: 64px;
	height: 80px;
	margin: 0 auto 24px;
	background: url(../images/st_icon_recruit.svg) 50% 50% no-repeat;
	background-size: contain;
}

section#reclist h2 {
	margin-bottom: 30px;
	font-size: 3.6rem;
}

section#reclist h2 + p {
	margin-bottom: 220px;
	text-align: center;
	font-family:"秀英明朝 L", "Shuei Mincho L";
	font-size: 2.4rem;
}

section#reclist h3 {
	margin-bottom: 48px;
	font-weight: normal;
	font-family:"秀英明朝 L", "Shuei Mincho L";
	font-size: 4.0rem;
}

section#reclist table {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	line-height: 1.5;
}

section#reclist table th {
	width: 120px;
	padding: 10px 32px 10px 0;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000000;
	font-weight: normal;
}

section#reclist table td {
	width: auto;
	padding: 10px 0 10px 32px;
	text-align: left;
	vertical-align: top;
}

section#reclist .justify {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

section#reclist .recBnr::before {
	content: '▼　▼　▼';
	display: block;
	margin: 0 0 15px;
	font-size: 2.6rem;
	color: #005726;
}

section#reclist .recBnr p {
	width: 100%;
	max-width: 464px;
	margin: 20px auto 0;
	text-align: center;
}

section#reclist .recBnr p + p {
	text-align: left;
}

@media only screen and (max-width: 768px) {
#pgTitle .pgTitleInr {
	background: url(../images/recruit_pgtitle_bg_sp.jpg) no-repeat center;
}

section#reclist h2 + p {
	margin-bottom: 140px;
}
}

@media only screen and (max-width: 767px) {
#pgTitle {
	margin-top: 47px;
}

}

@media only screen and (max-width: 480px) {
section#reclist .bgControl {
	padding: 0 20px 120px;
}

section#reclist .sectionInr {
	padding: 94px 0 80px;
}

section#reclist h2 + p {
	margin-bottom: 80px;
}

section#reclist h3 {
	margin-bottom: 30px;
}

section#reclist table th {
	width: 100px;
	padding: 10px 18px 10px 0;
}

section#reclist table td {
	padding: 10px 0 10px 18px;
}
}
