@charset "UTF-8";
.pc-none {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#interview .flex::after {
  content:"";
  display: block;
  width: 29.21%;
}

#interview .c-ttl__01 span {
  color: #39e7a7;
}

#interview .c-ttl__01 span::before {
  background-color: #39e7a7;
}

#interview .c-ttl__02 span {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}

#interview figure {
  margin-bottom: 20px;
}

#interview .interview>section>.flex>figcaption {
  width: 100%;
}

#interview section .kv {
  width: 84.42%;
}

#interview .p-scrollnav {
  color: #858e95;
}

#interview .p-scrollnav>div {
  background: #858e95;
}

#interview .p-scrollnav:before {
  background: #858e95;
}

#interview .sec-01 {
  width: 1020px;
  margin: 0 auto 80px;
}

#interview .sec-01 .txt {
  position: relative;
  z-index: 1;
  font-size: 125.0%;
  line-height: 2;
  margin-bottom: 130px;
}

#interview .sec-01 .txt::before {
  content: "";
  width: 452px;
  height: 98px;
  background: url(../img/text_interview_personal.png);
  display: block;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  top: -60px;
  left: -20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#interview .sec-01 div.flex .item {
  width: 29.21%;
  margin-bottom: 80px;
}

#interview .sec-01 .item img {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 0 0 20px;
  position: relative;
  z-index: -1
}

#interview .sec-01 .item h4 {
  font-size: 150.5%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

#interview .sec-01 .item h4::before {
  content: "";
  width: 188px;
  height: 60px;
  display: block;
  background-image: url(../img/text_interview_oneday.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  z-index: 0;
}

#interview .sec-01 .career h4::before {
  content: "";
  width: 170px;
  height: 46px;
  display: block;
  background-image: url(../img/text_interview_career.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -65px;
  z-index: 0;
}

#interview .sec-01 .item p {
  font-size: 87.5%;
  margin-bottom: 10px;
}

#interview .sec-01 .item h5 {
  font-size: 150%;
  position: relative;
}

#interview .sec-01 .item h5 em {
  font-weight: 500;
}

#interview .sec-01 .item h5 span {
  font-size: 50%;
  color: #858e95;
  position: absolute;
  right: 0;
  top: 25%;
}

#interview>.sec-02 {
  background-color: #fafafa;
  overflow: hidden;
}

#interview .sec-02 .inner {
  width: 1020px;
  margin: 0 auto;
  padding-top: 200px;
}

#interview .sec-02 .inner>.txt {
  position: relative;
  z-index: 1;
  font-size: 125.0%;
  line-height: 2;
  margin-bottom: 100px;
}

#interview .sec-02 .inner>.txt::before {
  content: "";
  width: 545px;
  height: 100px;
  background: url(../img/text_interview_cross_talk.png);
  display: block;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  top: -60px;
  left: -20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#interview .sec-02 .inner img {
  width: 100%;
}

#interview .sec-02 .inner figure {
  position: relative;
  margin-bottom: 260px;
}

#interview .sec-02 .inner figure>a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .2s cubic-bezier(0.6, 0, 0.3, 1);
  transition: opacity .2s cubic-bezier(0.6, 0, 0.3, 1);
}

@media screen and (min-width: 769px) {
  #interview .sec-02 .inner figure>a:hover {
    opacity: .5;
  }
}

#interview .sec-02 .inner figcaption {
  background: #fff;
  padding: 40px;
  position: absolute;
  right: 0;
  bottom: -160px;
  width: 68.62%;
}

#interview .sec-02 .inner figcaption .ttl span {
  font-size: 84%;
  display: block;
  color: #39e7a7;
  margin-bottom: 20px;
}

#interview .sec-02 .inner figcaption .ttl {
  font-size: 150.0%;
  margin-bottom: 20px;
}

#interview .sec-02 .inner figcaption .txt {
  color: #858e95;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #interview .sec-02 .inner figcaption .txt {
    font-size: 87.5%;
  }
}

#interview .sec-02 .inner figure:last-of-type {
  margin-bottom: 360px;
}

#interview .interview_top .c-details__header .txt {
  font-size: 125%;
  line-height: 2;
}

#interview .interview_top .c-details__header .txt::before {
  content: "";
  width: 452px;
  height: 98px;
  background: url(../img/text_interview_personal.png);
  display: block;
  opacity: 0.3;
  position: relative;
  z-index: -1;
  top: 45px;
  left: -20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#interview .interview_top .item h4 {
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  #interview .interview_top .item h4 {
    font-size: 155%;
  }
}

#interview .interview_top .item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .2s cubic-bezier(0.6, 0, 0.3, 1);
  transition: opacity .2s cubic-bezier(0.6, 0, 0.3, 1);
}

@media screen and (min-width: 769px) {
  #interview .interview_top .item a:hover {
    opacity: .5;
  }
}

#interview .interview_top .item a h5>span {
  right: 0;
}

#interview .interview_top .item a h5>span.sub_txt {
  display: none;
}

#interview .interview_top .c-ttl__02 span {
  letter-spacing: normal;
}

#interview .interview_top .sec-02 .inner figcaption .ttl span {
  font-size: 82.5%;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-left: 20px;
}

#interview .interview_top .sec-02 {
  background: #fafafa;
  padding-bottom: 360px;
}

#interview .interview_top .sec-02 .inner figcaption {
  width: 700px;
}

#interview .interview_top .sec-02 .inner figure:last-of-type {
  margin-bottom: 0;
}

#interview .interview_top .sec-02 .inner figcaption .ttl span::before {
  content: "";
  display: block;
  position: relative;
  width: 8px;
  height: 2px;
  margin-left: -20px;
  background: #28e874;
  top: 15px;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
  .flex {
    display: block;
  }
  #interview .flex::after {
    display: none;
  }
  #interview .interview_top .sec-02 .inner>.txt::before {
    width: 272px;
    height: 50px;
    top: -30px;
  }
  #interview .interview_top .sec-02 .inner img {
    margin-bottom: 30px;
  }
  #interview .interview_top .sec-02 .inner figure {
    margin: 0 0 60px 0;
  }
  #interview .interview_top .sec-02 .inner figcaption .ttl {
    font-size: 100%;
    line-height: 1.65;
  }
  #interview .sec-02 .inner figcaption {
    background: none;
    padding: 0;
  }
  #interview .c-ttl__01 {
    width: 100%;
  }
  #interview .c-ttl__02 {
    width: 100%;
  }
  #interview section .kv {
    width: 100%;
  }
  #interview .interview_top .c-details__header .txt {
    font-size: 87.5%;
    width: 100%;
    margin: 0 auto;
    padding: 0 12vw;
  }
  #interview .interview_top .c-details__header .txt::before {
    width: 226px;
    height: 48px;
    top: 25px;
    left: -10px;
  }
  #interview .interview_top .sec-01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 6vw;
  }
  #interview .interview_top .sec-01 div.flex .item {
    width: 100%;
  }
  #interview .interview_top .sec-01 .item img {
    padding: 0;
  }
  #interview .interview_top .item a h5>span {
    left: 0;
    top: 35px;
  }
  #interview .interview_top .item a h5>span.sub_txt {
    display: block;
    position: static;
    margin: -20px 0 0 115px;
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-size: 75%;
    font-style: italic;
    color: #39e7a7;
  }
  #interview .interview_top .item:nth-child(6) a h5>span.sub_txt, #interview .interview_top .item:nth-child(4) a h5>span.sub_txt {
    margin-left: 140px;
  }
  #interview .interview_top .u-sp__show {
    margin: 65px auto 0;
  }
  #interview .interview_top .sec-02 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
  }
  #interview .interview_top .sec-02 .inner {
    width: 100%;
    padding: 0 6vw;
    padding-top: 115px;
  }
  #interview .interview_top .sec-02 .inner>.txt {
    font-size: 87.5%;
    margin-bottom: 50px;
    line-height: 2;
    padding-top: 0px;
  }
  #interview .interview_top .sec-02 .inner>.txt::before {
    top: -25px;
    left: -10px;
  }
  #interview .interview_top .sec-02 .inner figcaption {
    width: 100%;
    position: static;
  }
  #interview .interview_top .sec-02 .inner figcaption .ttl {
    font-size: 100%;
    line-height: 1.5;
  }
  #interview .interview_top .sec-02 .inner figcaption .ttl span {
    margin-left: 15px;
  }
  #interview .interview_top .sec-02 .inner figcaption .ttl span::before {
    top: 10px;
    width: 10px;
    margin-left: -15px;
  }
}

#interview .interview_top .txt_sub {
  font-size: 14px;
  color: #858e95;
}

@media screen and (max-width: 768px) {
  #interview .interview_top .txt_sub {
    font-size: 12px;
  }
}