@charset "UTF-8";
  #interview {
    padding: 0;
  }

.title {
/*  padding: 200px 0 100px; */
  padding: 200px 0 50px;
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1250px) {
}
/*
#title h2 {
  font-size: 28px;
  font-weight: 700;
}
*/
.interview_content {
  padding: 0 0 100px;
}
.interview_content .dl_wrap {
  width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 85px 100px;
  border-radius: 50px 0 0 0;
}
.interview_content .dl_wrap h3 {
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.interview_content .dl_wrap h4 {
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 40px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 50px;
  position: relative;
}
.interview_content .dl_wrap h4::before {
  background-color: #333;
  border-radius: 5px;
  content: "";
  height: 3px;
/*  transform: translateX(-50%);  */
  width: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.interview_content .dl_wrap h5 {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 40px 42px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
}
.interview_content .dl_wrap h5::before{
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 100%;
  border: 8px solid #e5f480;
  position: absolute;
  left: 0;
  top: 0;
}
.interview_content .dl_wrap p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0 0 2em;
  text-align: justify;
}
.interview_content .dl_wrap p {
  padding-left: -1em;
  text-indent: 1em;
}
.interview_content .dl_wrap figure {
  width: 92.5%;
  margin: 0 auto 40px;
}
.interview_content .dl_wrap figure:not(:has(figcaption)) {
  margin-bottom: 60px;
}
.interview_content .dl_wrap figcaption {
  padding: 10px 0 20px;
  font-size: 100%;
  line-height: 1.6;
}
.interview_content .dl_wrap figure img {
  width: auto;
  max-width: 100%;
}
.btn_wrap {
  padding: 0 0 150px;
}
@media screen and (max-width: 960px) {
  .title {
/*    padding: 26.6666666667vw 0 13.3333333333vw; */
    padding: 26.6666666667vw 0 6.6666666666vw;
  }
/*  #title h2 {
    font-size: 5.3333333333vw;
  } */
  .interview_content {
    padding: 0 0 13.3333333333vw;
  }
  .interview_content .dl_wrap {
    width: 100%;
    border-radius: 6.6666666667vw 0 0 0;
    padding: 13.3333333333vw 9.3333333333vw 5.3333333333vw;
  }
.interview_content .dl_wrap h3 {
    font-size: 3.4666666667vw;
    padding: 0 0 2.6666666667vw;
  }
.interview_content .dl_wrap h4 {
    font-size: 4.2333333333vw;
    padding: 0 0 6vw;
    margin-bottom: 8vw;
  }
.interview_content .dl_wrap h5 {
    font-size: 3.7333333333vw;
    padding: 0 0 2.6666666667vw 7vw;
  }
  .interview_content .dl_wrap h5::before{
  width: 2.2vw;
  height: 2.2vw;
  content: '';
  border-radius: 100%;
  border: 2vw solid #e5f480;
  position: absolute;
  left: 0;
  top: 0;
}
.interview_content .dl_wrap p {
    font-size: 3.4666666667vw;
    padding: 0 0 6vw;
  }
.interview_content .dl_wrap figure {
  margin: 0 auto 4vw;
}
.interview_content .dl_wrap figure:not(:has(figcaption)) {
  margin-bottom: 6vw;
}
.interview_content .dl_wrap figcaption {
  padding: 1vw 0 2vw;
  font-size: 3vw;
}
  .btn_wrap {
    padding: 0 0 20vw;
  }
}
