@charset "utf-8";

/* //一覧ページ ================================================== */
#interview {
  width: 100%;
  height: auto;
  padding: 0 0 125px;
}
.interview__inner {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.interview__contents {
  width: 100%;
  height: auto;
  margin: 100px 0 0;
  padding: 13px 0 0;
}

.article__list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 100px;
}

.archive .interview_top_item {
  width: calc(30% - 20px);
  max-width: 900px;
  height: auto;
  margin: 100px 0 100px;
  position: relative;
  z-index: 1;
}

/* .archive .interview_top_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: -10%;
  transform: translateY(50%);
  width: 70%;
  height: 90%;
  background-color: #e5e5e5;
  z-index: -1;
} */
.archive .interview_top_item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.archive .interview_num {
  position: absolute;
  top: -100px;
  right: 0px;
  z-index: 10;
  padding: 5px 10px;
  color: rgba(217, 38, 32, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5vw;
}
.archive .interview_num span {
  font-size: 8vw;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0.01em;
  color: rgba(217, 38, 32, 1);
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff,
    -1px -1px 1px #ffffff;
}

.archive .catch {
  position: absolute;
  top: -10%;
  left: 5%;
  z-index: 10;
  background-color: #000000;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 10px 10px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.archive .catch2 {
  left: 20%;
}

.archive .staff_profile {
  position: absolute;
  bottom: 60px;
  left: -20px;
  width: auto;
  height: auto;
  padding: 20px 0;
}
.archive .staff_profile .name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  font-size: 2vw;
  padding: 5px 10px;
  color: #191919;
  background-color: var(--color--white);
}
.archive .staff_profile .name span {
  margin-left: 16px;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #191919;
}
.archive .staff_profile .position_col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  font-size: 1.2vw;
  margin-top: 5px;
}
.archive .staff_profile .position_col .department {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-weight: 600;
  color: #fff;
  font-size: 0.8vw;
  width: 66px;
  height: 33px;
  background-color: #d92620;
}
.archive .staff_profile .position_col .position {
  font-size: 0.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 66px);
  height: 33px;
  background-color: #fff;
  color: #191919;
}

.archive .interview__contents__details {
  width: 90%;
  max-width: 1000px;
  height: auto;
  padding: 70px 0 50px;
  margin: 0 auto;
  counter-reset: number 0;
}
.archive .interview__ttl {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: calc(48 / 36);
}
.archive .interview__ttl__inner {
  background: linear-gradient(
    transparent 10%,
    var(--color--white) 10%,
    var(--color--white) 90%,
    transparent 90%
  );
}
.archive .interview__profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 0 auto 48px;
}
.archive .interview__profile__career {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px 3px;
  margin-bottom: 4px;
  background-color: var(--color--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.archive .interview__profile__career small {
  margin-left: 5px;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.archive .interview__profile__name {
  padding: 3px 6px;
  background-color: var(--color--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.archive .more_btn {
  margin-top: 20px;
  justify-content: flex-end;
}
.archive .more_btn__link {
  width: 13vw;
  font-size: 0.8vw;
  background-color: transparent;
  color: #de0e1a;
  border: 1px solid #de0e1a;
  transition: 0.3s;
}
.archive .more_btn__link::after {
  background-image: url("../image/view_more_arrow_red.svg");
  transition: 0.3s;
}
.archive .more_btn__link:hover {
  background-color: #de0e1a;
  color: var(--color--white);
  transition: 0.3s;
}
.archive .more_btn__link:hover::after {
  background-image: url("../image/view_more_arrow.svg");
  transition: 0.3s;
}

/* //一覧ページ ================================================== */

/* 詳細ページ ================================================== */

.interview__inner {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.interview__contents {
  width: 100%;
  height: auto;
  margin: 100px 0 0;
  padding: 13px 0 0;
}

.details .interview_top_item {
  width: 80%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.details .interview_top_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: -10%;
  transform: translateY(50%);
  width: 70%;
  height: 110%;
  background-color: #e5e5e5;
  z-index: -1;
}
.details .interview_top_item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.details .interview_num {
  position: absolute;
  top: -100px;
  right: 0px;
  z-index: 10;
  padding: 5px 10px;
  color: rgba(217, 38, 32, 1);
  mix-blend-mode: darken;
  -webkit-mix-blend-mode: darken;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.details .interview_num span {
  font-size: 137px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0.01em;
  color: rgba(217, 38, 32, 1);
  mix-blend-mode: darken;
  -webkit-mix-blend-mode: darken;
}

.details .catch {
  position: absolute;
  top: -10%;
  left: 5%;
  z-index: 10;
  background-color: #000000;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 10px 10px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.details .catch2 {
  left: -3%;
}

.details .staff_profile {
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 20px;
  width: auto;
  height: auto;
  padding: 20px 0;
}
.staff_profile .name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  font-size: 32px;
  padding: 5px 10px;
  color: #191919;
  background-color: var(--color--white);
}
.staff_profile .name span {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #191919;
}
.staff_profile .position_col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  font-size: 16px;
  margin-top: 5px;
}
.staff_profile .position_col .department {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  width: 66px;
  height: 33px;
  background-color: #d92620;
}
.staff_profile .position_col .position {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 66px);
  height: 33px;
  background-color: #fff;
  color: #191919;
}

.interview__contents__details {
  width: 90%;
  max-width: 1000px;
  height: auto;
  padding: 70px 0 50px;
  margin: 0 auto;
  counter-reset: number 0;
}
.interview__ttl {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: calc(48 / 36);
}
.interview__ttl__inner {
  background: linear-gradient(
    transparent 10%,
    var(--color--white) 10%,
    var(--color--white) 90%,
    transparent 90%
  );
}
.interview__profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 0 auto 48px;
}
.interview__profile__career {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px 3px;
  margin-bottom: 4px;
  background-color: var(--color--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.interview__profile__career small {
  margin-left: 5px;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.interview__profile__name {
  padding: 3px 6px;
  background-color: var(--color--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.interview__q_and_a__wrap {
  width: 100%;
  height: auto;
  margin: 0 auto 70px;
  counter-reset: number 0;
}
.interview__q_and_a {
  width: 100%;
  height: auto;
}
.interview__q_and_a:not(:last-of-type) {
  margin-bottom: 70px;
}
.interview__q_and_a__inner {
  width: 100%;
  height: auto;
}
.interview__contents__details img {
  width: 100%;
  margin: 40px auto 0px;
}
.interview__contents__details h3 {
  width: 100%;
  height: auto;
  margin: 40px auto 12px;
  font-size: 22px;
  font-weight: 900;
  line-height: calc(39 / 27);
  color: #d92620;
}
.interview__contents__details h3::before {
  counter-increment: number 1;
  content: "Q" counter(number) "：";
}
.interview__contents__details p {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(31 / 18);
}
.interview__btn_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  height: auto;
}
.interview__back_btn_wrap {
  width: 162px;
  height: 42px;
}
.interview__back_btn_wrap .interview__back_btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  position: relative;
}
.interview__back_btn_wrap .interview__back_btn::after {
  content: "";
  display: block;
  background-image: url("../image/arrow_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.interview__next_btn_wrap {
  width: 343px;
  height: 42px;
}
.interview__next_btn_wrap .interview__next_btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d92620;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.interview__next_btn_wrap .interview__next_btn::after {
  content: "";
  display: block;
  background-image: url("../image/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* PC ================================================== */
@media all and (min-width: 1101px) {
}

@media all and (min-width: 769px) {
}

@media all and (max-width: 1100px) {
}

/* Tablet ================================================== */
@media all and (max-width: 768px) {
  /* //一覧ページ ================================================== */
  .article__list {
    padding-bottom: 100px;
  }
  .archive .interview_top_item {
    margin: 80px auto 50px;
    width: 90%;
  }
  .archive .interview_top_item:last-of-type {
    margin-bottom: 0;
  }
  .archive .interview_top_item::after {
    bottom: 60%;
    width: 80%;
    height: 95%;
  }
  .archive .interview_num {
    font-size: 18px;
    top: -50px;
  }
  .archive .interview_num span {
    font-size: 80px;
  }
  .archive .catch {
    font-size: 24px;
    left: 3%;
  }
  .archive .catch2 {
    font-size: 24px;
    left: 12%;
  }
  .archive .staff_profile {
    left: 0;
    bottom: 60px;
    width: 100%;
    padding: 20px;
  }
  .article__list .interview_top_item:nth-of-type(even) .staff_profile {
    left: 0;
    right: auto;
  }
  .archive .staff_profile .name {
    font-size: 24px;
  }
  .archive .staff_profile .name span {
    font-size: 12px;
  }
  .archive .staff_profile .position_col {
    font-size: 14px;
  }
  .archive .staff_profile .position_col .department {
    font-size: 12px;
  }
  .archive .staff_profile .position_col .position {
    font-size: 12px;
  }
  .archive .more_btn {
    justify-content: center;
  }
  .archive .more_btn__link {
    width: 80%;
    font-size: 14px;
  }

  .article__list .interview_top_item:nth-of-type(even) .more_btn {
    justify-content: center;
  }

  /* 詳細ページ */
  #interview {
    padding: 0 0 120px;
  }
  .interview__inner {
    width: 90%;
  }
  .interview__contents {
    margin: 0 auto;
  }
  .interview_top_item {
    width: 100%;
  }

  .interview__contents__details {
    width: 100%;
    padding: 20px 0 50px;
  }
  .details .interview_top_item {
    margin: 80px auto 0;
    width: 100%;
  }
  .details .interview_top_item:last-of-type {
    margin-bottom: 0;
  }
  .details .interview_num {
    font-size: 18px;
    top: -50px;
  }
  .details .interview_num span {
    font-size: 80px;
  }
  .details .catch {
    font-size: 24px;
    left: 3%;
  }
  .details .catch2 {
    font-size: 24px;
    left: 17%;
  }
  .staff_profile {
    left: 0;
    bottom: -10px;
    width: 100%;
  }
  .interview_top_item:nth-of-type(even) .staff_profile {
    left: 0;
    right: auto;
  }
  .staff_profile .name {
    font-size: 24px;
  }
  .staff_profile .name span {
    font-size: 12px;
  }
  .staff_profile .position_col {
    font-size: 14px;
  }
  .more_btn {
    justify-content: center;
  }
  .interview_top_item:nth-of-type(even) .more_btn {
    justify-content: center;
  }
  .interview__contents__details h3 {
    font-size: 16px;
  }
  .interview__contents__details p {
    font-size: 14px;
  }
  .interview__btn_area {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
  .details .interview__next_btn_wrap {
    width: 100%;
  }
  .interview__back_btn_wrap {
    width: 100%;
  }
}

/* SP ================================================== */
@media all and (max-width: 575px) {
  .archive .catch2 {
    font-size: 24px;
    left: 20%;
  }
}
