@charset "utf-8";

/* ====================  共通  ==================== */
.secArea.kvArea.top{
  margin-bottom: 0;
}
.kvArea .kvInner{
  position: relative;
}
.kvArea .kvInner img{
  width: 100%;
}
.secArea{
  margin-bottom: 36px;
}
.secArea .secInner{
  position: relative;
  padding: 0 13px;
}
.kvInner .btn{
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 115px;
}
.secArea.kvArea .ttl {
  font-size: 3rem;
  color: #fff601;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-font-smoothing: antialiased;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", ".HiraKakuInterface-W1";
  font-weight: 100;
}
.humanTx {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* ----------navRecruit---------- */
.navRecruit{
  margin-bottom: 35px;
}
.navList{
  border: #fff 1px solid;
  letter-spacing: -0.4em;
  text-align: left;
}
.navList li{
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 50%;
  border-bottom: #fff 1px solid;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.navList li:nth-child(even){
  border-left: #fff 1px solid;
}
.navList li span{
  text-align: center;
  display: block;
  line-height: 50px;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  background: #c6c4c4;
}
.navList .current span{
  background: #47458e;
}

/* ----------navRecruit---------- */
.tabArea{
  text-align: left;
}
.tabArea .ttl{
  color: #47458e;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.tabArea .detailTx{
  font-size: 1.2rem;
  color: #446bb3;
  margin-bottom: 20px;
}
.tabArea .recruitDetail{}
.tabArea .recruitDetail dt{
  font-size: 0.9rem;
  color: #221815;
  font-weight: bold;
  margin-bottom: 18px;
}
.tabArea .recruitDetail dd{
  font-size: 0.8rem;
  color: #221815;
  line-height: 1.8;
  margin-bottom: 22px;
}
.btnContact{
  display: block;
  background: #47458e;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.tabArea.hide{
  display: none;
}

/* ====================  SP  ==================== */
@media screen and (max-width: 767px){

}
/* ====================  PC  ==================== */
@media screen and (min-width: 768px){
  .hLogo{
    width: 178px;
  }
  .secArea{
    max-width: 1280px;
    margin: 0 auto 134px;
  }
  .secArea .secInner{
    max-width: 894px;
    margin: 0 auto;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .kvInner .btn{
    position: absolute;
    bottom: 24px;
    right: 22px;

    width: 230px;
  }
  .secArea.kvArea .ttl {
    font-size: 6rem;
  }
  .humanTx {
    font-size: 1.6rem;
    line-height: 2.5;
  }


  /* ----------navRecruit---------- */
  .navRecruit{
    margin-bottom: 75px;
  }
  .navList{
    max-width: 1280px;
    margin: 0 auto;
  }
  .navList li{
    width: 256px;
    width: 20%;
    border-bottom: none;
    border-left: #fff 1px solid;

    -webkit-transition: .3s ease;
       -moz-transition: .3s ease;
        -ms-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
  }
  .navList li:first-child{
    border-left: none;
  }
  .navList li span{
    font-size: 1.8rem;
    line-height: 80px;
  }
  .navList li:hover{
    opacity: 0.7;
  }

  .tabArea{
    max-width: 876px;
    margin: 0 auto;
  }
  .tabArea .ttl{
    font-size: 3rem;
    margin-bottom: 36px;
  }
  .tabArea .detailTx{
    font-size: 2.4rem;
    margin-bottom: 75px;
  }
  .tabArea .recruitDetail{
    margin-bottom: 80px;
  }
  .tabArea .recruitDetail dt{
    font-size: 1.8rem;
    float: left;
    line-height: 1.8;
  }
  .tabArea .recruitDetail dd{
    font-size: 1.6rem;
    margin-left: 190px;
    margin-bottom: 40px;
  }
  .btnContact{
    width: 610px;
    margin: 0 auto;
    line-height: 100px;
    font-size: 3rem;
    max-width: none;
  }

}
@media screen and (min-width: 769px) and (max-width: 1000px){
  /* ????? */
  /* ----------header---------- */
  .bb-header{
    width: 100%;
    background: #fff;
    text-align: center;
  }
  .bb-header .headInner{
    width: 100%;
    height: 70px;
  }
  .spHeader{
    height: 41px;
  }
  .hLogo{
    width: 100px;
    padding: 0;
    margin-left: 7px;

    -webkit-transition: .3s ease;
       -moz-transition: .3s ease;
        -ms-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
  }
  .hLogo .cpLogo{display: none;}
  /* Toggle Button */
  .navObj {
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 24px;
    height: 18px;
    padding: 13px 10px;
    cursor: pointer;
    z-index: 101;
  }
  .navObj div {
    position: relative;
  }
  .navObj span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .navObj span:nth-child(1) {
    top: 0;
  }
  .navObj span:nth-child(2) {
    top: 8px;
  }
  .navObj span:nth-child(3) {
    top: 16px;
  }
  /* .navObj ??????????? */
  .open .navObj span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open .navObj span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open .navObj span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .menuOpen{
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /* gNav */
  .gNav{
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 50;
    text-align: left;
    background: rgba(0,0,0,.8);

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .gnavList li{
    border-bottom: #fff 1px solid;
  }
  .gnavList li a{
    padding-bottom: 10px;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 0 7px;
    line-height: 44px;
    display: block;
  }
  .open #gNav {
    display: block;
  }

  .kvArea{
    padding-top: 70px;
  }

  .navList li span{
    font-size: 1.4rem;
  }
}
