#bl-fv{
  height: 90vh;
  width: 100vw;
  min-height: 600px;
  background-image:url(../img/bg-tech2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  position: relative;
}
#bl-fv img{
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}






#bl-intro{
  font-size: 1.7rem;
  line-height: 4.5rem;
  text-align: center;
  background: #f0efe1;
  padding: 150px 0;
}
#bl-intro img.fl{
  display: inline-block;
  mix-blend-mode: color-burn;
}
#bl-intro h2 img{
  width: 380px;
  margin-bottom:  50px;
}
#bl-intro .bl-txt{
  display: inline-block;
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
  padding:0 100px;
}
#bl-intro .bl-txt p{
  margin-bottom: 15px;
}

#con-philosophy{
  height: 90vh;
  min-height: 800px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 4.5rem;
  background: url(../img/bg-philosophy.jpg) center center no-repeat;
  background-size:cover;
  padding: 150px 50px;
  position: relative;
}
#con-philosophy div{
  height: 640px;
  width: 500px;
  padding: 50px;
  background: rgba(15,47,82,.5);
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#con-philosophy h2{
  color: #fff;
  font-size: 4rem;
  letter-spacing: 7px;
  margin-bottom: 50px;
}
#con-philosophy h2 span{
  font-size: 1.7rem;
  display: block;
}
#con-philosophy h3{
  color: #fff;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  margin-bottom: 30px;
}
#con-philosophy p{
  color: #fff;
  font-size: 1.3rem;
  line-height: 3rem;
  letter-spacing: 1px;
  text-align: left;
}

#con-message{
  color: #fff;
  background:#172446 url(../img/ph-fukushimaceo.jpg) left 30% no-repeat;
  background-size:60%;
  min-height: 600px;
}

#con-message .bl-txt{
  width: 40vw;
  background: #172446;
  padding: 100px 50px;
  float: right;
  text-align: center;
}
#con-message h2{
  font-size: 4rem;
  text-align: center;
  font-weight: 300;
  letter-spacing: 7px;
  line-height: 5rem;
  margin: 0 auto 70px;
  
}
#con-message h2 span{
  font-size: 1.6rem;
  display: block;
  letter-spacing: 5px;
}

.sign{
  width: 150px;
  margin-top:5px;
}

#con-history{
  background: #ebece9;
  text-align: center;
  font-size: 1.7rem;
  padding: 150px 0 50px;
}
#con-history h2{
  font-size: 4rem;
  letter-spacing: 7px;
  line-height: 4.5rem;
}
#con-history h2 span{
  font-size: 1.7rem;
  display: block;
}
#con-history table{
  width: 100vw;
  margin: 100px auto;
}
#con-history table,
#con-history th,
#con-history td{
  border-left:none;
  border-right:none;
  font-size: 1.4rem;
}
#con-history tr:nth-child(odd) th,
#con-history tr:nth-child(odd) td{
  background:#fafbf7;
}

#con-history th,
#con-history td{
  padding: 10px;
  text-align: left;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
#con-history th{
  text-align: right;
  width: 40vw;
  min-width:150px;
  word-break: keep-all;
  white-space: nowrap;
}


#con-vision{
  height: 90vh;
  min-height: 800px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 4.5rem;
  background: url(../img/bg-tech1.jpg) center center no-repeat;
  background-size:cover;
  padding: 150px 50px;
  position: relative;
}
#con-vision div{
  height: 500px;
  width: 500px;
  padding: 50px;
  background: rgba(15,47,82,.5);
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#con-vision h2{
  color: #fff;
  font-size: 4rem;
  letter-spacing: 7px;
  margin-bottom: 40px;
}
#con-vision h2 span{
  font-size: 1.7rem;
  display: block;
}
#con-vision p{
  color: #fff;
  font-size: 1.3rem;
  line-height: 3rem;
  letter-spacing: 1px;
  text-align: left;
}






#con-company{
  height: 550px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 4.5rem;
  background: url(../img/bg-company.jpg) center center no-repeat;
  background-size:cover;
  padding: 150px 50px;
  position: relative;
}

#con-company div{
  filter: blur(0px);

}
#con-company h2{
  color: #fff;
  font-size: 5rem;
  letter-spacing: 7px;
  margin-bottom: 40px;
}
#con-company h2 span{
  font-size: 1.7rem;
  display: block;
}
#con-company p{
  font-size: 1.3rem;
  line-height: 3rem;
  letter-spacing: 1px;
  text-align: left;
}



/* ------------------------- windows size pattern ------------------------- */
@media screen and (min-width: 1500px){
}
@media screen and (max-width: 1300px){
  #con-message{
    background:#172446 url(../img/ph-fukushimaceo.jpg) left center no-repeat;
    background-size:contain;
  }
}
@media screen and (max-width: 999px){
  #con-message{
    background-position: center top;
    background-size:100% auto;
    min-height: auto;
  }
  #con-message h2 {
    margin: 0 auto 40px;
  }
  #con-message .bl-txt{
    width:  100vw;
    margin-top: 66vw;
    padding: 40px;
    float: none;
  }
}
@media screen and (max-width: 768px){
  #bl-fv img{
    top: 50%;
    left: 50%;
    right: auto;
    width: 90vw;
  }
  #bl-intro .bl-txt{
    padding: 0 20px;
  }
  #con-history{
    padding:100px 0 20px;
  }
  #con-history th{
    width: 150px;
  }
  #con-philosophy div,
  #con-vision div{
    left: 50%;
  }
}