@charset "utf-8";
.header__wrapper.under {
  background: url("../imgs/interview/under_header_back.jpg") top -3px center / cover no-repeat;
}

/*===============
interview
================*/
.interview {
  margin-bottom: 117px;
  padding-top: 201px;
  padding-bottom: 122px;
  border-bottom: 1px solid #899db5;
}
.interview__heading {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 2.06;
  letter-spacing: 0.15em;
}
.interview__fvWrap {
  margin-bottom: 122px;
  position: relative;
}
.interview__fvImg {
  width: 100%;
  max-width: 1300px;
  padding-top: 639px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* .interview__fvImg--type01 {
  background: url(../imgs/interview/interview01_fv_img.jpg) center center / cover no-repeat;
}
.interview__fvImg--type02 {
  background: url(../imgs/interview/interview02_fv_img.jpg) center center / cover no-repeat;
}
.interview__fvImg--type03 {
  background: url(../imgs/interview/interview03_fv_img.jpg) center center / cover no-repeat;
}
.interview__fvImg--type04 {
  background: url(../imgs/interview/interview04_fv_img.jpg) center center / cover no-repeat;
} */
.interview__profileWrap {
  width: 395px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 10px 0 0;
  background-color: #dce2e9;
}
.interview__profile--heading {
  color: #065dde;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  line-height: 1.26;
  letter-spacing: 0.05em;
}
.interview__profile--name {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.interview__profile--contents {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.interview__contentsWrap.inner-935 {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
}
.interview__contentsBox {
  margin-bottom: 60px;
}
.interview__contents--heading {
  color: #66809f;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin-bottom: 18px;
  padding-left: 137px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.interview__contents--heading::before {
  content: "";
  display: block;
  width: 124px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #899db5;
}
.interview__contents--text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
}
.interview__contents--img {
  width: 100%;
  margin-bottom: 55px;
}
.flow__list {
  width: 100%;
}
.flow__listContents {
  display: flex;
}
.flow__listContents--heading,
.flow__listContents--text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
.flow__listContents--heading {
  width: 65px;
}
.flow__listContents--text {
  width: calc(100% - 65px);
}

/*===============
interview__link
================*/
.interview__link {
  padding-bottom: 110px;
}
.interview__link .section-title__en,
.interview__link .section-title__ja {
  text-align: left;
}
.interview__linkList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.1%;
}
.interview__linkList--item {
  width: calc(93.7% / 4);
  max-width: 304px;
}
.interview__link--img {
  display: block;
  margin-bottom: 20px;
}
.interview__link--heading {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.interview__link--text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-bottom: 2px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  /*===============
interview
================*/
  .interview__fvImg {
    padding-top: 49.1%;
    height: auto;
  }
}

@media screen and (max-width: 980px) {
  /*===============
interview
================*/
  .interview__heading {
    font-size: 21px;
  }
  .interview__fvImg {
    padding-top: 435px;
  }
  .interview__profileWrap {
    width: 345px;
    padding: 19px 10px 0 0;
  }
  .interview__profile--heading {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .interview__profile--name {
    font-size: 21px;
  }

  /*===============
interview__link
================*/
  .interview__link--heading {
    font-size: 16px;
  }
  .interview__link--text {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  /*===============
interview
================*/
  .interview {
    margin-bottom: 97px;
    padding-top: 161px;
    padding-bottom: 102px;
  }
  .interview__fvWrap {
    margin-bottom: 92px;
  }
  .interview__heading {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .interview__profileWrap {
    width: 255px;
    padding: 14px 10px 0 0;
  }
  .interview__profile--heading {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .interview__profile--name {
    font-size: 17px;
  }
  .interview__profile--contents {
    font-size: 14px;
  }
  .interview__contentsBox {
    margin-bottom: 40px;
  }
  .interview__contents--heading {
    margin-bottom: 13px;
    padding-left: 19.5%;
  }
  .interview__contents--heading::before {
    width: 18%;
    max-width: 124px;
  }
  .interview__contents--text {
    font-size: 14px;
  }
  .flow__listContents--heading,
  .flow__listContents--text {
    font-size: 14px;
  }

  /*===============
interview__link
================*/
  .interview__linkList {
    gap: 20px 15px;
  }
  .interview__linkList--item {
    width: calc((100% - 15px) / 2);
    max-width: 337px;
  }
  .interview__link--img {
    margin-bottom: 15px;
  }
  .interview__link--heading {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
