@charset "utf-8";

#area_menu_kv{
  background-image: url("/recruit/img/information/voice/header_SP.jpg");
}

/*area_voices*/
.box_voice{
  margin-bottom: 2rem;
}
.item_introduction{
  display: flex;
  align-items: center;
}
.item_introduction img{
  width: 6.2rem;
  align-items: center;
  margin-right: .5rem;
}
#area_conts .item_introduction .introduction{
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
.introduction span{
  padding-right: 1rem;
  letter-spacing: -0.1rem;
}
.pagelink_voce {
  margin-top: 0;
}
.voice_blue .item_introduction .introduction ,
.voice_blue .item_voice p{
  color: #00125E;
}
.voice_red .item_introduction .introduction,
.voice_red .item_voice p{
  color: #B10606;
}
.item_voice{
  margin-top: 1rem;
}
.item_voice p{
  padding: 2rem;
  font-size: 1.3rem;
  border-radius: 2rem;
}
.voice_blue .item_voice p{
  background: #F7F8FC;
}
.voice_red .item_voice p{
  background: #FDF7F7;
}
.dl_opclose_conts li{
  margin-bottom: 2rem;
}
.box_recruiter_ms{
  padding: 4rem 2rem;
  margin: 4rem 0;
}
.recruiter_ms{
  font-size: 1.6rem;
  font-weight: bold;
}
.recruiter_msttl{
  font-weight: bold;
}

/*------------------breakpoint-------------------*/
@media (min-width: 600px) {/*PC用*/
  #area_menu_kv{
    background-image: url("/recruit/img/information/voice/header_PC.jpg");
  }

  /*area_voices*/
  .area_voices{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
 .dl_opclose_conts .area_voices:not(:first-of-type){
    margin-top: 3rem;
  }
  .box_voice{
    width: calc((100% - 2rem) / 2 * 1);
    display: flex;
    margin-bottom: 0;
  }
  .box_voice:nth-child(2n + 1){
    margin-right: 1rem;
  }
  .box_voice:nth-child(2n){
    margin-top: 2rem;
    flex-direction: row-reverse;
  }
  .item_introduction{
    flex-direction: column;
    align-items: center;
    width: 11rem;
  }
  .box_voice:nth-child(2n) .item_introduction{
  margin-left: 0.5rem;
  }

  .introduction{
    text-align: center;
    margin-top: 1rem;
  }

  .introduction span{
    padding: 0 0.3rem;
    line-height: 1;
  }
  .item_introduction img{
    margin: 0;
    width: 7.8rem;
  }
  .item_voice{
    flex: 1;
    margin-left: 1rem;
    margin-top: 0;
    position: relative;
  }
  .item_voice::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0; 
    top: 30px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .voice_blue .item_voice::before{
    color: #F7F8FC;
  }
  .voice_red .item_voice::before{
    color: #FDF7F7;
  }
  .box_voice:nth-child(2n) .item_voice::before{
    right: -15px;
    border-left: 20px solid ;
  }
  .box_voice:nth-child(2n+1) .item_voice::before{
    left: -15px;
    border-right: 20px solid ;
  }

  .box_recruiter_ms{
    padding: 4.5rem 4rem;
  }

}