@charset "UTF-8";
.mainVisual {
  background-image: url("../images/company/bg_header.png");
}

@media (max-width: 575px) {
  .mainVisual {
    letter-spacing: .05em;}
  #home main > section:first-child {
    padding-bottom: 0;}
}

[class*="flexBox"] {
  padding: 15px;
  margin: 0 15px 40px;
  background-color: #FBFBFB;
}
.table_01 th, .table_01 td {
  line-height: 1.3;
}
@media (min-width: 968px) {
  #company_txt {
    display: flex;
  }
  [class*="flexBox"] {
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px){
 
}








