@charset "utf-8";

/*============================
#recruit
============================*/

#recruit img {
  margin-bottom: 30px;
  width: 100%;
}

@media only screen and (max-width: 768px) {

  #recruit img {
    background: url(../images/catch_sp.jpg) no-repeat center;
    display: block;
    height: 0;
    padding-top: 69.7368%;
    overflow: hidden;
    width: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}

/*============================
#interview
============================*/

#interview section:nth-child(n+2) {
  margin-top: 80px;
}

#interview .photo {
  align-items: stretch;
}

#interview .photo img {
  width: 380px;
}

#interview .photo .lead {
  width: 380px;
  background-color: #111;
  padding: 60px 30px 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}

#interview section:nth-child(2) .photo .lead {
  padding-top: 30px;
}


#interview .photo .lead .catch {
  font-size: 24px;
  text-align: center;
}

#interview section:nth-child(2) .photo .lead .catch {
  font-size: 20px;
}

#interview .photo .lead .name {
  font-size: 18px;
  text-align: right;
  margin-top: 30px;
}

#interview section:nth-child(2) .photo .lead .name {
  margin-top: 15px;
}

#interview .photo .lead .name span {
  font-size: 13px;
  margin-right: 20px;
}

#interview section:nth-child(2) .photo .lead .name span  {
  margin-right: 0;
}

#interview .photo .lead .place {
  border-top: 1px solid #fff;
  font-size: 13px;
  text-align: right;
  margin-top: 10px;
  padding-top: 10px;
}

#interview dl {
  margin-top: 40px;
}

#interview dl dt {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
}

#interview dl dt span {
  position: relative;
  padding-left: 40px;
}

#interview dl dt span::before {
  content: 'Q';
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  background-color: #111;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  margin: auto;
  height: 30px;
  line-height: 30px;
}

#interview dl dd:not(:first-of-type) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #interview section:nth-child(n+2) {
    margin-top: 50px;
  }

  #interview .photo {
    display: block;
  }

  #interview .photo img {
    width: 100%;
  }

  #interview .photo .lead {
    width: 100%;
    padding: 20px;
  }

  #interview .photo .lead .name {
    font-size: 18px;
    text-align: right;
    margin-top: 10px;
  }

  #interview dl {
    margin-top: 30px;
  }

  #interview dl dt span {
    display: block;
  }

  #interview dl dt span::before {
    font-size: 16px;
    bottom: auto;
  }

  #interview dl dd:not(:first-of-type) {
    margin-top: 15px;
  }
}

/*============================
#recruit_info
============================*/

#recruit_info table p:nth-child(n+2) {
  margin-top: 10px;
}

/*============================
#gallery
============================*/

#gallery img {
  width: 238px;
}

#gallery img:nth-child(n+4) {
  margin-top: 23px;
}

@media only screen and (max-width: 768px) {
  #gallery img {
    width: 48%;
  }

  #gallery img:nth-child(n+3) {
    margin-top: 4%;
  }
}
