/*---------------------------
recruit
----------------------------*/
nav {
  border-bottom: 1px solid #fff;
}

main {
  padding-bottom: 0;
}

#recruit .mv {
  background-color: #51AC1D;
  background-image: url(../../img/recruit/mv_bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #recruit .mv {
    padding: 50px 5% 0 5%;
    background-size: 220% auto;
  }
}
#recruit .mv .txt {
  max-width: 900px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 767px) {
  #recruit .mv .txt {
    max-width: 60%;
  }
}
#recruit .mv .img {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #recruit .mv .img {
    max-width: 70%;
  }
}
#recruit .inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #recruit .inner {
    max-width: 90%;
  }
}
#recruit .inner h2 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  margin: auto;
  margin-bottom: 3rem;
  color: #479C16;
  max-width: 364px;
  background-image: url(../img/recruit/title_line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  letter-spacing: 10px;
}
#recruit .inner .greeting {
  margin-bottom: 4rem;
}
#recruit .inner .greeting p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  text-align: center;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  #recruit .inner .greeting p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
#recruit .inner .greeting p span {
  color: #479C16;
}
#recruit .inner .greeting .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #recruit .inner .greeting .row {
    flex-wrap: wrap;
  }
}
#recruit .inner .greeting .row .txt {
  width: 65%;
  font-size: 1.1rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  #recruit .inner .greeting .row .txt {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 2rem;
  }
}
#recruit .inner .greeting .row .img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #recruit .inner .greeting .row .img {
    width: 100%;
    text-align: center;
  }
}
#recruit .inner .greeting .row .img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #recruit .inner .greeting .row .img img {
    max-width: 60%;
  }
}
#recruit .inner .demand {
  margin-bottom: 4rem;
}
#recruit .inner .demand .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #recruit .inner .demand .row {
    flex-wrap: wrap;
    text-align: center;
  }
}
#recruit .inner .demand .row .col {
  width: 27%;
}
@media screen and (max-width: 767px) {
  #recruit .inner .demand .row .col {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #recruit .inner .demand .row .col img {
    max-width: 70%;
    height: auto;
  }
}
#recruit .works {
  background: #EEFFBE;
  position: relative;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .works {
    padding-top: 1.5rem;
  }
}
#recruit .works h2 {
  color: #479C16;
  font-size: 2.4rem;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #recruit .works h2 {
    top: -15px;
  }
}
#recruit .works .inner {
  width: 1300px;
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #recruit .works .inner {
    width: 100% !important;
    max-width: 100%;
  }
}
#recruit .works .inner .top,
#recruit .works .inner .bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .works .inner .top img,
  #recruit .works .inner .bottom img {
    width: 50%;
    height: auto;
  }
  #recruit .works .inner .top img:nth-of-type(3),
  #recruit .works .inner .bottom img:nth-of-type(3) {
    display: none;
  }
}
#recruit .works .inner .top p,
#recruit .works .inner .bottom p {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .works .inner .top p,
  #recruit .works .inner .bottom p {
    bottom: -20px;
  }
  #recruit .works .inner .top p img,
  #recruit .works .inner .bottom p img {
    width: 90%;
  }
}
#recruit .works .inner .top {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #recruit .works .inner .top {
    margin-bottom: 2rem;
  }
}
#recruit .works .inner .bottom {
  margin-bottom: -10px;
}
#recruit .works .inner .row {
  max-width: 904px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #recruit .works .inner .row {
    max-width: 90%;
  }
}
#recruit .works .inner .row .col {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  background-image: url(../img/recruit/works_line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  #recruit .works .inner .row .col {
    font-size: 1rem;
  }
}
#recruit .works .inner .row .col span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #479C16;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #recruit .works .inner .row .col span {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
#recruit .works .inner .row .col:last-child {
  background-image: none;
}
#recruit .app .inner {
  padding: 3rem 0;
}
#recruit .app .inner h2 {
  background-image: none;
  font-size: 1.6rem;
  color: #333;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #recruit .app .inner h2 {
    font-size: 1.2rem;
  }
}
#recruit .app .inner dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 25% 1fr;
  padding: 1.5rem 0;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #recruit .app .inner dl > div {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  #recruit .app .inner dl > div dt {
    background: #eee;
    padding: 1rem;
  }
}
#recruit .app .inner dl > div dd {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #recruit .app .inner dl > div dd {
    padding: 1rem 0;
  }
}
#recruit .contact .top {
  padding: 5rem 0;
  text-align: center;
  background: #51AC1D;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #recruit .contact .top {
    padding: 2rem 1rem;
  }
}
#recruit .contact .top span {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 2rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  #recruit .contact .top span {
    font-size: 2rem;
  }
}
#recruit .contact .top p {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  #recruit .contact .top p {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
#recruit .contact .txt {
  background-image: url(../img/recruit/contact_bg.png);
  background-size: cover;
  padding: 5rem 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .contact .txt {
    padding: 2rem 1rem;
  }
}
#recruit .contact .txt > p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #recruit .contact .txt > p {
    font-size: 1rem;
  }
}
#recruit .contact .txt .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #recruit .contact .txt .row {
    flex-wrap: wrap;
    max-width: 90%;
  }
}
#recruit .contact .txt .row .tel {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #recruit .contact .txt .row .tel {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#recruit .contact .txt .row .tel p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #recruit .contact .txt .row .tel p {
    font-size: 1rem;
  }
}
#recruit .contact .txt .row .tel span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #recruit .contact .txt .row .tel span {
    font-size: 1.8rem;
  }
}
#recruit .contact .txt .row .tel span img {
  vertical-align: middle;
}
#recruit .contact .txt .row .tel span a:link, #recruit .contact .txt .row .tel span a:visited {
  text-decoration: none;
  color: #fff;
}
#recruit .contact .txt .row .table {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #recruit .contact .txt .row .table {
    width: 100%;
  }
}
#recruit .contact .txt .row .table a {
  display: block;
  border: 2px solid #fff;
  padding: 1.4rem 1rem;
  padding-left: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  background-image: url(../img/recruit/icon_table.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}
@media screen and (max-width: 767px) {
  #recruit .contact .txt .row .table a {
    font-size: 1rem;
    background-size: 10%;
  }
}