@charset "UTF-8";


.rec_entry_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 80;
  font-weight: 700;
  /* width: 12%; */
  color: #fff;
  padding: .9em 1.5em;
  text-align: center;
  background: var(--c-black2);
  font-size: 1.6em;
  text-transform: uppercase;
  cursor: pointer;
}


/* RECRUIT HEAD =================== */
.rec_head_ttl {
  font-size: 2.4em;
  padding: 1em 0;
}
@media (min-width: 769px) {
  .rec_head_ttl {
    font-size: 3em;
  }
}/*  */

/* RECRUIT LOGO =================== */
.rec_logo_sec {
  padding: 4em 0;
  background-color: #fdfdfd;
}
.rec_logo_list{
  display: flex;
  flex-wrap: wrap;
  gap: 7%;
  margin: 1em 0;
}
.logo_item21{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27%;
  padding: 1.5em 0;
}
.logo_item21 img{
  width: auto;
  max-height: 3em;
}

@media (min-width: 769px) {
  .rec_logo_list {
    gap: 8%;
    width: 80%;
    margin: 2em auto;
  }
  .logo_item21 {
    width: 10%;
  }
}/*  */


/* RECRUIT JOB =================== */
.rec_job_sec {
  background-color: var(--c-black);
  color: var(--c-white);
}
.job_block{
  padding: 1.5em 0;
}
.job_img_box{
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0;
}
.job_img_box figure{
  width: 50%;
  aspect-ratio: 5/4;
}
.job_img_box figure img{
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.job_detail_wrap {
  margin: 1em 0;
}
.job_work_list {
  padding: 1em 0;
}
.job_work_list li{
  padding: .5em 0;
}
ol.job_work_list{
  padding-left: 1.2em;
}
ol.job_work_list li {
  list-style: auto;
}

@media (min-width: 769px) {
  .job_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em 0;
  }
  .job_detail_wrap{
    width: 47%;
  }
  .job_work_img{
    width: 47%;
  }
  .job_img_box figure{
    width: 25%;
  }
  .job_img_box {
    margin-bottom: 4em;
  }

}/*  */


/* RECRUIT INTERVIEW =================== */
.sec_interview_block{
  position: relative;
  z-index: 1;
}
.sec_interview_block::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--c-white);
  z-index: -1;
  mix-blend-mode: multiply;
}

.interview_list{
  padding: 1em 0;
}
.interview_list_box{
  padding: 2em 0;
}
.interview_img{
  width: 90%;
  margin-left: -2em;
}
.interview_txt{
  background-color: #fefefe;
  color: var(--c-black2);
  padding: 7.5em 2.5em 2em;
  margin: -6em -2em 0 1em;
}
.interview_ttl{
  font-size: 1.6em;
  letter-spacing: .05em;
  padding: .5em 0;
}
.interview_desc{
  padding: .3em 0;
  line-height: 1.8;
}
.interview_desc p{
  padding: .3em 0;
}

@media (min-width: 769px) {
  .interview_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: auto;
  }
  .interview_list_box{
    width: 47%;
    margin-bottom: 2em;
  }
  .interview_img {
    width: 70%;
    margin-left: 0;
  }
  .interview_txt {
    font-size: .85em;
    margin: -6em 0 0 4em;
}
}/*  */



/* RECRUIT INFO
------------------------------------------- */
.recruit-box{
  display: none;
}

.recruit_about_img_wrap{
  padding: 2em 0;
}
.achievement_ttl {
  font-size: 2.6em;
  padding: .3em 0;
  color: var(--color-blue);
}
.achievement_ttl_desc {
  font-size: 1.6em;
  padding: .3em 0;
}
.achivement_dl_wrap {
  padding: 2em 0 ;
}

.achivement_dl{
  padding: 1.5em 0;
  border-top: 1px solid var(--c-grey-d2);
}
.achivement_dl:last-child{
  border-bottom: 1px solid var(--c-grey-d2);
}
.achivement_dl dt{
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: .02em;
  padding: .2em 0;
  margin-bottom: .3em;
  color: var(--c-black3);
}
.achivement_dl dd{
  font-size: 1.2em;
  padding: .3em 0;
  padding-left: .8em;
  line-height: 1.8;
}
.achivement_dl dd p{
  padding: .2em 0;
}

.achivement_dd_ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0 3% ;
}
.achivement_dd_ul li{
  padding: .5em 0;
  line-height: 1.4;
  min-width: 30%;
}

.achievement_box{
  padding: 1em 0;
}
.achievement_box_ttl {
  font-size: 1em;
  padding: 1.2em 0;
}
.achievement_box_ttl .en{
  display: block;
  font-size: 3em;
  font-weight: 600;
}
.achievement_box_ttl .ja{
  display: block;
  font-size: 1.3em;
}
.achievement_box .achivement_dl dt {
  font-size: 1.5em;
  letter-spacing: .02em;
  color: var(--color-blue);
  padding: .2em 0;
}


@media (min-width:899px){

  .sec_recruit_about .top_room_txt_box {
    width: 57%;
    padding-left: 0;
  }

  .achivement_dl_wrap {
    font-size: .9em;
    width: 90%;
    margin: auto;
  }
  .achivement_dl {
    display: flex;
    justify-content: space-between;
  }
  .achivement_dl:first-of-type{
    margin-top: 1.5em;
  }
  .achievement_box .achivement_dl:first-of-type{
    margin-top: .5em;
  }
  .achievement_box_ttl {
    margin-top: .6em;
  }
  .achivement_dl dt {
    width: 25%;
    padding: .7em 0;
    margin-bottom: 0;
  }
  .achivement_dl dd{
    width: 75%;
    padding-left: 0;
    line-height: 1.7;
  }
}/*  */


/* RECRUIT BTN ================= */
.recruit_btn_block {
  padding: 4rem 0;
}
.recruit_btn_wrap_ttl {
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0;
}
.recruit_btn {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: var(--c-black);
  color: #fff;
  text-align: center;
  border-radius: 0.1em;
  width: 100%;
  max-width: 30rem;
  padding: 1.2em;
  margin: 1.2em auto;
  cursor: pointer;
}
.recruit_btn._line {
  background-color: #51a447;
}
.recruit_btn._line .txt {
  position: relative;
  padding-left: 3.8rem;
  padding-right: 1em;
}
.recruit_btn._line .txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3rem;
  background-image: url(/imgs/icon_line.svg);
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 3%;
  margin: auto;
  filter: var(--filter-w);
}