 

.watch-video-btn-a{background:rgba(0,0,0,0); cursor: pointer}
.watch-video-btn-a,
.watch-video-btn-a .watch-video-btn-a-text,
.watch-video-btn a {
    display: block;
    text-decoration: none;
    text-align: left;
    padding-left:10px;
}
.watch-video-btn-a:hover{
    text-decoration: none;
}

/**基本**/
.watch-video-btn::before,
.watch-video-btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.watch-video-btn.top-watch::before,
.watch-video-btn.top-watch::after{
    display:none
}
/**基本**/
.watch-video-btn,
.watch-video-btn::before,
.watch-video-btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s cubic-bezier(.47, .12, .11, .99);
  transition: all .4s cubic-bezier(.47, .12, .11, .99);
}
.watch-video-btn {
  position: relative;
  z-index: 2;
  border: 1px solid #737373;
  color: #282828;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}
.watch-video-btn:hover {
  color: #fff;
}
.watch-video-btn::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.watch-video-btn::after {
    top:0;
    left:-100%;
    width:100%;
    height:100%;
}
.watch-video-btn:hover::after {
  top: 0;
  background-color: #737373;
}
.watch-video-btn:hover::after {
    left:0;
    background-color:#737373;
}
.watch-video-btn {
    position: relative;
    display: inline-block;
    width:80%;
    margin-left:11%;
}
.watch-video-btn.top-watch a {
    position: absolute;
    z-index: 1;
    bottom: -80px;
    left: 50%;
    width: 1024px;
    height: 160px;
    margin-left: -512px;
    cursor: pointer;
    -webkit-transition: background-color .4s cubic-bezier(.47, .12, .11, .99);
    transition: background-color .4s cubic-bezier(.47, .12, .11, .99);
    background: rgba(98, 98, 98, .75);
}
.watch-video-btn.top-watch a:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: '';
    -webkit-transition: all .4s cubic-bezier(.47, .12, .11, .99);
    transition: all .4s cubic-bezier(.47, .12, .11, .99);
    background: #626262;
}
.watch-video-btn.top-watch a span {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    text-align: left;
    letter-spacing: .1em;
    color: #fff;
}
.watch-video-btn.top-watch a span:after {
    position: absolute;
    top: -8px;
    right: -60px;
    width: 40px;
    height: 40px;
    content: '';
    background: url(../images/i_play.svg) no-repeat center;
    background-size: 100% auto;
}
.watch-video-btn.top-watch a:after {
    display: none;
}
.watch-video-btn.top-watch {
    width:100%;
    margin-left:0;
    border:0;
    overflow: unset;
    margin-top:8%;
    height: 160px;margin-top: 1%;
}
.watch-video-btn.top-watch a:hover:before {
    /*top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    transform: scale(0.99,0.96);
}
.watch-video-btn a, 
.watch-video-btn-a .watch-video-btn-a-text {
    padding: 0% 10%;
    font-size:20px;
    text-decoration: none;
}
.watch-video-btn:hover a,.watch-video-btn:hover a:after, 
.watch-video-btn-a:hover .watch-video-btn-a-text,
.watch-video-btn-a:hover .watch-video-btn-a-text:after  {
    color:#fff;
    transition: 0.3s;
}
.watch-video-btn a:hover {
    color:#fff;
}
/* .watch-video-btn-a .watch-video-btn-a-text:before,
.watch-video-btn a:before {
    display: none;
    content:"";
    position: absolute;
    right: 14.8px;
    top: 52%;
    width: 50px;
    height: 1px;
    background: #737373;
    display: inline-block;
} */
.watch-video-btn-a .watch-video-btn-a-text:after,
.watch-video-btn a:after {
    position: absolute;
    z-index: 1; 
    top: 50%;
    right: 15px;

    width: 32px;
    height: 9px;

    content: '';
    -webkit-transition: right .5s cubic-bezier(.47, .12, .11, .99);
            transition: right .5s cubic-bezier(.47, .12, .11, .99);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url('../images/bathroomcabinets/i_ar.svg') no-repeat center right;
    background-size: 100% auto;
/*     position: absolute;
    top: 42%;
    right: 15px;
    width: 10px;
    height: 10px;
    content: '';
    border-top: 1px solid #282828;
    border-right: 1px solid #282828;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
}

.watch-video-btn a:hover:before, 
.watch-video-btn-a:hover .watch-video-btn-a-text:before { 
    /* background: #fff; */
/*     right: 10px;
    background: url('../images/bathroomcabinets/i_ar_btn_bk_on.svg') no-repeat right center;
    background-size: auto 100%; */
}
.watch-video-btn a:hover:after,
.watch-video-btn-a:hover .watch-video-btn-a-text:after {
/*     border-top: 1px solid #fff;
    border-right: 1px solid #fff; */
    right: 10px;
    background: url('../images/bathroomcabinets/i_ar_btn_bk_on.svg') no-repeat right center;
    background-size: auto 100%;
}

.kv{  
  background-image: url(../images/recruitment/recruitment_kv.jpg);background-size: auto 100%;background-position: center; background-repeat: no-repeat;
} 
.content article{
  display: inline-block;
  vertical-align: top;
    width: 100%;
    box-sizing: border-box;
}
.content article h3{
  font-size: 1.4em;font-weight: bold;
  margin-bottom: 0.8em;
}
.watch-video-btn-find-recruitment{
  width: 300px;
  margin-left: auto; margin-right: auto;
  display: block;
  margin-top: 38px;
  background-color: #fff;
}

.link-list{
  margin-top: 68px;
  font-size: 0
}
.link-item{
  font-size: 1rem;
  text-align: center;
  width: calc(100% / 2 - 24px);
  margin-right: 24px;    margin-bottom: 32px;
  display: inline-block;
}
.link-item:hover{    text-decoration: none;}
.link-item:nth-of-type(2n){margin-right: 0px;}
.link-item-image{
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.recruitment-enviroment .title{margin-bottom: 16px;}
.recruitment-enviroment .picture-big{width: 100%}
.recruitment-enviroment .text{margin:14px  0 ;}
.recruitment-enviroment .picture-list{font-size: 0;margin-bottom: 40px;}
.recruitment-enviroment .picture-item{display: inline-block;width: calc(100% / 2 - 24px);margin-right: 24px;margin-bottom: 20px;}
.recruitment-enviroment .picture-item:nth-of-type(2n){margin-right: 0px;}


.search{
  margin-top: 26px; margin-bottom: 26px;
}
.search .city{
  height: 2rem;    padding: 0 12px;
}
.search-result-list .search-result-item{
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px; margin-bottom: 22px;
  font-size: 0.9em;
}
.search-result-list  .search-result-item .desc-item{
  width: 30%;display: inline-block;font-size:120%;color:#6a6a6a;
}
.search-result-list  .search-result-item .desc-item:nth-last-child(1){/*width: 36%;*/}

.recruitment-detail .desc-item{
  width: auto;display: block;
}
.recruitment-detail .desc-item:nth-last-child(1){width: 36%;}

.recruitment-detail .desc{
  margin-top: 28px;
}
.recruitment-detail .link-list{
  text-align: center;font-size: 1rem;    margin-bottom: 3rem;
}
.recruitment-detail .link-button{
  display: inline-block;
  text-decoration: none;
  width: auto;
  margin: auto;
  padding: 0 1rem;
  line-height: 36px;
  width: 7.5rem;
}

@media screen and (max-width:640px) {
  
  .kv{   
    background-image: url(../images/recruitment/recruitment_kv_sp.jpg); 
  } 
  .content article{
    display: block;
    width: 100%;
  }
  .watch-video-btn-find-recruitment{
    width: 80%;
  }
  .link-item{
    width: 100%;
    margin-right: 0;
  }
/*   .recruitment-enviroment .picture-big-container{
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
  }
  .recruitment-enviroment .picture-big-container .picture-big{
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%, -50%);
    width: auto; height: 100%;
    max-width: none;
  } */
  .recruitment-enviroment .picture-item{
    width: 100%;margin-right: 0;
  }

  .search-result-list  .search-result-item .desc-item{
    width: 100%;
  }
  .recruitment-detail .desc-item{
    width: 100%;
  }
}
 