.acf-companyLife {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  flex-direction: row; }
  .acf-companyLife .item {
    padding: 15px;
    color: #D1D1D1;
    width: 100%; }
    @media (min-width: 768px) {
      .acf-companyLife .item {
        width: calc(100 / 3 * 1%); } }
    .acf-companyLife .item p {
      font-size: calc(16 / 12 * 1rem);
      line-height: 1.16; }
    .acf-companyLife .item .item__img {
      margin-bottom: 20px;
      filter: grayscale(1); }
      @media (min-width: 768px) {
        .acf-companyLife .item .item__img {
          transition: 0.3s filter; }
          .acf-companyLife .item .item__img:hover {
            filter: grayscale(0); } }
    .acf-companyLife .item.item--wide {
      width: 100%; }
      @media (min-width: 768px) {
        .acf-companyLife .item.item--wide {
          width: calc(100 / 3 * 2%); } }
