@charset "utf-8";

#interview img {
  width: 100%;
}

#interview .img01 {
  width: 600px;
  height: 400px;
  border-radius: 0 0 60px 0;
  overflow: hidden;
}

#interview .staff {
  position: relative;
}

#interview .name_r {
  text-align: right;
  font-size: 18px;
  color: #b9b9b9;
  min-width: 460px;
  border-top: 2px solid #009f41;
  padding: 40px 30px;
  position: absolute;
  top: 80px;
  right: 0;
}

#interview .name_r .name_box:first-child {
  position: relative;
}

#interview .name_r .name_box:first-child::after {
  content: '×';
  position: absolute;
  right: -32px;
  bottom: 65px;
  color: #009f41;
}

#interview .name_r p:nth-of-type(2) {
  font-size: 40px;
  color: #222;
}

#interview .name_r p:nth-of-type(3) {
  font-size: 20px;
  color: #009f41;
}

#interview .question {
  padding-top: 60px;
}

#interview .text_box {
  width: 510px;
  padding-top: 40px;
  position: relative;
}

#interview .q {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 40px;
}

#interview .q span {
  font-size: 30px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #009f41;
  padding-right: 5px;
}

#interview .images {
  width: 480px;
  height: 340px;
  border-radius: 60px 0;
  overflow: hidden;
}

#interview .question:nth-child(3) .text_box,
#interview .question:nth-child(5) .text_box {
  order: 2;
}

#interview .question:nth-child(3) .text_box::after,
#interview .question:nth-child(5) .text_box::after {
  left: inherit;
  right: 0;
}

#interview p .name {
  color: #009f41;
}

@media only screen and (max-width: 768px) {
  #interview .staff {
    display: block;
  }

  #interview .img01 {
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  #interview .name_r {
    text-align: left;
    font-size: 16px;
    width: 320px;
    min-width: auto;
    padding: 10px;
    position: unset;
    margin: auto;
  }

  #interview .name_r .name_box:first-child::after {
    right: -8px;
    bottom: 38px;
  }

  #interview .name_r p:nth-of-type(2) {
    font-size: 30px;
    margin-top: 0;
  }

  #interview .name_r p:nth-of-type(3) {
    font-size: 16px;
    margin-top: 0;
  }

  #interview .question {
    display: block;
    padding-top: 0;
  }

  #interview .text_box {
    width: 100%;
    padding: 20px 0;
  }

  #interview .q {
    font-size: 16px;
    padding-bottom: 20px;
  }

  #interview .q span {
    font-size: 24px;
  }

  #interview .text_box::after {
    position: unset;
  }

  #interview .images {
    width: 100%;
    height: auto;
  }
}
