@charset "UTF-8";

#top .gnav-list li:nth-of-type(1) a::after{
  transform: scale(1, 1);
}
#top .gnav-list .gnav-sub ul li:nth-of-type(1) a::after{
  transform: scale(0, 1);
}
#top .gnav-list .gnav-sub ul li:nth-of-type(1) a:hover::after{
  transform: scale(1, 1);
}
@media screen and (max-width:767px) { 
  #top .gnav-list li:nth-of-type(1) a::after{
    transform: scale(0, 0);
  }
}

/* common */

#top h1{
  line-height: 0;
}
#top .mainarea h2{
  margin-bottom: 60px;
}
@media screen and (max-width:767px) { 
  #top .mainarea h2{
    margin-bottom: 40px;
  }
}

/* mainvisual */

.top-mainvisual{
  height: 600px;
  margin-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.top-mainvisual .layout{
  text-align: left;
}
.top-mainvisual video{
  min-height: 600px;
  margin: auto;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-mainvisual h2{
  color: #fff;
  font-size: 4.2rem;
  letter-spacing: 3px;
  line-height: 1.6em;
  margin: 0 0 30px;
  padding-top: 120px;
}
.top-mainvisual p{
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.0em;
  margin: 0 0 50px;
}
.top-mainvisual .btn-area ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.top-mainvisual .btn-area ul li{
  margin: 0 30px 0 0;
  padding: 0;
  text-align: center;
}
.top-mainvisual .btn-area ul li:last-child{
  margin: 0;
}
@media screen and (min-width:768px) and ( max-width:1065px) {
  .top-mainvisual{
    height: 432px;
  }
  .top-mainvisual video{
    min-height: 432px;
    width: 100%;
  }
  .top-mainvisual h2{
    font-size: 3.6rem;
    padding-top: 50px;
  }
  .top-mainvisual p{
    font-size: 1.5rem;
    line-height: 1.8em;
    margin: 0 0 40px;
  }
}

@media screen and (max-width:767px) { 
  .top-mainvisual{
    height: auto;
    min-height: auto;
    margin-bottom: 80px;
  }
  .top-mainvisual .inner{
    height: 300px;
    min-height: 100%;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  .top-mainvisual video{
    height: auto;
    min-height: 100%;
    margin-left: -20%;
    width: 140%;
    z-index: -1;
  }
  .top-mainvisual h2{
    font-size: 2.2rem;
    letter-spacing: 1px !important;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .top-mainvisual p{
    font-size: 1.3rem;
    line-height: 1.6em;
    text-align: left;
  }
  .top-mainvisual .btn-area ul{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  .top-mainvisual .btn-area ul li{
    margin: 0 0 30px 0 ;
  }
}

/* important-news */

.block-important-news{
  margin-bottom: 90px;
}
.block-important-news .banner{
  background: #eee;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px;
  max-width: 90%;
}
.block-important-news .banner a{
  transition: .3s;
}
.block-important-news .banner a:hover{
  opacity: .7;
}
.block-important-news .banner img{
  width: 100%;
}
@media screen and (max-width:767px) { 
.block-important-news{
  margin-bottom: 60px;
} 
.block-important-news .banner{
  padding: 0;
  max-width: 100%;
} 
}

/* feature */

.block-top-feature{
  margin-bottom: 120px;
}
.block-top-feature .wrapper{
  display: flex;
}
.block-top-feature .wrapper .block{
  background: #0e214e;
  margin-right: 4%;
  padding: 80px 10px 25px;
  position: relative;
  width: calc((100% - 8%) / 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-top-feature .wrapper .block:last-child{
  margin-right: 0;
}
.block-top-feature .wrapper .block span{
  color: #fff;
  font-size: 9.6rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1em;
  position: absolute;
  left: 10px;
  top: 10px;
}
.block-top-feature .wrapper .block figure{
  margin-bottom: 25px;
  width: 100%;
}
.block-top-feature .wrapper .block figure img{
  width: 100%;
}
.block-top-feature .wrapper .block p{
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media screen and (max-width:767px) { 
  .block-top-feature{
    margin-bottom: 90px;
  }
  .block-top-feature .wrapper{
    display: block;
  }
  .block-top-feature .wrapper .block{
    box-sizing: border-box;
    margin: 0 0 40px;
    padding: 70px 10px 25px;
    text-align: left;
    width: 100%;
  } 
  .block-top-feature .wrapper .block span{
    font-size: 8.0rem;
  }
}

/* client */

.block-top-client{
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}
.block-top-client:after{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent #eee transparent;
}
.block-top-client ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.block-top-client ul li{
  margin: 0 2% 10px 0;
  padding: 0;
  width: calc(( 100% - 6%) / 4);
}
.block-top-client ul li:nth-of-type(4n){
  margin-right: 0;
}
.block-top-client ul li img{
  width: 100%;
}
@media screen and (max-width:767px) { 
  .block-top-client{
    padding-bottom: 50px;
  }
  .block-top-client:after{
    border-width: 0 0 70px 100vw ;
  }
  .block-top-client ul li{
    margin: 0 2% 10px 0;
    width: calc(( 100% - 4%) / 3);
  }
  .block-top-client ul li:nth-of-type(3n){
    margin-right: 0 !important;
  }  
  .block-top-client ul li:nth-of-type(4n){
    margin-right: 2%;
  }  
}

/* product */

.block-top-product{
  background: #eee;
  overflow: hidden;
  padding-bottom: 200px;
  position: relative;
}
.block-top-product:after{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent #fff transparent;
}
.block-product-type h3{
  text-align: center;
}
.block-product-type .inner .block a,
.block-product-type .inner .block span.planning{
  border: 2px solid #fff;
}
.block-top-product a.line{
  background: #fff;
}
@media screen and (max-width:767px) { 
  .block-top-product{
    padding-bottom: 100px;
  }
  .block-top-product:after{
    border-width: 0 0 70px 100vw ;
  } 
}

/* case */

.block-top-case{
  margin-bottom: 50px;
  position: relative;
}

/* special */

.block-top-special{
  background: #eee;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 0 0 50px;
  position: relative;
}
.block-top-special:before{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent transparent #fff;
}
.block-top-special .bottom-line:before{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent #fff transparent;
}
.block-top-special .layout{
  margin-top: 110px;
}
.block-top-special .block{
  margin-bottom: 95px;
  text-align: left;
  width: 80%;
  display: flex;
  align-items: center;
}
.block-top-special .block:last-child{
  margin: 0 0 0 20%; 
}
.block-top-special .block figure{
  width: 44%;
}
.block-top-special .block figure img{
  width: 100%;
}
.block-top-special .block .text-area{
  margin-left: 5%;
  width: 56%;
}
.block-top-special .block .text-area h2{
  color:  #0e214e;
  font-size: 1.4rem !important;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1em;
  margin-bottom: 15px !important;
}
.block-top-special .block .text-area .leadcopy{
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 15px;
}
.block-top-special .block .text-area .description{
  font-size: 1.5rem;
  line-height: 2em;
  margin-bottom: 60px;
}
.block-top-special .block .text-area .btn{
}
.block-top-special .block .text-area .btn a{
  background: #0e214e;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1em;
  padding: 15px 3em;
  text-align: center;
  transition: .3s;
}
.block-top-special .block .text-area .btn a:hover{
  opacity: .7;
  text-decoration: none;
}
@media screen and (max-width:767px) { 
  .block-top-special{
    padding: 30px 0 15px;
  }
  .block-top-special:before{
    border-width: 0 0 70px 100vw ;
  }
  .block-top-special .bottom-line:before{
    border-width: 0 0 70px 100vw ;
  }
  .block-top-special .layout{
    margin-top: 70px;
  }
  .block-top-special .block{
    margin-bottom: 95px;
    width: 100%;
    display: block;
  }
  .block-top-special .block:last-child{
    margin: 0; 
  }
  .block-top-special .block figure{
    margin: 0 auto 20px;
    width: 80%;
  } 
  .block-top-special .block .text-area{
    margin-left: 0;
    width: 100%;
  } 
  .block-top-special .block h2{
    font-size: 1.2rem !important;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: 15px !important;
    text-align: center;
  }
  .block-top-special .block .leadcopy{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.8em;
    margin-bottom: 25px;
  }
  .block-top-special .block .text-area .description{
    margin-bottom: 40px;
  }
  .block-top-special .block .text-area .btn{
    text-align: center;
  }
}

/* company */

.block-top-company{
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}
.block-top-company:after{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent #eee transparent;
}
@media screen and (max-width:767px) { 
  .block-top-company{
    padding-bottom: 100px;
  }
  .block-top-company:after{
    border-width: 0 0 70px 100vw ;
  }  
}

/* column */

.block-top-column{
  background: #eee;
  overflow: hidden;
  padding-bottom: 200px;
  position: relative;
}
.block-top-column:after{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent #fff transparent;
}
.block-top-column a.line{
  background: #fff;
}
@media screen and (max-width:767px) { 
  .block-top-column{
    padding-bottom: 100px;
  }
  .block-top-column:after{
    border-width: 0 0 70px 100vw ;
  } 
}

/* news */

.block-top-news{

}
.wrapper-news ul li a{
  padding: 15px 0;
}





















