@charset "UTF-8";

.mainVis {
	background: url(../images/bg-recruit.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top 40%;
}
.mainVis .mainVis_ttl {
  text-shadow: 1px 1px 0px #fff;
}

/*================================================
 * recruit
 ================================================*/
#recruit {
 	padding-bottom: 0;
}
#recruit .lead-ttl {
  font-family: 'rockness';
  text-align: center;
  color: #084795;
  font-size: 70px;
  margin-bottom: 0;
  letter-spacing: .05em;
  text-transform: capitalize;
  margin-bottom: 0;
}
#recruit .lead-txt {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  font-size: 17px;
  text-align: center;
}
#recruit .lead-txt strong {
  font-size: 22px;
}
@media screen and (max-width:768px) {
  #recruit .lead-ttl {
    font-size: 41px;
    margin-bottom: 10px;
    font-weight: bold;
    white-space: nowrap;
  }
  #recruit .lead-txt {
    font-size: 15px;
    line-height: 1.8;
  }
  #recruit .lead-txt.al {
    text-align: left;
  }
}


/*next*/
.next {
  margin-top: 60px;
}
.recruitBox {
  width: 50%;
}
.recruitBox a {
 	color: #fff;
}
.next .menu {
    position: relative;
    text-align: right;
}
.next .menu.new {
  background: url(../images/img-new.jpg) center no-repeat;
  background-size: cover;
}
.next .menu.mid {
  background: url(../images/img-mid.jpg) center no-repeat;
  background-size: cover;
}
.next .menu::before{
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
.next a:hover .menu::before{
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.next .recruitBox_inner {
 	padding: 70px 0px;
  position: relative;
  text-align: center;
}
.recruitBox .rock {
    font-family: 'rockness';
    margin-bottom: 0;
    font-size: 40px;
    letter-spacing: .1em;
 }
.recruitBox .part {
  font-size: 40px;
  margin-bottom: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
 }
.recruitBox .entry {
  color: #fff;
  font-family: 'Kite One', sans-serif;
  position: relative;
  padding: 0.7em 5em;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  border-bottom:1px solid #fff;
}
.recruitBox .entry:before {
  position: absolute;
  content: "";
  bottom: -14px;
    right: 5px;
    width: 15px;
    height: 20px;
    border: 1px solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(45deg);
}
@media screen and (max-width:768px) {
  .recruitBox {
    width: 100%;
  }
  .next .menu::before {
    background-color: rgba(0,0,0,0.3);
  }
  .recruitBox .part {
    font-size: 34px;
  }
}






