@charset "UTF-8";


  .mv_pc {
    width: 100vw;
      height: 92vh;
      display: inherit;
    background-image: url(/assets/img/top/mainvisual_pc.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
  }

  .recruitment {
    width: 100vw;
    height: calc(100vh - 100px);
    margin: 100px 0 0 auto;
    padding:0;
    position: relative;
    overflow: hidden;
  }


  .mv_ie11 {
    display: none;
    background-image: url(/assets/img/top/mainvisual_pc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mv_sp {
    background-image: url(/assets/img/top/mainvisual_pc.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
  }



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

    
    .recruitment {
      height: calc(100vh - 60px);
      margin: 60px 0 0 auto;
    }

    .mv_pc {
      display: none;
    }

    .mv_sp {
      background-image: url(/assets/img/top/mainvisual_sp.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100vw;
      height: 110vh;
      display: inherit;
    }

    .mv_sp img {
      width: 100%;
      height: auto;
      opacity: 0;
    }

  }

  @media only screen and (max-width: 600px) {
    .recruitment {
      height: calc(100vh - 60px);
      margin: 60px 0 0px auto;
    }


    .mv_sp {
      background-image: url(/assets/img/top/mainvisual_sp.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100vw;
      height: 92vh;
      display: inherit;
    }

    .mv_sp img {
      width: 100%;
      height: auto;
      opacity: 0;
    }



  }

  /*------------------------------------*/



  @media all and (-ms-high-contrast: none) {

html {
overflow: auto;
}
body {
overflow: hidden;
min-width: 900px;
}

    .recruitment {
      height: calc(100vh - 100px);
      margin: 100px 0 0 auto;
    }

  
    #first, #first-bg {
      display: none;
      overflow:hidden!important;
    }

    .mv_pc {
      display: none;
    }


    .mv_ie11 {
      background-image: url(/assets/img/top/ie_mainvisual_pc.jpg);
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100vw;
      height: 90vh;
      display: inherit;
    }

    .mv_ie11 img {
      width: 100%;
      height: auto;
      opacity: 0;
    }
  
  }




  body main.main {
    margin: 0;
    padding: 0;
    z-index: 5;
  }

  #top.main{
    overflow: hidden;
  }

  .content {
    margin:0;
    padding: 0;
    top: 0;
  }


  #first {
    overflow: hidden;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }

  #first-bg {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #first-bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #353535;
    z-index: 2;
    visibility: visible;
  }

  #first svg {
    position: absolute;
    width: 50vw;
    left: 50%;
    top: calc(55%);
    transform: translate(-50%, -50%);
    z-index: 4;
  }


  #svg-fill {
    opacity: 0;
  }

  .finished .svg-bg {
    opacity: 1;
  }

  #svg-animation .st0 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 546;
    stroke-dashoffset: 546;
  }



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

.footer-submenu-list {
        z-index: 5;
  }
    #first svg {
      position: absolute;
      width: 80vw;
      left: 50%;
      top: calc(58% - 60px);
      transform: translate(-50%, -50%);
      z-index: 4;
    }

   
  }



  ul.fix-banner{
    width:25%;
    position: absolute;
    left:30px;
    top:42.5%;
    display:block;
  }

  ul.fix-banner-ie{
    display:none;
  }

  ul.fix-banner-sp{
    display:none;
  }


  @media all and (-ms-high-contrast: none) {

    ul.fix-banner{
      display:none;
    }

    ul.fix-banner-ie{
      width:25%;
      position: absolute;
      left:30px;
      top:40%;
      z-index:10;
      display:block;
    }

  }

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

    ul.fix-banner{
      display:none;
    }


    ul.fix-banner-sp{
      width:100%;
      position: fixed;
      bottom:44px;
    left: 50%;
    z-index:8;
    margin:0 auto;
    text-align:center;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    display:block;
    background-color:#ffffff;
}
  
ul.fix-banner-sp a{
  width:100%;
  padding:10px 0;
  display:block;
}


ul.fix-banner-sp img{
  width:60%;
  margin:0 auto;
  text-align:center;
}

.is-open ul.fix-banner-sp{
  display:none;
}
  
  }


/*下からフェードイン*/
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 3.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
  0% {
     opacity: 0;
     transform: translateY(20px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}



  /*--NEWS -------------------------------*/


.news_wrapper{
  background-color:#1e1e1e;
  padding:50px 0;
  margin:0;
  color:#ffffff;
}

.news-ttl{
  width:auto;
  text-align: left;
  position: relative;
  width: auto;
  margin:0 0 5px 0;
padding:0;
  font-weight:bold!important;
  font-size:26px;
letter-spacing: 0.15em;
}

span.date{
  display: block;
  margin:0 0 5px 0;
}


ul.news-box{
  width:auto;
  height:auto;
  margin:0;
  padding:10px 0;
  text-align:left;
  line-height:150%;
  font-size:13px;
}

ul.news-box li.first{
  width:33%;
  height:70px;
  margin:0;
  padding:0 3% 0 0;
  text-align:left;
  border-right:1px dashed #ffffff;
  display: inline-block;
  vertical-align: top;
}


ul.news-box li.center{
  width:33%;
  height:70px;
  margin:0;
  padding:0 3%;
  text-align:left;
  border-right:1px dashed #ffffff;
  display: inline-block;
  vertical-align: top;
}

ul.news-box li.last{
  width:32%;
  height:70px;
  margin:0;
  padding:0 0 0 3%;
  text-align:left;
  border-right:none;
  display: inline-block;
  vertical-align: top;
}

ul.news-box a{
  color:#ffffff;
  display: block;
  text-decoration: underline;
}

ul.news-box a:hover{
  color:#eb5811;
}

.section-container-box{
  position: relative;
}


.more-links{
  position: absolute;
  top:20px;
  right:0px;
  font-weight:normal;
  font-size:12px;
  display: inline-block;
  padding:0 60px 0 0;
}

.more-links a{
  color:#ffffff;
}

.more-links a:hover{
  color:#eb5811;
}


.more-links:after {
 display: inline-block;
  position: absolute;
  width: 45px;
  top:0px;
  right:0px;
  height: 18px;
  background: url(/assets/img/common/contents-arrow01.svg) no-repeat center center;
  background-size: 45px 13px;
  content: "";
}


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



  .news_wrapper{
    background-color:#1e1e1e;
    padding:50px 0 35px 0;
    margin:-20px 0 0 0;
    color:#ffffff;
  }
  
  .news-ttl{
    width:auto;
    text-align: left;
    position: relative;
    width: auto;
    margin:0 0 5px 0;
  padding:0;
    font-weight:bold!important;
    font-size:26px;
  letter-spacing: 0.15em;
  }
  
  span.date{
    display: block;
    margin:0 0 5px 0;
  }
  
  ul.news-box{
    width:auto;
    height:auto;
    margin:0;
    padding:10px 0;
    text-align:left;
    line-height:150%;
    font-size:13px;
  }
  
  ul.news-box li.first{
    width:auto;
    height:auto;
    margin:0 0 25px 0;
    padding:0 0 25px 0;
    text-align:left;
    border-right:none;
    border-bottom:1px dashed #ffffff;
    display:block;
    vertical-align: top;
  }
  
  
  ul.news-box li.center{
    width:auto;
    height:auto;
    margin:0 0 25px 0;
    padding:0 0 25px 0;
    text-align:left;
    border-right:none;
    border-bottom:1px dashed #ffffff;
    display:block;
    vertical-align: top;
  }
  
  ul.news-box li.last{
    width:auto;
    height:auto;
    margin:0 0 25px 0;
    padding:0 0 25px 0;
    text-align:left;
    border-right:none;
    border-bottom:1px dashed #ffffff;
    display:block;
    vertical-align: top;
  }
  
  ul.news-box a{
    color:#ffffff;
    display: block;
    text-decoration: underline;
  }
  
  ul.news-box a:hover{
    color:#eb5811;
  }
  
  .section-container-box{
    position: relative;
  }
  
  
  .more-links{
    position: relative;
    top:0px;
    right:0px;
    font-weight:normal;
    font-size:12px;
    display: inline-block;
    padding:0 60px 0 0;
  }
  
  .more-links a{
    color:#ffffff;
  }
  
  .more-links a:hover{
    color:#eb5811;
  }
  
  
  .more-links:after {
   display: inline-block;
    position: absolute;
    width: 45px;
    top:0px;
    right:0px;
    height: 18px;
    background: url(/assets/img/common/contents-arrow01.svg) no-repeat center center;
    background-size: 45px 13px;
    content: "";
  }
  


}