
/*======= pc ========*/

@media (min-width: 991px) {
  

  .company {
    background: url("/files/bg_21.jpg") no-repeat 50% 50%;
  }

  .company .content {
    padding-top: 290px;
  }

  .company .title_1 {
    color: #fff;
  }

  .company .title_2 {
    color: #ddd;
  }

  .company .title_3 {
    color: #ddd;
    line-height: 1.8;
  }
}


/*=================== mobile ===================*/

@media (max-width: 991px) {
  .company {
    background: url("/files/021.jpg") no-repeat center;
    background-size: 100%;
  }
  .company .content {
    padding: 30vw 6vw 0;
    vertical-align: top;
  }

  .company .title_1 {
    color: #fff;
    font-size: 7vw;
    line-height: 2;
  }

  .company .title_2 {
    color: #ddd;
    font-size: 5vw;
    line-height: 2;
  }

  .company .title_3 {
    color: #ddd;
    font-size: 3vw;
    line-height: 1.8;
  }
}





























