/* page_recruitment
-------------------------------------------------------------------- */
.quick-links {
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}
.quick-links li a {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
.quick-links li a span {
	display: block;
	padding-left: 25px;
	background: url(../../img/custom/ico_arrow01.png) no-repeat left center / 10px;
}
.btn-link {
	display: block;
	padding: 2px 25px 2px 5px;
	margin-top: 10px;
	width: 120px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	background: url(../../img/custom/ic-more-red.png) no-repeat right 10px center / 15px;
	background-color: #ff4778;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.page_recruitment .case .pack table th,
.page_recruitment .case .pack table td {
	font-size: 110%;
}
.page_recruitment .case .pack table.tb-style03 th {
	width: 100%;
}
.page_recruitment .case .pack table.tb-style03 th.brd-left {
	border-left: 1px solid #999;
}
.page_recruitment .case .pack table.tb-style03 tr.sp {
	display: block;
}
.page_recruitment .case .pack table.tb-style03 tr .pc {
	display: none;
}
.page_recruitment .recruitment-wrap .pack-inner {
	margin-bottom: 30px;
}
.page_recruitment .recruitment-wrap .pack-inner h2 {
	margin-bottom: 10px;
}
.page_recruitment .recruitment-wrap .pack-inner .header-recruitment {
	margin-bottom: 20px;
}
.page_recruitment .recruitment-wrap .pack-inner .header-recruitment .tit-header {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	background-color: #0099ff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.page_recruitment .recruitment-wrap .pack-inner .header-recruitment .list-recruitment {
	display: flex;
	gap: 10px;
}
.page_recruitment .recruitment-wrap .pack-inner .header-recruitment .list-recruitment li {
	padding: 7px 5px;
	max-width: 160px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ff4778;
	background-color: #ff4778;
	color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.page_recruitment .recruitment-wrap .pack-inner h2.no-bg .tit-sm {
	display: block;
	font-size: 50%;
}

.page_recruitment .recruitment-wrap .pack-inner h2.no-bg a{
	text-decoration: none;
	color: #61493e;
}

.page_recruitment .recruitment-wrap .pack-inner .btn-grp .view-more .content-button {
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	-o-border-radius: 10px !important;
}

.nuser_page_recruitment .recruitment-content {
	display: flex;
	gap: 10px;
}

.nuser_page_recruitment .recruitment-content .img-wrap { 
	margin: 0 !important;
}

.nuser_page_recruitment .recruitment-content .img-wrap img { 
	border-radius: 10px;
}

.nuser_page_recruitment .recruitment-content .table-salary {
	overflow-x: auto;
	width: 100%;
	height: 100%;
}

.nuser_page_recruitment .recruitment-content .table-salary .tb-salary {
	border: none;
	table-layout: auto;
	/* min-width: 600px; */
}

.nuser_page_recruitment .recruitment-content .table-salary .tb-salary tr th {
	background-color: #ff4778;
	border-color: white;
	color: white;
	width: auto;
}

.nuser_page_recruitment .recruitment-content .table-salary table th {
	border: none;
	border-right: 1px solid white;
	border-bottom: 1px solid white !important;
	white-space: nowrap;
}

.nuser_page_recruitment .recruitment-content .table-salary table td {
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	text-align: center;
	width: auto;
	white-space: nowrap;
	min-width: 100px;
}

.nuser_page_recruitment .recruitment-content .table-salary .tb-salary tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

.nuser_page_recruitment .recruitment-content .table-salary .tb-salary tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

/* .nuser_page_recruitment .recruitment-content .table-salary .tb-salary tr:nth-child(2) td {
	border-bottom: none !important;
} */

.nuser_page_recruitment .recruitment-content .table-salary .tb-salary tr:last-child td {
	border-left: none !important;
	border-top: none !important;	
}

.nuser_page_recruitment .recruitment-content .table-salary .tb-salary tr:last-child th {
	border-bottom-left-radius: 10px;
}

.nuser_page_recruitment .recruitment-content .table-salary .tb-salary tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.nuser_page_recruitment .more-info {
	padding-top: 80px;
}

.nuser_page_recruitment .more-info table {
	border: none;
}

.nuser_page_recruitment .more-info table td {
	border: 1px solid #ccc !important;
}

.nuser_page_recruitment .more-info table th {
	border: none !important;
	background-color: #ff4778;
	color: white;
	border-top: 1px solid #ccc !important;
}

.nuser_page_recruitment .more-info table tr:first-child td {
	border-bottom: none !important;
}

.nuser_page_recruitment .more-info table tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

.nuser_page_recruitment .more-info table tr:first-child td:last-child {
	border-top-right-radius: 10px;
}

.nuser_page_recruitment .more-info table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.page_recruitment .recruitment-wrap .pack-inner .recruitment-content .img-wrap .btn-img-zoom {
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}
.page_recruitment .recruitment-wrap .pack-inner .btn-grp {
	clear: both;
}

.page_recruitment .recruitment-wrap .pack-inner .tb-inner {
	margin-bottom: 10px;
	table-layout: auto;
	border: 1px solid #999;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.contents_m.page_recruitment.nuser_page_recruitment #recruitment_details table{
	border: 1px solid #999999;
}

.contents_m.page_recruitment.nuser_page_recruitment #facility_information table{
	border: 1px solid #999999;
}

.contents_m.page_recruitment.nuser_page_recruitment #interview_process table{
	border: 1px solid #999999;
}

.contents_m.page_recruitment.nuser_page_recruitment table.tb-style02 th{
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 0;
	border-top: 0;
}

.contents_m.page_recruitment.nuser_page_recruitment table.tb-style02 td{
	border-bottom: 1px solid #999999;
}

.contents_m.page_recruitment.nuser_page_recruitment table.tb-style02 tr:last-child th{
	border-bottom: 0;
}

.contents_m.page_recruitment.nuser_page_recruitment table.tb-style02 tr:last-child td{
	border: 0;
}

.page_recruitment .recruitment-wrap .pack-inner .tb-inner th,
.page_recruitment .recruitment-wrap .pack-inner .tb-inner td {
	display: table-cell;
	padding: 10px;
	width: auto;
}

.page_recruitment .recruitment-wrap .pack-inner .tb-inner th {
	border-right: 1px solid #999;
	background-color: #ffeedd;
}

.page_recruitment .recruitment-wrap .pack-inner .tb-inner tr:last-child th {
	border-bottom: 0;
}

.page_recruitment .recruitment-wrap .pack-inner .tb-inner td {
	text-align: right;
}

#contents .contents_inline .btn-style02 a .content-button::before {
    content: url(../../img/custom/ic-more-blue.png);
}

.header-recruitment .list-recruitment > li {
	align-content: center;
}

.btn-group {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#contents .contents_inline .btn_back .content-button{
	background-color: #999999;
}

.btn-group .btn_back button::before{
	content: '' !important;
}

.btn-group .btn_back button::after{
	position: absolute;
	content: url('../../img/custom/ic-more-gray.png');
	left: 15px;
	top: 20px;
	transform: rotate(180deg);
}

.btn-group .btn_back_swap button::after{
	position: absolute;
	content: url('../../img/custom/ic-more-gray.png');
	right: 20px;
	left: unset;
	top: 22px !important;
	transform: rotate(0);
}

.page_recruitment .contents_box_custom .recruitment-wrap .recruitment-content .listTags02 > li > a {
	border: none;
	background-color: #ff4778;
	color: white;
} 

.nuser_page_recruitment .recruitment-content .table-salary .tb-salary{
	min-width: 600px;
}

@media only screen and (min-width: 330px){
	.nuser_page_recruitment .recruitment-content{
		flex-direction: column;
	}

	.nuser_page_recruitment .recruitment-content .img-wrap .main-img img{
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.nuser_page_recruitment .recruitment-content .img-wrap .list-img {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 2px;
		justify-content: space-between;
		margin-top: 10px;
	}

	.nuser_page_recruitment .recruitment-content .img-wrap .list-img div{
		width: 30%;
	}
	
	.nuser_page_recruitment .recruitment-content .img-wrap .list-img img{
		width: 100%;
		height: 70px;
		object-fit: contain;
	}

	.nuser_page_recruitment .case .pack{
		padding: 20px 10px;
	}

	.nuser_page_recruitment .case .pack table th{
		display: table-cell;
		font-size: 10px;
		text-align: center;
		padding: 10px;
	}

	.nuser_page_recruitment .case .pack table td{
		display: table-cell;
		font-size: 10px;
		padding: 10px;
	}

	.contents_m.page_recruitment.nuser_page_recruitment table.tb-style02 th{
		width: 150px;
	}

	#contents .contents_inline .page_recruitment.contents_m .btn-group{
		margin-top: 30px;
		gap: 35px;
	}

	#contents .contents_inline .page_recruitment.contents_m .view-more.txt-center{
		margin: 0;
	}

	/* #contents .contents_inline .page_recruitment.contents_m .content-button{
		width: 240px;
	} */

	#contents .contents_inline .page_recruitment.contents_m .btn_back .content-button::after{
		top: 14px;
	}
}

@media only screen and (min-width: 768px) {
	/* page_recruitment
	-------------------------------------------------------------------- */
	.nuser_page_recruitment .striped tr:first-child th:first-child {
        width: 140px;
    }
	.quick-links {
		gap: 40px;
		margin-top: 60px;
	}
	
	.quick-links li a {
		font-size: 18px;
	}

	.quick-links li a span {
		padding-left: 35px;
		background-size: 20px;
	}

	.nuser_page_recruitment .recruitment-content{
		flex-direction: row;
	}

	.nuser_page_recruitment .case .pack{
		padding: 30px;
	}

	.page_recruitment .case .pack table th,
	.page_recruitment .case .pack table td {
		font-size: 14px;
	}

	.page_recruitment .case .pack table.tb-style03 th {
		width: 130px;
	}

	.page_recruitment .case .pack table.tb-style03 th.brd-left {
		border-left: 1px solid #999;
	}

	.page_recruitment .case .pack table.tb-style03 tr.sp {
		display: none;
	}

	.page_recruitment .case .pack table.tb-style03 tr .pc {
		display: table-cell;
	}

	.page_recruitment .recruitment-wrap .pack-inner {
		margin-bottom: 60px;
	}

	.page_recruitment .recruitment-wrap .pack-inner h2 {
		margin-bottom: 20px;
	}

	.page_recruitment .recruitment-wrap .pack-inner .header-recruitment {
		margin-bottom: 30px;
	}

	.page_recruitment .recruitment-wrap .pack-inner .header-recruitment .tit-header {
		padding: 5px 10px;
	}

	.page_recruitment .recruitment-wrap .pack-inner .header-recruitment .list-recruitment {
		display: flex;
		gap: 10px;
	}

	.page_recruitment .recruitment-wrap .pack-inner .header-recruitment .list-recruitment li {
		padding: 5px;
		max-width: 130px;
	}

	.page_recruitment .recruitment-wrap .pack-inner h2.no-bg .tit-sm {
		font-size: 20px;
	}

	.page_recruitment .recruitment-wrap .pack-inner .recruitment-content .img-wrap {
		margin: 0 30px 0 0;
		float: left;
		max-width: 480px;
		width: 44%;
	}

	.nuser_page_recruitment .case .pack table th{
		font-size: 14px;
	}

	.nuser_page_recruitment .case .pack table td{
		font-size: 14px;
	}

	.page_recruitment .recruitment-wrap .pack-inner .tb-inner {
		margin-bottom: 20px;
	}

	.page_recruitment .recruitment-wrap .pack-inner .tb-inner th,
	.page_recruitment .recruitment-wrap .pack-inner .tb-inner td {
		width: 50%;
	}

	.nuser_page_recruitment .more-info table th{
		width: 150px;
	}

	.contents_m.page_recruitment.nuser_page_recruitment table.tb-style02 th{
		width: 240px;
	}

	#contents .contents_inline .page_recruitment.contents_m .btn_back .content-button::after{
		top: 20px;
	}

	.nuser_page_recruitment .recruitment-content .img-wrap .main-img{
		min-height: 210px;
	}

	.nuser_page_recruitment .recruitment-content .img-wrap .main-img img{
		max-height: 200px;
	}
}

@media only screen and (min-width: 1024px) {
	.nuser_page_recruitment .striped tr:first-child th:first-child {
        width: 115px;
    }
	.nuser_page_recruitment .striped tr th:first-child {
		text-align: start !important;
		padding: 15px 10px !important;
    }

	.nuser_page_recruitment .recruitment-content .img-wrap {
		width: 50%;
	}
	
	/* .nuser_page_recruitment .recruitment-content .img-wrap img {
		width: 100%;
	} */

	.nuser_page_recruitment .recruitment-content .table-salary table th,
	.nuser_page_recruitment .recruitment-content .table-salary table td {
		font-size: 10px;
		padding: 5px 5px;
		text-align: center;
	}

	.nuser_page_recruitment .recruitment-content .table-salary .tb-salary tr:first-child th {
		text-align: center;
		padding: 15px 15px;
	}

	.nuser_page_recruitment .recruitment-content .table-salary .tb-salary tr:first-child th {
		text-align: center;
		padding: 8px 15px;
	}

	.nuser_page_recruitment .recruitment-content .table-salary {

	}

	.nuser_page_recruitment .recruitment-content .img-wrap .main-img img{
		/* width: 228px; */
		/* height: 180px; */
	}

	.nuser_page_recruitment .recruitment-content .img-wrap .main-img{
		min-height: 175px;
	}

	.nuser_page_recruitment .recruitment-content .img-wrap .main-img img{
		max-height: 165px;
	}
}

@media only screen and (min-width: 1400px) {
	.nuser_page_recruitment .striped tr:first-child th:first-child {
        width: 145px;
    }
	.nuser_page_recruitment .recruitment-content .table-salary table th,
	.nuser_page_recruitment .recruitment-content .table-salary table td {
		font-size: 14px;
	}

	.nuser_page_recruitment .recruitment-content .table-salary table td {
		padding: 10px 15px;
	}

	.nuser_page_recruitment .recruitment-content .table-salary table th {
		padding: 10px 15px;
	}

	.nuser_page_recruitment .recruitment-content .table-salary .tb-salary tr:first-child th {
		padding: 15px 15px;
	}

	.nuser_page_recruitment .recruitment-content .img-wrap .list-img {
		display: flex;
		flex-wrap: wrap;
		gap: 13px;
		margin-top: 5px;
	}
	
	.nuser_page_recruitment .recruitment-content .img-wrap .list-img img{
		width: 100%;
		height: 80px;
		object-fit: contain;
	}

	.nuser_page_recruitment .recruitment-content .img-wrap .main-img img{
		/* width: 326px; */
		/* height: 230px; */
	}

	.nuser_page_recruitment .recruitment-content .table-salary {
		margin-top: 0;
	}

	.nuser_page_recruitment .recruitment-content .img-wrap .main-img{
		min-height: 215px;
	}

	.nuser_page_recruitment .recruitment-content .img-wrap .main-img img{
		max-height: 200px;
	}

}

@media screen and (min-width: 330px) and (max-width:768px) {
	#contents .contents_inline .page_recruitment.contents_m .btn-group{
		flex-direction: column;
	}
}

.mt-0{
	margin-top: 0;
}

.btn-group .btn_back_swap button{
	width: 220px !important;
}