﻿/* Link and button interactions (PC only) */
.top_v2 a,
.sat_header a,
.sat_footer a {
	text-decoration: none;
	transition: color .2s ease, opacity .2s ease, filter .2s ease;
}

.top_v2 a:hover,
.sat_header a:hover,
.sat_footer a:hover {
	/* color: #274eab; */
	text-decoration: underline;
	text-underline-offset: 2px;
}

.sat_btn,
.sat_menu_btn,
.top_v2_tab,
.top_v2_job_action a,
.top_v2 .cmn_button_default {
	text-decoration: none !important;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, filter .2s ease, opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sat_btn:hover,
.sat_menu_btn:hover,
.top_v2_tab:hover,
.top_v2_job_action a:hover,
.top_v2 .cmn_button_default:hover {
	text-decoration: none !important;
	filter: brightness(1.10);
}
.sat_header {
	background: #fff;
	border-bottom: 1px solid #dce4f4;
}

.sat_header_inner {
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sat_header_logo img {
	height: 50px;
	margin-top: 0 !important;
}
a.sat_header_logo {
    display: flex;
    align-items: center;
    color: #4B5563;
    text-decoration: unset;
}
a.sat_header_logo:hover {
    text-decoration: unset;
}
a.sat_header_logo b span {
    color: #436ADE;
	margin-left: 6px;
}

.sat_header_nav {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.sat_header_link {
	color: #436ADE;
	font-size: 14px;
	font-weight: 700;
}

.sat_menu_btn {
	height: 34px;
	padding: 0 12px;
	border: 1px solid #3f69d7;
	border-radius: 999px;
	background: #fff;
	color: #2f5fd8;
	font-size: 12px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.sat_menu_btn span {
	display: block;
}

.sat_menu_btn_icon {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
}

.sat_menu_btn_icon span {
	display: block;
	width: 12px;
	height: 2px;
	background: #2f5fd8;
}

.sat_drawer_menu {
	position: absolute;
	right: 20px;
	top: 68px;
	width: 280px;
	background: #fff;
	border: 1px solid #d8e1f3;
	border-radius: 10px;
	box-shadow: 0 12px 24px rgba(32, 56, 106, .2);
	padding: 8px;
	z-index: 40;
}

.sat_drawer_list li + li {
	border-top: 1px solid #eef2fb;
}

.sat_drawer_list a {
	display: block;
	padding: 12px 10px;
	font-size: 14px;
	font-weight: 700;
	color: #2e4677;
}

.sat_drawer_bg {
	display: none;
}

.sat_btn {
	height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
}

.sat_btn_line {
	border: 1px solid #436ADE;
    color: #436ADE;
	background: #fff;
}

.sat_btn_fill {
	background: #f39a49;
	border: 1px solid #f39a49;
	color: #fff;
}

.sat_btn_line:hover {
	background: #436ADE;
	color: #fff;
	transform: translateY(-1px);
}

.sat_btn_fill:hover {
	background: #e18635;
	border-color: #e18635;
	color: #fff;
	transform: translateY(-1px);
}

.top_v2 {
	background: #e8eff9;
	min-width: 1240px;
}

.top_v2_hero {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	background: url("/x/img/st-bg.png") center center / cover no-repeat;
}

.top_v2_hero_wrap {
	padding-top: 14px;
	padding-bottom: 0;
	max-width: 1240px;
	width: 1240px;
	margin: 0 auto;
	position: relative;
}

.top_v2_hero_inner {
	display: grid;
	grid-template-columns: 1fr;
	background: transparent;
	border-radius: 0;
	padding: 26px 0;
	position: relative;
	overflow: hidden;
	align-items: start;
	height: 360px;
}

.top_v2_hero_copy {
	position: relative;
	z-index: 2;
	max-width: 640px;
}

.top_v2_title_em {
	background-image: linear-gradient(90deg, #75aee7 0%, #2563eb 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.top_v2_title {
	font-size: 42px;
	line-height: 1.4;
	color: #24375f;
	margin-bottom: 20px;
	font-weight: 800;
	text-shadow: 0px 0px 6px #fff;
}

h1.top_v2_title b {
	background: #fff;
	padding: 2px 10px;
	color: #2563eb;
	text-shadow: none;
}

.top_v2_lead {
	display: inline-block;
	padding: 6px 10px;
	background: #fff;
	color: #2f4980;
	font-size: 20px;
	font-weight: 700;
}

.top_v2_lead b {
	color: #2563eb;
}

.top_v2_hero_points {
	display: flex;
	gap: 10px;
	margin-top: 14px;
}

.top_v2_hero_points li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .45);
	border: 1px solid rgba(255, 255, 255, .65);
	color: #465a7f;
	font-size: 14px;
	font-weight: 700;
}

.top_v2_hero_points li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	color: transparent;
	font-size: 0;
	font-weight: 800;
	position: relative;
}

.top_v2_hero_points li span::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 12px;
	line-height: 1;
	color: #f39a49;
}

.top_v2_hero_points li:nth-child(1) span::before {
	content: "\f00c";
}

.top_v2_hero_points li:nth-child(2) span::before {
	content: "\f005";
}

.top_v2_hero_img {
	position: absolute;
	right: 135px;
	bottom: 0;
	width: 31%;
	height: 95%;
	background: url("/x/img/st-woman.png") right bottom / contain no-repeat;
	z-index: 2;
}

.top_v2_mode_switch {
	max-width: 750px;
	margin: 0;
	background: rgba(248, 249, 252, .98);
	border-radius: 14px;
	padding: 18px 22px 20px;
	text-align: center;
	box-shadow: 0 16px 34px rgba(37, 58, 106, .12);
	position: absolute;
	left: 50%;
	bottom: -120px;
	transform: translateX(-50%);
	z-index: 6;
	border: 1px solid rgba(214, 223, 242, .9);
	width: 100%;
}

.top_v2_mode_title {
	font-size: 18px;
    margin-bottom: 20px;
	color: #314a7f;
	font-weight: 700;
}

.top_v2_tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	max-width: 640px;
	margin: 0 auto;
}

.top_v2_tab_card {
	padding: 26px 4px 0;
	position: relative;
}

.top_v2_tab_card.is-active::before {
	content: "＼ 現在選択中！ ／";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 14px;
	color: #f1732f;
	font-weight: 700;
}

.top_v2_tab {
	height: 60px;
	border-radius: 999px;
	border: 1px solid #3d69d6;
	background: #fff;
	color: #3d69d6;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
}

.top_v2_tab.is-active {
	background: linear-gradient(180deg, #1d3d98 0%, #2563eb 100%);
	color: #fff;
}

.top_v2_tab:not(.is-active) {
	box-shadow: 0 4px 0 #afb7c9;
}

.top_v2_tab_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e7ecf7;
	color: #2f5fd8;
	font-size: 0;
	font-weight: 800;
	position: relative;
}

.top_v2_tab_icon::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	color: currentColor;
}

.top_v2_tab[data-mode="self"] .top_v2_tab_icon::before {
	content: "\f002";
}

.top_v2_tab[data-mode="pro"] .top_v2_tab_icon::before {
	content: "\f007";
}

.top_v2_tab.is-active .top_v2_tab_icon {
	background: #dfe8ff;
}

.top_v2_tab_caption {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.4;
    color: #374151;
}

.top_v2_main {
	padding: 120px 0 0;
}

.top_v2 .cmn_container {
	max-width: none;
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

.top_v2_main > .cmn_container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.top_v2_panel {
	/* Full-bleed section background bands */
	margin-left: 0;
	margin-right: 0;
}

.top_v2_panel > section {
	padding-left: calc((100% - 1000px) / 2);
	padding-right: calc((100% - 1000px) / 2);
	border-radius: 0;
}

.top_v2_panel > section.top_v2_bottom_cta_main {
	max-width: 1000px;
	margin: 24px auto;
	padding-left: 70px;
	padding-right: 70px;
	border-radius: 24px;
}

.top_v2_panel {
	display: none;
}

.top_v2_panel.is-active {
	display: block;
	padding-bottom: 10px;
}

.top_v2_jobs,
.top_v2_search,
.top_v2_feature,
.top_v2_pro_intro,
.top_v2_voice,
.top_v2_mid_cta,
.top_v2_bottom_cta {
	background: #fff;
	border-radius: 10px;
	padding: 60px 22px;
}

.top_v2_section_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.top_v2_section_title {
	font-size: 24px;
	line-height: 1.3;
	color: #273f72;
	font-weight: 800;
	display: flex;
	align-items: center;
}

span.new {
    background: #FF357E;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    margin-right: 10px;
}

.top_v2_section_title.center {
	text-align: center;
	font-size: 30px;
}

.top_v2_more {
	font-size: 14px;
	color: #3e65ca;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.top_v2_more::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.top_v2_job_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.top_v2_job_card {
	border: 1px solid #d0dcf4;
	border-radius: 14px;
	padding: 18px 18px 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #fff;
}

.top_v2_job_head {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.top_v2_job_title {
	font-size: 17px;
	line-height: 1.35;
	font-weight: 700;
	color: #3a62cc;
	margin: 0;
}

.top_v2_job_head .top_v2_job_title {
	position: relative;
	padding-left: 30px;
}

.top_v2_job_head .top_v2_job_title::before {
	content: "\f1ad";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	line-height: 1;
	color: #3a62cc;
}

.top_v2_job_head .top_v2_job_head_icon {
	display: none;
}

.top_v2_job_title a {
	color: #3a62cc;
}

.top_v2_job_company {
	margin: 10px 0 0;
	font-size: 14px;
	color: #34445f;
	font-weight: 700;
}

.top_v2_job_meta {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.top_v2_job_meta p {
	font-size: 14px;
	color: #354662;
}

.top_v2_job_meta p span {
	color: #3a62cc;
	font-weight: 700;
	margin-right: 8px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.top_v2_job_meta p:first-child span::before {
	content: "\f3c5";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 15px;
	line-height: 1;
}

.top_v2_job_meta p:last-child span::before {
	content: "\f3d1";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
}

.top_v2_job_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cmn_label_tag.top_v2_job_tags li,
.top_v2_job_tags li {
	margin: 0;
	padding: 8px;
    border-radius: 999px;
    background: #EFF6FF;
    border: 1px solid #DBEAFE;
    color: #374151;
    font-size: 12px;
	display: inline-flex;
	align-items: center;
}

.top_v2_job_points {
	background: #FEF9C3;
	border-radius: 12px;
	padding: 12px 14px;
}

.top_v2_job_points h4 {
	font-size: 15px;
	line-height: 1.2;
	color: #3a62cc;
	font-weight: 700;
	margin-bottom: 8px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.top_v2_job_points h4::before {
	content: "\f0a1";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
}

.top_v2_job_points ul {
	display: grid;
	gap: 5px;
}

.top_v2_job_points li {
	font-size: 14px;
	line-height: 1.6;
	color: #3a4b67;
	position: relative;
	padding-left: 18px;
}

.top_v2_job_points li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 1px;
	color: #3a62cc;
}

.top_v2_job_action {
	display: grid;
	grid-template-columns: 1fr 180px;
	gap: 10px;
	margin-top: 2px;
}

.top_v2_job_btn_detail,
.top_v2_job_btn_keep {
	height: 50px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
}

.top_v2_job_btn_detail {
	border: 2px solid #436ADE;
    color: #436ADE;
    box-shadow: 0 3px 0;
	background: #fff;
}

.top_v2_job_btn_keep {
	border: 1px solid #d8deea;
    color: #374151;
    background: #fff;
    box-shadow: 0 3px 0 #ddd;
    gap: 6px;
	font-size: 14px;
	height: 42px;
}

.top_v2_job_btn_keep::before {
	content: "\f005";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #9CA3AF;
}

.top_v2_job_btn_keep.is-active {
	border-color: #f2cb45;
	background: #f2cb45;
	color: #fff;
	box-shadow: none;
}

.top_v2_job_btn_keep.is-active::before {
	color: #fff;
}

.top_v2_job_card_banner {
	background: #F5F5F5;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: none;
}

.top_v2_banner_visual {
	width: 100%;
	height: 130px;
	border-radius: 12px;
	background: url("/x/img/st-hun.png") center center / cover no-repeat;
	position: relative;
	overflow: hidden;
}


.top_v2_banner_chip {
	position: absolute;
	left: 16px;
	top: 14px;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .9);
	color: #3861cb;
	font-size: 13px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
}

.top_v2_job_card_banner h3 {
	font-size: 18px;
	line-height: 1.3;
	color: #3b62cc;
	font-weight: 800;
	margin-top: 4px;
}

.top_v2_job_card_banner p {
	font-size: 14px;
	line-height: 1.75;
	color: #394b69;
}

.top_v2_job_banner_btn {
	height: 54px;
	padding: 0 28px;
	border-radius: 999px;
	background: #f29145;
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 6px;
	box-shadow: 0 4px 0 #ddd;
}

.top_v2_job_banner_btn::before {
	content: "\f007";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	color: #f29145;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
}

.top_v2_job_banner_btn::after {
	content: none !important;
	display: none !important;
}

.top_v2_job_banner_btn:hover {
	background: #e58536;
	color: #fff !important;
	text-decoration: none !important;
}

.top_v2_job_card_banner small {
	font-size: 12px;
	color: #6b7b95;
}

.top_v2_search_box {
	background: transparent;
	border-radius: 0;
	padding: 0;
}

.top_v2_search {
	background: linear-gradient(90deg, #f6f8fc 0%, #e8eef9 48%, #dce5f6 100%);
	border-radius: 0;
	padding-top: 46px;
	padding-bottom: 44px;
}

.top_v2_search > .cmn_option,
.top_v2_search > .cmn_option_second,
.top_v2_search > .jobs_result_save {
	display: none;
}

.top_v2_search .top_v2_section_title {
	justify-content: center;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	color: #1f2d46;
}

.top_v2_search_subtitle {
	margin-top: 8px;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #6f7d92;
}

.top_v2_search_line {
	width: 128px;
	height: 6px;
	border-radius: 999px;
	background: #4f73d8;
	margin: 28px auto 42px;
}

.top_v2_search_box_v2 {
	background: transparent;
	padding: 0;
}

.top_v2_search_head {
	background: #fff;
	border: 1px solid #dee6f4;
	border-radius: 26px;
	padding: 48px 34px 34px;
}

.top_v2_search_primary {
	background: transparent;
	border-radius: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.top_v2_search_field {
	display: grid;
	gap: 10px;
}

.top_v2_select_wrap {
	position: relative;
}

.top_v2_search_label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #4266ce;
}

.top_v2_search_primary .top_v2_search_field:nth-child(1) .top_v2_search_label::before,
.top_v2_search_primary .top_v2_search_field:nth-child(2) .top_v2_search_label::before,
.top_v2_search_primary .top_v2_search_field:nth-child(3) .top_v2_search_label::before,
.top_v2_search_keyword_wrap .top_v2_search_label::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	color: currentColor;
}

.top_v2_search_primary .top_v2_search_field:nth-child(1) .top_v2_search_label::before {
	content: "\f3c5";
}

.top_v2_search_primary .top_v2_search_field:nth-child(2) .top_v2_search_label::before {
	content: "\f3d1";
}

.top_v2_search_primary .top_v2_search_field:nth-child(3) .top_v2_search_label::before {
	content: "\f007";
}

.top_v2_search_keyword_wrap .top_v2_search_label::before {
	content: "\f002";
}

.top_v2_select_button {
	height: 54px;
    width: stretch;
	border: 1px solid #d4ddeb;
	border-radius: 14px;
	background: #fff;
	padding: 0 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.top_v2_select_value {
	font-size: 16px;
	line-height: 1.3;
	color: #1F2937;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_v2_select_arrow {
	position: relative;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #d5e0f8;
	background: #eef3ff;
	color: transparent;
	font-size: 0;
	flex: 0 0 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .2s ease, border-color .2s ease;
}

.top_v2_select_arrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #5e78b8;
	border-bottom: 2px solid #5e78b8;
	transform: translateY(-1px) rotate(45deg);
	transition: transform .2s ease, border-color .2s ease;
}

.js-linked-dropdown-toggle[aria-expanded="true"] .top_v2_select_arrow {
	background: #dce7ff;
	border-color: #b9ccfb;
}

.js-linked-dropdown-toggle[aria-expanded="true"] .top_v2_select_arrow::before {
	transform: translateY(1px) rotate(-135deg);
}

.top_v2_select_menu {
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	z-index: 30;
	width: 100%;
	max-height: 320px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #d4ddeb;
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(27, 47, 96, .12);
	padding: 6px;
}

.top_v2_select_option {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 15px;
	color: #2d3b54;
}

.top_v2_select_option:hover,
.top_v2_select_option.is-selected {
	background: #edf3ff;
	color: #3557be;
}

.top_v2_search_cta_row {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.top_v2_search_submit {
	padding: 0 50px;
	border-radius: 999px;
	height: 60px;
    border: 1px solid #436ADE;
	background: linear-gradient(180deg, #7798f4 0%, #4568d6 100%);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: 20px;
	font-weight: 800;
	box-shadow: 0 5px 0 rgba(68, 95, 164, .18);
}

.top_v2_search_submit::before,
.top_v2_search_keyword_btn::before {
	content: "\f002";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 22px;
	line-height: 1;
}

.top_v2_search_keyword_wrap {
	margin-top: 30px;
}

.top_v2_search_keyword_row {
	display: flex;
	align-items: baseline;
	gap: 12px;
}

.top_v2_keyword_input {
	flex: 1 1 auto;
    height: 60px;
    border: 1px solid #d6dfec;
    border-radius: 999px;
    background: #fff;
    padding: 0 32px;
    margin-top: 0.6em;
    font-size: 18px;
    color: #2e3d57;
}

.top_v2_keyword_input:focus,
.top_v2_keyword_input:focus-visible {
	outline: none;
	border-color: #4f73d8;
	box-shadow: 0 0 0 3px rgba(79, 115, 216, .16);
}

.top_v2_search_keyword_btn {
	flex: 0 0 205px;
	height: 60px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, #7798f4 0%, #4568d6 100%);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 800;
	box-shadow: 0 5px 0 rgba(68, 95, 164, .18);
}

.top_v2_search_tags {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.top_v2_search_tag {
	padding: 10px 12px;
	border-radius: 999px;
	background: #EFF6FF;
	border: 1px solid #DBEAFE;
	color: #374151;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}



.top_v2_search_submit:hover,
.top_v2_search_keyword_btn:hover {
	filter: brightness(1.04);
}

.top_v2_select_button:hover {
	background: #f8faff;
}

.top_v2 .top_v2_search_tag:hover,
.top_v2 .top_v2_search_tag:focus,
.top_v2 .top_v2_search_tag:active {
	background: #fff;
	cursor: pointer;
	text-decoration: none;
}

.top_v2_feature,
.top_v2_pro_intro,
.top_v2_voice,
.top_v2_bottom_cta,
.top_v2_mid_cta {
	background: #edf3fd;
}

.top_v2_feature_main {
	background: #e5ecf8;
	padding-top: 48px;
	padding-bottom: 40px;
}

.top_v2_feature_main .top_v2_section_title.center {
	justify-content: center;
	font-size: 30px;
	line-height: 1.35;
	color: #354256;
}

.top_v2_feature_em {
	color: #4d63d0;
}

.top_v2_feature_intro,
.top_v2_center_text {
	margin-top: 16px;
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
	color: #3f4d64;
}

.top_v2_feature_grid,
.top_v2_voice_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 10px;
}

.top_v2_feature_main .top_v2_feature_grid {
	gap: 20px;
	margin-top: 40px;
}

.top_v2_voice_grid {
	grid-template-columns: 1fr 1fr;
}

.top_v2_feature_grid article,
.top_v2_voice_grid article {
	background: #fff;
	border: 1px solid #d8e3f6;
	border-radius: 8px;
	padding: 12px;
}

.top_v2_feature_grid h3,
.top_v2_voice_grid h3 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 6px;
	color: #284171;
}

.top_v2_feature_main .top_v2_feature_visual {
	height: 190px;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 14px;
}

.top_v2_feature_main .top_v2_feature_visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_v2_feature_main .top_v2_feature_grid article {
	background: #f7f7f8;
	border: 0;
	border-radius: 24px;
	padding: 20px 20px 26px;
}

.top_v2_feature_main .top_v2_feature_grid h3 {
	font-size: 20px;
	line-height: 1.45;
	margin-bottom: 10px;
	color: #4d63d0;
	text-align: center;
}

.top_v2_feature_main .top_v2_feature_grid p {
	font-size: 16px;
	line-height: 1.5;
	color: #222;
}

.top_v2_voice_main {
	background: #e5ecf8;
	padding-top: 46px;
	padding-bottom: 44px;
}

.top_v2_voice_main .top_v2_section_title.center {
	justify-content: center;
	font-size: 30px;
	line-height: 1.35;
	color: #354256;
}

.top_v2_voice_intro {
	margin-top: 14px;
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
	color: #3f4d64;
}

.top_v2_voice_main .top_v2_voice_grid {
	grid-template-columns: 1fr 1fr;
	gap: 34px;
	margin-top: 36px;
}

.top_v2_voice_main .top_v2_voice_grid article {
	background: #f7f7f8;
	border: 0;
	border-radius: 24px;
	padding: 34px 32px 28px;
}

.top_v2_voice_main .top_v2_voice_head {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 22px;
}

.top_v2_voice_main .top_v2_voice_avatar {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	background: #d5dae6;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_v2_voice_main .top_v2_voice_avatar::before {
	content: "\f007";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 45px;
	line-height: 1;
	color: #fff;
}

.top_v2_voice_main .top_v2_voice_avatar img {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_v2_voice_main .top_v2_voice_meta {
	min-width: 0;
}

.top_v2_voice_main .top_v2_voice_grid h3 {
	font-size: 20px;
	line-height: 1.42;
	margin: 0;
	color: #4d63d0;
}

.top_v2_voice_main .top_v2_voice_profile {
	margin-top: 8px;
	font-size: 16px;
	line-height: 1.3;
	color: #38445a;
	font-weight: 400;
}

.top_v2_voice_main .top_v2_voice_body {
	font-size: 16px;
	line-height: 1.7;
	color: #141821;
}

.top_v2_bottom_cta_main {
	background: #f7f7f8;
	border-radius: 24px;
	padding: 44px 70px 28px;
	position: relative;
	overflow: hidden;
}

.top_v2_bottom_cta_main .top_v2_bottom_cta_deco,
.top_v2_mid_cta_deco {
	position: absolute;
	right: 10px;
	top: -10px;
	width: 128px;
	height: 128px;
	border: 14px solid #eecb42;
	border-radius: 50%;
	pointer-events: none;
}

.top_v2_bottom_cta_main .top_v2_bottom_cta_deco::after,
.top_v2_mid_cta_deco::after {
	content: "";
	position: absolute;
	right: -48px;
	bottom: 2px;
	width: 66px;
	height: 18px;
	background: #eecb42;
	border-radius: 999px;
	transform: rotate(45deg);
	transform-origin: left center;
}

.top_v2_bottom_cta.top_v2_bottom_cta_main h2 {
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 12px;
	color: #4d63d0;
}

.top_v2_bottom_cta.top_v2_bottom_cta_main p {
	font-size: 16px;
	line-height: 1.65;
	color: #38445a;
	margin-bottom: 22px;
}

.top_v2_bottom_cta_mark {
	display: inline-block;
	padding: 1px 6px;
	border-radius: 6px;
	background: #f2e7af;
	color: #4d63d0;
	font-weight: 700;
}

.top_v2_bottom_cta_main .top_v2_bottom_cta_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 72px;
	min-width: 440px;
	padding: 0 40px;
	border-radius: 999px;
	background: #f29145;
	color: #fff !important;
	font-size: 20px;
	font-weight: 700;
	box-shadow: 0 5px 0 rgba(177, 106, 49, .2);
	text-decoration: none !important;
}

.top_v2_bottom_cta_main .top_v2_bottom_cta_btn::before {
	content: "\f007";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	color: #f29145;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
}

.top_v2_bottom_cta_main .top_v2_bottom_cta_btn::after {
	content: none !important;
	display: none !important;
}

.top_v2_bottom_cta_main .top_v2_bottom_cta_btn:hover {
	background: #e58536;
	color: #fff !important;
	text-decoration: none !important;
}

.top_v2_bottom_cta_main small {
	display: block;
	margin-top: 14px;
	font-size: 12px;
	line-height: 1.3;
	color: #667487;
}

.top_v2_keep_guest_modal {
	width: 100%;
	max-width: 920px;
	display: none;
	background-color: #fff;
	border: 1px solid #d8deea;
	border-radius: 20px;
	min-height: 242px;
	margin: 0;
	padding: 0;
	position: fixed;
	box-shadow: 0 18px 48px rgba(40, 61, 108, 0.24);
	z-index: 2600;
}

.top_v2_keep_guest_modal.cmn_modal_short .cmn_option {
	display: block;
	padding: 32px 28px 28px;
	border-radius: 20px;
	background: #fff;
	height: auto;
	overflow: visible;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	z-index: auto;
}

.top_v2_keep_guest_modal.cmn_modal_short .cmn_option_headline.top_v2_keep_guest_modal_head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	padding: 20px 20px;
	background: #dfe9ff;
	border-radius: 0;
	box-sizing: border-box;
	z-index: auto;
	margin-bottom: 24px;
}

.top_v2_keep_guest_modal .cmn_option_title.top_v2_keep_guest_modal_title {
	margin: 0;
	flex: 1 1 auto;
	font-size: 24px;
	line-height: 1.4;
	color: #3a62cc;
}

.top_v2_keep_guest_modal .cmn_option_close.top_v2_keep_guest_modal_close {
	position: relative;
	top: auto;
	right: auto;
	width: 36px;
	height: 36px;
	padding-top: 0;
	background: transparent;
	color: transparent;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	transform: none;
	flex: 0 0 36px;
}

.top_v2_keep_guest_modal .cmn_option_close.top_v2_keep_guest_modal_close::before,
.top_v2_keep_guest_modal .cmn_option_close.top_v2_keep_guest_modal_close::after {
	background-color: #3a62cc;
	top: 17px;
	left: 6px;
	width: 24px;
}

.top_v2_keep_guest_modal_cta {
	margin-top: 0;
	padding: 36px 28px 28px;
	border-radius: 28px;
	background: #f7f7fb;
}

.top_v2_keep_guest_modal_text {
	font-size: 17px !important;
	line-height: 1.85 !important;
	color: #38445a !important;
	margin-bottom: 24px !important;
	text-align: center;
}

.top_v2_keep_guest_modal_btn {
	width: min(100%, 520px);
	min-width: 420px !important;
	max-width: 100%;
	min-height: 72px;
	height: auto !important;
	padding: 16px 34px !important;
	font-size: 20px !important;
	line-height: 1.35 !important;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
}

.top_v2_keep_guest_modal_btn::before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
}

.top_v2_keep_guest_modal_cta .top_v2_bottom_cta_deco {
	right: 18px;
	top: 12px;
	width: 92px;
	height: 92px;
	border-width: 10px;
	opacity: .22;
}

.top_v2_keep_guest_modal_cta .top_v2_bottom_cta_deco::after {
	right: -34px;
	bottom: 8px;
	width: 48px;
	height: 12px;
}

.top_v2_feature_grid p,
.top_v2_voice_grid p,
.top_v2_mid_cta p,
.top_v2_bottom_cta p {
	font-size: 13px;
	line-height: 1.75;
	color: #495f88;
}

.top_v2_pro_kicker {
	display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ffe67a;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 10px;
}

.top_v2_pro_intro {
	text-align: center;
}

.top_v2_mid_cta,
.top_v2_bottom_cta {
	text-align: center;
}

.top_v2_mid_cta h2,
.top_v2_bottom_cta h2 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 8px;
	color: #2f4779;
}

.top_v2_mid_cta .cmn_button_default,
.top_v2_bottom_cta .cmn_button_default,
.top_v2_job_card_cta .cmn_button_default {
	margin-top: 10px;
}

.top_v2_mid_cta_inner {
	position: relative;
	overflow: hidden;
	padding: 42px 72px 30px;
	background: #fff;
	border-radius: 34px;
	box-shadow: inset 0 0 0 1px rgba(216, 227, 246, .9);
}

.top_v2_mid_cta h2 {
	position: relative;
	z-index: 1;
	max-width: calc(100% - 120px);
	margin: 0 auto;
	font-size: 28px;
	line-height: 1.45;
	color: #4d63d0;
}

.top_v2_mid_cta .top_v2_mid_cta_lead {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 20px auto 0;
	font-size: 17px;
	line-height: 1.8;
	color: #31486d;
}

.top_v2_mid_cta_highlight {
	display: inline-block;
	padding: 4px 12px 6px;
	margin: 0 3px;
	border-radius: 12px;
	background: #fff0a8;
	color: #4d63d0;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.top_v2_mid_cta .top_v2_mid_cta_btn {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: fit-content;
	max-width: 100%;
	min-height: 78px;
	margin-top: 34px;
	margin-left: auto;
	margin-right: auto;
	padding: 18px 30px;
	border: 0;
	border-radius: 999px;
	background: #e9974c;
	box-shadow: 0 8px 0 #eaded0;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.top_v2_mid_cta .top_v2_mid_cta_btn::after {
	content: none !important;
	display: none !important;
}

.top_v2_mid_cta_btn_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: #fff;
	color: #e9974c;
	font-size: 21px;
	flex: 0 0 48px;
}

.top_v2_mid_cta_btn_label {
	line-height: 1.35;
}

.top_v2_mid_cta .top_v2_mid_cta_note {
	position: relative;
	z-index: 1;
	margin-top: 18px;
	font-size: 13px;
	line-height: 1.6;
	color: #7f8ca3;
}

.sat_footer {
	background: #fff;
	border-top: 1px solid #dce4f4;
}

.sat_footer_inner {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sat_footer_logo img {
	height: 50px;
}

.sat_footer_links {
	display: flex;
	gap: 14px;
}

.sat_footer_links a {
	font-size: 13px;
	color: #5a6f94;
}

.sat_footer_copy {
	text-align: center;
	padding: 8px 0 14px;
	font-size: 12px;
	color: #657a9f;
}

.sat_header_breadcrumb {
	background: #eef3fb;
	border-top: 1px solid #dce4f4;
	border-bottom: 1px solid #dce4f4;
}

.sat_header_breadcrumb_inner {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
}

.sat_header_breadcrumb_home {
	font-size: 13px;
	font-weight: 500;
	color: #436ade;
}

.sat_header_breadcrumb_sep {
	width: 7px;
	height: 7px;
	border-top: 2px solid #b3bed1;
	border-right: 2px solid #b3bed1;
	transform: rotate(45deg);
	flex: 0 0 auto;
}

.sat_header_breadcrumb_current {
	font-size: 13px;
	font-weight: 700;
	color: #3c4660;
}

.sat_static_site {
	background: #e8eff9;
	color: #334155;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	padding-top: 0;
}

.sat_static_site > .sat_header {
	height: 64px !important;
}

.sat_static_site .cmn_container {
	max-width: none;
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.sat_static_main {
	padding: 20px 0 96px;
}

.sat_static_inner {
	max-width: 1020px;
	margin: 0 auto;
}

.sat_static_title {
	margin: 0 0 30px;
	text-align: center;
	font-size: 34px;
	line-height: 1.35;
	color: #2f4779;
}

.sat_static_card {
	background: #fff;
	border-radius: 24px;
	padding: 38px 40px 42px;
	box-shadow: inset 0 0 0 1px rgba(216, 227, 246, .95);
}

.sat_static_doc .sat_static_subtitle {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #4d63d0;
}

.sat_static_doc .sat_static_lead {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.95;
	color: #31486d;
}

.sat_static_doc_section + .sat_static_doc_section,
.sat_static_doc_list > div + div,
.sat_static_contact_box + .sat_static_doc_section,
.sat_static_data_table + .sat_static_doc_section,
.sat_static_data_table + .sat_static_contact_box,
.sat_static_contact_box + .sat_static_contact_box,
.sat_static_lead + .sat_static_contact_box,
.sat_static_lead + .sat_static_data_table,
.sat_static_doc_list + .sat_static_notice {
	margin-top: 26px;
}

.sat_static_doc_section h2,
.sat_static_contact_box h2,
.sat_static_doc_list dt {
	margin: 0 0 12px;
	padding-left: 12px;
	border-left: 4px solid #4d63d0;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	color: #2f4779;
}

.sat_static_doc_list {
	margin: 0;
}

.sat_static_doc_list > div + div {
	padding-top: 4px;
}

.sat_static_doc_list dd {
	margin: 0;
}

.sat_static_doc p,
.sat_static_doc li,
.sat_static_doc dd,
.sat_static_contact_box p {
	font-size: 16px;
	line-height: 1.95;
	color: #334155;
}

.sat_static_doc p {
	margin: 0;
}

.sat_static_doc ul,
.sat_static_doc ol,
.sat_static_doc dd ul,
.sat_static_doc dd ol {
	margin: 12px 0 0;
	padding-left: 1.4em;
}

.sat_static_doc li + li,
.sat_static_doc dd li + li {
	margin-top: 10px;
}

.sat_static_date_note {
	margin-top: 18px;
	font-weight: 700;
}

.sat_static_contact_box {
	padding: 20px 22px;
	background: #f7f9ff;
	border-radius: 18px;
}

.sat_static_contact_box h2 {
	margin-bottom: 10px;
}

.sat_static_data_table_wrap {
	margin-top: 18px;
	border: 1px solid rgba(216, 225, 242, .95);
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}

.sat_static_data_table {
	width: 100%;
	margin-top: 0;
	border-collapse: collapse;
	table-layout: fixed;
	border: 0;
	background: #fff;
}

.sat_static_data_table th,
.sat_static_data_table td {
	padding: 16px 18px;
	border: 1px solid #d8e1f2;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
}

.sat_static_data_table th {
	width: 31%;
	background: #f4f7fe;
	font-weight: 700;
	color: #2f4779;
}

.sat_static_notice {
	margin: 28px 0 0;
	padding: 14px 18px;
	border-radius: 14px;
	background: #f7f9ff;
	font-size: 14px;
	line-height: 1.8;
	color: #5a6f94;
}

body.is-sat-menu-open { overflow: hidden; }


.top_v2_search_tags_title {
	display: none;
}

/* Voice head icon fallback (no image markup) */
.top_v2_voice_main .top_v2_voice_head::before {
	content: "\f007";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #d5dae6;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 90px;
	font-size: 45px;
	line-height: 1;
}

/* Job list page (PC) */
.top_v2_jobs_result .top_v2_main_result {
	padding: 26px 0 60px;
}

.top_v2.top_v2_subpage .top_v2_main > .cmn_container {
	width: 1200px;
	max-width: 1200px;
}

.top_v2_jobs_result .top_v2_result_breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 2px 0 20px;
	font-size: 12px;
	line-height: 1.4;
}

.top_v2_jobs_result .top_v2_result_breadcrumb_home {
	color: #4f73d8;
	font-weight: 500;
}

.top_v2_jobs_result .top_v2_result_breadcrumb_sep {
	width: 7px;
	height: 7px;
	border-top: 1px solid #a5b3cb;
	border-right: 1px solid #a5b3cb;
	transform: rotate(45deg);
	margin-top: -1px;
}

.top_v2_jobs_result .top_v2_result_breadcrumb_current {
	color: #65738e;
}

.top_v2_jobs_result .top_v2_result_layout {
	display: grid;
	grid-template-columns: 286px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.top_v2_jobs_result .top_v2_result_side {
	position: sticky;
	top: 30px;
}

.top_v2_jobs_result .top_v2_result_filter {
	background: #fff;
	border: 1px solid #d3ddf1;
	border-top: 4px solid #4b6fd8;
	border-radius: 16px;
	padding: 14px 16px 16px;
	box-shadow: 0 8px 24px rgba(51, 76, 131, .06);
}

.top_v2_jobs_result .top_v2_result_filter::before,
.top_v2_jobs_result .top_v2_result_filter::after,
.top_v2_jobs_result .top_v2_result_filter_head::before,
.top_v2_jobs_result .top_v2_result_filter_head::after {
	content: none;
}

.top_v2_jobs_result .top_v2_result_filter ul,
.top_v2_jobs_result .top_v2_result_filter li {
	list-style: none;
}

.top_v2_jobs_result .top_v2_result_filter li::marker,
.top_v2_jobs_result .top_v2_result_filter_head h2::marker {
	content: "";
}

.top_v2_jobs_result .top_v2_result_filter_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4ebf8;
}

.top_v2_jobs_result .top_v2_result_filter_head h2 {
	font-size: 18px;
	line-height: 1.2;
	color: #2f4a81;
	font-weight: 800;
	position: relative;
	padding-left: 26px;
}

.top_v2_jobs_result .top_v2_result_filter_head h2::before {
	content: "\f0b0";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #496fd7;
}

.top_v2_jobs_result .top_v2_result_filter_clear {
	font-size: 13px;
	color: #4a6ed7;
	font-weight: 700;
}

.top_v2_jobs_result .top_v2_result_filter_group + .top_v2_result_filter_group {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e4ebf8;
}

.top_v2_jobs_result .top_v2_result_filter_label {
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	color: #3f5ca2;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
}

.top_v2_jobs_result .top_v2_result_filter_label::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 13px;
	line-height: 1;
	color: #496fd7;
}

.top_v2_jobs_result .top_v2_result_filter_label_place::before {
	content: "\f3c5";
}

.top_v2_jobs_result .top_v2_result_filter_label_job::before {
	content: "\f007";
}

.top_v2_jobs_result .top_v2_result_filter_label_salary::before {
	content: "\f3d1";
}

.top_v2_jobs_result .top_v2_result_select {
	width: 100%;
	height: 48px;
	border-radius: 10px;
	border: 1px solid #d4dff2;
	background: #fff;
	padding: 0 14px;
	font-size: 16px;
	font-weight: 700;
	color: #31476f;
	display: block;
}

.top_v2_jobs_result .top_v2_result_select_wrap {
	position: relative;
}

.top_v2_jobs_result .top_v2_result_select_button {
	width: 100%;
	height: 48px;
	border: 1px solid #d4dff2;
	border-radius: 10px;
	background: #fff;
	padding: 0 56px 0 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.top_v2_jobs_result .top_v2_result_select_value {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	color: #31476f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_v2_jobs_result .top_v2_result_select_menu {
	top: calc(100% + 6px);
}

.top_v2_jobs_result .top_v2_result_pref_select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0 56px 0 14px;
	line-height: 1.25;
	cursor: pointer;
}

.top_v2_jobs_result .top_v2_result_select_wrap .top_v2_result_select_arrow {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.top_v2_jobs_result .top_v2_result_category_list {
	display: grid;
	gap: 10px;
	max-height: 210px;
	overflow-y: auto;
	padding-right: 4px;
}

.top_v2_jobs_result .top_v2_result_category_list li {
	display: block;
}

.top_v2_jobs_result .top_v2_result_category_list .modal_label {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
}

.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox,
.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox_primary {
	display: flex;
	align-items: flex-start;
	margin: 0;
}

.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox input,
.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox_primary input {
	display: inline-block !important;
	position: relative !important;
	opacity: 1 !important;
	width: 16px;
	height: 16px;
	margin: 1px 10px 0 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #8896b2;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
	flex: 0 0 16px;
}

.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox input:checked,
.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox_primary input:checked {
	border-color: #5f79d9;
	background: #5f79d9;
}

.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox input:checked::after,
.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox_primary input:checked::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 3px;
	width: 4px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox input + span,
.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox_primary input + span {
	display: inline;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
	color: #3f4d66;
	padding: 0;
	margin: 0;
	min-height: 0;
	background: transparent;
	cursor: pointer;
}

.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox input + span::before,
.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox input + span::after,
.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox_primary input + span::before,
.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox_primary input + span::after {
	content: none;
}

.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox input:checked + span,
.top_v2_jobs_result .top_v2_result_category_list .cmn_checkbox_primary input:checked + span {
	background: transparent;
	color: #2f446e;
}

.top_v2_jobs_result .top_v2_result_salary_select .salary {
	width: 100%;
	height: 48px;
	border: 1px solid #d4dff2;
	border-radius: 10px;
	background: #fff;
	padding: 0 14px;
	font-size: 16px;
	color: #2f456f;
	font-weight: 700;
}

.top_v2_jobs_result .top_v2_result_salary_select {
	position: relative;
}

.top_v2_jobs_result .top_v2_result_salary_native {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

.top_v2_jobs_result .top_v2_result_salary_select .top_v2_result_select_arrow {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.top_v2_jobs_result .top_v2_result_salary_select .salary,
.top_v2_jobs_result .top_v2_result_salary_select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: none;
	padding-right: 56px;
}

.top_v2_jobs_result .top_v2_result_filter_submit {
	margin-top: 16px;
	width: 100%;
	height: 54px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, #7798f4 0%, #4568d6 100%);
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-shadow: 0 5px 0 rgba(67, 97, 179, .2);
}

.top_v2_jobs_result .top_v2_result_filter_submit::before {
	content: "\f002";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
}

.top_v2_jobs_result .top_v2_result_content {
	min-width: 0;
	padding-top: 2px;
}

.top_v2_jobs_result .top_v2_result_head {
	padding-bottom: 12px;
	margin-bottom: 0;
	border-bottom: 1px solid #ccd9ef;
	display: block;
}

.top_v2_jobs_result .top_v2_result_title_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 8px;
}

.top_v2_jobs_result .top_v2_result_title {
	font-size: 18px;
	line-height: 1.35;
	color: #2f446e;
	font-weight: unset;
	margin: 0;
}

.top_v2_jobs_result .top_v2_result_title span {
	color: #3f6add;
	font-weight: 800;
}

.top_v2_jobs_result .top_v2_result_count {
	font-size: 13px;
	line-height: 1.4;
	color: #7a879d;
	margin: 0;
	flex: 0 0 auto;
}

.top_v2_jobs_result .top_v2_result_sort {
	font-size: 13px;
	line-height: 1.4;
	color: #6f7d95;
	white-space: nowrap;
	margin-left: auto;
	text-align: right;
	flex: 0 0 auto;
}

.top_v2_jobs_result .top_v2_result_sort a {
	color: #5d6d8d;
}

.top_v2_jobs_result .top_v2_result_sort a.is-active {
	color: #1f2d46;
	font-weight: 700;
}

.top_v2_jobs_result .top_v2_job_grid_result {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 20px;
}

.top_v2_jobs_result .top_v2_job_card {
	position: relative;
	border-color: #cfdbf1;
	border-radius: 14px;
	padding: 16px 16px 14px;
	gap: 9px;
}

.top_v2_jobs_result .top_v2_job_new {
	position: absolute;
	top: -11px;
	left: 14px;
	height: 24px;
	padding: 0 10px;
	border-radius: 5px;
	background: #ff3a80;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
}

.top_v2_jobs_result .top_v2_job_head {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 6px;
	align-items: start;
	width: 100%;
	min-width: 0;
}

.top_v2_jobs_result .top_v2_job_title {
	display: block;
	width: 100%;
	min-width: 0;
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0;
}

.top_v2_jobs_result .top_v2_job_company {
	margin: 0;
	display: block;
	width: 100%;
	min-width: 0;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 700;
	color: #4e5d77;
}

.top_v2_jobs_result .top_v2_job_meta {
	display: grid;
	gap: 6px;
}

.top_v2_jobs_result .top_v2_job_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.top_v2_jobs_result .top_v2_job_tags li a {
	font-size: 12px;
	line-height: 1.2;
	color: inherit;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}

.top_v2_jobs_result .top_v2_job_points {
	border-radius: 10px;
	padding: 10px 12px;
}

.top_v2_jobs_result .top_v2_job_action {
	grid-template-columns: 6fr 4fr;
	gap: 8px;
	align-items: center;
	min-height: 50px;
}

.top_v2_jobs_result .top_v2_job_btn_detail,
.top_v2_jobs_result .top_v2_job_btn_keep {
	align-self: center;
}

.top_v2_jobs_result .top_v2_job_btn_keep {
	height: 40px;
}

.top_v2_jobs_result .top_v2_job_card_banner_row {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	align-items: center;
	gap: 16px;
	padding: 12px 18px;
}

.top_v2_jobs_result .top_v2_job_card_banner_row .top_v2_banner_visual {
	height: 164px;
	border-radius: 10px;
	background-image: url("/x/img/st-hun.png");
}

.top_v2_jobs_result .top_v2_job_banner_body {
	text-align: center;
}

.top_v2_jobs_result .top_v2_job_banner_body h3 {
	margin: 0 0 8px;
}

.top_v2 .cmn_pagination_list li img {
	margin-top: 0 !important;
}

.top_v2_jobs_result .top_v2_job_banner_body p {
	margin: 0 0 8px;
	line-height: 1.6;
}

.top_v2_jobs_result .top_v2_job_banner_body .top_v2_job_banner_btn {
	height: 52px;
	font-size: 16px;
	padding: 0 22px;
	display: inline-flex;
	vertical-align: top;
}

.top_v2_jobs_result .top_v2_job_banner_body small {
	display: block;
	margin-top: 8px;
	line-height: 1.4;
}

.top_v2_jobs_result .top_v2_result_more_note {
	margin: 66px 0 96px;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	color: #1e2b45;
	font-weight: 700;
}

.top_v2_jobs_result .top_v2_result_bottom_count {
	margin-top: 24px;
	text-align: center;
	font-size: 15px;
	line-height: 1.4;
	color: #808da2;
}

.top_v2_jobs_result .top_v2_result_empty {
	padding: 3em;
	margin: 0 auto;
	text-align: center;
	line-height: 2em;
}

.top_v2_jobs_result .cmn_pagination {
	margin-top: 16px;
	display: flex;
	justify-content: center;
}

.top_v2_jobs_result .cmn_pagination_list {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.top_v2_jobs_result .cmn_pagination_page {
	min-width: 38px;
	height: 38px;
	border: 1px solid #96aee7;
	border-radius: 8px;
	padding: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	color: #4a6fd6;
	background: #f8fbff;
}

.top_v2_jobs_result .cmn_pagination_page.is-current {
	background: #4a6fd6;
	border-color: #4a6fd6;
	color: #fff;
}

.top_v2_jobs_result .cmn_pagination_ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 38px;
	color: #7f8da3;
	font-size: 15px;
	font-weight: 700;
}

.top_v2_jobs_result .top_v2_bottom_cta_result {
	margin-top: 34px;
	margin-left: 302px;
	width: calc(100% - 302px);
	box-sizing: border-box;
	padding: 36px 40px 22px;
}

.top_v2_jobs_result .top_v2_bottom_cta_result h2 {
	font-size: 24px;
	line-height: 1.35;
	margin-bottom: 10px;
}

.top_v2_jobs_result .top_v2_bottom_cta_result p {
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 18px;
}

.top_v2_jobs_result .top_v2_bottom_cta_result .top_v2_bottom_cta_deco {
	width: 108px;
	height: 108px;
	border-width: 11px;
	right: 8px;
	top: -10px;
}

.top_v2_jobs_result .top_v2_bottom_cta_result .top_v2_bottom_cta_deco::after {
	width: 58px;
	height: 14px;
	right: -42px;
}

.top_v2_jobs_result .top_v2_bottom_cta_result .top_v2_bottom_cta_btn {
	height: 62px;
	min-width: 420px;
	padding: 0 32px;
	font-size: 16px;
}

.top_v2_jobs_result .top_v2_bottom_cta_result small {
	margin-top: 10px;
	font-size: 11px;
}

/* Job detail page (PC) */
.top_v2_jobs_detail .top_v2_main_detail {
	padding: 26px 0 60px;
	background: #dfe7f5;
}

.top_v2_jobs_detail .top_v2_detail_breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 2px 0 20px;
	font-size: 12px;
	line-height: 1.4;
}

.top_v2_jobs_detail .top_v2_result_breadcrumb_home {
	color: #4f73d8;
	font-weight: 500;
}

.top_v2_jobs_detail .top_v2_result_breadcrumb_sep {
	width: 7px;
	height: 7px;
	border-top: 1px solid #a5b3cb;
	border-right: 1px solid #a5b3cb;
	transform: rotate(45deg);
	margin-top: -1px;
}

.top_v2_jobs_detail .top_v2_result_breadcrumb_current {
	color: #65738e;
}

.top_v2_jobs_detail .top_v2_detail_layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 20px;
	align-items: start;
}

.top_v2_jobs_detail .top_v2_detail_main {
	min-width: 0;
}

.top_v2_jobs_detail .top_v2_detail_headcard,
.top_v2_jobs_detail .top_v2_detail_section,
.top_v2_jobs_detail .top_v2_detail_side_card {
	background: #fff;
	border: 1px solid #cfdbf1;
	border-radius: 12px;
}

.top_v2_jobs_detail .top_v2_detail_headcard {
	position: relative;
	padding: 16px 20px 20px;
}

.top_v2_jobs_detail .top_v2_detail_head_top {
	display: grid;
	gap: 6px;
	padding-top: 6px;
}

.top_v2_jobs_detail .top_v2_job_new {
	position: absolute;
	top: -11px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	background: #ff3a80;
	color: #fff;
	width: fit-content;
}

.top_v2_jobs_detail .top_v2_detail_title {
	margin: 0;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	color: #3a62cc;
	letter-spacing: 0;
	position: relative;
	padding-left: 30px;
}

.top_v2_jobs_detail .top_v2_detail_title::before {
	content: "\f1ad";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 22px;
	line-height: 1;
	color: #3a62cc;
}

.top_v2_jobs_detail .top_v2_detail_company {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #4e5d77;
}

.top_v2_jobs_detail .top_v2_detail_head_tags {
	margin-top: 2px;
}

.top_v2_jobs_detail .top_v2_detail_head_tags li a,
.top_v2_jobs_detail .top_v2_detail_side_tags li a {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}

.top_v2_jobs_detail .top_v2_detail_head_lead {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 700;
	color: #334768;
}

.top_v2_jobs_detail .top_v2_detail_meta {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border: 1px solid #d0ddf4;
	border-radius: 8px;
	overflow: hidden;
	background: #e9effa;
}

.top_v2_jobs_detail .top_v2_detail_meta_item {
	padding: 10px 12px;
	border-right: 1px solid #d0ddf4;
}

.top_v2_jobs_detail .top_v2_detail_meta_item:last-child {
	border-right: 0;
}

.top_v2_jobs_detail .top_v2_detail_meta_label {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	color: #3a62cc;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.top_v2_jobs_detail .top_v2_detail_meta_label::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
}

.top_v2_jobs_detail .top_v2_detail_meta_item:nth-child(1) .top_v2_detail_meta_label::before {
	content: "\f3c5";
}

.top_v2_jobs_detail .top_v2_detail_meta_item:nth-child(2) .top_v2_detail_meta_label::before {
	content: "\f3d1";
}

.top_v2_jobs_detail .top_v2_detail_meta_item:nth-child(3) .top_v2_detail_meta_label::before {
	content: "\f017";
}

.top_v2_jobs_detail .top_v2_detail_meta_value {
	margin: 0;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 800;
	color: #2f4367;
	word-break: break-word;
}


.top_v2_jobs_detail .top_v2_detail_section {
	margin-top: 16px;
	padding: 0 0 18px;
	overflow: hidden;
}

.top_v2_jobs_detail .top_v2_detail_section_title {
	margin: 0;
	padding: 14px 20px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 800;
	color: #3f63c8;
	background: #eef3ff;
	border-bottom: 1px solid #d2def3;
	display: flex;
	align-items: center;
	gap: 8px;
}

.top_v2_jobs_detail .top_v2_detail_section_title::before {
	content: "\f0b1";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
}

.top_v2_jobs_detail .top_v2_detail_subsection {
	padding: 16px 22px 0;
}

.top_v2_jobs_detail .top_v2_detail_subtitle {
	margin: 0 0 10px;
	padding-left: 10px;
	border-left: 4px solid #4f72d9;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 800;
	color: #2f3f65;
}

.top_v2_jobs_detail .top_v2_detail_text {
	font-size: 14px;
	line-height: 1.75;
	color: #334768;
}

.top_v2_jobs_detail .top_v2_detail_condition {
	margin-top: 12px;
	padding: 14px 16px;
	border-radius: 10px;
}

.top_v2_jobs_detail .top_v2_detail_condition h4 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 800;
	color: #2f467d;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.top_v2_jobs_detail .top_v2_detail_condition h4::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
}

.top_v2_jobs_detail .top_v2_detail_condition_required h4::before {
	content: "\f058";
	color: #e39f27;
}

.top_v2_jobs_detail .top_v2_detail_condition_welcome h4::before {
	content: "\f005";
	color: #7b8fcb;
}

.top_v2_jobs_detail .top_v2_detail_condition_license h4::before {
	content: "\f19d";
	color: #4f72d9;
}

.top_v2_jobs_detail .top_v2_detail_condition_service_open h4::before {
	content: "\f017";
	color: #7f8da7;
}

.top_v2_jobs_detail .top_v2_detail_condition div {
	font-size: 14px;
	line-height: 1.75;
	color: #314666;
}

.top_v2_jobs_detail .top_v2_detail_condition_required {
	background: #fff8c8;
	border: 1px solid #f0df8b;
}

.top_v2_jobs_detail .top_v2_detail_condition_welcome {
	background: #e8effc;
	border: 1px solid #c7d7f5;
}

.top_v2_jobs_detail .top_v2_detail_condition_license {
	background: #f7f9ff;
	border: 1px solid #8ea9e8;
}

.top_v2_jobs_detail .top_v2_detail_condition_service_open {
	background: #fff;
	border: 1px solid #d8e0ee;
}

.top_v2_jobs_detail .top_v2_detail_table {
	width: calc(100% - 44px);
	margin: 18px 22px 0;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #d5deee;
	border-radius: 10px;
	overflow: hidden;
}

.top_v2_jobs_detail .top_v2_detail_table th,
.top_v2_jobs_detail .top_v2_detail_table td {
	border-top: 1px solid #e0e6f1;
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.65;
	color: #33486a;
}

.top_v2_jobs_detail .top_v2_detail_table tr:first-child th,
.top_v2_jobs_detail .top_v2_detail_table tr:first-child td {
	border-top: 0;
}

.top_v2_jobs_detail .top_v2_detail_table th {
	width: 170px;
	background: #f5f8ff;
	font-weight: 800;
	color: #2f4164;
}

.top_v2_jobs_detail .top_v2_detail_action_bar {
	margin-top: 18px;
	padding: 18px 22px;
	background: #f5f8ff;
	border: 2px solid #edc14e;
	border-radius: 12px;
}

.top_v2_jobs_detail .top_v2_detail_period {
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #2f3f64;
}

.top_v2_jobs_detail .top_v2_detail_buttons {
	margin-top: 12px;
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
}

.top_v2_jobs_detail .top_v2_detail_buttons .cmn_button_default,
.top_v2_jobs_detail .top_v2_detail_buttons .cmn_button_keep {
	width: 100%;
	box-sizing: border-box;
	border-radius: 999px;
}

.top_v2_jobs_detail .top_v2_detail_buttons .cmn_button_default {
	height: 56px;
	font-size: 16px;
}

.top_v2_jobs_detail .top_v2_detail_buttons .top_v2_detail_entry_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 56px;
	border-radius: 999px;
	box-shadow: 0 6px 0 rgba(224, 205, 129, 0.55);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.top_v2_jobs_detail .top_v2_detail_buttons .top_v2_detail_entry_btn::before,
.top_v2_jobs_detail .top_v2_detail_buttons .top_v2_detail_entry_btn::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 0 !important;
	border-left: 0 !important;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	line-height: 1;
	width: auto;
	height: auto;
}

.top_v2_jobs_detail .top_v2_detail_buttons .top_v2_detail_entry_btn::before {
	content: "\f0e0";
	left: 22px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #ea9a4f;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.top_v2_jobs_detail .top_v2_detail_buttons .top_v2_detail_entry_btn::after {
	content: "\f054";
	right: 24px;
	font-size: 16px;
}

.top_v2_jobs_detail .top_v2_detail_buttons .cmn_button_keep {
	height: 44px;
	background: #fff;
	border: 1px solid #d8deea;
	box-shadow: 0 3px 0 #ddd;
	color: #374151;
}

.top_v2_jobs_detail .top_v2_detail_buttons .top_v2_job_btn_keep,
.top_v2_jobs_detail .top_v2_detail_buttons_bar .top_v2_job_btn_keep,
.top_v2_jobs_detail .top_v2_detail_buttons_side .top_v2_job_btn_keep {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 42px;
	padding: 0 16px;
	border: 1px solid #d8deea;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 3px 0 #ddd;
	color: #374151;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.top_v2_jobs_detail .top_v2_detail_buttons .top_v2_job_btn_keep::before,
.top_v2_jobs_detail .top_v2_detail_buttons_bar .top_v2_job_btn_keep::before,
.top_v2_jobs_detail .top_v2_detail_buttons_side .top_v2_job_btn_keep::before {
	content: "\f005";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #9ca3af;
}

.top_v2_jobs_detail .top_v2_detail_buttons .top_v2_job_btn_keep::after,
.top_v2_jobs_detail .top_v2_detail_buttons_bar .top_v2_job_btn_keep::after,
.top_v2_jobs_detail .top_v2_detail_buttons_side .top_v2_job_btn_keep::after {
	content: none !important;
	display: none !important;
}

.top_v2_jobs_detail .top_v2_detail_buttons .top_v2_job_btn_keep.is-active,
.top_v2_jobs_detail .top_v2_detail_buttons_bar .top_v2_job_btn_keep.is-active,
.top_v2_jobs_detail .top_v2_detail_buttons_side .top_v2_job_btn_keep.is-active {
	border-color: #f2cb45;
	background: #f2cb45;
	color: #fff;
	box-shadow: none;
}

.top_v2_jobs_detail .top_v2_detail_buttons .top_v2_job_btn_keep.is-active::before,
.top_v2_jobs_detail .top_v2_detail_buttons_bar .top_v2_job_btn_keep.is-active::before,
.top_v2_jobs_detail .top_v2_detail_buttons_side .top_v2_job_btn_keep.is-active::before {
	color: #fff;
}

.top_v2_jobs_detail .top_v2_detail_buttons_bar {
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}

.top_v2_jobs_detail .top_v2_detail_buttons_bar .cmn_button_default {
	flex: 1 1 auto;
	max-width: 420px;
}

.top_v2_jobs_detail .top_v2_detail_buttons_bar .cmn_button_keep {
	flex: 0 0 180px;
}

.top_v2_jobs_detail .top_v2_detail_side {
	display: grid;
	gap: 16px;
}

.top_v2_jobs_detail .top_v2_detail_side_card {
	padding: 14px 14px 16px;
}

.top_v2_jobs_detail .top_v2_detail_side_apply {
	border-color: #edc14e;
}

.top_v2_jobs_detail .top_v2_detail_buttons_side {
	margin-top: 10px;
}

.top_v2_jobs_detail .top_v2_detail_buttons_side .cmn_button_default {
	height: 52px;
	font-size: 16px;
}

.top_v2_jobs_detail .top_v2_detail_buttons_side .cmn_button_keep {
	height: 40px;
}

.top_v2_jobs_detail .top_v2_detail_side_title {
	margin: 0 0 8px;
	padding-left: 8px;
	border-left: 4px solid #4f72d9;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 800;
	color: #334b74;
}

.top_v2_jobs_detail .top_v2_detail_side_item {
	padding: 10px 0 12px;
	border-top: 1px solid #dee6f5;
}

.top_v2_jobs_detail .top_v2_detail_side_item:first-of-type {
	border-top: 0;
}

.top_v2_jobs_detail .top_v2_detail_side_company {
	margin: 0;
	font-size: 13px;
	color: #4e5d77;
}

.top_v2_jobs_detail .top_v2_detail_side_job {
	margin: 3px 0 4px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
}

.top_v2_jobs_detail .top_v2_detail_side_job a {
	color: #3a62cc;
	text-decoration: none;
}

.top_v2_jobs_detail .top_v2_detail_side_meta,
.top_v2_jobs_detail .top_v2_detail_side_salary {
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	color: #3c5176;
	padding-left: 18px;
	position: relative;
}

.top_v2_jobs_detail .top_v2_detail_side_meta::before,
.top_v2_jobs_detail .top_v2_detail_side_salary::before {
	position: absolute;
	left: 0;
	top: 2px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 12px;
	line-height: 1;
	color: #3a62cc;
}

.top_v2_jobs_detail .top_v2_detail_side_meta::before {
	content: "\f3c5";
}

.top_v2_jobs_detail .top_v2_detail_side_salary {
	font-size: 16px;
	font-weight: 700;
}

.top_v2_jobs_detail .top_v2_detail_side_salary::before {
	content: "\f3d1";
	top: 4px;
}

.top_v2_jobs_detail .top_v2_detail_side_tags {
	margin-top: 6px;
}

.top_v2_jobs_detail .top_v2_detail_side_tags.top_v2_job_tags {
	gap: 6px;
}

.top_v2_jobs_detail .top_v2_detail_side_tags.top_v2_job_tags li {
	font-size: 12px;
	padding: 6px 10px;
}

.top_v2_jobs_detail .top_v2_detail_side_tags li a {
	font-size: 12px;
}

.top_v2_jobs_detail .top_v2_detail_empty {
	padding: 54px 24px;
	background: #f5f8ff;
	border: 1px solid #c8d4ea;
	border-radius: 12px;
	text-align: center;
}

.top_v2_jobs_detail .top_v2_detail_empty h1 {
	margin: 0;
	font-size: 26px;
	color: #2f3f64;
}
