@charset "UTF-8";

/* ===================================================================
	求人一覧　ファーストビュー以下のcss
=================================================================== */

.job_search_city_sp {
	display: none;
}

.job_list_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: var(--def-max-width);
	width: var(--def-width);
	margin: 0 auto;
}

.job_list_area {
	order: 2;
	width: 71%;
	max-width: 820px;
}
.recruit_list_side {
	order: 1;
	max-width: 300px;
	width: 27%;
}
.recruit_list_search {
	background: var(--bs-white);
	border: 1px solid var(--bs-dorapita);
	border-radius: 5px;
}


/* 検索結果エリア
-----------------------------------------*/
.job_list_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.job_list_top h2 {
	font-size: 1.4rem;
}
/* ソートボタン */
.sort_btn {
	display: flex;
}
.sort_btn a {
	display: inline-block;
	padding: 0.5em 1em;
	border-top: 1px solid var(--bs-dorapita02);
	border-right: 1px solid var(--bs-dorapita02);
	border-bottom: 1px solid var(--bs-dorapita02);
	background: var(--bs-dorapita);
	font-size: .9rem;
	color: var(--bs-white);
	line-height: 1em;
}
.sort_btn a:first-child {
	border-radius: 1em 0 0 1em;
	border-left: 1px solid var(--bs-dorapita02);
}
.sort_btn a:last-child {
	border-radius: 0 1em 1em 0;
}
.sort_btn a.current {
	background: var(--bs-white);
	color: var(--bs-dorapita);
	position: relative;
}
.sort_btn a.current:before {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 1px);
	margin-left: -8px;
	border: 9px solid transparent;
	border-top: 9px solid var(--bs-dorapita02);
}
.sort_btn a.current:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid var(--bs-white);
}


.related_jobs_keyword {
	display: flex;
	margin-bottom: 20px;
	padding: 10px 20px;
	background: var(--bs-white);
	border-radius: 5px;
	color: #666666;
}
.related_jobs_keyword dt {
	flex-shrink: 0;
	flex-grow: 0;
	width: 4em;
	margin-right: 1em;
}
.related_jobs_keyword a {
	margin-right: 1em;
	text-decoration: underline;
	color: #666666;
}



.job_item {
	margin-bottom: 20px;
	background: var(--bs-white);
	border-radius: 8px;
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.2));
}
/* プランいろいろ */
.plan_premier,
.plan_super,
.plan_basic,
.plan_light,
.plan_super_light {}

.job_item_detail {
	position: relative;
	display: block;
	padding: 15px 20px;
	border-radius: 8px 8px 0 0;
	border: 5px solid var(--bs-dorapita03);
	border-bottom: none;
	background: var(--bs-white);
	transition: all .3s;
}
.job_item_detail:hover {
	background: rgba(217,235,236,.2);
}
.job_item_detail > a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.job_item_detail .job_item_favorite, .job_item .job_item_favorite, .job_item_contact.action-footer .btn_job_contact_detail {
	display: none;
}
.job_item_title {
	width: 100%;
	margin-bottom: 15px;
	padding-right: 40px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.8;
	text-decoration: underline;
}
.sp_job_item_title {
	display: none;
}

.icon_oiwaikin {
	position: absolute;
	right: 0;
	top: 0;
}


.job_item_img_sub {
	display: flex;
	margin-top: 10px;
}
.job_item_img_sub li {
	width: 32%;
	margin-right: 2%;
}
.job_item_img_sub li:last-of-type {
	margin-right: 0;
}

.job_item_txt {
	margin-bottom: 15px;
/*	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;*/
}
.job_item_company_name {
	margin-bottom: 15px;
	font-size: .9rem;
	color: var(--bs-gray);
}
.job_item_sub_title {
	margin-bottom: 15px;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--bs-dorapita);
	line-height: 1.4;
}
.job_item_ex {
	font-size: .75rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}


.job_item_spec {
/*	margin-bottom: 15px;*/
	padding-top: 15px;
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.4;
	border-top: 1px solid #ccc;
}
.job_item_spec li {
	display: flex;
	margin-bottom: .2em;
}
.job_item_spec li.icon_job_spec {
	position: relative;
	padding-left: 20px;
}
.job_item_spec li.icon_job_spec::before {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0.3em;
	left: 0;
	background-image: url(../../img/front/new_dorapita/icon_job.svg);
	background-repeat: no-repeat;
	background-size: 100px auto;
}
.job_item_spec li.icon_jobtype::before {
	background-position: 0 -20px;
}
.job_item_spec li.icon_salary::before {
	background-position: -20px -20px;
}
.job_item_spec li.icon_city::before {
	background-position: -40px -20px;
}
/*
.job_item_spec .material-icons-outlined {
	flex-shrink: 0;
	flex-grow: 0;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin-top: .2em;
	margin-right: 5px;
	background: var(--bs-primary);
	border-radius: 50%;
	font-size: .9rem;
	color: var(--bs-white);
	line-height: 1.4;
	text-align: center;
}*/

.job_item_detail .job_item_tag {
	margin: 10px 0;
}
.btn_more {
	display: none;
}


/* プラン毎の設定 */
.plan_premier .job_item_detail,
.plan_super .job_item_detail,
.plan_basic .job_item_detail  {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.plan_premier .job_item_img,
.plan_super .job_item_img {
	width: 47%;
	flex-shrink: 0;
	flex-grow: 0;
}
.plan_premier .job_item_info,
.plan_super .job_item_info {
	width: 50%;
}

.plan_basic .job_item_img {
	width: 15%;
	min-width: 110px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 3%;
}
.plan_basic .job_item_info {
	width: calc(78% - 110px);
	flex-shrink: 1;
	flex-grow: 1;
}
.plan_basic .job_item_company_name {
	margin-bottom: 5px;
}
.plan_basic .job_item_spec,
.plan_light .job_item_spec,
.plan_super_light .job_item_spec {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.plan_basic .job_item_spec li,
.plan_light .job_item_spec li,
.plan_super_light .job_item_spec li {
	margin-right: 15px;
}
.plan_basic .job_item_spec li:last-of-type,
.plan_light .job_item_spec li:last-of-type,
.plan_super_light .job_item_spec li:last-of-type {
	margin-right: 0;
}


.plan_super_light .job_item_detail {
	border: 5px solid #E6E6E6;
	border-radius: 8px;
}
.plan_super_light .job_item_detail > a {
}
.plan_super_light .job_item_title {
	margin-bottom: 5px;
	padding: 0;
}
.plan_super_light .job_item_spec {
	margin-bottom: 0;
}

.job_item_contact {
	align-items: center;
	background-color: var(--bs-dorapita03);
}

.job_item_contact.action-footer .custom-checkbox-label{
    padding: 14px;
    background: var(--bs-dorapita03);
    border-radius: 0 0 8px 8px;
    border-right: 2px solid var(--bs-white);
}
.job_item_contact.action-footer .form_check_input {
	flex-shrink: 0;
    flex-grow: 0;
    width: 1.5em;
    height: 1.5em;
    font-weight: 500;
    vertical-align: middle;
    background-color: var(--bs-white);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 2px;
    border: 2px solid var(--bs-dorapita);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    cursor: pointer;
    outline: none !important;
}

.job_item_contact.action-footer .form_check_input:checked {
    background-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"  fill="%23ffffff"><path class="b" d="M18.73,9.43c.63-.63,.63-1.67,0-2.3-.63-.63-1.67-.63-2.3,0l-6.28,6.28-2.57-2.57c-.63-.63-1.67-.63-2.3,0-.63,.63-.63,1.67,0,2.3l3.72,3.72c.63,.63,1.67,.63,2.3,0l7.43-7.43Z"/></svg>');
    border-radius: 2px;
    background-color: var(--dorapita, #00797E);
}

.job_item_contact.action-footer .favorite-btn{
  	flex: 0 0 45%;
    padding: 10.6px;
    background: var(--bs-gray-light);
    border-radius: 0 0 8px 8px;
    border-right: 2px solid #fff;
    font-size: 1.4rem;
}

.job_item_contact .btn_job_favorite .fa-star {
	color: var(--bs-dorapita);
	padding-right: 5px;
}

.job_item_contact .btn_job_favorite .fa-star.fas,
.favorite-btn .fa-star.fas{
	color: var(--bs-secondary);
}

.job_item_contact > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 15px ;
	background: var(--bs-dorapita03);
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	transition: all .3s;
	flex: 1;
}
.job_item_contact > a:hover {
	background: var(--bs-dorapita04);
}
.job_item_contact > a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	display: inline;
	width: 1px;
	height: 1.4em;
	background: var(--bs-white);
}
.job_item_contact > a:last-of-type::after {
	display: none;
}
.job_item_contact > a:first-of-type {
	border-radius: 0 0 0 8px;
}
.job_item_contact > a:last-of-type {
	border-radius: 0 0 8px 0;
}
.job_item_contact > a i {
	margin-right: 5px;
	color:  var(--bs-primary-dark);
	display: none;
}


.job_item_contact > a.btn_job_contact_tel {
	display: none;
}
.job_item_contact > a.btn_job_contact_entry {
	width: 100%;
	border-radius: 0 0 8px 8px;
}
.job_item_contact > a.btn_job_contact_tel::before,
.job_item_contact > a.btn_job_contact_entry::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: .2em;
	background-image: url(../../img/front/new_dorapita/icon.svg);
	background-repeat: no-repeat;
	background-size: 200px auto;
}
.job_item_contact > a.btn_job_contact_tel::before {
	background-position: 0 -30px;
}
.job_item_contact > a.btn_job_contact_entry::before {
	background-position: -24px -30px;
}
.job_item_contact>a.btn_job_favorite {
	border-radius: 0 0 8px 8px;
}
.job_item_contact > a.btn_job_favorite::before {
    content: '';
    display: inline-block;
    background-image: url(../../img/front/new_dorapita/star-regular.svg);
    background-repeat: no-repeat;
    margin-right: 0.2em;
    width: 24px;
    height: 24px;
    background-position: 0px 2px;
}


.job_item_contact_history > a {
	font-size: 1rem;
}
.job_item_contact_history > a.btn_job_contact_detail,
.job_item_contact_history > a.btn_job_contact_entry {
	width: 50%;
}
.job_item_contact_history > a.btn_job_contact_entry {
	border-radius: 0 0 8px 0;
}
.job_item_contact_history > a.btn_job_contact_detail::before,
.job_item_contact_history > a.btn_job_contact_entry::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: .2em;
	background-image: url(../../img/front/new_dorapita/icon.svg);
	background-repeat: no-repeat;
	background-size: 200px auto;

}
.job_item_contact_history > a.btn_job_contact_detail::before {
	background-position: 0 -60px;
}
.job_item_contact_history > a.btn_job_contact_entry::before {
	background-position: -20px -60px;
}

/*
right: 0.8em;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
*/



/* ボタン一つだけの場合 */
.job_item_contact_one > a {
	width: 100%;
}
.job_item_contact_one > a:first-of-type {
	border-radius: 0 0 8px 8px;
}

/* 検索サイド */
.recruit_list_search > h2 {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background: var(--bs-dorapita);
	color: var(--bs-white);
	font-size: .9rem;
	font-weight: 400;
}
.recruit_list_search > h2 i {
	margin-right: .5em;
}
.recruit_list_search > h2.title_search_results::before,
.recruit_list_search > h2.title_search_terms::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: .4em;
	background-image: url(../../img/front/new_dorapita/icon.svg);
	background-repeat: no-repeat;
	background-size: 200px auto;
}
.recruit_list_search > h2.title_search_results::before {
	background-position: -20px 0;
}
.recruit_list_search > h2.title_search_terms::before {
	background-position: 0 0;
}

.sp_search_results_num {
	display: none;
}
.search_results_num {
	width: 90%;
	margin: 15px auto;
	text-align: center;
}
.search_results_num span {
	margin-right: 5px;
	font-size: 185%;
	font-weight: 700;
	color: #FE0000;
}

.search_results_wrap {
	padding: 0 0 10px;
	background: var(--bs-dorapita-light);
	border-radius: 0 0 5px 5px;
}
.search_results {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
}
.search_results::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -17px;
	border: 17px solid transparent;
	border-top: 10px solid var(--bs-white);
}

.search_results_item {
/*	width: 90%;*/
	margin: 0 15px;
	padding: 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.search_results_item:last-of-type {
	border-bottom: none;
}
.search_results_item dt {
	margin-bottom: 0;
	padding: 10px 0;
	font-weight: 500;
}
.search_results_item dd {
/*	padding-bottom: 5px;*/
	font-size: .8rem;
}
.search_results_item dd > div {
	padding-bottom: 5px;
}
.search_results_item dd input[type="text"] {
	margin-bottom: 5px;
}

.search_results_item dt a,
.select_open_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
	transition: all .3s;
	cursor: pointer;
}
.search_results_item dt a .icon_modal_open {
	padding: 0 5px;
	font-size: 1.2rem;
	color: var(--bs-primary);
}

.search_results_item dt a .icon_select_open,
.select_open_link .icon_select_open {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px 5px;
	color: var(--bs-primary);
	font-size: .75rem;
	border: 1px solid var(--bs-primary);
	border-radius: 3px;
}
.search_results_item dt a .icon_select_open i,
.select_open_link .icon_select_open i {
	margin-left: .2em;
	color: var(--bs-primary);
	display: none;
/*	font-size: .85rem;*/
}
.search_results_item dt a .icon_select_open::after,
.select_open_link .icon_select_open::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-left: 2px;
	background-image: url(../../img/front/new_dorapita/icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: -30px -20px;
}

.search_results_item dt a:hover,
.select_open_link:hover {
	background: rgba(247,147,30,.1);
}
.search_results_selected {
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .5em;
	padding: 0 0 0 .6em;
	background: var(--bs-dorapita-light);
	border-radius: 3px;
}
button.search_results_selected_del {
	display: inline;
	padding: .4em .6em;
	border: none;
	background: none;
	color: #61ACAF;
	cursor: pointer;
}

.btn_search_results {
/*	display: flex;
	align-items: center;
	justify-content: space-between;*/
	position: relative;
	display: block;
	width: 90%;
	height: 2.4em;
	margin: 0 auto 20px;
	padding: 0 1.8em 0 1em;
	background: var(--bs-primary);
	border: none;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--bs-white);
	border-radius: 1.2em;
	cursor: pointer;
	transition: all .3s;
}
.btn_search_results:hover {
	background: var(--bs-primary-dark);
}
.btn_search_results::after {
	content: "";
	position: absolute;
	right: .8em;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../../img/front/new_dorapita/icon.svg);
	background-repeat: no-repeat;
	background-size: 200px auto;
	background-position: 0 0;
}



.btn_search_save,
a.btn_searh_link {
	display: block;
	width: 90%;
	margin: 8px auto;
	padding: .5em;
	background: var(--bs-dorapita);
	border: none;
	border-radius: 3px;
	text-align: center;
	font-size: .8rem;
	font-weight: 700;
	color: var(--bs-white);
	line-height: 1.2;
	cursor: pointer;
	vertical-align: baseline;
	transition: all .3s;
}
.btn_search_save:hover,
a.btn_searh_link:hover {
	background: var(--bs-dorapita02);
}



.search_select_box {
/*	display: none;*/
	visibility: hidden;
	/*
	width: 250px;
	max-height: 50vh;
	padding: 10px 30px 10px 10px;*/
	position: absolute;
	right: -260px;
	top: 10px;
/*	border-radius: 10px;
	background: var(--bs-white);
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
	overflow-y: auto;*/
	transition: all .3s;
	opacity: 0;
	z-index: 100;
}
.search_select_box_inner {
	width: 250px;
	max-height: 50vh;
	padding: 10px 10px 60px;
	border-radius: 10px;
	background: var(--bs-white);
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
	overflow-y: auto;
}
.search_select_box.active {
	visibility: visible;
	opacity: 1;
}

.search_select_box_close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--bs-dorapita);
	font-size: 14px;
	color: var(--bs-white);
	text-align: center;
	cursor: pointer;
	z-index: 200;
}
.search_select_box_close::after {
	content: "";
/*	position: absolute;
	right: 0.8em;
	top: 50%;
	transform: translateY(-50%);*/
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../../img/front/new_dorapita/icon.svg);
	background-repeat: no-repeat;
	background-size: 200px auto;
	background-position: -40px 0;
}

.search_select_box_btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	background: rgba(255,255,255,0.8);
}
.search_select_box_btn .btn_search_results {
	margin: 0 auto;
	padding-right: 2em;
	font-size: 1rem;
}
.search_select_box_btn .btn_search_results .material-icons-outlined {
	right: 0.5em;
}

fieldset > legend {
	width:100%;
	padding: .2em .5em;
	margin-bottom: 5px;
	background-color: var(--bs-dorapita03);
/*	color:var(--bs-white);*/
}
div.input.select > label{
	display:none;
}
.popup-bg-cover{
	position: fixed; /* ブラウザの定位置に固定 */
	background: rgba(0, 0, 0, .5); /* 背景色を半透明の黒色に */
	width: 100%; /* 要素の横幅を画面全体に */
	height: 100%; /* 要素の高さを画面全体に */
	top: 0; /* 要素の固定位置をブラウザ最上部に合わせる */
	left: 0; /* 要素の固定位置をブラウザ左側に合わせる */
	z-index: 99; /* 要素をコンテンツより前面に（要調整） */
}

#apply-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow-y: auto;
}
#apply-wrapper.hidden {
  display: none;
}

#apply-wrapper .apply-inner {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  padding: 24px 40px;
  border-radius: 20px 20px 0 0;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
}

#apply-wrapper .apply-inner .apply-container-pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#apply-wrapper .apply-inner .apply-left-section {
  flex: 0 0 35%;
  font-size: 24px;
  color: var(--bs-white);
  font-weight: 700;
}

#apply-wrapper .apply-inner .apply-left-section .selection-text-line{
  font-size: 24px;
}

#apply-wrapper .apply-inner .apply-left-section .selection-text-line .selection-count{
	font-size: 32px;
}

#apply-wrapper .apply-inner .apply-right-section {
  flex: 0 0 65%;
  display: flex;
  flex-direction: column;
}

#apply-wrapper .apply-inner button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  height: 2.7em;
  padding: 16px 40px;
  background: linear-gradient(-25deg, #f7931e 0%, #f7931e 50%, #f68500 50%, #f68500 100%);
  color: var(--bs-white);
  font-size: 24px;
  font-weight: bold;
  border-radius: 100px;
  height: 56px;
}

#apply-wrapper .apply-inner button span {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  margin-right: 0.7em;
  border-radius: 50%;
  background: var(--bs-white);
  color: var(--bs-primary);
  font-size: 1.2rem;
  text-align: center;
}

#apply-wrapper .apply-container-mobile {
  display: none;
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
	
}


/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	.btn_search_results {
		font-size: 1.1rem;
	}
	
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	/* 一旦消す */
	.recruit_list_side {
		display: none;
	}
	.job_list_wrap {
		display: block;
	}
	.job_list_area {
		width: auto;
		max-width: inherit;
	}
	
	/* スマホ用検索　市区町村とキーワードで検索 */
	.job_search_city_sp {
		display: block;
		margin-bottom: 30px;
	}
	.job_search_city_keyword {
		display: flex;
		margin-top: 5px;
	}
	.btn_search_city {
		flex-shrink: 0;
		flex-grow: 0;
		width: 4em;
		margin-left: 5px;
		background: var(--bs-dorapita);
		font-size: 1.1rem;
		font-weight: 500;
		color: var(--bs-white);
		text-align: center;
	}
	
	
	.job_list_top {
		align-items: center;
	}
	.job_list_top h2 {
		display: none;
	}
	.sp_search_results_num {
		display: block;
		width: auto;
		margin: 0;
		text-align: left;
		font-size: 1.2rem;
	}
	.sp_search_results_num span {
		font-size: 100%;
		color: var(--bs-dark);
	}
}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	#apply-wrapper .apply-container-mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	#apply-wrapper .apply-inner {
		max-width: 90%;
	}

	#apply-wrapper .apply-inner .apply-container-pc {
		display: none;
	}

	#apply-wrapper .apply-container-mobile .selection-info-mobile {
		flex: 0 0 35%;
		font-size: 16px;
		color: var(--bs-white);
		font-weight: 700;
	}

	#apply-wrapper .apply-container-mobile .selection-text-line-mobile {
		color: var(--bs-white);
		text-align: center;
	}

	#apply-wrapper .apply-container-mobile .selection-label{
		font-size: 16px;
		display: block;
		font-weight: 700;
		padding-bottom: 8px;
	}

	#apply-wrapper .apply-container-mobile .selection-count{
		font-size: 32px;
		font-weight: 700;
		color: var(--bs-white);
	}

	#apply-wrapper .apply-container-mobile .selection-unit{
		font-size: 24px;
	}

	#apply-wrapper .apply-inner button {
		font-size: 20px;
		border-radius: 10px;
		padding: 16px 10px;
	}
	#apply-wrapper .apply-inner button i {
		font-size: 18px;
		padding-right: 5px;
	}
	
	/*
	.job_item_contact > a {
		width: 50%;
	}
	.job_item_contact > a.btn_job_contact_tel {
		display: block;
	}
	.job_item_contact > a.btn_job_contact_entry {
		border-radius: 0 0 8px 0;
	}*/
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.sort_btn a {
		font-size: .8rem;
	}
	.related_jobs_keyword {
		font-size: .8rem;
	}
	
	.job_item_detail {
		padding: 0;
	}
	.job_item_detail > a {
		padding: 15px;
	}
  .job_item_detail .job_item_favorite,
  .job_item .job_item_favorite {
	display: flex;
	position: absolute;
	right: -8px;
	top: -8px;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	align-items: center;
	border: 2px solid #d1ecee;
	background: #fff;
	justify-content: center;
	z-index: 9;
  }
  .job_item_detail .job_item_favorite i,
  .job_item .job_item_favorite i {
    font-size: 1.2rem;
    color: var(--bs-dorapita);
  }
  .job_item_detail .job_item_favorite i.fa-star.fas,
  .job_item .job_item_favorite i.fa-star.fas {
    color: var(--bs-primary);
  }
	.job_item_title {
		line-height: 1.4;
	}
	.icon_oiwaikin {
		right: -10px;
		top: -15px;
		z-index: 100;
	}
	
	/* プレミア */
	.plan_premier .job_item_detail,
	.plan_super .job_item_detail {
		display: block;
	}
	.plan_premier .job_item_detail > a,
	.plan_super .job_item_detail > a {
		padding: 0;
	}
	.plan_premier .job_item_title,
	.plan_super .job_item_title {
		display: none;
	}
	.plan_premier .sp_job_item_title,
	.plan_super .sp_job_item_title {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px;
		background: rgba(0,0,0,0.4);
		font-size: 1.2rem;
		color: var(--bs-white);
		line-height: 1.4;
		text-decoration: underline;/*nsd220630*/
	}
	.plan_premier .sp_icon_new,
	.plan_super .sp_icon_new {
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 15px;
	}
	.plan_premier .job_item_img,
	.plan_super .job_item_img {
		position: relative;
		width: 100%;
	}
	.plan_premier .job_item_img img,
	.plan_super .job_item_img img {
		border-radius: 4px 4px 0 0 ;
	}
	.plan_premier .job_item_img_sub {
		display: none;
	}
	.plan_premier .job_item_info,
	.plan_super .job_item_info {
		width: auto;
		padding: 15px;
	}
	.job_item_company_name,
	.job_item_sub_title {
		margin-bottom: 10px;
	}
	
	.job_item_contact > a {
		font-size: 1.2rem;
	}
	
	.job_item_contact > a.btn_job_contact_tel {
		display: flex;
	}
	.job_item_contact > a.btn_job_contact_entry {
		width: 50%;
		border-radius: 0 0 8px 0;
	}
	.job_item_contact_one > a.btn_job_contact_entry {
		width: 100%;
		border-radius: 0 0 8px 8px;
	}
	.job_item_contact .btn_job_favorite {
		display: none;
	}
	
	.plan_basic .job_item_title {
		display: none;
	}
	.plan_basic .job_item_img {
		display: flex;
		width: 100%;
		max-width: inherit;
		margin: 0 0 10px;
/*		padding-right: 35px;*/
	}
	.plan_basic .job_item_img_main {
		order: 1;
		width: 30%;
		height: auto;
		margin-right: 3%;
	}
	.plan_basic .sp_job_item_title {
		order: 2;
		display: block;
		width: 65%;
		line-height: 1.4;
		text-decoration: underline;/*nsd220630*/
	}
	.sp_job_item_title {}
	.job_item_spec {
		margin-bottom: 0;
	}
	.plan_premier .job_item_detail,
	.plan_super .job_item_detail,
	.plan_basic .job_item_detail,
	.plan_light .job_item_detail {
		position: relative;
		z-index: 1;
		padding-bottom: 15px;
/*		background: #ccc;*/
	}
	.plan_super_light .job_item_detail {
		
	}
	.job_item_detail .job_item_tag {
		margin: 0;
/*		padding: 0 15px 15px;*/
	}
	.btn_more_area {
		position: relative;
		overflow: hidden;
		height: 80px;
		margin: 0 15px;
		z-index: 100;
	}
	
	.btn_more_area::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		display: block;
		width: 100%;
		height: 50px;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, .7) 30%, rgba(255, 255, 255, 1));
	}
	.btn_more_area.txt_open {
		height: auto;
	}
	.btn_more_area.txt_open::after {
		display: none;
	}
	.btn_more {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: .3em 1em;
		text-align: center;
		font-size: .85rem;
		font-weight: 500;
		color: var(--bs-gray);
		line-height: 30px;
		z-index: 999;
		overflow: inherit;
	}
	.btn_more::after {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-left: 0.2em;
		background-image: url(../../img/front/new_dorapita/icon_arrow.svg);
		background-repeat: no-repeat;
		background-size: 40px auto;
		background-position: 0px -10px;
	}
	.btn_more.click_open {
		display: none;
	}
	.job_item_contact.action-footer .custom-checkbox-label {
		position: absolute;
        top: -5px;
        left: -5px;
        z-index: 999;
        background-color: var(--bs-white);
        padding: 0;
        border: 0;
	}
	.job_item_contact.action-footer .form_check_input {
		padding: 0;
		margin: 0;
	}
	
	.job_item_contact.action-footer .favorite-btn {
		display: none;
	}

	.job_item_contact.action-footer .btn_job_contact_detail {
		display: flex;
		padding: 17px;
	}
	.job_item_contact.action-footer .btn_job_contact_detail::before {
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: .2em;
		background-image: url(../../img/front/new_dorapita/icon.svg);
		background-repeat: no-repeat;
		background-size: 200px auto;
		background-position: 0 -60px;
	}
	/*
	.section_box_girl .btn_more .btn_more_trigger:checked ~ .btn_more_item {
		height: auto;
	}*/

	#apply-wrapper .apply-inner h2 {
	flex: 1;
	font-size: 0.8rem;
	color: var(--bs-white);
	text-align: center;
	}
}

@media (max-width: 479px) {
	
}

/* New job action buttons styles */
.job-action-buttons {
	display: flex;
	gap: 10px;
	padding: 15px;
	background-color: var(--bs-dorapita03);
	border-radius: 0 0 8px 8px;
	width: 80%;
	margin: 0 auto;
}

/* Job action buttons when bulk apply checkbox is present */
.job-action-buttons.desktop-only:has(.bulk-apply-checkbox) {
	width: 100%;
	margin: 0;
	align-items: center;
}

.btn_job_favorite {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 56px;
	padding: 10px 16px;
	background: var(--bs-white);
	border: 1px solid var(--bs-dorapita);
	border-radius: 30px;
	color: var(--bs-dorapita);
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	flex: 1;
}

.btn_job_favorite:hover {
	background: #f0f8f8;
	color: var(--bs-dorapita);
	text-decoration: none;
}

.btn_job_favorite.is_favorite,
.favorite-btn.is_favorite {
	background: var(--bs-gray-light);
	border-color: var(--gray-light-border, #BBC0C6);
	color: var(--bs-secondary);
}

.job_item_contact .btn_apply {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 56px;
	padding: 16px 18px;
	border: none;
	background: linear-gradient(-25deg, var(--bs-primary) 0%, var(--bs-primary) 50%, #F68500 50%, #F68500 100%);
	border-radius: 30px;
	color: var(--bs-white);
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	flex: 1;
}

.job_item_contact .btn_apply:hover {
	background: linear-gradient(-25deg, #F68500 0%, #F68500 50%, #F68500 50%, #F68500 100%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.job-action-buttons {
		padding: 12px;
		gap: 8px;
	}
	
	.btn_job_favorite,
	.btn_apply {
		padding: 10px 12px;
		font-size: 1.3rem;
	}
	
	.btn_job_favorite i,
	.btn_apply i {
		font-size: 1.4rem;
	}
}

/* Mobile Action Buttons */
.mobile-only {
	display: none;
}

@media (max-width: 768px) {
	.mobile-only {
		display: block;
	}
	
	.desktop-only {
		display: none;
	}
	
	.mobile-action-buttons {
		padding: 15px;
		background-color: var(--bs-dorapita03);
		border-radius: 0 0 8px 8px;
	}
	
	.mobile-top-buttons {
		display: flex;
		gap: 15px;
		margin-bottom: 15px;
	}
	
	.mobile-top-buttons .btn_mobile_tel,
	.mobile-top-buttons .btn_mobile_apply {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
		padding: 12px 16px;
		background: linear-gradient(-25deg, var(--bs-primary) 0%, var(--bs-primary) 50%, #F68500 50%, #F68500 100%);
		border: none;
		border-radius: 30px;
		color: var(--bs-white);
		font-size: 20px;
		font-weight: 700;
		text-decoration: none;
		transition: all 0.3s ease;
		flex: 1;
		position: relative;
		height: 56px;
	}
	
	.mobile-top-buttons .btn_mobile_tel:hover,
	.mobile-top-buttons .btn_mobile_apply:hover {
		background: linear-gradient(-25deg, #F68500 0%, #F68500 50%, #F68500 50%, #F68500 100%);
		color: var(--bs-white);
		text-decoration: none;
		transform: translateY(-1px);
		box-shadow: 0 4px 8px rgba(255, 140, 0, 0.3);
	}

	.mobile-top-buttons .btn_mobile_tel::before {
		content: '';
		display: inline-block;
		width: 24px;
		height: 24px;
		background-image: url(../../img/front/new_dorapita/icon-phone.svg);
		background-repeat: no-repeat;
	}
	
	.mobile-top-buttons .btn_mobile_apply::before {
		content: '';
		display: inline-block;
		width: 24px;
		height: 24px;
		background-image: url(../../img/front/new_dorapita/icon-edit.svg);
		background-repeat: no-repeat;
	}

	.mobile-favorite-button {
		display: flex;
		justify-content: center;
	}
	
	.mobile-favorite-button .btn_mobile_favorite {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
		padding: 14px 30px;
		background: var(--bs-white);
		border: 1px solid var(--bs-dorapita);
		border-radius: 30px;
		color: var(--bs-dorapita);
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
		transition: all 0.3s ease;
		cursor: pointer;
		line-height: 1;
		height: 44px;
	}
	
	.mobile-favorite-button .btn_mobile_favorite.is_favorite {
		background: var(--bs-gray-light);
		border-color: var(--gray-light-border, #BBC0C6);
		color: var(--bs-secondary);
	}

	.job_item_contact .btn_job_favorite .fa-star{
		color: var(--bs-dorapita);
	}
}

/* Bulk Apply Checkbox Styles */
.bulk-apply-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 56px;
	padding: 12px 16px;
	background: var(--bs-white);
	border-radius: 4px;
}

.bulk-apply-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 2px solid var(--gray-light-border, #BBC0C6);
	border-radius: 3px;
	background: var(--bs-white);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.bulk-apply-checkbox input[type="checkbox"]:checked {
	background: var(--bs-dorapita);
	border-color: var(--bs-dorapita);
}

.bulk-apply-checkbox input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 0px;
	width: 6px;
	height: 10px;
	border: solid var(--bs-white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.bulk-apply-checkbox label {
	font-size: 16px;
	font-weight: 500;
	color: var(--bs-dark);
	cursor: pointer;
	margin: 0;
}

.mobile-bulk-apply-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 16px;
	background: var(--bs-white);
	border-radius: 8px;
	margin-top: 10px;
}

.mobile-bulk-apply-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 2px solid var(--gray-light-border, #BBC0C6);
	border-radius: 3px;
	background: var(--bs-white);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.mobile-bulk-apply-checkbox input[type="checkbox"]:checked {
	background: var(--bs-dorapita);
	border-color: var(--bs-dorapita);
}

.mobile-bulk-apply-checkbox input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 0px;
	width: 6px;
	height: 10px;
	border: solid var(--bs-white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.mobile-bulk-apply-checkbox label {
	font-size: 16px;
	font-weight: 500;
	color: var(--bs-dark);
	cursor: pointer;
	margin: 0;
}
