@charset "utf-8";
/* common
-------------------------------------------------------------- */
#lead {
  background: #f4fff8;
}

/* interview
-------------------------------------------------------------- */
#interview {
  margin: 60px auto;
}
#interview .inner {
  margin: auto;
  max-width: 1100px;
}
#interview .ttlArea {
  margin: 70px 0 40px;
  gap: 20px;
}
#interview .ttlArea span {
  padding: 5px 10px;
  background: var(--green);
  color: var(--white);
  font-size: 1.8rem;
}
#interview .ttlArea h3 {
  font-size: 2.4rem;
  font-weight: 500;
}
#interview .txtLead {
  margin: 30px 0;
}
#interview dl {
  gap: 20px 0;
  margin: 40px 0 30px;
  font-size: 1.8rem;
}
#interview dt {
  padding: 5px 20px;
  width: 20%;
  background: #dcdcdc;
  text-align: center;
}
#interview dd {
  padding: 5px 20px;
  width: 30%;
}
#interview .contentsBlock {
  padding-top: 30px;
}
#interview .contentsBlock.first-block {
  border-top: 1px solid var(--lightblack);
}
#interview .contentsBlock .photo {
  margin-top: 30px;
}
#interview .btn a {
  margin-top: 30px;
  padding: 25px;
  gap: 5px;
  justify-content: center;
  align-items: center;
  background: var(--lightgray);
}
#interview .btn span {
  font-size: 1.8rem;
}
#interview .btn .arrow {
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#interview .btn a:hover {
  background: var(--gray);
  color: var(--white);
  opacity: 1;
}
@media (max-width: 1100px) {
  #interview dl {
    font-size: 1.5rem;
  }
  #interview dt {
    padding: 10px 0;
  }
  #interview dd {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #interview {
    margin: 30px auto;
  }
  #interview .ttlArea {
    margin: 40px 0 20px;
    gap: 10px;
  }
  #interview .ttlArea span {
    padding: 3px 8px;
    font-size: 1.6rem;
  }
  #interview .ttlArea h3 {
    font-size: 2rem;
  }
  #interview .txtLead {
    margin: 20px 0;
  }
  #interview dl {
    gap: 10px 0;
    margin: 40px 0 30px;
    font-size: 1.4rem;
  }
  #interview dt {
    padding: 5px 0;
    width: 40%;
  }
  #interview dd {
    padding: 5px 10px;
    width: 60%;
  }
  #interview .contentsBlock {
    padding-top: 20px;
  }
  #interview .contentsBlock .photo {
    margin-top: 20px;
  }
  #interview .btn a {
    margin-top: 20px;
    padding: 15px;
  }
  #interview .btn span {
    font-size: 1.5rem;
  }
  #interview .btn .arrow {
    width: 20px;
    height: 20px;
  }
  #interview .btn .arrow img {
    width: 8px;
  }
}
