@charset "utf-8";

/* Job list CSS Document */
.job-list .job-list-item {
  background: #9cdadf;
}

.job-list .job-list-item .job-head-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: flex;
  gap: 10px;
  /* height: 51px; */
  align-items: center;
  /* margin-right: 20px; */
  /* padding: 10px 10px 10px 10px; */
  /* border-radius: 10px 10px 0px 0px; */
  background-color: #9cdadf;
  padding: 10px 10px 8px 10px;
  border-radius: 6px 6px 0px 0px;
  line-height: 150%;

}

body.path-job .b-column > .grid, .item-list > .b-column > .grid{
    border: 3px solid #9cdadf;
    border-radius: 10px 10px 8px 8px;
    margin-bottom: 24px;
    box-shadow: 0px 3px 3px #00000000033;
    color: #000000;
}

.job-list-padding-box {
  padding: 0px;
  background: #fff;
  width: 50%;
}

.job-list-item .field--name-field-job-image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.job-list h2 {
  font-size: 16px;
  margin-top: 0px;
  line-height: 140%;
}

.job-list .flex-group {
  justify-content: center;
  margin-bottom: 35px;
}

.job-list .flex-group .job-list_trial_salary_low,
.job-list .flex-group .job-list_salary_low {
  display: flex;
  /* gap: 10px; */
  gap: 0px;
}

.job-list .flex-group .job-list_trial_salary_low span,
.job-list .flex-group .job-list_salary_low span {
  font-weight: 600;
  font-size: 11px;
}

.job-list .flex-group .job-list_trial_salary_low div.field,
.job-list .flex-group .job-list_salary_low div.field {
  font-size: 18px;
  color: #ff6b89;
  font-weight: 600;
  margin-left: 10px;
}

.job-list .job-list-flex {
  display: flex;
  background: #fff;
  padding: 10px;
  gap: 20px;
  flex-wrap: wrap;
}

.job-list .job-list-flex .pc-only {
  width: 100%;
}



.job-list .job-list-flex .field--name-field-job-kodawari {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.job-list .job-list-flex .field--name-field-job-kodawari .field__item {
  height: 26px;
  line-height: 26px;
  padding: 0px 15px;
  font-size: 10px;
  text-align: center;
  background: #abebc6;
  border-radius: 3px;
  width:auto;
  color:#186a3b;
}

.job-list-item .job-list-left {
  max-width: 44%;
  min-width: 47%;
}
.job-list-item .job-list-left .field--name-field-job-image{
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  border:1px solid #f4f6f6;
}

.job-list-left .field--name-field-job-kodawari {
  margin-top: 15px;
}

body.path-job .job-list-padding-box .flex-group::before,
body.path-job .job-list-padding-box .station .icon::before,
body.path-job .job-list-padding-box .job_info .icon::before,
body.path-job .job-list-padding-box .loc_bh .icon::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}

body.path-job .job-list-padding-box .flex-group::before {
  background-image: url(/themes/custom/onerise_front/img/icon/icon_salary.svg);
}

body.path-job .job-list-padding-box .station .icon::before {
  background-image: url(/themes/custom/onerise_front/img/icon/icon_station.svg);
}

body.path-job .job-list-padding-box .job_info .icon::before {
  background-image: url(/themes/custom/onerise_front/img/icon/icon_check.svg);
}

body.path-job .job-list-padding-box .loc_bh .icon::before {
  background-image: url(/themes/custom/onerise_front/img/icon/icon_loc_bh);
}


body.path-job .job-list-padding-box .station,
body.path-job .job-list-padding-box .job_info,
body.path-job .job-list-padding-box .loc_bh {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 10px;
}


body.path-job .job-list-padding-box .job_info .field__item br {
  display: none;
}


body.path-job .job-list-padding-box .job_info .field__item,
body.path-job .job-list-padding-box .station .field__item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 表示する行数を指定 */
  overflow: hidden;
  text-overflow: ellipsis;
}

body.path-job .job-list-padding-box .flex-group {
  justify-content: flex-start !important;
  margin-bottom: 10px;
}


body.path-job .job-list .flex-group .job-list_trial_salary_low,
.job-list .flex-group .job-list_salary_low {
  align-items: center;
  font-weight: 500;
  color: #ff6b89;
}


body.path-job .job-list-padding-box .flex-group .job-list_salary_low {
  margin-left: 10px
}

body.path-job .job-list .flex-group .job-list_trial_salary_low span,
.job-list .flex-group .job-list_salary_low span {
  color: #000000;
}

body.path-job .job-list-padding-box h2 {
  font-weight: 600;
  margin-top: 10px;
}

.job-flag .flag a{
  margin-left:auto;
  margin-right:auto;
}
.job-flag{
  position: absolute;
  top: 10px;
  right: 15px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
.job-list-icon{
  display: flex;
  gap:10px;
  padding-top: 10px;
  padding-left: 15px;
}
.job-list-icon .field {
  font-size: 11px;
  border-radius: 20px;
  border: 1px solid #41a1a9;
  height: 20px;
  line-height: 18px;
  padding: 0px 10px;
  color: #41a1a9;
}


body.path-job .grid__content .node__links {
  background: #fff;
  border-radius: 0px 0px 8px 8px;
  padding: 20px;
}

body.path-job .grid__content .node__links ul.links.inline li a {
  display: inline-block;
  padding: 10px 20px;
  color: #000000;
  text-decoration: none;
  background: linear-gradient(to right, #C7E7AE 0%, #9cdadf 30%);
  border-radius: 9999px;
  box-shadow: 0 2px 2px rgba(196, 196, 196, 0.8);
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 250px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
      border: 1px solid #ff743d;
}


body.path-job .grid__content .node__links ul.links.inline li a:hover {
  opacity: 0.8;
}

body.path-job .grid__content .node__links ul.links.inline li {
  width: fit-content;
  display: block;
  margin: 0 auto;
}



/*もしかしたら全ページ共通*******************************************/

.view-header {
  display: flex;
  padding-bottom: 5px;
  color: #000000;
}

.view-header .totalcnt,
.view-header .pagecnt {
  display: inline-flex;
  align-items: center;
}

.view-header .totalcnt::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #000000;
  margin-left: 10px;
  margin-right: 10px;
}



@media screen and (max-width: 767px) {

  .job-list .job-list-item .job-head-title{
    width: 85%;
  }

  .job-list .job-list-flex {
    display: block;
  }

  .job-list-item .job-list-left {
    min-width: 100%;
    max-width: 100%;
  }

  .job-list-padding-box {
    width: 100%;
  }

  .job-list .job-list-flex .field--name-field-job-kodawari .field__item {

  }

  body.path-job .grid {
    margin-bottom: 6% !important;
  }

  body.path-job .flex-group {
    flex-direction: row;
  }

  .job-list .job-list-flex {
    padding: 0;
  }
  .job-list-padding-box {
    padding: 10px;
  }
}
#block-onerise-front-views-block-front-first-area-block-1 h2,
#block-onerise-front-waibushezhifuomujoblistpage-job-search form,
#block-onerise-front-waibushezhifuomujoblistpage-job-search h2{
  margin-left:auto;
  margin-right:auto;
}
#block-onerise-front-waibushezhifuomujoblistpage-job-search .form-checkboxes .form-checkboxes{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
}
.first-area-list ul{
  display: flex;
  gap:15px;
  flex-wrap: wrap;
}
.first-area-list ul li a{
  display: block;
  text-align: center;
  height:40px;
  line-height: 40px;
  background:#fff;
  border-radius: 5px;
  border:1px solid #41a1a9;
  color:#41a1a9;
  padding:0px 15px;
}
.first-area-list ul li a:hover{
  background:#41a1a9;
  color:#fff;
}
.content_top_left_right {
  padding-left:15px;
  padding-right:15px;
}

.job-search-form h2,
.areasearch h2{
  background-color: #41a1a9;
  border: 1px solid #41a1a9;
  border-radius: 5px;
  color: #fff !important;
  text-align: center;
  padding: 10px 15px;
  font-size: 1.6rem !important;
  cursor: pointer;
  box-shadow: rgba(50, 148, 139, 0.06) 0px 0px 0px 1px, rgba(50, 148, 139, 0.03) 0px 1px 1px -0.5px, rgba(50, 148, 139, 0.04) 0px 2px 2px -1px, rgba(50, 148, 139, 0.04) 0px 3px 3px -1.5px, rgba(50, 148, 139, 0.03) 0px 5px 5px -2.5px, rgba(50, 148, 139, 0.03) 0px 10px 10px -5px, rgba(50, 148, 139, 0.03) 0px 24px 24px -8px;
}
.areasearch h2:before{
  display: block;
  background: url(../img/pin.svg) no-repeat;
  width:25px;
  height:25px;
  content:"";
  margin-left:auto;
  margin-right:auto;
  margin-bottom:15px;
  filter: brightness(0) invert(1);
}
.job-search-form h2:before{
  display: block;
  background: url(../img/search.svg) no-repeat;
  width:25px;
  height:25px;
  content:"";
  margin-left:auto;
  margin-right:auto;
  margin-bottom:15px;
  filter: brightness(0) invert(1);
}
.job-search-form form.sp-form-open,
.areasearch .sp-form-open {
  display: block;
  margin-top: 20px;
  max-height: 75vh;
  padding-bottom: 20rem;
  overflow-y: scroll;
  z-index: 999;
  border-top: solid 1px #ccc;
  width: 100vw;
  padding:25px 15px 40px 15px;
  background:#fff;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)
             translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  max-width: 680px;
  
}
.job-search-form form.sp-form-open:before{
  content:"複数条件で探す";
  display: block;
  font-weight: 600;
  color:#000000;
  font-size:18px;
  text-align: center;
  margin-bottom:20px;
}
.areasearch .sp-form-open:before{
  content:"エリアで探す";
  display: block;
  font-weight: 600;
  color:#000000;
  font-size:18px;
  text-align: center;
  margin-bottom:20px;
}
.job-search-form form.sp-form-open .close-button,
.areasearch .sp-form-open .close-button{
  content:"閉じる";
  display: block;
  position: absolute;
  padding:15px;
  width:120px;
  top:15px;
  right:15px;
  background:#000000;
  color:#fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  cursor: pointer;
}
.job-search-form form.sp-form-open legend{
  width:100%;
}
.job-search-form form.sp-form-open label:not(.option),
.job-search-form form.sp-form-open legend span{
  border-radius: 5px;
  background:#41a1a9;
  color:#fff;
  font-weight: 600;
  height:40px;
  line-height: 40px;
  padding:0px 15px;
  margin-bottom:10px;
}

.path-job .container.w900.maincontent{
  max-width: 980px;
}
.job-search-form form .form-actions input[type="submit"]{
  width:100%;
  border-radius: 5px;
  font-size:16px;
  background:#549ba1;
}
.job-search-form form .form-actions input[type="submit"]:hover{
  opacity: 0.9;
}
body.job-search-form-clicked:before{
   width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
.job-search-form form.sp-form-open::-webkit-scrollbar,
.areasearch .sp-form-open::-webkit-scrollbar{
    width: 8px;
    background-color: #cdf2f5; 
}
.job-search-form form.sp-form-open::-webkit-scrollbar-thumb, .areasearch .sp-form-open::-webkit-scrollbar-thumb {
    background: #ff743d;
    width: 6px;
    border-radius: 5px;
}
#block-onerise-front-views-block-front-second-area-block-1{
  background:#fff;
  padding:20px;
  border-radius: 5px;
  text-align: center;
  margin-bottom:20px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
#block-onerise-front-views-block-front-second-area-block-1 .item-list ul{
  display: flex;
  gap:15px;
  flex-wrap: wrap;
}
#block-onerise-front-views-block-front-second-area-block-1 .item-list ul li a{
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #41a1a9;
    color: #41a1a9;
    padding: 0px 15px;
}
/* current */
#block-onerise-front-views-block-front-second-area-block-1 .item-list ul li.current a{
  background: #41a1a9;
  border: 1px solid #41a1a9;
  color: #fff;
}

.layout-content .block#block-onerise-front-views-block-front-second-area-block-1 h2.block-title{
  margin-top:0px;
  margin-bottom:30px;
}
/*** スマホ ****/
@media only screen and (max-width: 991.9px) {
  .path-job .view-id-joblist .view-content{
    margin-left:-15px;
    margin-right:-15px;
  }
  body.path-job .b-column > .grid, .item-list > .b-column > .grid{
    border-radius: 0px;
  }
  body.path-job .grid__content .node__links{
    border-radius: 0px;
  }
}