@charset "utf-8";

/* gnavのアンダーライン */
.gnav-item:nth-child(3) .gnav-item-ttl {
  border-bottom: 1px solid #fff;
}
/* -------------------------
メインビジュアル
------------------------- */
.mv {
  /* background: url(../img/career-top.jpg) no-repeat ; */
  background: url(../img/recruite-top03.jpg) no-repeat ;
  background-position: center bottom 100%;
  background-size: cover;
  height: 600px;
}

.mv-txt {
  color: #fff;
  width: 250px;
}

.mv-ttl {
  padding-top: 135px;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 10px;
}

@media screen and (min-width:320px) and ( max-width:767px) {
  .mv-inner {
    text-align: center;
  }

  .mv-txt {
    margin: 0 auto;
  }
}

/* -------------------------
採用について
------------------------- */
.careers-inner {
 padding: 35px 125px;
}

.careers-ttl {
  font-size: 18px;
  margin-bottom: 35px;
  position: relative;
}

.careers-ttl::after {
  content: '';
  width: 47px;
  background-color: #dcdcdc;
  height: 1px;
  position: absolute;
  left: 0;
  top:30px;
}
.careers-txt {
  font-size: 12px;
  margin-bottom: 1em;
  line-height: 1.4;
}

@media screen and (min-width:320px) and ( max-width:767px) {
  .careers-inner {
    padding: 35px 20px;
  }
}

/* -------------------------
採用情報
------------------------- */
.careerinfo {
  background-color: #f9f9f9;
  padding: 30px 0;
}

.careerinfo-content {
  margin-bottom: 10px;
}

.careerinfo-image {
  margin: 0 auto;
  width: 580px;
  justify-content: space-between;
}


@media screen and (min-width:320px) and ( max-width:767px) {
  .careerinfo-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .careerinfo-image {
    display: block;
    width: 285px;
  }

  .careerinfo-image img {
    display: block;
    width: 285px;
    margin: 0 auto;
  }

  .careerinfo-image img:first-child {
    margin-bottom: 10px;
  }
}

/* -------------------------
選考について
------------------------- */
.select {
  padding: 30px 0 35px;
}

.select-btn {
  margin: 20px auto 0;
  width: 330px;
  padding: 10px 0;
  text-align: center;
  background-color: #deb522;
  border-radius: 4px;
}

.select-btn:hover {
  text-decoration: underline #fff;
  opacity: 0.9;
}

.select-btn a {
  color: #ffffff;
}

@media screen and (min-width:320px) and ( max-width:767px) {
  .select-btn {
    width: 250px;
    padding: 20px 0;
  }
  .select-btn a {
    font-size: 18px;
  }
}
