@charset "UTF-8";
/* ==========================================================================
//
// TOP
//
========================================================================== */
/* ==========================================================================
// animation
========================================================================== */
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0;
}
.visible {
  transition: opacity 0.5s ease;
  opacity: 1.0;
}
/* ==========================================================================
// bn-recruit
========================================================================== */
#bn-recruit{
  position: fixed;
  right: 10px;
  width: 130px;
  z-index: 1000;
  transition: 0.5s;
}
#bn-recruit a img{
  transition: 0.1s;
}
#bn-recruit a:hover img{
  opacity: 0.7;
}
/* ==========================================================================
// mainimg
========================================================================== */
#mainimg{
  position: relative;
  background: #ccc;
}
#mainimg .bg-mainimg{
  height: 680px;
}
#mainimg .bg-mainimg .vegas-animation-kenburns {
  animation: kenburns ease-out;
}
@keyframes kenburns {
  0% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}
#mainimg .bg-mainimg-newyear{
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 680px;
  background: url('/img/mainimg_newyear.jpg') center center no-repeat;
  background-size: cover;
}
#mainimg .txt-wrap{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1700px;
  margin: auto;
  z-index: 1;
}
#mainimg .txt-wrap img{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#mainimg .txt-wrap img#white{
  opacity: 0;
}
#mainimg .animate-lead{
}
@-webkit-keyframes fadeInLeftLead {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftLead {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#mainimg .animate-lead.fadeInLeft{
  -webkit-animation-name: fadeInLeftLead;
  animation-name: fadeInLeftLead;
}

/* ==========================================================================
// area-info
========================================================================== */
.area-info{
  display: flex;
  max-width: 1000px;
  margin:0 auto 90px;
}
.area-info a{
  transition: 0.2s;
}
.area-info .ttl-area{
  width: 220px;
  font-family: 'Teko', sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
.area-info .ttl-area a{
  display: block;
  padding: 20px;
  background: #191d6a;
  color: #fff;
}
.area-info .ttl-area a:hover{
  background: #00367e;
}
.area-info .list{
  display: flex;
  padding: 0 20px 0 0;
  line-height: 1.4;
}
.area-info .list dt{
  padding: 0 25px 0 35px;
}
.area-info .article{
  display: flex;
  align-items: center;
}
.area-info .article a{
  color: #3e3e3e;
}
.area-info .article a:hover{
  opacity: 0.7;
}
.area-info .txt-not{
  padding: 0 0 0 20px;
  line-height: 1.4;
}
/* ==========================================================================
// area-contents
========================================================================== */
.area-contents .txt-lead{
  margin: 0 0 130px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #191d6a;
  line-height: 1.6;
}
.area-contents .txt-lead span:first-child{
  display: block;
}

/* ttl */
.area-contents .ttl-contents{
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
.area-contents .ttl-contents span{
  display: inline-block;
  margin: 0 0 5px;
  font-size: 40px;
  font-family: 'Teko', sans-serif;
  letter-spacing: 0.1em;
}

/* sec-company
---------------------------------------------------------- */
.area-contents .sec-company{
  max-width: 1000px;
  margin: 0 auto 100px;
  background: url(../img/bg_contents_01.jpg);
  background-size: cover;
  font-size: 20px;
  color: #fff;
}
@-webkit-keyframes fadeInUp-01 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp-01 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.area-contents .sec-company.fadeInUp{
  -webkit-animation-name: fadeInUp-01;
  animation-name: fadeInUp-01;
}
.area-contents .sec-company .ttl{
  margin: 0 0 40px;
}
.area-contents .sec-company .ttl span{
  display: inline-block;
  width: 100%;
  margin: 10px 0 0;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.area-contents .sec-company .inner{
  width: 50%;
  background: url(../img/bg_contents_02.jpg) #191d6a;
  background-size: cover;
  padding: 105px 10px 60px;
  text-align: center;
}
.area-contents .sec-company .btn-basic{
  max-width: 220px;
  font-size: 18px;
}

/* sec-works & sec-fleet
---------------------------------------------------------- */
.area-contents .sec-works-fleet{
  margin: 0 0 100px;
  display: flex;
}
.area-contents .sec-works-fleet a{
  display: block;
  position: relative;
  width: 50%;
  padding: 145px 0 160px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.area-contents .sec-works-fleet a:after{
  content: "";
  position: absolute;
  top: 0;
  display: block;
  transition: all .5s ease;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.area-contents .sec-works-fleet a:hover:after{
  transform: scale(1.05);
}
.area-contents .sec-works-fleet .ttl-contents{
  max-width: 500px;
}
.area-contents .sec-works-fleet .box-works:after{
  background: url(../img/bg_contents_03.jpg?=250415);  
  background-size: cover;
}
.area-contents .sec-works-fleet .box-works .ttl-contents{
  margin: 0 0 0 auto;
}
.area-contents .sec-works-fleet .box-fleet:after{
  background: url(../img/bg_contents_04.jpg?=200917);
  background-size: cover;
}

/* sec-recruit
---------------------------------------------------------- */

/* ==========================================================================
//
// 404
//
========================================================================== */
#id-error .area-error{
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#id-error .area-error p{
  margin: 0 0 50px;
}
#id-error .area-error .list li{
  display: inline-block;
}
#id-error .area-error .list li + li{
  margin-left: 20px;
}
#id-error .area-error .list li .btn-basic{
  width: 220px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}