.banner {
  height: 262px;
  position: relative;
  width: 100%;
}

.banner .banner_12 img {
  height: 262px;
}

.banner .banner_06 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.2); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.0));
}

.banner .banner_06::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 96px;
  /* height: 28px; */
  background: url(../image/keep-out.png) no-repeat;
  background-size: 100% 100%;
}

.banner .banner_06 .furui {
  padding-top: 22px;
  color: #fff;
}

.banner .banner_06 .cookie {
  /* width: 550px; */
  height: 100px;
  margin: 20px auto;
  text-align: center;
  color: #fff;
  /* font-size: 50px; */
  /* font-size: 3vw; */
  /* font-size: 0.3rem; */
  font-size: 50px;

}

.employ {
  padding-left: 317px;
  padding-top: 77px;
}

.employ .title {
  color: #19bdc9;
  font-size: 28px;
  margin-bottom: 30px;
}

.employ .title_01 {
  color: #19bdc9;
  font-size: 28px;
  margin-bottom: 20px;
}

.employ .title_re {
  padding-bottom: 54px;
  padding-right: 12px;
}

.employ .title_re p {
  margin-bottom: 20px;
  color: #58595b;
}

.employ .erweima {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .employ {
    padding-left: 0.3rem;
  }

  .banner .banner_06 .cookie {
    font-size: 0.3rem;
    padding-top: .8rem;
    font-size: .4rem;
    width: 5rem;
  }

  .Shrieve .keep {
    height: .7rem !important;
  }

  .banner .banner_06::before {
    bottom: 0px;
    left: 0; 
    width: 100%;
    height: 65px;
    /* height: 28px; */
    background: url(../image/gsen_02.png) no-repeat;
    background-size: 100% 100%;
  }

}