@charset "UTF-8";

/*
	##### OGIS #####
	interviews/assets/css/interview_pc.css
*/



/* --------------------------------------------------
interview index
-------------------------------------------------- */

.intro.lead {
  padding: 0 calc(40 / 750 * 100vw);
  margin-top: calc(150 / 750 * 100vw);
  font-weight: 700;
  font-size: calc(28 / 750 * 100vw);
  line-height: 2;
  color: var(--color-3);
  text-align: center;
}

.interview-cards-area {
  display: block;
  width: calc(610 / 750 * 100vw);
  margin: calc(60 / 750 * 100vw) auto calc(200 / 750 * 100vw);

  .card-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(calc(680 / 750 * 100vw), auto);
    row-gap: calc(40 / 750 * 100vw);

    .card {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: calc(20 / 750 * 100vw);
      position: relative;

      .img-box {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;

        &::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          opacity: .2;
          background-color: rgb(96, 147, 194);
          mix-blend-mode: multiply;
          position: absolute;
          top: 0;
          left: 0
        }
      }
    }
    a {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      row-gap: calc(310 / 750 * 100vw);
      width: 100%;
      height: 100%;
      position: relative;
      text-decoration: none;

      .label {
        text-align: right;

        mark {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          min-width: calc(260 / 750 * 100vw);
          height: calc(60 / 750 * 100vw);
          border-radius: 0 0 0 calc(20 / 750 * 100vw);
          padding: 0;
          font-size: calc(28 / 750 * 100vw);
          font-weight: 700;
          background-color: var(--color-3);
          color: #fff;

          a[href*='interview-4'] & {
            letter-spacing: -0.05em;
          }
        }
      }
      dl {
        display: flex;
        flex-direction: column-reverse;
        background-color: var(--bg-col);
        background-image: radial-gradient(closest-side, rgba(255, 255, 255, .5) 30%, transparent 0);
        background-size: calc(13 / 750 * 100vw) calc(13 / 750 * 100vw);
        min-height: calc(310 / 750 * 100vw);
        padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(50 / 750 * 100vw);
      }
      .catch {
        font-weight: 700;
        font-size: calc(28 / 750 * 100vw);
        line-height: 1.4285714285714286;
        margin-bottom: .75em;

        p + p {
          margin-top: calc(6 / 750 * 100vw);
        }
      }
      dt {
        color: #595757;

        .segment {
          font-weight: 500;
          font-size: calc(26 / 750 * 100vw);
          line-height: 1.2307692307692308;
        }
        .name {
          display: block;
          font-weight: 700;
          font-size: calc(40 / 750 * 100vw);
          letter-spacing: .08em;
          padding-top: .25em;
          
          .sir {
            font-size: 40%
          }
        }
      }
    }
  }
}


/* --------------------------------------------------
interviews
-------------------------------------------------- */

.line {
  all: unset;
  display: block;
  height: 1px;
  max-width: calc(670 / 750 * 100vw);
  margin: 0 auto;
  background-color: var(--color-5);
}

.intrvw .main-image-area {
  display: block;
  width: 100%;
  height: calc(1220 / 750 * 100vw);
  overflow: hidden;
  position: relative;

  & .img-box {
    width: 100%;
    height: 100%;
  }

  .txt-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;

    .catch-box {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
      flex: 0 1 70.49180%;
      position: relative;
      padding-block: calc(20 / 750 * 100vw) 0;

      .catch {
        display: flex;
        align-items: center;
        min-height: calc(280 / 750 * 100vw);
        font-weight: 700;
        font-size: calc(40 / 750 * 100vw);
        letter-spacing: .08em;
        line-height: 1.525;
        color: #fff;
        padding-block: calc(25 / 750 * 100vw);
        padding-inline: calc(40 / 750 * 100vw);
        background-color: var(--color-6);

        span {
          display: block;

          .unique & + & {
            margin-top: calc(12 / 750 * 100vw);
          }
        }
      }
      .p-num {
        font-weight: 300;
        font-size: calc(100 / 750 * 100vw);
        color: var(--color-6);
        padding-left: calc(30 / 750 * 100vw);

        &::after {
          content: '';
          display: inline-block;
          width: 1px;
          height: calc(162 / 750 * 100vw);
          background-color: var(--color-6);
          position: absolute;
          top: 0;
          margin-left: calc(-12 / 750 * 100vw);
          rotate: 30deg;
          transform-origin: center bottom;
        }
        &.white {
          color: #fff;

          &::after {
            background-color: #fff;
          }
        }
      }
    }
    .plate-box {
      display: block;
      flex: 0 1 29.5082%;
      width: 100%;
      background-color: var(--color-6);
      
      .plate {
        width: calc(670 / 750 * 100vw);
        margin: 0 auto;
        border-top: 1px solid rgba(255, 255, 255, .5);
        padding-block: calc(35 / 750 * 100vw) 0;

        .name-and-ttl {
          color: #fff;
          margin-bottom: calc(30 / 750 * 100vw);

          .segment {
            font-size: calc(24 / 750 * 100vw);
            font-weight: 500;
            line-height: 1.4166666666666667;
            margin-bottom: .5em;
          }
          .name {
            font-weight: 700;
            font-size: calc(40 / 750 * 100vw);

            .small {
              font-size: 60%;
            }
          }
        }
      }
      .job-change-list {
        display: flex;
        justify-content: space-between;
        column-gap: calc(70 / 750 * 100vw);
        width: 100%;

        .job-from,
        .job-now {
          display: block;
          flex: 0 0 calc(300 / 750 * 100vw);

          dl {
            display: flex;
            flex-direction: column;
            align-content: stretch;
            width: 100%;
            height: 100%;
            border-radius: calc(6 / 750 * 100vw);
            overflow: hidden;

            dt {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 100%;
              flex: 0 0 calc(45 / 750 * 100vw);
              text-align: center;
              background-color: #fff;
              overflow: hidden;
            }
            dd {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 100%;
              height: 100%;
              font-weight: 700;
              letter-spacing: .08em;
              text-align: center;
              padding-block: .5em;
              flex: 1 1 auto;
            }
          }
        }
        .job-from {

          dl {
            border: solid 1px #979797;

            dt {
              font-size: calc(24 / 750 * 100vw);
            }

            dd {
              font-size: calc(26 / 750 * 100vw);
              background-color: #979797;
            }
          }
        }
        .job-now {
          position: relative;

          dl {
            border: solid 1px #e60039;

            dt {
              font-size: calc(26 / 750 * 100vw);
            }

            dd {
              font-size: calc(32 / 750 * 100vw);
              color: #fff;
              background-color: #e60039;
            }
          }
          &::before {
            content: '';
            display: block;
            width: calc(70 / 750 * 100vw);
            height: 100%;
            position: absolute;
            top: 0;
            left: calc(-70 / 750 * 100vw);
            background: url(../images/arrw-change_sp.svg) no-repeat center / calc(42 / 750 * 100vw) auto;
          }
        }
      }
    }
  }

}

.sec-ttl {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: calc(55 / 750 * 100vw);

  .jp {
    display: inline-block;
    font-weight: 700;
    font-size: calc(26 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
    letter-spacing: .08em;
    line-height: 1.5;
  }
  .en {
    font-weight: 300;
    font-size: calc(74 / 750 * 100vw);
    line-height: .9;
    color: var(--color-3);

    &::before {
      content: '•';
      margin-right: .15em;
      vertical-align: middle;
      font-size: 1.3em;
      color: var(--color-4)
    }
  }
}
.sec .txt-col {
  display: block;

  .txt {
    text-align: justify;
  }
  .ttl {
    font-weight: 700;
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
    letter-spacing: .05em;
    line-height: 1.6363636363636365;
  }
  .interview-question {
    font-weight: 700;
    margin-bottom: .4em;
  }
}

.sec.no-pix {
  width: 100%;
  padding: 0 calc(40 / 750 * 100vw);
  margin: 0 auto calc(150 / 750 * 100vw);

  & + .line {
    margin-bottom: calc(150 / 750 * 100vw);
  }
}

.sec.wide {
  display: flex;
  flex-direction: column-reverse;
  position: relative;

  &::before {
    content: '';
    display: block;
    width: calc(710 / 750 * 100vw);
    height: calc(100% - calc(80 / 750 * 100vw));
    position: absolute;
    top: calc(80 / 750 * 100vw);
    background-color: var(--bg-col);
    background-image: radial-gradient(closest-side, rgba(255, 255, 255, .5) 30%, transparent 0);
    background-size: calc(14 / 750 * 100vw) calc(14 / 750 * 100vw);
    z-index: -1;
  }

  &.sec-01 {
    margin-top: calc(140 / 750 * 100vw);
    margin-bottom: calc(140 / 750 * 100vw);
  }
  &.sec-04 {
    margin-top: calc(160 / 750 * 100vw);
    margin-bottom: calc(170 / 750 * 100vw);
  }
  .txt-area {
    padding: calc(70 / 750 * 100vw) calc(50 / 750 * 100vw);
    width: calc(710 / 750 * 100vw);
  }
  .img-area {
    width: calc(600 / 750 * 100vw);
    height: calc(480 / 750 * 100vw)
  }
  &.right {

    &::before {
      right: 0;
    }
    .txt-area {
      align-self: end
    }
  }
  &.left {

    &::before {
      left: 0;
    }
    .img-area {
      align-self: end;
    }
  }
}

.sec.career-table {
  display: block;
  width: 100%;
  padding: calc(75 / 750 * 100vw) calc(40 / 750 * 100vw);
  background-size: calc(15 / 750 * 100vw) calc(15 / 750 * 100vw);
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 0),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 0);
  background-color: var(--color-3);
  margin-bottom: calc(150 / 750 * 100vw);

  .sec-ttl {
    color: #fff;

    .en {
      color: #fff;
    }
  }
  .career-table-area {
    display: block;
    width: 100%;
    padding-bottom: calc(25 / 750 * 100vw);
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-color: var(--color-4) transparent;

    .career-list {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc(500 / 750 * 100vw);
      grid-template-rows: minmax(calc(580 / 750 * 100vw), 1fr);
      column-gap: calc(30 / 750 * 100vw);
    }
    .career-card {
      display: block;
      width: 100%;
      height: 100%;
      padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
      background-color: #fff;
      border-radius: calc(20 / 750 * 100vw);
      overflow: hidden;

      .term-ttl {
        font-size: calc(24 / 750 * 100vw);
        line-height: 1.8;
        margin-bottom: calc(25 / 750 * 100vw);

        .term {
          display: inline-block;
          padding: 0 1.5em;
          background-color: var(--color-6);
          border-radius: 100px;
          font-weight: 700;
          color: #fff;
        }
        .ttl {
          display: block;
          font-weight: 600;
          margin-top: calc(10 / 750 * 100vw);
        }
      }
      .summary {
        font-weight: 700;
        font-size: calc(28 / 750 * 100vw);
        line-height: 1.4285714285714286;
        color: var(--color-3);
        padding-bottom: .75em;
        border-bottom: solid 1px var(--color-5);
        margin-bottom: 1em;
      }
      .description {
        text-align: justify;
      }
    }
  }
}

.sec-07 {
  display: block;
  width: 100%;
  padding: calc(80 / 750 * 100vw) 0 0;
  background-color: var(--color-3);

  .txt-area {
    display: block;
    width: 100%;
    padding: 0 calc(40 / 750 * 100vw);
    
    .sec-ttl {
      color: #fff;

      .en {
        color: #fff;
      }
    }
    .txt-col {
      padding-bottom: calc(75 / 750 * 100vw);
      color: #fff;
    }
  }
  .img-area {
    width: 100%;
    height: calc(520 / 750 * 100vw);

    .img-box {
      width: 100%;
      height: 100%;
    }
  }
  & + .ex-note {
    padding: 1.25em;
  }
}

.interviews-list {
  display: block;
  width: 100%;
  margin: calc(160 / 750 * 100vw) 0 calc(200 / 750 * 100vw);

  .interview-ttl {
    display: block;
    width: 100%;
    padding: 0 calc(40 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
    position: relative;

    &::after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 1px;
      padding: 0 calc(40 / 750 * 100vw);
      background-clip: content-box;
      background-color: var(--color-3);
      position: absolute;
      left: 0;
      top: 50%;
      z-index: -1;
    }
    .en {
      display: inline-block;
      background-color: #fff;
      padding-right: .75em;
      font-weight: 600;
      font-size: calc(26 / 750 * 100vw);
      color: var(--color-3);
    }
  }
}

.carousel-set .slide-cut {
  display: block;
  width: calc(400 / 750 * 100vw);
  height: calc(440 / 750 * 100vw);
  margin: 0 calc(20 / 750 * 100vw);
  position: relative;
  overflow: hidden;

  .img-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;

    &::after {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      border-bottom-color: var(--color-3);
      border-bottom-style: solid;
      border-bottom-width: 3px;
      position: absolute;
      bottom: 0;
      left: 0;
    }
  }

  a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;

    .job-label {
      display: block;
      height: calc(60 / 750 * 100vw);
    }

    dl {
      display: inline-flex;
      align-items: center;
      height: 100%;
      border-style: solid;
      border-width: 2px;

      .condensed & {
        transform-origin: left top;
        transform: scaleX(.75);
        white-space: nowrap;
      }

      &.job-past {
        background-color: var(--color-2);
        border-color: var(--color-2);
      }
      &.job-now {
        background-color: var(--color-3);
        border-color: var(--color-3);
      }
      dt {
        display: inline-flex;
        align-items: center;
        height: 100%;
        padding: 0 1.2em 0 .5em;
        background-color: #fff;
        font-size: calc(24 / 750 * 100vw);
        color: var(--color-2);
        clip-path: polygon(100% 100%, 0 100%, 0 0, calc(100% - 15px) 0);
      }
      dd {
        display: inline-flex;
        align-items: center;
        height: 100%;
        padding: 0 .75em 0 .5em;

        .job-past & {
          font-size: calc(26 / 750 * 100vw);
        }
        .job-now & {
          font-size: calc(27 / 750 * 100vw);
        }
      }
    }
  }
}

.slide-arrow {
  display: block;
  position: absolute;
  width: calc(90 / 750 * 100vw);
  height: calc(90 / 750 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  z-index: 98;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  cursor: pointer;
  opacity: .9;

  &.next-arrow {
    right: calc(110 / 750 * 100vw);
    background-image: url(../../../assets/images/btn-next.svg);

  }
  &.prev-arrow {
    left: calc(110 / 750 * 100vw);
    background-image: url(../../../assets/images/btn-prev.svg);
  }
}