@charset "UTF-8";
/* 
//////////////////////////////////////////////////////////////////////////////

search_work.css
- 仕事・求人を探す

//////////////////////////////////////////////////////////////////////////////
*/
/* 仕事・企業を探す　トップ・共通
===============================================
=============================================== */
/* ページタイトル
============================== */
.search_company_top .page_title.page_title_catetop {
  background: url("../img/img_catetop-search-company2025.jpg") no-repeat top center #f9f9f9;
}

.search_work_top .page_title.page_title_catetop {
  background: url("../img/img_catetop-search-work2025.jpg") no-repeat top center #f9f9f9;
}

/* 仕事を探す
============================== */
.sec_work .form_btn,
.sec_company .form_btn {
  max-width: 570px;
  margin: 10px auto 0;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .sec_work .form_btn,
  .sec_company .form_btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 600px) {
  .sec_work .job_search_slct02,
  .sec_company .job_search_slct02 {
    position: relative;
    margin-left: 40px;
  }
  .sec_work .job_search_slct02::before,
  .sec_company .job_search_slct02::before {
    position: absolute;
    top: 0;
    left: -40px;
    display: block;
    content: "×";
    width: 40px;
    height: 40px;
    font-weight: bold;
    color: #e8f3e4;
    font-size: 3.2rem;
  }
}


/* 追加(2025-10-10) */
.search-condition {
  background-color: #9ce1ff;
  margin: -40px auto 0px;
  padding: 50px 0 10px;

  border: 1px solid #9ce1ff; /*fff*/
  border-radius: 20px;

  position: relative;
  top: 0px;

  width: 85%;
}
.search-condition-result {
  background-color: #9ce1ff;
  margin: -40px auto 50px;
  padding: 50px 0 10px;

  border: 1px solid #9ce1ff; /*fff*/
  border-radius: 20px;

  position: relative;
  top: 0px;

  width: 85%;
}
.search-condition-company {
  background-color: #9ce1ff;
  margin: -40px auto 0px;
  padding: 50px 0 10px;

  border: 1px solid #9ce1ff; /*fff*/
  border-radius: 20px;

  position: relative;
  top: 0px;

  width: 85%;
}

@media screen and (min-width: 600px) {
  .search-condition {
    margin: -65px auto 0px;
    padding: 80px 0 50px;
    border-radius: 40px;
  }
  .search-condition-result {
    margin: -65px auto 50px;
    padding: 80px 0 50px;
    border-radius: 40px;
  }
  .search-condition-company {
    margin: -45px auto 0px;
    padding: 80px 0 50px;
    border-radius: 40px;
  }

}

.sort_area .slct_wrap {
  margin-bottom: 0;
  text-align: center;
}
.sort_area .slct_wrap:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .sort_area .slct_wrap {
    margin-top: 0;
  }
}
.sort_area .slct {
  width: calc(100% - 20px);
  margin: 0 10px;
}
@media screen and (min-width: 600px) {
  .sort_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sort_area .slct_wrap {
    width: calc(50% - 20px);
  }
  .sort_area .slct {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .sort_area {
    justify-content: center;
  }
  .sort_area .slct_wrap {
    width: auto;
  }
  .sort_area .slct {
    width: 320px;
  }
}

.sort_num {
  margin-top: 10px;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .sort_num {
    margin-top: 20px;
  }
}
.sort_num .sort_all {
  width: 150px;
  margin: auto;
  padding: 0 15px;
}
.sort_num .sort_all b {
  font-size: 1.6rem;
}

.sort_all {
  background: #ff7bac;
  color: #fff;
  text-align: center;
  margin: auto;
  padding: 2px;

  border: 1px solid #ff7bac; /*fff*/
  border-radius: 87px;

  height: 60px;
  line-height: 50px;

  font-size: 1.8rem;

  position: relative;
  z-index: 5;
}

.more_condition li {
  margin: 5px 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .more_condition {
    display: flex;
    justify-content: space-between;
  }
  .more_condition li {
    width: auto;
  }

  .sort_all {
    height: 87px;
    line-height: 87px;
  }

}
@media screen and (min-width: 960px) {
  .more_condition {
    margin: 0 0 0 20px;
    padding-top: 12px;
  }
}

.sort_more_area {
  border-radius: 2px;
  padding: 20px;
  margin: 10px 0 0;
  background: #f9f9f9;
}
@media screen and (min-width: 600px) {
  .sort_more_area .ico_form li {
    width: 33%;
  }
  .sort_more_area .ico_form.ico_form_nowrap li {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .sort_more_area {
    margin: 10px 20px 0;
  }
  .sort_more_area .ico_form li {
    width: 20%;
  }
}

.js_accordion dt {
  cursor: pointer;
  background: url("../img/icon/icn_arw01_b.svg") no-repeat right center;
  background-size: 10px 10px;
}
.js_accordion dt.open {
  background: url("../img/icon/icn_arw04_t.svg") no-repeat right center;
  background-size: 10px 10px;
}


.more_btn {
  padding-left: 10px;
}

@media screen and (min-width: 960px) {
  .sec_work .sort_area .more_btn_wrap {
    width: 100%;
    margin: 0px 42px 0 42px;

    text-align: right;    
  }
  .sec_work .sort_area .more_btn_wrap .more_btn {
    display: block;
    height: 32px;
    width: 100%;
  }
}
.sec_work .sort_num {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .sec_work .sort_num {
    width: 100%;
  }
}
.sec_work .sort_more_area .form_btn {
  max-width: 100%;
}
.sec_work .sort_more_area .form_btn li + li {
  margin-left: 10px;
}

/* 山梨の企業を探す
============================== */
.sec_company .company_box {
  background: white;
  background: -moz-linear-gradient(left, white 0%, white 100%);
  background: -webkit-linear-gradient(left, white 0%, white 100%);
  background: linear-gradient(to right, white 0%, white 100%);
  background-position: top 0 left 30px;
  background-repeat: no-repeat;
}

.map_area {
  background: #fff;
  border: 10px solid #cfedf9; /*#e8f3e4*/
  margin-top: 10px;
}
.map_area iframe {
  vertical-align: bottom;
}
/* GoogleMapAPIより地図表示させるため要素の高さを明示的に指定 */
@media screen and (max-width: 599px) { 
  #map_custom {
    min-height: 500px;
  }
}
@media screen and (min-width: 1080px) { 
  #map_custom {
    min-height: 570px;
  }
}
#map_custom { min-height: 500px; }

/* 新着の求人情報
============================== */
/* カテゴリートップページのみのカスタム
============================== */
.search_company_top .sec_work .sort_num,
.search_work_top .sec_work .sort_num {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .search_company_top .sec_work .sort_num,
  .search_work_top .sec_work .sort_num {
    margin-bottom: 20px;
  }
}
.search_company_top .sec_work .sort_num .sort_all,
.search_work_top .sec_work .sort_num .sort_all,
.search_company_top .sec_company .sort_num .sort_all {
  width: 68%;
}
.search_company_top .sec_work .sort_num .sort_all b,
.search_work_top .sec_work .sort_num .sort_all b,
.search_company_top .sec_company .sort_num .sort_all b {
  font-size: 5.0rem;
}

/* 仕事・企業を探す　検索結果一覧
===============================================
=============================================== */
/* 検索した条件の一覧
============================== */
.search_condition {
  padding: 10px;
  background: #f9f9f9;
  font-size: 1.1rem;
}
.search_condition dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.search_condition dt {
  width: 80px;
  margin: 10px 0 0;
}
.search_condition dd {
  width: calc(100% - 80px);
  margin: 10px 0 0;
  padding: 0;
}
.search_condition dt:first-of-type, .search_condition dd:first-of-type {
  margin-top: 0;
}
.search_condition ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.search_condition ul li {
  margin-right: 10px;
}

/* 仕事・企業を探す　求人・企業　詳細
===============================================
=============================================== */
.sec_joboffer_detail .btn {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .sec_joboffer_detail .btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .sec_joboffer_detail .btn {
    margin-top: 40px;
  }
}

.icn_shienkin {
  margin-top: 0;
}

.s-work_detail_title {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .s-work_detail_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .s-work_detail_title {
    font-size: 2.8rem;
  }
}

.sec_besic-info {
  margin: 10px auto;
  border-top: 1px solid #307036;
  border-bottom: 1px solid #307036;
  background: #f9f9f9;
  background: -moz-linear-gradient(left, #f9f9f9 0%, #f9f9f9 100%);
  background: -webkit-linear-gradient(left, #f9f9f9 0%, #f9f9f9 100%);
  background: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 100%);
  background-position: top 0 left 30px;
  background-repeat: no-repeat;
}
.sec_besic-info .sec_besic-info_title {
  position: relative;
  padding: 0 10px 0 40px;
}
.sec_besic-info .sec_besic-info_title::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #ff7bac;  /*#e8f3e4*/
}
.sec_besic-info .sec_besic-info_sup {
  list-style: none;
  padding-left: 0;
}
.sec_besic-info .sec_besic-info_sup li {
  position: relative;
  padding: 0 10px 0 40px;
}
.sec_besic-info .sec_besic-info_sup li::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #e6e6e6;
}
.sec_besic-info .sec_besic-info_sup li + li {
  margin-top: 5px;
}

.sec_besic-shera {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 10px 0;
  padding: 0 10px 10px;
  border-bottom: 1px solid #307036;
}
.sec_besic-shera li + li {
  margin-left: 10px;
}
.sec_besic-shera img {
  width: 40px;
  height: 40px;
}

.photo_box {
  display: flex;
  list-style: none;
  max-width: 900px;
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
}
.photo_box img {
  max-width: 100%;
  height: auto;
}
.photo_box li {
  width: 32.5%;
}
.photo_box li + li {
  margin-left: 1.25%;
}
@media screen and (min-width: 960px) {
  .photo_box {
    flex-wrap: wrap;
  }
  .photo_box li {
    width: 49%;
  }
  .photo_box li:first-child {
    width: 100%;
  }
  .photo_box li:nth-child(3) {
    margin-left: 2%;
  }
  .photo_box li + li {
    margin-top: 10px;
    margin-left: 0;
  }
}

.detail-dltable {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  border-top: 1px solid #9ce1ff;
  border-bottom: 1px solid #9ce1ff;
}
@media screen and (min-width: 600px) {
  .detail-dltable {
    max-width: 900px;
  }
}
.detail-dltable dt,
.detail-dltable dd {
  border-top: 1px solid #e8f3e4;
}
.detail-dltable dt {
  width: 6em;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .detail-dltable dt {
    width: 12em;
  }
}
.detail-dltable dd {
  width: calc(100% - 6em);
  margin: 0;
  padding: 10px;
  background: #cfedf9;  /*#dfede0*/
  word-wrap: break-word;
}
@media screen and (min-width: 600px) {
  .detail-dltable dd {
    width: calc(100% - 12em);
  }
}
.detail-dltable_address {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.detail-dltable_address span {
  width: calc( 100% - 50px);
}
.detail-dltable_address .btn_icon_map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.s-work_btn {
  list-style: none;
  margin: 20px 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #9ce1ff;
}
.s-work_btn a:hover {
  color: #fff;
}
@media screen and (min-width: 600px) {
  .s-work_btn {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 600px) {
  .s-work_btn {
    padding-bottom: 40px;
  }
}
.s-work_btn li {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .s-work_btn li {
    width: 48%;
    margin: 10px 1% 0;
  }
}
.s-work_btn .btn {
  max-width: 100%;
  margin-top: 0;
  background: none;
}
.s-work_btn .btn img {
  vertical-align: sub;
}
@media screen and (min-width: 600px) {
  .s-work_btn .btn {
    padding: 15px;
  }
}
.s-work_btn .btn.btn_fav span {
  padding-left: 21px;
  background: url("../img/icon/icn_fav.svg") no-repeat left center;
  background-size: 16px 16px;
  color: #ff7bac;
}
.s-work_btn .btn.btn_fav:hover {
  background: #ff7bac;

}
.s-work_btn .btn.btn_fav:hover span {
  background: url("../img/icon/icn_fav_wh.svg") no-repeat left center;
  background-size: 16px 16px;
  color: #fff;
}
.s-work_btn .btn.btn_fav.btn02 {
  background: #dcdcdc;
  border-color: #dcdcdc;
  color: #999;
}
.s-work_btn .btn.btn_fav.btn02 span {
  background: url("../img/icon/icn_fav_gr.svg") no-repeat left center;
  background-size: 16px 16px;
}
.s-work_btn .btn.btn_fav.btn02:hover span {
  background: url("../img/icon/icn_fav_gr.svg") no-repeat left center;
  background-size: 16px 16px;
}
.s-work_btn .btn.btn_contact span {
  padding-left: 21px;
  background: url("../img/icon/icn_mail.svg") no-repeat left center;
  background-size: 16px 16px;
  color: #ff7bac;
}
.s-work_btn .btn.btn_contact:hover {
  background: #ff7bac;
}
.s-work_btn .btn.btn_contact:hover span {
  background: url("../img/icon/icn_mail_wh.svg") no-repeat left center;
  background-size: 16px 16px;
  color: #fff;
}
.s-work_btn .btn.btn_scout span{
  padding-left: 35px;
  background: url("../img/icon/icn_scout.svg") no-repeat left center;
  background-size: 30px 16px;
}
.s-work_btn .btn.btn_scout:hover {
  background: #307036;
}
.s-work_btn .btn.btn_scout:hover span {
  background: url("../img/icon/icn_scout_wh.svg") no-repeat left center;
  background-size: 30px 16px;
}

/* この企業で募集中の求人
============================== */
.sec_other-offer {
  background: #f9f9f9;
}
@media screen and (min-width: 960px) {
  .sec_other-offer {
    width: 100%;
  }
}

/* この求人を見た人におすすめの求人
============================== */
@media screen and (min-width: 960px) {
  .sec_recommend01 {
    width: 100%;
    padding-bottom: 0;
  }
  .sec_recommend01 .joboffer_box:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

/*「この企業で募集中の求人」がなくsecが1つ欠ける場合。*/
.sec_joboffer_detail +
.sec_recommend01 {
  margin-bottom: -9px;
  background: #f9f9f9;
}
.sec_joboffer_detail +
.sec_recommend01 .joboffer_box {
  background: white;
  background: -moz-linear-gradient(left, white 0%, white 100%);
  background: -webkit-linear-gradient(left, white 0%, white 100%);
  background: linear-gradient(to right, white 0%, white 100%);
  background-position: top 0 left 30px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .sec_joboffer_detail +
  .sec_recommend01 {
    margin-bottom: -100px;
    padding-bottom: 100px;
  }
}

/* あなたにおすすめの求人
============================== */
.sec_recommend02 {
  position: relative;
  margin-top: 10px;
  margin-bottom: -40px;
  padding-top: 30px;
  background: #dfede0;
}
@media screen and (min-width: 600px) {
  .sec_recommend02 {
    padding-bottom: 60px;
    margin-bottom: -60px;
  }
}
.sec_recommend02 .label_pickup {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #ff7bac;  /*#307036*/
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
/*
.sec_recommend02 .label_pickup::after {
  position: absolute;
  top: 25px;
  left: 85px;
  content: "";
  width: 20px;
  height: 20px;
  background: #2da638;
}
*/
@media screen and (min-width: 960px) {
  .sec_recommend02 .label_pickup {
    top: 10px;
    left: -10px;
  }
}
.sec_recommend02 .txt {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .sec_recommend02 .txt {
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .sec_recommend02 .txt {
    text-align: left;
  }
}

/* 登録情報がない場合 */
.recommend_nodata_bnr {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.recommend_nodata_bnr li + li {
  margin-left: 10px;
}
.recommend_nodata_bnr li img {
  width: auto;
  height: 40px;
}

.sec_other-offer .joboffer_box,
.sec_recommend02 .joboffer_box {
  background: white;
  background: -moz-linear-gradient(left, white 0%, white 100%);
  background: -webkit-linear-gradient(left, white 0%, white 100%);
  background: linear-gradient(to right, white 0%, white 100%);
  background-position: top 0 left 30px;
  background-repeat: no-repeat;
}

/* 詳細とおすすめ求人はpcだけ
　 レイアウト順が変わり、さらに2カラムになる
============================== */
@media screen and (min-width: 960px) {
  .twoClm_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
  }
  .twoClm_wrap .sec_joboffer_detail {
    order: 1;
    width: calc(100% - 361px );
    max-width: 840px;
    padding-bottom: 60px;
  }
  .twoClm_wrap .sec_recommend02 {
    order: 2;
    width: 320px;
    margin: 0 0 0 29px;
    padding: 60px 25px 0;
    background: #fff;
    border-left: 1px dashed #e6e6e6;
  }
  .twoClm_wrap .sec_recommend02 .box_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .twoClm_wrap .sec_recommend02 .box_wrap .joboffer_box {
    margin: 0 auto 40px;
    background: #f9f9f9;
    background: -moz-linear-gradient(left, #f9f9f9 0%, #f9f9f9 100%);
    background: -webkit-linear-gradient(left, #f9f9f9 0%, #f9f9f9 100%);
    background: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 100%);
    background-position: top 0 left 30px;
    background-repeat: no-repeat;
  }
  .twoClm_wrap .sec_other-offer {
    order: 3;
  }
  .twoClm_wrap .sec_recommend01 {
    order: 4;
  }

  .detail_company .sec_sb_appeal {
    order: 3;
    width: calc(100% - 361px );
    max-width: 840px;
  }
  .detail_company .sec_other-offer {
    order: 2;
    width: 320px;
    margin: 0 0 0 29px;
    padding: 60px 25px 0;
    background: #fff;
    border-left: 1px dashed #e6e6e6;
  }
  .detail_company .sec_other-offer .box_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .detail_company .sec_other-offer .box_wrap .joboffer_box {
    margin: 0 auto 40px;
    background: #f9f9f9;
    background: -moz-linear-gradient(left, #f9f9f9 0%, #f9f9f9 100%);
    background: -webkit-linear-gradient(left, #f9f9f9 0%, #f9f9f9 100%);
    background: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 100%);
    background-position: top 0 left 30px;
    background-repeat: no-repeat;
  }
}
/* 仕事・企業を探す　求人・企業　詳細
    企業詳細でのカスタマイズ部分
===============================================
=============================================== */
.detail_company .appeal {
  padding-top: 0;
}
.detail_company .appeal h2 {
  margin: 20px 0 5px;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .detail_company .appeal h2 {
    margin-top: 30px;
    font-size: 2.0rem;
  }
}
@media screen and (min-width: 960px) {
  .detail_company .appeal h2 {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}
.detail_company .appeal .appeal_photo {
  text-align: center;
}
.detail_company .appeal .appeal_photo img {
  max-width: 100%;
  height: auto;
}
.detail_company .sec_joboffer_detail .sec_title {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .detail_company .sec_joboffer_detail .sec_title {
    margin-top: 30px;
  }
}
@media screen and (min-width: 600px) {
  .detail_company .sec_joboffer_detail .sec_title {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .detail_company .sec_joboffer_detail {
    padding-bottom: 0;
  }
}
.detail_company .sec_other-offer {
  margin-bottom: -40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .detail_company .sec_other-offer {
    margin-bottom: -60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .detail_company .sec_other-offer {
    margin-bottom: -100px;
    padding-bottom: 100px;
  }
}
.detail_company .sec_other-offer .no_data {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .detail_company .sec_other-offer .no_data {
    text-align: left;
  }
}

.pre-space {
  white-space: pre-wrap;
}