@charset "utf-8";
/* CSS Document */
.mainTitle {
	background-image: url(../images/recruit/ttl_bg.png);
	background-size: cover;
}
@media (max-width: 767px) {
	.mainTitle .ttl img{
		height: 27px;
	}
}
/*----------------------------------------------------
			求人一覧
----------------------------------------------------*/
.jobList .jobWrap {
	border-bottom: #e5e5e5 2px solid;
	padding: 0 0 20px;
	margin-bottom: 20px;
}
.jobList .article .hed {
	overflow: hidden;
}
.jobList .article .hed .typeWrap {
	float: left;
}
.jobList .article .hed .type {
	display: block;
	font-size: 1em;
	color: #ffffff;
	background: #ff0000;
	padding: 0.2em 0.5em;
	margin: 0 5px 5px 0;
	text-align: center;
}
.jobList .article .ttl {
	overflow: hidden;
	font-size: 1.375em;
	font-weight: 700;
}
.jobList .article .ttl a {
	color: #ff0000;
}
.jobList .article .ttl a:hover {
	color: #000000;
}
.jobList .article .btn01, .jobList .article .btn02 {
	font-size: 1.5em;
	height: 52px;
}
.jobList .article .action .btns li {
	margin-top: 25px;
}
.jobList .article .inner {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	margin-top: 20px;
}
.jobList .article .pic {
	width: 35%;
}
.jobList .article .desc {
	width: 62.55%;
	border-left: #e5e5e5 2px solid;
	padding-left: 25px;
}
.jobList .article .desc .work {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 15px;
}
.jobList .article .desc th {
	width: 21%;
	text-align: center;
	vertical-align: top;
}
.jobList .article .desc th span {
	display: block;
	color: #ff0000;
	border: #ff0000 1px solid;
	padding: 0.2em 0;
}
.jobList .article .desc td {
	padding-left: 15px;
}

@media (max-width: 767px) {
.jobList .jobWrap {
	padding: 0 0 20px;
	margin-bottom: 20px;
}
.jobList .article .hed .typeWrap {
	float: none;
}
.jobList .article .hed .type {
	display: inline-block;
	font-size: 0.8em;
	padding: 0.2em 0.5em;
	margin: 0 5px 5px 0;
}
.jobList .article .ttl {
	font-size: 1.25em;
}
.jobList .article .ttl a:hover {
	color: #ff0000;
}
.jobList .article .btn01,  .jobList .article .btn02 {
	font-size: 1.125em;
	height: 42px;
}
.jobList .article .action .btns li {
	margin-top: 15px;
}
.jobList .article .inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 10px;
}
.jobList .article .pic {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.jobList .article .desc {
	width: 100%;
	border-left: none;
	padding-left: 0;
}
.jobList .article .desc .work {
	border-spacing: 0;
}
.jobList .article .desc tr {
	display: block;
}
.jobList .article .desc th {
	display: block;
	width: 100%;
}
.jobList .article .desc td {
	padding: 10px 0;
}
}
/*----------------------------------------------------
			求人詳細
----------------------------------------------------*/
.recruitDetail .article {
	margin-bottom: 30px;
}
.recruitDetail .article .hed {
	overflow: hidden;
}
.recruitDetail .article .hed .typeWrap {
	float: left;
}
.recruitDetail .article .hed .type {
	display: block;
	font-size: 1em;
	color: #ffffff;
	background: #ff0000;
	padding: 0.2em 0.5em;
	margin: 0 5px 5px 0;
	text-align: center;
}
.recruitDetail .article .ttl {
	overflow: hidden;
	font-size: 1.375em;
	font-weight: 700;
	color: #ff0000;
}
.recruitDetail .article .inner {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	margin-top: 20px;
}
.recruitDetail .article .pic {
	width: 42%;
}
.recruitDetail .article .desc {
	width: 55%;
	border-left: #e5e5e5 2px solid;
	padding-left: 25px;
}
.jobDetail {
	margin-bottom: 50px;
}
.jobDetail .jobDetailTtl {
	font-size: 1.25em;
	font-weight: 700;
	color: #ff0000;
	text-align: center;
	border-top: #e5e5e5 2px solid;
	background-image: url(../images/pat03.png);
	background-repeat: repeat-x;
	padding-bottom: 40px;
}
.jobDetail .jobDetailTtl span {
	display: inline-block;
	margin-top: 5px;
}
.jobDetail .detail {
	width: 100%;
	border-collapse: collapse;
}
.jobDetail th {
	width: 150px;
	padding: 10px 0 10px 10px;
	vertical-align: text-top;
	text-align: center;
}
.jobDetail th span {
	display: block;
	color: #ff0000;
	border: #ff0000 1px solid;
	padding: 0.2em 0;
}
.jobDetail td {
	padding: 10px 0 10px 30px;
}

@media (max-width: 767px) {
.recruitDetail .article .hed {
	overflow: hidden;
}
.recruitDetail .article .hed .typeWrap {
	float: none;
}
.recruitDetail .article .hed .type {
	display: inline-block;
	font-size: 0.875em;
	padding: 0.2em 0.5em;
	margin: 0 5px 5px 0;
}
.recruitDetail .article .ttl {
	font-size: 1.25em;
}
.recruitDetail .article .inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 20px;
}
.recruitDetail .article .pic {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.recruitDetail .article .desc {
	width: 100%;
	border-left: none;
	padding-left: 0;
}
.jobDetail {
	margin-bottom: 30px;
}
.jobDetail .jobDetailTtl {
	padding-bottom: 20px;
}
.jobDetail .detail {
	width: 100%;
	border-collapse: collapse;
}
.jobDetail tr {
	display: block;
}
.jobDetail th {
	display: block;
	width: 100%;
	padding: 0;
}
.jobDetail td {
	display: block;
	padding: 10px 0;
}
}

/*-------------- 掲載社名追加 wada ------------*/
.name {
	color: #ff0000;
	display: inline-block;
	padding: 5px 15px;
	margin-bottom: 15px;
	border: solid 1px #ff0000;
}
/*-------------------------------------------------------

-----------------------------------------------------------*/
.mainFooter {
	padding: 20px 0;
	background: #e5e5e5;
}
.mainFooter.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.mainFooter + .clone {
	visibility: hidden;
}
.mainFooter.hide + .clone {
	visibility: visible;
}
.mainFooter .action {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	flex-pack: center;
}
.mainFooter .action >div {
	margin: 0 20px;
	width: 41%;
}
.mainFooter .action .telnum {
	font-size: 24px;
	line-height: 2.2;
	height: 54px;
	background: #ffffff;
	color: #ff0000;
	box-shadow: 0px 0px 0px 5px #ffffff;
	border: #ff0000 2px solid;
	text-align: center;
	position: relative;
}
.mainFooter .action .telnum a {
	display: block;
}
.mainFooter .action .telnum span {
	position: absolute;
	top: 0;
	left: 15px;
}
.mainFooter .action .btn01 {
	font-size: 24px;
	line-height: 2.2;
	height: 54px;
}

@media (max-width: 767px) {
.mainFooter {
	padding: 10px 0;
	background: #e5e5e5;
}
.mainFooter .action {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	flex-pack: center;
}
.mainFooter .action div {
	margin: 0 10px;
	width: 100%;
}
.mainFooter .action .telnum {
	font-size: 0.875em;
	padding: 0.5em 0;
	line-height: 1.4;
	height: auto;
	margin-bottom: 15px;
}
.mainFooter .action .telnum span {
	top: 50%;
	margin-top: -6px;
}
.mainFooter .action .telnum span img {
	height: 12px;
	top: 50%;
	margin-top: -6px;
}
.mainFooter .action .btn01 {
	font-size: 0.875em;
	line-height: 1.4;
	height: auto;
	padding: 0.5em 0;
}
}

