/*.newgraduate-colorが指定されてる個所は新卒イメージカラー適用*/
.interviewList-title-inner.newgraduate-color,
.title-inner.newgraduate-color {
  background-color: var(--newgraduate-accent-deepcolor);
}

.interview-question.newgraduate-color,
.interview-question.newgraduate-color::before {
  color: var(--newgraduate-accent-deepcolor);
}

.headline-wrap.newgraduate-color {
  border-left: 1px solid rgba(2, 184, 185, 0.4);
  border-right: 1px solid rgba(2, 184, 185, 0.4);
}



/* reset */
p {
  margin: 0;
}

a {
  text-decoration: none;
}

/* ------------------------ */

.site-main#primary {
  padding: 0;
  margin: 143px 0 0;
  max-width: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .site-main#primary {
    margin: 83px 0 0;
  }
}

.img-wrapper {
  width: 100%;
  max-width: 1160px;
  max-height: 1333px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.title-inner {
  background-color: #EB9B5E;
  border-radius: 0px 35px 35px 0px;
  padding: 5px 15px 5px 10px;
  text-align: center;
  color: #FFFFFF;
}

.profile-wrap {
  color: var(--sub-text-color);
  margin-bottom: 40px;
}

.margin-wrap {
  width: 80%;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  top: -60px;
}

.interview-content {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.interview-question {
  color: #EB9B5E;
  line-height: 150%;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.interview-question::before {
  content: "─";
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  color: #EB9B5E;
  position: absolute;
}

.interview-answer {
  color:var(--main-text-color);
  margin-left: 20px;
}

.headline-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  width: 500px;
  border-left: 1px solid rgba(235, 155, 94, 0.4);
  border-right: 1px solid rgba(235, 155, 94, 0.4);
}

.headline-jp {
  letter-spacing: 0.07em;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.headline-en {
  color: var(--sub-text-color);
}

.interviewList {
  background-color: var(--background-color);
  padding: 40px 0;
  margin-bottom: 120px;
}

.interviewList-itemWrap {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin: 0 auto 40px;
  width: 80%;
  max-width: 768px;
  column-gap: 10%;
  row-gap: 65px;
}

.interviewList-item {
  width: 45%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.20), 0px 8px 24px 5px rgba(0, 0, 0, 0.05);
}

.interviewList-item a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}

.interviewList-img-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
  aspect-ratio: 3 / 2;
}

.interviewList-img-wrapper img {
  height: 100%;
  width: auto;
  transition: all 0.3s ease-in;
  object-fit: cover;
  vertical-align: middle;
}

.interviewList-title-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.interviewList-title-inner {
  background-color: #EB9B5E;
  border-radius: 0px 20px 20px 0px;
  padding: 5px 15px 5px 10px;
  text-align: center;
  color: #FFFFFF;
}

.interviewList-profile-wrap {
  padding: 10px;
  color: #666;
  background-color: #FFFFFF;
}


/* レスポンシブ */
@media screen and (max-width: 1160px) {
  .breadcrumb-list {
    padding: 0 30px;
    margin: 0px auto 40px;
  }
}

@media screen and (max-width: 1025px) {
  .title-inner {
    font-size: 24px;
  }

  .interviewList-title-inner {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .margin-wrap {
    top: -45px;
  }

  .title-wrapper {
    row-gap: 10px;
  }

  .title-inner {
    font-size: 20px;
  }

  .interviewList-itemWrap {
    flex-direction: column;
    align-items: center;
    row-gap: 23px;
    align-content: normal;
  }

  .interviewList-item {
    width: 100%;
  }

  .interviewList {
    margin-bottom: 80px;
  }

  .headline-wrap {
    width: 350px;
  }

  .headline-jp {
    font-size: 20px;
  }

}

@media screen and (max-width: 426px) {
  .margin-wrap {
    width: 100%;
    top: -40px;
  }

  .title-wrapper {
    row-gap: 5px;
  }

  .title-inner {
    font-size: 14px;
  }

  .profile-wrap {
    margin: 0 32px 40px;
    font-size: 12px;
  }

  .interview-content {
    margin: 0 32px;
  }

  .headline-wrap {
    width: 80%;
  }

  .interviewList-itemWrap {
    width: 90%;
  }

  .interview-answer {
    font-size: 14px;
  }
}