@charset "UTF-8";
/*
社員インタビューページ
/recruit/interview/
Version: 1.0.0
Update: 2024-08-22
*/
.content section {
  background-color: transparent !important;
}

/* 導入部 */
#introduction {
  position: relative;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #introduction {
    padding-bottom: 40px;
  }
}

#introduction .container {
  width: 1200px;
}

@media screen and (max-width: 767px) {
  #introduction .container {
    width: 100%;
  }
}

#introduction .mainPhoto {
  padding-top: 130px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #introduction .mainPhoto {
    margin: 0 -20px;
    padding-top: 0;
    text-align: center;
  }
}

#introduction .status {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -600px;
  z-index: 10;
  width: 600px;
  padding: 80px 0;
  padding-left: 80px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #introduction .status {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: -40px 20px 0;
    padding: 40px 20px;
    font-size: 1.2rem;
  }
}

#introduction .status .job {
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  #introduction .status .job {
    font-size: 2.4rem;
  }
}

#introduction .status .name {
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  #introduction .status .name {
    font-size: 2rem;
  }
}

#introduction .status .comment {
  padding-top: 15px;
  padding-right: 80px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #introduction .status .comment {
    padding-right: 0;
    font-size: 1.2rem;
  }
}

#introduction .status::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  right: 2000px;
  bottom: 0;
  background-image: linear-gradient(90deg, #408ec8, #0068b6);
  z-index: -1;
  transition-duration: 0.3s;
  transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  #introduction .status::after {
    left: 0;
    right: 100%;
  }
}

#introduction::before {
  content: "";
  position: absolute;
  top: 300px;
  left: 0;
  right: 100%;
  bottom: -140px;
  background-color: #e5f0f8;
  z-index: -2;
  transition-duration: 0.3s;
}

@media screen and (max-width: 767px) {
  #introduction::before {
    bottom: 0;
    transition-delay: 0.6s;
  }
}

#introduction::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  margin-left: -120px;
  bottom: -140px;
  background-color: #fff;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #introduction::after {
    display: none;
  }
}

#introduction.is-show::before {
  right: 50%;
}

@media screen and (max-width: 767px) {
  #introduction.is-show::before {
    right: 0;
  }
}

#introduction.is-show .status::after {
  left: 0;
  right: 0;
}

/* インタビュー本文 */
#mainContent {
  position: relative;
  padding: 60px 0 180px;
}

@media screen and (max-width: 767px) {
  #mainContent {
    padding: 10px 0 90px;
  }
}

#mainContent .textList {
  padding: 10px 0 70px;
}

@media screen and (max-width: 767px) {
  #mainContent .textList {
    padding: 0 0 20px;
  }
}

#mainContent .textList li {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  #mainContent .textList li {
    padding: 20px 20px;
  }
}

#mainContent .textList li .catch {
  padding-bottom: 15px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 3.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #mainContent .textList li .catch {
    padding-bottom: 10px;
    font-size: 2rem;
  }
}

#mainContent .textList li .question {
  padding-bottom: 20px;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.4rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #mainContent .textList li .question {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
}

#mainContent .textList li .answer {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #mainContent .textList li .answer {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
  }
}

#mainContent .textList li .answer .photo {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  #mainContent .textList li .answer .photo {
    margin: 0 -10px;
    padding-top: 20px;
  }
}

#mainContent .textList li .answer .photo.floatRight {
  float: right;
  margin-left: 30px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  #mainContent .textList li .answer .photo.floatRight {
    float: none;
    margin: 0 -10px;
    padding-top: 20px;
    order: 2;
  }
}

#mainContent .textList li .answer .photo.floatRight + p {
  order: 1;
}

#mainContent .textList li .answer span {
  font-size: 70%;
}

#mainContent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 100%;
  margin-left: -600px;
  width: 1200px;
  background-color: #f7f7f7;
  z-index: -1;
  transition-duration: 0.6s;
}

#mainContent::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 450px;
  background-image: linear-gradient(90deg, #408ec8, #0068b6);
  z-index: -2;
  transition-duration: 0.3s;
  transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  #mainContent::after {
    height: 120px;
  }
}

#mainContent.is-show::before {
  bottom: 180px;
}

@media screen and (max-width: 767px) {
  #mainContent.is-show::before {
    bottom: 90px;
  }
}

#mainContent.is-show::after {
  left: 0;
  right: 0;
}

/* 他の社員インタビュー */
@media screen and (max-width: 767px) {
  #otherList {
    padding: 40px 0;
  }
}

#otherList .title {
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #otherList .title {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 2.4rem;
  }
}
