/*=============================================================
 #home HOME
=============================================================*/
/* .incBnrs
================================================ */
#recruit_top .splitTitle {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
#recruit_top .splitTitle h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  transform: translate(-50%,-50%);
}
#recruit_top .split {
	display: flex;
}
#recruit_top .split .item {
	width:50%;
}
#recruit_top .split {
  display: flex;
  height: 100vh;
}
#recruit_top .split .item {
  width:50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#recruit_top .split .splitLeft {
	background-image: url(../img/home/img_split-left01_sp.png);
}
#recruit_top .split .splitRight {
	background-image: url(../img/home/img_split-right01_sp.png);
}
#recruit_top .split .item a {
  position: relative;
  display: block;
  height: 100%;
  height: 100vh;
}
#recruit_top .split .item span {
  position: absolute;
  bottom: 85px;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: center;
}
#recruit_top .split .item span:before {
  content: "";
  display: block;
  width: 19px;
  height: 3px;
  position: absolute;
  background: #fff;
  left: 50%;
  top: -14px;
  transform: translate(-50%,0);
}
#recruit_top .split .item .animsition-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: unset;
  color: #fff;
  font-weight: 500;
  bottom: 30px;
  border: 1px solid #fff;
  background-color: rgba(0,0,0,.5);
  transition: opacity .3s;
}
#recruit_top .split .item .animsition-button:hover {
   opacity: .8;
}
@media all and (min-width: 769px) {
  #recruit_top .splitTitle {
    min-width: 1200px;
    z-index: 1;
    pointer-events: none;
  }
  #recruit_top .splitTitle h1 {
    width: 27%;
  }
  #recruit_top .split .splitLeft {
  	background-image: url(../img/home/img_split-left01.png);
  }
  #recruit_top .split .splitRight {
  	background-image: url(../img/home/img_split-right01.png);
  }

#recruit_top .split .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color:rgba(0,91,171,0.3);
}
  #recruit_top .split .item:hover:before {
    opacity: 1;
    visibility: visible;
  }
  #recruit_top .split .item span {
    font-size: 24px;
  }
  #recruit_top .split .item span:before {
    width: 38px;
    height: 5px;
  }

  #recruit_top .split .item .animsition-button {
    width: 259px;
    padding: 4px 20px 5px;
  }
}

@media only screen and (max-width: 768px) {
  #recruit_top .split .item .animsition-button {
    font-size: 12px;
    padding: 0 5px;
    min-height: 39px;
    width: 73.5%;
  }
}

@media only screen and (orientation:landscape) and (max-width: 768px) {
  #recruit_top .split .splitLeft {
    background-image: url(../img/home/img_split-left01.png);
  }
  #recruit_top .split .splitRight {
    background-image: url(../img/home/img_split-right01.png);
  }
  #recruit_top .split .item span {
    bottom: 20px;
  }
  #recruit_top .splitTitle h1 {
    width: 200px;
  }
}
