  @charset "UTF-8";
/*----------------------------------

インタビューページCSS

----------------------------------*/
section.mainvis {
  background: url("/recruit/info/img/interview/mainvis.jpg") no-repeat center/cover;
}
@media (max-width: 960px) {
  section.mainvis {
    background: url("/recruit/info/img/interview/mainvis_sp.jpg") no-repeat center/cover;
  }
}
section.mainvis h1 .en::first-letter {
  color: #c86e37;
}

.border_hdg {
  color: #3794c8;
}

section.catch {
  width: 100%;
  overflow-x: hidden;
  background: #f6f7f9;
}
section.catch .inner {
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  section.catch .inner {
    height: auto;
    min-height: 350px;
    padding-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
section.catch .img {
  width: 52%;
  position: absolute;
  right: -76px;
  bottom: 0;
  text-align: center;
}
@media (max-width: 960px) {
  section.catch .img {
    max-width: 436px;
    width: 64%;
    margin: 20px auto 14px;
    position: static;
  }
}
section.catch .txt {
  width: 55%;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  section.catch .txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
  }
}
section.catch .copy {
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  margin-bottom: 43px;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.63;
  white-space: nowrap;
}
@media (max-width: 960px) {
  section.catch .copy {
    margin-bottom: 1px;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    white-space: normal;
  }
}
@media (max-width: 960px) {
  section.catch .name {
    text-align: right;
  }
  section.catch .name img {
    width: 166px;
  }
}
section.catch .profile {
  margin: 30px 0 5px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 960px) {
  section.catch .profile {
    margin: 0;
    padding-left: 15px;
  }
}
section.catch .profile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 89%;
  background: #c86e37;
}
@media (max-width: 960px) {
  section.catch .profile:before {
    width: 4px;
    height: 92%;
  }
}
section.catch .profile dt {
  font-weight: 500;
  margin-bottom: 0;
}
section.catch .notes {
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 1.4rem;
}
@media (max-width: 960px) {
  section.catch .notes {
    font-size: 1.2rem;
    margin: 5px 0 20px;
    padding-left: 15px;
  }
}

section.message .inner {
  padding-top: 90px;
  padding-bottom: 95px;
}
@media (max-width: 960px) {
  section.message .inner {
    padding-top: 43px;
    padding-bottom: 73px;
  }
}
section.message p + h2 {
  margin-top: 42px;
}
@media (max-width: 960px) {
  section.message p + h2 {
    margin-top: 25px;
  }
}
section.message h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #c86e37;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (max-width: 960px) {
  section.message h2 {
    line-height: 1.5;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
section.message p {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 960px) {
  section.message p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
section.message ul {
  list-style: none;
  margin: 15px 0;
}