@charset "UTF-8";


/* セクション設定 */
.pg_jobs{

}
.pg_jobs .section.sec1{

}
.pg_jobs .section.sec2{

}



@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_jobs .section.sec1{
    padding-bottom: 0;
  }
}
@media (min-width:768px){

  .pg_jobs{

  }
  .pg_jobs .section.sec1{

  }
  .pg_jobs .section.sec2{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1720px){


}

.sf_comming_soon{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
  color: red;
}
.sf_comming_soon + .sf_tabs,
.sf_comming_soon + .sf_tabs + .sf_tab_contents{
  opacity: 0.5;
  pointer-events: none;
}

.sf_wrap{

}
.sf_inner{
  background: #f3fcf4;
  padding: 15px;
}

/* タブボタン */
.sf_tabs{
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  border: 2px solid var(--main-color);
}
.sf_tabs_item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  height: 60px;
  cursor: pointer;
  transition: 0.2s all;
  position: relative;
  z-index: 1;
}
.sf_tabs_item:nth-child(n+2){
  border-left: 2px solid var(--main-color);
}

.sf_tabs_item.on,
.sf_tabs_item.on:hover{
  background: var(--main-color);
  color: #FFF;
  opacity: 1;
}
.sf_tabs_item:hover{
  opacity: 0.7;
}

.sf_tabs_item.on:after{
  content: "";
  width: 20px;
  height: 10px;
  background: var(--main-color);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.sf_tabs_item:before{
  content: "";
  aspect-ratio: 24 / 32;
  width: 12px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sf_tabs_item.cat1:before{
  background-image: url('https://agent-styleplus.com/system_panel/uploads/images/map-marker-alt-solid_bk.svg');
}
.sf_tabs_item.cat1.on:before{
  background-image: url('https://agent-styleplus.com/system_panel/uploads/images/map-marker-alt-solid.svg');
}
.sf_tabs_item.cat2:before{
  width: 20px;
  background-image: url('https://agent-styleplus.com/system_panel/uploads/images/person-solid-full_bk.svg');
}
.sf_tabs_item.cat2.on:before{
  background-image: url('https://agent-styleplus.com/system_panel/uploads/images/person-solid-full.svg');
}
.sf_tabs_item.cat3:before{
  background-image: url('https://agent-styleplus.com/system_panel/uploads/images/star-solid_bk.svg');
}
.sf_tabs_item.cat3.on:before{
  background-image: url('https://agent-styleplus.com/system_panel/uploads/images/star-solid.svg');
}

/* タブコンテンツ */
.sf_tab_contents{
  border: 2px solid var(--main-color);
  border-top: 0;
}
.sf_tab_content{
  display: none;
  background: #FFF;
  padding: 20px 15px;
}
.sf_tab_content.on{
  display: block;
}

/* 都道府県 */
.sf_pref{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.sf_pref_area{
  width: 100%;
  padding: 0 5px;
  margin: 0;
}
.sf_pref_area:nth-child(n+2){
  margin-top: 10px;
}
.sf_pref_area_name{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.sf_pref_area_list{
  display: flex;
  flex-wrap: wrap;
}
.sf_pref_area_list a{
  font-size: 14px;
  font-weight: 700;
  color: #40ba8d;
  margin-right: 5px;
}

/* 都道府県ポップアップ */
.sf_pref_popup{
  width: 1110px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  background: #FFF;
}
.sf_pref_popup_title{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: var(--main-color);
  color: #FFF;
  padding: 12px 15px;
}

/**/
.sf_sub_field{

}
.sf_sub_field + .sf_sub_field{
  margin-top: 10px;
}

.sf_sub_title{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}


/* チェックボックス */
.sf_checks{
  display: flex;
  flex-wrap: wrap;
  /*padding: 55px 55px 25px;*/
  margin-left: -5px;
  margin-right: -5px;
}
.sf_pref_popup .sf_checks{
  padding: 20px 15px 20px;
  margin-left: 0;
  margin-right: 0;
}
.sf_checks_item{
  padding: 0 5px;
  margin: 3px 0;
}
.sf_checks_item.wide{
  width: 100% !important;
}

.sf_checks_item label{
  display: flex;
  font-size: 15px;
  font-weight: 700;
  background: #f8f8f8;
  padding: 10px 10px;
  margin: 0;
  cursor: pointer;
}
.sf_checks_item label input[type="checkbox"]{
  margin-right: 10px;

}

.sf_checks.col3{

}
.sf_checks.col3 .sf_checks_item{
  width: 33.333%;
  width: 100%;
}
.sf_checks.col4{

}
.sf_checks.col4 .sf_checks_item{
  width: 50%;
}


/* 検索ボタン */
.sf_submit_btn{
  display: flex;
  justify-content: center;
  border-top: 2px dashed #181818;
  padding-top: 25px;

}
* + .sf_submit_btn{
  margin-top: 30px;
}
.sf_submit_btn button{
  font-size: 16px;
  font-weight: 700;
  background: #FFF;
  border: 2px solid var(--main-color);
  border-radius: 30px;
  width: 250px;
  height: 45px;
  cursor: pointer;
  transition: 0.2s all;
  color: #181818;
}
.sf_submit_btn button:hover{
  background: var(--main-color);
  color: #FFF;
}

.sf_pref_popup .sf_submit_btn{
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px){
  .sf_tabs_item{
  }
}
@media (min-width:768px){


  .sf_wrap{

  }
  .sf_inner{
    padding: 40px;
  }

  /* タブボタン */
  .sf_tabs{
  }
  .sf_tabs_item{
    width: 33.333%;
    font-size: 16px;
    height: 70px;
  }

  /* タブコンテンツ */
  .sf_tab_contents{
  }
  .sf_tab_content{
    padding: 20px 15px;
  }

  /* 都道府県 */
  .sf_pref{
    margin-left: -35px;
    margin-right: -35px;
  }
  .sf_pref_area{
    width: 50%;
    padding: 0 35px;
    margin: 0;
  }
  .sf_pref_area:nth-child(n+2){
    margin-top: 0;
  }
  .sf_pref_area:nth-child(n+3){
    margin-top: 20px;
  }
  .sf_pref_area_name{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sf_pref_area_list{
  }
  .sf_pref_area_list a{
    font-size: 16px;
    margin-right: 20px;
  }

  /* 都道府県ポップアップ */
  .sf_pref_popup{
    padding-bottom: 60px;
  }
  .sf_pref_popup_title{
    font-size: 24px;
    padding: 16px 15px;
  }

  /**/
  .sf_sub_title{
    font-size: 20px;
    margin-bottom: 10px;
  }

  /* チェックボックス */
  .sf_checks{
    margin-left: -5px;
    margin-right: -5px;
  }
  .sf_pref_popup .sf_checks{
    padding: 20px 15px ;
  }
  .sf_checks_item{
    padding: 0 5px;
    margin: 5px 0;
  }

  .sf_checks_item label{
    font-size: 14px;
    padding: 10px 10px;
  }
  .sf_checks_item label input[type="checkbox"]{
    margin-right: 5px;
  }

  .sf_checks.col3{

  }
  .sf_checks.col3 .sf_checks_item{
    width: 50%;
  }
  .sf_checks.col4{

  }
  .sf_checks.col4 .sf_checks_item{
    width: 33.333%;
  }


  /* 検索ボタン */
  .sf_submit_btn{
  }
  .sf_submit_btn button{
    font-size: 18px;
    border-radius: 30px;
    width: 300px;
    height: 60px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .sf_wrap{

  }
  .sf_inner{
    padding: 40px;
  }

  /* タブボタン */
  .sf_tabs{
  }
  .sf_tabs_item{
    width: 33.333%;
    font-size: 20px;
    height: 70px;
  }

  .sf_tabs_item.on:after{
    width: 40px;
    height: 20px;
  }
  .sf_tabs_item:before{
    width: 24px;
    margin-right: 10px;
  }
  .sf_tabs_item.cat2:before{
    width: 28px;
  }
  /* タブコンテンツ */
  .sf_tab_contents{
  }
  .sf_tab_content{
    padding: 50px 55px;
  }

  /* 都道府県 */
  .sf_pref{
    margin-left: -35px;
    margin-right: -35px;
  }
  .sf_pref_area{
    width: 50%;
    padding: 0 35px;
    margin: 0;
  }
  .sf_pref_area:nth-child(n+2){
    margin-top: 0;
  }
  .sf_pref_area:nth-child(n+3){
    margin-top: 20px;
  }
  .sf_pref_area_name{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sf_pref_area_list{
  }
  .sf_pref_area_list a{
    font-size: 18px;
    margin-right: 20px;
  }

  /* 都道府県ポップアップ */
  .sf_pref_popup{
    padding-bottom: 60px;
  }
  .sf_pref_popup_title{
    font-size: 24px;
    padding: 16px 15px;
  }

  /**/
  .sf_sub_title{
    font-size: 20px;
    margin-bottom: 10px;
  }

  /* チェックボックス */
  .sf_checks{
    margin-left: -5px;
    margin-right: -5px;
  }
  .sf_pref_popup .sf_checks{
    padding: 55px 55px 25px;
  }
  .sf_checks_item{
    padding: 0 5px;
    margin: 5px 0;
  }

  .sf_checks_item label{
    font-size: 18px;
    padding: 20px 20px;
  }
  .sf_checks_item label input[type="checkbox"]{
    margin-right: 10px;
  }

  .sf_checks.col3{

  }
  .sf_checks.col3 .sf_checks_item{
    width: 33.333%;
  }
  .sf_checks.col4{

  }
  .sf_checks.col4 .sf_checks_item{
    width: 25%;
  }


  /* 検索ボタン */
  .sf_submit_btn{
  }
  .sf_submit_btn button{
    font-size: 18px;
    border-radius: 30px;
    width: 300px;
    height: 60px;
  }
  .sf_pref_popup .sf_submit_btn{
    margin-left: 60px;
    margin-right: 60px;
  }

}
@media (min-width:1470px){

}
@media (min-width:1536px){

}
@media (min-width:1720px){

}



/* 一覧 */
.jobs_list{

}
.jobs_list .webgene-item{

}
.jobs_list .webgene-item + .webgene-item{
  margin-top: 20px;
}
.jobs_item{
  box-shadow: 0 0 3px #CCC;
}
.jobs_item_head{
  background: var(--main-color);
  color: #FFF;
  padding: 15px 15px;
}
.jobs_item_head_txt1{
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.jobs_item_head_txt2{
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
}

.jobs_item_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px;
}
.jobs_item_box1{
  width: 100%;
}
.jobs_item_box2{
  width: 100%;
  margin-top: 10px;
}
.jobs_item_box3{
  width: 100%;
  margin-top: 15px;
}

.jobs_item_meta{
  margin: 0;
}
.jobs_item_meta + .jobs_item_meta{
  margin-top: 0;
}
.jobs_item_meta dt{
  font-size: 18px;
  font-weight: 700;
  color: var(--sub-color);
}
.jobs_item_meta dd{
  font-size: 14px;
  margin-top: 5px;
}
.jobs_item_desc{
  font-size: 14px;
  line-height: 1.875;
}

.jobs_item_imgs{

}
.jobs_item_imgs_img{
  background: #CCC;
}
.jobs_item_imgs_img.img_fit:before{
  padding-top: 66.666%;
}

.jobs_item .read_more{
  padding-top: 8px;
  border-top: 2px dashed #181818;
  padding-top: 25px;
}

@media (max-width:767px){

}
@media (min-width:768px){


  /* 一覧 */
  .jobs_list{

  }
  .jobs_list .webgene-item{

  }
  .jobs_list .webgene-item + .webgene-item{
    margin-top: 50px;
  }
  .jobs_item{
    box-shadow: 0 0 3px #CCC;
  }
  .jobs_item_head{
    padding: 20px 40px;
  }
  .jobs_item_head_txt1{
    font-size: 24px;
  }
  .jobs_item_head_txt2{
    font-size: 16px;
    margin-top: 10px;
  }

  .jobs_item_inner{
    padding: 40px 40px;
  }
  .jobs_item_box1{
    width: 40.77%;
  }
  .jobs_item_box2{
    width: 55.33%;
    margin-top: 0;
  }
  .jobs_item_box3{
    width: 100%;
    margin-top: 30px;
  }

  .jobs_item_meta{

  }
  .jobs_item_meta + .jobs_item_meta{
    margin-top: 32px;
  }
  .jobs_item_meta dt{
    font-size: 18px;
  }
  .jobs_item_meta dd{
    font-size: 16px;
    margin-top: 10px;
  }
  .jobs_item_desc{
    font-size: 16px;
    line-height: 2.375;
  }

  .jobs_item_imgs{

  }

  .jobs_item .read_more a{
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 300px;
  }
}
@media (min-width:1024px){

}
@media (min-width:1200px){

}
@media (min-width:1470px){

}
@media (min-width:1536px){
  .jobs_item .read_more {
    padding-top: 35px;
  }
}
@media (min-width:1720px){

}


/* 詳細 */


.jobs_detail{
  box-shadow: 0 0 3px #CCC;
}
.jobs_detail + .jobs_detail{
  margin-top: 30px;
}
.jobs_detail .jobs_item_meta{
  width: 100%;
}
.jobs_detail .jobs_item_meta + .jobs_item_meta{
  border-top: 2px dashed #181818;
  padding-top: 35px;
}

@media (max-width:767px){

}
@media (min-width:768px){

}
@media (min-width:1024px){
  .jobs_detail + .jobs_detail{
    margin-top: 60px;
  }
  .jobs_detail + .read_more{
    margin-top: 60px;
  }
}
@media (min-width:1200px){
  
}
@media (min-width:1470px){

}
@media (min-width:1536px){

}
@media (min-width:1720px){

}