@charset "UTF-8";
/* ==========================================================================//
//
// 社員インタビュー 詳細
//
// ========================================================================== */
/* プロフィール
---------------------------------------------------------- */
.sec_profile {
  background-color: #2f2826;
  background-image: url(../images/common/bg_pattern01.png);
  background-size: 42px auto;
  padding: 42px 0;
}
@media all and (min-width: 751px) {
  .sec_profile {
    background-size: 73px auto;
    padding: 90px 0;
  }
}
@media all and (min-width: 751px) {
  .sec_profile .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 1fr 60px 46%;
    grid-template-columns: 1fr 46%;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .sec_profile .content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec_profile .content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sec_profile .content > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sec_profile .content > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
.sec_profile .sec_ttl {
  text-align: center;
  margin-bottom: 5px;
}
@media all and (min-width: 751px) {
  .sec_profile .sec_ttl {
    text-align: left;
    margin-bottom: 18px;
  }
}
.sec_profile .sec_ttl .jp {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding-left: 0.8em;
}
@media all and (min-width: 751px) {
  .sec_profile .sec_ttl .jp {
    font-size: 13px;
  }
}
.sec_profile .sec_ttl .jp::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d63032;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 4px;
}
@media all and (min-width: 751px) {
  .sec_profile .sec_ttl .jp::before {
    width: 6px;
  }
}
.sec_profile .sec_ttl .en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #d63032;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .sec_profile .sec_ttl .en {
    font-size: 50px;
  }
}
@media all and (min-width: 751px) {
  .sec_profile .image {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
.sec_profile .text {
  color: #c9c9c9;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media all and (max-width: 750px) {
  .sec_profile .text {
    margin-top: 17px;
  }
}
@media all and (min-width: 751px) {
  .sec_profile .text {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 16px;
    line-height: 1.93;
  }
}

/* インタビュー
---------------------------------------------------------- */
.sec_interview {
  overflow: hidden;
  padding: 40px 0 50px;
}
@media all and (min-width: 751px) {
  .sec_interview {
    padding: 100px 0 120px;
  }
}
.sec_interview .block .heading {
  text-align: center;
  font-size: 22px;
  line-height: 1.63;
  margin-bottom: 23px;
}
@media all and (min-width: 751px) {
  .sec_interview .block .heading {
    font-size: 32px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_interview .block .heading {
    font-size: 24px;
  }
}
.sec_interview .block .row_wrap {
  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;
  gap: 25px;
}
@media all and (min-width: 751px) {
  .sec_interview .block .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5%;
  }
}
@media all and (min-width: 751px) {
  .sec_interview .block .image {
    width: 46%;
  }
}
.sec_interview .block .texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_interview .block .texts .tx {
  line-height: 2.28;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  .sec_interview .block .texts .tx {
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_interview .block .texts .tx {
    font-size: 15px;
  }
}
.sec_interview .block > .texts {
  margin-top: 25px;
}
@media all and (min-width: 751px) {
  .sec_interview .block > .texts {
    margin-top: 30px;
  }
}
@media all and (min-width: 751px) {
  .sec_interview .block.odd .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec_interview .block:not(:last-child) {
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_interview .block:not(:last-child) {
    margin-bottom: 60px;
  }
}
.sec_interview .img_full {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  .sec_interview .img_full {
    margin-bottom: 100px;
  }
}
.sec_interview .img_full.js_scroll {
  position: relative;
  overflow: hidden;
}
.sec_interview .img_full.js_scroll::before {
  position: absolute;
  content: "";
  background-color: #fef1e7;
  inset: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.76, 0.09, 0.215, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.76, 0.09, 0.215, 1);
  transition: transform 0.75s cubic-bezier(0.76, 0.09, 0.215, 1);
  transition: transform 0.75s cubic-bezier(0.76, 0.09, 0.215, 1), -webkit-transform 0.75s cubic-bezier(0.76, 0.09, 0.215, 1);
  z-index: 1;
}
.sec_interview .img_full.js_scroll::after {
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 0.7;
  inset: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.76, 0.09, 0.215, 1) 0.2s;
  transition: -webkit-transform 0.75s cubic-bezier(0.76, 0.09, 0.215, 1) 0.2s;
  transition: transform 0.75s cubic-bezier(0.76, 0.09, 0.215, 1) 0.2s;
  transition: transform 0.75s cubic-bezier(0.76, 0.09, 0.215, 1) 0.2s, -webkit-transform 0.75s cubic-bezier(0.76, 0.09, 0.215, 1) 0.2s;
  z-index: 2;
}
.sec_interview .img_full.js_scroll img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 1.6s;
  transition: -webkit-transform 1.6s;
  transition: transform 1.6s;
  transition: transform 1.6s, -webkit-transform 1.6s;
}
.sec_interview .img_full.js_scroll.scroll_active::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.sec_interview .img_full.js_scroll.scroll_active::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.sec_interview .img_full.js_scroll.scroll_active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}