@charset "UTF-8";

/*
 * インタビューページ
 */

.bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-position: top center;
  background-size: cover;
}

.bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  content: "";
}

.main {
  position: relative;
  z-index: 2;
}

.heading-first__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #999;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-first__head::before {
  height: 1px;
  background-color: #e50012;
  content: "";
}

.heading-first__body {
  display: block;
  font-weight: 700;
  line-height: 1.4;
}

.heading-large {
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  line-height: 1.5;
}

.heading-small {
  font-weight: 700;
  line-height: 1.5;
}

.kv__image {
  overflow: hidden;
  border-radius: 30px;
}

.kv__company,
.kv__name,
.kv__other,
.kv__note {
  display: block;
}

.kv__company {
  font-weight: 700;
  line-height: 1.5;
}

.kv__name {
  padding-bottom: .1em;
  font-weight: 500;
  line-height: 1.25;
}

.kv__other {
  margin-top: .25em;
  line-height: 1.5;
}

.kv__note {
  line-height: 1.8;
}

.section__text {
  line-height: 1.8;
}

.section-col__image {
  overflow: hidden;
  border-radius: 30px;
}

.section__note {
  margin-top: 15px;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .bg {
    background-image: url("../img/interview/bg_kv.jpg");
  }

  .bg::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), color-stop(40%, rgba(255, 255, 255, .95)), color-stop(50%, white), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .95) 40%, white 50%, white 100%);
  }

  .main {
    padding-top: 193px;
  }

  .heading-first {
    width: 76.388%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-first__head::before {
    width: 68px;
    margin-right: 16px;
  }

  .heading-first__body {
    margin-top: 11px;
    font-size: 38px;
  }

  .heading-large {
    width: 68.055%;
    padding-bottom: 40px;
    font-size: 30px;
  }

  .heading-small {
    font-size: 22px;
  }

  .kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 93.055%;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kv__image {
    width: 46.527%;
    margin-right: 5.694%;
  }

  .kv__profile {
    width: 40.833%;
    padding-right: 8.68%;
  }

  .kv__company {
    font-size: 18px;
  }

  .kv__name {
    margin-top: 24px;
    margin-right: -1em;
    font-size: 48px;
  }

  .kv__note {
    margin-top: 56px;
  }

  .section {
    margin-top: 85px;
  }

  .section__content {
    width: 68.055%;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }

  .section__wide-content {
    margin-top: 80px;
  }

  .section__text:first-of-type {
    margin-top: 40px;
  }

  .section__text:not(:first-of-type) {
    margin-top: 20px;
  }

  .section-col__text {
    width: 35.456%;
  }

  .section-col__image {
    width: 57.659%;
  }

  .section-col--left {
    padding-right: 15.972%;
    padding-left: 3.333%;
  }

  .section-col--left .section-col__image {
    float: left;
    margin-right: 80px;
    margin-bottom: 20px;
  }

  .section-col--left .section-col__text {
    width: 100%;
  }

  .section-col--left .section__text,
  .section-col--left .section__note {
    padding-left: 16%;
  }

  .section-col--right {
    padding-right: 3.333%;
    padding-left: 15.972%;
  }

  .section-col--right .section-col__image {
    float: right;
    margin-bottom: 20px;
    margin-left: 80px;
  }

  .section-col--right .section-col__text {
    width: 100%;
  }

  .section-col--right .section__text,
  .section-col--right .section__note {
    padding-right: 16%;
  }

  .section__note {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .bg {
    background-image: url("../img/interview/bg_kv_smp.jpg");
  }

  .bg::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), color-stop(60%, rgba(255, 255, 255, .95)), color-stop(70%, white), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .95) 60%, white 70%, white 100%);
  }

  .main {
    padding-top: 96px;
  }

  .heading-first {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-first__head::before {
    width: 40px;
    margin-right: 7px;
  }

  .heading-first__body {
    margin-top: 8px;
    font-size: 24px;
  }

  .heading-large {
    width: calc(100% - 80px);
    padding-bottom: 24px;
    font-size: 22px;
    letter-spacing: .05em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .heading-small {
    font-size: 16px;
  }

  .kv {
    margin-top: 24px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .kv__image {
    margin-right: -20px;
    margin-left: -20px;
  }

  .kv__company {
    margin-top: 16px;
    font-size: 16px;
  }

  .kv__name {
    margin-top: 16px;
    font-size: 36px;
  }

  .kv__note {
    margin-top: 24px;
  }

  .section {
    margin-top: 120px;
  }

  .section__content {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section__wide-content {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section__text:first-of-type {
    margin-top: 20px;
  }

  .section__text:not(:first-of-type) {
    margin-top: 16px;
  }

  .section-col--left .section-col__text {
    margin-top: 20px;
  }

  .section-col--right .section-col__text {
    margin-top: 20px;
  }

  .section__note {
    font-size: 11px;
  }
}