body{
    color: #121212;
}

.recruit_info_pageTitle{
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding: 10px 35px 5px 45px !important;
    border-bottom: none !important;
    border-radius: 8px;
    width: 100%;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff;
    background-color: #3DD9F5;
    box-sizing: border-box;
}
.recruit_info_pageTitle::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
.recruit_info_wrap{
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.recruit_selectTab_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recruit_selectTab{
    border: 2px solid #2466B7;
    border-radius: 0;
    padding: 11px 0;
    width: calc((100% - 11px) / 4);
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    color: #2466B7;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    transition: .3s all;
    box-sizing: border-box;
}
.select_icon{
    margin: 0 auto 6.5px;
    width: fit-content;
    height: 35px;
    fill: #2466B7;
}
.select_icon svg{
    height: 100%;
}
.recruit_selectTab:hover{
    color: #fff;
    background-color: #2466B7;
}
.recruit_selectTab:hover .select_icon{
    fill: #fff;
}
.recruit_selectTab_active{
    color: #fff;
    background-color: #2466B7;
}
.recruit_selectTab_active .select_icon{
    fill: #fff;
}
.recruit_info{
    margin: 50px auto 0;
    display: none;
}
.recruit_info.show{
    display: block;
}
.recruit_dl{
    display: flex;
    flex-wrap: wrap;
}
.recruit_dt,
.recruit_dd{
    border-top: 1px solid #D4D4D4;
    padding: 14px 10px 10px 20px;
    font-size: 16px;
    box-sizing: border-box;
}
.recruit_dt:last-of-type,
.recruit_dd:last-of-type{
    border-bottom: 1px solid #D4D4D4;
}
.recruit_dt{
    width: 140px;
    background-color: #F4F4F4;
}
.recruit_dd{
    width: calc(100% - 140px);
}
.notRecruiting,
.recruit_info_demand{
    font-size: 16px;
}
@media screen and ( max-width: 768px ){
    .recruit_info_pageTitle{
        padding: 15px 35px 10px 45px !important;
    }

    .recruit_selectTab{
		padding: 18px 0;
		width: calc((100% - 6px) / 2);
        font-size: 15px;
    }
	.recruit_selectTab:first-of-type,
    .recruit_selectTab:nth-of-type(2){
		margin-bottom: 6px;
	}
    .recruit_selectTab:hover{
        color: #2466B7;
        background-color: #fff;
    }
    .recruit_selectTab:hover .select_icon{
        fill: #2466B7;
    }
    .recruit_selectTab_active:hover{
        color: #fff;
        background-color: #2466B7;
    }
    .recruit_selectTab_active:hover .select_icon{
        fill: #fff;
    }
    .select_icon{
        height: 40px;
    }
    .recruit_dt,
    .recruit_dd{
        width: 100%;
    }
    .recruit_dd{
        margin-left: 0;
    }
    .recruit_dt:last-of-type{
        border-bottom: none;
    }
	.recruit_br_sp{
		display: none;
	}
}
@media screen and ( max-width: 480px ){
    .recruit_selectTab_wrap{
        margin: 0 auto;
        width: 90%;
    }
    .recruit_selectTab{
        padding: 0 0;
        display: flex;
        flex-direction: column;
        height: 100px;
        align-items: center;
        justify-content: center;
    }
    .recruit_selectTab_wrap2{
        max-width: initial;
        width: 90%;
    }
    .recruit_dt,
    .recruit_dd{
        padding: 14px 10px 10px 10px;
    }
    .notRecruiting{
        text-align: center;
    }
    .recruit_br_sp{
        display: block;
    }
}



/*== セレクトボタン_アイコンver ==*/
/* .recruit_selectTab_wrap2{
    margin-top: 50px;
}
.recruit_selectTab_two{
    border-radius: 0;
    padding: 11px 0;
    width: calc((100% - 11px) / 4);
    font-size: 14px;
	box-sizing: border-box;
}
.select_icon{
    margin-bottom: 6.5px;
    height: 35px;
    fill: #2466B7;
}
.recruit_selectTab_two:hover .select_icon,
.recruit_selectTab_active .select_icon{
    fill: #fff;
}
.select_icon svg{
    height: 100%;
}
.selectTab_br{
	display: none;
}
@media screen and ( max-width: 768px ){
	.recruit_selectTab_wrap2{
		margin: 50px auto 0;
		max-width: 576px;
		flex-wrap: wrap;
	}
	.recruit_selectTab_two{
		padding: 11px 0;
		width: 49.5%;
	}
	.recruit_selectTab_two:first-of-type,
	.recruit_selectTab_two:nth-of-type(2){
		margin-bottom: 8px;
	}
	.recruit_selectTab_two:last-of-type{
		width: 49.5%;
	}
	.select_icon{
		margin: 0 auto 6.5px auto;
		width: fit-content;
	}
	.recruit_selectTab_two:hover .select_icon{
		fill: #2466B7;
	}
	.recruit_selectTab_active:hover .select_icon{
		fill: #fff;
	}
}
@media screen and ( max-width: 480px ){
	.recruit_selectTab_wrap2{
		margin: 50px auto 0;
		width: 100%;
		flex-direction: initial;
	}
	.recruit_selectTab_two{
		margin-bottom: 0;
		width: 49%;
		height: 95px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.recruit_selectTab_two:first-of-type,
	.recruit_selectTab_two:nth-of-type(2){
		margin-bottom: 6px;
	}
	.recruit_selectTab_two:last-of-type{
		width: 49%;
	}
	.selectTab_br{
		display: block;
	}
} */



/*== 正社員・パート選択ボタン ==*/
.recruit_selectTab_wrap2{
	margin: 30px auto 0;
	display: flex;
	max-width: 380px;
}
.recruit_selectTab2{
	padding: 0 0;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 50%;
	font-size: 16px;
	font-weight: 700;
	color: #ABABAB;
	cursor: pointer;
	border-bottom: 3px solid #ABABAB;
	transition: .3s all;
}
.recruit_selectTab2_active{
	color: #101010;
	border-bottom: 3px solid #101010;
}