body {
  background-image: url("../../src/interview/bg.webp?date=260312");
  background-size: 100%;
  background-repeat: no-repeat;
}

.interview {
  padding-top: 100px;
  padding-bottom: 70px;
  margin: 0 auto;
  width: 1200px;
  max-width: 90%;
}
.interview h1 {
  font-size: 50px;
  padding: 10px 0;
  border-bottom: solid 2px #666666;
}
.interview h2 {
  font-size: 25px;
  padding: 20px 0;
  border-bottom: solid 2px #666666;
  margin-bottom: 30px;
}
.interview h3 {
  font-size: 25px;
  padding: 10px 0;
  margin-top: 30px;
}
.interview .top-img {
  width: 95%;
  margin: 0 auto;
}
.interview .int-box img {
  width: 300px;
}
.interview .int-box {
  margin-top: 50px;
}
.interview .int-box .int-right {
  float: right;
  width: 30%;
  margin-left: 5%;
}
.interview .profile {
  display: flex;
}
.interview .profile .profile-left {
  width: auto;
  padding-right: 5%;
}
.interview .profile .profile-left h3 {
  margin-top: 0;
  font-size: 16px;
}
.interview .profile .profile-left h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.interview .profile .profile-left P {
  font-weight: 800;
  font-size: 16px;
}
.interview .profile .profile-right {
  width: 50%;
}
.interview .profile .profile-right img {
  width: 90%;
  margin: 0 auto;
}
.interview .int-right img {
  margin-bottom: 20px;
}
.interview .int-right p {
  margin-bottom: 30px;
}
.interview .description {
  border: solid 2px #666666;
  padding: 5%;
  margin-bottom: 20px;
}
.interview .description h3 {
  margin-top: 0;
}
.interview .description h3 span {
  font-size: 16px;
  padding-left: 10px;
}
.interview .item {
  border: solid 2px #666666;
  padding: 5%;
  margin-bottom: 20px;
}
.interview .item h3 {
  margin-top: 0;
}
.interview .time {
  border: solid 2px #666666;
  padding: 5%;
  margin-bottom: 20px;
}
.interview .time h3 {
  margin-top: 0;
}
.interview .img-box {
  margin-top: 30px;
  width: 60%;
}
.interview .img-box .left {
  width: 70%;
}
.interview .img-box .right {
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
}

.time table {
  border-collapse: collapse;
}
.time table th {
  vertical-align: baseline;
  border-right: solid 1px #666666;
}
.time table th,
.time table td {
  padding-bottom: 20px;
}
.time table th {
  padding-right: 10px;
  font-family: "dnp-shuei-4gob-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.time table td {
  padding-left: 10px;
}

.reco-box {
  margin-bottom: 150px;
}
.reco-box .reco {
  height: auto;
  margin-bottom: 20px !important;
}
.reco-box h4 {
  margin: 10px 0;
}
.reco-box h4 span {
  background-color: #333333;
  color: white;
  padding: 7px 15px;
}

@media screen and (max-width: 900px) {
  .interview .description h3,
  .interview .item h3,
  .interview .time h3 {
    font-size: 20px;
  }
  .interview .description h3 span,
  .interview .item h3 span,
  .interview .time h3 span {
    font-size: 13px;
  }
}
@media screen and (max-width: 700px) {
  .interview .profile .profile-left h3 {
    font-size: 14px;
  }
  .interview {
    padding-bottom: 0px;
  }
  .interview .int-box {
    display: flex;
    flex-direction: column;
  }
  .interview .int-box .int-right {
    float: auto;
    width: 90%;
    margin: 50px auto;
    order: 100;
  }
  .interview .img-box {
    width: 100%;
  }
  .reco-box .reco {
    margin-bottom: 20px !important;
  }
}/*# sourceMappingURL=interview.css.map */