@charset "UTF-8";

/* 共通要素
========================================================================== */

.btn-cmn-02{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 17px 40px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .btn-cmn-02{
    padding: 14px 40px;
    height: auto;
  }
}

/* ロゴ
========================================================================== */
.logo-header-top {
  display: flex;
  justify-content: flex-end;
  margin: 25px 30px 30px;
  opacity: 0;
}

.logo-header-top img {
  height: 66px;
}

.logo-header-top span {
  display: block;
  width: 1px;
  height: 66px;
  margin: 0 8px 0 0;
  background: url(../img/top/header-logo-line.png) repeat-x 0 0;
  background-size: auto 66px;
}

@media screen and (max-width: 767px) {
  .logo-header-top {
    margin: 20px 20px 15px;
  }

  .logo-header-top img {
    height: 50px;
  }

  .logo-header-top span {
    height: 50px;
    background-size: auto 50px;
  }
}

/* header
========================================================================== */
.header-inner .logo-header {
  visibility: hidden;
}
.is-fixed .header-inner .logo-header {
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .btn-hamburger {
    position: relative;
    z-index: 20;
    top: 18px;
    right: -20px;
  }
  .btn-hamburger::before {
    position: absolute;
    top: 0;
    content: "MENU";
    font-size: 10px;
    font-family: "Helvetica Neue";
    letter-spacing: 0.05em;
    margin-left: -40px;
  }
  .is-fixed .btn-hamburger::before,
  .btn-hamburger.active::before {
    display: none;
  }

  .is-fixed .btn-hamburger {
    top: 21px;
  }

  .sp-nav-active .header-inner .logo-header {
    visibility: visible;
    position: fixed;
    z-index: 9999999;
    top: 22px;
    left: 20px;
  }
  .sp-nav-active .btn-hamburger {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 20px;
  }
}

/* タイトル
========================================================================== */
.kv-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004EA8;
  background-size: cover;
  min-height: 474px;
  height: 44vh;
  margin-bottom: 40px;
}

.kv-wrap .ttl-page {
  width: 100%;
  margin: 0;
}

.kv-wrap .ttl-page .ttl-main,
.kv-wrap .ttl-page .ttl-sub {
  color: #fff;
}

.ttl-wrap .ttl-main {
}

.ttl-wrap .ttl-sub {
}

@media screen and (max-width: 767px) {
  .kv-wrap {
    height: 250px;
    min-height: 0;
    margin-bottom: 20px;
  }

  .kv-wrap .ttl-page {
    margin: 0;
  }

  .kv-wrap .ttl-page .ttl-main,
  .kv-wrap .ttl-page .ttl-sub {
    color: #fff;
  }
}

/* kv
========================================================================== */
.kv-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.kv-wrapper .kv-wrap {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  height: calc(100vh - 80px - 66px - 55px);
  margin: 0 30px;
}

.kv-wrapper .kv-img {
  width: calc(100%/4);
  height: 100%;
}

.photo-img-cross {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.photo-img-cross:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  transform-origin: left center;
  transform: scaleX(1);
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.photo-img-cross img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  transition: 0.7s;
}

.photo-move-cross img {
  opacity: 1;
  left: 0;
}

.photo-move-cross.photo-img-cross:before {
  transform: scaleX(0);
  width: 100%;
}

.kv-wrapper .kv-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kv-wrapper .ttl-wrap {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    left: 0;
    width: 276px;
    height: 86px;
    transform: translateY(-50%);
    margin: 0 auto;
}
.kv-wrapper .ttl-wrap .inner {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: 200ms linear;
}
.kv-wrapper .ttl-wrap img {
    position: absolute;
    max-width: 264px;
    left: 0;
}
.kv-wrapper .ttl-wrap.visible .inner {
    width: 264px;
}


@media screen and (max-width: 767px) {
  .photo-img-cross:nth-child(n+3):before {
    right: 0;
    transform-origin: right center;
  }

  .photo-img-cross:nth-child(n+3) img {
    right: -100%;
    left: auto;
  }

  .photo-move-cross:nth-child(n+3) img {
    right: 0;
    left: auto;
  }

  .kv-wrapper .kv-wrap {
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 50px - 50px - 35px);
    margin: 0 20px;
  }

  .kv-wrapper .kv-img {
    object-fit: cover;
    width: 50%;
    height: 50%;
  }

  .kv-wrapper .kv-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .kv-wrapper .ttl-wrap {
      top: 49%;
      width: 178px;
      height: 58px;
      transform: translateY(-49%);
  }
  .kv-wrapper .ttl-wrap img {
      max-width: 178px;
      height: 58px;
      margin: 0 auto;
  }
  .kv-wrapper .ttl-wrap.visible .inner {
      width: 178px;
  }
}

/* ⾃分も会社も、ともに成⻑する。
========================================================================== */
.sec-vision {
  background: url(../img/top/bg-lead-pc.jpg) no-repeat 50% 50%;
  background-size: 100%;
  padding: 134px 0 178px;
  margin: 0 auto;
}

.sec-vision .box-detail {
  text-align: center;
}

.sec-vision .ttl-wrap {
  display: block;
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-indent: -9999px;
  background-image: url(../img/top/ttl-lead.png);
  background-size: contain;
  background-position: center;
  width: 632px;
  height: 37px;
  margin: 0 auto 83px;
}

.sec-vision .ttl-wrap::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #707070;
  width: 55px;
  height: 1px;
  margin: 76px auto auto;
}

.sec-vision .txt-lead {
  line-height: 2.3;
  font-size: 18px;
  letter-spacing: 0.07em;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .sec-vision {
    display: block;
    background-image: url(../img/top/bg-lead-sp.jpg);
    padding: 55px 0 100px;
    margin: 0 auto;
    background-position: 100% 0;
  }

  .sec-vision .btn-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .sec-vision .box-img {
    max-width: 100%;
  }

  .sec-vision .box-img img {
    width: 100%;
  }

  .sec-vision .box-detail {
    display: block;
    max-width: 100%;
    padding: 0 20px;
    margin-left: 0;
  }

  .sec-vision .ttl-wrap {
    display: block;
    background-image: url(../img/top/ttl-lead-sp.png);
    width: 100%;
    height: 66px;
    margin: 0 auto 60px;
  }

  .sec-vision .ttl-main,
  .sec-vision .ttl-sub {
    display: block;
    margin: 0;
  }

  .sec-vision .ttl-sub {
    margin: 0 0 0 10px;
  }

  .sec-vision .ttl-vision {
    font-size: 32px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.16em;
    margin-bottom: 36px;
  }

  .sec-vision .txt-lead {
    line-height: 2.3;
    font-size: 14px;
    letter-spacing: 0.06em;
    margin: 50px auto 0;
  }

  .sec-vision .ttl-wrap::after {
    margin: 100px auto auto;
  }
}
@media screen and (max-width: 320px) {
  .sec-vision .txt-lead {
      font-size: 13px;
  }
}

/* 加茂繊維の今と未来
========================================================================== */
.sec-future {
  background-color: #F7F7F7;
}

.sec-future .ineer {
  max-width: 1000px;
  padding: 70px 0 110px;
  margin: 0 auto;
}

/*タイトル*/
.ttl-future {
  position: relative;
  margin-bottom: 45px;
}

.ttl-future .ttl-main {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 7px;
  z-index: 0;
}

.ttl-future .ttl-main:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -100vw;
  left: 0;
  background-color: #004EA8;
  height: 6px;
  transform: translateY(-50%);
  z-index: -1;
}

.ttl-future .ttl-main span {
  display: inline-block;
  padding-right: 30px;
  background: #F7F7F7;
}

.ttl-future .ttl-sub {
  display: block;
  color: #004EA8;
  letter-spacing: 0.06em;
  font-size: 20px;
  margin-top: 16px;
  font-weight: normal;
}

.sec-future .img {
  margin: 0 0 80px;
}

.sec-future .detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.sec-future .detail .ttl-wrap {
  display: flex;
  margin-bottom: 30px;
}

.sec-future .detail .ttl-main {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.16em;
  color: #004EA8;
}

.sec-future .detail .txt {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 16px;
  width: 535px;
}

.sec-future .detail .btn-wrap {
  margin-top: 24px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec-future {
    background-color: #F7F7F7;
  }

  .sec-future .ineer {
    max-width: 100%;
    padding: 60px 20px;
    margin: 0 auto;
  }

  .sec-future .img {
    margin: 0 0 30px;
  }

  /*タイトル*/
  .sec-future .detail {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
  }

  .ttl-future {
    padding: 0 0 20px;
  }

  .ttl-future .ttl-main {
    position: static;
    font-size: 20px;
    letter-spacing: 0.16em;
  }

  .ttl-future .ttl-main:after {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .ttl-future .ttl-main span {
    padding-right: 0;
    background: none;
  }

  .ttl-future .ttl-sub {
    font-size: 14px;
    margin-top: 0;
  }

  .sec-future .detail .ttl-main {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.16em;
  }

  .sec-future .detail .txt {
    line-height: 1.9;
    font-size: 13px;
    width: 100%;
  }

  .sec-future .detail .btn-wrap {
    margin: 40px 0 0;
    text-align: center;
  }
}

/* 未来を実現するための人づくり
========================================================================== */
.sec-philosophy {
  position: relative;
  background-color: #fff;
}

.sec-philosophy .ineer {
  max-width: 1000px;
  padding: 70px 0 110px;
  margin: 0 auto;
}

/*タイトル*/
.ttl-philosophy {
  position: relative;
  margin-bottom: 45px;
}

.ttl-philosophy {
  position: relative;
  margin-bottom: 45px;
}

.ttl-philosophy .ttl-main {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 7px;
  z-index: 0;
}

.ttl-philosophy .ttl-main:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -100vw;
  left: 0;
  background-color: #004EA8;
  height: 6px;
  transform: translateY(-50%);
  z-index: -1;
}

.ttl-philosophy .ttl-main span {
  display: inline-block;
  padding-right: 30px;
  background: #fff;
}

.ttl-philosophy .ttl-sub {
  display: block;
  color: #004EA8;
  letter-spacing: 0.06em;
  font-size: 20px;
  margin-top: 16px;
  font-weight: normal;
}

.sec-philosophy .img {
  width: calc(1000px + 22vw);
  margin: 0 0 90px auto;
}
.sec-philosophy .img img{
  width: 100%;
}

.sec-philosophy .detail {
  max-width: 1000px;
  margin: 0 auto;
}

.sec-philosophy .detail .ttl-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.sec-philosophy .detail .ttl-main {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.16em;
  color: #004EA8;
}

.sec-philosophy .detail .txt {
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-size: 16px;
  width: 720px;
  margin: 0 auto;
}

.sec-philosophy .detail .btn-wrap {
  margin-top: 40px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec-philosophy {
    background-color: #fff;
  }

  .sec-philosophy .ineer {
    max-width: 100%;
    padding: 60px 20px 70px;
    margin: 0 auto;
  }

  .sec-philosophy .img {
    width: calc(100% + 6vw);
    margin: 0 0 48px;
  }

  /*タイトル*/
  .sec-philosophy .detail {
    max-width: 100%;
    margin: 0 auto;
  }

  .ttl-philosophy {
    padding: 0 0 20px;
  }

  .ttl-philosophy .ttl-main {
    position: static;
    font-size: 20px;
    letter-spacing: 0.16em;
  }

  .ttl-philosophy .ttl-main:after {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .ttl-philosophy .ttl-main span {
    padding-right: 0;
    background: none;
  }

  .ttl-philosophy .ttl-sub {
    font-size: 14px;
    margin-top: 0;
  }

  .sec-philosophy .detail .ttl-wrap {
    margin: 0 0 30px;
    text-align: left;
  }

  .sec-philosophy .detail .ttl-main {
    font-size: 18px;
  }

  .sec-philosophy .detail .txt {
    line-height: 2;
    font-size: 13px;
    width: 100%;
    margin: 0 auto;
  }

  .sec-philosophy .detail .btn-wrap {
    margin: 40px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .ttl-philosophy .ttl-main {
    font-size: 19px;
  }
  .ttl-philosophy .ttl-sub {
    line-height: 1.3em;
  }
}


/* 成長を実現するステージ
========================================================================== */
.sec-glowup {
  position: relative;
  background-color: #F7F7F7;
  padding: 110px 0 80px;
}

.sec-glowup .inner {
  width: 1000px;
  margin: 0 auto;
}

.box-glowup {
  display: flex;
  justify-content: space-between;
}

.sec-glowup .content {
  font-size: 14px;
  line-height: 2.14;
  width: 50%;
  max-width: 550px;
  padding: 54px 74px;
  margin-right: auto;
}

.sec-glowup .content .txt {
  margin-top: 55px;
  margin-bottom: 35px;
}

.ttl-glowup {
  position: relative;
  margin-bottom: 45px;
}

.ttl-glowup .ttl-main {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 7px;
  z-index: 0;
}

.ttl-glowup .ttl-main:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -100vw;
  left: 0;
  background-color: #004EA8;
  height: 6px;
  transform: translateY(-50%);
  z-index: -1;
}

.ttl-glowup .ttl-main span {
  display: inline-block;
  padding-right: 30px;
  background: #F7F7F7;
}

.ttl-glowup .ttl-sub {
  display: block;
  color: #004EA8;
  letter-spacing: 0.06em;
  font-size: 20px;
  margin-top: 16px;
  font-weight: normal;
}

/* progress bar */
ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

ul.slider-glowup li .slider-progress {
  width: 60px;
  height: 3px;
  background: #D5D5D5;
  margin-right: 9px;
}

ul.slider-glowup li:last-child .slider-progress {
  margin-right: 0;
}

ul.slider-glowup li .slider-progress .progress {
  height: 3px;
  background: #0268B7;
}
.slider-glowup .slick-dots li.slick-active .slider-progress{
  height: 3px;
}

/* */
.glowup-wrap {
  width: 50%;
}

.glowup-wrap .slick-dots {
  margin-top: 22px;
}

.slider-glowup img {
  width: 100%;
}

/* 職種別社員インタビュー */
.ttl-slider {
  line-height: 1;
  max-width: 1000px;
  text-align: left;
  color: #004EA8;
  margin: 0 auto;
}

.ttl-slider .main {
  display: block;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.ttl-slider .sub {
  display: block;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.07em;
}

.ttl-slider .ttl-num {
  display: block;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin-bottom: 25px;
}

.ttl-slider .ttl-num::after {
  display: block;
  background-color: #0068B7;
  position: absolute;
  left: 30px;
  top: 50%;
  content: "";
  width: 62px;
  height: 1px;
}

.slider-interview {
  background-color: #F7F7F7;
  overflow-x: hidden;
  padding: 72px 0 84px;
}

.slider-interview .inner {
  position: relative;
}

.slider-interview .btn-wrap{
  max-width: 1000px;
  margin: 42px auto 0;
}
.slider-interview .btn-wrap .btn-cmn-02{
  display: block;
  max-width: 178px;
  margin-left: auto;
}

.list-interview-02 {
  display: block;
}

.list-interview-02 li {
  background-color: #fff;
  list-style: none;
  left: 24vw;
  width: 468px;
  margin-top: 58px;
}

.list-interview-02 li a {
  display: block;
}

.list-interview-02 li a:hover {
  opacity: 1;
}

.list-interview-02 .content {
  position: relative;
  padding: 20px;
}

.list-interview-02 .content .label-job {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004EA8;
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.09em;
  font-weight: 700;
  padding: 15px 27px;
}

.list-interview-02 .img {
  overflow: hidden;
}

.list-interview-02 .content .label-job span {
  font-size: 10px;
  margin-right: 15px;
}

.list-interview-02 .content h4 {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}

.list-interview-02 .content dl dt {
  font-size: 11px;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #004EA8;
}

.list-interview-02 .content dl dd {
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: 3px;
}

.box-slide-control {
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* arrow */
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{
  bottom: auto!important;
  left: auto!important;
  width: auto!important;
}
.paging-all {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue-BoldItalic";
  font-size: 12px;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin-right: 26px;
}
.paging-all .bar{
  display: block;
  content: "";
  background-color: #A2A0A1;
  width: 35px;
  height: 1px;
  margin: 0 10px;
}

.box-slide-control button {
  display: block;
  border-radius: 100%;
  text-indent: -9999px;
  background-color: #94C1DF;
  transition: .2s;
  width: 55px;
  height: 55px;
}

.box-slide-control .btn-prev {
  background-image: url(../img/works/arrow-left.png);
  background-position: center;
  background-size: 11px 12px;
  margin-right: 10px;
}
.box-slide-control .btn-prev:hover {
  border: solid 1px #94C1DF;
  background-color: #F7F7F7;
  background-image: url(../img/works/arrow-left-hover.png);
}
.box-slide-control .btn-prev:focus {
  outline: none;
}

.box-slide-control .btn-next {
  background-image: url(../img/works/arrow-right.png);
  background-position: center;
  background-size: 11px 12px;
}
.box-slide-control .btn-next:hover {
  border: solid 1px #94C1DF;
  background-color: #F7F7F7;
  background-image: url(../img/works/arrow-right-hover.png);
}
.box-slide-control .btn-next:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .list-interview-02 .img img {
    transition: all 0.9s 0s ease;
  }

  .list-interview-02 a:hover .img img {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1440px) {
  .list-interview-02 li {
    left: 17vw;
  }
}

@media screen and (max-width: 1200px){
  .list-interview-02 li {
      left: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .sec-glowup {
    padding: 55px 20px 0;
  }

  .sec-glowup .inner {
    width: 100%;
  }

  .sec-glowup .content {
    width: 100%;
    max-width: 100%;
    padding: 35px 0 82px;
    margin-right: auto;
  }

  .box-glowup {
    display: block;
  }

  .sec-glowup .content .txt {
    line-height: 1.9;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 35px;
  }

  .sec-glowup .content .txt+.align-right {
    text-align: center;
  }

  .ttl-glowup {
    padding: 0 0 20px;
  }

  .ttl-glowup .ttl-main {
    position: static;
    font-size: 20px;
    letter-spacing: 0.16em;
  }

  .ttl-glowup .ttl-main:after {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .ttl-glowup .ttl-main span {
    padding-right: 0;
    background: none;
  }

  .ttl-glowup .ttl-sub {
    font-size: 14px;
    margin-top: 0;
  }

  /* progress bar */
  ul.slider-glowup li .slider-progress {
    height: 3px;
  }

  ul.slider-glowup li .slider-progress .progress {
    height: 3px;
  }

  .glowup-wrap {
    display: block;
    width: 100%;
  }

  .glowup-wrap .slick-dots {
    margin-top: 22px;
  }

  .slider-glowup img {
    width: 100%;
  }

  /* 職種別社員インタビュー */
  .ttl-slider {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .ttl-slider .main {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .slider-interview {
    overflow-x: hidden;
    padding: 0 0 42px;
  }

  .slider-interview .inner {
    position: relative;
  }

  .slider-interview .ttl-slider {
    line-height: 1;
    position: relative;
    padding: 0 20px;
    margin-bottom: 75px;
  }

  .list-interview-02 {
    display: block;
  }

  .list-interview-02 li {
    left: auto;
    width: 315px;
    margin-right: 15px;
    margin-top: 10px;
  }

  .list-interview-02 .content {
    position: relative;
    padding: 30px 20px 15px;
  }

  .list-interview-02 .content .label-job {
    top: -20px;
    padding: 10px 30px;
    font-size: 12px;
  }

  .list-interview-02 .content h4 {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .list-interview-02 .content dl dt {
    font-size: 11px;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: #004EA8;
  }

  .list-interview-02 .content dl dd {
    font-size: 12px;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-top: 0;
  }

  .slider-interview .btn-wrap{
    margin: 27px auto 0;
  }
  .slider-interview .btn-wrap .btn-cmn-02{
    display: block;
    max-width: 178px;
    margin: 0 auto;
  }

  .box-slide-control {
    top: 95px;
    right: 30px;
    width: 95%;
    margin: 0 auto;
  }

  .paging-all{
    position: absolute;
    top: 38px;
    left: 30px!important;
  }

}

@media screen and (max-width: 320px) {
  .list-interview-02 .content {
    padding: 30px 12px 15px;
  }
  .list-interview-02 .content h4 {
    font-size: 13px;
  }
}
