#data_utilization {
  .service-txt {
    margin-bottom: 24px;
  }

  .service-flow .btn {
    margin: 5rem auto 0;
    max-width: 42.3125rem;
  }

  .service-tool {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .service-tool__content {
    /* padding: 10px 30px 30px; */
    background-color: #fff;
    border-radius: 4px;
  }

  .service-tool__ttl {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #3CA4A2;
    border-radius: 4px 4px 0 0;
  }
  .service-tool__box {
    width: 50%;
  }

  .service-tool__wrap {
    padding: 10px 30px 30px;
  }

  .service-tool__lead {
    font-size: 18px;
    color: #235F67;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }

  .service-tool__item {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .service-tool__item:last-child {
    margin-bottom: 0;
  }

  .service-tool__img-area {
    width: 42.5%;
  }

  .service-tool__img-area_looker {
    width: 34.5%;
  }

  .service-tool__img {
    width: 100%;
    object-fit: cover;
  }

  .service-tool__txt {
    width: 55%;
  }

  .notice {
    margin-left: 0;
    margin-top: 24px;
    width: 100%;
  }

  .section.works-link .grid-list > div, .section.works-link .grid-list > .grid-list-item {
    width: 32%;
  }

  .list-span {
    font-size: 16px;
    font-weight: normal;
  }

.sp-b {
  display: none;
}

.pc-b {
  display: block;
}

.ricc {
  border-radius: 0.25rem;
  background-color: #fff;
}

.none-a {
  /* border-radius: 0.25rem; */
  /* border-top: 1rem solid #A2E5E1 */
}

.none-a::after {
  display: none;
}

.grid-list-bottom:first-child {
  display: none;
}

/* 
コラム・ダウンロード資料
----------------------------------------*/
.data-utilization .grid-list-item-inn {
  padding-bottom: 3.25rem;
}

.data-utilization .grid-list-item-inn img {
  aspect-ratio: 650 / 360;
  margin-bottom: 1rem;
}

.data-list-detail {
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.4375rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.data-list-detail_tag {
  width: 11.25rem;
  padding: 0.3125rem 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.125;
  color: #0F866F;
  background: #FFF;
  border: 0.0625rem solid #0F866F;
  border-radius: 62.4375rem;
}

.data-list-detail_time {
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 400;
  color: #4B4B4B;
  flex-basis: 100%;
}

.data-list-detail_ttl {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 700;
}

  @media screen and (max-width: 767px){
    .section.works-link .grid-list > div, .section.works-link .grid-list > .grid-list-item {
    width: 100%;
  }

  .service-flow .btn {
    margin: 3.75rem auto 0;
    max-width: 42.3125rem;
  }
    .service-txt {
      margin-bottom: 15px;
    }
    .service-tool {
      display: block;
    }

    .service-tool__box {
      width: 100%;
    }

    .service-tool__lead {
      font-size: 16px;
    }

    .service-tool__item {
      display: block;
      margin: 0 auto 20px;
    }

    .service-tool__item:last-child {
      margin-bottom: 0;
    }

    .service-tool__img-area {
      width: 58.5%;
      margin: 0 auto 0;
    }

    .service-tool__img-area_looker {
      width: 56%;
    }

    .service-tool__txt {
      width: auto;
      margin: 0 auto;
      font-size: 14px;
      text-align: center;
    }

    .sp-b {
      display: block;
    }

    .pc-b {
      display: none;
    }

    /* 
    コラム・ダウンロード資料
    ----------------------------------------*/
    .data-utilization .grid-list-item {
      width: min(85.3333333333vw, 20rem);
    }

    .data-utilization .grid-list-item-inn {
      padding-bottom: 4.8125rem;
    }

    .data-list-detail {
      padding: 0 0.9375rem;
    }

    .data-list-detail_tag {
      width: 10.4375rem;
      padding: 0.3125rem 0;
      font-size: 0.875rem;
      line-height: 1.2142857143;
    }

    .data-list-detail_time {
      font-size: 1rem;
      line-height: 1.3125;
      font-weight: 400;
      color: #4B4B4B;
    }

    .data-list-detail_ttl {
      width: 100%;
      font-size: 1.125rem;
      line-height: 1.6666666667;
      font-weight: 700;
    }
  }
}
