.res14-contents {
	background: #fff !important;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
}

.res14-all-top__search-area._stm_top_search {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 20px 30px;
	box-sizing: border-box;
	border-radius: 0 !important;
}

._stm_top_search select {
	width: 100%;
    padding-right: 1em;
    outline: none;
    border: none;
    background: #fff;
    background-image: none;
    box-shadow: none;
    color: #696969;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

._stm_top_search select.res14-all-top__select {
	position: relative;
	margin-left: 10px;
	width: 225px !important;
	height: auto;
	padding: 14px 20px;
	border: 1px solid #C3C3C3;
	border-radius: 6px;
	font-size: 16px;
    cursor: pointer;
    cursor: hand;
}

.res14-all-top__main-list > li.search_select {
	position: relative;
}

.res14-all-top__main-list > li.search_select::before {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 6px;
	margin-top: -3px;
	padding: 0;
	content: "";
	background: url("/sol/contents/online/icon_down_arrow.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	z-index: 10;
}

.res14-all-top__main-list li:first-child select.res14-all-top__select{
    margin-left: 0px;
}

._stm_top_search-holder {
	margin-left: 15px;
	border-radius: 4px;
	background: #fff;
}
#_stm_top_search, #_stm_top_search_disabled {
	width: 183px;
	text-align: center;
}
#_stm_top_search_disabled {
	opacity: 0.5;
	cursor: default;
}
#_stm_top_search .ns15-btn_size001, #_stm_top_search_disabled .ns15-btn_size001 {
	padding: 7px 0;
	font-size: 16px;
}
._stm_result_num {
	float: left;
	margin-left: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}
._stm_job_total_holder {
	float: right;
	margin-top: -5px;
	color: #444;
	font-weight: bold;
	font-size: 14px;
}
._total_job_num {
	margin: 0 3px;
	color: #f073aa;
	font-size: 24px;
}
.res14-tab-all-top-menu a {
	margin-right: 45px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
._icon_base {
	display: inline-block;
	float: left;
	width: 56px;
	height: 17px;
	margin-right: 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	line-height: 17px;
	text-align: center;
}
.res14-all-top-contents-c1 {
	border-radius: 0 0 8px 8px;
}
.job-infoList02 {
	float: left;
	width: 100%;
}
.job-infoList02 li {
	margin: 0 0 6px 0;
	padding: 0 0 7px 0;
	background: url(/sol/contents/search/images/pc/bg_job_detail_dots.gif) left bottom repeat-x;
}
.res14-all-top__job-info03._fullwidth {
	float: none;
	width: auto;
}
._info_holder {
	margin-top: 50px;
	display: none;
	border: 1px solid #D0D0D0;
	border-radius: 6px;
	padding: 5px 30px 20px;
}

/* 総合TOP FV */
._global_top_fv-box {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 60px;
	display: block;
	width: 560px;
	height: 163px;
	box-sizing: border-box;
	margin: 0;
	padding: 30px 30px 20px;
	border-radius: 6px;
	background: rgba(255, 255, 255, .7);
	-webkit-box-shadow: none;
	box-shadow: 0px 0px 20px #00000033;
}

._global_top_mv-lead {
	overflow: hidden;
	margin: 0 23px 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	white-space: nowrap;
	text-align: left;
}

._global_top_mv-btn {
	display: inline-block;
    margin: 0 auto;
    padding: 0;
    width: 500px;
    box-sizing: border-box;
    overflow: hidden;
}

._global_top_mv-btn ._btn-box {
	width: 240px;
}
._global_top_mv-btn ._btn-box._shinki {
	float: left;
}
._global_top_mv-btn ._btn-box._login {
	float: right;
}
._global_top_mv-btn ._btn-box ._txt {
	margin-bottom: 8px;
	color: #747D82;
	font-size: 12px;
	letter-spacing: 0.65px;
	text-align: center;
}

._global_top_mv-btn ._btn-box._shinki ._btn {
	background: #ff6959;
}
._global_top_mv-btn ._btn-box._login ._btn {
	background: #68b7e6;
}
._global_top_mv-link {
	width: 500px;
	margin: 0 auto;
	text-align: right;
}
._global_top_mv-link ._first {
	display: inline-block;
	height: 18px;
	padding-right: 13px;
	background: url(/sol/contents/img/svg/icon/arrow_blue_right.svg) no-repeat right center;
	background-size: 6px 12px;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}
._global_top_mv-link ._first ._first_icon {
	padding-right: 5px;
}

._global_top_mv-btn ._btn-box ._btn {
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 2px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	box-shadow: 0px 2px 0px rgba(180, 187, 191, 1);
	transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
}
._global_top_mv-btn ._btn-box ._btn:hover {
	opacity: 0.65;
	text-decoration: none;
	box-shadow: none;
}

/* MyPage総合トップメインビジュアル */
.res14-all-top__main-inner {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	z-index: 10;
	height: 163px;
	overflow: visible;
}
.res14-contents .res14-all-top__main {
	position: relative;
	width: 100%;
	height: 530px;
	margin: 0 auto 30px;
	overflow: visible;
	background-image: url('/sol/contents/img/global/global_top_back.jpg?20250411');
	background-size: cover;
}
.res14-contents .res14-all-top__main ._global_top_ab-box {
	display: block;
	position: absolute;
    top: 88px;
    right: 57px;
    z-index: 20;
}
.res14-contents .res14-all-top__main .main_vis {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#main_visual {
	display: block;
	position: relative;
	width: 960px;
	height: 530px;
	background: url('/sol/contents/img/global/global_top_k.png?20250421') no-repeat 520px 20px;
	background-size: 390px;
}
#main_visual ._txt_item01 {
	display: block;
	position: absolute;
	top: 30px;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
}
#main_visual ._txt_item02 {
	display: block;
	position: absolute;
	top: 197px;
	left: 160px;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
}
#main_visual ._num1_img {
	display: block;
    position: absolute;
    top: 189px;
    left: 0;
    width: 145px;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
}
#main_visual ._txt_gbusiness {
	display: block;
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 307px;
}
.res14-all-top__main .res14-all-top__contents--h2-link {
	display: inline-block;
	margin-left: 20px;
	float: left;
}

/*「がんばれは、めぐる。」TVCM放映中！ リンク*/
.button_ganbarehameguru{
    width: 520px !important;
    margin: 0 auto;
    background: url(/sol/contents/online/icon_next_arrow.svg) no-repeat 495px center;
	background-size: 7px 13px;
}
