@charset "UTF-8";
/* ==========================================================================//
//
// 社員インタビュー 詳細
//
// ========================================================================== */
/* プロフィール
---------------------------------------------------------- */
.sec_profile {
  background-image: repeating-linear-gradient(-45deg, #C1C1C1, #C1C1C1 1px, transparent 0, transparent 7px);
  background-color: #fff;
  border-bottom: 1px solid #222222;
  padding: 50px 0;
}
@media all and (min-width: 751px) {
  .sec_profile {
    padding: 70px 0;
  }
}
.sec_profile .sec_ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_profile .sec_ttl {
    margin-bottom: 45px;
  }
}
.sec_profile .sec_ttl span {
  position: relative;
}
.sec_profile .sec_ttl span::before {
  position: absolute;
  content: "";
  background-image: url(../../images/common/deco_nut_l.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 54/48;
  width: 40px;
  top: 40%;
  right: 116%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .sec_profile .sec_ttl span::before {
    width: 53px;
  }
}
.sec_profile .sec_ttl span::after {
  position: absolute;
  content: "";
  background-image: url(../../images/common/deco_nut_r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 58/41;
  width: 48px;
  top: 40%;
  left: 116%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .sec_profile .sec_ttl span::after {
    width: 58px;
  }
}
.sec_profile .sec_ttl img {
  width: min(208px, 50%);
}
.sec_profile .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media all and (min-width: 751px) {
  .sec_profile .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
.sec_profile .content .texts {
  background-color: #fff;
  padding: 0 30px 20px;
}
@media all and (min-width: 751px) {
  .sec_profile .content .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 30px 36px;
  }
}
.sec_profile .content .texts .head_area {
  position: relative;
  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;
  gap: 15px;
  font-size: 12px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #222222;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
}
@media all and (min-width: 751px) {
  .sec_profile .content .texts .head_area {
    font-size: 14px;
  }
}
.sec_profile .content .texts .head_area span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
}
@media all and (min-width: 751px) {
  .sec_profile .content .texts .head_area span {
    font-size: 29px;
  }
}
.sec_profile .content .texts .head_area .bg {
  position: absolute;
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 32px;
  z-index: -1;
}
@media all and (min-width: 751px) {
  .sec_profile .content .texts .head_area .bg {
    height: 40px;
  }
}
.sec_profile .content .texts .text {
  line-height: 1.78;
  letter-spacing: 0.02em;
  margin-top: 17px;
}
.sec_profile .content .texts.js_scroll {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.sec_profile .content .texts.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sec_profile .content .image {
  --radius: 15px;
  --shift: 10px;
  position: relative;
  z-index: 1;
  padding-left: var(--shift);
  padding-bottom: var(--shift);
}
@media all and (min-width: 751px) {
  .sec_profile .content .image {
    --radius: 25px;
    --shift: 15px;
    width: 48%;
  }
}
.sec_profile .content .image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: calc(100% - var(--shift));
  height: calc(100% - var(--shift));
  background-color: #a3ced6;
  border: 1px solid #707070;
  border-radius: var(--radius);
  z-index: -1;
}
@media all and (min-width: 751px) {
  .sec_profile .content .image::before {
    border-width: 2px;
  }
}
.sec_profile .content .image img {
  border: 1px solid #707070;
  border-radius: var(--radius);
}
@media all and (min-width: 751px) {
  .sec_profile .content .image img {
    border-width: 2px;
  }
}
.sec_profile .content .image.js_scroll {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.sec_profile .content .image.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* インタビュー
---------------------------------------------------------- */
.sec_interview {
  overflow: hidden;
  padding: 70px 0 60px;
}
@media all and (min-width: 751px) {
  .sec_interview {
    padding: 115px 0 90px;
  }
}
@media all and (min-width: 751px) {
  .sec_interview .inner {
    max-width: 1160px;
  }
}
.sec_interview .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media all and (min-width: 751px) {
  .sec_interview .block {
    gap: 34px;
  }
}
.sec_interview .block .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media all and (min-width: 751px) {
  .sec_interview .block .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6%;
  }
}
.sec_interview .block .texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_interview .block .texts .heading {
  font-size: 18px;
  margin-bottom: 16px;
}
@media all and (min-width: 751px) {
  .sec_interview .block .texts .heading {
    font-size: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_interview .block .texts .heading {
    font-size: 20px;
  }
}
.sec_interview .block .texts .heading span {
  display: inline;
  background-color: #222222;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 1px 6px 3px;
}
.sec_interview .block .texts .tx {
  line-height: 2.14;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_interview .block .texts .tx {
    font-size: 13px;
  }
}
@media all and (min-width: 751px) {
  .sec_interview .block .image {
    width: 48%;
  }
}
.sec_interview .block .image img {
  border-radius: 15px;
  border: 1px solid #707070;
}
@media all and (min-width: 751px) {
  .sec_interview .block .image img {
    border-radius: 30px;
    border-width: 2px;
  }
}
@media all and (min-width: 751px) {
  .sec_interview .block.reverse .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.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 .block.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.sec_interview .block.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.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;
}
.sec_interview .img_full.js_scroll::before {
  position: absolute;
  content: "";
  background-color: #fff;
  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);
}
.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;
}
.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);
}