@charset "utf-8";
.voice-column {
  margin: 30px 0;
}

.voice-interview {
  background-color: #ef7b1b;  
}

.voice-interview h2 {
  color: #fff;
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.voice-interview p {
  color: #fff;
}

.voice-img {
  background-color: #eee;
}

.voice-slide {
  position: relative;
  margin-bottom: 30px;
}

.voice-slide > .bx-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}

.voice-slide > .bx-wrapper ul {
  margin: 0 !important;
}

.voice-slide > .bx-wrapper li img {
  width: 100% !important;
  height: auto !important;
}

.voice-wide {
  position: relative;
}

.voice-wide::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-color: #fde8b9;
  content: '';
  transform: translateX(-50%);
}

.voice-faq {
  position: relative;
  z-index: 2;
}

.voice-faq dt ,
.voice-faq dd {
  position: relative;
}

.voice-faq dt::before ,
.voice-faq dd::before {
  position: absolute;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: '';
}

.voice-faq dt::before {
  background-image: url(../images/img_voice_q.png);
}

.voice-faq dd::before {
  background-image: url(../images/img_voice_a.png);
}

.content .voice-worklink a {
  display: block;
  text-decoration: none;
  background-color: #f4f4f4;
  padding: 20px;
  margin-top: 30px;
}

.content .voice-worklink h3 {
  color: #000;
  display: block;
}

.content .voice-worklink h3::after {
  display: none;
}

.voice-worklink a .img,
.voice-worklink a img {
  width: 100%;
}

.entry-container,
.nocaption,
.voice-worklink,
.column-image-left,
.column-image-center,
.column-image-right {
  display:none;
}

@media screen and (min-width: 769px) {
  .voice-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
  }
  
  .voice-column > * {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .voice-interview {
    padding: 75px 50px;
  }
  
  .voice-interview h2 {
    font-size: 30px;
    margin: 0 0 35px !important;
  }
  
  .voice-interview p {
    line-height: 2;
    font-size: 16px;
    margin: 0 !important;
  }
  
  .voice-img {
    position: relative;
    overflow: hidden;
  }
  
  .voice-img img {
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  
  .voice-slide {
    height: 190px;
  }
  
  .voice-slide > .bx-wrapper {
    width: 100%;
  }
  
  .voice-slide > .bx-wrapper li {
    margin-right: 12px;
    width: 190px !important;
  }

  .voice-wide {
    padding: 50px 0 70px;
  }
  
  .voice-faq dt ,
  .voice-faq dd {
    padding-left: 50px;
  }
  
  .voice-faq dt {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 2;
  }

  .voice-faq dd {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 35px;
  }

  .voice-faq dd:last-child {
    margin-bottom: 0;
  }
  
  .voice-faq dt::before ,
  .voice-faq dd::before {
    top: 3px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    -webkit-background-size: 30px;
  }

  .content .voice-worklink a {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .content .voice-worklink a:hover {
    opacity: 0.5;
  }

  .content .voice-worklink a img:hover {
    opacity: 1!Important;
  }

  .voice-worklink a .img {
    width: 35%;
  } 

  .voice-worklink a .text {
    width: 63%;
  }
}

@media screen and (min-width: 1200px) {
  .voice-slide > .bx-wrapper {
    width: 100vw;
  }  
}

@media screen and (max-width: 768px) {
  .voice-interview {
    padding: 20px 10px;
  }
  
  .voice-interview h2 {
    font-size: 25px;
    margin: 0 0 20px !important;
  }
  
  .voice-interview p {
    line-height: 1.8;
    font-size: 14px;
    margin: 0 !important;
  }
  
  .voice-slide {
    height: 100px;
  }
  
  .voice-slide > .bx-wrapper li {
    margin-right: 8px;
    width: 100px !important;
  }

  .voice-wide {
    margin-bottom: 30px;
    padding: 20px 0 30px;
  }
  
  .voice-faq dt ,
  .voice-faq dd {
    padding-left: 35px;
  }
  
  .voice-faq dt {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 2;
  }

  .voice-faq dd {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 2;
  }

  .voice-faq dd:last-child {
    margin-bottom: 0;
  }
  
  .voice-faq dt::before ,
  .voice-faq dd::before {
    top: 4px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    -webkit-background-size: 20px;
  }

}
