main {
  margin-top: 60px;
}

.interview-main {
  max-width: 532px;
  margin: 24px auto 0;
  padding: 0 16px 64px;
}

/* FV画像・テキスト */
/* -------------------------------------- */
/* 画像 */
.interview-head-image-section {
  padding-bottom: 38px;
  position: relative;
}

.fv-image {
  width: 100%;
  display: block;
}

.mask_right {
  display: block;
  height: 32px;
  margin-left: auto;
}

.mask_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8%;
  height: 24%;
}

.bg-interview {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: calc(50vw + 240px);
  height: auto;
  width: 88.5%;
}

/* テキスト */
.interview-head-texts {
  margin: 0 auto;
  max-width: 532px;
  padding: 0 16px;
}

.interview-head-texts h2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #2E2E2E;
  margin-top: 8px;
}

.interview-head-texts p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  font-size: 14px;
}

.interview-head-texts-joined {
  margin-top: 16px;
}

p.interview-head-texts-position {
  color: #FFA620;
}

p.interview-head-texts-name {
  font-size: 24px;
}

/* ブログのコンテンツ */
/* -------------------------------------- */
.blog-content h2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #2E2E2E;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-content h2:before {
  content: '';
  display: inline-block;
  width: 26.63px;
  height: 30px;
  background-image: url(../images/single-interview/icon_title.png);
  background-size: cover;
}

.blog-content h2:nth-child(n+2) {
  margin-top: 32px;
}

.blog-content p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 20px;
}

.blog-content figure>img {
  display: block;
  margin-top: 32px;
}

/* ボタン */
.interview-main-btns {
  margin-top: 40px;
}

.interview-main-btns>.site-btn+.site-btn {
  margin-top: 24px;
}

.interview-main-btns>.site-btn {
  max-width: 500px;
  height: 56px;
  padding: 20px 36px;
}

/* 他のインタビューを見る */
/* -------------------------------------- */
.interview-list {
  margin-top: 64px;
}

.career-interview-inner-content {
  margin-top: 32px;
}

main .site-btn{
  height: 56px;
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  main {
    margin-top: 128px;
  }

  .interview-main {
    max-width: 1080px;
    margin-top: 0;
    padding: 0 0 96px;
  }
  

  /* FV画像・テキスト */
  /* -------------------------------------- */
  /* 画像 */
  .interview-head {
    position: relative;
    overflow: hidden;
    padding: 0 16px;
  }
  .interview-head-content {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1072px;
    margin: 80px auto 0;
  }

  .interview-head-image-section {
    padding-bottom: 0;
    width: 500px;
  }

  .fv-image {
    width: 500px;
    height: 350px;
    object-fit: cover;
    margin-left: auto;
  }

  .mask_left-pc {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-316%);
    z-index: 10;
  }

  .mask_right-pc {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(300%);
    width: 180px;
    height: 194.37px;
    z-index: 10;
  }

  .mask_right {
    display: none;
  }

  /* テキスト */
  .interview-head-texts {
    max-width: 500px;
    padding: 0;
    margin: 0;
  }

  .interview-head-texts h2 {
    font-size: 40px;
    margin-top: 40px;
  }

  .interview-head-texts p {
    font-size: 16px;
  }

  .interview-head-texts-title {
    font-family: 'Poppins';
    line-height: 140%;
    color: #F9BF11;
  }

  .interview-head-texts-person {
    display: flex;
    gap: 28px;
    align-items: center;
  }

  .interview-head-texts-joined {
    margin-top: 0;
  }

  p.interview-head-texts-position {
    margin-top: 40px;
  }

  p.interview-head-texts-name {
    font-size: 28px;
  }

  /* ブログのコンテンツ */
  /* -------------------------------------- */
  .blog-content {
    padding: 60px;
    margin-top: 43px;
  }

  .blog-content h2 {
    font-size: 28px;
    gap: 28px;
  }

  .blog-content h2:before {
    width: 31.41px;
    height: 39.45px;
  }

  .blog-content h2:nth-child(n+2) {
    margin-top: 48px;
  }

  .blog-content p {
    margin-top: 32px;
  }

  .blog-content figure>img {
    margin-top: 48px;
    width: 100%;
  }

    /* ボタン */
    .interview-main-btns {
      display: flex;
      gap: 40px;
      align-items: center;
      width: 100%;
      max-width: 640px;
      margin: 0 auto;
    }
  
    .interview-main-btns>.site-btn+.site-btn {
      margin-top: 0;
    }
  
    .interview-main-btns>.site-btn {
      max-width: initial;
      padding: 18px 28px;
      width: calc((100% - 40px) / 2);
      margin-top: 0;
    }

  /* 他のインタビューを見る */
  /* -------------------------------------- */
  .interview-list {
    margin-top: 96px;
  }

  .career-interview-inner-content {
    margin-top: 64px;
  }

  main .site-btn{
    height: 56px;
    margin: 40px auto 0;
  }
}