@charset "UTF-8";
/*
	##### MFR #####
	interview/css/interviews_pc.css
*/

/*=================================
INTERVIEWS LIST INIT
==================================*/
.interviews-list {
  display: flex;
  flex-direction: column;
  row-gap: calc(30 / 750 * 100vw);

  & li {
    overflow: hidden;
    position: relative;
    border-radius: calc(20 / 750 * 100vw);
  }
  & .img-box {
    display: block;

    &::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(transparent 25%, rgb(var(--rgb-3)));
      position: absolute;
      left: 0;
      top: 0;
      mix-blend-mode: multiply;
    }
  }
  & a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 calc(48 / 750 * 100vw) calc(50 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    font-feature-settings: "palt";
  
    & > dl {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      width: 100%;
      height: 100%;
  
      & .division {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: calc(58 / 750 * 100vw);
        margin-bottom: calc(30 / 750 * 100vw);
        padding: 0 .85em;
        border-radius: 100px;
        background-color: #fff;
        font-size: calc(26 / 750 * 100vw);
        font-weight: 700;
        color: var(--color-3);
      }
      & .sub-ttl {
        font-weight: 700;
        color: #fff;
      }
    }
  }
}


/*---------------------------------------
index
-----------------------------------------*/
.interviews-index .banner-bttns-area {
  width: calc(700 / 750 * 100vw);
  margin: 0 auto calc(160 / 750 * 100vw);

  & .interviews-list li {
    height: calc(550 / 750 * 100vw);

    & a {

      & > dl {

        & .division {
          height: calc(58 / 750 * 100vw);
          margin-bottom: calc(30 / 750 * 100vw);
          font-size: calc(26 / 750 * 100vw);
        }
        & .sub-ttl {
          font-size: calc(39 / 750 * 100vw);
          line-height: 1.5384615384615385;
        }
        & .name-year {
          display: inline-block;
          color: #fff;
          vertical-align: baseline;
          margin-top: calc(40 / 750 * 100vw);

          & .name {
            display: inline;
            font-size: calc(28 / 750 * 100vw);
            margin-right: 1em;
          }
          & .year {
            display: inline;
            font-size: calc(22 / 750 * 100vw);
            opacity: .8
          }
        }
      }
    }
  }
}







/*---------------------------------------
INTERVIWEES
-----------------------------------------*/

.interviewee-prof {
  display: block;
  width: calc(700 / 750 * 100vw);
  margin: 0 auto calc(90 / 750 * 100vw) auto;

  & .fv {
    height: calc(784 / 750 * 100vw);

    & .img-box {


      &::after,
      &::before {
        display: none;
      }
    }
  }

  & .ttl-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: drop-shadow(0 0 calc(10 / 750 * 100vw) rgba(0, 0, 0, .3));

    & .ttl-set {
      font-feature-settings: "palt";
      padding: 0 calc(46 / 750 * 100vw) calc(60 / 750 * 100vw);

      & .division {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: calc(58 / 750 * 100vw);
        margin-bottom: calc(45 / 750 * 100vw);
        padding: 0 .85em;
        border-radius: 100px;
        background-color: #fff;
        font-size: calc(26 / 750 * 100vw);
        font-weight: 700;
        color: var(--color-3);
      }
      & .sub-ttl {
        font-size: calc(48 / 750 * 100vw);
        font-weight: 700;
        line-height: 1.4583333333333333;
        color: #fff;
      }
    }
  }
}

.prof-area {
  padding: calc(80 / 750 * 100vw) calc(25 / 750 * 100vw) 0;

  & .prof-set {
    display: flex;
    flex-direction: column;
    row-gap: calc(60 / 750 * 100vw);

    & .name {
      display: inline-flex;
      flex-direction: column;

      & .jp {
        display: inline-block;
        font-weight: 700;
        font-size: calc(44 / 750 * 100vw);
      }
      & .en {
        display: inline-block;
        padding-top: calc(30 / 750 * 100vw);
        font-size: calc(22 / 750 * 100vw);
        opacity: .8;
      }
    }
    & .career {
      display: flex;
      align-items: center;
      font-size: calc(24 / 750 * 100vw);
      font-weight: 500;

      & .former {
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(50 / 750 * 100vw);
        margin-right: calc(30 / 750 * 100vw);
        padding: 0 1.5em;
        font-weight: 400;
        line-height: calc(50 / 750 * 100vw);
        color: #fff;
        background-color: #000;
        border-radius: 100px;
      }
    }
    & .detail {
      margin-top: .5em;
      font-feature-settings: "palt";
      font-weight: 500;
      font-size: calc(24 / 750 * 100vw);
      line-height: 1.6666666666666667;
    }
  }
}

.sec {
  padding-top: calc(100 / 750 * 100vw);
}
.sub-sec + .sub-sec {
  margin-top: calc(90 / 750 * 100vw);
}
.inner-sec {
  display: block;
  width: calc(700 / 750 * 100vw);
  padding: calc(100 / 750 * 100vw) calc(25 / 750 * 100vw) calc(25 / 750 * 100vw);
  margin: 0 auto calc(150 / 750 * 100vw);
  border-radius: calc(20 / 750 * 100vw);
}


.corner-ttl {
  font-size: calc(28 / 750 * 100vw);
  margin-bottom: calc(40 / 750 * 100vw);
  margin-left: calc(25 / 750 * 100vw);
  color: var(--color-3);
}
.dark-side .corner-ttl {
  margin-left: 0;
  margin-bottom: calc(50 / 750 * 100vw);
  color: #fff;
}
.corner-sub-ttl {
  display: block;
  margin-bottom: calc(60 / 750 * 100vw);
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: calc(38 / 750 * 100vw);
  line-height: 2.1052631578947367;
  color: #fff;

  & .inner {
    display: inline;
    background-color: var(--color-3);
    padding: .05em calc(25 / 750 * 100vw) .18em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
.inner-sec .corner-sub-ttl {
  font-size: calc(42 / 750 * 100vw);
  line-height: 1.5238095238095237
}
.cols .img-box {
  margin-top: calc(70 / 750 * 100vw);
  border-radius: calc(20 / 750 * 100vw);
  overflow: hidden;
}
.txt-block {
  padding: 0 calc(25 / 750 * 100vw);
}

.dark-side .txt {
  color: #fff
}

.column-ttl-set {
  display: flex;
  flex-direction: column-reverse;
  padding-left: calc(25 / 750 * 100vw);
  margin-bottom: calc(75 / 750 * 100vw);
  color: #fff;

  & .column-ttl {
    font-weight: 700;
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(35 / 750 * 100vw);
  }
  & .en {
    font-weight: 700;
    font-size: calc(50 / 750 * 100vw);
  }
}
.career-timeline-box,
.daily-schedule-box {
  display: block;
  width: calc(650 / 750 * 100vw);
  margin: 0 auto;

  & .career-timeline-list,
  & .daily-schedule-list {
    display: block;

    & li {
      display: block;
      width: 100%;
      min-height: calc(214 / 750 * 100vw);
      padding: calc(40 / 750 * 100vw) calc(45 / 750 * 100vw);
      background-color: #fff;
      border-radius: calc(10 / 750 * 100vw);
      font-feature-settings: "palt";

      & + & {
        margin-top: calc(20 / 750 * 100vw);
      }
      & .time {
        font-weight: 700;
        font-size: calc(32 /750 * 100vw);
        color: var(--color-3);
        margin-bottom: calc(20 / 750 * 100vw);

        &::before {
          display: inline-block;
          content: '●';
          font-family: 'Noto Sans JP';
          font-size: 35%;
          margin-right: 1em;
          vertical-align: middle;
          color: var(--color-2)
        }
        &.en::before {
          translate: 0 -.2em;
        }
      }
      & .des {
        font-weight: 500;
        font-size: calc(24 / 750 * 100vw);
        line-height: 1.6666666666666667;
        text-align: justify;
      }
    }
  }
  & .career-timeline-list li .time {
    font-size: calc(28 / 750 * 100vw);
  }
  & + .note {
    padding: 2em calc(25 / 750 * 100vw) 0;
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666666666667
  }
}



.inter-sec-img {
  margin-top: calc(70 / 750 * 100vw);
  width: 100%;
  height: calc(410 / 750 * 100vw);

  & .img-box {
    border-radius: calc(20 / 750 * 100vw);
    overflow: hidden;
  }
}


.other-links-area .interviews-list li {
  height: calc(480 / 750 * 100vw);

  & a {

    & > dl {

      & .sub-ttl {
        font-size: calc(40 / 750 * 100vw);
        line-height: 1.5;
      }
    }
  }
}

