@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;
}
section.black {
  background-color: #000000;
}

.interview .sec_ttl {
  color: #4C4948;
  font-family: "D-DIN Pro", sans-serif;
  font-size: 41px;
  letter-spacing: 0.2em;
}
@media all and (min-width: 751px) {
  .interview .sec_ttl {
    font-size: clamp(61px, 5.93vw, 81px);
  }
}

.name_join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 一覧ページ
------------------------------------------------------------------------------------ */
/* INTERVIEW
---------------------------------------------------------- */
.sec_interview {
  padding-top: 60px;
}
@media all and (min-width: 751px) {
  .sec_interview {
    padding-top: 246px;
  }
}
.sec_interview .wrap {
  position: relative;
  margin-inline: auto;
}
@media all and (min-width: 751px) {
  .sec_interview .wrap {
    width: min(950px, 100%);
  }
}
.sec_interview .sec_ttl {
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media all and (min-width: 751px) {
  .sec_interview .sec_ttl {
    right: 0;
  }
}
@media all and (min-width: 1201px) {
  .sec_interview .sec_ttl {
    right: -9%;
  }
}
.sec_interview .interview_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 751px) {
  .sec_interview .interview_list {
    gap: 0 94px;
  }
}
.sec_interview .interview_list .interview_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media all and (max-width: 750px) {
  .sec_interview .interview_list .interview_detail:not(:first-child) {
    margin-top: 70px;
  }
}
@media all and (min-width: 751px) {
  .sec_interview .interview_list .interview_detail {
    width: 35%;
  }
}
@media all and (min-width: 1201px) {
  .sec_interview .interview_list .interview_detail {
    width: calc((100% - 94px) / 2);
  }
}
.sec_interview .image {
  margin-inline: auto;
}
@media all and (max-width: 750px) {
  .sec_interview .image {
    width: 67%;
    margin-left: 62px;
  }
}
.sec_interview p {
  letter-spacing: 0.1em;
}
.sec_interview .message {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}
@media all and (min-width: 751px) {
  .sec_interview .message {
    margin-top: 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 24px;
  }
}
.sec_interview .person_detail {
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .sec_interview .person_detail {
    margin-top: 20px;
  }
}
.sec_interview .position {
  font-size: 10px;
}
@media all and (min-width: 751px) {
  .sec_interview .position {
    font-size: 15px;
  }
}
.sec_interview .name_join {
  margin-top: 4px;
  gap: 0 22px;
}
@media all and (min-width: 751px) {
  .sec_interview .name_join {
    margin-top: 6px;
    gap: 0 19px;
  }
}
.sec_interview .name {
  font-size: 17px;
}
@media all and (min-width: 751px) {
  .sec_interview .name {
    font-size: 25px;
  }
}
.sec_interview .join {
  font-size: 11px;
}
@media all and (min-width: 751px) {
  .sec_interview .join {
    font-size: 16px;
  }
}
.sec_interview .more_btn {
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .sec_interview .more_btn {
    margin-top: 16px;
  }
}

/* CROSS TALK
---------------------------------------------------------- */
.sec_crosstalk {
  padding: 60px 0 50px;
}
@media all and (min-width: 751px) {
  .sec_crosstalk {
    padding: 160px 0 230px;
  }
}
@media all and (min-width: 751px) {
  .sec_crosstalk .contents {
    margin-inline: auto;
    width: min(1161px, 100%);
  }
}
.sec_crosstalk .sec_ttl {
  margin: 10px 0 15px;
  letter-spacing: 0.3em;
}
@media all and (min-width: 751px) {
  .sec_crosstalk .sec_ttl {
    margin: 10px 0 30px;
  }
}
.sec_crosstalk .crosstalk_detail {
  color: #fff;
}
.sec_crosstalk .talk_ttl {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media all and (min-width: 751px) {
  .sec_crosstalk .talk_ttl {
    font-size: 26px;
  }
}
.sec_crosstalk .closs {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}
@media all and (min-width: 751px) {
  .sec_crosstalk .closs {
    margin-top: 20px;
    gap: 0 8px;
  }
}
.sec_crosstalk .closs .wrap_txt {
  padding: 2px 14px;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (min-width: 751px) {
  .sec_crosstalk .closs .wrap_txt {
    padding: 3px 23px;
    font-size: 16px;
  }
}
.sec_crosstalk .closs .wrap_txt:first-of-type {
  width: min(59px, 100%);
}
@media all and (min-width: 751px) {
  .sec_crosstalk .closs .wrap_txt:first-of-type {
    width: min(95px, 100%);
  }
}
.sec_crosstalk .closs .wrap_txt:nth-of-type(2) {
  width: min(139px, 100%);
}
@media all and (min-width: 751px) {
  .sec_crosstalk .closs .wrap_txt:nth-of-type(2) {
    width: min(223px, 100%);
  }
}
.sec_crosstalk .more_btn {
  margin-top: 13px;
}
@media all and (min-width: 751px) {
  .sec_crosstalk .more_btn {
    margin-top: 10px;
  }
}

/* 詳細ページ
------------------------------------------------------------------------------------ */
/* interview_head
---------------------------------------------------------- */
.interview_head {
  padding: 14px 0 70px;
  color: #fff;
}
@media all and (min-width: 751px) {
  .interview_head {
    padding: 80px 0 135px;
  }
}
.interview_head .page_ttl {
  margin: 0 0 40px -5px;
}
@media all and (min-width: 751px) {
  .interview_head .page_ttl {
    margin: 0 0 60px 0;
  }
}
.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-bottom: 30px;
  padding-left: 25px;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media all and (min-width: 751px) {
  .interview_head .message {
    font-size: clamp(40px, 4.1vw, 55px);
    line-height: 1.48;
  }
}
@media all and (min-width: 1001px) {
  .interview_head .message {
    margin-bottom: 0;
    padding-left: 0;
  }
}
.interview_head .wrap {
  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: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media all and (min-width: 1001px) {
  .interview_head .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 200px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1440px) {
  .interview_head .wrap {
    margin-top: 80px;
  }
}
@media all and (min-width: 751px) {
  .interview_head .wrap {
    gap: 0 200px;
  }
}
.interview_head .person_detail {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .interview_head .person_detail {
    width: 90%;
  }
}
@media all and (min-width: 1401px) {
  .interview_head .person_detail {
    width: 80%;
  }
}
.interview_head .position {
  font-size: 10px;
  font-weight: 600;
}
@media all and (min-width: 751px) {
  .interview_head .position {
    font-size: 16px;
  }
}
.interview_head .name {
  margin: 5px 0 12px;
  font-size: 20px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  .interview_head .name {
    margin: 10px 0 16px;
    font-size: 32px;
  }
}
.interview_head .join {
  font-size: 11px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  .interview_head .join {
    font-size: 18px;
  }
}
.interview_head .history {
  margin-top: 27px;
  font-size: 14px;
  line-height: 2.21;
}
@media all and (min-width: 751px) {
  .interview_head .history {
    margin-top: 58px;
    font-size: 17px;
    line-height: 2.29;
  }
}
.interview_head .interview_head_image {
  margin: 0 calc(50% - 50vw) 30px 0;
  padding-left: 25px;
}
@media all and (min-width: 1001px) {
  .interview_head .interview_head_image {
    margin: 0 calc(50% - 50vw) 0 0;
    width: auto;
  }
}

/* インタビュー
---------------------------------------------------------- */
.sec_interview_detail {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .sec_interview_detail {
    margin-top: 195px;
  }
}
.sec_interview_detail .interview_contents .interview_detail {
  margin-inline: auto;
  width: min(1205px, 100%);
}
@media all and (min-width: 1001px) {
  .sec_interview_detail .interview_contents .interview_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 100px;
  }
}
@media all and (min-width: 1367px) {
  .sec_interview_detail .interview_contents .interview_detail {
    gap: 0 200px;
  }
}
.sec_interview_detail .interview_contents .interview_detail:not(:first-child) {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .interview_detail:not(:first-child) {
    margin-top: 140px;
  }
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .interview_detail.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec_interview_detail .interview_contents .interview_detail.reverse .image {
  margin: 40px 0 0 calc(50% - 50vw);
  padding: 0 25px 0 0;
}
@media all and (min-width: 1001px) {
  .sec_interview_detail .interview_contents .interview_detail.reverse .image {
    margin: 0 0 0 calc(50% - 50vw);
    padding: 0;
  }
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .interview_detail.no_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_interview_detail .interview_contents .interview_detail .image {
  margin: 40px calc(50% - 50vw) 0 0;
  padding: 0 0 0 25px;
}
@media all and (min-width: 1001px) {
  .sec_interview_detail .interview_contents .interview_detail .image {
    margin: 0 calc(50% - 50vw) 0 0;
    padding: 0;
  }
}
@media all and (min-width: 1367px) {
  .sec_interview_detail .interview_contents .interview_detail .image {
    width: auto;
  }
}
@media all and (min-width: 1001px) {
  .sec_interview_detail .interview_contents .txt_contents {
    width: 120%;
  }
}
.sec_interview_detail .interview_contents .detail_ttl {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .detail_ttl {
    margin-bottom: 50px;
    font-size: 32px;
  }
}
.sec_interview_detail .interview_contents .txts p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.21;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .txts p {
    font-size: 17px;
    line-height: 2.29;
  }
}
.sec_interview_detail .interview_contents .txts p:not(:first-child) {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_interview_detail .interview_contents .txts p:not(:first-child) {
    margin-top: 25px;
  }
}

/* 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .sec_other .position {
    gap: 0;
    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%);
  }
}
.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;
}