@charset "UTF-8";
/* ==========================================================================//
//
// 座談会
//
// ========================================================================== */
/* メンバー
---------------------------------------------------------- */
.sec_member {
  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_member {
    padding: 70px 0;
  }
}
.sec_member .sec_ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_member .sec_ttl {
    margin-bottom: 45px;
  }
}
.sec_member .sec_ttl span {
  position: relative;
  display: inline-block;
  width: min(192px, 47%);
}
.sec_member .sec_ttl span::before {
  position: absolute;
  content: "";
  background-image: url(../../images/common/deco_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 45/32;
  width: 36px;
  top: 50%;
  right: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .sec_member .sec_ttl span::before {
    width: 45px;
  }
}
.sec_member .sec_ttl span::after {
  position: absolute;
  content: "";
  background-image: url(../../images/common/deco_04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 46/35;
  width: 40px;
  top: 50%;
  left: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .sec_member .sec_ttl span::after {
    width: 46px;
  }
}
.sec_member .member_item .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: 20px;
}
@media all and (min-width: 751px) {
  .sec_member .member_item .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
}
.sec_member .member_item .content .texts {
  background-color: #fff;
  padding: 0 20px 20px;
}
@media all and (min-width: 751px) {
  .sec_member .member_item .content .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 25px 36px;
  }
}
.sec_member .member_item .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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 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_member .member_item .content .texts .head_area {
    font-size: 14px;
    padding-top: 26px;
    padding-bottom: 13px;
  }
}
.sec_member .member_item .content .texts .head_area span {
  font-weight: bold;
  font-size: 18px;
}
@media all and (min-width: 751px) {
  .sec_member .member_item .content .texts .head_area span {
    font-size: 22px;
  }
}
.sec_member .member_item .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_member .member_item .content .texts .head_area .bg {
    height: 40px;
  }
}
.sec_member .member_item .content .texts .text {
  line-height: 1.78;
  letter-spacing: 0.02em;
  margin-top: 17px;
}
@media all and (min-width: 751px) {
  .sec_member .member_item .content .texts .text {
    font-size: 14px;
  }
}
.sec_member .member_item .content .image {
  --radius: 15px;
  --shift: 12px;
  position: relative;
  z-index: 1;
  padding-left: var(--shift);
  padding-bottom: var(--shift);
}
@media all and (min-width: 751px) {
  .sec_member .member_item .content .image {
    --radius: 25px;
    --shift: 15px;
    width: 44%;
  }
}
.sec_member .member_item .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_member .member_item .content .image::before {
    border-width: 2px;
  }
}
.sec_member .member_item .content .image img {
  border: 1px solid #707070;
  border-radius: var(--radius);
}
@media all and (min-width: 751px) {
  .sec_member .member_item .content .image img {
    border-width: 2px;
  }
}
.sec_member .member_item:not(:last-child) {
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_member .member_item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 751px) {
  .sec_member .member_item:nth-child(even) .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec_member .member_item:nth-child(even) .image {
    padding-left: 0;
    padding-right: var(--shift);
  }
  .sec_member .member_item:nth-child(even) .image::before {
    right: 0;
    left: unset;
  }
}
.sec_member .member_item.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_member .member_item.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* インタビュー
---------------------------------------------------------- */
.sec_interview {
  overflow: hidden;
  padding: 70px 0 60px;
}
@media all and (min-width: 751px) {
  .sec_interview {
    padding: 115px 0 100px;
  }
}
@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: 28px;
  }
}
.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: 19px;
  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 8px 3px;
}
.sec_interview .block .texts .question {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  padding-left: 22px;
  margin-bottom: 16px;
}
.sec_interview .block .texts .question::before {
  position: absolute;
  content: "Q";
  top: -4px;
  left: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
}
.sec_interview .block .texts .tx {
  line-height: 2.14;
  letter-spacing: 0.04em;
}
@media all and (min-width: 751px) {
  .sec_interview .block .texts .tx {
    line-height: 2;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_interview .block .texts .tx {
    font-size: 13px;
  }
}
.sec_interview .block .texts.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 .texts.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media all and (min-width: 751px) {
  .sec_interview .block .image {
    width: 48%;
  }
}
.sec_interview .block .image img {
  border-radius: 15px;
  border: 1px solid #222222;
}
@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: 80px;
  }
}
.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);
}