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

/*ヒューマンビジョンについて style.css*/

/*----------------------------------------
  ヒューマンビジョンについて
----------------------------------------*/

.l-mvCont--naka__box {
  background: url(../images/img_main.jpg) no-repeat;
  background-position: center bottom 10%;
  background-size: cover;
}

@media print, screen and (min-width: 769px) {
  main.mainContainer {
    padding-top: 80px;
  }
  .p-aboutCont01 .l-floatBox__space {
    float: right;
    height: 14rem;
  }
  .p-aboutCont01 .l-floatBox__imgSpc figure {
    width: 400px;
  }
}

@media screen and (max-width:768px) {
  .p-aboutCont .l-textBox.l-flexBox.reverse .l-flexBox__imgSpc {
    order: 2;
    margin-top: 30px;
  }
}

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

/*
@media print, screen and (min-width: 769px){}

@media screen and (max-width:768px){}
*/