
.jobsearch-wrap {
	padding-bottom: 60px;
}

.jobsearch-title-outer,
.jobsearch-title-outer * {
	box-sizing: border-box;
}

.jobsearch-title-outer {
	display: flex;
	align-items: center;
	max-width: 1060px;
	margin: 20px auto 20px;
}

.jobsearch-title-outer::before,
.jobsearch-title-outer::after {
	content: '';
	display: block;
	padding-top: 5px;
	border-top: 2px solid #1CB5B6;
	border-bottom: 2px solid #1CB5B6;
	width: 100%;
}

.jobsearch__title {
	flex-shrink: 0;
	margin: 0 15px;
	font-weight: bold;
	font-size: 32px;
	color: #1CB5B6;
	max-width: 60%;
	text-align: justify;
}

.jobsearch-wrap .heading {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	padding: 1.5em;
	text-align: center;
}

.jobsearch-wrap .heading .color_text {
	color: #1CB5B6;
}

.jobsearch-wrap .middle-heading {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding: 1.5em;
	margin-top: 1em;
	text-align: center;
}

.jobsearch-wrap dl {
	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;
	border-top: 1px solid #d6d6d6;
}
.jobsearch-wrap dl dd,
.jobsearch-wrap dl dt {
	border-bottom: 1px solid #d6d6d6;
}
.jobsearch-wrap dl dt {
	border-left: 1px solid #d6d6d6;
	width: 170px;
	background-color: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
	padding: 1.2em 0 1.2em 1.2em;
	position: relative;
}
.jobsearch-wrap dt .arrow {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-100%,-50%) rotate(180deg);
	-ms-transform: translate(-100%,-50%) rotate(180deg);
	-o-transform: translate(-100%,-50%) rotate(180deg);
	transform: translate(-100%,-50%) rotate(180deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.jobsearch-wrap dt.closed .arrow {
	-webkit-transform: translate(-100%,-50%) rotate(0deg);
	-ms-transform: translate(-100%,-50%) rotate(0deg);
	-o-transform: translate(-100%,-50%) rotate(0deg);
	transform: translate(-100%,-50%) rotate(0deg);
}
.jobsearch-wrap .btn-filter {
	border-radius: 4px;
	background-color: #00B2B3;
	color: #FFF;
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
}
.jobsearch-wrap dl .icon {
	height: 23px;
	width: 23px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
.jobsearch-wrap dl .icon img {
	vertical-align: top;
	vertical-align: sub;
}
.jobsearch-wrap dl .text-multiline {
	display: inline-block;
	vertical-align: top;
}
.jobsearch-wrap dl dd {
	border-right: 1px solid #d6d6d6;
	font-size: 15px;
	line-height: 1.8;
	padding: 1.2em;
	width: calc(100% - 170px);
}
.jobsearch-wrap dl dd.narrow,
.jobsearch-wrap dl dd.narrow-pc {
	padding: .7em 1.2em;
}
.jobsearch-wrap dl dd.narrow:after {
	content: '';
	display: block;
	clear: both;
}

.jobsearch-wrap dl dd .modalToggle {
	margin-bottom: 0;
	cursor: pointer;
	font-size: 14px;
	line-height: 2.6;
	display: inline-block;
	float: left;
	vertical-align: top;
	max-width: 130px;
	text-align: center;
}
.jobsearch-wrap dl dd .choseList {
	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;
	align-items: center;
	min-height: 38px;
	margin-left: 145px;
}
.jobsearch-wrap dl dd .choseList li {
	width: 100%;
}
.jobsearch-wrap .checkbox-wrap:not(.area) > li {
	display: inline-block;
	padding-right: 20px;
}
.jobsearch-wrap .checkbox-wrap ul li {
	display: inline-block;
	min-width: 90px;
	padding: 5px;
	position: relative;
}
.jobsearch-wrap .checkbox-wrap.column-2 {
	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;
}
.jobsearch-wrap .checkbox-wrap.column-2 li {
	width: 50%;
}
.modal-sp-contents .list-group .list-group-item input,
.jobsearch-wrap dl dd .choseList input,
.jobsearch-wrap .checkbox-wrap li input,
.jobsearch-wrap .checkbox-list-wrap li input {
	display: none;
}
.modal-sp-contents .list-group .list-group-item label,
.jobsearch-wrap dl dd .choseList label,
.jobsearch-wrap .checkbox-wrap li label,
.jobsearch-wrap .checkbox-list-wrap li label {
	position: relative;
	display: block;
	padding: 0 0 0 1.75em;
	cursor: pointer;
}
.modal-sp-contents .list-group .list-group-item label,
.jobsearch-wrap dl dd .choseList label {
	padding: .4em 0 .4em 1.75em;
	line-height: 1.2;
}
.modal-sp-contents .list-group .list-group-item label:before,
.jobsearch-wrap dl dd .choseList label:before,
.jobsearch-wrap .checkbox-wrap li label:before,
.jobsearch-wrap .checkbox-list-wrap li label:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 13px;
    left: 3px;
    display: block;
    width: 4px;
    height: 7px;
    margin-top: -2px;
    border-right: 2px solid #1CB5B6;
    border-bottom: 2px solid #1CB5B6;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
}
.modal-sp-contents .list-group .list-group-item input:checked + label:before,
.jobsearch-wrap dl dd .choseList input:checked + label:before,
.jobsearch-wrap .checkbox-wrap li input:checked + label:before,
.jobsearch-wrap .checkbox-list-wrap li input:checked + label:before {
	opacity: 1;
}
.modal-sp-contents .list-group .list-group-item label:after,
.jobsearch-wrap dl dd .choseList label:after,
.jobsearch-wrap .checkbox-wrap li label:after,
.jobsearch-wrap .checkbox-list-wrap li label:after {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #e1e1e1;
    content: "";
    border-radius: 2px;
    background: #fff;
}

.jobsearch-wrap .checkbox-wrap ul {
	flex: 1 1 auto;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.jobsearch-wrap .checkbox-wrap p {
	flex: 0 0 auto;
	padding: 5px 0;
	width: 150px;
}
.jobsearch-wrap .checkbox-wrap p label {
	font-weight: 700;
}
.jobsearch-wrap .checkbox-wrap.area > li {
	display: flex;
	padding-top: 10px;
}
.jobsearch-wrap .checkbox-wrap.area > li:first-child {
	padding-top: 0;
}
.jobsearch-wrap .checkbox-wrap.kwc {
	margin-top: 10px;
}

.jobsearch-wrap dl dd select {
	border: 1px solid #d6d6d6;
	box-shadow: none;
	color: #000;
	background-color: #f5f5f5;
	width: 100%;
	-webkit-appearance: none;
	font-size: 14px;
	line-height: 2.6;
	padding: 0 1em;
	width: 100%;
	max-width: 190px;
	border-radius: 10px;
}
.jobsearch-wrap dl dd .select-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 190px;
	margin-right: .5em;
}
.jobsearch-wrap dl dd .select-wrap i {
	position: absolute;
	top: 50%;
	right: 15px;
	color: #1CB5B6;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jobsearch-wrap dd .textbox-wrap input {
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	padding: 0 1em;
	line-height: 3;
	width: 100%;
	background: #f5f5f5;
	font-size: 14px;
}
.jobsearch-wrap dd .textbox-wrap input:focus {
	outline:none;
}
.jobsearch-wrap .icon.freeword img {
	max-height: 18px;
	max-width: 18px;
}
	
.jobsearch-wrap .btn-area {
	background-color: #EDF8F9;
	padding: 20px;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
.jobsearch-wrap .btn-area .btn-search {
	display: inline-block;
	width: 380px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	padding: .4em 0;
	font-weight: bold;
	background: #3b9ad1;
	background: -moz-linear-gradient(top, #3b9ad1 0%, #0877b2 100%);
	background: -webkit-linear-gradient(top, #3b9ad1 0%,#0877b2 100%);
	background: linear-gradient(to bottom, #3b9ad1 0%,#0877b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b9ad1', endColorstr='#0877b2',GradientType=0 );
	border-radius: 5px;
	box-shadow: 0 3px 4px 0 #CCC;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.jobsearch-wrap .btn-area .btn-search span {
	font-weight: bold;
}
.jobsearch-wrap .btn-area .btn-search span:before {
	content: 'この条件で';
}
.jobsearch-wrap .btn-area .btn-search:hover {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 1px 0 0 #64890F;
}

.jobsearch-wrap .btn-area .btn-form_clear {
	display: inline-block;
	width: 130px;
	margin-left: 1em;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 2.6;
	padding: 0;
	font-weight: bold;
	background: #b9b9b9;
	border-radius: 5px;
	box-shadow: 0 3px 0 0 #909090;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.jobsearch-wrap .btn-area .btn-form_clear:hover {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 1px 0 0 #909090;
}


.jobsearch-wrap .btn-area i {
	margin-right: .5em;
}

.jobsearch-wrap .pc,
.modal-area .pc {
	display: initial;
}
.jobsearch-wrap .sp,
.modal-area .sp {
	display: none;
}

@media screen and (max-width: 640px), 
	   screen and (max-height: 450px) and (orientation: landscape) {
	.jobsearch-wrap .pc,
	.modal-area .pc {
		display: none;
	}
	.jobsearch-wrap .sp,
	.modal-area .sp {
		display: initial;
	}
}




/*searchPrivateJob*/
.wrap .searchPrivateJob {
	margin-top: 0;
	margin-bottom: 30px;
	background: #fff url(/jobsearch/img/bg_searchPrivateJob-pc.webp) 0 0/100% auto no-repeat;
	box-shadow: 0 0 0 1px #d6d6d6 inset, 0 0 0 5px #fff inset;
	padding: 5px;
	border: none;
}
.wrap .searchPrivateJob .sp {
	display: none;
}
.wrap .searchPrivateJob .privateJobTit {
	padding: 28px 0 0;
	text-align: center;
}
.wrap .searchPrivateJob .privateJobAbout {
	margin: 7px auto 0;
	padding: 10px 0;
	width: 798px;
	border-radius: 10px;
	border: 1px solid #fff;
	background: #fff;
	background: rgba(255,255,255,.6);
}
.wrap .searchPrivateJob .privateJobAbout dl{
	display: table;
	width: 100%;
}
.wrap .searchPrivateJob .privateJobAbout dt {
	display: table-cell;
	width: 109px;
	border-right: 1px solid #bea9b3;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	font-weight: bold;
	font-size: 13px;
	color: #d9217d;
}
.wrap .searchPrivateJob .privateJobAbout dd {
	padding: 2px 30px 1px 25px;
	line-height: 1.5;
	font-size: 13px;
}
.wrap .searchPrivateJob .privateJobAbout dd b{
	font-size: 14px;
	color: #1262b2;
}
.wrap .searchPrivateJob .privateJobAbout dd a{
	position: relative;
	padding-left: 8px;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #d9217d;
}
.wrap .searchPrivateJob .privateJobAbout dd a::before{
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	content: '';
	border: 3px solid transparent;
	border-left: 4px solid #d9217d;
}
.wrap .searchPrivateJob .privateJobAbout dd a:hover {
	color: #fe61b0;
}
.wrap .searchPrivateJob .privateJobAbout dd a:hover::before{
	border-left: 4px solid #fe61b0;
}

.wrap .searchPrivateJob .privateJobEx {
	margin: 15px 35px 0;
}
.wrap .searchPrivateJob .privateJobEx p {
	padding: 5px 0 4px;
	background: #00b3b3;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.wrap .searchPrivateJob .privateJobEx img {
	width: 100%;
}
.wrap .searchPrivateJob .privateJobNote {
	margin: 10px 35px 20px;
}
.wrap .searchPrivateJob .privateJobNote li {
	line-height: 1.6;
	font-size: 12px;
}
.wrap .searchPrivateJob .privateJobBtn {
	padding: 15px 25px;
	background: #e7f0f7;
	text-align: center;
}
.wrap .searchPrivateJob .privateJobBtn .btnOrange a {
	font-size: 16px;
}



@media screen and (max-width: 640px), 
	   screen and (max-height: 450px) and (orientation: landscape) {
	.jobsearch-wrap {
		padding-bottom: 25px;
	}
	.jobsearch__title {
		font-size: 22px;
	}
	.jobsearch-wrap .heading {
		font-size: 18px;
	}
	.jobsearch-wrap .middle-heading {
		font-size: 18px;
		padding: 1em;
		margin-top: 0.5em;
	}
	.jobsearch-wrap dl dt {
		font-size: 16px;
		padding: .75em 1em;
		width: 100%;
		border-right: 1px solid #ddd;
	}
	.jobsearch-wrap dl dd {
		font-size: 13px;
		width: 100%;
		border-left: 1px solid #ddd;
		padding: 0;
	}
	.jobsearch-wrap .checkbox-wrap li {
		display: block;
		width: 100%;
		padding: 1em;
		border-bottom: 1px solid #ddd;
	}
	.jobsearch-wrap .checkbox-wrap li:last-child {
		border-bottom: none;
	}
	.jobsearch-wrap dl dd.narrow {
		padding: .75em 1em 0;
	}
	.jobsearch-wrap dl dd.narrow-pc {
		padding: 0;
	}
	.jobsearch-wrap dl dd .modalToggle {
		margin-bottom: .75em;
		font-size: 13px;
		padding: .5em 0;
		float: none;
		display: block;
	}
	.jobsearch-wrap dl dd .choseList {
		padding-left: 0;
		display: block;
		min-height: 0;
		margin-left: 0;
	}
	.jobsearch-wrap dl dd .choseList li:last-child {
		margin-bottom: .75em;
	}
	.jobsearch-wrap dl dd .select-wrap {
		margin-bottom: .75em;
		width: 80%;
		max-width: 273px;
	}
	.jobsearch-wrap dl dd select {
		font-size: 13px;
		padding: .5em 1.5em;
		width: 100%;
		max-width: 100%;
	}
	.jobsearch-wrap dt .arrow {
		display: block;
	}
	.jobsearch-wrap .checkbox-wrap.area li {
		border: none;
	}
	.jobsearch-wrap .checkbox-wrap.area > li {
		padding: 0;
		border-top: 1px solid #ddd;
		margin-top: -1px;
	}
	.jobsearch-wrap .checkbox-wrap.area > li:first-child {
		border-top: none;
	}
	.jobsearch-wrap .checkbox-wrap.area > li p {
		display: block;
		padding: 1em;
		width: 100%;
	}
	.jobsearch-wrap .checkbox-wrap.area ul {
		width: 100%;
		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;
	}
	.jobsearch-wrap .checkbox-wrap.area ul li {
		width: 50%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin-top: -1px;
	}
	.jobsearch-wrap .checkbox-wrap.area ul li:nth-child(2n) {
		border-right: none;
	}
	.jobsearch-wrap .checkbox-wrap.column-2 li {
		width: 100%;
	}
	.jobsearch-wrap .checkbox-wrap.kwc {
		margin-top: -1em;
	}
	.jobsearch-wrap .btn-area {
		padding: 15px 0;
	}
	.jobsearch-wrap .btn-area .btn-search {
		font-size: 15px;
		width: 154px;
		padding: .7em 0;
	}
	.jobsearch-wrap .btn-area .btn-search span:before {
		display: none;
	}
	.jobsearch-wrap .btn-area .btn-form_clear {
		font-size: 14px;
		width: 104px;
		line-height: 2.8;
	}
	.jobsearch-wrap dt + dd {
		opacity: 1;
		visibility: visible;
		height: auto;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.jobsearch-wrap dt.closed + dd {
		opacity: 0;
		visibility: hidden;
		height: 0;
		padding: 0;
	}
	.jobsearch-wrap .textbox-wrap {
		padding: .75em 1em;
	}
	.jobsearch-wrap dl dd .choseList label:before,
	.jobsearch-wrap .checkbox-wrap li label:before,
	.jobsearch-wrap .checkbox-list-wrap li label:before {
		top: 11px;
	}
	.modal-sp-contents .list-group .list-group-item label:before {
		top: 15px;
	}
	.jobsearch-wrap dl dd .choseList label:after,
	.jobsearch-wrap .checkbox-wrap li label:after,
	.jobsearch-wrap .checkbox-list-wrap li label:after {
		top: 2.2px;
	}
	.modal-sp-contents .list-group .list-group-item label:after {
		top: 6.5px;
	}

	/*searchPrivateJob*/
	.wrap .searchPrivateJob {
		margin-top: 0;
		background: #fff url(/jobsearch/img/bg_searchPrivateJob.jpg) 0 0/100% auto no-repeat;
		box-shadow: 0 0 0 1px #d6d6d6 inset, 0 0 0 5px #fff inset;
		padding: 5px;
		border: none;
	}
	.wrap .searchPrivateJob .sp {
		display: block;
	}
	.wrap .searchPrivateJob .pc {
		display: none;
	}
	.wrap .searchPrivateJob.isUnderRule {
		margin-top: 30px;
	}
	.wrap .searchPrivateJob .privateJobTit {
		padding: 0 0 0;
		text-align: center;
	}
	.wrap .searchPrivateJob .privateJobTit img{
		width: 100%;
	}
	.wrap .searchPrivateJob .privateJobAbout {
		width: auto;
		margin: 12px 5px 0;
		padding: 8px 10px;
		border-radius: 5px;
		background: rgba(255,255,255,.6);
		border: 1px solid #fff;
	}
	.wrap .searchPrivateJob .privateJobAbout dl{
		display: block;
	}
	.wrap .searchPrivateJob .privateJobAbout dt {
		display: block;
		text-align: left;
		border: none;
		width: 109px;
		font-weight: bold;
		font-size: 12px;
		color: #d9217d;
	}
	.wrap .searchPrivateJob .privateJobAbout dd {
		padding: 4px 0 0 0;
		line-height: 1.9;
		font-size: 11px;
	}
	.wrap .searchPrivateJob .privateJobAbout dd b{
		font-size: 11px;
		font-weight: normal;
		color: #1262b2;
	}
	.wrap .searchPrivateJob .privateJobAbout dd a{
		position: relative;
		padding-left: 8px;
		display: inline-block;
		margin-top: 4px;
		text-decoration: underline;
		font-weight: bold;
		font-size: 12px;
		color: #d9217d;
	}
	.wrap .searchPrivateJob .privateJobAbout dd a::before{
		position: absolute;
		top: 7px;
		left: 0;
		display: inline-block;
		content: '';
		border: 3px solid transparent;
		border-left: 4px solid #d9217d;
	}
	.wrap .searchPrivateJob .privateJobAbout dd a:hover {
		color: #fe61b0;
	}
	.wrap .searchPrivateJob .privateJobAbout dd a:hover::before{
		border-left: 4px solid #fe61b0;
	}
	
	.wrap .searchPrivateJob .privateJobEx {
		margin: 10px 5px 0;
	}
	.wrap .searchPrivateJob .privateJobEx p {
		padding: 8px 0 6px;
		background: #00b3b3;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		color: #fff;
	}
	.wrap .searchPrivateJob .privateJobEx img {
		width: 100%;
	}
	.wrap .searchPrivateJob .privateJobNote {
		margin: 10px 15px 20px;
	}
	.wrap .searchPrivateJob .privateJobNote li {
		line-height: 1.9;
		font-size: 12px;
	}
	.wrap .searchPrivateJob .privateJobBtn {
		padding: 20px 25px;
		background: #e7f0f7;
		text-align: center;
	}
	.wrap .searchPrivateJob .privateJobBtn .btnOrange a{
		padding-right: 10px;
		font-size: 15px;
	}	
	/*btn*/
	.wrap .btnBlue{
		position: relative;
		display: block;
		width: 75vw;
		margin: 0 auto;
		vertical-align: middle;
	}
	.wrap .btnOrange{
		position: relative;
		display: block;
		width: 75vw;
		margin: 0 auto;
		vertical-align: middle;
	}
	
	
	.wrap .btnOrange.isWide{
		width: 90vw;
	}
	.wrap .btnBlue a,
	.wrap .btnOrange a,
	.wrap .btnBlue input,
	.wrap .btnOrange input{
		position: relative;
		display: block;
		width: 100%;
		height: 48px;
		line-height: 47px;
		padding: 0;
		margin: 0;
		text-align: center;
		background: none;
		border: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-weight: bold;
		font-size: 14px;
		z-index: 2;
		vertical-align: top;
		text-decoration: none;
		cursor: pointer;
		color: #fff;
	}
	.wrap .btnBlue::before,
	.wrap .btnOrange::before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		display: block;
		width: 100%;
		height: 45px;
		border-radius: 8px;
		color: #fff;
		z-index: 1;
	}
	.wrap .btnOrange::before{
		background: #f70;
		border-bottom: 3px solid #c26706;
	}
	.wrap .btnBlue::before{
		background: #238fc9;
		border-bottom: 3px solid #0e5f8b;
	}
	.wrap .btnBlue:hover::before,
	.wrap .btnOrange:hover::before{
		border-bottom: none;
	}
	.wrap .btnBlue:hover a,
	.wrap .btnOrange:hover a,
	.wrap .btnBlue:hover input,
	.wrap .btnOrange:hover input{
		padding-top: 3px;
		text-decoration: none;
		border-bottom: none;
	}
}

@media screen and (max-height: 450px) and (orientation: landscape) {
	.jobsearch-wrap dl {
		-webkit-text-size-adjust: 100%;
	}
}

.jobsearch-links {
	margin-bottom: 30px;
}
@media(min-width: 751px) {
	.jobsearch-links {
		margin-bottom: 60px;
	}
}

.jobsearch-links h2 {
	font-size: 20px;
	font-weight: bold;
	border-left: 5px solid #05B2B4;
	padding-left: 0.5em;
}

.jobsearch-links h3 {
	margin-top: 30px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #05B2B4;
	padding-bottom: 0.5em;
}
@media(min-width: 751px) {
	.jobsearch-links h3 {
		margin-top: 45px;
	}
}

@media(min-width: 751px) {
	.jobsearch-links__wrapper {
		padding: 0 20px;
	}
}

.jobsearch-links__container {
	display: grid;
	gap: 8px 20px;
	margin-top: 12px;
}

@media(min-width: 751px) {
	.jobsearch-links__container {
		gap: 8px 40px;
		margin-top: 20px;
		padding: 0 20px;
	}
}

.jobsearch-links__container li a {
	display: block;
	font-size: 15px;
	border-bottom: 1px dashed #05B2B4;
	padding-bottom: 0.5em;
}

@media(max-width: 750px) {
	.jobsearch-links__container li.-mn-border-none a {
		border-bottom: none;
	}
}
@media(min-width: 751px) {
	.jobsearch-links__container li.-lg-border-none a {
		border-bottom: none;
	}
	.jobsearch-links__container li a:hover {
		text-decoration: underline;
	}
}

@media(max-width: 750px) {
	.jobsearch-links__container.-min2 {
		grid-template-columns: repeat(2, auto);
	}
}

@media(min-width: 751px) {
	.jobsearch-links__container.-lg3 {
		grid-template-columns: repeat(3, auto);
	}
}

@media(min-width: 751px) {
	.jobsearch-links__container.-lg4 {
		grid-template-columns: repeat(4, auto);
	}
}

.corporateLogo {
	margin-top: 25px;
	padding: 0 0 18px;
	border-top: 1px solid #05B2B4;
	border-bottom: 1px solid #05B2B4;
  }
@media(min-width: 751px) {
	.corporateLogo {
		margin-top: 45px;
	}
}
  
  .corporateLogo > p {
	position: relative;
	/* top: -0.5em; */
	top: -0.75em;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #05B2B4;
  }
  
  .corporateLogo > p span {
	padding: 0 16px;
	background-color: #fff;
  }
  
  .corporateLogo__list {
	overflow: hidden;
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
  }
  
  .corporateLogo__item:first-child {
	animation: slideMain 150s -75s linear infinite;
  }
  
  .corporateLogo__item:last-child {
	animation: slideSub 150s linear infinite;
  }
  
  .corporateLogo__inList {
	display: flex;
  }
  
  .corporateLogo__inItem img {
	width: 140px;
	height: 100%;
	object-fit: cover;
	max-width: none !important;
  }
  
  @keyframes slideMain {
	0% {
	  transform: translateX(100%)
	}
  
	to {
	  transform: translateX(-100%)
	}
  }
  
  @keyframes slideSub {
	0% {
	  transform: translateX(0)
	}
  
	to {
	  transform: translateX(-200%)
	}
  }

/* 求人特集 */
.special {
	margin-bottom: 60px;
}

.special h2 {
	font-size: 20px;
	font-weight: bold;
	border-left: 5px solid #05B2B4;
	padding-left: 0.5em;
	margin-bottom: 20px;
}

.special .inner {
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
}

.special .jobSpecial__list > ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, max-content);
	gap: 16px;
}

.special .jobSpecial__list>ul .jobSpecial__item,
.special .jobSpecial__list>ul .jobSpecial__item--sub {
	background-color: #FFFFFF;
	border-radius: 6px;
	overflow: hidden;
	transition: opacity 0.3s;
	border: 1px solid #00B2B3;
}

.special .jobSpecial__list>ul .jobSpecial__item:hover,
.special .jobSpecial__list>ul .jobSpecial__item--sub:hover {
	opacity: 0.8;
}

.special .jobSpecial__list>ul .jobSpecial__item img {
	object-fit: cover;
}

.special .jobSpecial__list > ul .jobSpecial__item--sub {
	background-color: #FFFFFF;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #00B2B3;
}

.special .jobSpecial__list .jobSpecial__anchor {
	display: block;
}

.special .jobSpecial__list > ul .jobSpecial__item--sub .jobSpecial__anchor {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-template-rows: repeat(2, max-content);
	align-items: center;
	column-gap: 8px;
	padding: 12px 12px 8px;
}

.special .jobSpecial__list > ul .jobSpecial__item--sub picture {
	grid-area: 1 / 1 / 2 / 2;
	display: block;
	width: 112px;
	height: 82px;
	border-radius: 6px;
	overflow: hidden;
}

.special .jobSpecial__list > ul .jobSpecial__item--sub img {
	width: 100%;
	height: auto;
}

.special .jobSpecial__list .jobSpecial__textOuter {
	display: flex;
	align-items: center;
	min-height: 92px;
	padding: 12px 12px 8px;
}

.special .jobSpecial__list .jobSpecial__item--sub .jobSpecial__textOuter {
	display: flex;
	align-items: center;
	min-height: 84px;
	padding: 0;
}

.special .jobSpecial__list .jobSpecial__text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
}

.special .jobSpecial__list .jobSpecial__item--sub .jobSpecial__text {
	grid-area: 1 / 2 / 2 / 3;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	line-height: 21px;
}

.special .jobSpecial__list .jobSpecial__tagOuter {
	display: flex;
	align-items: center;
	column-gap: 8px;
	margin: 0 12px;
	padding: 8px 0 12px;
	border-top: 1px dashed #CCCCCC;
}

.special .jobSpecial__list .jobSpecial__item--sub .jobSpecial__tagOuter {
	grid-area: 2 / 1 / 3 / 3;
	margin: 8px 0 0;
	padding: 8px 0 0;
}

.special .jobSpecial__list .jobSpecial__tag--primary {
	padding: 4px 8px;
	background-color: #00B2B3;
	border-radius: 50px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #fff;
}
.special .jobSpecial__list .jobSpecial__tag--sub {
	padding: 4px 8px;
	border-radius: 50px;
	border: 1px solid #00B2B3;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #00B2B3;
}

.special .jobSpecial__list .jobSpecial__item--sub .jobSpecial__tag--sub,
.special .jobSpecial__list .jobSpecial__item--sub .jobSpecial__tag--primary {
	font-size: 12px;
	line-height: 12px;
}

@media screen and (max-width: 749px) {
	.special {
		margin-bottom: 30px;
	}
	.special h2 {
		margin-bottom: 14px;
	}
	.special .jobSpecial__list > ul {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	.special .jobSpecial__list .jobSpecial__anchor {
		display: grid;
		grid-template-columns: max-content 1fr;
		grid-template-rows: max-content 1fr;
	}
	.special .jobSpecial__list > ul .jobSpecial__item--sub .jobSpecial__anchor {
		column-gap: 0;
		padding: 0;
	}
	.special .jobSpecial__list > ul .jobSpecial__item picture {
		grid-area: 1 / 1 / 3 / 2;
	}
	.special .jobSpecial__list > ul .jobSpecial__item--sub picture {
		grid-area: 1 / 1 / 3 / 2;
		height: auto;
		border-radius: initial;
	}
	.special .jobSpecial__list .jobSpecial__textOuter {
		grid-area: 1 / 2 / 2 / 3;
		min-height: 79px;
		padding: 8px 11px;
	}
	.special .jobSpecial__list .jobSpecial__item--sub .jobSpecial__textOuter {
		min-height: 79px;
		padding: 8px 11px;
	}
	.special .jobSpecial__list .jobSpecial__text {
		font-size: 14px;
		line-height: 21px;
	}
	.special .jobSpecial__list .jobSpecial__item--sub .jobSpecial__text {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.special .jobSpecial__list .jobSpecial__tagOuter {
		grid-area: 2 / 2 / 3 / 3;
		margin: 0;
		padding: 0 12px 12px;
		border-top: none;
	}
	.special .jobSpecial__list .jobSpecial__item--sub .jobSpecial__tagOuter {
		grid-area: 2 / 2 / 3 / 3;
		margin: 0;
		padding: 0 12px 12px;
	}
	.special .jobSpecial__list .jobSpecial__tag--primary {
		font-size: 12px;
		line-height: 12px;
	}
	.special .jobSpecial__list .jobSpecial__tag--sub {
		padding: 3px 6px;
		font-size: 12px;
		line-height: 12px;
	}
}

/* 転職回数別・年代別サポート */
.support {
	margin-bottom: 60px;
}

.support .content_ttl {
	text-align: center;
}

.support .content_ttl .ttl_line {
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #1CB5B6;
	font-size: 24px;
}

.support .content_ttl .ttl_line .color_text {
	color: #1CB5B6;
}

.support .content_ttl .lead_text {
	font-size: 18px;
}

.support .inner {
	padding: 0;
}

.support__list {
	margin-top: 30px;
	display: flex;
	gap: 0 16px;
	justify-content: space-between;
}

.support__item {
	border-radius: 12px;
	border: 1px solid #00b2b4;
	background: #fff;
	overflow: hidden;
}

.support .support__title {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	background: #00b2b4;
}

.support__inList {
	display: flex;
	padding: 15px;
	gap: 0 15px;
}

.support__inItem {
	width: 100%;
}

.support__inItem img {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.support__inAnchor {
	transition: opacity .3s;
}

.support__inAnchor:hover {
	opacity: 0.8;
}

.p-bnr {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity .3s ease;
}
.p-bnr:not(:first-child){
	margin-top: 40px;
}
.p-bnr:not(:last-child){
	margin-bottom: 40px;
}
.p-bnr a {
	flex-basis: 60%;
}
.p-bnr a:hover {
	opacity: 0.7;
}
.p-bnr a img {
	width: 100%;
}

@media screen and (max-width: 749px) {
	.support .content_ttl .ttl_line {
		font-size: 20px;
	}
	.support .content_ttl .lead_text {
		font-size: 16px;
	}

	.support__list {
		margin-top: 20px;
		flex-direction: column;
		gap: 12px 0;
	}

	.support__title {
		font-size: 17px;
		line-height: 21px;
		height: 38px;
	}

	.support__inList {
		padding: 12px;
		gap: 0 5px;
	}

	.p-bnr a {
		flex-basis: 100%;
	}

}

/* 転職マニュアル */

.jobSearch__articleArea {
	margin-bottom: 60px;
}

.jobSearch__articleArea .content_ttl {
	text-align: center;
}

.jobSearch__articleArea .content_ttl .jobSearch__articleHeading {
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 2px solid #1CB5B6;
}

.jobSearch__articleArea .content_ttl .jobSearch__articleHeading .color_text {
	color: #1CB5B6;
}

.jobSearch__articleCnt {
	margin-top: 20px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	padding: 30px 20px;
	overflow: hidden;
}
.jobSearch__bnrAnchor {
	display: block;
	transition: opacity 0.3s;
}
.jobSearch__bnrAnchor:hover {
	opacity: 0.8;
}

.jobArticle__title,
.jobSearch__btn {
	font-size: 15px;
	font-weight: 700;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.jobSearch__btnOuter {
	margin-top: 20px;
	text-align: center;
}

.jobSearch__btn {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #00b2b4;
	border: 2px solid #00b2b4;
	border-radius: 5px;
	padding: 10px 15px;
	max-width: 400px;
	min-height: 50px;
	text-align: center;
	transition-property: color,background-color;
	transition-duration: .3s;
}

.jobSearch__btn:hover {
	color: #fff;
	background-color: #00b2b4;
}

.jobArticle__list {
	padding-bottom: 25px;
	position: relative;
}

.jobArticle__list>.slick-dots {
	bottom: 0;
}

.jobArticle__list>.slick-dots>li>button:before {
	color: #00b2b4;
}

.jobArticle__item {
	padding: 10px 20px;
}

.jobArticle__anchor {
	display: block;
	margin: 0 auto;
	border-radius: 15px;
	max-width: 800px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
	overflow: hidden;
	transition: background-color .2s;
}

.jobArticle__anchor:hover {
	background-color: #e7f0f7;
}

.jobArticle__anchor:hover .jobArticle__img {
	transform: scale(1.1);
}

.jobArticle__imgOuter {
	overflow: hidden;
}

.jobArticle__img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .2s;
	object-fit: cover;
}

.jobArticle__textOuter {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	min-height: 80px;
}

.jobArticle .slick-list {
	padding: 0;
}

.jobArticle__slickBtn,.jobArticle__slickBtn--next,.jobArticle__slickBtn--prev {
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: url(/common/images/arrow_white.svg) right 10px center/22px 22px no-repeat #00b2b4;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: box-shadow .2s;
	cursor: pointer;
}

.jobArticle__slickBtn--next:hover,.jobArticle__slickBtn--prev:hover,.jobArticle__slickBtn:hover {
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.jobArticle__slickBtn--prev {
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}

.jobArticle__slickBtn--next {
	right: 0;
}

@media screen and (max-width: 750px) {
	.jobSearch__articleArea {
		margin-bottom: 30px;
	}
	.jobSearch__articleCnt {
		padding: 20px 10px;
	}
	.jobArticle__item {
		padding-left:15px;
		padding-right: 15px;
	}
	.jobArticle__slickBtn--prev {
		left:-10px;
	}
	.jobArticle__slickBtn--next {
		right: -10px;
	}
}

/* 無料転職サポートに申し込む ボタン */
.jobSearch__foot {
	margin-bottom: 80px;
}

@media screen and (max-width: 750px) {
	.jobSearch__foot {
		margin-bottom: 35px;
	}
}

.jobSearch__footInner--green {
	padding: 20px 30px;
	background: #00b2b4;
}

.jobSearch__cvButton {
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 8px;
	padding: 15px;
	background: #f70;
	box-shadow: 0 3px 0 0 #c26706;
	color: #fff;
	text-align: center;
	font-weight: bold;
	transition-property: transform, box-shadow, opacity;
	transition-duration: 0.2s;
	margin: 0 auto;
	padding: 20px;
	max-width: 300px;
}

.jobSearch__cvButton:hover {
	transform: translateY(3px);
	box-shadow: none;
	opacity: 0.8;
}

.jobSearch__cvButton:active,
.jobSearch__cvButton:link,
.jobSearch__cvButton:visited {
	color: #ffffff;
}

.p-header_cv {
	display: none;
}

@media screen and (min-width: 1025px) {
	.p-header_cv {
		display: block;
	}
}

.floating-search-btn-area {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(147, 211, 218, 0.8);
	z-index: 100;
	width: 100%;
	padding: 16px;
	transition: all 0.3s ease 0s;
	visibility: visible;
	opacity: 1;
	text-align: center;
}

.floating-search-btn-area.is-hidden {
	visibility: hidden;
	opacity: 0;
}

.btn-search-floating {
	display: inline-block;;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 22px 180px;
	font-weight: bold;
	background: #3b9ad1;
	background: linear-gradient(to bottom, #3b9ad1 0%, #0877b2 100%);
	border-radius: 5px;
	transition: .3s;
	cursor: pointer;
	border: none;
}

.btn-search-floating:hover {
	transform: translateY(2px);
}

@media screen and (max-width: 750px) {
	.btn-search-floating {
		width: 100%;
		padding: 20px 0;
	}
}


.jobsearch-modal-overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all .4s ease;
}

.jobsearch-modal-overlay.is-shown {
	opacity: 1;
	visibility: visible;
}

.modal:not(.is-shown) {
	pointer-events: none;
}

.modal.sp {
	height: auto;
	width: calc(100% - 30px);
	top: calc(50% + 30px);
	left: 50%;
	transform: translate(-50%, -30%);
	background-color: transparent;
	pointer-events: none;
}
.modal.sp.is-shown {
	transform: translate(-50%, -50%);
}
@media screen and (max-height: 450px) and (orientation: landscape) {
	.modal.sp {
		-webkit-text-size-adjust: 100%;
	}
}

.modal-sp-main {
	box-sizing: border-box;
	padding: 0 15px 15px;
	background-color: #FFF;
	border: 2px solid #00B2B3;
	border-radius: 8px;
	pointer-events: auto;
}

.modal-sp-main * {
	box-sizing: border-box;
}

.modal-sp-title {
	text-align: center;
	font-size: 20px;
	padding: 20px 0;
	font-weight: bold;
}

.modal-sp-title::after {
	content: '絞り込む';
	color: #00B2B3;
}

.modal-sp-close {
	width: 32px;
	height: 32px;
	background-color: #00B2B3;
	position: absolute;
	right: 15px;
	top: 15px;
	border-radius: 100%;
}

.modal-sp-close::before {
	font-size: 22px;
	line-height: 1;
	content: '✕';
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-sp-contents {
	max-height: 55vh;
	overflow: scroll;
}

@media screen and (max-height: 450px) and (orientation: landscape) {
	.modal-sp-contents {
		max-height: 25vh;
	}
}

#modalJobSp .modal-sp-contents {
	height: 55vh;
}

.checkbox-list-wrap ul {
	padding: 1em;
}

.checkbox-list-wrap ul li:not(:last-child) {
	margin-bottom: 0.75em;
}

.checkbox-list-wrap.sp ul:empty::before {
	content: '選択されていません';
	display: block;
}

.list-group {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.list-group-item {
	padding: 10px 12px;
}

.list-group-item:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.list-group-item:has(input:checked) {
	background-color: #EFF8F9;
}

.list-group-item input:checked + label {
	color: #00B2B3;
	font-weight: bold;
}

.list-group-title {
	background-color: #EEE;
	border-bottom: 1px solid #ccc;
	padding: 10px 60px 10px 16px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-bottom: -1px;
}

.list-group-title:not(:first-child) {
	border-top: 1px solid #ccc;
}

.list-group-title::before {
	content: "";
	display: block;
	border-left: 2px solid #1CB5B6;
	border-bottom: 2px solid #1CB5B6;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%) rotate(-45deg);
	z-index: 1;
}

.list-group-title.is-open::before {
	transform: translateY(-50%) rotate(135deg);
	margin-top: -2px;
}

.list-miggle-group-parent {
	overflow: hidden;
	display: grid;
	grid-template-rows: minmax(0, 0fr);
	transition: grid-template-rows 0.4s cubic-bezier(.16, 1, .3, 1);
}

.list-group-title.is-open + .list-miggle-group-parent {
	grid-template-rows: minmax(0, 1fr);
}

.list-group-title:has(+.list-miggle-group-parent input:checked)::after {
	content: '設定中';
	background-color: #EE7F31;
	color: #FFF;
	padding: 6px;
	margin-left: 10px;
	display: inline-block;
	line-height: 1;
	font-weight: normal;
	font-size: 16px;
}

.list-miggle-group .level3 {
	padding-left: 24px;
}

.list-group-small {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
}

.list-group-small-item {
	width: 50%;
}

.list-group-item.list-group-small-item {
	border: none;
}
.list-group-small-item:not(:last-child, :nth-last-child(2):nth-child(odd)) {
	border-bottom: 1px solid #ccc;
}

/* .list-group-small-item:nth-last-child(2):nth-child(odd) {
	border-bottom: none;
} */

.list-group-small-item:nth-child(odd) {
	border-right: 1px solid #ccc;
}

.modal-sp-footer {
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-height: 450px) and (orientation: landscape) {
	.modal-sp-footer {
		margin-top: 10px;
	}
}

.modal-sp-btn-finish {
	padding: 20px 30px;
	font-size: 20px;
	line-height: 1;
	border: none;
	border-radius: 6px;
	background-color: #00B2B3;
	color: #FFF;
	pointer-events: auto;
}

@media screen and (max-width:749px) {
	.copyright {
		margin-bottom: 0;
	}
}
