@charset "utf-8";
/*
.any {
  @mixin objectfit;
}
@mixin objectfit; でcover:デフォルト
@mixin objectfit contain; でcontain等に上書き
object-fit-images用
*/
.video_area {
  text-align: center;
  margin-top: 70px;
 }
 .video_area p {
   margin-bottom: 5px;
   font-weight: 600;
 }

@media (min-width: 1201px),print {
      .header #mark--case > span {
    position: relative;
  }
    .header #mark--case > span:after {
      content: "";
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background-color: #0a3291;
      bottom: 0;
      left: 0;
    }
    .interview .ttl-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
      .interview .ttl-area__text,.interview .ttl-area__image {
        width: 485px;
      }
          .interview .ttl-area__text__ttl span {
            font-weight: 700;
            font-size: 2.25rem;
            line-height: 1.48;
            letter-spacing: 4.4px;
          }
          .interview .ttl-area__text__tag {
            margin-top: 78px;
            margin-left: -5px;
            position: relative;
          }
            .interview .ttl-area__text__tag li {
              display: inline-block;
              margin: 0px 0 10px 5px;
            }
              .interview .ttl-area__text__tag li a,.interview .ttl-area__text__tag li span {
                border: 1px solid #6f6f6f;
                color: #6f6f6f;
                border-radius: 30px;
                display: block;
                padding: 4px 30px;
                font-size: 1rem;
              }
    .interview .frame-box.profile {
      margin: 80px 0 0;
    }
    .interview .frame-box.profile.margin-top0 {
      margin: 0 0 0;
    }
    .interview .frame-box {
      border: 1px solid #cfcfcf;
      padding: 18px 30px 30px 36px;
      position: relative;
      min-height: 240px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 60px 0;
    }
      .interview .frame-box__ttl {
        padding: 16px 0;
        border-bottom: 1px solid #cfcfcf;
      }
        .interview .frame-box__ttl .ttl__copy {
          font-weight: 700;
          color: #0a3291;
          font-size: 1.25rem;
          margin-top: 0;
        }
          .interview .frame-box__ttl .ttl__copy + .ttl__name {
            margin-top: 10px;
          }
      .interview .frame-box__text {
        padding-top: 16px;
      }
        .interview .frame-box__text p {
          line-height: 1.8;
        }
      .interview .frame-box__image {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        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;
      }
        .interview .frame-box__image img {
          width: 150px;
          height: auto;
          max-height: calc(100% - 40px);
          -o-object-fit: contain;
             object-fit: contain;
          font-family: 'object-fit: contain;';
        }
    .interview .table-type {
      display: table;
      width: 100%;
      margin: 60px 0;
    }
      .interview .table-type .table-type {
        margin: 0;
      }
          .interview .table-type .table-type .table-type__thead .table-type__cell {
            color: inherit;
            border-top: 0px;
          }
      .interview .table-type__thead,.interview .table-type__tbody {
        display: table-row-group;
      }
      .interview .table-type__cell {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        word-wrap:break-word;
        word-break:break-all;
      }
        .interview .table-type__thead .table-type__cell {
          background-color: #6c84bd;
          padding: 12px;
          color: #fff;
        }
        .interview .table-type__tbody td {
          margin: 0;
          padding: 11px;
        }
          .interview .table-type__tbody td + td {
            border-top: 1px solid #fff;
          }
      .interview .table-type__cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background-color: #f7f8fb;
        border-top: 1px solid #fff;
      }
        .interview .table-type__cell + .table-type__cell {
          border-left: 1px solid #fff;
        }
      .interview .table-type .bg_tblue01 {
        background-color: #cfdbf1;
      }
      .interview .table-type .bg_tblue02 {
        background-color: #6c92bd;
      }
      .interview .table-type .bg_tblue03 {
        background-color: #ebf0f9;
      }
      .interview .table-type .bg_tgray01 {
        background-color: #f0f2f8;
      }
      .interview .table-type .bg_tgray02 {
        background-color: #f7f8fb;
      }
    .interview .detail {
      margin-top: 90px;
    }
      .interview .detail h1,.interview .detail h2,.interview .detail h3,.interview .detail h4,.interview .detail h5,.interview .detail h6 {
        line-height: 1.4;
      }
      .interview .detail p {
        margin-top: 1em;
        line-height: 1.75;
      }
        .interview .detail p:first-of-type {
          margin-top: 0;
        }
        .interview .detail p + p {
          margin-top: 1em;
        }
        .interview .detail p.release_date {
          margin-top: 2em;
          text-align: right;
         }
        .interview .detail .detail__ttl01 {
          margin: 90px 0 40px;
          font-size: 1.875rem;
          font-weight: 700;
        }
        /* 中見出し */
        .interview .detail .detail__ttl01.part_ttl {
          font-size: 2rem;
        }

        .interview .detail .detail__ttl02 {
          margin: 76px 0 30px;
          padding-left: 14px;
          font-size: 1.5rem;
          font-weight: 700;
          position: relative;
        }
          .interview .detail .detail__ttl02:before {
            content: "";
            display: block;
            background-color: #0a3291;
            width: 3px;
            height: 25px;
            position: absolute;
            left: 0;
            top: 7px;
          }
        .interview .detail .detail__ttl03 {
          margin: 56px 0 20px;
          padding-bottom: 5px;
          border-bottom: 1px solid #cfcfcf;
          font-weight: 700;
          font-size: 1.25rem;
          color: #0a3291;
        }
        .interview .detail .detail__ttl04 {
          margin: 48px 0 24px;
          font-size: 1rem;
          font-weight: 700;
        }
        .interview .detail .detail__ttl05 {
          margin: 24px 0;
          font-size: 1rem;
          color: #0a3291;
        }
      
      .interview .detail figure {
        margin: 48px 0 40px;
      }
        .interview .detail figure figcaption {
          font-size: 0.875rem;
          margin-top: 16px;
          color: #959595;
        }
      .interview .detail .bg-gray {
        background-color: #f7f8fb;
        padding: 38px;
        margin: 60px 0;
      }
        .interview .detail .bg-gray .text-label {
          background-color: #6c84bd;
          color: #fff;
          padding: 4px 20px;
          border-radius: 4px;
        }
        .interview .detail .bg-gray dl {
          margin-top: 18px;
        }
          .interview .detail .bg-gray dl dt {
            font-weight: 700;
          }
          .interview .detail .bg-gray dl dd {
            margin-top: 10px;
          }
            .interview .detail .bg-gray dl dd p {
              margin-top: 0;
            }
              .interview .detail .bg-gray dl dd ul li {
                margin-left: 1em;
                text-indent: -1em;
              }
      .interview .detail .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 40px 0;
      }
        .interview .detail .row--01 {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
        }
        .interview .detail .row--02 {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
        }
        .interview .detail .row--03 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-left: -32px;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
        }
          .interview .detail .row--03 figure {
            width: 312px;
            margin-left: 32px;
          }
            .interview .detail .row--03 figure:nth-child(n-3) {
              margin-top: 0;
            }
            .interview .detail .row--03 figure:nth-last-child(-n+3) {
              margin-bottom: 0;
            }
        .interview .detail .row + .row {
          margin-top: 90px;
        }
        .interview .detail .row__item {
          width: 485px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
        }
          .interview .detail .row__item.bg-gray {
            margin: 0;
          }
          .interview .detail .row__item p,.interview .detail .row__item figure {
            margin: 0;
          }
      .interview .detail .text-right {
        margin: 30px 0;
      }
        .interview .detail .text-right p {
          text-align: right;
        }
          .interview .detail .table-type--01 .table-type__cell {
            width: calc(100% / 3);
          }
        .interview .detail .table-type--02 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 60px 0;
        }
          .interview .detail .table-type--02 .table-type {
            width: 50%;
            margin: 0;
          }
            .interview .detail .table-type--02 .table-type + .table-type {
              border-left: 1px solid #fff;
            }
      .interview .detail .float {
        margin: 54px 0;
      }
        .interview .detail .float .row {
          float: left;
          margin-top: 0;
          margin-bottom: 0;
          margin-right: 46px;
          margin-bottom: 16px;
        }
          .interview .detail .float .row figure {
            margin-top: 0;
            margin-bottom: 0;
          }
      .interview .detail .c-button {
        margin-top: 50px;
      }
        .interview .detail .c-button a {
          padding-left: 80px;
          padding-right: 80px;
        }
    .interview .other {
      margin-top: 120px;
    }
      .interview .other__ttl {
        text-align: center;
      }
        .interview .other__ttl span {
          font-weight: 700;
          font-size: 2.25rem;
        }
      .interview .other__table {
        margin: 80px 0;
      }
        .interview .other__table .table-type {
          table-layout: auto;
        }
          .interview .other__table .table-type__thead .table-type__cell {
            width: calc(50% - 85px);
          }
            .interview .other__table .table-type__thead .table-type__cell:last-of-type {
              width: 170px;
              padding: 0;
            }
              .interview .other__table .table-type__tbody tr:nth-child(2n) .table-type__cell {
                background-color: #f7f8fb;
              }
          .interview .other__table .table-type__tbody .table-type__cell {
            background-color: #ebf0f9;
            padding: 26px;
          }
            .interview .other__table .table-type__tbody .table-type__cell:nth-of-type(2) {
              border-left: 0;
              position: relative;
            }
              .interview .other__table .table-type__tbody .table-type__cell:nth-of-type(2):before {
                content: "×";
                display: block;
                color: #0a3291;
                font-size: 1.5rem;
                position: absolute;
                left: -12px;
                top: 0;
                bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
              }
            .interview .other__table .table-type__tbody .table-type__cell span {
              display: block;
            }
              .interview .other__table .table-type__tbody .table-type__cell .c-button a {
                border: 1px solid #0a3291;
                padding: 8px 32px;
              }
                .interview .other__table .table-type__tbody .table-type__cell .c-button a span {
                  font-size: 1rem;
                  font-weight: 400;
                }
    .interview .c-relation {
      margin: 80px 0 0;
    }
      .interview .c-relation__box {
        padding-top: 36px;
      }
        .interview .c-relation__box__name {
          text-align: center;
          font-size: 1.875rem;
          font-weight: 700;
          color: #0a3291;
          letter-spacing: 3px;
        }
          .interview .c-relation__box__name .en {
            font-size: 1.125rem;
            color: #cfcfcf;
            display: block;
            margin-top: 6px;
            letter-spacing: 3px;
          }
        .interview .c-relation__box__row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 30px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
        }
          .interview .c-relation__box__row .item {
            -webkit-box-flex: 1;
                -ms-flex: 1 1;
                    flex: 1 1;
            padding: 0 30px;
            padding-bottom: 70px;
            position: relative;
          }
            .interview .c-relation__box__row .item p {
              word-break: break-all;
            }
            .interview .c-relation__box__row .item__ttl {
              font-weight: 700;
              font-size: 1.25rem;
              text-align: center;
              margin-bottom: 18px;
              width: calc(100% + 60px);
              margin-left: -30px;
            }
            .interview .c-relation__box__row .item + .item {
              border-left: 1px solid #cfcfcf;
            }
          .interview .c-relation__box__row .c-button {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
          }
            .interview .c-relation__box__row .c-button a {
              width: 200px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding-top: 10px;
              padding-bottom: 10px;
            }

   /* iede */
   .width_fixed {
    table-layout: fixed;
    }
    .height_fixed {
      height: 200px;
    }
    .interview .detail .row--03 .float_figure50 {
      width: 485px;
    }
   
    .img_60 {
      width: 60%;
    }
    .img_80 {
      width: 80%;
    }

    /* iede */
.back_gray {
  background-color: #f7f8fb;
  padding: 30px 40px 30px 40px;
  margin-top: 55px;
}

.interview .back_gray .detail__ttl03 {
  margin: 0 0 20px;
}

.consultant_flex {
  display: flex;
  width: 100%;
}

.consultant_img {
  width: 20%;
  margin-right: 30px;
  position: relative;
}

.consultant_img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.consultant_text {
  width: 80%;
}

/* No.49 */
.interview .last_profile {
  min-height: auto;
  padding: 30px 30px 30px 36px;
}
.interview .last_profile .frame-box__text {
  padding-top: 0;
}
.last_profile .name {
  font-weight: 600;
}
.last_profile .text {
  margin-top: 8px !important;
}
   /* No.66 */    
    .back_border{
        border: 1px solid #cfcfcf;
        padding: 30px 40px 30px 40px;
        margin-top: 30px;
    }
    

    
/*  */

.name_bold {
  font-weight: 600;
}
.br_sp {
  display: none;
}

/* お聞きしました部分 */
.expert_box {
  border: 1px solid #cfcfcf;
  padding: 30px 40px 30px 40px;
  margin-top: 55px;
}
.interview .expert_box .detail__ttl03 {
  margin: 0 0 20px;
}
.expert_box .expert_flex {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
.expert_box .expert_img {
  width: 20%;
  margin-right: 30px;
}
.expert_text {
  width: 80%;
}
.expert_text .title {
  font-size: 1.3rem;
  font-weight: 700;
}
.interview .detail .expert_text .name {
  margin-top: 30px;
}
.interview .detail .expert_box .text_title {
  font-weight: 600;
  margin: 17px 0 10px;
}
.interview .detail .expert_box p + p {
  margin-top: 0;
}
.expert_box_title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #0a3291;
}
.expert_box .textarea_flex {
  display: flex;
  width: 100%;
  gap: 20px;
}
.expert_box .textarea_flex .text_area {
  width: 70%;
}
.expert_box .textarea_flex .img_area {
  width: 30%;
  margin: 0;
}
.expert_box .textarea_flex .img_area figcaption {
  margin-top: 10px;
} 
}

@media (min-width: 768px) and (max-width: 1200px) {
      .header #mark--case > span {
    position: relative;
  }
    .header #mark--case > span:after {
      content: "";
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background-color: #0a3291;
      bottom: 0;
      left: 0;
    }
    .interview .ttl-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
      .interview .ttl-area__text,.interview .ttl-area__image {
        width: calc( var(--vw) * 37.890625 );
      }
          .interview .ttl-area__text__ttl span {
            font-weight: 700;
            font-size: calc( var(--vw) * 2.8125 );
            line-height: 1.48;
            letter-spacing: calc( var(--vw) * 0.34375000000000006 );
          }
          .interview .ttl-area__text__tag {
            margin-top: calc( var(--vw) * 6.09375 );
            margin-left: calc( var(--vw) * -0.390625 );
            position: relative;
          }
            .interview .ttl-area__text__tag li {
              display: inline-block;
              margin: calc( var(--vw) * 0 ) 0 calc( var(--vw) * 0.78125 ) calc( var(--vw) * 0.390625 );
            }
              .interview .ttl-area__text__tag li a,.interview .ttl-area__text__tag li span {
                border: 1px solid #6f6f6f;
                color: #6f6f6f;
                border-radius: calc( var(--vw) * 2.34375 );
                display: block;
                padding: calc( var(--vw) * 0.3125 ) calc( var(--vw) * 2.34375 );
                font-size: calc( var(--vw) * 1.25 );
              }    
    .interview .frame-box.profile {
      margin: calc( var(--vw) * 6.25 ) 0 0;
    }
    .interview .frame-box.profile.margin-top0 {
      margin: 0 0 0;
    }
    .interview .frame-box {
      border: 1px solid #cfcfcf;
      padding: calc( var(--vw) * 1.40625 ) calc( var(--vw) * 2.34375 ) calc( var(--vw) * 2.34375 ) calc( var(--vw) * 2.8125 );
      position: relative;
      min-height: calc( var(--vw) * 18.75 );
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: calc( var(--vw) * 4.6875 ) 0;
    }
      .interview .frame-box__ttl {
        padding: calc( var(--vw) * 1.25 ) 0;
        border-bottom: 1px solid #cfcfcf;
      }
        .interview .frame-box__ttl .ttl__copy {
          font-weight: 700;
          color: #0a3291;
          font-size: calc( var(--vw) * 1.5625 );
          margin-top: 0;
        }
          .interview .frame-box__ttl .ttl__copy + .ttl__name {
            margin-top: calc( var(--vw) * 0.78125 );
          }
      .interview .frame-box__text {
        padding-top: calc( var(--vw) * 1.25 );
      }
        .interview .frame-box__text p {
          line-height: 1.8;
        }
      .interview .frame-box__image {
        position: absolute;
        right: calc( var(--vw) * 3.125 );
        top: 0;
        bottom: 0;
        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;
      }
        .interview .frame-box__image img {
          width: calc( var(--vw) * 11.71875 );
          height: auto;
          max-height: calc(100% - calc( var(--vw) * 3.125 ));
          -o-object-fit: contain;
             object-fit: contain;
          font-family: 'object-fit: contain;';
        }
    .interview .table-type {
      display: table;
      width: 100%;
      margin: calc( var(--vw) * 4.6875 ) 0;
    }
      .interview .table-type .table-type {
        margin: 0;
      }
          .interview .table-type .table-type .table-type__thead .table-type__cell {
            color: inherit;
            border-top: calc( var(--vw) * 0 );
          }
      .interview .table-type__thead,.interview .table-type__tbody {
        display: table-row-group;
      }
      .interview .table-type__cell {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        word-wrap:break-word;
        word-break:break-all;
      }
        .interview .table-type__thead .table-type__cell {
          background-color: #6c84bd;
          padding: calc( var(--vw) * 0.9375 );
          color: #fff;
        }
        .interview .table-type__tbody td {
          margin: 0;
          padding: calc( var(--vw) * 0.8593750000000001 );
        }
          .interview .table-type__tbody td + td {
            border-top: 1px solid #fff;
          }
      .interview .table-type__cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background-color: #f7f8fb;
        border-top: 1px solid #fff;
      }
        .interview .table-type__cell + .table-type__cell {
          border-left: 1px solid #fff;
        }
      .interview .table-type .bg_tblue01 {
        background-color: #cfdbf1;
      }
      .interview .table-type .bg_tblue02 {
        background-color: #6c92bd;
      }
      .interview .table-type .bg_tblue03 {
        background-color: #ebf0f9;
      }
      .interview .table-type .bg_tgray01 {
        background-color: #f0f2f8;
      }
      .interview .table-type .bg_tgray02 {
        background-color: #f7f8fb;
      }
    .interview .detail {
      margin-top: calc( var(--vw) * 7.03125 );
    }
      .interview .detail h1,.interview .detail h2,.interview .detail h3,.interview .detail h4,.interview .detail h5,.interview .detail h6 {
        line-height: 1.4;
      }
      .interview .detail p {
        margin-top: 1em;
        line-height: 1.75;
      }
        .interview .detail p:first-of-type {
          margin-top: 0;
        }
        .interview .detail p + p {
          margin-top: 1em;
        }
        .interview .detail p.release_date {
          margin-top: 2em;
          text-align: right;
         }
        .interview .detail .detail__ttl01 {
          margin: calc( var(--vw) * 7.03125 ) 0 calc( var(--vw) * 3.125 );
          font-size: calc( var(--vw) * 2.34375 );
          font-weight: 700;
        }
        /* 中見出し */
        .interview .detail .detail__ttl01.part_ttl {
          font-size: calc( var(--vw) * 2.54375 );
        }
        .interview .detail .detail__ttl02 {
          margin: calc( var(--vw) * 5.9375 ) 0 calc( var(--vw) * 2.34375 );
          padding-left: calc( var(--vw) * 1.09375 );
          font-size: calc( var(--vw) * 1.875 );
          font-weight: 700;
          position: relative;
        }
          .interview .detail .detail__ttl02:before {
            content: "";
            display: block;
            background-color: #0a3291;
            width: calc( var(--vw) * 0.234375 );
            height: calc( var(--vw) * 1.953125 );
            position: absolute;
            left: 0;
            top: calc( var(--vw) * 0.546875 );
          }
        .interview .detail .detail__ttl03 {
          margin: calc( var(--vw) * 4.375 ) 0 calc( var(--vw) * 1.5625 );
          padding-bottom: calc( var(--vw) * 0.390625 );
          border-bottom: 1px solid #cfcfcf;
          font-weight: 700;
          font-size: calc( var(--vw) * 1.5625 );
          color: #0a3291;
        }
        .interview .detail .detail__ttl04 {
          margin: calc( var(--vw) * 3.75 ) 0 calc( var(--vw) * 1.875 );
          font-size: calc( var(--vw) * 1.25 );
          font-weight: 700;
        }
        .interview .detail .detail__ttl05 {
          margin: calc( var(--vw) * 1.875 ) 0;
          font-size: calc( var(--vw) * 1.25 );
          color: #0a3291;
        }
      
      .interview .detail figure {
        margin: calc( var(--vw) * 3.75 ) 0 calc( var(--vw) * 3.125 );
      }
        .interview .detail figure figcaption {
          font-size: calc( var(--vw) * 1.09375 );
          margin-top: calc( var(--vw) * 1.25 );
          color: #959595;
        }
      .interview .detail .bg-gray {
        background-color: #f7f8fb;
        padding: calc( var(--vw) * 2.96875 );
        margin: calc( var(--vw) * 4.6875 ) 0;
      }
        .interview .detail .bg-gray .text-label {
          background-color: #6c84bd;
          color: #fff;
          padding: calc( var(--vw) * 0.3125 ) calc( var(--vw) * 1.5625 );
          border-radius: calc( var(--vw) * 0.3125 );
        }
        .interview .detail .bg-gray dl {
          margin-top: calc( var(--vw) * 1.40625 );
        }
          .interview .detail .bg-gray dl dt {
            font-weight: 700;
          }
          .interview .detail .bg-gray dl dd {
            margin-top: calc( var(--vw) * 0.78125 );
          }
            .interview .detail .bg-gray dl dd p {
              margin-top: 0;
            }
              .interview .detail .bg-gray dl dd ul li {
                margin-left: 1em;
                text-indent: -1em;
              }
      .interview .detail .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: calc( var(--vw) * 3.125 ) 0;
      }
        .interview .detail .row--01 {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
        }
        .interview .detail .row--02 {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
        }
        .interview .detail .row--03 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-left: calc( var(--vw) * -2.5 );
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
        }
          .interview .detail .row--03 figure {
            width: calc( var(--vw) * 24.375 );
            margin-left: calc( var(--vw) * 2.5 );
          }
            .interview .detail .row--03 figure:nth-child(n-3) {
              margin-top: 0;
            }
            .interview .detail .row--03 figure:nth-last-child(-n+3) {
              margin-bottom: 0;
            }
        .interview .detail .row + .row {
          margin-top: calc( var(--vw) * 7.03125 );
        }
        .interview .detail .row__item {
          width: calc( var(--vw) * 37.890625 );
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
        }
          .interview .detail .row__item.bg-gray {
            margin: 0;
          }
          .interview .detail .row__item p,.interview .detail .row__item figure {
            margin: 0;
          }
      .interview .detail .text-right {
        margin: calc( var(--vw) * 2.34375 ) 0;
      }
        .interview .detail .text-right p {
          text-align: right;
        }
          .interview .detail .table-type--01 .table-type__cell {
            width: calc(100% / 3);
          }
        .interview .detail .table-type--02 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: calc( var(--vw) * 4.6875 ) 0;
        }
          .interview .detail .table-type--02 .table-type {
            width: 50%;
            margin: 0;
          }
            .interview .detail .table-type--02 .table-type + .table-type {
              border-left: 1px solid #fff;
            }
      .interview .detail .float {
        margin: calc( var(--vw) * 4.21875 ) 0;
      }
        .interview .detail .float .row {
          float: left;
          margin-top: 0;
          margin-bottom: 0;
          margin-right: calc( var(--vw) * 3.5937499999999996 );
          margin-bottom: calc( var(--vw) * 1.25 );
        }
          .interview .detail .float .row figure {
            margin-top: 0;
            margin-bottom: 0;
          }
      .interview .detail .c-button {
        margin-top: calc( var(--vw) * 3.90625 );
      }
        .interview .detail .c-button a {
          padding-left: calc( var(--vw) * 6.25 );
          padding-right: calc( var(--vw) * 6.25 );
        }
    .interview .other {
      margin-top: calc( var(--vw) * 9.375 );
    }
      .interview .other__ttl {
        text-align: center;
      }
        .interview .other__ttl span {
          font-weight: 700;
          font-size: calc( var(--vw) * 2.8125 );
        }
      .interview .other__table {
        margin: calc( var(--vw) * 6.25 ) 0;
      }
        .interview .other__table .table-type {
          table-layout: auto;
        }
          .interview .other__table .table-type__thead .table-type__cell {
            width: calc(50% - calc( var(--vw) * 6.640625 ));
          }
            .interview .other__table .table-type__thead .table-type__cell:last-of-type {
              width: calc( var(--vw) * 13.28125 );
              padding: 0;
            }
              .interview .other__table .table-type__tbody tr:nth-child(2n) .table-type__cell {
                background-color: #f7f8fb;
              }
          .interview .other__table .table-type__tbody .table-type__cell {
            background-color: #ebf0f9;
            padding: calc( var(--vw) * 2.03125 );
          }
            .interview .other__table .table-type__tbody .table-type__cell:nth-of-type(2) {
              border-left: 0;
              position: relative;
            }
              .interview .other__table .table-type__tbody .table-type__cell:nth-of-type(2):before {
                content: "×";
                display: block;
                color: #0a3291;
                font-size: calc( var(--vw) * 1.875 );
                position: absolute;
                left: calc( var(--vw) * -0.9375 );
                top: 0;
                bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
              }
            .interview .other__table .table-type__tbody .table-type__cell span {
              display: block;
            }
              .interview .other__table .table-type__tbody .table-type__cell .c-button a {
                border: 1px solid #0a3291;
                padding: calc( var(--vw) * 0.625 ) calc( var(--vw) * 2.5 );
              }
                .interview .other__table .table-type__tbody .table-type__cell .c-button a span {
                  font-size: calc( var(--vw) * 1.25 );
                  font-weight: 400;
                }
    .interview .c-relation {
      margin: calc( var(--vw) * 6.25 ) 0 0;
    }
      .interview .c-relation__box {
        padding-top: calc( var(--vw) * 2.8125 );
      }
        .interview .c-relation__box__name {
          text-align: center;
          font-size: calc( var(--vw) * 2.34375 );
          font-weight: 700;
          color: #0a3291;
          letter-spacing: calc( var(--vw) * 0.234375 );
        }
          .interview .c-relation__box__name .en {
            font-size: calc( var(--vw) * 1.40625 );
            color: #cfcfcf;
            display: block;
            margin-top: calc( var(--vw) * 0.46875 );
            letter-spacing: calc( var(--vw) * 0.234375 );
          }
        .interview .c-relation__box__row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: calc( var(--vw) * 2.34375 );
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
        }
          .interview .c-relation__box__row .item {
            -webkit-box-flex: 1;
                -ms-flex: 1 1;
                    flex: 1 1;
            padding: 0 calc( var(--vw) * 2.34375 );
            padding-bottom: calc( var(--vw) * 5.46875 );
            position: relative;
          }
            .interview .c-relation__box__row .item p {
              word-break: break-all;
            }
            .interview .c-relation__box__row .item__ttl {
              font-weight: 700;
              font-size: calc( var(--vw) * 1.5625 );
              text-align: center;
              margin-bottom: calc( var(--vw) * 1.40625 );
              width: calc(100% + calc( var(--vw) * 4.6875 ));
              margin-left: calc( var(--vw) * -2.34375 );
            }
            .interview .c-relation__box__row .item + .item {
              border-left: 1px solid #cfcfcf;
            }
          .interview .c-relation__box__row .c-button {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
          }
            .interview .c-relation__box__row .c-button a {
              width: calc( var(--vw) * 15.625 );
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding-top: calc( var(--vw) * 0.78125 );
              padding-bottom: calc( var(--vw) * 0.78125 );
            }

            /* iede */
            .width_fixed {
              table-layout: fixed;
              }

              .height_fixed {
                height: 180px;
              }

            .interview .detail .float .row--03 .float_figure50 {
              width: calc( var(--vw) * 37.890625 );
            }

            .img_60 {
              width: 60%;
            }
            .img_80 {
              width: 80%;
            }

            
                /* iede */
.back_gray {
  background-color: #f7f8fb;
  padding: 30px 40px 30px 40px;
  margin-top: 55px;
}

.interview .back_gray .detail__ttl03 {
  margin: 0 0 20px;
}

.consultant_flex {
  display: flex;
  width: 100%;
}

.consultant_img {
  width: 20%;
  margin-right: 30px;
  position: relative;
}

.consultant_img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.consultant_text {
  width: 80%;
}
/* No.49 */
.interview .last_profile {
  min-height: auto;
  padding: calc( var(--vw) * 2.34375 ) calc( var(--vw) * 2.34375 ) calc( var(--vw) * 2.34375 ) calc( var(--vw) * 2.8125 );
}
.interview .last_profile .frame-box__text {
  padding-top: 0;
}
.last_profile .name {
  font-weight: 600;
}
.last_profile .text {
  margin-top: calc( var(--vw) * 1 ) !important;
}
    
/* No.66 */    
    .back_border{
        border: 1px solid #cfcfcf;
        padding: 30px 40px 30px 40px;
        margin-top: 30px;
    }
    
     
/*  */

.name_bold {
  font-weight: 600;
}
.video_area iframe {
  aspect-ratio: 16/9;
  width: 70%;
  height: 70%;
}
.br_sp {
  display: none;
}

/* お聞きしました部分 */
.expert_box {
  border: 1px solid #cfcfcf;
  padding: 30px 40px 30px 40px;
  margin-top: 55px;
}
.interview .expert_box .detail__ttl03 {
  margin: 0 0 20px;
}
.expert_box .expert_flex {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
.expert_box .expert_img {
  width: 20%;
  margin-right: 30px;
}
.expert_text {
  width: 80%;
}
.expert_text .title {
  font-size: calc( var(--vw) * 1.7 );
  font-weight: 700;
}
.interview .detail .expert_text .name {
  margin-top: 30px;
}
.interview .detail .expert_box .text_title {
  font-weight: 600;
  margin: 17px 0 10px;
}
.interview .detail .expert_box p + p {
  margin-top: 0;
}
.expert_box_title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: calc( var(--vw) * 1.5625 );
  color: #0a3291;
}
.expert_box .textarea_flex {
  display: flex;
  width: 100%;
  gap: 20px;
}
.expert_box .textarea_flex .text_area {
  width: 70%;
}
.expert_box .textarea_flex .img_area {
  width: 30%;
  margin: 0;
}
.expert_box .textarea_flex .img_area figcaption {
  margin-top: 10px;
} 

}
@media only screen and (max-width: 767px) {
          .interview .ttl-area__text__ttl span {
            font-weight: 700;
            font-size: 5.989583333333334vw;
            line-height: 1.4;
            letter-spacing: 0.6510416666666667vw
          }
          .interview .ttl-area__text__tag {
            margin-left: -2.34375vw;
            margin-top: 4vw;
            margin-bottom: 1vw;
          }
            .interview .ttl-area__text__tag li {
              display: inline-block;
              margin: 1vw 0 2vw 2.34375vw;
            }
              .interview .ttl-area__text__tag li a,.interview .ttl-area__text__tag li span {
                border: 1px solid #6f6f6f;
                color: #6f6f6f;
                display: block;
                padding: 0.13020833333333331vw 1.3020833333333335vw;
                border-radius: 3.90625vw;
                font-size: 2.994791666666667vw;
              }
        .interview .ttl-area__image {
          margin-top: 6.510416666666667vw;
        }  
    .interview .frame-box.profile {
      margin: 10.15625vw 0 0;
    }
    .interview .frame-box.profile.margin-top0 {
      margin: 0 0 0;
    }
    .interview .frame-box {
      border: 1px solid #cfcfcf;
      padding: 1.5625vw 4.6875vw 4.6875vw;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 7.8125vw 0;
    }
      .interview .frame-box__ttl {
        padding: 3.90625vw 0;
        border-bottom: 1px solid #cfcfcf;
      }
        .interview .frame-box__ttl .ttl__copy {
          font-weight: 700;
          color: #0a3291;
          font-size: 4.427083333333334vw;
          margin-top: 0;
        }
          .interview .frame-box__ttl .ttl__copy + .ttl__name {
            margin-top: 2.083333333333333vw;
          }
      .interview .frame-box__text {
        padding-top: 3.90625vw;
      }
        .interview .frame-box__text p {
          line-height: 1.8;
        }
      .interview .frame-box__image {
        float: right;
        width: 39.84375vw;
        margin-left: 2.604166666666667vw;
      }
        .interview .frame-box__image img {
          -o-object-fit: contain;
             object-fit: contain;
          font-family: 'object-fit: contain;';
        }
    .interview .table-type {
      display: table;
      width: 100%;
      margin: 13.020833333333334vw 0;
    }
      .interview .table-type .table-type {
        margin: 0;
      }
          .interview .table-type .table-type .table-type__thead .table-type__cell {
            color: inherit;
            border-top: 0px;
          }
      .interview .table-type__cell {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }
      .interview .table-type__thead,.interview .table-type__tbody {
        display: table-row-group;
      }
        .interview .table-type__thead .table-type__cell {
          background-color: #6c84bd;
          padding: 2.083333333333333vw;
          color: #fff;
        }
        .interview .table-type__tbody td {
          margin: 0;
          padding: 2.083333333333333vw;
        }
          .interview .table-type__tbody td + td {
            border-top: 1px solid #fff;
          }
      .interview .table-type__cell {
        display: table-cell;
        vertical-align: middle;
        background-color: #f7f8fb;
        border-top: 1px solid #fff;
        text-align: center;
      }
        .interview .table-type__cell + .table-type__cell {
          border-left: 1px solid #fff;
        }
      .interview .table-type .bg_tblue01 {
        background-color: #cfdbf1;
      }
      .interview .table-type .bg_tblue02 {
        background-color: #6c92bd;
      }
      .interview .table-type .bg_tblue03 {
        background-color: #ebf0f9;
      }
      .interview .table-type .bg_tgray01 {
        background-color: #f0f2f8;
      }
      .interview .table-type .bg_tgray02 {
        background-color: #f7f8fb;
      }
    .interview .detail {
      margin-top: 10.416666666666668vw;
    }
      .interview .detail h1,.interview .detail h2,.interview .detail h3,.interview .detail h4,.interview .detail h5,.interview .detail h6 {
        line-height: 1.4;
      }
      .interview .detail p {
        margin-top: 1em;
        line-height: 1.75;
      }
        .interview .detail p:first-of-type {
          margin-top: 0;
        }
        .interview .detail p + p {
          margin-top: 1em;
        }
        .interview .detail p.release_date {
          margin-top: 2em;
          text-align: right;
         }
        .interview .detail .detail__ttl01 {
          margin: 10.416666666666668vw 0 3.3854166666666665vw;
          font-size: 5.208333333333334vw;
          font-weight: 700;
        }
        /* 中見出し */
        .interview .detail .detail__ttl01.part_ttl {
          font-size: 5.508333333333334vw;
        }
        .interview .detail .detail__ttl02 {
          margin: 10.416666666666668vw 0 3.3854166666666665vw;
          font-weight: 700;
          padding-left: 3.125vw;
          font-size: 4.6875vw;
          position: relative;
        }
          .interview .detail .detail__ttl02:before {
            content: "";
            display: block;
            background-color: #0a3291;
            width: 0.6510416666666667vw;
            height: 5.208333333333334vw;
            position: absolute;
            left: 0;
            top: 0.9114583333333334vw;
          }
        .interview .detail .detail__ttl03 {
          margin: 10.416666666666668vw 0 2.604166666666667vw;
          padding-bottom: 2.083333333333333vw;
          border-bottom: 1px solid #cfcfcf;
          font-weight: 700;
          font-size: 4.427083333333334vw;
          color: #0a3291;
        }
        .interview .detail .detail__ttl04 {
          margin:4.166666666666666vw 0;
          font-size: 3.6458333333333335vw;
          font-weight: 700;
        }
        .interview .detail .detail__ttl05 {
          margin:4.166666666666666vw 0;
          font-size: 3.6458333333333335vw;
          color: #0a3291;
        }
      
      .interview .detail figure {
        margin: 10.416666666666668vw 0 7.8125vw;
      }
        .interview .detail figure figcaption {
          font-size: 3.2552083333333335vw;
          margin-top: 2.604166666666667vw;
          color: #959595;
        }
      .interview .detail .bg-gray {
        background-color: #f7f8fb;
        padding: 7.8125vw 4.6875vw;
        margin: 13.020833333333334vw 0;
      }
        .interview .detail .bg-gray .text-label {
          background-color: #6c84bd;
          color: #fff;
          padding: 0.5208333333333333vw 4.427083333333334vw;
          border-radius: 0.5208333333333333vw;
        }
        .interview .detail .bg-gray dl {
          margin-top: 4.947916666666666vw;
        }
          .interview .detail .bg-gray dl dt {
            font-weight: 700;
          }
          .interview .detail .bg-gray dl dd {
            margin-top: 2.604166666666667vw;
          }
            .interview .detail .bg-gray dl dd p {
              margin-top: 0;
            }
              .interview .detail .bg-gray dl dd ul li {
                margin-left: 1em;
                text-indent: -1em;
              }
        .interview .detail .row .bg-gray {
          margin: 7.8125vw 0;
        }
        .interview .detail .row figure {
          margin-bottom: 3.90625vw;
        }
      .interview .detail .text-right {
        margin: 7.8125vw 0;
      }
        .interview .detail .text-right p {
          text-align: right;
        }
            .interview .detail .table-type--01 .table-type__thead .table-type__cell {
              white-space: nowrap;
              padding: 2.083333333333333vw 4.166666666666666vw;
              /* &:nth-of-type(1) {
                width: vw(228);
              }
              &:nth-of-type(3) {
                width: vw(158);
              } */
            }
            .interview .detail .table-type--02 .table-type + .table-type {
              margin-top: 7.8125vw;
            }
      .interview .detail .c-button {
        margin-top: 7.8125vw;
      }
        .interview .detail .c-button a {
          width: 65.10416666666666vw;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
        }
    .interview .other {
      margin-top: 20.052083333333336vw;
    }
      .interview .other__ttl {
        text-align: center;
      }
        .interview .other__ttl span {
          font-weight: 700;
          font-size: 5.208333333333334vw;
        }
      .interview .other__table {
        margin: 13.020833333333334vw 0;
      }
          .interview .other__table .table-type__thead .table-type__cell {
            width: calc(50% - 3.90625vw);
          }
            .interview .other__table .table-type__thead .table-type__cell:last-of-type {
              width: 7.8125vw;
              padding: 0;
            }
              .interview .other__table .table-type__tbody tr:nth-child(2n) .table-type__cell {
                background-color: #f7f8fb;
              }
          .interview .other__table .table-type__tbody .table-type__cell {
            background-color: #ebf0f9;
            text-align: left;
            padding: 2.604166666666667vw 3.90625vw;
          }
            .interview .other__table .table-type__tbody .table-type__cell:nth-of-type(2) {
              border-left: 0;
              position: relative;
            }
              .interview .other__table .table-type__tbody .table-type__cell:nth-of-type(2):before {
                content: "×";
                display: block;
                color: #0a3291;
                font-size: 4.947916666666666vw;
                position: absolute;
                left: -2.34375vw;
                top: 0;
                bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
              }
            .interview .other__table .table-type__tbody .table-type__cell:last-of-type {
              position: relative;
            }
              .interview .other__table .table-type__tbody .table-type__cell:last-of-type:before {
                position: absolute;
                content: '';
                display: block;
                width: 1.8229166666666667vw;
                height: 1.8229166666666667vw;
                border-top: 0.390625vw solid #000;
                border-right: 0.390625vw solid #000;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                top: 0;
                bottom: 0;
                right: 3.3854166666666665vw;
                margin: auto;
              }
                .interview .other__table .table-type__tbody .table-type__cell:last-of-type .c-button a {
                  border: none;
                  background-color: transparent;
                  position: absolute;
                  border-radius: 0;
                  width: 100%;
                  height: 100%;
                  left: 0;
                  top: 0;
                }
                .interview .other__table .table-type__tbody .table-type__cell:last-of-type .c-button span {
                  display: none;
                }
            .interview .other__table .table-type__tbody .table-type__cell p {
              padding: 5.208333333333334vw;
              text-align: left;
            }
            .interview .other__table .table-type__tbody .table-type__cell span {
              display: block;
            }
              .interview .other__table .table-type__tbody .table-type__cell span + span {
                margin-top: 1.3020833333333335vw;
              }
    .interview .c-relation {
      margin: 15.625vw 0 0;
      width: 100vw;
      margin-left: -5.208333333333334vw;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
      .interview .c-relation__box {
        background-color: #fff;
        padding: 10.15625vw 5.208333333333334vw 0;
        margin-top: 4.427083333333334vw;
      }
        .interview .c-relation__box__name {
          text-align: center;
          font-size: 4.6875vw;
          font-weight: 700;
          color: #0a3291;
          letter-spacing: 0.390625vw;
        }
          .interview .c-relation__box__name .en {
            font-size: 3.2552083333333335vw;
            color: #cfcfcf;
            display: block;
            margin-top: 1.3020833333333335vw;
            letter-spacing: 0.390625vw;
          }
          .interview .c-relation__box__row .item {
            padding: 8.333333333333332vw 0 10.416666666666668vw;
            position: relative;
          }
            .interview .c-relation__box__row .item p {
              line-height: 1.7;
              word-break: break-all;
            }
            .interview .c-relation__box__row .item__ttl {
              font-weight: 700;
              font-size: 4.427083333333334vw;
              text-align: center;
              margin-bottom: 2.34375vw;
            }
            .interview .c-relation__box__row .item + .item {
              border-top: 1px solid #cfcfcf;
            }
          .interview .c-relation__box__row .c-button {
            margin-top: 6.25vw;
          }
            .interview .c-relation__box__row .c-button a {
              width: 65.10416666666666vw;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
            }

            /* iede */

            .width_fixed {
              table-layout: fixed;
              }

              .height_fixed {
                height: 150px;
              }

                 /* iede */
.back_gray {
  background-color: #f7f8fb;
  padding: 30px 20px 30px 20px;
  margin-top: 55px;
}

.interview .back_gray .detail__ttl03 {
  margin: 0 0 20px;
}

.consultant_flex {
  display: block;
  width: 100%;
}

.consultant_img {
    width: 50%;
    margin: 30px auto;
}
.consultant_text {
  width: 100%;
}

/* No.49 */
.interview .last_profile {
  padding: 4.6875vw;
}
.interview .last_profile .frame-box__text {
  padding-top: 0;
}
.last_profile .name {
  font-weight: 600;
}
.last_profile .text {
  margin-top: 2vw !important;
}
    
    /* No.66 */  
     .back_border{
        border: 1px solid #cfcfcf;
        padding: 30px 20px;
        margin-top: 30px;
    }

/*  */

.name_bold {
  font-weight: 600;
}
.video_area iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.video_area {
  margin-top: 10vw;
}
.br_sp {
  display: block;
}
.br_pc {
  display: none;
}

/* お聞きしました部分 */
.expert_box {
  border: 1px solid #cfcfcf;
  padding: 30px 20px 30px 20px;
  margin-top: 55px;
}
.interview .expert_box .detail__ttl03 {
  margin: 0 0 20px;
}
/* .expert_box .expert_flex {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
} */
.expert_box .expert_img {
  width: 50%;
  margin: 30px auto;
}
/* .expert_text {
  width: 80%;
} */
.expert_text .title {
  font-size: 4.5vw;
  font-weight: 700;
}
.interview .detail .expert_text .name {
  margin-top: 3vw;
}
.interview .detail .expert_box .text_title {
  font-weight: 600;
  margin: 7vw 0 3vw;
}
.interview .detail .expert_box p + p {
  margin-top: 0;
}
.expert_box_title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 4.3vw;
  color: #0a3291;
}
.expert_box .textarea_flex .img_area {
  margin: 3vw 0 0;
}

}
