/*Page*/
.recContents {
  width: 100%;
}

.cntWrap {
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .cntWrap {
    padding: 15px 3.5%;
  }
}

.voice {
  /*--------------------------------*/
}
.voice .inner {
  max-width: 1040px;
  margin: 0 auto;
}
.voice .ttlWrap {
  min-height: 90px;
  width: 100%;
  background-color: #fe7272;
}
@media screen and (max-width: 768px) {
  .voice .ttlWrap {
    min-height: 70px;
  }
}
.voice .ttlWrap .inner {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
.voice .ttlWrap .inner h2 {
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .voice .ttlWrap .inner h2 {
    width: 60%;
    transform: translateY(25px);
  }
}
.voice .ttlWrap .inner .prfBox {
  position: relative;
  padding-bottom: 10px;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
  /*
  .prfName{
  display: flex;
  @include ai(flex-end);
  	margin-left: 10px;
  span{
  display: inline-block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: -3px;
  @include break {
  font-size: 26px;
  		}
  }
  em{
  display: inline-block;
  background-color: #000;
  color: #fff;
  	font-size: 16px;
  	padding: 2px 10px;
  	margin-right: 10px;
  	line-height: 1.2;
  	@include break {
  	padding: 2px 5px;
  font-size: 12px;
  	}
  }
  }*/
}
@media screen and (max-width: 768px) {
  .voice .ttlWrap .inner .prfBox {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 2%;
  }
}
.voice .ttlWrap .inner .prfBox .prfEnt {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .voice .ttlWrap .inner .prfBox .prfEnt {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .voice .ttlWrap .inner .prfBox .prfName {
    display: block;
  }
}
.voice .voiceMv {
  min-height: 350px;
  background-color: #ffffff;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url("/recruit/img/vc2_mv_bg.jpg");
  margin: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .voice .voiceMv {
    background-size: cover;
  }
}
@media screen and (min-width: 1500px) {
  .voice .voiceMv {
    background-size: 1500px auto;
  }
}
@media screen and (max-width: 768px) {
  .voice .voiceMv {
    min-height: 260px;
  }
}
.voice .voiceMv .inner {
  height: 350px;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice .voiceMv .inner {
    height: 280px;
  }
}
.voice .voiceMv .inner .msg {
  position: relative;
  display: table;
  border: 1px #000 solid;
  font-size: 32px;
  padding: 30px 40px 20px 40px;
  top: 50%;
  transform: translateX(80px) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .voice .voiceMv .inner .msg {
    font-size: 18px;
    padding: 16px 5% 10px 5%;
    transform: translateX(20px) translateY(-50%);
  }
}
.voice .blk1 {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  width: 100%;
  padding: 40px 0;
  min-height: 570px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("/recruit/img/vc2_qa_bg.jpg");
}
@media screen and (max-width: 768px) {
  .voice .blk1 {
    min-height: 200px;
    background: none;
    padding: 40px 0 20px;
  }
}
.voice .blk1 .qaList {
  max-width: 610px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .voice .blk1 .qaList {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .voice .blk1 .qaList > li {
    position: relative;
    padding: 35px 5% 20px;
    width: 100%;
    border: #fe7272 1px solid;
  }
  .voice .blk1 .qaList > li:before {
    position: absolute;
    top: -20px;
    left: 20px;
  }
}
.voice .colorWrap {
  width: 100%;
  padding: 80px 0 40px;
  background-color: #fe7272;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .voice .colorWrap {
    padding: 40px 0 30px;
    margin-bottom: 40px;
  }
}
.voice .blk2 .qaList {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .voice .blk2 .qaList {
    display: block;
    width: 90%;
  }
}
.voice .blk2 .qaList > li {
  position: relative;
  width: 49%;
  border: #ffffff 1px solid;
  padding: 35px 45px 20px;
}
@media screen and (max-width: 768px) {
  .voice .blk2 .qaList > li {
    padding: 35px 5% 20px;
    width: 100%;
  }
}
.voice .blk2 .qaList > li:before {
  position: absolute;
  top: -20px;
  left: 20px;
}
.voice .blk2 .qaList > li.full {
  width: 100%;
}
.voice .blk2 .qaList > li h3 {
  color: #ffffff;
}
.voice .blk3 {
  width: 100%;
  padding: 30px 0;
  margin: 0 auto 80px;
  max-width: 960px;
  min-height: 380px;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url("/recruit/img/vc2_msg_bg.jpg");
}
@media screen and (max-width: 768px) {
  .voice .blk3 {
    background-position: right bottom;
    margin: 0 auto 60px;
    min-height: 430px;
    padding: 0 0 30%;
    background-size: 80% auto;
  }
}
.voice .blk3 h2 {
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .voice .blk3 h2 {
    width: 60%;
    margin-bottom: 6px;
  }
}
.voice .blk3 h2 img {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .voice .blk3 h2 img {
    max-width: 200px;
  }
}
.voice .blk3 h3 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .voice .blk3 h3 {
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}
.voice .blk3 p {
  max-width: 480px;
  font-size: 18px;
  line-height: 1.8;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .voice .blk3 p {
    margin-right: 3%;
    font-size: 16px;
    margin-left: 20px;
    line-height: 1.6;
  }
}
.voice .qaList > li {
  margin-bottom: 40px;
  position: relative;
}
.voice .qaList > li.qa01:before {
  width: 100px;
  background: #ffffff url("/recruit/img/voice_qa01_b.png") no-repeat center bottom/100px auto;
}
.voice .qaList > li.qa02:before {
  width: 110px;
  background: #fe7272 url("/recruit/img/voice_qa02.png") no-repeat center bottom/100px auto;
}
.voice .qaList > li.qa03:before {
  width: 110px;
  background: #fe7272 url("/recruit/img/voice_qa03.png") no-repeat center bottom/100px auto;
}
.voice .qaList > li.qa04:before {
  width: 110px;
  background: #fe7272 url("/recruit/img/voice_qa04.png") no-repeat center bottom/100px auto;
}
.voice .qaList > li.qa05:before {
  width: 110px;
  background: #fe7272 url("/recruit/img/voice_qa05.png") no-repeat center bottom/100px auto;
}
.voice .qaList > li.qa06:before {
  width: 110px;
  background: #fe7272 url("/recruit/img/voice_qa06.png") no-repeat center bottom/100px auto;
}
.voice .qaList > li.qa07:before {
  width: 110px;
  background: #fe7272 url("/recruit/img/voice_qa07.png") no-repeat center bottom/100px auto;
}
.voice .qaList > li:before {
  content: '';
  height: 36px;
  display: inline-block;
  margin-bottom: 0;
}
.voice .qaList > li h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .voice .qaList > li h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.voice .qaList > li p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .voice .qaList > li p {
    font-size: 15px;
    line-height: 1.6;
  }
}
