@charset "UTF-8";

/* ------------------------------
    breadcrumb
------------------------------ */
.breadcrumb{
  margin-top: 0;
  padding-top: 12px;
}

/* ------------------------------
    mv
------------------------------ */

#mv {
	position: relative;
	background-size: cover !important;
	height: 330px;
}
#mv.search {
	background: url(../img/search/bg_mv.jpg) no-repeat center center;
}
#mv h1 {
	position: absolute;
	bottom: 78px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#mv h1 span {
	display: block;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 15px;
}

.searchHeader {
	background: url(../img/search/bg_searchheader.png) repeat;
	padding-bottom: 30px;
}
.search_filter {
	background: #fff;
	margin-top: 20px;
	display: flex;
	border-radius: 10px;
}
.search_filter h2 {
	color: #fff;
	background: #F8B616;
	border-radius: 10px 0 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 14%;
	font-weight: bold;
	font-size: 1.7rem;
}
.search_filter h2 img {
	margin-bottom: 15px;
}
.search_filter form {
	display: block;
	width: 86%;
	padding: 20px 1px 20px 20px;
	box-sizing: border-box;
}
.search_filter dl {}
.search_filter dl div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.search_filter dl dt {
	border-radius: 12px;
	background: #DDD;
	font-size: 1.3rem;
	font-weight: bold;
	width: 150px;
	text-align: center;
	padding: 5px;
	line-height: 1.3;
}
.search_filter dl dd {
	padding-left: 20px;
	width: 100%;
	box-sizing: border-box;
}
.search_filter input.searchKeyword {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #BBB;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 1.6rem;
	width: 40%;
}
.search_filter ul {}
.search_filter ul li {
	margin: 5px 30px 2px 0;
	display: inline-block;
	white-space: nowrap;
}
.search_filter ul li label {
	cursor: pointer;
}
.search_filter ul li input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	vertical-align: -0.8rem;
	transition:all .15s ease-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 .4rem .4rem .4rem;
	outline: none;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.search_filter ul li input[type=radio]:checked {
	border-color: #00ADA0;
}
.search_filter ul li input[type=radio]:checked:before {
	transform: scale(1);
	background: #00ADA0;
}
.search_filter ul li input[type=radio]:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 3px;
	transform: scale(0);
	transition: all ease-out 250ms;
}
.search_filter .searchBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	min-width: 180px;
	margin: 0 auto;
	background: #00ADA0;
	border: 0;
	color: #fff;
	border-radius: 0;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 15px 75px;
	-webkit-box-shadow: 2px 2px 0px 0px #CCC;
	-moz-box-shadow: 2px 2px 0px 0px #CCC;
	box-shadow: 2px 2px 0px 0px #CCC;
	cursor: pointer;
}

/* ------------------------------
    list
------------------------------ */
#list {
	padding-top: 50px;
}
#list .description {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-top: 15px;
}
#list .cat_list {
	font-size: 0;
	text-align: right;
	margin-top: 25px;
}
#list .cat_list li {
	min-width: 120px;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	margin-left: 13px;
}
#list .cat_list li a {
	display: block;
	width: 100%;
	border: #000 2px solid;
	border-radius: 18px;
	padding: 0 30px;
	font-weight: bold;
	text-align: center;
}
#list .cat_list li.active a,
#list .cat_list li a:hover {
	background: #00ada0;
	border: #00ada0 2px solid;
	color: #fff;
}
#list .count {
	font-size: 1.8rem;
	font-weight: bold;
}
#list .count.interview {
	margin-top: 3px;
}
#list .count span {
	color: #00ada0;
	font-size: 3rem;
	margin-right: 4px;
}
#list .list {
	font-size: 0;
	margin-top: 14px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: #aeaeae 1px solid;
	border-bottom: #aeaeae 1px solid;
}
#list .breadcrumb + .list {
	margin-top: 45px;
}
#list .list > a {
	display: inline-block;
	width: 330px;
	margin-left: 85px;
	margin-bottom: 50px;
	position: relative;
	vertical-align: top;
}
#list .list.interview > a {
	margin-top: 13px;
	vertical-align: top;
}
#list .list > a:nth-of-type(3n+1) {
	margin-left: 0;
}
#list .list a .txt {
	padding-top: 12px;
	padding-right: 50px;
	position: relative;
}
#list .list a .cat {
	position: absolute;
	border: #00a9b6 2px solid;
	color: #00ada0;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
	width: 115px;
	background: #fff;
	top: -13px;
	left: 11px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}
#list .list a .txt::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/common/arrow2.png) no-repeat center center;
	background-size: contain;
	top: 50%;
	right: 3px;
	margin-top: -10px;
}
#list .list a .txt .ttl {
	font-size: 1.8rem;
	font-weight: bold;
}
#list .list.interview a .txt .ttl {
	font-size: 1.6rem;
	line-height: 1.5;
}
#list .list a .txt .location {
	font-size: 1.2rem;
	margin-top: 10px;
}
#list .list a .txt .company {
	font-size: 1.4rem;
	margin-top: 10px;
}
#list .list a .txt .catch {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 10px;
	color: #00ada0;
	line-height: 1.6;
}
#list .list a .txt .tag {
	font-size: 0;
	margin-top: 15px;
}
#list .list a .txt .tag li {
	display: inline-block;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 10px;
	background: #d6d6d6;
	margin-right: 7px;
	margin-bottom: 8px;
}

.noMsg {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width: 768px) {

	/* ------------------------------
	    mv
	------------------------------ */
	#mv {
		position: relative;
		background: none;
		height: auto;
	}
	#mv .img {
		width: 100%;
	}
	#mv h1 {
		position: absolute;
		top: 23vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	#mv h1 img {
		width: 35%;
		max-width: 262px;
	}
	#mv h1 span {
		font-size: 2.2rem;
	}

	.searchHeader {
		padding: 15px 0;
	}
	.search_filter {
		display: block;
		margin: 0 3%;
	}
	.search_filter h2 {
		border-radius: 10px 10px 0 0;
		display: block;
		width: 100%;
		text-align: center;
		padding: 12px;
	}
	.search_filter h2 img {
		margin: 0 10px 0 0;
		height: 5vw;
		vertical-align: bottom;
	}
	.search_filter form {
		width: 100%;
		padding: 15px 3%;
	}
	.search_filter dl div {
		display: block;
		margin-bottom: 10px;
	}
	.search_filter dl dt {
		width: auto;
		display: inline-block;
		padding: 5px 15px;
		margin-bottom: 10px;
	}
	.search_filter dl dd {
		padding: 0;
	}
	.search_filter input.searchKeyword {
		width: 100%;
		padding: 8px 10px;
	}
	.search_filter ul li {
		margin: 2px 20px 2px 0;
		font-size: 1.2rem;
	}
	.search_filter .searchBtn {
		width: 100%;
	}

	/* ------------------------------
		list
	------------------------------ */

	#list .wrap {
		width: 95%;
		margin: 0 auto;
	}
	#list .description {
		font-size: 1.9rem;
		line-height: 1.3;
		margin-top: 20px;
	}
	#list .cat_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 25px;
	}
	#list .cat_list li {
		width: auto;
		min-width: 0;
		height: 33px;
		line-height: 33px;
		display: block;
		margin-left: 0;
		margin-bottom: 20px;
	}
	#list .cat_list li.all {
		width: 100%;
	}
	#list .cat_list li a {
		font-size: 1.5rem;
		display: block;
		border: #000 1px solid;
	}
	#list .count {
		font-size: 1.6rem;
	}
	#list .count.interview {
		margin-top: 10px;
	}
	#list .count span {
		font-size: 2.8rem;
	}
	#list .list {
		font-size: 0;
		margin-top: 14px;
		padding-top: 30px;
		padding-bottom: 10px;
		border-top: #aeaeae 1px solid;
		border-bottom: #aeaeae 1px solid;
	}
	#list .list.interview {
		padding-top: 15px;
	}
	#list .list > a {
		display: inline-block;
		width: 48%;
		margin-left: 0;
		margin-bottom: 5%;
	}
	#list .list.interview > a {
		margin-bottom: 7%;
	}
	#list .list > a:nth-of-type(3n+1) {
		margin-left: 0;
	}
	#list .list > a:nth-of-type(odd) {
		float: left;
	}
	#list .list > a:nth-of-type(even) {
		float: right;
	}
	#list .list a .cat {
		font-size: 1rem;
		padding: 5px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#list .list a .txt {
		padding-top: 12px;
		padding-right: 25px;
	}
	#list .list a .txt::after {
		width: 16px;
		height: 16px;
		right: 3px;
		margin-top: -8px;
	}
	#list .list a .txt .ttl {
		font-size: 1.4rem;
		line-height: 1.2;
	}
	#list .list.interview a .txt .ttl {
		font-size: 1.3rem;
		line-height: 1.3;
	}
	#list .list a .txt .location {
		font-size: 1.2rem;
		margin-top: 8px;
	}
	#list .list a .txt .company {
		font-size: 1.3rem;
		line-height: 1.3;
		margin-top: 8px;
	}
	#list .list a .txt .catch {
		font-size: 1.2rem;
		margin-top: 8px;
		line-height: 1.2;
	}
	#list .list a .txt .tag {
		font-size: 0;
		margin-top: 12px;
	}
	#list .list a .txt .tag li {
		display: inline-block;
		font-size: 1rem;
		padding: 5px 8px;
		border-radius: 10px;
		background: #d6d6d6;
		margin-right: 7px;
		margin-bottom: 8px;
	}
}

#list .list {
	letter-spacing: -0.5em;
}

#list .list > a {
	width: 29%;
 	width: calc(100% * (330 / 1160));
 	max-width: 330px;
	margin-left: 6.5%;
 	margin-left: calc(100% * (84 / 1160));
 	letter-spacing: normal;

}

@media screen and (min-width: 768px) {
	#list .list > a:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	#list .list {
	}

	#list .list > a {
		width: 48%;
		max-width: 330px;
		margin-left: 4%;
		float: none;
	}
	#list .list > a:nth-child(2n+1) {
		margin-left: 0;
	}
}