.recContents {
  width: 100%;
}
.recContents .vc1 {
  background-color: #59ccaa;
}
.recContents .vc2 {
  background-color: #fe7272;
}
.recContents .vc3 {
  background-color: #ceed51;
}
.recContents .vc4 {
  background-color: #66c6e5;
}

h1 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  h1 {
    margin-bottom: 30px;
  }
}
h1 em {
  display: block;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  h1 em {
    font-size: 36px;
  }
}
h1 span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.4em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  h1 span {
    font-size: 16px;
  }
}

.grpTab {
  position: relative;
  margin-bottom: 70px;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 260px;
}
@media screen and (max-width: 768px) {
  .grpTab {
    height: 200px;
    margin-bottom: 40px;
  }
}
.grpTab > li {
  width: 50%;
}
.grpTab > li .inner {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  width: 100%;
  max-width: 620px;
  text-align: center;
}
.grpTab > li .inner h2 {
  font-size: 45px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .grpTab > li .inner h2 {
    font-size: 34px;
  }
}
.grpTab > li .inner a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  width: 90%;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 18px;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .grpTab > li .inner a {
    font-size: 14px;
    height: 30px;
    border-radius: 15px;
  }
}
.grpTab > li .inner a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.grpTab > li .inner a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .grpTab > li .inner a::after {
    width: 6px;
    height: 6px;
  }
}
.grpTab > li.new {
  background-color: #6565dd;
}
.grpTab > li.new .inner {
  margin: 0 0 0 auto;
}
.grpTab > li.new .inner a,
.grpTab > li.new .inner em {
  margin: 0 auto;
}
.grpTab > li.career {
  background-color: #cf3b73;
}
.grpTab > li.career.offLink {
  background-color: #72203f;
}
.grpTab > li.career .inner {
  margin: 0 auto 0 0;
}
.grpTab > li.career .inner a,
.grpTab > li.career .inner em {
  margin: 0 auto;
}
.grpTab > li.offLink .inner h2 {
  color: #8c8c8c;
}
.grpTab > li.offLink .inner em {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  width: 90%;
  height: 36px;
  border: 1px solid #8c8c8c;
  border-radius: 18px;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #8c8c8c;
}
@media screen and (max-width: 768px) {
  .grpTab > li.offLink .inner em {
    font-size: 14px;
    height: 30px;
    border-radius: 15px;
  }
}
.grpTab > li.offLink .inner em::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .grpTab > li.offLink .inner em::after {
    width: 6px;
    height: 6px;
  }
}

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

.recWrap {
  max-width: 1228px;
  margin: 0 auto;
}
.recWrap h2 {
  position: relative;
  border: #000 1px solid;
  max-width: 590px;
  min-height: 100px;
  width: 94%;
  margin: 0 auto 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recWrap h2 {
    margin: 0 auto 30px;
    min-height: 80px;
  }
}
.recWrap h2 .eg {
  text-align: center;
  display: block;
  background-color: #fff;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.2em;
  max-width: 240px;
  width: 90%;
  margin: 0 auto;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .recWrap h2 .eg {
    font-size: 30px;
    max-width: 200px;
  }
}
.recWrap h2 em {
  position: absolute;
  font-size: 24px;
  display: block;
  top: 50%;
  left: 50%;
  letter-spacing: 0.4em;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .recWrap h2 em {
    font-size: 20px;
  }
}
.recWrap h2 .from {
  position: absolute;
  text-align: center;
  display: block;
  font-size: 18px;
  max-width: 240px;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: -0.01em;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .recWrap h2 .from {
    font-size: 16px;
    max-width: 200px;
  }
}
.recWrap .voiceNav {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1500px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .recWrap .voiceNav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.recWrap .voiceNav > li {
  width: 25%;
  display: table;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recWrap .voiceNav > li {
    width: 50%;
  }
}
.recWrap .voiceNav > li a {
  display: table-cell;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.recWrap .voiceNav > li a:hover {
  opacity: 0.6;
}
.recWrap .voiceNav > li a figure {
  width: 100%;
  display: block;
  margin: 0;
}
.recWrap .voiceNav > li a figure img {
  width: 100%;
  height: auto;
}
.recWrap .voiceNav > li:nth-child(1) a {
  background-color: #59ccaa;
  background-image: url("/recruit/img/voice_nav1.jpg");
}
.recWrap .voiceNav > li:nth-child(2) a {
  background-color: #fe7272;
  background-image: url("/recruit/img/voice_nav2.jpg");
}
.recWrap .voiceNav > li:nth-child(3) a {
  background-color: #ceed51;
  background-image: url("/recruit/img/voice_nav3.jpg");
}
.recWrap .voiceNav > li:nth-child(4) a {
  background-color: #66c6e5;
  background-image: url("/recruit/img/voice_nav4.jpg");
}
.recWrap .voiceNav > li .prfBox {
  position: relative;
  width: 100%;
  min-height: 120px;
  padding: 60px 40px 20px;
  	/*
  .prfName{
  display: flex;
  @include ai(flex-end);
  span{
  display: inline-block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: -3px;
    @include break {
  font-size: 30px;
    }
  }
  em{
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 2px 10px;
  margin-right: 10px;
  line-height: 1.2;
  @include break {
  font-size: 14px;
  }
  }
  }*/
}
@media screen and (max-width: 768px) {
  .recWrap .voiceNav > li .prfBox {
    padding: 40px 5% 20px 15px;
    min-height: 80px;
  }
}
.recWrap .voiceNav > li .prfBox h3 {
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recWrap .voiceNav > li .prfBox h3 {
    top: -20px;
  }
}
.recWrap .voiceNav > li .prfBox .prfEnt {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .recWrap .voiceNav > li .prfBox .prfEnt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recWrap .voiceNav > li .prfBox .prfName {
    display: block;
  }
}
.recWrap .voiceNav:before {
  z-index: 10;
  left: 50%;
  top: 0;
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 1px;
  border-width: 50px 50px 0 50px;
  border-style: solid;
  border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .recWrap .voiceNav:before {
    border-width: 40px 40px 0 40px;
  }
}
