/* ==========================================================================
  Foundation
========================================================================== */
/* mixin */
/* ==========================================================================
  Interview
========================================================================== */
.interview__column {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .interview__column {
    padding-top: 34px;
  }
}
.interview__column__sticky {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.interview__head {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .interview__head {
    font-size: 24px;
  }
}
.interview__thumb {
  margin-bottom: 30px;
}
.interview__thumb figure img {
  border-radius: 4px;
}
.interview__thumb figure figcaption {
  font-size: 13px;
  font-weight: 200;
  margin-top: 10px;
  color: #747474;
}
.interview__index__text p {
  margin-bottom: 0;
}
.interview__information {
  background: #FAFAFA;
  padding: 40px;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .interview__information {
    margin: 60px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.interview__information h5 {
  font-size: 14px;
  margin-bottom: 12px;
}
.interview__information p {
  font-size: 13px;
  margin-bottom: 12px;
}
.interview__information a[target=_blank] {
  display: inline-block;
  padding-right: 18px;
  background: url(../img/icon-link.svg) no-repeat right 3px center/10px auto;
}
.interview__information a[target=_blank]:hover {
  text-decoration: none;
}
.interview__action {
  margin-top: 80px;
  padding: 36px 50px;
}
@media screen and (max-width: 768px) {
  .interview__action {
    text-align: center;
    padding: 50px 35px;
    margin: 60px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.interview__action.hero__rightbottom--half::after {
  width: 120px;
  height: 120px;
}
.interview__action .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 2;
}
.interview__action .title__main {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  border: none;
  color: #fff;
}
.interview__action .title__main--jp {
  font-size: 22px;
  margin-top: 0;
}
.interview__action .btn__primary {
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .interview__action .action__img {
    max-width: 490px;
    margin: auto;
  }
}
.interview__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .interview__share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.interview__share .btn__share {
  line-height: 1em;
  padding: 16px 20px;
  padding-left: 50px;
  border: solid 1px #D0D1D9;
  border-radius: 100px;
  text-decoration: none;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .interview__share .btn__share {
    font-size: 14px;
  }
}
.interview__share .btn__share::before {
  content: "";
  position: absolute;
  background: no-repeat 50% 50%/contain;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.interview__share .btn__share:hover {
  background: #F7F7F7;
}
.interview__share .btn__share__fb::before {
  background-image: url(../img/icon-facebook.png);
}
.interview__share .btn__share__x::before {
  background-image: url(../img/icon-x.png);
  width: 18px;
  height: 18px;
}

.interview__article h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding-bottom: 14px;
  margin: 60px 0 40px;
  border-bottom: solid 1px #D0D1D9;
  color: #1F4D4D;
}
@media screen and (max-width: 768px) {
  .interview__article h2 {
    font-size: 22px;
  }
}
.interview__article h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 50px 0 35px;
  color: #1F4D4D;
}
.interview__article h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #171717;
  margin: 60px 0 32px;
  padding-left: 49px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview__article h4 {
    font-size: 15px;
    margin: 50px 0 25px;
    padding-left: 34px;
  }
}
.interview__article h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 30px;
  height: 2px;
  background: #171717;
}
@media screen and (max-width: 768px) {
  .interview__article h4::before {
    width: 20px;
  }
}
.interview__article h5 {
  letter-spacing: 0.02em;
}
.interview__article p {
  letter-spacing: 0.02em;
}
.interview__article mark {
  font-weight: 500;
}
.interview__article a:hover {
  text-decoration: none;
}
.interview__article a[target=_blank]:not(.btn__line):not(.btn__share) {
  display: inline-block;
  padding-right: 18px;
  background: url(../img/icon-link.svg) no-repeat right 3px center/10px auto;
}
.interview__article a[target=_blank]:not(.btn__line):not(.btn__share):hover {
  text-decoration: none;
}
.interview__article .btn__share[target=_blank] {
  display: inherit;
  padding-right: 20px;
  background: #fff;
}
.interview__article .btn__share[target=_blank]:hover {
  background: #F7F7F7;
}
.interview__article .wp-block-image {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .interview__article .wp-block-image {
    margin: 50px 0;
  }
}
.interview__article .wp-block-image figure img {
  border-radius: 4px;
}
.interview__article .wp-block-image figcaption {
  font-size: 13px;
  font-weight: 200;
  margin-top: 10px;
  color: #747474;
}
.interview__article .block-interview {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .interview__article .block-interview p {
    font-size: 15px;
  }
}

.interview__sidenav {
  position: sticky;
  top: 120px;
}
.interview__sidenav__btn .btn__line,
.interview__sidenav__btn .btn__dark {
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .interview__sidenav__btn .btn__line,
  .interview__sidenav__btn .btn__dark {
    max-width: 320px;
  }
  .interview__sidenav__btn .btn__line::before,
  .interview__sidenav__btn .btn__dark::before {
    right: 25px;
  }
}
.interview__sidenav .sidenav__btn__movie .btn__line,
.interview__sidenav .sidenav__btn__movie .btn__dark {
  max-width: inherit;
}
.interview__banner {
  margin-top: 2.5vh;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.interview__banner:hover {
  opacity: 0.8;
}
.interview__company {
  background: #F7F7F7;
  padding: 20px;
}
.interview__company__img {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.interview__company__img img {
  max-width: 70%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .interview__company__img img {
    height: 120px;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .interview__company__img img {
    height: auto;
  }
}
.interview__company__name {
  font-size: 16px;
  padding-bottom: 12px;
  border-bottom: solid 1px #D0D1D9;
  margin-bottom: 18px;
}
.interview__company p {
  font-size: 13px;
  margin-bottom: 0;
}
.interview__tag {
  line-height: 1em;
  font-size: 12px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  padding: 5px 7px;
  color: #698C8B;
}

.related-articles .title__main {
  margin-bottom: 60px;
}
.related-articles .title__main--jp {
  font-size: 30px;
}
.related-articles .posts-grid--limit > .col-md-4:nth-child(4) {
  display: none;
}
@media screen and (max-width: 768px) {
  .related-articles .posts-grid--limit > .col-md-4:nth-child(4) {
    display: block;
  }
}

.sidenav__btn__movie.emphasis {
  display: none;
}
@media screen and (max-width: 992px) {
  .sidenav__btn__movie.emphasis {
    display: block;
    position: fixed;
    bottom: 3svh;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .sidenav__btn__movie.emphasis .btn__line {
    padding: 20px;
    max-width: 360px;
  }
  .sidenav__btn__movie.emphasis.is-hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media screen and (max-width: 768px) {
  .sidenav__btn__movie.emphasis {
    bottom: 10px;
  }
  .sidenav__btn__movie.emphasis .btn__line {
    font-size: 14px;
    max-width: 300px;
    padding: 10px;
  }
  .sidenav__btn__movie.emphasis .btn__line::before {
    right: 25px;
  }
}

.work__overview {
  border-left: solid 1px #171717;
  padding: 20px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .work__overview {
    padding: 20px 30px;
  }
}
.work__overview h3 {
  font-size: 14px;
  font-weight: 400;
  color: #00a6a6;
  margin: 0 0 16px;
  padding-left: 25px;
  position: relative;
}
.work__overview h3::before {
  content: "";
  position: absolute;
  background: url(../img/icon_overview.svg) no-repeat 50% 50%/contain;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.work__overview p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .work__overview p {
    font-size: 15px;
  }
}

.client-voice {
  background: #D7EFEF url(../img/voice-img.svg) no-repeat left 55px top 35px/110px auto;
  padding: 60px 50px;
  border-radius: 2px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .client-voice {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .client-voice {
    padding: 40px 25px;
    background-position: left 20px top 20px;
    background-size: 70px auto;
  }
}
.client-voice::before, .client-voice::after {
  content: "";
  position: absolute;
  background: no-repeat 0 0/contain;
  width: 80px;
  height: 80px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .client-voice::before, .client-voice::after {
    width: 60px;
    height: 60px;
  }
}
.client-voice::before {
  background-image: url(../img/circle-top-right.svg);
  top: 0;
  right: 0;
}
.client-voice::after {
  background-image: url(../img/circle-bottom-left.svg);
  left: 0;
  bottom: 0;
}
.client-voice .title__main {
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .client-voice .title__main {
    margin-bottom: 30px;
  }
}
.client-voice .title__main--en {
  padding: 0;
  font-size: 16px;
  color: #00a6a6;
}
.client-voice .title__main--en::before {
  display: none;
}
.client-voice .title__main--jp {
  margin-top: 13px;
  font-size: 30px;
  color: #171717;
}
@media screen and (max-width: 768px) {
  .client-voice .title__main--jp {
    font-size: 26px;
  }
}
.client-voice__box {
  background: #fff;
  border-radius: 4px;
  font-weight: 500;
  margin-bottom: 30px;
}
.client-voice__q {
  padding: 25px 30px;
  padding-left: 85px;
  background: #F5F5F5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .client-voice__q {
    padding: 20px 25px;
    padding-left: 65px;
  }
}
.client-voice__q::after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: 0;
  background: #ffffff;
  height: 10px;
  width: 18px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .client-voice__q::after {
    left: 26px;
  }
}
.client-voice__q::before {
  content: "Q";
  position: absolute;
  background: #00a6a6;
  width: 35px;
  height: 35px;
  line-height: 1em;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 30px;
  top: 22px;
}
@media screen and (max-width: 768px) {
  .client-voice__q::before {
    width: 30px;
    height: 30px;
    left: 20px;
    top: 25px;
    font-size: 17px;
  }
}
.client-voice__a {
  position: relative;
  padding: 30px 40px 40px 30px;
  padding-left: 85px;
}
@media screen and (max-width: 768px) {
  .client-voice__a {
    padding: 20px 30px 30px;
    padding-left: 65px;
  }
}
.client-voice__a::before {
  content: "A";
  position: absolute;
  background: #EB614D;
  width: 35px;
  height: 35px;
  line-height: 1em;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 30px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .client-voice__a::before {
    width: 30px;
    height: 30px;
    left: 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .client-voice__a p {
    font-size: 90%;
  }
}/*# sourceMappingURL=interview.css.map */