@charset "UTF-8";
/* =====================
  社員を知る 一覧
===================== */
.article[data-id='1'] {
  position: relative;
  padding-top: calc((100 / 750) * 90 * 1vw);
  padding-bottom: calc((100 / 750) * 128 * 1vw);
  .inner {
    & > ul {
      margin-top: calc((100 / 750) * 94 * 1vw);
      padding-inline: calc((100 / 750) * 32 * 1vw);
      display: grid;
      justify-items: center;
      row-gap: calc((100 / 750) * 69 * 1vw);
      & > li {
        padding-inline: calc((100 / 750) * 64 * 1vw);
        & > a {
          display: grid;
          grid-template-rows: calc((100 / 750) * 475 * 1vw) auto auto;
          width: 100%;
          height: 100%;
          .comment {
            position: relative;
            padding-top: calc((100 / 750) * 273 * 1vw);
            &::before {
              content: '';
              display: block;
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center;
              width: calc((100 / 750) * 475 * 1vw);
              height: calc((100 / 750) * 475 * 1vw);
              position: absolute;
              top: 0;
              left: 50%;
              transform: translateX(-50%);
              z-index: -1;
            }
            & > span {
              display: inline-block;
              font-size: calc((100 / 750) * 26 * 1vw);
              font-weight: 500;
              line-height: 1;
              color: #fff;
              padding: calc((100 / 750) * 21 * 1vw) calc((100 / 750) * 24 * 1vw);
              border-radius: calc((100 / 750) * 10 * 1vw);
              background-color: #2fa371;
              white-space: nowrap;
              & + span {
                margin-top: calc((100 / 750) * 18 * 1vw);
              }
            }
          }
          .ini_wrap {
            display: flex;
            align-items: center;
            gap: calc((100 / 750) * 23 * 1vw);
            padding-bottom: calc((100 / 750) * 25 * 1vw);
            border-bottom: solid 1px #9e9e9e;
            margin-top: calc((100 / 750) * 21 * 1vw);
            margin-right: calc((100 / 750) * 30 * 1vw);
            .ini {
              font-family: var(--lexend);
              font-size: calc((100 / 750) * 60 * 1vw);
              font-weight: 500;
              line-height: 1;
              color: #24845b;
              flex-shrink: 0;
            }
            .haizoku {
              font-size: calc((100 / 750) * 26 * 1vw);
              line-height: 1.3;
              color: #9e9e9e;
            }
          }
          .occ {
            font-size: calc((100 / 750) * 28 * 1vw);
            line-height: 1;
            margin-top: calc((100 / 750) * 20 * 1vw);
          }
        }
        &[data-id='1'] {
          .comment {
            &::before {
              background-image: url('../../img/recruit/people/01_2x.png');
            }
          }
        }
        &[data-id='2'] {
          .comment {
            &::before {
              background-image: url('../../img/recruit/people/02_2x.png');
            }
          }
        }
        &[data-id='3'] {
          .comment {
            &::before {
              background-image: url('../../img/recruit/people/03_2x.png');
            }
          }
        }
        &[data-id='4'] {
          .comment {
            &::before {
              background-image: url('../../img/recruit/people/04_2x.png');
            }
          }
        }
        &[data-id='5'] {
          .comment {
            &::before {
              background-image: url('../../img/recruit/people/05_2x.png');
            }
          }
        }
        &[data-id='6'] {
          .comment {
            &::before {
              background-image: url('../../img/recruit/people/06_2x.png');
            }
          }
        }
        &[data-id='7'] {
          .comment {
            &::before {
              background-image: url('../../img/recruit/people/07_2x.png');
            }
          }
        }
        &[data-id='8'] {
          .comment {
            &::before {
              background-image: url('../../img/recruit/people/08_2x.png');
            }
          }
        }
        &[data-id='9'] {
          .comment {
            &::before {
              background-image: url('../../img/recruit/people/09_2x.png');
            }
          }
        }
      }
    }
  }
}
/* =====================
  インタビュー 個別
===================== */
.interview {
  .recruit_mv {
    &::before {
      bottom: calc((100 / 750) * 582 * 1vw);
    }
    .mv-title_wrap {
      grid-template-areas:
        'h1'
        'bread'
        'mv';
      padding-top: calc((100 / 750) * 29 * 1vw);
      .interview_mv {
        grid-area: mv;
        position: relative;
        .comment {
          position: relative;
          padding-top: calc((100 / 750) * 616 * 1vw);
          & > span {
            display: block;
            width: fit-content;
            font-size: calc((100 / 750) * 28 * 1vw);
            font-weight: 500;
            line-height: 1;
            color: #fff;
            padding: calc((100 / 750) * 21 * 1vw) calc((100 / 750) * 24 * 1vw);
            border-radius: calc((100 / 750) * 10 * 1vw);
            background-color: #2fa371;
            & + span {
              margin-top: calc((100 / 750) * 21 * 1vw);
            }
          }
        }
        &::before {
          content: '';
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          width: calc((100 / 750) * 475 * 1vw);
          height: calc((100 / 750) * 475 * 1vw);
          position: absolute;
          top: calc((100 / 750) * 93 * 1vw);
          left: 50%;
          transform: translateX(-50%);
        }
        .ini_wrap {
          position: relative;
          display: flex;
          align-items: flex-end;
          gap: calc((100 / 750) * 18 * 1vw);
          padding-bottom: calc((100 / 750) * 18 * 1vw);
          border-bottom: solid 1px #9e9e9e;
          margin-top: calc((100 / 750) * 55 * 1vw);
          .ini {
            font-family: var(--lexend);
            font-size: calc((100 / 750) * 50 * 1vw);
            font-weight: 500;
            line-height: 1;
            color: #24845b;
          }
          .age {
            font-family: var(--noto);
            font-size: calc((100 / 750) * 24 * 1vw);
            font-weight: normal;
            line-height: 1.6;
            color: #9e9e9e;
          }
        }
        .occ {
          font-size: calc((100 / 750) * 28 * 1vw);
          line-height: 1;
          margin-top: calc((100 / 750) * 25 * 1vw);
        }
        .haizoku {
          font-size: calc((100 / 750) * 26 * 1vw);
          line-height: 1.6;
          color: #9e9e9e;
          margin-top: calc((100 / 750) * 15 * 1vw);
        }
      }
    }
  }
  .bread {
    margin-top: calc((100 / 750) * 64 * 1vw);
  }
}

.interview .article[data-id='1'] {
  position: relative;
  padding-top: calc((100 / 750) * 110 * 1vw);
  padding-bottom: calc((100 / 750) * 128 * 1vw);
  .inner {
    & > ol {
      display: grid;
      gap: calc((100 / 750) * 48 * 1vw);
      & > li {
        padding-inline: calc((100 / 750) * 40 * 1vw);
        padding-block: calc((100 / 750) * 40 * 1vw);
        border-radius: calc((100 / 750) * 20 * 1vw);
        &::before {
          border-radius: calc((100 / 750) * 16 * 1vw);
        }
        .question {
          position: relative;
          display: flex;
          align-items: center;
          gap: calc((100 / 750) * 20 * 1vw);
          font-size: calc((100 / 750) * 32 * 1vw);
          font-weight: 500;
          line-height: 1.6;
          color: #24845b;
          .no {
            display: grid;
            place-content: center;
            font-family: var(--lexend);
            font-size: calc((100 / 750) * 34 * 1vw);
            font-weight: 500;
            line-height: 1;
            text-align: center;
            color: #fff;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            background-image: url('../../img/recruit/people/deco_2x.png');
            width: calc((100 / 750) * 103 * 1vw);
            height: calc((100 / 750) * 117 * 1vw);
            padding-bottom: calc((100 / 750) * 12 * 1vw);
            flex-shrink: 0;
          }
        }
        .answer {
          position: relative;
          line-height: 2;
          margin-top: calc((100 / 750) * 21 * 1vw);
        }
      }
    }
    .link-btn {
      width: calc((100 / 750) * 515 * 1vw);
      margin-inline: auto;
      margin-top: calc((100 / 750) * 88 * 1vw);
      .link-anchor {
        padding-block: calc((100 / 750) * 44 * 1vw);
        padding-inline: calc((100 / 750) * 48 * 1vw) calc((100 / 750) * 40 * 1vw);
        & span {
          &::after {
            width: calc((100 / 750) * 27 * 1vw);
          }
        }
      }
    }
  }
}
.interview01 {
  .recruit_mv {
    .mv-title_wrap {
      .interview_mv {
        &::before {
          background-image: url('../../img/recruit/people/mv/01_2x.png');
        }
      }
    }
  }
}
.interview02 {
  .recruit_mv {
    .mv-title_wrap {
      .interview_mv {
        &::before {
          background-image: url('../../img/recruit/people/mv/02_2x.png');
        }
      }
    }
  }
}
.interview03 {
  .recruit_mv {
    .mv-title_wrap {
      .interview_mv {
        &::before {
          background-image: url('../../img/recruit/people/mv/03_2x.png');
        }
      }
    }
  }
}
.interview04 {
  .recruit_mv {
    .mv-title_wrap {
      .interview_mv {
        &::before {
          background-image: url('../../img/recruit/people/mv/04_2x.png');
        }
      }
    }
  }
}
.interview05 {
  .recruit_mv {
    .mv-title_wrap {
      .interview_mv {
        &::before {
          background-image: url('../../img/recruit/people/mv/05_2x.png');
        }
      }
    }
  }
}
.interview06 {
  .recruit_mv {
    .mv-title_wrap {
      .interview_mv {
        &::before {
          background-image: url('../../img/recruit/people/mv/06_2x.png');
        }
      }
    }
  }
}
.interview07 {
  .recruit_mv {
    .mv-title_wrap {
      .interview_mv {
        &::before {
          background-image: url('../../img/recruit/people/mv/07_2x.png');
        }
      }
    }
  }
}
.interview08 {
  .recruit_mv {
    .mv-title_wrap {
      .interview_mv {
        &::before {
          background-image: url('../../img/recruit/people/mv/08_2x.png');
        }
      }
    }
  }
}
.interview09 {
  .recruit_mv {
    .mv-title_wrap {
      .interview_mv {
        &::before {
          background-image: url('../../img/recruit/people/mv/09_2x.png');
        }
      }
    }
  }
}
