@import "http://fonts.googleapis.com/earlyaccess/notosansjapanese.css";
body {
  background-color: #FFFFFF;
}

.interview-background {
  margin-top: 8rem;
  background-image: url("../../img/page/hero-interview/interview-background.png ");
  height: 300px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.interview-background .interview-title {
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  color: #FFFFFF;
  font-size: 55px;
  letter-spacing: 0px;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.462745098);
  opacity: 1;
  font-weight: bold;
  line-height: 75px;
  margin-top: 10px;
}

.interview-content-title {
  text-align: center;
  margin-top: 85px;
  letter-spacing: 0.64px;
  color: #222222;
  opacity: 1;
  font-size: 16px;
}
.interview-content-title p {
  line-height: 27px;
}

.interview-content {
  width: 1140px;
  margin: 0 auto 172.3px auto;
}

.interview-content-list {
  margin-top: 80.6px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  row-gap: 30px;
}

.interview-img-detail img {
  height: auto;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  object-fit: cover;
  aspect-ratio: 10/6;
}
.interview-img-detail:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.interview-date-detail {
  margin-top: 9.8px;
  font-size: 14px;
  color: #2C2F2C;
  line-height: 20px;
  letter-spacing: 0px;
}

.interview-content-detail {
  font-size: 18px;
  font-weight: bold;
  color: #2C2F2C;
  line-height: 28px;
  letter-spacing: 0px;
}

.interview-content-title-sp {
  display: none;
}

@media screen and (max-width: 765px) {
  .interview-background {
    margin-top: 64px;
    background-image: url("../../img/page/hero-interview/interview-background-sp.png ");
    height: 202px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    position: relative;
  }
  .interview-background .interview-title {
    font-size: 32px;
    font-weight: bold;
    z-index: 1;
    margin: 0;
    line-height: 43px;
    letter-spacing: 1.9px;
  }
  .interview-content-title-sp {
    display: block;
    margin-top: 61px;
    text-align: center;
    padding: 0 12px;
  }
  .interview-content-title-sp p {
    color: #222222;
    line-height: 25.3px;
    font-size: 14px;
  }
  .interview-content-title {
    display: none;
  }
  .interview-content {
    width: unset;
    margin-bottom: 100px;
  }
  .interview-content-list {
    margin-top: 59px;
    padding: 0 15px;
    grid-template-columns: unset;
    gap: 20.2px;
  }
  .interview-background-sp {
    background: rgb(73, 125, 137);
    background: linear-gradient(360deg, rgb(73, 125, 137) 0%, rgb(0, 66, 155) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
  }
  .privacy-policy-background-sp {
    opacity: 0.1 !important;
  }
  .contact-form-description {
    margin-top: 61px;
    margin-bottom: 27px;
    gap: 3px;
  }
}
@media (min-width: 600px) and (max-width: 1140px) {
  .interview-content {
    width: unset;
  }
  .interview-content-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 12px;
  }
}
