@import url("../../style/common.css");
.recruitement{
  background-color: #ffffff;
  width: 100%;
}

.no_recruit_img{
  background: url(../img/img_RECRUIT_FV_pc.png);
  background-position: center;
  height: 31.25vw;
  background-size: cover;
}

.recruit_white_logo{
  width: 21.4vw;
  margin: 0 auto;
  display: block;
  padding-top: 17vw;
}

.recruitement_inner_first{
  padding-top: 5vw;
  padding-bottom: 6.25vw;
}

.recruit_img{
  height: 31.25vw;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.recruit_white_logo_set{
  position: absolute;
  top: 9.68vw;
  left: 0;
  right: 0;
  width: 48.95vw;
  margin: auto;
}

.recruitement_inner:nth-child(n+1){
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}

.recruitement_inner:first-child{
  padding-top: 5vw;
}

.recruit_title_wrapper,.recruit_info{
  display: flex;
  align-items: center;
}

.recruit_title_wrapper {
  margin-bottom: 2.864vw;
}

.recruit_title{
  background-color: #be0c08;
  color: #ffffff;
  font-size: 1.25vw;
  font-weight: normal;
  padding: 7px 18px;
}

.occupation{
  color: #242424;
  font-size: 1.6vw;
  margin-left: 1.04vw;
}
.vertical_border{
  display: block;
  width: 4px;
  height: 1.458vw;
  background-color: #d65050;
}
.info_text{
  font-size: 1.145vw;
  margin-left: 0.46vw;
}
.detail_wrapper{
  border-bottom:  1px solid #d4d5db;
  padding: 3.07vw 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.detail_wrapper:last-of-type{
  padding-bottom: 3.15vw;
  border-bottom: none;
}
.detail_wrapper:first-of-type {
  padding-top: 2.7vw;
}
.detail_title_wrapper{
  float: left;
}
.detail_text_wrapper{
  margin-left: 17.29vw;
}
.detail_title{
  font-size: 1.04vw;
  /* color: #242424; */
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-top: 0.25em;
}
.detail_text{
  line-height: 2.33;
  /* color: #969696; */
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.detail_text a{
  font-size: 0.83vw;
  /* color: #969696; */
  color: #000;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

@media screen and (min-width:769px) {
  .recruitement {
    /* margin-top: 5.7vw; */
    margin-top: 7.9vw;
    /* margin-top: 10.3vw; */
  }
}
@media screen and (max-width:768px) {
  .recruitement {
    margin-top: 64px;
  }
  .recruit_img{
    height: auto;
  }
  .no_recruit_img{
    background: url(../img/img_RECRUIT_FV_sp@2x.png) #be0c08 center -15px no-repeat;
    height: 85.33vw;
    background-size: contain;
  }
  .recruit_white_logo{
    width: 141px;
    padding-top: 169px;
  }
  .recruit_white_logo_set {
    width: calc(100% - 32px);
    top: 162px;
  }
  .recruitement_inner_first{
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .recruitement_inner:nth-child(n+1){
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .recruit_title_wrapper{
    flex-direction: column;
    align-items: flex-start;
  }
  .recruit_title{
    font-size: 14px;
    padding:6px 16px;
  }
  .occupation{
    font-size: 26px;
    margin:12px 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
  }
  .vertical_border{
    height: 22px;
  }
  .info_text{
    font-size: 18px;
    margin-left: 9px;
    margin-block-start: 0em;
    margin-block-end: 0em;
  }
  .detail_title_wrapper{
    float: none;
    margin: 16px 0;
  }
  dl{
    margin-block-start: 0em;
    margin-block-end: 0em;
  }
  .detail_text_wrapper {
    margin-left: 0;
  }
  .detail_title{
    font-size: 16px;
    margin-top: 0;
  }
  .detail_text,.detail_text a{
    line-height: 2;
    font-size: 14px;
  }
  .detail_wrapper{
    padding: 24px 0;
  }
  .detail_wrapper:first-of-type{
    padding-top: 24px;
  }
  .detail_wrapper:last-of-type{
    padding-bottom: 24px;
    border-bottom: none;
  }
}
.recruitment_img{
  width: 100%;
  height: 23.04vw;
}
@media screen and (max-width:768px){
  .recruitment_img{
    height: 225px;
  }
}
.step_wrapper{
  float: left;
  clear: left;
}
.step{
  font-size: 1.04vw;
  /* color:#242424; */
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-bottom: 1.25vw;
}
.step_text_wrapper{
  margin-left: 17.29vw;
  padding-bottom: 1.25vw;
}
.step_text{
  /* color: #969696; */
  font-size: 1.04vw;
}
.required{
  margin-bottom: 2.343vw;
  margin-block-start: 0;
  margin-block-end: 0;
}
@media screen and (max-width:768px) {
  .step_wrapper{
    float: none;
    clear: none;
  }
  .step{
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .step_text_wrapper{
    margin-left: 0;
    margin-bottom: 16px;
  }
  .step_text{
    font-size: 16px;
    padding-top: 16px;
    margin-block-start: 0em;
    margin-block-end: 0em;
  }
}
.recruitement_inner_bg{
  background:#f7f7f7;
}

.entry_section{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6.025vw;
}
/* .entry_section a{
  font-size: 1.25vw;
  font-weight: bold;
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
  color: #ffffff;
  display: block;
  width: 21.9vw;
  height: 4.375vw;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 1.25vw 2.9vw;
  background: #d61100;
  box-shadow: inset 0px 0 0 0 #ffffff;
  transition: ease-out 0.2s;
  border: 1px solid #d61100;
}
.entry_section a:hover{
  box-shadow: inset 21.9vw 0 0 0 #ffffff;
  border: 1px solid #242424;
  background: #ffffff;
}
.entry_section:hover .entry_section_btn{
  color: #242424;
} */
@media screen and (max-width:768px) {
  /* .entry_section a{
    width: 210px;
    height: auto;
    padding: 14px 0;
    box-shadow: inset 0px 0 0 0 #ffffff;
    font-size: 18px;
  }
  .entry_section a:hover{
    box-shadow: inset 54px 0 0 0 #ffffff;
  } */
}
