/* ==========================================================
ignis Interview
Created: 2021-01

01.archiveIntervie
02.singleIntervie
========================================================== */
/* 1.archiveIntervie
* ------------------------- */
.archiveIntervie {
  margin-top: 8.9552238806%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archiveIntervie .col {
  width: 47.7611940299%;
  margin-bottom: 7.4626865672%;
}
.archiveIntervie .col a {
  text-align: center;
  display: block;
}
.archiveIntervie .col .thumb {
  overflow: hidden;
}
.archiveIntervie .col .thumb span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.archiveIntervie .col .thumb span:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.archiveIntervie .col .job {
  margin-top: 6.25%;
}
.archiveIntervie .col .job.new:before {
  content: "";
  display: inline-block;
  width: 1.3571428571em;
  height: 1.3571428571em;
  background: url("../images/interview/interview.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.3571428571em;
}

/* 2.archiveIntervie
* ------------------------- */
.singleIntervie {
  margin-top: 8.9552238806%;
}
.singleIntervie .visual .image {
  margin: 0 -5.9701492537%;
}
.singleIntervie .visual .text {
  margin-top: 4.4776119403%;
}
.singleIntervie .visual .text .catch {
  font-size: 1.7142857143em;
  font-weight: bold;
  line-height: 1.4166666667;
  letter-spacing: .12em;
}
.singleIntervie .visual .text .detail {
  margin-top: 3.7313432836%;
  line-height: 1.7142857143;
}
.singleIntervie .visual .text .detail.new {
  width: 100%;
  display: table;
}
.singleIntervie .visual .text .detail.new:before {
  content: "";
  display: table-cell;
  vertical-align: top;
  width: 1.4285714286em;
  background: url("../images/interview/interview.svg") no-repeat;
  background-position: left 0.2142857143em;
  background-size: contain;
  vertical-align: middle;
}
.singleIntervie .visual .text .detail.new span {
  display: table-cell;
  vertical-align: top;
  padding-left: 0.5714285714em;
}
.singleIntervie .body {
  margin-top: 11.9402985075%;
}
.singleIntervie .body .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.singleIntervie .body .block + .block {
  margin-top: 9.7014925373%;
}
.singleIntervie .body .block .column {
  margin-top: 9.7014925373%;
}
.singleIntervie .body .block .column .in + .in {
  margin-top: 14.9253731343%;
}
.singleIntervie .body .block .column .lead {
  font-size: 1.4285714286em;
  font-weight: bold;
  line-height: 1.4;
}
.singleIntervie .body .block .column .lead + * {
  margin-top: 6.7164179104%;
}
.singleIntervie .foot {
  text-align: center;
  margin-top: 14.9253731343%;
  padding-top: 7.4626865672%;
  border-top: #c9caca 1px solid;
}
.singleIntervie .foot a {
  color: #d16c15;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (min-width: 813px) {
  .archiveIntervie {
    margin: 3.5714285714em -2.5% 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .archiveIntervie .col {
    width: 20.2380952381%;
    margin: 0 2.380952381% 3.5714285714em;
  }
  .archiveIntervie .col .job {
    margin-top: 5.8823529412%;
  }
  .archiveIntervie .col .job.new:before {
    width: 1.4285714286em;
    height: 1.4285714286em;
    margin-right: 0.2142857143em;
  }
  .archiveIntervie .col a {
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
  }
  .archiveIntervie .col a:hover {
    opacity: .7;
  }

  .singleIntervie {
    margin-top: 3.5714285714em;
  }
  .singleIntervie .visual {
    position: relative;
  }
  .singleIntervie .visual .image {
    margin: 0;
  }
  .singleIntervie .visual .text {
    color: #fff;
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    padding-left: 2.9166666667%;
  }
  .singleIntervie .visual .text .catch {
    font-size: 2.4285714286em;
    line-height: 1.4117647059;
  }
  .singleIntervie .visual .text .detail {
    margin-top: 1.25em;
    font-size: 1.1428571429em;
    line-height: 1.7142857143;
  }
  .singleIntervie .visual .text .detail.new:before {
    width: 1.25em;
    background-position: left 0.1875em;
  }
  .singleIntervie .visual .text .detail.new span {
    padding-left: 0.3125em;
  }
  .singleIntervie .body {
    margin: 6.6666666667% 8.3333333333% 0;
  }
  .singleIntervie .body .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .singleIntervie .body .block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .singleIntervie .body .block + .block {
    margin-top: 8%;
  }
  .singleIntervie .body .block .image {
    width: 48%;
  }
  .singleIntervie .body .block .column {
    margin-top: 0;
    width: 45.5%;
  }
  .singleIntervie .body .block .column .in + .in {
    margin-top: 12.0879120879%;
  }
  .singleIntervie .body .block .column .lead + * {
    margin-top: 4.3956043956%;
  }
  .singleIntervie .foot {
    margin: 5.8333333333% 8.3333333333% 0;
    padding-top: 2.0833333333%;
  }
  .singleIntervie .foot a:hover {
    text-decoration: underline;
  }
}

/*# sourceMappingURL=interview.css.map */
