@charset "utf-8";
/* CSS Document */


/*---------------------
recruit__sec01
---------------------*/
.recruit__sec01 {
  margin-top: 150px;
}
.recruit__sec01 .video_box{
  position: relative;
  height: 848px;
  margin-right: 50px;
}
.recruit__sec01 .recuit_video iframe{
  position: absolute;
  width: 996px;
  height: 549px;
  top:0;
  left: 50%;
  transform: translate(-50%);
}
.recruit__sec01 .bg_gray{
  position: absolute;
  top:215px;
  left: 0;
  width: 100%;
  height: 631px;
  background-color: #F0F0F0;
}
.recruit__sec01 p{
  line-height: 1.6;
}
.recruit__voice01{
  position: relative;
  height: 496px;
}
.recruit__voice01 .voice_inner{
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 363px;
  background: #1F1F1F;
}
.recruit__sec01 .voice_inner div {
    background: #fff;
    height: 287px;
    margin: 42px 104px 34px 433px;
    padding: 55px 86px 0 55px;
}
.recruit__sec01 .voice_inner div h3{
  font-size: 2.2rem;
  margin-bottom: 40px;
  letter-spacing: 0;
  width: 480px;
}
.recruit__voice01 img{
  position: absolute;
  top: -143px;
  left: 70px;
  width: 289px;
}
.recruit__voice02{
  position: relative;
  height: 496px;
  margin: 80px auto 88px;
}
.recruit__voice02 .voice_inner{
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 363px;
  background: #DEDEDE;
}
.recruit__voice02 .voice_inner div {
  background: #fff;
  height: 287px;
  margin: 42px 467px 34px 70px;
  padding: 63px 70px 34px 69px;
}
.recruit__voice02 img{
  position: absolute;
  top: -143px;
  right: 70px;
  width: 289px;
}
.recruit__voice03 {
  position: relative;
  height: 636px;
  margin-bottom: 268px;
}
.recruit__voice03 .voice_inner {
  position: absolute;
  top: px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 636px;
  background: #1F1F1F;
}
.recruit__voice03 .voice_inner div{
  background: #fff;
  height: 500px;
  margin: 42px 106px 93px 433px;
  padding: 70px 68px 0 69px;
}

.recruit__voice03 img{
  position: absolute;
  top: -143px;
  left: 70px;
  width: 289px;
}




/*---------------------
recruit__sec02
---------------------*/
.recruit__sec02 {
  margin: 20px auto 234px;
}
.recruit__sec02 h3{
  margin:0 0 50px 200px;
}
.recruit__sec02 h3 span{
  padding: 20px 35px;
  border: solid 1px #707070;
  font-size: 2.2rem;
}
.recruit__sec02 .dl{
  margin: 80px auto 90px;
  border-top: 1px solid #707070;
  width: 524px;
}
.recruit__sec02 .dl_list dl {
  display: flex;
  border-bottom: 1px solid #707070;
}
.recruit__sec02 .dl_list dt,
.recruit__sec02 .dl_list dd {
  padding: 34px 0;
  line-height: 2.5;
}
.recruit__sec02 .dl_list dt{
  width: 25%;
  font-weight: bold;
}
.recruit__sec02 .dl_list dd{
  width: 75%;
}
.recruit_btn{
  margin: auto;
  text-align: center;
}



/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/
@media(max-width: 768px) {
  
  
/*---------------------
recruit__sec01
---------------------*/

.recruit__sec01 .video_box {
  position: relative;
  height: 400px;
  margin-right: 0;
}
.recruit__sec01 .bg_gray {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 200px;
}
.recruit__sec01 .recuit_video iframe{
  position: absolute;
  width: 360px;
  height: 200px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.recruit__voice01,
.recruit__voice02 {
  position: relative;
  height: 920px;
  margin: 150px auto 88px;
}
.recruit__voice03 {
  position: relative;
  height: 1150px;
  margin: 150px auto 88px;
}
.recruit__voice01 .voice_inner{
  position: absolute;
  top: -10px;
  left: 0%;
  transform: translate(0%);
  width: 100%;
  height: 770px;
}
.recruit__voice02 .voice_inner {
  position: absolute;
  top: -10px;
  left: 0%;
  transform: translate(0%);
  width: 100%;
  height: 800px;
}
.recruit__voice03 .voice_inner {
  position: absolute;
  top: -10px;
  left: 0%;
  transform: translate(0%);
  width: 100%;
  height: 1070px;
}
.recruit__voice01 .voice_inner div,
.recruit__voice02 .voice_inner div,
.recruit__voice03 .voice_inner div {
  background: #fff;
  height: auto;
  margin: 350px 4% 0;
  padding: 40px 4%;
}
.recruit__sec01 .voice_inner div h3 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  letter-spacing: 0;
  width: 100%;
  line-height: 1.5;
}  
.recruit__voice01 img,
.recruit__voice02 img,
.recruit__voice03 img {
  position: absolute;
  top: -143px;
  left: 50%;
  transform: translate(-50%);
  width: 289px;
}

.recruit__voice03 {
  margin-bottom: 0px;
}




/*---------------------
recruit__sec02
---------------------*/
.recruit__sec02 {
  margin-bottom: 100px;
  width: 92%;
}
.recruit__sec02 h3 {
  margin: 0 0 50px 0px;
}
.recruit__sec02 .dl {
  margin: 80px auto 90px;
  border-top: 1px solid #707070;
  width: 100%;
}




}