@charset "UTF-8";
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-400-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-500-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-600-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-700-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-800-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Pro";
  src: url("../fonts/D-DIN-PRO-900-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================//
//
// 社員を知る クロストーク
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
section {
  overflow-x: hidden;
}

/* 一覧ページ
------------------------------------------------------------------------------------ */
/* interview_head
---------------------------------------------------------- */
.interview_head .contents {
  position: relative;
}
.interview_head .txts {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
.interview_head .page_ttl {
  margin-top: 14px;
}
@media all and (min-width: 751px) {
  .interview_head .page_ttl {
    margin-top: 80px;
  }
}
.interview_head .page_ttl span {
  display: block;
  letter-spacing: 0.3em;
}
.interview_head .page_ttl .en {
  font-family: "D-DIN Pro", sans-serif;
  font-size: 11px;
}
@media all and (min-width: 751px) {
  .interview_head .page_ttl .en {
    font-size: 19px;
  }
}
.interview_head .page_ttl .jp {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 400;
}
@media all and (min-width: 751px) {
  .interview_head .page_ttl .jp {
    margin-top: 10px;
    font-size: 15px;
  }
}
.interview_head .message {
  margin: 7px auto 20px;
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media all and (min-width: 751px) {
  .interview_head .message {
    margin: -30px auto 55px;
    font-size: 62px;
    letter-spacing: 0.1em;
    line-height: 1.46;
    width: min(1160px, 100%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .interview_head .message {
    font-size: clamp(52px, 3.25vw, 62px);
  }
}
@media all and (min-width: 1001px) {
  .interview_head .message {
    margin: -30px auto 3.9%;
    font-size: clamp(35px, 3.25vw, 62px);
  }
}
@media all and (min-width: 1500px) {
  .interview_head .message {
    margin: -30px 0 3.9% 170px;
  }
}
.interview_head .message .for_md {
  display: block;
}
@media all and (min-width: 1001px) {
  .interview_head .message .for_md {
    display: none;
  }
}
.interview_head .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media all and (min-width: 751px) {
  .interview_head .position {
    gap: 0 118px;
  }
}
.interview_head .position .wrap_txt {
  padding: 12px 2px;
  border: 1px solid #000000;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
}
@media all and (min-width: 751px) {
  .interview_head .position .wrap_txt {
    padding: 22px 5px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}
@media all and (min-width: 1001px) {
  .interview_head .position .wrap_txt {
    font-size: clamp(25px, 2.5vw, 40px);
  }
}
.interview_head .position::before, .interview_head .position::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 32px;
  background: #000000;
}
@media all and (min-width: 751px) {
  .interview_head .position::before, .interview_head .position::after {
    height: 70px;
  }
}
.interview_head .position::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.interview_head .position::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.interview_head .interview_head_image {
  margin: 0 calc(50% - 50vw);
}

/* インタビュー
---------------------------------------------------------- */
.sec_interview_detail {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .sec_interview_detail {
    margin-top: 120px;
  }
}
.sec_interview_detail .sec_ttl {
  margin-bottom: 30px;
  padding-bottom: 18px;
  position: relative;
  font-family: "D-DIN Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-align: center;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .sec_ttl {
    margin-bottom: 85px;
    padding-bottom: 22px;
    font-size: 35px;
  }
}
.sec_interview_detail .sec_ttl::after {
  position: absolute;
  content: "";
  background-color: #000000;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(217px, 100%);
}
@media all and (min-width: 751px) {
  .sec_interview_detail .sec_ttl::after {
    width: min(391px, 100%);
  }
}
.sec_interview_detail .introduction_txt {
  margin-bottom: 38px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.21;
  margin-inline: auto;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .introduction_txt {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 2.29;
    width: min(900px, 100%);
  }
}
.sec_interview_detail .member_list .member_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .member_detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec_interview_detail .member_list .member_detail:not(:first-child) {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .member_detail:not(:first-child) {
    margin-top: 100px;
  }
}
@media all and (max-width: 750px) {
  .sec_interview_detail .member_list .member_detail:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .member_detail:first-child {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media screen and (min-width: 1640px) and (max-width: 1870px) {
  .sec_interview_detail .member_list .member_detail:first-child {
    margin-right: -100px;
  }
}
@media all and (min-width: 1871px) {
  .sec_interview_detail .member_list .member_detail:first-child {
    margin-right: -209px;
  }
}
@media all and (max-width: 750px) {
  .sec_interview_detail .member_list .member_detail:first-child .image {
    margin-right: calc(50% - 50vw);
  }
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .member_detail:first-child .image {
    width: clamp(540px, 31.42vw, 603px);
  }
}
.sec_interview_detail .member_list .member_detail:first-child .box {
  margin: -78px auto 0 0;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .member_detail:first-child .box {
    margin: 0 -137px 32px 0;
    width: clamp(400px, 29.6vw, 568px);
  }
}
@media screen and (min-width: 1450px) and (max-width: 1870px) {
  .sec_interview_detail .member_list .member_detail:first-child .box {
    margin: 0 -157px 32px 0;
    width: 30%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1449px) {
  .sec_interview_detail .member_list .member_detail:first-child .box {
    margin: 0 -80px 32px 0;
  }
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .member_detail:nth-child(2) {
    margin: 100px 0 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (min-width: 1640px) and (max-width: 1870px) {
  .sec_interview_detail .member_list .member_detail:nth-child(2) {
    margin: -328px 0 0 -60px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1639px) {
  .sec_interview_detail .member_list .member_detail:nth-child(2) {
    margin: -328px 0 0 0;
  }
}
@media all and (min-width: 1871px) {
  .sec_interview_detail .member_list .member_detail:nth-child(2) {
    margin: -328px 0 0 -131px;
  }
}
@media all and (max-width: 750px) {
  .sec_interview_detail .member_list .member_detail:nth-child(2) .image {
    margin-right: auto;
    margin-left: calc(50% - 50vw);
  }
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .member_detail:nth-child(2) .image {
    width: clamp(540px, 33vw, 603px);
  }
}
.sec_interview_detail .member_list .member_detail:nth-child(2) .box {
  margin: -78px 0 0 auto;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .member_detail:nth-child(2) .box {
    margin: 0 0 32px -61px;
    width: clamp(530px, 38.15vw, 732px);
  }
}
@media screen and (min-width: 1450px) and (max-width: 1639px) {
  .sec_interview_detail .member_list .member_detail:nth-child(2) .box {
    margin: 0 0 32px -71px;
    width: 42%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1449px) {
  .sec_interview_detail .member_list .member_detail:nth-child(2) .box {
    margin: 0 0 32px -31px;
  }
}
@media all and (max-width: 750px) {
  .sec_interview_detail .member_list .image {
    width: 79.7%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1449px) {
  .sec_interview_detail .member_list .image {
    width: 55%;
  }
}
.sec_interview_detail .member_list .box {
  position: relative;
  background-color: #000000;
  color: #fff;
  font-weight: 500;
}
@media all and (max-width: 750px) {
  .sec_interview_detail .member_list .box {
    padding: 33px 35px;
    width: min(309px, 100%);
  }
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .box {
    padding: 50px 60px 40px;
  }
}
.sec_interview_detail .member_list .position {
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .position {
    font-size: clamp(13px, 0.96vw, 18px);
  }
}
.sec_interview_detail .member_list .name {
  margin: 10px 0 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .name {
    margin: 13px 0 30px;
    font-size: clamp(16px, 1.36vw, 26px);
  }
}
.sec_interview_detail .member_list .txt {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .member_list .txt {
    font-size: clamp(13px, 0.9vw, 17px);
    line-height: 2.23;
  }
}
.sec_interview_detail .interview_contents {
  margin-top: 60px;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents {
    margin-top: 200px;
  }
}
.sec_interview_detail .interview_contents .theme:not(:first-child) {
  margin-top: 60px;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .theme:not(:first-child) {
    margin-top: 130px;
  }
}
.sec_interview_detail .interview_contents .interview_message {
  margin-bottom: 50px;
  padding: 20px 5px;
  border: 1px solid #000000;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .interview_message {
    margin-bottom: 95px;
    padding: 40px 70px;
    font-size: 36px;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sec_interview_detail .interview_contents .theme_ttl {
  margin-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .theme_ttl {
    margin-bottom: 140px;
    gap: 0 56px;
  }
}
.sec_interview_detail .interview_contents .theme_ttl .number_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-family: "D-DIN Pro", sans-serif;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: 0.25em;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .theme_ttl .number_txt {
    font-size: 11px;
  }
}
.sec_interview_detail .interview_contents .theme_ttl .number_txt .number {
  padding: 5px 0;
  text-align: center;
  font-family: "D-DIN Pro", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-indent: 0.2em;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .theme_ttl .number_txt .number {
    padding: 5px 0 10px;
    font-size: 62px;
    text-indent: 0.3em;
  }
}
.sec_interview_detail .interview_contents .theme_ttl .number_txt::after {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 100%;
  height: 1.4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .theme_ttl .number_txt::after {
    height: 1px;
  }
}
.sec_interview_detail .interview_contents .theme_ttl .theme_name {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.64;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .theme_ttl .theme_name {
    font-size: 30px;
  }
}
.sec_interview_detail .interview_contents .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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 1001px) {
  .sec_interview_detail .interview_contents .wrap {
    gap: 0 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (min-width: 1001px) {
  .sec_interview_detail .interview_contents .wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec_interview_detail .interview_contents .wrap.reverse .image {
  margin: 40px calc(50% - 50vw) 0 0;
  padding: 0 0 0 25px;
}
@media all and (min-width: 1001px) {
  .sec_interview_detail .interview_contents .wrap.reverse .image {
    margin: 50px calc(50% - 50vw) 0 0;
  }
}
.sec_interview_detail .interview_contents .wrap .image {
  margin: 40px 0 0 calc(50% - 50vw);
  padding: 0 25px 0 0;
}
@media all and (min-width: 1001px) {
  .sec_interview_detail .interview_contents .wrap .image {
    margin: 50px 0 0 calc(50% - 50vw);
    padding: 0;
    width: 46%;
  }
}
@media all and (min-width: 1001px) {
  .sec_interview_detail .interview_contents .wrap .talk_list {
    width: 60.65%;
  }
}
.sec_interview_detail .interview_contents .wrap .talk_list .talk_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .wrap .talk_list .talk_detail {
    gap: 0 46px;
  }
}
.sec_interview_detail .interview_contents .wrap .talk_list .talk_detail:not(:first-child) {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .wrap .talk_list .talk_detail:not(:first-child) {
    margin-top: 110px;
  }
}
.sec_interview_detail .interview_contents .wrap .talk_list .icon_image {
  width: 15.51%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .wrap .talk_list .icon_image {
    width: 11.8%;
  }
}
.sec_interview_detail .interview_contents .wrap .talk_list p {
  letter-spacing: 0.1em;
  line-height: 2.26;
  width: 80.22%;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .wrap .talk_list p {
    line-height: 2.29;
    width: 82%;
  }
}

/* OTHER INTERVIEWS
---------------------------------------------------------- */
.sec_other {
  margin-top: 95px;
  padding-bottom: 50px;
}
@media all and (min-width: 751px) {
  .sec_other {
    margin-top: 185px;
    padding-bottom: 230px;
  }
}
.sec_other .sec_ttl {
  margin-bottom: 60px;
  font-family: "D-DIN Pro", sans-serif;
  font-size: 23px;
  letter-spacing: 0.2em;
  line-height: 1.29;
  text-align: center;
}
@media all and (min-width: 751px) {
  .sec_other .sec_ttl {
    margin-bottom: 80px;
    font-size: 26px;
    line-height: 1.28;
  }
}
.sec_other .for_md {
  display: block;
}
@media all and (min-width: 1001px) {
  .sec_other .for_md {
    display: none;
  }
}
.sec_other .other_list {
  margin-inline: auto;
}
@media all and (min-width: 1001px) {
  .sec_other .other_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: min(1058px, 100%);
    gap: 0 60px;
  }
}
.sec_other .other_list .other_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media all and (min-width: 1001px) {
  .sec_other .other_list .other_detail {
    width: 28.85%;
  }
}
@media all and (max-width: 1000px) {
  .sec_other .other_list .other_detail:not(:first-child) {
    margin-top: 50px;
  }
}
.sec_other .other_list .other_detail.cross .ttl {
  left: auto;
  right: 0;
}
@media all and (max-width: 1000px) {
  .sec_other .other_list .other_detail.cross .image {
    margin: 0 0 0 calc(50% - 50vw);
    padding-right: 25px;
    width: 100%;
  }
}
@media all and (max-width: 1000px) {
  .sec_other .image {
    margin-inline: auto;
    padding-left: 10px;
    width: 75%;
  }
}
.sec_other .ttl {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #C9CACA;
  font-family: "D-DIN Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 38px;
}
.sec_other .message {
  margin: 23px 0 14px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media all and (min-width: 751px) {
  .sec_other .message {
    margin: 18px 0 15px;
    font-size: 17px;
    line-height: 1.55;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.sec_other .position {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .sec_other .position {
    font-size: 13px;
  }
}
@media all and (max-width: 750px) {
  .sec_other .position .wrap_txt {
    padding: 2px 14px;
    display: inline-block;
    border: 0.5px solid #000000;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec_other .position .wrap_txt:first-of-type {
    width: min(64px, 100%);
  }
  .sec_other .position .wrap_txt:nth-of-type(2) {
    width: min(150px, 100%);
  }
}
@media all and (max-width: 750px) {
  .sec_other .position .closs_mark {
    padding: 0 6px;
    font-size: 15px;
  }
}
.sec_other .name_join {
  margin-top: 4px;
  gap: 0 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .sec_other .name_join {
    margin-top: 5px;
    gap: 0 17px;
  }
}
.sec_other .name {
  font-size: 22px;
}
.sec_other .join {
  font-size: 13px;
}
.sec_other .more_btn {
  margin-top: 20px;
}