* {
	-webkit-tap-highlight-color: transparent !important;
}
.src_cond_h {
	height: 30px;
	margin-left:7px;
}
.modal-header .close {
	color: #fff;
	text-shadow: none;
	opacity: unset;
}
.modal-header ._back_btn,
.modal-header ._back_btn_dummy {
	float: left;
	width: 25%;
}
.modal-header ._back_btn img {
	cursor: pointer;
}
.modal-header ._h5_title {
	float: left;
	width: 50%;
	text-align: center;
}
.modal-header ._h5_title h5 {
	display: inline;
}
.modal-header ._cross_brn {
	float: left;
	width: 25%;
	text-align: right;
}
.modal-header ._cross_brn img {
	height: 18px;
	display: inline;
	vertical-align: middle;
	cursor: pointer;
}
.p_relative {
	position: relative;
}
.text_gray {
	color: gray;
}
.box_in_lower {
	width: 100%;
}
.box_top_page_list_job {
	margin: 0;
}
.list_check_box {
	background-color: #ededed;
}
.list_check_box {
	margin-bottom: 0;
}
.list_check {
	margin-top: 10px;
}
.jobsearch_box {
	background: white;
}
#pop_bt, #pop_bt2 {
  background-color: #f1701c;
}
.active_check_search {
	background-color: #033884;
}
.side_navi {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.side_navi a:hover{
	background: white;
}
.side_navi a::after {
	width: 10px;
	height: 10px;
	border-top: #cdcdcd 2px solid;
	border-right: #cdcdcd 2px solid;
}
.side_navi li:nth-child(n+3) a::after {
	content: none;
}
.side_navi li:last-child {
	border: 0;
}
.side_navi li {
	padding: 10px 5px;
}
.pref_modal {
	display: flex;
	align-items: center;
	text-align: left;
	cursor: pointer;
}
#pref_cond,#city_cond {
	width: 100%;
}
#pref_cond span, #city_cond span {
	font-size: 0.9em;
	padding-right: 10px;
}
.bg-gray {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: #f5f5f5;
}
#search_cond_txt {
	width: 100%;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.c_j__search_format_job .box_check, .c_j_search_condition .box_check {
	display: grid;
	place-items: center start;
	height: 55px;
}
#modalPopupSearchJob .modal-body {
	max-height: calc(100vh - 100px);
}
#modal-2 .li_lv1 {
	padding: 15px 0 15px 0;
	border-bottom: #ddd 1px solid;
}
#modal-2 .li_lv1:last-child {
	border: 0;
}
.aleft {
	position: relative;
	text-align: left;
}
.area_lv1 {
	color: black !important;
	font-weight: bold;
	margin: 10px 0;
	padding-left: 30px !important;
	background-image: url('/mor_theme/newTemplate/images/icon_arrow_down.png');
	background-position: right 20px center;
	background-size: 20px auto;
	background-repeat: no-repeat;
	transform-origin: right center;
	cursor: pointer;
}
.label_list {
	border: 0;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	margin-top: 15px;
}
.label_list_item {
	padding: 0 !important;
}
.label_list_item:last-child {
	border: 0;
}
.label_list_item label {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.label_list_item .label_lv2 {
	margin-left: 30px;
	cursor: pointer;
}
.label_list_item .label_lv3 {
	margin-left: 60px;
	cursor: pointer;
}
.label_list_item .label_lv4 {
	margin-left: 0;
}
.ul_lv3 {
	border-top: #ddd 1px solid;
}
.ul_lv3 li {
	height: 50px;
}
.ul_lv3 li:first-child {
	height: auto;
}
.label_lv3 {
	height: 50px;
}
.div_lv2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ap_check label input[type="checkbox"]:checked + span::before,
.ap_check .label_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
	background-color: #55afe6;
}
.tk23 {
	width: 95%;
	background: #eeeeee;
	margin: auto;
}
.box_check_2 {
	display: grid;
	width: 18.9%;
	height: 55px;
	background: white;
	padding: 4px 8px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	float: left;
	text-align: left;
	place-items: center start;
}
.box_check_2 label {
	cursor: pointer;
}
.allow_lv2 {
	width: 55px;
	cursor: pointer;
}
#pop_bt_count {
	position: absolute;
	top: 50%;
	left: 50%;
	color: white;
	background-color: transparent;
	font-size: 0.9rem;
	font-weight: bold;
	width: 50%;
	padding-left: 25%;
	transform: translate(-50%, -50%);
}

/* 登録画面 */
.container-1080 .regist {
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
@media only screen and (min-width: 980px) {
	.container-1080 .regist {
		width: 400px;
		padding: 16px 40px 0 40px;
	}
}
@media only screen and (max-width: 979px) {
	.container-1080 .regist {
		float: left;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		padding: 20px 20px 0 20px;
	}
}
.container-1080 .regist p {
	margin-bottom: 0.75em;
	font-weight: bold;
	text-align: center;
}
.container-1080 .regist p.or {
	color: #808080;
	overflow: hidden;
}
.container-1080 .regist p.or span {
	padding: 0 1em;
	position: relative;
}
.container-1080 .regist p.or span:before, .container-1080 .regist p.or span:after {
	width: 9999px;
	height: 1px;
	content: '';
	background-color: #808080;
	position: absolute;
	top: 50%;
}
.container-1080 .regist p.or span:before {
	right: 100%;
}
.container-1080 .regist p.or span:after {
	left: 100%;
}
.container-1080 .regist .line_btn {
	margin-bottom: 0.75em;
}
.container-1080 .regist .line_btn a {
	width: 100%;
	padding: 12px 0;
	font-weight: bold;
	color: #ffffff;
	background-color: #4CBA64;
	border-radius: 10px;
	box-shadow: 0 2px 0 #39894B;
	display: block;
	position: relative;
}
.container-1080 .regist .line_btn a:before {
	width: 25px;
	height: 23px;
	margin-right: 10px;
	content: '';
	background-image: url("img/line.png");
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;
	vertical-align: -0.25em;
}
.container-1080 .regist .line_btn a:after {
	width: 66px;
	height: 69px;
	content: '';
	background-image: url("img/recommendation.png");
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: -40px;
	left: -20px;
}
@media only screen and (max-width: 979px) {
	.container-1080 .regist .line_btn a:after {
		left: -10px;
	}
}
.container-1080 .regist .line_btn a:hover {
	opacity: 0.8;
}
.container-1080 .regist form {
	margin-bottom: 20px;
}
.container-1080 .regist form input[type="email"] {
	width: 100%;
	margin-bottom: 0.75em;
	padding: 10px;
	background-color: #E5E5E4;
	border: solid 1px #DCDCDA;
	border-radius: 10px;
	box-sizing: border-box;
}
.container-1080 .regist form .privacy_check {
	margin-bottom: 0.75em;
	text-align: center;
}
.container-1080 .regist form .privacy_check label input[type="checkbox"] {
	display: none;
}
.container-1080 .regist form .privacy_check label input[type="checkbox"]:checked + span:before {
	background-color: #003884;
	border-color: #003884;
}
.container-1080 .regist form .privacy_check label input[type="checkbox"]:checked + span:after {
	content: '';
}
.container-1080 .regist form .privacy_check label span {
	padding-left: 20px;
	font-size: 14px;
	display: inline-block;
	position: relative;
}
.container-1080 .regist form .privacy_check label span:before {
	width: 1em;
	height: 1em;
	content: '';
	background-color: #E5E5E4;
	border: solid 1px #DCDCDA;
	border-radius: 0.3em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
.container-1080 .regist form .privacy_check label span:after {
	width: 0.5em;
	height: 0.3em;
	content: none;
	border-left: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	transform: rotate(-45deg);
	position: absolute;
	top: 0.4em;
	left: 0.3em;
}
.container-1080 .regist form .privacy_check label span a {
	text-decoration: underline;
	color: #003884;
}
.container-1080 .regist form button[type="submit"] {
	width: 100%;
	padding: 12px 0;
	font-size: inherit;
	font-weight: bold;
	color: #ffffff;
	background-color: #ED711B;
	border: none;
	border-radius: 10px;
	box-shadow: 0 2px 0 #B05514;
	display: block;
}
.container-1080 .regist form button[type="submit"]:hover {
	opacity: 0.8;
}
.container-1080 .regist .member {
	width: calc(100% + 80px);
	margin: 0 -40px;
}
.container-1080 .regist .member a {
	width: 100%;
	padding: 10px 0;
	font-weight: bold;
	color: #ffffff;
	background-color: #003884;
	display: block;
}
.container-1080 .regist .member a:hover {
	opacity: 0.8;
}
/* 登録画面 */


@media screen and (min-width:980px) { 
	.box_title_bule h1 {
		font-weight: normal !important;
		font-size: 14px;
	}
	#modalPopupSearchJob .modal-body {
		overflow-y: auto;
	}
	.box_title_bule h1 {
		font-weight: bold;
	}
	#pop_bt {
		font-size: 1.2rem;
	}
	.tk23 {
		padding: 7px;
	}
	.area_lv1 a {
		font-size: 16px;
		display: block;
		padding: 10px;
		color: #666;
		text-decoration: none;
		position: relative;
		background: #fff;
	}
	.area_lv1 a::after {
		width: 10px;
		height: 10px;
		border-top: #cdcdcd 2px solid;
		border-right: #cdcdcd 2px solid;
	}
	.area_lv1 a::after {
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		border-top: #666 2px solid;
		border-right: #666 2px solid;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	#pref_cond, #city_cond {
		width: 100%;
	}
	#id_c_j_search_freeword {
		text-align: left;
	}
	.pro_form_01 {
		margin: 0 0 0 5px;;
		width: 50%;
	}
	.side_navi li {
		padding: 15px 10px;
	}
	#modalSearchListJob .modal-dialog {
		width: 1100px;
	}
	.list_check_box {
		padding: 40px;
	}
	.div_content_job_search {
		background: url(/mor_theme/newTemplate/images/searchbox_pc.png?20260410) no-repeat;
		background-size: contain;
	}
	.box_top_page_list_job .list_announce_message_01 {
		margin-top: 40px;
	}
	.over_lower {
	    padding-top: 20px;
	}
	.box_title_bule {
	    margin-top: 0;
	}
	.box_top_page_list_job {
		margin: 0 0 40px 0;
	}
	.box_title_bule {
		height: 267px;
		min-height: 45px;
		line-height: 1.5;
        background-color: unset;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		padding: 5px 2% 5px 2%;
		display: flex;
		position: relative;
		align-items: center;
	}
	.box_title_bule--default {
		background-image: url('/mor_theme/newTemplate/images/joblist_default_pc.webp?20260410');
	}

	.box_title_bule--personal-trainer {
		background-image: url('/mor_theme/newTemplate/images/joblist_personal_pc.webp?20260410');
	}

	.box_title_bule--pilates {
		background-image: url('/mor_theme/newTemplate/images/joblist_pilates_pc.webp?20260410');
	}

	.box_title_bule--stretch {
		background-image: url('/mor_theme/newTemplate/images/joblist_stretch_pc.webp?20260410');
	}
	.box_title_bule--gym {
		background-image: url('/mor_theme/newTemplate/images/joblist_gym_pc.webp?20260410');
	}
	.box_title_bule--other {
		background-image: url('/mor_theme/newTemplate/images/joblist_other_pc.webp?20260410');
	}
	.searchbox-bg__text {
		position: absolute;
		top: 50%;
		left: 20px;
		right: 20px;
		max-width: 100%;
		max-height: 100%;
		transform: translateY(-50%);
		font-size: 36px;
		line-height: 2;
		color: white;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		word-break: break-word;
	}
	.box_in_pankuzu_2020 p {
		max-width: calc(100% - 60px);
		overflow-y: scroll;
		white-space: nowrap;
	}
	#pref_cond {
		padding-right: 30px;
	}
	.div_content_job_search {
	    cursor: pointer;
	    width: 100%;
	    aspect-ratio: 2000 / 101;
	    background: url(/mor_theme/newTemplate/images/searchbox_pc.png?20260410) no-repeat center center;
	    background-size: 100% 100%;
	    border: 0;
	}
	.search_cond {
		display: flex;
		height: 100%;
		padding: 0 80px 0 20px;
		align-items: center;
	}
}
@media screen and (max-width:979px) { 
	.box_title_bule h1 {
		font-size: 14px;
/*		font-weight: bold; */
	}
	#pop_bt {
		padding: 16px 30px;
	}
	.tk23 .content_check_search {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.box_check_2 {
		width: 47%;
	}
	.side_navi {
		display: block;
		border: 0;
		margin-bottom: 0;
	}
	.search_cond {
		padding-bottom: 8px;
	}
	.box_check p {
		font-size: 13px;
		line-height: 1.2rem;
	}
	.item_search_job_01 {
		margin: 25px 0 25px 0;
		padding: 0 10px;
	}
	#modalSearchListJob .modal-header.ctm {
		padding: 8px 15px 8px 10px;
	}
	.src_cond_h_pref {
		height: 40px;
		margin-left: 10px;
	}
	#pref_cond {
		padding-right: 22px;
	}
	#search_cond_txt {
		width: 95%;
	}
    .div_fix_login_mb {
        padding: 7px 0;
    }

	.box_title_bule {
		height: auto;
		min-height: 0;
		width: 100%;
		aspect-ratio: 1500 / 580;
        background-color: unset;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;   /* ← cover ではなく contain */
		margin: 0;
		padding: 0;
		position: relative;
		background-color: #d7ecf3;  /* 余白が出てもなじむ色 */
	}
	.box_title_bule--default {
		background-image: url('/mor_theme/newTemplate/images/joblist_default_sp.webp?20260410');
	}

	.box_title_bule--personal-trainer {
		background-image: url('/mor_theme/newTemplate/images/joblist_personal_sp.webp?20260410');
	}

	.box_title_bule--pilates {
		background-image: url('/mor_theme/newTemplate/images/joblist_pilates_sp.webp?20260410');
	}

	.box_title_bule--stretch {
		background-image: url('/mor_theme/newTemplate/images/joblist_stretch_sp.webp?20260410');
	}
	.box_title_bule--gym {
		background-image: url('/mor_theme/newTemplate/images/joblist_gym_sp.webp?20260410');
	}
	.box_title_bule--other {
		background-image: url('/mor_theme/newTemplate/images/joblist_other_sp.webp?20260410');
	}
	.searchbox-bg__text {
		position: absolute;
		top: 12px;
		left: 12px;
		right: 12px;
		bottom: 12px;
		display: flex;
		align-items: center;   /* 縦中央 */
		font-size: 18px;
		font-weight: bold;
		line-height: 2.5;
		color: #fff;
		word-break: break-word;
		text-shadow: 0 1px 2px rgba(0,0,0,.35);
	}
	.div_content_job_search {
	    cursor: pointer;
	    width: 100%;
	    aspect-ratio: 900 / 100;
	    background: url(/mor_theme/newTemplate/images/searchbox_sp.png?20260410) no-repeat center center;
	    background-size: 100% 100%;
	    border: 0;
	}
	.search_cond {
		display: flex;
		height: 100%;
		padding: 0 55px 0 20px;
		align-items: center;
	}
	#search_cond_txt {
		font-size: 12px;
	}
}
@media screen and (min-width: 430px) and (max-width: 450px) {
    .search_cond {
        padding: 0 60px 0px 20px;
    }
}
@media screen and (max-width:402px) { 
    .searchbox-bg__text {
        line-height: 2;
    }
}
@media screen and (max-width:375px) { 
	.search_cond {
		padding: 0 50px 0 20px;
	}
	.box_check_2 {
		width: 46%;
		margin-right: 8px
 	}
}
