@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

html, body{
	min-width:1250px;
	padding:0;
	margin: 0 auto;
	background-color:#ffffff;
 	font-family:Arial, 'Noto Sans JP',"メイリオ",Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#wrap{
	width:100%;
	height:100%;
	padding:0;
	margin: 0 auto 127px auto;
 	color: #4c4b4bd1;
 }

.contents{
	max-width:1100px;
	width:83%;
	margin: 0 auto;
	letter-spacing:1.1px;
	line-height:23.5px;
	font-size:15px;
}

.contents_detail > div{
	margin:45px 50px 50px;
}

.contents ul{
	list-style: none;
	margin:0;
	padding:0;
}

h1{
	font-size:18.5pt;
	font-weight: initial;
	letter-spacing:3px;
	margin:0px;
}

a{
	text-decoration:none;
	color: #4c4b4b;
}

.margin_top_10{
	margin-top:10px;
}

.margin_top_20{
	margin-top:20px;
}

.margin_top_30{
	margin-top:30px;
}

.margin_top_45{
	margin-top:45px;
}

.margin_top_50{
	margin-top:50px;
}

.margin_top_70{
	margin-top:70px;
}

.margin_bottom_10{
	margin-bottom:10px;
}

.margin_bottom_20{
	margin-bottom:20px;
}

.margin_bottom_30{
	margin-bottom:30px;
}

.margin_bottom_45{
	margin-bottom:45px;
}

.margin_bottom_50{
	margin-bottom:50px;
}

.padding_left_20{
	padding-left:20px;
}

.padding_right_20{
	padding-right:20px;
}

.right{
	float:right;
}

.left{
	float:left;
}

.block{
	display:block;
}

.flex{
	display:flex;
	padding:0;
}

.inline_block{
	display:inline-block;
}

.clear{
	clear:both;
}

.sp_img{
	display:none;
}

.justify_c{
	justify-content:center;
}

.justify_sp_bw{
	justify-content:space-between;
}

.w100 {
	width:100%;
}

.relative{
	position:relative;
}

/****　テキスト　*****/
.bold{
	font-weight:bold;
}

.text_left{
	text-align:left;
}

.line_space{
	line-hight:5px;
}

.page_title_under_line{
	margin:0px auto;
	width:125px;
	border-top:solid 5px #9db6cc;
}

.vertical_middle{
	vertical-align:middle;
}

.page_title h1{
	padding-top:5px;
}

.text_center{
	text-align:center;
}

.border_white{
	border-top:3px solid #f6f6f6;
}

/***** フォーム_ボーダー *****/
.border_margin{
	position:relative;
	border-bottom:3px solid #b7daf4;
}
.border_margin::after{
	position: absolute;
    border-bottom: 3px solid #eaf3fa;
    content: "";
    top: 0px;
    left:50%;
    transform:translateX(-50%);
    width: 90%;
}

/***** ページタイトル *****/
#contents_top{
	display:flex;
	height:90px;
	padding: 5px 0 ;
	margin-top:40px;
	background-image:url("../css/images/workinfo.png");
	background-size:contain;
	background-repeat:no-repeat;
}

.allow_down{
	position:relative;
	width:70px;
	border-right:solid 4px #ffffff;
	margin:16px 0;
}

.allow_down > .front_info{
	position: absolute;
	top:9px;
	left:32px;
	font-size:9px;
	color:#bd52b3;
}

.allow_down > .front_info > .circle_mark{
	height:24px;
	width:25px;
}

.allow_down > .front_info > .circle_mark > .border_line{
	top:8px;
	height:7px;
	width:7px;
}

.page_allow_disable{
	opacity:0.9;
	position: absolute;
	width: 11px;
	height: 11px;
	top: 18px;
	left: 37px;
	border-bottom: 2px solid #fc407a;
	border-right: 2px solid #fc407a;
	transform: rotate(45deg);

}

.contents_title{
	text-align:left;
 	width:calc(100% - 200px - 82px);
	margin:10px 0;
	padding-top:15px;
	padding-left: 21px;
}

.title_eng{
	font-size:9px;
	font-weight:600;
}

.work_serch{
	width:200px;
	display:flex;
}

.work_serch_text{
	padding:35px 10px 0 5px;
	color:#72d6c3;
	font-weight:bold;
}

.work_serch_link{
	width:42px;
	height:42px;
	padding-top:25px;
	vertical-align:middle;
}

/***** ページタイトル　終わり *****/


/***** ページ詳細タイトル *****/
.contents_detail_head{
	margin-left:15px;
	margin-bottom:35px;
	min-height:55px;
}

.contents_detail_head_title h2{
	font-size:21px;
	padding-left:10px;
	margin-bottom:10px;
}

.contents_detail_head_title h2 > span{
	padding-bottom: 8px;
    border-bottom: solid 1px #fc407a;
}

.contents_detail_head_explain{
	margin: 0px 30px;
    padding: 18px 5px;
}
/***** ページ詳細タイトル　終わり *****/

/***** コンテンツブロック *****/
.contents_main{
	width:100%;
	background-color:#f6f6f6;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size:13px;
}

.contents_block{
	margin:0 63px;
}

.contents_main_top{
	height:40px;
	background-color:#f1f1f1;
	margin-left:26%;
	padding-top:20px;
}

.contents_main_bottom{
	margin-top:47px;
	padding-bottom:88px;
}

.contents_complete{
	margin:0 auto;
	font-size:15px;
	padding-bottom:85px;
}

.notes{
	font-size:12px;
	padding-left:30px;
}

.inputcomments{
	font-size:12px;
}

/***** コンテンツブロック　終わり *****/


/***** フォーム *****/
.form_block > div{
	display:flex;
	margin:2px auto;
	padding:18px 10px 15px;
	background-color:#fbfaf9;
	font-size:14px;
}

.form_block > div:first-child{
	padding:35px 10px 15px;
}

.any_span {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    float: right;
    line-height: 18px;
    border-radius: 6px;
    background-color: #a1a1a1;
    color: #ffffff;
    height: 18px;
    margin: 2px 10px 0px 0;
    padding: 0px 5px 0px 4px;
}

.koumoku_name{
	min-width:26%;
	padding-left: 15px;
	color:#7b8b9f;
}

.koumoku_name:before{
	content:"　";
	background-image:url("../css/images/koumoku_head.jpg");
	background-repeat:no-repeat;
	background-size:contain;
	width:7px;
	height:7px;
	padding-right:5px;
}

.koumoku_name_sp{
	display:none;
}

.form_block .input_value{
	padding-bottom:18px;
}

.form_block .submit_value{
	padding-top:7px;
	padding-bottom:14px;
}

.input_value li,.input_value_top li{
	margin-bottom:15px
}

.submit_value li{
	margin:0;
}

input[type="text"],input[type="number"],
input[type="tel"],input[type="email"],
input[type="password"],textarea
{
	border: 1.7px solid #c0c0c0;
    border-radius: 4px;
}

input[type="text"],input[type="number"],
input[type="tel"],input[type="email"],
input[type="password"],.readonly
{
	padding:5px 2px;
}

input[type="radio"] {
	display:none;

}
.radiobutton_sentence{
    position: relative;
    width: 85px;
    padding-left: 27px;
    white-space: nowrap;
}

.radiobutton_sentence_after{
    position: relative;
    width: 85px;
    padding-left: 27px;
    white-space: nowrap;
}

.radiobutton_sentence::before {
    position: absolute;
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    top: 0;
    left: 0;
    border: 2px solid #e92360;
    border-radius: 100px;
    cursor: pointer;
}

.radiobutton_sentence_after::before {
    position: absolute;
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    top: 0;
    left: 0;
    border: 2px solid #e92360;
    border-radius: 100px;
    cursor: pointer;
}

.radiobutton_sentence_after::after {
    position: absolute;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    top: 4px;
    left: 4px;
    border: 2px solid #e92360;
    background-color: #e92360;
    border-radius: 100px;
    cursor: pointer;
}

input[type="checkbox"]{
	display:none;
}

/* .checkbox_object{ */
/* 	display:none; */
/* } */

.checkbox_sentence{
	position: relative;
	padding-left:27px;
}

.checkbox_sentence_after{
	position: relative;
	padding-left:27px;
}
.checkbox_sentence::before {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border: 1px solid #e92360;
    cursor: pointer;
    background-color:#ffffff;
}

.checkbox_object:checked + .checkbox_sentence::after {
    position: absolute;
    display: block;
    content: "";
    width: 3px;
    height: 7px;
    top: 3px;
    left: 5.5px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(40deg);
    cursor: pointer;
}

.checkbox_sentence_after::before {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border: 1px solid #e92360;
    background-color: #e92360;
    cursor: pointer;
}
.checkbox_sentence_after::after {
    position: absolute;
    display: block;
    content: "";
    width: 3px;
    height: 7px;
    top: 3px;
    left: 5.5px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(40deg);
    cursor: pointer;
}

.checkbox_sentence_disabled{
	position: relative;
	padding-left:27px;
}

.checkbox_sentence_disabled::before {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border: 1px solid #e92360;
    cursor: pointer;
    background-color:#808080;
    opacity:0.3;
}


.post_number{
	margin-left:20px;
}

.address{
	margin-left:36px;
}

.post_number + span{
	padding:10px;
}

.facility,.address{
	width:400px;
}

.name,.tel,.fax,.email{
	width:230px;
}

.form_block .readonly{
	color:#12abeb;
	font-size:16px;
}



/***** フォーム　終わり *****/


/***** プライバシーポリシー *****/
.privacy_block{
	margin-top:10px;
}

.overflow_box{
	overflow: auto;
	width:100%;
	height:200px;
	background-color:#ffffff;
}

#agreement{
	font-weight:800;
	padding: 20px 30px;
	border-bottom:solid 2px #e92360;
}

button[id="submit_btn"]:disabled{
	opacity:0.6;
}

.privacy_midashi{
	display: inline-block;
}

.privacy_naiyou {
	display: inline-block;
	padding-left: 2%;
}
/***** プライバシーポリシー *****/

/***** 送信完了画面 ******/
#sendmail_icon{
	padding-top:78px;
}

#sendmail_icon > div{
	height:180px;
	background-image:url("../css/images/sendmail.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

.complete_message{
	margin-top:18px;
}

.complete_message p{
	margin:0px;
	font-size:24px;
}

.complete_notice{
	margin-top:50px;
}


.complete_notice > .text_c{
	line-height: 30px;
    letter-spacing: 0px;
}
/***** 送信完了画面 ******/



/***** ボタン *****/
button[class="next_btn"]{
	background-color:#e92360;
	color:#ffffff;
	margin-left:25px;
}

button[class="back_btn"]{
	background-color:#ffffff;
}



/***** 入力フォームに置けるエラー表示 *****/
.error_checkbox,.error_addbox{
	display:inline-block;
}

.error_boxtext{
	position: absolute;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	height: 20px;
	color: #ffffff;
	font-size: 16px;
	background-color: #12abeb;
	border-radius: 5px;
}

.error_boxtext::before{
    content: "";
    position: absolute;
    top: 65%;
    left: -18px;
    margin-top: -15px;
    border: 10px solid transparent;
    border-right: 10px solid #56cced;
}

/***** 入力フォームに置けるエラー表示 　終わり*****/

.sns_share ul{
	padding-top:5px;
}

.sns_share ul li{
	padding:0 2px;
}

.favorite_icon_off::after{
	content:"";
	background-image:url("../css/images/favorite_off.jpg");
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align: bottom;
	padding-left: 30px;
}

.favorite_icon_on::after{
	content:"";
	background-image:url("../css/images/favorite_on.jpg");
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align: bottom;
	padding-left: 20px;
}

/***** ページング-s *****/

.paging_block{
	justify-content: center;
	max-width:40%;
	min-width:180px;
	margin:0 auto;
}

.back_page,.next_page{
	border:solid 1px #bd52b3;
	height:45px;
	width:60px;
	position:relative;
}

.back_page{
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
}
.next_page{
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
}

/* .allow_left{ */
/* 	width: 6px; */
/* 	height: 6px; */
/* } */

.allow_left{
	opacity:0.9;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 25px;
	left: 22px;
	border-bottom: 2px solid #bd52b3;
	border-right: 2px solid #bd52b3;
	transform: rotate(135deg);
}

/* .allow_right{ */
/* 	top: 20px; */
/* 	right: 30px; */
/* } */

.allow_right{
	opacity:0.9;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 25px;
	right: 22px;
	border-bottom: 2px solid #bd52b3;
	border-right: 2px solid #bd52b3;
	transform: rotate(-45deg);
}

.border_top_bottom{
	border-top:solid 1px #bd52b3;
	border-bottom:solid 1px #bd52b3;
}

.paging_num_box{
	height:45px;
	width:55px;
	line-height: 40px;
}

.paging_num
,.back_page
,.next_page{
	position:relative;
}

.paging_num > a
,.back_page > a
,.next_page > a{
	position:absolute;
	width:100%;
	height:100%;
	z-index:999;
	left:0;
}

.back_page:hover
,.paging_num:hover
,.next_page:hover{
	opacity:0.5;
	background-color:#f6f6f6;
	cursor:pointer;
}

.paging_text{
	font-size:18px;
	font-family:'Noto Sans JP';
	font-weight:bold;
	border-bottom:solid 1px #bd52b3;
	color:#bd52b3;
}

.current_paging_text{
	color:#9e9e9e;
	border-bottom:solid 1px #ffffff;
}
/***** ページング-e *****/

/***** お仕事情報：カテゴリー表示-s *****/
.job_employ_detail li{
	line-height:normal;
    font-size:10px;
    border:#fc407a solid 1px;
    border-radius : 5px;
    padding:0 5px;
    color:#fc407a;
}
/***** お仕事情報：カテゴリー表示-e *****/

/***** お仕事情報：ボタン-s *****/
.work_detail_button > button{
	display:flex;
	justify-content: space-between;
/* 	margin:45px 0 0 auto; */
	padding: 7px 10px;
	position:relative;
	border:none;
	font-size:19px;
	width:360px;
	background-color:#e92360;
	color:#ffffff;
	border-radius:45px;
	cursor: pointer;
}

.work_detail_button > button:hover{
	opacity: 0.8;
}

.work_detail_button .circle_mark{
	background-color: #ffffff;
	border: 1px solid #fc407a;
	width:45px;
	height:45px;
}

.work_detail_button .circle_mark .border_line{
	border-right: 2px solid #fc407a;
    border-bottom: 2px solid #fc407a;
    top: 17px;
    left: 14px;
    width: 9px;
    height: 9px;
}

.button_text{
	padding-top: 10px;
    padding-left: 45px;
    letter-spacing: 1px;
}
/***** お仕事情報：ボタン-e *****/

/***** お仕事情報の検索結果 ******/
.job_info{
}
.job_info_sp{
	display:none;
}

/***** 非活性 *****/
.unlink_disp{
	color: #dcdcdc !important;
}
.unlink_back{
	background-color: #dcdcdc !important;
}

/***** レスポンシブ *****/
@media screen and (max-width: 768px) {
	html, body {
		min-width: auto;
		max-width: 768px;
		font-family:sans-serif, Arial, 'Noto Sans JP',"メイリオ",Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic';

	}

	#wrap{
		margin:auto;
	}

	.contents {
		width: 92%;
		font-size:4vw;
	}

	.contents_detail > div{
		margin:0;
	}

	.page_title h1 {
		height: 35px;
		margin-bottom: 12px;
		padding-top: 30px;
		font-size: 5.6vw;
	}

	.title_eng {
		font-size: 2.3vw;
	}

	.page_title_under_line {
		width: 28%;
		margin-top: 2px;
		border-top: solid 8px #9db6cc;
	}

	#contents_top{
		margin-top:20px;
		background-image:url(../css/images/workinfo_sp.jpg);
		min-height:28px;
		height:auto;
		padding: 2vw 0 5%;
	}

	.allow_down{
		position: relative;
	    width: 10%;
	    border-right: solid 1px #ffffff;
	    margin: 0;
	}

	.page_allow_disable{
		width: 8px;
	    height: 8px;
	    top: 2.2vw;
	    left: 4vw;
		border-bottom: 1px solid #fc407a;
		border-right: 1px solid #fc407a;
	}

	.title_eng{
		display:none;
	}

	.contents_title{
		width:100%;
		padding-top:0;
		padding-left:3%;
	}

	h1{
		font-size:3.6vw;
		letter-spacing:0;
		font-weight:bold;
		padding-top:3px;
		margin:auto;
	}

	.form_block > div:first-child {
	    padding-top:20px;
	}

	.input_value_top ul{
		padding-left:3%;
	}

	.checkbox_sentence::before{
		width: 13px;
		height: 13px;
		top: 3px;
	}

	.contents_detail > .paging {
		margin:50px 0 0 0;
	}
	.paging_block{
		max-width:unset;
		min-width:unset;
	}

	.job_info{
		display:none;
	}

	.job_info_sp{
		display:block;
	}

	.checkbox_sentence_after::before {
	    position: absolute;
	    display: block;
	    content: "";
	    width: 13px;
	    height: 13px;
	    top: 0;
	    left: 0;
	    border: 1px solid #e92360;
	    background-color: #e92360;
	    cursor: pointer;
	}
	.checkbox_sentence_after::after {
	    position: absolute;
	    display: block;
	    content: "";
	    width: 3px;
	    height: 7px;
	    top: 2px;
		left: 5px;
	    border-bottom: 2px solid white;
	    border-right: 2px solid white;
	    transform: rotate(40deg);
	    cursor: pointer;
	}

	.work_serch{
		display:none;
	}

	.contents_block{
		margin:0 5%;
		letter-spacing: 0;
	}

	.contents_main_top{
		margin:0;
		padding:0;
	}

	.form_block > div{
		position:relative;
		display:block;
	}

	.notes{
		font-size:3vw;
		padding-left:10px;
		line-height:0;
	}

	.koumoku_name{
		padding-left:0px;
	}

	.any_span{
		float:none;
		font-size:2vw;
	}

	.radiobutton_sentence{
		width:auto;
	}

	input[type="text"],
	input[type="number"],
	input[type="tel"],
	input[type="email"],
	input[type="password"],
	textarea
	{
		width:90%;
		margin-left:2vw;
	}

	.input_value ul li .juusho {
		display:block;
		width:auto;
	}

	.overflow_box{
		height:350px;
	}

	.contents_main_bottom{
		margin-top:20px;
	}

	.contents_main_bottom > div{
		display:block;
	}

	#agreement{
		font-size:3vw;
		text-align: center;
		border-bottom:1px solid #e92360;
	}

	#agreement .checkbox_sentence::before{
		top:1px;
	}

	.allow_right{
		top:17px;
	}

	.allow_left{
		top:17px;
	}

	.allow_down > .front_info{
	    top: 0vw;
	    left: 2vw;
	}

	button[class="next_btn"]{
		margin-left:0;
	}

	#submit{
		text-align:center;
		margin:15px;
	}

	.confirm_bottom .flex > div{
		margin-bottom:30px;
		text-align: center;
	}

	.error_boxtext{
		top:7px;
		right:7px;
		padding: 1px 3px;
		font-size:3vw;
		min-width:90px;
	}

	.error_boxtext::before{
		display:none;
	}

	.exp_error .error_boxtext,
	.work_error .error_boxtext,
	.holiday_error .error_boxtext
	{
		top:7px;
		right:7px;
	}

	.sns_share ul {
	    scale: 0.9;
	}

}


@media screen and (max-width: 456px) {
	.page_title h1 {
		height: 23px;
		padding-top: 15px;
	}

	#contents_top{
	}

	h1{
		padding-top: 0px;
	}

	.contents_title{
		margin:0;
	}

	.sns_share ul {
	    scale: 0.8;
	}



}

@media screen and (max-width: 376px) {

	.sns_share ul {
	    scale: 0.75;
	}


}

@media screen and (max-width: 320px) {

	.sns_share ul {
	    scale: 0.7;
	}


}

@media screen and (max-width: 280px) {
	.page_title h1 {
		height: 20px;
	}

	.sns_share ul {
	    scale: 0.6;
	}
}
