#section01 {
  overflow: hidden;
  padding: 70px 0;
}

a {
    text-decoration: none;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}

.mv .inner .mvImg.img {
  background: url(/recruit/work/img/mv.jpg) center center no-repeat;
  background-size: cover;
}

.mv .inner .mvText {
  position: absolute;
  width: 18%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.tab {
  list-style: none;
  overflow: hidden;
}

.tab1,
.tab2,
.tab3,
.tab4,
.tab5,
.tab6 {
  float: left;
  background: #fff;
  padding: 10px;
  width: 16.66%;
  color: #051330;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 2px solid #81e6ef;
  border-left: 2px solid #81e6ef;
  border-right: 2px solid #81e6ef;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.tab_current {
  background: #81e6ef;
}

.content {
  list-style: none;
}

.content1,
.content2,
.content3,
.content4,
.content5,
.content6 {
  visibility: hidden;
  height: 0px;
  background: #fff;
  width: 100%;
}

.content_current {
  display: block;
  visibility: visible;
  height: auto;
}

.tabArea {
  width: 100%;
  position: relative;
  z-index: 99;
  margin: 70px auto;
}

.workBox .workMainImg {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.workBox {
  padding: 50px;
  overflow: hidden;
}

.workBox .workMainImg img {
  width: 100%;
}

.workBox .txtBox {
  width: 65%;
  float: left;
}

.workBox .txtBox .title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #81e6ef;
}

.workBox .txtBox .txt {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

.workBox .img {
  width: 30%;
  float: right;
}

.workBox .img img {
  width: 100%;
}

.sliderBox {
    clear: both;
}

.kokuban {
  background: url(/recruit/work/img/bg_choce.jpg) left repeat;
  background-size: contain;
  overflow: hidden;
  padding: 50px;
  margin-top: 50px;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.kokuban::after {
  background: url(/recruit/work/img/choce_bord.jpg) left no-repeat;
  background-size: contain;
}

.kokuban .text-box {
  width: 49%;
  float: left;
}

.kokuban .photo-box {
  width: 48%;
  float: right;
}

.text-box .text .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.text-box .text .txt {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.kokuban .photo-box {
  width: 41%;
  float: right;
  padding-bottom: 27px;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.text .title span {
  margin-left: 10px;
}

@media screen and (max-width: 600px) and (min-width: 0px) {

  .mv .inner .mvImg.img {
    background: url(/recruit/work/img/mv.jpg) -520px center no-repeat;
    background-size: cover;
  }

  #section01 {
    overflow: hidden;
    padding: 0;
  }

  .tabArea {
    padding: 20px;
    margin: 0;
  }

  .tab1,
  .tab2,
  .tab3,
  .tab4,
  .tab5,
  .tab6 {
    width: 50%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 13px;
  }

  .workBox .txtBox {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .workBox {
    padding: 30px;
    overflow: hidden;
  }

  .workBox .txtBox {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .workBox .img {
    width: 100%;
    float: none;
  }

  .sliderBox {
    margin-bottom: 50px;
  }
  
  .kokuban .text-box {
    width: 100%;
    float: none;
  }

  .kokuban .photo-box {
    width: 100%;
    float: none;
  }

.kokuban {
    padding: 20px;
    height: 585px;
}
  
  .kokuban_small{
    font-size: 14px;
  }
  
  .text-box .text .title {
    font-size: 17px;
  }

}
