@charset "utf-8";
/* CSS Document */

.inner {
   margin: 0 4%;
  padding: 20px 0;
}

.inner p{
  font-size: 14px;
}

.boxTxt{
  margin-bottom: 20px;
}

#about{
  background-image:url("../img_index/re_bg.jpg");
  background-position:center bottom;
  background-repeat:no-repeat;
  background-size: 100%;
}

#about h2{
  font-weight: normal;
  font-size: 16px;
  text-align: center;
font-family:'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.8;
}



#about #scannerImg{
  display: flex;
  justify-content: space-around;  
  margin: 40px 0 80px;
  padding-top: 20px;
  background-image:url("../img_index/bg_reverseenginieering.png");
  background-position:center top;
  background-repeat:no-repeat;
  background-size: 100%;
}

#about #scannerImg > div{
  width: 36%;
  text-align: center;  
}

#about #scannerImg > div > div{
  margin-top: -25px;
}


@media screen and (min-width: 768px), print {

.inner{
  width: 100%;
    max-width: 1120px;
    min-width: 980px;
    margin: 0 auto;
    padding: 80px 10px;
}
  
  .inner p {
    font-size: 16px;
}
  
  #about {

  }  
  
#about .inner{
padding-top: 0;
}  
  
#about h2{
  font-size: 28px;
}
  
#about #scannerImg {
    margin: 80px 0;
    padding-top: 70px;
}  
  
#about #scannerImg > div > div{
 font-size: 160%;
}  

  
}

/*--------Bussiness-----------*/


.topTtl{
  font-size: 130%;
  text-align: center;
  line-height: 1.6;
font-family:'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight:600; 
  letter-spacing: 0.08em;
  color: #011c73;
  position: relative;
  margin-top: -55px;
  margin-bottom: 60px;
}

.topTtl .en{
font-size: 70%;
  display: block;
font-family:'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight:600;   
}

.topTtl:after{
    content: "";
    display: block;
    width: 1px;
    height: 10vw;
    background: #011c73;
    position: absolute;
    left:50%;
    top: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
}

.charaTtl{
  background-color: #000;
  color: #fff;
  display: inline-block;
  line-height: 2;
  padding: 0 10px;
font-family:'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";  
  font-weight: 400;
}

.secTtl{
  font-size: 140%;
  line-height: 1.6;
font-family:'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight:600; 
  letter-spacing: 0.08em;
  margin-top: 0.3em;
}

.secTtl .en{
font-size: 50%;
  display: block;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight:normal;
  opacity: 0.8;
  color: #0077c9;
}

.sst{
  font-size: 100%;
  text-align: center;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  margin-bottom: 0.5em;
  color: #0077c9;
}

.btn01 {
  margin: 20px auto 0;

}

.btn01 a{
  padding: 10px 13px;
  display: block;
  text-decoration: none;
  text-align: center;  
  background:#011c73;
  background-size: 16px;
  color: #fff;
font-family:'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; 
  position: relative;
}

.btn01 a:after{
  position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f054";
font-weight:600;
right: 5%;
top:30%;  
}

.svSec{
position: relative;
  margin-top: 20px;
}


.svSec .inW{
  background: url("../img_index/service_bg.jpg") 0 60px no-repeat;
  background-size: cover;
  margin-left: 5%;
}

.svSec .inW.rv{
  margin-left: 0;
  margin-right: 5%;
}

.svSec .inW:after {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom:0;
    left:10%;
    content: "";
    z-index: -10;
}  

.svSec .boxTxt{
width: 90%;
  margin:-30px 5% 0 5%;
  background-color: #fff;
  padding: 15px;
  position: relative;
  z-index: 10;
}

.svSec .boxP{
  width: 80%;
  margin-left: -8%;
  position: relative;
}

.svSec .rv .boxP {
    width: 80%;
    margin-left:40%;
    position: relative;
  margin-right: 0;
}


@media screen and (min-width: 768px), print { 
  
  
.topTtl{
  font-size: 240%;

  margin-top: -75px;
}

.topTtl .en{
 
}

.topTtl:after{
height: 50px;
}  
  

.btn01 {

}  
  
.btn01 a {
    padding: 15px 30px;
  font-size: 18px;
  background-size: 34px;
}    
  
.svSec .inW{
  background:none;
margin-left: 0;
}  
  
  .svSec .inner{
    position: relative;
  }  
  
.svSec .inW:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:calc(50% - 440px);
    content: "";
    z-index: -10;
  background: url("../img_index/service_bg.jpg") left bottom no-repeat;
}  
  
  
  .svSec .boxP{
    width: 74%;
  }
  
.svSec .boxTxt {
    width: 468px;
  position: absolute;
  top:250px;
right: 0;
  float: right;
padding:40px;
  min-height:386px; 
}  
  
  .charaTtl{
    font-size: 140%;
  } 
  
  .secTtl{
    font-size: 220%;
  }
  
.svSec .inW.rv {
    margin-right: 0;
}  
  
 .svSec .inW.rv:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
   left:inherit;
  right:calc(50% - 440px);
    content: "";
    z-index: -10;
  background: url("../img_index/service_bg.jpg") right bottom no-repeat;
} 
  
.svSec .rv .boxTxt {
width: 468px;
position: absolute;
top:250px;
left: 0;
float: left;
padding:40px;
}  
  
}


/*---Recruit---*/

#recruit{
  position: relative;

 }

#recruit .inW{
    margin: 0 0 0 20px;
  background:#0077c9 url("../img_index/bg_recruit.png") right 105% no-repeat;
  background-size: 30%;

}

#recruit .secTtl,
#recruit .secTtl .en{
  color: #fff;
}

#recruit-container{
  margin-top: 30px;
}

#recruit-container > div{
  width: 47.7%;
  display: inline-block;
  margin-right: 2.5%;
  margin-bottom: 15px;
  position: relative;
}

#recruit-container > div:nth-child(2n){
  margin-right: 0;
}

#recruit-container > div a{
  display: block;
  transition: 0.5s;
}

#recruit-container > div a img{

}

#recruit-container > div a:hover,
#recruit-container > div a:hover img,
#recruit-container > div a:hover span{
  opacity: 1;
     -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

#recruit-container > div a span{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: rgba(255,255,255,0.8);
  color: #000;
  padding: 5px;
  width: 100%;
  font-size: 90%;
  text-align: center;
  z-index: 1;
  
}

@media screen and (min-width: 768px), print {
  

#recruit .inW {
position: relative;
    width: 1280px;

    margin: 0 auto;
background: #0077c9 url(../img_index/bg_recruit.png) right 132% no-repeat;
    background-size: 470px;  
}
  
#recruit .inW:after {
    position: absolute;
    background-color: #0077c9;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    content: "";
    z-index: 0;
}  
  

#recruit-container > div{
  width:520px;
  margin-right: 4.2%;
  margin-left: 4.2%;
  margin-bottom: 30px;
}
  
  #recruit-container > div:nth-child(2n) {
    margin-right: 0;
  }  
  
 #recruit-container > div a span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-color: rgba(255,255,255,0.8);
    color: #000;
    padding: 15px;
    width: 100%;
    font-size: 100%;
    text-align: center;
}
  
  #recruit-container > div a:hover{
    opacity: 1;
  }  
  
}

/*--------contact----------*/

.conT{
  margin-top:50px;

}

@media screen and (min-width: 768px), print {
  
.conT{
  margin-top: 100px;
}
  
    
}


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

.slidertxt{
  position:absolute;
  top:270px;
  left: 0;
  z-index:10;
  width: 80%;
  color: #c00;
}

@media screen and (min-width: 768px), print {
  
 .slidertxt{
  position:absolute;
  top:500px;
  left: 30px;
  z-index:10;
  width: 80%;
} 
}



.sdwpBox{
position: relative;
  left:0;
  top:0;
 overflow:visible;
}



.sdwp{
  display: inline-block;
  width: 90%;
  margin: 0 0 0 5%;
  overflow: hidden;
/*    mask-image: url(../image/index/mask.svg);
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  -webkit-mask-image: url(../image/index/mask.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;  */
}


.mtxtBox{
  position: relative;
  z-index: 40;
  top: 0;
  left:0;
 
}

.mtxtBox .chtx1{
  color: #000000;
  font-size: 240%;
font-family: Georgia, "Times New Roman", Times, "serif";
   line-height: 1.2;
}

.mtxtBox .chtx1 span{
  color: #f6dc2b;
}

.mtxtBox .chtx2{
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;  
  color: #787878;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
   line-height: 1.4;
font-size: 120%;  
}

.mtxtBox .chtx2 span{
  color: #4591ba;
}

@media screen and (min-width: 768px) , print {
  
#mainV{
  height:1200px;
}   
  
  
#mainV .parallelogram01 {
    right: 45%;
    width:300px;
  height: 1120px;
}  
  
  
#mainV .parallelogram02 {
    top: 270px;
    right: 8%;
    width:240px;
  height: 800px;
}  
  
#mainV .diagonalLine01 {
    top: 820px;
    right: 8%;
} 
  
#mainV .diagonalLine01:before{
  width: 220px;
}  

  
.mtxtBox {
    text-align: left;
   float: left;  
  padding: 0;
   position: absolute;
   top:36%;
   left: 5%;
  z-index: 30;
}  
  
 .sdwpBox {
 width: 1020px;

} 
  
.mtxtBox .chtx1 {
    font-size: 60px;
}
  
  .mtxtBox .chtx2 {
    font-size: 32px;
    padding: 10px 35px;
    letter-spacing: 0.1em;
}
  
  .sdwp{
    height: 880px;
    margin: 0;
  }   
    
}




.parallelogram01{
position: absolute;
z-index: 0;
/*    background:#003093;*/
background-image: url("../img_index/mainbg2.jpg");
background-position: center center;
background-size: cover;
opacity: 0;
top: 8vw;
left:0;
width: 90vw;
height: 111vw;
transform: translate(0%, 0%) skew(0deg, 0deg);
opacity: 1;
visibility: inherit;
-webkit-transition: .5s ease .5s;
transition: .5s ease .5s;
will-change: background;
animation-name: animation01; 
animation-duration: 0.6s;
}

@keyframes animation01 {
  0% {
    transform: translate(-200%, 0%) skew(0deg, 0deg) ;
  }
  100% {
    transform: translate(0%, 0%) skew(0deg, 0deg) ;
  }
}


.parallelogram02{
    position: absolute;
    z-index: 0;
    background:#000;
    background-position: 0 0;
    opacity: 0;
    top: 0;
    right:0;
    width: 80vw;
    height: 111vw;
    transform: translate(0%, 0%) skew(0deg, 0deg);
    opacity: 1;
    visibility: inherit;
      -webkit-transition: .5s ease .5s;
    transition: .5s ease .5s;
    will-change: background;
  animation-name: animation02; 
	animation-duration: 0.6s;
}

@keyframes animation02 {
  0% {
    transform: translate(200%, 0%) skew(0deg, 0deg) ;
  }
  100% {
    transform: translate(0%, 0%) skew(0deg, 0deg) ;
  }
}


@media screen and (min-width: 768px), print {
  
.parallelogram01{
height: 697px;
top:100px; 

}  
  
.parallelogram02{
height: 679px;

}  
  
}



.mv01 .top-m-scroll {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
height: 12vw;
position: absolute;
left: -10px;
top:107vw;
color: #fff;
z-index: 40;
}

.mv01 .top-m-scroll > div{
position: relative;
top: -32px;
right: -1rem;
z-index: 10;
color: #fff;
font-weight: normal;
font-size: 0.5rem;
transform: rotate(90deg) translateY(-50%);
font-family: Verdana, Geneva, "sans-serif";
}

.mv01 .top-m-scroll:before {
content: "";
display: block;
width: 1px;
height: 18vw;
background: #fff;
position: absolute;
left: 8vw;
bottom: 0;
z-index: 20;
}

.mv01 .top-m-scroll:after {
content: "";
display: block;
width: 1px;
height: 10vw;
background: #011c73;
position: absolute;
left: 8vw;
top: 100%;
mix-blend-mode: multiply;
z-index: 1;
}

@media screen and (min-width: 768px), print {
.mv01 .top-m-scroll {
top:600px;
  height: 200px;
}

.mv01 .top-m-scroll > div{
position: relative;
top: -50px;
left: 5.6vw;
font-size: 0.8rem;
}

.mv01 .top-m-scroll:before {
content: "";
display: block;
width: 2px;
height: 120px;
background: #fff;
position: absolute;
left: 6.55vw;
bottom: 3px;
z-index: 20;
}

.mv01 .top-m-scroll:after {
content: "";
display: block;
width: 2px;
height:120px;
position: absolute;
left: 6.55vw;
top: 98%;
mix-blend-mode: multiply;
z-index: 1;
}
}

