@charset "UTF-8";
/*-------------------------------------------------
採用情報
-------------------------------------------------*/
.recruit_div_01 {
  position: relative;
}
.recruit_div_01 .p_bg_white {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 3;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
  padding-right: 1.5rem;
}
.recruit_div_02 {
  background-color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -150px;
  z-index: 3;
}
.recruit_div_02 p {
  padding: 3rem 5rem;
}
@media screen and (max-width: 959px) {
  .recruit_div_01.mb10 {
    margin-bottom: 5rem;
  }
  .recruit_div_02 {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .recruit_div_02 p {
      padding: 2rem 0rem;
  }
  .ul_rectuit_02 li {
      vertical-align: top;
  }
  .ul_rectuit_02 a {
      height: 150px;
      font-size: 16px;
  }
  .ul_rectuit_02 p {
      margin-left: 1rem;
      margin-right: 1rem;
  }
  .recruit_single_01 .right,
  .recruit_single_01 .left {
      width: 50%;
  }
  .ul_rectuit_01 {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 3rem;
  }
  .ul_rectuit_01 li {
      max-width: 40%;
  }
  .h2_recruit_border {
      font-size: 20px;
  }

}
@media screen and (max-width: 599px) {
  .recruit_div_01 .p_bg_white.ttl.p38 {
    font-size: 20px;
  }
}
/* 数字で見るミライフ北海道-------------------------*/
#recruit-page .bg_blue.cnt_02 {
  padding-top: 7rem;
  padding-bottom: 7rem
}
#recruit-page .cnt_list.clm_3 > li {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
}
/* 先輩社員の声-----------------------------------*/
.ul_rectuit_02 {
  letter-spacing: -.4em;
  text-align: center;
}
.ul_rectuit_02 li {
  /* width: calc(100% / 3); */
  width: 580px;
  display: inline-block;
  letter-spacing: normal;
}
.ul_rectuit_02 a {
  color: #fff;
  display: block;
  padding-top: 300px;
  padding-bottom: 5rem;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 5;
}
.ul_rectuit_02 .li01 a {
  background-image: url(../img/recruit_staff01.jpg);
}
.ul_rectuit_02 a::after {
  content: "";
  position: absolute;
  background-color: rgba(13, 92, 167, 0);
  width: 100%;
  height: 100%;
  transition: 0.3s;
  left: 0;
  top: 0;
  z-index: 2;
}
.ul_rectuit_02 p {
  z-index: 4;
}
.ul_rectuit_02 a:hover::after {
  background-color: rgba(13, 92, 167, 0.6);
}
@media screen and (max-width: 959px) {
  .ul_rectuit_02 a {
    height: auto;
    padding-top: 200px;
    text-decoration: none;
  }
}
@media screen and (max-width: 599px) {
  #recruit-page .cnt_03 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ul_rectuit_02 li {
    width: 100%;
  }
}


/*-------------------------------------------------
先輩社員
-------------------------------------------------*/
#staff01-page .kv_sub{
  background-image: url("../img/recruit_kv_bg.jpg");
  background-position: right 30% center;
}
#staff01-page .kv_sub .wrap_s {
  height: 100%;
}
#staff01-page .kv_sub .img {
  position: absolute;
  bottom: 0;
}
#staff01-page .cnt_01 .clm_2 {
  justify-content: space-between;
  border-radius: 0;
}
.h2_recruit_border {
  color: #39B9E8;
  background-image: url(../img/h2_border.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 959px) {
  #staff01-page .kv_sub{
    height: 60vw;
    background-image: url("../img/recruit_kv_bg_sp.jpg");
    background-position: center top;
  }
  #staff01-page .cnt_01 .ttl.p45 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  #staff01-page .cnt_01 .clm_2 {
    flex-direction: column;
  }
  #staff01-page .cnt_01 .clm_2 > li {
    width: 100%;
  }
  #staff01-page .cnt_01 .clm_2 .br_w960 {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #staff01-page .kv_sub .img {
    width: 50%;
  }
}
