@charset "UTF-8";

.btn-pagetop{
	position: fixed;
	bottom: 20px;
	right: 60px;
	z-index: 4;
}
@media only screen and (min-width:1px) and (max-width:1024px){
	.btn-pagetop{
		right: 15px;
		bottom: 15px;
	}
	.btn-pagetop img{
		width: 34px;
		height: 34px;
	}

}/* endMedia */
.wrp-structure__inner{
	max-width: 1160px;
}
.section__line--top{
	background: url("/recruit/assets/images/pct-line03.png") repeat-y top center;
	bottom: -80px;
	height: 45px;
}
.section-checkbox{
	max-width: 670px;
	margin: 0 auto;
}
.section-checkbox label{
	margin-right: 20px;
	white-space: nowrap;
}
.section-checkbox input{
	margin: -3px 5px 0 0;
}
.section-checkbox .tbl-checkbox{
	width: 100%;
	margin-bottom: 5px;
}
.section-checkbox .tbl-checkbox td{
	padding: 15px 0;
}
.section-checkbox input{
	display: none;
}
.section-checkbox label{
	position: relative;
	padding-left: 22px;
	font-size: 16px;
}
.section-checkbox label:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	border-radius: 2px;
	background: #fff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
	border: 1px solid #8e8e8e;
}
.section-checkbox input:checked + label:before{
	border-color: #a4002c;
	background: #a4002c;
	box-shadow: none;
	border: 1px solid #a4002c;
}
.section-checkbox input:checked + label:after{
	content: "";
	position: absolute;
	top: 8px;
	left: 4px;
	width: 6px;
	height: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (min-width:1px) and (max-width:1024px){
	.section-checkbox .tbl-checkbox,
	.section-checkbox .tbl-checkbox tbody,
	.section-checkbox .tbl-checkbox tr,
	.section-checkbox .tbl-checkbox td{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 5px 0;
	}
	.section-checkbox .tbl-checkbox tr{
		padding: 0;
	}
	.section-checkbox .tbl-checkbox{
		border: 1px solid #818181;
		border-top: 0;
		font-size: 12px;
		display: block;
	}
	.section-checkbox .tbl-checkbox tbody{
		padding: 0 15px;
	}
	.js-toggleSP{
		position: relative;
	}
	.section-checkbox__body{
		display: none;
		padding: 0 15px;
		width: 100%;
		box-sizing: border-box;
		position: absolute;
		top: 46px;
		left: 0;
		z-index: 10;
		background-color: rgba(255,255,255,0.9);
	}
	.section-checkbox__btn{
		border: 1px solid #818181;
		padding: 11px 14px;
		width: 100%;
		color: #5c5c5c;
		font-size: 12px;
		cursor: pointer;
		box-sizing: border-box;
	}
	.section-checkbox__btn .fa{
		float: right;
	}
	.section-checkbox__btn .fa:before{
		font-size: 20px;
	}
}/* endMedia */
.section-list-thumbs{
	padding: 70px 0 50px;
	position: relative;
}
.section-list-thumbs:before{
	content: "";
	display: block;
	width: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
	background: url("/recruit/assets/images/pct-line02.png") repeat-y top center;
}
.lst-thumbs{
	margin-left: -15px;
	margin-right: -15px;
	background: #fff;
}
.lst-thumbs > li{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 40px;
	float: left;
	box-sizing: border-box;
	width: 20%;
	text-align: center;
	cursor: pointer;
}
.no-transition .lst-thumbs{
	height: auto!important;
}
.no-transition .lst-thumbs > li{
	display: none!important;
}
.no-transition .lst-thumbs > li.is-show{
	display: block!important;
}

.lst-thumbs > li > a{
	display: block;
	position: relative;
	line-height: 1;
}
.lst-thumbs .lst-thumbs__inner{
	display: inline-block;
	position: relative;
	line-height: 1;
}
.lst-thumbs .lst-thumbs__inner:after{
	content: '';
	background: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	transition: opacity 0.5s;
	opacity: 0;
}
.lst-thumbs li:hover .lst-thumbs__inner:after{
	background: rgba(84, 81, 78, 0.65);
	opacity: 1;
}
.lst-thumbs__caption{
	font-size: 19px;
	color: #fefefe;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 1;
	line-height: 1.7;
	opacity: 0;
	transition: opacity 0.5s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.lst-thumbs li:hover .lst-thumbs__caption{
	opacity: 1;
}
.modal-lst-detail{
	display: none;
}
.box-detail{
	display: table;
	width: 1024px;
	margin: 0 auto;
	line-height: 1;
}
.box-detail__pic{
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	width: 67%;
	padding-right: 10px;
}
.box-detail__text{
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	background-color: #fff;
	padding: 45px 45px 18px;
}
.box-detail__title{
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
}
.box-detail__content{
	height: 200px;
	overflow-y: scroll;
	font-size: 16px;
	margin-bottom: 35px;
}
.box-detail__button .btn{
	display: block;
	text-align: center;
}
.box-detail__button .fa:before{
	color: #fff!important;
}
.box-detail__button:hover .fa:before{
	color: #a4002c!important;
}
.modal-lst-detail .lst-detail > li{
	height: 100% !important;
}
.modal a.close-modal:before{
	font-family: 'FontAwesome';
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	content: '\f00d';
	color: #3e3e3e;
}
.modal .fa:before{
	color: #3e3e3e;
}
.modal a.close-modal:hover{
	text-decoration: none;
}
.bx-controls .bx-next,
.bx-controls .bx-prev,
.bx-controls .bx-next .fa:before,
.bx-controls .bx-prev .fa:before{
	font-size: 50px;
}
.bx-controls{
	position: absolute;
	width: 100%;
	top: 40%;
}
.bx-controls .bx-controls-direction{
	position: relative;
}
.bx-controls .bx-prev{
	position: absolute;
	left: 40px;
}
.bx-controls .bx-next{
	position: absolute;
	right: 40px;
}
@media only screen and (min-width:1px) and (max-width:1024px){
	.section__line--top,
	.section__line,
	.section-list-thumbs:before{
		display: none;
	}
	.section-list-thumbs{
		padding: 40px 0 0;
		border-bottom: 1px solid #ebebe6;
	}
	.lst-thumbs > li{
		width: 50%;
		margin-bottom: 25px;
	}
	.jquery-modal.blocker{
		padding: 55px 15px 15px;
	}
	.modal-lst-detail.modal{
		width: 100%;
		height: 100%;
	}
	.box-detail{
		display: block;
		width: 100%;
	}
	.box-detail__pic{
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		padding-right: 0;
	}
	.box-detail__text{
		display: block;
		padding: 35px 20px;
	}
	.box-detail__title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.box-detail__content{
		font-size: 12px;
		margin-bottom: 45px;
		height: auto;
		overflow-y: auto;
	}
	.box-detail__button .btn{
		max-width: 190px;
		margin: 0 auto;
	}
	.bx-wrapper{
		position: relative;
	}
	.bx-controls{
		top: auto;
		bottom: 0;
	}
	.bx-controls .bx-next{
		right: 80px;
	}
	.bx-controls .bx-prev{
		left: 80px;
	}
	.modal a.close-modal:before{
		font-size: 20px;
	}
	.bx-controls .bx-next,
	.bx-controls .bx-prev,
	.bx-controls .bx-next .fa:before,
	.bx-controls .bx-prev .fa:before{
		font-size: 30px;
	}
}/* endMedia */

