/*-------------------------------------------------------------

page- recruit CSS

-------------------------------------------------------------*/
/*-------------------------------------------------------------
  採用情報 TOP
-------------------------------------------------------------*/
.top_recruit_cover{
  width: 100%;
  height: 500px;
  background-color: #ccc;
  background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
  background-image: url("./../img/recruit/recruit_cover.jpg");
}
.top_recruit_cover .rec_cover_txt_box{
	width: 40%;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
.top_recruit_cover .rec_cover_txt_box h2.rec_cover_h2{
	width: 100%;
  font-size: 32px;
}
.top_recruit_cover .rec_cover_txt_box h3.rec_cover_h3{
	width: 100%;
  margin-top: 15px;
}
.top_recruit_cover .rec_cover_txt_box h3.rec_cover_h3 span{
  padding: 5px 15px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top_recruit_cover{
    height: 250px;
    background-position: bottom center;
  }
  .top_recruit_cover .rec_cover_txt_box{
    width: 90%;
    top: auto;
    bottom: 20px;
    left: 5%;
    transform: none;
  }

  .top_recruit_cover .rec_cover_txt_box h2.rec_cover_h2{
    font-size: 18px;
  }
  .top_recruit_cover .rec_cover_txt_box h3.rec_cover_h3{
    margin-top: 10px;
  }
}

/*-------------------------------------------------------------
  採用情報 TOP about
-------------------------------------------------------------*/
.top_recruit_about{
  width: 100%;
}
.top_recruit_about h3{
  text-align: center;
  font-size: 150%;
}
.top_recruit_about .rec_about_box{
  width: 100%;
  margin-top: 20px;
  padding: 50px 20px;
  background-color: #fffaed;
  text-align: center;
}
.top_recruit_about .rec_about_box .rec_about_box_inner{
  width: auto;
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
.top_recruit_about .rec_about_box .rec_about_box_inner::before{
  position: absolute;
  width: 53px;
  height: 200px;
  top:-150px;
  left: -100px;
  content:"";
	display:block;
  background:url(../img/recruit/recruit_top_img01.png) no-repeat;
	background-size:contain;
}
.top_recruit_about .rec_about_box .rec_about_box_inner::after{
  position: absolute;
  width: 200px;
  height: 200px;
  top:-150px;
  right: -200px;
  content:"";
	display:block;
  background:url(../img/recruit/recruit_top_img02.png) no-repeat;
	background-size:contain;
}
.top_recruit_about .rec_about_btn{
  width: 100%;
  margin-top: 20px;
}
.top_recruit_about .rec_about_btn a{
  display: block;
  max-width: 500px;
  padding: 10px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #00bfff, #87cefa);
  border-radius: 20px;
  transition: 0.3s;
}
.top_recruit_about .rec_about_btn a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .top_recruit_about h3{
    font-size: 120%;
  }
  .top_recruit_about .rec_about_box{
    padding: 20px 20px;
  }
  .top_recruit_about .rec_about_box .rec_about_box_inner{
    width: 100%;
    padding: 0;
  }
  .top_recruit_about .rec_about_box .rec_about_box_inner::before{
    content:none;
  }
  .top_recruit_about .rec_about_box .rec_about_box_inner::after{
    content:none;
  }
}

/*-------------------------------------------------------------
  採用情報 TOP welfare
-------------------------------------------------------------*/
.top_recruit_welfare{
  width: 100%;
  padding: 5%;
  background-color: #EDF6F9;
  border-radius: 20px;
  position: relative;
}
.top_recruit_welfare .recruit_welfare_hearton{
  width:140px;
  height: auto;
  position: absolute;
  top: -30px;
  right: 30px;
}
.top_recruit_welfare h4.h4_recruit_welfare{
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 150%;
  margin-bottom: 30px;
}
.top_recruit_welfare h4.h4_recruit_welfare span.highlight {
  text-decoration: underline; 
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(0, 191, 255, 0.4);
  text-underline-offset: -0.2em; 
  text-decoration-skip-ink: none;
}
.top_recruit_welfare h5.h5_recruit_welfare{
  width: 100%;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 15px;
  color: #00bfff;
}
.top_recruit_welfare .rec_welfare_box{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_recruit_welfare .rec_welfare_box .rec_welfare_box_left{
  width: 30%;
  margin-right: 2%;
}
.top_recruit_welfare .rec_welfare_box .rec_welfare_box_center{
  width: 38%;
  margin-right: 2%;
}
.top_recruit_welfare .rec_welfare_box .rec_welfare_box_right{
  width: 28%;
}
@media screen and (max-width: 1000px) {
  .top_recruit_welfare .recruit_welfare_hearton{
    width:100px;
    top: -15px;
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit_welfare{
    padding: 20px;
  }
  .top_recruit_welfare .recruit_welfare_hearton{
    display: none;
  }
  .top_recruit_welfare h4.h4_recruit_welfare{
    font-size: 120%;
    margin-bottom: 20px;
  }
  .top_recruit_welfare h5.h5_recruit_welfare{
    font-size: 120%;
    margin-bottom: 10px;
  }
  .top_recruit_welfare .rec_welfare_box .rec_welfare_box_left{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .top_recruit_welfare .rec_welfare_box .rec_welfare_box_center{
    width: 58%;
  }
  .top_recruit_welfare .rec_welfare_box .rec_welfare_box_right{
    width: 38%;
  }
}



/*-------------------------------------------------------------
  採用情報 TOP message
-------------------------------------------------------------*/
.top_recruit_message_bg{
  width: 100%;
  background-image: url('../img/recruit/recruit_top_text_message.png');
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: top left;
}
.top_recruit_message{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.top_recruit_message .rec_message_text{
  width: 60%;
  margin: 40px auto 0 auto;
  padding-right: 20px;
}
.top_recruit_message .rec_message_text h4.message_h4{
  margin-bottom: 10px;
  font-weight: bold;
	font-size: 1.5rem;
	position: relative;
  padding: 0 0 0 40px;
  vertical-align: middle;
}
.top_recruit_message .rec_message_text h4.message_h4::before{
  position: absolute;
  top: 20px;
  left: 0;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #00bfff;
}
.top_recruit_message .rec_message_img{
  width: 40%;
}
.top_recruit_message .rec_message_name{
  margin-top: 20px;
}
.top_recruit_message .rec_message_name_img{
  width: 50%;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .top_recruit_message_bg{
    background-size: 70%;
  }
  .top_recruit_message .rec_message_text{
    width: 100%;
    margin-bottom: 30px;
    background-size: 70%;
    padding-right: 0;
  }
  .top_recruit_message .rec_message_img{
    width: 100%;
    text-align: center;
  }
  .top_recruit_message .rec_message_text h4.message_h4{
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .top_recruit_message .rec_message_img img{
    width: 80%;
  }
  .top_recruit_message .rec_message_name{
    text-align: right;
  }
}

/*-------------------------------------------------------------
  採用情報 TOP contents
-------------------------------------------------------------*/
.top_recruit_contents{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.top_recruit_contents .rec_contents_box{
  width:47%;
}
.top_recruit_contents .rec_contents_box .rec_contents_img{
  width:100%;
  position: relative;
}
.top_recruit_contents .rec_contents_box .rec_contents_img .rec_con_en{
  width:40%;
  position: absolute;
  top: -30px;
  left: -30px;
}
.top_recruit_contents .rec_contents_box .rec_contents_img .rec_con_jp{
  width:50%;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  background-color: #5EBAA2;
  color: #fff;
  font-weight: bold;
}
.top_recruit_contents .rec_contents_box p.rec_con_p{
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .top_recruit_contents .rec_contents_box{
    width:100%;
    margin: 30px 0;
  }
  .top_recruit_contents .rec_contents_box .rec_contents_img .rec_con_en{
    top: -30px;
    left: 0px;
  }
}

/*-------------------------------------------------------------

page- job CSS

-------------------------------------------------------------*/
/* job_search_box ------------------- */
.job_search_area h4.job_search_h4{
  width: 100%;
  padding: 10px;
  background-color: #00bfff;
  color: #fff;
  position: relative;
}
/* アコーディオンの開閉ボタンの右側に「+」を表示。 */
.job_search_area h4.job_search_h4::after {
  content: "+";
  position: absolute;
  top: 8px;
  right: 10px;
}
/* アコーディオンが開いた際に、開閉ボタンの右側に「+」を「-」に変更する。*/
.job_search_area.active h4.job_search_h4::after {
  content: "-";
  right: 13px;
}
.job_search_area .job_search_box{
  width: 100%;
  padding: 0 20px;
  background-color: #EDF6F9;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.job_search_area.active .job_search_box{
  height: auto;
  padding: 20px;
}
table.job_search_table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
table.job_search_table th{
  width: 25%;
  padding: 10px;
  background-color: #00bfff;
  color: #fff;
  vertical-align: middle;
}
table.job_search_table td{
  width: 75%;
  padding: 10px;
}
table.job_search_table td ul.job_checkbox_list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
}
table.job_search_table td ul.job_checkbox_list li{
  padding: 5px;
}
.job_search_button{
  width: 100%;
  margin-top: 15px;
}
.job_search_button .j_s_button{
  width: 50%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  background-color: #00bfff;
  color: #fff;
  text-align: center;
  padding: 10px;
  border: 0;
  font-size: 16px;
  border-radius: 10px;
  
}
.job_search_button .j_s_button:hover{
  background-color: #87cefa;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  table.job_search_table th{
    width: 100%;
    display: block;
  }
  table.job_search_table td{
    width: 100%;
    display: block;
  }
  table.job_search_table td ul.job_checkbox_list li{
    width: 50%;
    padding: 5px 0;
  }
}
/* job_search_list_box ------------------- */
.job_search_list_box{
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 70px 0;
}
.job_search_list_box .job_category{
  width: 100%;
  margin-bottom: 20px;
}
.job_search_list_box .job_category span{
  margin-right:10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #00bfff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.cat_area{ background-color: #00bfff; }
.cat_occupation{ background-color: #ff7f50; }
.cat_type{ background-color: #567fcc; }

.job_search_list_box h4.job_shop_title{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #00bfff 3px solid;
}
.job_search_list_box h5.job_shop_name{
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}
.job_search_list_box .job_shop_about{
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.job_search_list_box .job_shop_about .job_shop_about_img{
  width: 50%;
}
.job_search_list_box .job_shop_about .job_shop_about_text{
  width: 45%;
  margin-left: 5%;
}
.job_search_list_box .job_search_more{
  width: 100%;
}
.job_search_list_box .job_search_more a{
  width: 70%;
  max-width: 500px;
  padding: 10px;
  border: #00bfff 1px solid;
  color: #00bfff;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
}
.job_search_list_box .job_search_more a:hover{
  border: #00bfff 1px solid;
  color: #fff;
  background-color: #00bfff;
}
@media screen and (max-width: 768px) {
  .job_search_list_box{
    padding: 20px 10px;
    margin: 30px 0;
  }
  .job_search_list_box h4.job_shop_title{
    font-size: 18px;
  }
  .job_search_list_box .job_shop_about{
    margin-bottom: 15px;
  }
  .job_search_list_box .job_shop_about .job_shop_about_img{
    width: 100%;
  }
  .job_search_list_box .job_shop_about .job_shop_about_text{
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

/* フォトギャラリー用ページネーション */
.job_search_pagination{
  text-align: center;
margin-bottom:15px;
}
.job_search_pagination a.page-numbers,
.job_search_pagination .current{
  background: #fff;
  border: solid 1px #daedea;
  padding:5px 8px;
  margin:0 2px;
  text-decoration: none;
}
.job_search_pagination .current{
  background: #083b10;
  border: solid 1px #083b10;
  color: #fff;
}

/*-------------------------------------------------------------

page- job single CSS

-------------------------------------------------------------*/
.job_detail{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
/* タグ ---- */
.job_detail .job_detail_category{
  width: 100%;
  margin-bottom: 10px;
}
.job_detail .job_detail_category span{
  margin-right:10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
/* 店舗名 ---- */
.job_detail h4.job_detail_shopname{
  width: 100%;
  margin-bottom: 10px;
  color: #00bfff;
}
/* タイトル ---- */
.job_detail h3.job_detail_title{
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 5px solid #00bfff;
  font-size: 20px;
}
/* 画像 ---- */
.job_detail .job_detail_img{
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; 
}
.job_detail .job_detail_img .job_detail_main_img{
  width: 70%;
}
.job_detail .job_detail_img .job_detail_sub_img{
  width: 25%;
  margin-left: 5%;
}
ul.sub_img_list li.current img {
  border: 2px solid #00bfff;
  transition: border .5s;
}
ul.sub_img_list{
  width: 100%;
  padding-left:0;
}
ul.sub_img_list li {
  list-style:none;
  width: 100%;
}
ul.sub_img_list li img {
  border: 2px solid transparent;
  transition: border .5s;
}
ul.sub_img_list li img {
  cursor: pointer;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .job_detail .job_detail_img .job_detail_main_img{
    width: 100%;
  }
  .job_detail .job_detail_img .job_detail_sub_img{
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  ul.sub_img_list{
    display: flex;
  }
  ul.sub_img_list li {
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
}
/* コメント */
.job_detail .job_detail_maintxt{
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fffaed;
}
.job_detail .job_detail_maintxt h5{
  color: #00bfff;
}
/* 要項 */
.job_detail h4.job_detail_youkou_h4{
  width: 100%;
  color: #00bfff;
  margin-top: 50px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.job_detail h4.job_detail_youkou_h4::before{
  content: "";
  position: absolute;
  background: #00bfff;
  top: 50%;
  left: 0;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.job_detail table.job_detail_table{
  width: 100%;
  border: 1px solid #00bfff;
}
.job_detail table.job_detail_table th{
  width: 30%;
  padding: 15px;
  text-align: left;
  background-color: #bee6ff;
  border-bottom: 1px solid #00bfff;
}
.job_detail table.job_detail_table td{
  width: 70%;
  padding: 15px;
  border-bottom: 1px solid #00bfff;
}
@media screen and (max-width: 768px) {
  .job_detail table.job_detail_table th{
    width: 100%;
    padding: 10px;
    text-align: left;
    background-color: #bee6ff;
    border-bottom: none;
    display: block;
  }
  .job_detail table.job_detail_table td{
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #00bfff;
    display: block;
  }
}

/* 問い合わせボタン -------------------------------------- */
.job_detail .job_detail_contact_btn{
  width: 100%;
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.job_detail .job_detail_contact_btn .job_detail_contact_tel,
.job_detail .job_detail_contact_btn .job_detail_contact_web{
  width: 40%;
  margin: 30px 0;
}
.job_detail .job_detail_contact_btn .job_detail_contact_link{
  width: 15%;
  margin: 30px 0;
}
.job_detail .job_detail_contact_btn .job_detail_contact_tel a,
.job_detail .job_detail_contact_btn .job_detail_contact_web a{
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #00bfff;
  color: #00bfff;
  transition: 0.3s;
}
.job_detail .job_detail_contact_btn .job_detail_contact_tel a:hover,
.job_detail .job_detail_contact_btn .job_detail_contact_web a:hover{
  background-color: #00bfff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .job_detail .job_detail_contact_btn .job_detail_contact_tel,
  .job_detail .job_detail_contact_btn .job_detail_contact_web{
    width: 100%;
    margin: 15px 0 0 0;
  }
  .job_detail .job_detail_contact_btn .job_detail_contact_link{
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center;
  }
  .job_detail .job_detail_contact_btn .job_detail_contact_link img{
    width: 50%;
  }

}