@charset "UTF-8";
/*========================================================================================== INTERVIEW ===*/
@-webkit-keyframes fadeInterview {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInterview {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 901px) {
  #interview_sec {
    padding: 150px 0 50px;
  }
}
@media screen and (max-width: 900px) {
  #interview_sec {
    padding: 130px 0 55px;
  }
}

#interview_sec .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  -webkit-animation-name: fadeInterview;
  animation-name: fadeInterview;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#interview_sec .ttl p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16em;
  display: inline-block;
}
@media print, screen and (min-width: 901px) {
  #interview_sec .ttl p {
    font-size: 16px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 900px) {
  #interview_sec .ttl p {
    font-size: 14px;
    margin-top: 5px;
  }
}

#interview_sec .ttl h2 {
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}
@media print, screen and (min-width: 901px) {
  #interview_sec .ttl h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 900px) {
  #interview_sec .ttl h2 {
    font-size: 26px;
  }
}

@media print, screen and (min-width: 901px) {
  .employee {
    margin-top: 90px;
    width: 33.333%;
  }
}
@media screen and (max-width: 900px) {
  .employee {
    margin-bottom: 25px;
  }
}

.employee a {
  display: block;
}
.employee .image_box:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#99000000", GradientType=0);
  content: "";
  display: block;
  height: 35%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.employee .image_box {
  overflow: hidden;
  position: relative;
}

.employee .image {
  overflow: hidden;
}
.employee .image img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.employee a:hover .image img {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.employee .image_box p {
  color: #fff;
  letter-spacing: 0.06em;
  position: absolute;
  left: 20px;
  z-index: 1;
}
@media print, screen and (min-width: 901px) {
  .employee .image_box p {
    font-size: 20px;
    line-height: 1.27;
    bottom: 15.5%;
  }
}
@media screen and (max-width: 900px) {
  .employee .image_box p {
    font-size: 18px;
    line-height: 1.33;
    bottom: 12.5%;
  }
}

.employee.set_anim .image,
.employee.set_anim .image_box p,
.employee.set_anim .image_box:before {
  opacity: 1;
  -webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
  transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
}

.employee dl {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, screen and (min-width: 901px) {
  .employee dl {
    margin-top: -8.27%;
  }
}
@media screen and (max-width: 900px) {
  .employee dl {
    margin-top: -5.25%;
  }
}

.employee dt {
  background-color: #f08946;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 901px) {
  .employee dt {
    padding: 3px 25px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1145px) {
  .employee dt {
    font-size: 20px;
    padding: 20px 40px 15px;
  }
}
@media screen and (max-width: 900px) {
  .employee dt {
    padding: 3px 15px;
  }
}

.employee dd {
  background-color: #f2f1f0;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 901px) {
  .employee dd {
    font-size: 22px;
    padding: 20px 40px 15px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1145px) {
  .employee dd {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .employee dd {
    font-size: 18px;
    padding: 20px 15px 15px;
    margin-top: -15px;
  }
}

.employee dd .en {
  color: #f08946;
  font-weight: 0;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-left: 13px;
}
@media print, screen and (min-width: 901px) {
  .employee dd .en {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .employee dd .en {
    font-size: 12px;
  }
}

#interview_sec .btn {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #000000;
  line-height: 1;
  font-weight: 500;
  display: block;
  text-align: center;
  font-size: 15px;
  margin: 70px auto 50px;
  padding: 18px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media print, screen and (min-width: 901px) {
  #interview_sec .btn {
    border-radius: 25px;
    width: 234px;
  }
}
@media screen and (max-width: 900px) {
  #interview_sec .btn {
    /* border-radius: 22px; */
    border-radius: 26px;
    width: 58.933%;
  }
}

#interview_sec .btn.scroll {
  opacity: 1;
  visibility: visible;
}

@media print, screen and (min-width: 901px) {
  #interview_sec .btn:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.employee_list {
  opacity: 0;
  -webkit-animation-name: fadeInterview;
  animation-name: fadeInterview;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media print, screen and (min-width: 901px) {
  .employee_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .employee_list {
    margin: 50px 20px;
  }
}

/*========================================================================================== INTERVIEW MAIN VISUAL ===*/
#interview_mv.set_anim .profile .name > p > span > span,
#interview_mv.set_anim .profile .inner > p > span > span,
#interview_mv.set_anim .profile .joined > span > span {
  opacity: 1;
  -webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
  transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
}

#interview_mv .image {
  width: 100%;
  opacity: 0;
  -webkit-animation-name: fadeInterview;
  animation-name: fadeInterview;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 42.06%;
    margin-top: 75px;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 96.15%;
    margin-top: 62px;
  }
}

#interview_mv .profile {
  margin-top: -60px;
  position: absolute;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-animation-name: fadeInterview;
  animation-name: fadeInterview;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 48.64%;
    min-width: 600px;
  }
}
@keyframes fadeInterview {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

@media print, screen and (min-width: 901px) {
  #interview_mv .profile .inner {
    padding: 0 35px 25px 35px;
    margin-top: -25px;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .profile .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print, screen and (min-width: 901px) {
  #interview_mv .profile p {
    margin-top: 0;
  }
}

#interview_mv .profile .inner > p > span {
  font-size: 0;
  background: #000;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile .inner > p > span {
    display: inline-block;
    color: #fff;
    padding: 5px 30px;
    overflow: hidden;
    position: relative;
  }
}
#interview_mv.set_anim .profile .inner > p > span:after {
  -webkit-animation: top-anim 0.5s ease-in-out 0s forwards;
  animation: top-anim 0.5s ease-in-out 0s forwards;
}
#interview_mv .profile .inner > p > span > span {
  display: inline-block;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile .inner > p > span > span {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .profile .inner > p > span > span {
    font-size: 14px;
    line-height: 2;
    position: relative;
    z-index: 1;
  }
}

#interview_mv .profile .name_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile .name_block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .profile .name_block {
    padding: 20px 20px 15px 20px;
    position: relative;
    margin-top: -10px;
  }
}

@media print, screen and (min-width: 901px) {
  #interview_mv .profile .joined {
    line-height: 1;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .profile .joined {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#interview_mv .profile .joined > span {
  color: #666666;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile .joined > span {
    display: inline-block;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .profile .joined > span {
    display: block;
    line-height: 1;
    padding: 15px 30px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
}

#interview_mv .profile .joined > span:after {
  background-color: #f2f1f0;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#interview_mv.set_anim .profile .joined > span:after {
  -webkit-animation: top-anim 0.5s ease-in-out 0s forwards;
  animation: top-anim 0.5s ease-in-out 0s forwards;
}
#interview_mv .profile .joined > span > span {
  display: inline-block;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile .joined > span > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .profile .joined > span > span {
    font-size: 11px;
  }
}

#interview_mv .profile .name {
  margin-left: 25px;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
#interview_mv .profile .name .jp {
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile .name .jp {
    font-size: 32px;
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .profile .name .jp {
    font-size: 21px;
    letter-spacing: 0.16em;
  }
}

#interview_mv .profile .name .en {
  color: #f08946;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile .name .en {
    font-size: 14px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .profile .name .en {
    font-size: 12px;
    margin-top: 5px;
  }
}

#interview_mv .profile .name > p span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile .name > p span {
    font-size: 0;
  }
}
@media print, screen and (min-width: 901px) {
  #interview_mv .profile .name .jp > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .profile .name .jp > span > span {
    font-size: 21px;
  }
}

@media print, screen and (min-width: 901px) {
  #interview_mv .profile .name .en > span > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .profile .name .en > span > span {
    font-size: 12px;
  }
}

#interview_mv .detail {
  background-color: #f2f1f0;
  position: relative;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .detail {
    padding: 120px 0 65px;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .detail {
    padding: 100px 15px 65px;
  }
}

@media print, screen and (min-width: 901px) {
  #interview_mv .detail .business_content {
    margin: 0 auto 0;
    width: 800px;
  }
}

@media print, screen and (min-width: 901px) {
  #interview_mv .business_content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

#interview_mv .business_content dt {
  background-color: #c1bbb5;
  color: #fff;
  line-height: 1.3;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .business_content dt {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
    height: 114px;
    width: 114px;
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .business_content dt {
    font-size: 16px;
    text-align: center;
    padding: 10px 10px;
  }
}

#interview_mv .business_content dd {
  font-size: 14px;
}
@media print, screen and (min-width: 901px) {
  #interview_mv .business_content dd {
    width: calc(100% - 114px);
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .business_content dd {
    margin: 18px 10px 0;
  }
}

@media print, screen and (min-width: 901px) {
  #interview_mv .business_content .notes {
    text-align: left;
  }
}
@media print, screen and (min-width: 901px) {
  .interview1 #interview_mv .image {
    background-image: url("../img/interview1/main.jpg");
  }
  .interview2 #interview_mv .image {
    background-image: url("../img/interview2/main.jpg");
  }
  .interview3 #interview_mv .image {
    background-image: url("../img/interview3/main.jpg");
  }
  .interview4 #interview_mv .image {
    background-image: url("../img/interview4/main.jpg");
  }
  .interview5 #interview_mv .image {
    background-image: url("../img/interview5/main.jpg");
  }
  .interview6 #interview_mv .image {
    background-image: url("../img/interview6/main.jpg");
  }
  .interview7 #interview_mv .image {
    background-image: url("../img/interview7/main.jpg");
  }
  .interview8 #interview_mv .image {
    background-image: url("../img/interview8/main.jpg");
  }
  .interview9 #interview_mv .image {
    background-image: url("../img/interview9/main.jpg");
  }
}
@media screen and (max-width: 900px) {
  .interview1 #interview_mv .image {
    background-image: url("../img/interview1/main_sp.jpg");
  }
  .interview2 #interview_mv .image {
    background-image: url("../img/interview2/main_sp.jpg");
  }
  .interview3 #interview_mv .image {
    background-image: url("../img/interview3/main_sp.jpg");
  }
  .interview4 #interview_mv .image {
    background-image: url("../img/interview4/main_sp.jpg");
  }
  .interview5 #interview_mv .image {
    background-image: url("../img/interview5/main_sp.jpg");
  }
  .interview6 #interview_mv .image {
    background-image: url("../img/interview6/main_sp.jpg");
  }
  .interview7 #interview_mv .image {
    background-image: url("../img/interview7/main_sp.jpg");
  }
  .interview8 #interview_mv .image {
    background-image: url("../img/interview8/main_sp.jpg");
  }
  .interview9 #interview_mv .image {
    background-image: url("../img/interview9/main_sp.jpg");
  }
}
@media screen and (max-width: 900px) {
  #interview_mv .inner > p > span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 5px 30px;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 900px) {
  #interview_mv .profile .name_block:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 900px) {
  #interview_mv.set_anim .profile .name_block:before {
    -webkit-animation: top-anim 0.5s ease-in-out 0s forwards;
    animation: top-anim 0.5s ease-in-out 0s forwards;
  }
}

@media screen and (max-width: 900px) {
  #interview_mv .profile .name > p > span {
    font-size: 0;
  }
}

@media screen and (max-width: 900px) {
  #interview_mv .business_content dt br {
    display: none;
  }
}

/*========================================================================================== INTERVIEW SECTION ===*/
@media print, screen and (min-width: 901px) {
  .interview_sec {
    margin-top: 110px;
  }
}
@media screen and (max-width: 900px) {
  .interview_sec {
    margin: 60px 15px 0;
  }
}

.interview_sec .detail h2 {
  color: #f08946;
  font-weight: 400;
  line-height: 1;
}
@media print, screen and (min-width: 901px) {
  .interview_sec .detail h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .interview_sec .detail h2 {
    font-size: 16px;
    position: relative;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_sec .detail h2 span {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
}
.interview_sec .detail h2 > span {
  font-size: 0;
  padding-left: 75px;
}
.interview_sec .detail h2 > span:before {
  background-color: #f08946;
  content: "";
  height: 1px;
  width: 65px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 901px) {
  .interview_sec .detail h2 > span:before {
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .interview_sec .detail h2 > span:before {
    display: block;
  }
}

.interview_sec .detail h2 span > span,
.interview_sec .catch span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.interview_sec .detail h2 > span > span {
  line-height: 1.33;
}
@media print, screen and (min-width: 901px) {
  .interview_sec .detail h2 > span > span {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .interview_sec .detail h2 > span > span {
    font-size: 16px;
  }
}

.interview_sec .detail h2 > span > span > span,
.interview_sec .catch > span > span {
  overflow: hidden;
}

.interview_sec .detail h2.set_anim > span:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s cubic-bezier(0, 0.94, 0.72, 0.93) 0s;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.94, 0.72, 0.93)
    0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.94, 0.72, 0.93) 0s;
  transition: transform 0.3s cubic-bezier(0, 0.94, 0.72, 0.93) 0s;
  transition: transform 0.3s cubic-bezier(0, 0.94, 0.72, 0.93) 0s,
    -webkit-transform 0.3s cubic-bezier(0, 0.94, 0.72, 0.93) 0s;
}

.interview_sec .detail h2.set_anim > span > span:after {
  -webkit-animation: img-anim 0.8s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
  animation: img-anim 0.8s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
}

.interview_sec .detail h2.set_anim > span > span > span {
  opacity: 1;
  -webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
  transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
}

.interview_sec .catch.set_anim > span:after {
  -webkit-animation: img-anim 0.4s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
  animation: img-anim 0.4s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
}

.interview_sec .catch.set_anim > span > span {
  opacity: 1;
  -webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.6s;
  transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.6s;
}

.interview_hobby .bg:before,
.interview_hobby .bg:after,
.interview_hobby .bg > div:before,
.interview_hobby .bg > div:after {
  background-color: #f08946;
  content: "";
  display: block;
  z-index: -1;
}

.interview_hobby .bg:before,
.interview_hobby .bg:after {
  height: 1px;
  width: 100%;
  position: absolute;
}

.interview_hobby .bg > div:before,
.interview_hobby .bg > div:after {
  height: 100%;
  width: 1px;
  position: absolute;
}

/* 上 */
.interview_hobby .bg:before {
  left: -100%;
  top: 0;
}

.interview_hobby.set_anim .bg:before {
  -webkit-animation: top-anim 0.1s linear 0s forwards;
  animation: top-anim 0.1s linear 0s forwards;
}

/* 右 */
.interview_hobby .bg > div:after {
  right: 0;
  top: -100%;
}

.interview_hobby.set_anim .bg > div:after {
  -webkit-animation: right-anim 0.1s linear 0.1s forwards;
  animation: right-anim 0.1s linear 0.1s forwards;
}

/* 下 */
.interview_hobby .bg:after {
  right: -100%;
  bottom: 0;
}

.interview_hobby.set_anim .bg:after {
  -webkit-animation: bottom-anim 0.1s linear 0.2s forwards;
  animation: bottom-anim 0.1s linear 0.2s forwards;
}

/* 左 */
.interview_hobby .bg > div:before {
  left: 0;
  bottom: -100%;
}

.head_txt {
  border-bottom: 1px solid #c1bbb5;
  line-height: 1.83;
}
@media print, screen and (min-width: 901px) {
  .head_txt {
    font-size: 18px;
    margin: 0 auto;
    padding: 80px 40px 80px;
    width: 71.53%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 900px) {
  .head_txt {
    font-size: 14px;
    margin: 0 17px;
    padding: 45px 10px 45px;
  }
}

.interview_catch {
  text-align: center;
}
@media print, screen and (min-width: 901px) {
  .interview_catch {
    font-weight: 500;
    margin: 90px 0;
  }
}
@media screen and (max-width: 900px) {
  .interview_catch {
    margin: 40px 0;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_catch span.pc_anim {
    font-size: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_catch.set_anim span.pc_anim:before {
    -webkit-animation: img-anim 0.8s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
    animation: img-anim 0.8s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_catch span.pc_anim > span {
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 1.06;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_catch.set_anim span.pc_anim > span {
    opacity: 1;
    -webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
    transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
  }
}

.interview_catch + .interview_sec {
  margin-top: 0;
}
@media print, screen and (min-width: 901px) {
  .interview_sec .inner {
    margin: 0 auto;
    width: 71.53%;
    max-width: 1000px;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_sec.image_set .inner {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_sec.image_set .image {
    margin-right: 40px;
  }
}

.interview_sec.image_set .image img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 901px) {
  .interview_sec .detail {
    margin: 0 auto;
    width: 86.4%;
  }
}
@media screen and (max-width: 900px) {
  .interview_sec .detail {
    margin: 40px 10px 0;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_sec.image_set .detail {
    width: 100%;
  }
}

.interview_sec .detail .catch {
  color: #000000;
  font-weight: 500;
  line-height: 1;
  margin-top: 40px;
}
@media print, screen and (min-width: 901px) {
  .interview_sec .detail .catch {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .interview_sec .detail .catch {
    font-size: 19px;
  }
}

.interview_sec .detail .catch span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.interview_sec .detail .catch > span {
  font-size: 0;
}
.interview_sec .detail .catch > span > span {
  line-height: 1.54;
}
@media print, screen and (min-width: 901px) {
  .interview_sec .detail .catch > span > span {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .interview_sec .detail .catch > span > span {
    font-size: 19px;
  }
}

.interview_sec .detail > p {
  font-size: 14px;
}
@media print, screen and (min-width: 901px) {
  .interview_sec .detail > p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  .interview_sec .detail > p {
    margin-top: 20px;
  }
}

.interview_learn {
  background-color: #f2f1f0;
}
@media print, screen and (min-width: 901px) {
  .interview_learn {
    padding: 75px 0;
    margin-top: 125px;
  }
}
@media screen and (max-width: 900px) {
  .interview_learn {
    padding: 60px 0;
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_learn .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 71.53%;
    max-width: 1000px;
  }
}

.interview_learn .detail {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 901px) {
  .interview_learn .detail {
    padding: 95px 0;
  }
}
@media screen and (max-width: 900px) {
  .interview_learn .detail {
    padding: 12px 20px;
    margin-top: 25px;
    overflow: hidden;
  }
}

.interview_learn .detail.fade-left:before {
  background: url("../img/bg_message.png") no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: fade-left-in 0.5s ease-out 0s forwards;
  animation: fade-left-in 0.5s ease-out 0s forwards;
}
@media print, screen and (min-width: 901px) {
  .interview_learn .detail.fade-left:before {
    background-size: 283px auto;
    height: 302px;
    width: 283px;
  }
}
@media screen and (max-width: 900px) {
  .interview_learn .detail.fade-left:before {
    background-size: 205px auto;
    height: 250px;
    width: 205px;
    right: -30px;
  }
}

.interview_learn .ttl:after {
  background-color: #f08946;
  display: block;
  content: "";
  margin-right: auto;
  margin-top: 30px;
  height: 1px;
  width: 65px;
}
.interview_learn .ttl h2 {
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .interview_learn .ttl h2 {
    font-size: 25px;
    line-height: 1;
  }
}

.interview_learn .ttl h2 span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 901px) {
  .interview_learn .ttl h2.set_anim > span:after {
    -webkit-animation: img-anim 0.8s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
    animation: img-anim 0.8s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_learn .ttl h2.set_anim > span > span {
    opacity: 1;
    -webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
    transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_learn .ttl h2 > span,
  .interview_learn .ttl h2 > span > span,
  .interview_learn .ttl h2 > span > span > span {
    font-size: 0;
    line-height: 1;
  }
}

@media screen and (max-width: 900px) {
  .interview_learn .ttl h2 > span > span > span {
    font-size: 0;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_learn .ttl h2 > span > span > span > span {
    font-size: 34px;
    line-height: 1.54;
  }
}
@media screen and (max-width: 900px) {
  .interview_learn .ttl h2 > span > span > span > span {
    overflow: hidden;
    font-size: 25px;
    line-height: 1.4;
  }
}

.interview_learn .ttl p {
  margin-top: 15px;
}
@media print, screen and (min-width: 901px) {
  .interview_learn .ttl p {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .interview_learn .ttl p {
    font-size: 15px;
  }
}

.interview_learn .detail > p {
  margin-top: 30px;
}
@media print, screen and (min-width: 901px) {
  .interview_learn .image {
    margin-left: 55px;
  }
}
@media screen and (max-width: 900px) {
  .interview_learn .image {
    margin: 0 15px;
  }
}

.interview_learn .image img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 901px) {
  .interview_hobby {
    padding: 90px 0;
  }
}
@media screen and (max-width: 900px) {
  .interview_hobby {
    padding: 45px 15px;
  }
}

.interview_hobby .inner {
  position: relative;
}
@media print, screen and (min-width: 901px) {
  .interview_hobby .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 35px;
    width: 71.53%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 900px) {
  .interview_hobby .inner {
    padding: 15px;
  }
}

.interview_hobby .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  overflow: hidden;
  z-index: -1;
  border: 1px solid #f08946;
}
@media print, screen and (min-width: 901px) {
  .interview_hobby .bg {
    height: 88%;
  }
}
@media screen and (max-width: 900px) {
  .interview_hobby .bg {
    height: 100%;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_hobby .image {
    margin-right: 35px;
  }
}

.interview_hobby .image img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}

.interview_hobby .detail {
  width: 100%;
}

@media print, screen and (min-width: 901px) {
  .interview_hobby .detail h2.section_head {
    color: #f08946;
    font-weight: 500;
  }
}

@media screen and (max-width: 900px) {
  .interview_hobby .detail h2 {
    color: #f08946;
    font-weight: 500;
    font-size: 21px;
    text-align: center;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_hobby .detail h2.section_head > span > span {
    font-size: 28px;
  }
}

.interview_hobby .detail p {
  font-size: 14px;
  margin-top: 20px;
}

.interview_message {
  margin-top: 45px;
}
.interview_message .inner {
  background-color: #f2f1f0;
}
@media print, screen and (min-width: 901px) {
  .interview_message .inner {
    margin: 0 auto;
    padding: 0 60px 55px;
    width: 800px;
  }
}
@media screen and (max-width: 900px) {
  .interview_message .inner {
    padding: 0 25px 30px;
  }
}

.interview_message .ttl {
  text-align: center;
  position: relative;
  top: -25px;
}
@media screen and (max-width: 900px) {
  .interview_message .ttl {
    margin-bottom: -5px;
  }
}

.interview_message .ttl h2 {
  display: inline-block;
}
@media print, screen and (min-width: 901px) {
  .interview_message .ttl h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 46px;
  }
}
@media screen and (max-width: 900px) {
  .interview_message .ttl h2 {
    font-weight: 500;
    font-size: 21px;
    line-height: 43px;
  }
}

.interview_message .ttl h2 span {
  background-color: #f08946;
  color: #fff;
  display: inline-block;
  text-align: center;
}
@media print, screen and (min-width: 901px) {
  .interview_message .ttl h2 span {
    border: 2px solid #fff;
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 900px) {
  .interview_message .ttl h2 span {
    border: 1px solid #fff;
    height: 45px;
    width: 45px;
  }
}

.interview_message .ttl p {
  color: #f08946;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media print, screen and (min-width: 901px) {
  .interview_message .ttl p {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 900px) {
  .interview_message .ttl p {
    font-size: 15px;
    margin-top: 15px;
  }
}

.interview_message .inner > p {
  font-size: 14px;
  line-height: 1.85;
}
.interview_message .inner > p.catch {
  text-align: center;
}
@media print, screen and (min-width: 901px) {
  .interview_message .inner > p.catch {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.63;
    letter-spacing: 0.08em;
    margin: 15px 0 25px;
  }
}
@media screen and (max-width: 900px) {
  .interview_message .inner > p.catch {
    margin: 10px 0 20px;
  }
}

@media print, screen and (min-width: 901px) {
  .interview_message .inner > p.catch span.pc_anim {
    font-size: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .interview_message .inner > p.catch span.pc_anim > span {
    font-size: 19px;
    line-height: 1.63;
    letter-spacing: 0.04em;
  }
  .interview_message .inner > p.catch.set_anim span.pc_anim > span {
    opacity: 1;
  }
}
@media print, screen and (min-width: 901px) {
  .career_path_sec {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .career_path_sec {
    padding: 60px 30px 0;
  }
}

.career_path_sec .inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 901px) {
  .career_path_sec .inner {
    width: 90%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1145px) {
  .career_path_sec .inner {
    width: 95%;
  }
}

.career_path_sec .ttl {
  text-align: center;
}
.career_path_sec .ttl h2 {
  font-weight: 500;
}
@media print, screen and (min-width: 901px) {
  .career_path_sec .ttl h2 {
    line-height: 1;
  }
}
@media screen and (max-width: 900px) {
  .career_path_sec .ttl h2 {
    font-size: 22px;
    letter-spacing: 0.18em;
  }
}

@media print, screen and (min-width: 901px) {
  .career_path_sec .ttl h2.section_head > span > span {
    font-size: 28px;
    line-height: 1.69;
  }
}

@media print, screen and (min-width: 901px) {
  .career_path_sec .ttl p {
    color: #f08946;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.16em;
    margin-top: 5px;
  }
}

@media screen and (max-width: 900px) {
  .career_path_sec .ttl > p {
    color: #f08946;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.16em;
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 901px) {
  .career_path_sec .ttl > p > span > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .career_path_sec .ttl > p > span > span {
    font-size: 15px;
  }
}

.career_path {
  overflow: hidden;
  margin-top: 35px;
}
@media print, screen and (min-width: 901px) {
  .career_path ol {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: auto;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 901px) {
  .career_path ol > li {
    display: table-cell;
    font-size: 16px;
    line-height: 1.5;
    padding: 45px 15px 45px 70px;
    text-align: center;
    position: relative;
    vertical-align: middle;
  }
}
@media screen and (min-width: 901px) and (max-width: 1145px) {
  .career_path ol > li {
    display: table-cell;
    font-size: 13px;
    line-height: 1.5;
    padding: 35px 10px 35px 50px;
    text-align: center;
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .career_path ol > li {
    font-size: 16px;
    line-height: 1.5;
    padding: 70px 15px 10px 15px;
    text-align: center;
    position: relative;
  }
}

@media print, screen and (min-width: 901px) {
  .career_path ol > li:first-child {
    /*		padding: 45px 30px 45px 55px;*/
    padding: 45px 15px 45px 40px;
  }
}
@media screen and (max-width: 900px) {
  .career_path ol > li:first-child {
    padding: 42px 15px 5px 15px;
  }
}

@media print, screen and (min-width: 901px) {
  .career_path ol > li:last-child {
    /*		padding: 45px 50px 45px 80px;*/
    padding: 45px 40px 45px 70px;
  }
}
@media screen and (max-width: 900px) {
  .career_path ol > li:last-child {
    padding: 60px 15px 30px 15px;
  }
}

.career_path ol > li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: 6;
}
@media print, screen and (min-width: 901px) {
  .career_path ol > li:after {
    border-width: 70px 0 70px 37px;
    right: -37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .career_path ol > li:after {
    border-width: 37px 50vw 0 50vw;
    left: 50%;
    bottom: -37px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.career_path ol > li:last-child:after {
  display: none;
}
.career_path ol > li:nth-child(1) {
  background-color: #f2f1f0;
}
@media print, screen and (min-width: 901px) {
  .career_path ol > li:nth-child(1):after {
    border-color: transparent transparent transparent #f2f1f0;
  }
}
@media screen and (max-width: 900px) {
  .career_path ol > li:nth-child(1):after {
    border-color: #f2f1f0 transparent transparent transparent;
  }
}

.career_path ol > li:nth-child(2) {
  background-color: #eae8e6;
}

@media print, screen and (min-width: 901px) {
  .career_path ol > li:nth-child(2):after {
    border-color: transparent transparent transparent #eae8e6;
  }
}
@media screen and (max-width: 900px) {
  .career_path ol > li:nth-child(2):after {
    border-color: #eae8e6 transparent transparent transparent;
  }
}

.career_path ol > li:nth-child(3) {
  background-color: #e2dedb;
}

@media print, screen and (min-width: 901px) {
  .career_path ol > li:nth-child(3):after {
    border-color: transparent transparent transparent #e2dedb;
  }
}
@media screen and (max-width: 900px) {
  .career_path ol > li:nth-child(3):after {
    border-color: #e2dedb transparent transparent transparent;
  }
}

.career_path ol > li:nth-child(4) {
  background-color: #d5d1cd;
}

@media print, screen and (min-width: 901px) {
  .career_path ol > li:nth-child(4):after {
    border-color: transparent transparent transparent #d5d1cd;
  }
}
@media screen and (max-width: 900px) {
  .career_path ol > li:nth-child(4):after {
    border-color: #d5d1cd transparent transparent transparent;
  }
}

.career_path ol > li:nth-child(5) {
  background-color: #c9c4bf;
}

.btn_area {
  text-align: center;
}
@media print, screen and (min-width: 901px) {
  .btn_area {
    margin: 100px 0;
  }
}
@media screen and (max-width: 900px) {
  .btn_area {
    margin: 65px 0 55px;
  }
}

.btn_list {
  background: url("../img/ic_arrow_back.svg") left 22px center no-repeat;
  background-size: 6px auto;
  border: 1px solid #c1bbb5;
  display: inline-block;
  padding: 20px 20px 20px 45px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 901px) {
  .btn_list {
    width: 262px;
  }
}
@media screen and (max-width: 900px) {
  .btn_list {
    width: 69.86%;
    max-width: 262px;
  }
}

.btn_list:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 901px) and (max-width: 1145px) {
  .interview_sec .inner,
  .interview_learn .inner,
  .interview_hobby .inner {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .interview_catch span.sp_anim {
    font-size: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 900px) {
  .interview_catch span.sp_anim:before {
    background-color: #f08946;
    content: "";
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 900px) {
  .interview_catch span.sp_anim > span {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 1.54;
  }
}

@media screen and (max-width: 900px) {
  .interview_catch.set_anim span.sp_anim > span {
    opacity: 1;
  }
}

@media screen and (max-width: 900px) {
  .interview_learn .ttl h2.set_anim > span > span > span > span {
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
    transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
  }
}

@media screen and (max-width: 900px) {
  .interview_learn .ttl h2 > span > span > span:after {
    background-color: #f08946;
    content: "";
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 900px) {
  .interview_message .inner > p.catch span.sp_anim {
    font-size: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .interview_message .inner > p.catch.set_anim span.sp_anim:before {
    -webkit-animation: img-anim 0.8s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
    animation: img-anim 0.8s cubic-bezier(0, 0.94, 0.72, 0.93) 0.4s;
  }
  .interview_message .inner > p.catch span.sp_anim > span {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.63;
    letter-spacing: 0.04em;
  }
  .interview_message .inner > p.catch.set_anim span.sp_anim > span {
    opacity: 1;
    -webkit-transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
    transition: opacity 0.1s cubic-bezier(0, 0.94, 0.72, 0.93) 0.8s;
  }
}
@media print, screen and (min-width: 901px) {
  .interview3 .interview_learn .notes {
    line-height: 1.8em;
  }
}

@media print, screen and (min-width: 901px) {
  .interview2 .career_path > ol > li:last-child,
  .interview3 .career_path > ol > li:last-child,
  .interview5 .career_path > ol > li:last-child {
    padding: 45px 70px 45px 70px;
  }
}
@media screen and (max-width: 900px) {
  .interview2 .career_path > ol > li:last-child,
  .interview3 .career_path > ol > li:last-child,
  .interview5 .career_path > ol > li:last-child {
    padding: 30px 15px 30px 15px;
  }
}

@media print, screen and (min-width: 901px) {
  .interview4 .career_path .notes {
    font-size: 14px;
    margin: 20px auto 0;
    max-width: 761px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1145px) {
  .interview4 .career_path .notes {
    max-width: 640px;
  }
}

@media screen and (max-width: 900px) {
  .interview4 .career_path .notes > li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
