@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

nav {
	width: 100%;
	position: absolute;
	top: 20px;
}

nav .panel-btn {
	animation-duration: 1s;
	animation-name: fade-out;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-out;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-out;
}

.strage {
	transition: background .5s ease;
	position: fixed;
	top: 0;
	z-index:50;
	/* nav open */
	/* nav close */
	/* nav common */
}

.strage.on {
	background-color: #fff;
}

.strage.on>ul {
	border-bottom: 1px solid #eaeaea;
}

.strage.on>ul>li:not(.head_logo):not(.panel-btn):not(.sp) {
	left: 0;
}

.strage.on .panel-btn {
	margin-left: 0;
}

.strage>ul {
	padding-left: 0;
}

.strage>ul>li:not(.head_logo):not(.panel-btn) {
	position: relative;
	left: 100%;
	transition: left 1s ease;
}

.strage .head_logo {
	padding-left: 0;
	margin-top: 0;
	width: 90px;
	background-position: left 20px center;
}

.strage .head_logo a {
	width: 100%;
	padding-top: 71px;
	-webkit-background-size: 175px auto;
	background-size: 175px auto;
	background-position: left 20px center;
}

.strage .head_logo,
.strage .panel_btn {
	height: 70px;
	max-height: 100%;
	background-color: #fff;
}

.strage .panel-btn {
	display: block;
	position: relative;
	background-color: #dda12c;
	width: 71px;
	margin-left: auto;
	animation-duration: 1s;
	animation-name: fade-in;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-in;
}

.strage .panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: #fff;
	transition: .2s;
}

.strage .panel-btn-icon::before,
.strage .panel-btn-icon::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	background: #fff;
	transition: .3s;
}

.strage .panel-btn-icon::before {
	margin-top: -12px;
}

.strage .panel-btn-icon::after {
	margin-top: 8px;
}

.strage .panel-btn .close {
	background: transparent;
}

.strage .panel-btn .close::before,
.strage .panel-btn .close::after {
	margin-top: 0;
}

.strage .panel-btn .close::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.strage .panel-btn .close::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.tags {
	border: 1px solid #d2c1af;
	margin-bottom: 5px;
	min-height: 22px;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	font-size: 1.2rem;
	padding: 0 5px;
	background-color: #ffbf41;
	color: #FFF;
}



.tags:not(:last-of-type) {
	margin-right: 5px;
}

.tag_list {
	color: #613c1b;
	font-weight: bold;
}

.tag_list li {
	border: 1px solid #f1e3c6;
	background-color: #fffbf4;
	color: #613c1b;
	margin-bottom: 5px;
	padding: 1px 5px 0;
	height: 22px;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	font-size: 1.2rem;
	line-height: 185%;
}

.tag_list li:not(:last-child) {
	margin-right: 5px;
}


.job_list_body {
	margin: 5px auto 0;
}

.job_list_body figure {
	position: relative;
	max-height: 220px;
	display: block;
	overflow-x: visible;
	overflow-y: visible;
	/* overflow: hidden; */
}


/*.job_list_body img.pc {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}*/

.job_list_body figure img {
	width: 100%;
	display: block;
}

.job_list_body figure img.campaign_icon {
	width: auto;
	position: absolute;
	top: -4px;
	right: 15px;
}

.job_list_body .item_001 dl {
	border: 1px solid #d4d4d4;
}
.job_list_body .item_001 dl:not(:last-of-type) {
	border-right: none;
}

.job_list_body>dt a>span {
	color: #333
}

.job_list_body>dt a {
	font-size: 2rem;
	color: #dda12c;
	line-height: 1.4;
	margin-bottom: 15px;
}

.job_list_body>dd .item_001 {
	position: relative;
	z-index: 1;
}

.job_list_body>dd .item_001 dt,
.job_list_body>dd .item_001 dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.job_list_body>dd .item_001 dt {
	background-color: #f5f5f5;
	min-height: 39px;
	border-bottom: 1px solid #d4d4d4;
}

@media all and (-ms-high-contrast: none) {
	.job_list_body>dd .item_001 dt {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.job_list_body .item_001 dl {
		border: none;
	}
	.job_list_body > dd .item_001 dt {
		background-color: transparent;
		border-bottom: none;
		border-right: 1px solid #d4d4d4;
		border-left: 1px solid #d4d4d4;
	}
}

.job_list_body>dd .item_001 dd {
	background-color: #fff;
	padding: 20px 10px;
	height: -webkit-calc(100% - 80px);
	height: calc(100% - 80px);
	line-height: 1.6;
}
.job_list_body>dd .item_001 dd p {
	line-height: 1.6;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
}
.job_list_body > dd .item_001 .job_hours p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.job_list_body>dd .item_002 dd {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.job_list_body dt {
	font-weight: bold;
}

.job_list_body .tag_list {
	margin-bottom: 15px;
}

.job_list_body dl {
	width: 32.33333333333%;
	background-color: #fff;
}

.job_list_body div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.job_list_body .fa {
	color: #dda12c;
	margin-right: 4px;
}

.select-tab {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	height: auto;
	position: relative;
	overflow: visible;
	margin: 48px auto 10px;
}

.select-tab li {
	margin-top: 0;
	border-bottom: none;
	width: 12%;
	margin-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select-tab li:first-of-type {
	position: absolute;
	top: -37px;
	left: 0;
	z-index: 1;
	height: 32px;
}

.select-tab a {
	padding: 5px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border: solid 1px #333;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



@media screen and (min-width: 1715px) {
	.job_list_body figure img {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	nav {
		position: fixed;
		top: -150%;
		min-width: 100%;
	}
	.tag_list li {
		padding: 3px 5px;
		height: auto;
	}
	.tag_list li:not(:last-child)::after {
		display: none;
	}
	.job_list_body>dd .item_001 .employment dd span:not(:last-of-type) {
		text-align: left;
	}
	.job_list_body {
		margin: 0 auto 2%;
	}
	.job_list_body img {
		width: 100%;
	}
	.job_list_body figure img {
		width: auto;
		height: 140px;
	}
	.job_list_body figure img.campaign_icon {
		width: 80px;
		height: 75px;
	}
	.job_list_body figure {
		height: 140px;
		margin-top: 3%;
		overflow-x: hidden;
		margin-bottom:3%;
	}
	.job_list_body dl {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		margin-bottom: 2%;
	}
	.job_list_body>dt,
	.job_list_body .tag_list {
		margin: 0;
		font-size: 1.9rem;
		transition: .5s ease;
	}
	.job_list_body>dt .more {
		color: #dda12c;
		margin-bottom: 0;
	}
	.job_list_body>dt {
		line-height: 1.4;
		margin-top: 0;
		overflow: hidden;
	}
	.job_list_body>dt a {
		display: block;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom: 0;
		overflow: hidden;
	}
	.job_list_body .tag_list {
		font-size: 1.5rem;
	}
	.job_list_body .tag_list .more {
		color: #613c1b;
		margin-bottom: 15px;
	}
	.job_list_body>dd {
		margin-top: 0;
	}
	.job_list_body>dd dt {
		width: 30%;
		max-width: 75px;
	}
	.job_list_body>dd dd {
		width: calc(100% - 75px);
		justify-content: flex-start;
		padding-left: 4%;
		box-sizing: border-box;
	}
	.job_list_body>dd .item_001 {
		padding: 3% 0;
	}
	.job_list_body>dd .item_001 dt,
	.job_list_body>dd .item_001 dd {
		min-height: 25px;
		height: auto;
		box-sizing: border-box;
		padding: 1% 10px;
		font-size: 1.6rem;
	}
	.job_list_body>dd .item_001 dd {
		justify-content: flex-start;
	}
	.job_list_body .tag_list {
		/*display: none;*/
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		margin-top: 5px;
		margin-bottom: 0;
		overflow: hidden;
	}
	.job_list_body div {
		padding: 3%;
		display: block;
	}

	.select-tab {
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.select-tab li {
		width: 24%;
		margin-bottom: 5px;
	}
	.select-tab li:first-of-type {
		left: 3%;
	}
}