.mv {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
  background: url(/recruit/lib/cmn_img/sub_mv_bg.jpg) left repeat;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  overflow: hidden;
  color: #0c1941;
}

.move3 {
  position: relative;
  width: 100%;
}

.move3 .rellax.Img01 {
  top: 0px;
  left: 0;
  position: absolute;
}

.move3 .rellax.Img01 img {
  width: 18vh;
}

.move3 .rellax.Img02 {
  top: 500px;
  right: 0;
  position: absolute;
}

.move3 .rellax.Img02 img {
  width: 18vh;
}

.mainTxt {
  padding: 50px 0 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  color: #0c1941;
  position: relative;
  z-index: 99;
}

#section01 {
  padding-bottom: 100px;
  overflow: hidden;
  background: #fff;
  padding: 100px 0;
  overflow: hidden;
}

#section01 .title h2 {
  margin: 0 auto;
  text-align: center;
  width: 18%;
  position: relative;
  z-index: 999;
}

.title h2 img {
  width: 100%;
}

#section02 {
  padding-bottom: 100px;
  overflow: hidden;
  background: url(/recruit/lib/cmn_img/ptn_bg01.jpg) repeat;
  padding: 100px 0;
}

#section02 .title h2 {
  margin: 0 auto;
  text-align: center;
  width: 18%;
}

#section03 {
  padding: 50px 0 0;
  background: #fff;
  overflow: hidden;

}

#section03 .scInr-line {
  max-width: 600px;
  margin: 0 auto;
}

.entryBox {
  margin-top: 30px;
}

.entryBox table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #0c1941;
  font-weight: bold;
}

.entryBox table tr {
  border-bottom: solid 2px #fafdff;
}

.entryBox table th {
  position: relative;
  text-align: left !important;
  width: 30%;
  background-color: #d4f3ff;
  padding: 30px 0 10px 30px;
  font-weight: bold;
  color: #0c1941;
}

.entryBox table td {
  text-align: left;
  width: 70%;
  background-color: #fff;
  padding: 30px 0 30px 30px;
}

.tableBox {
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*
.slick-initialized .slick-slide {
  display: block;
  width: 300px !important;
}
*/

#footerBtn .mainaviBtn {
  float: none;
  margin: 0 auto;
}

.Btn a {
    font-size: 20px;
    padding: 26px 24px 20px 0;
    background: #fff;
}

@media screen and (max-width:800px) {

  .mv {
    padding: 40px;
    font-size: 24px;
  }

  .move3 {
    opacity: 0.5;
  }

  #section01 {
    padding: 50px 0;
  }

  #section01 .title h2 {
    width: 49%;
  }

  .mainTxt {
    padding: 0;
  }

  .mainTxt p {
    padding: 30px 20px 0 20px;
    font-size: 14px;
    position: relative;
    z-index: 999;
    letter-spacing: 0.001em;
  }

  #section02 {
    padding: 50px 20px;
  }

  #section02 .title h2 {
    width: 55%;
  }

  .entryBox table th {
    width: 100%;
    padding: 10px 0 10px 10px;
    display: block;
    text-align: center !important;
  }

  .entryBox table td {
    width: 100%;
    display: block;
  }


}
