.icon-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.icon-list-item {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 0.5625rem 0.9375rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.icon-list-img {
  flex-shrink: 0;
}

.icon-list-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
}

.icon-list-text::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #E31F26;
  border-radius: 50%;
  flex-shrink: 0;
}

@media screen and (min-width: 400px) {
  .icon-list-item {
    padding-left: 1.5rem;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 576px) {
  .icon-list-item {
    padding-left: 2.4375rem;
  }
}
.bg-gos-service {
  background-color: #f5f5f5;
  background: url(/media/images/business/bg-gray-gradation.webp) no-repeat top center/cover;
  position: relative;
  overflow: hidden;
}

.bg-gos-service::before {
  content: "";
  position: absolute;
  bottom: 110vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  min-width: 50rem;
  width: 100vw;
  min-height: 23.75rem;
  background: url(/media/images/business/bg-linewaves.webp) no-repeat center/cover;
  z-index: 0;
}

.gos-service, .data-collection {
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 576px) {
  .bg-gos-service::before {
    bottom: 85vw;
  }
}
@media screen and (min-width: 768px) {
  .bg-gos-service::before {
    bottom: 10%;
  }
}
@media screen and (min-width: 992px) {
  .bg-gos-service::before {
    bottom: 4%;
    min-width: 133.125rem;
    min-height: 63.25rem;
  }
}
.worries-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.875rem;
  flex-direction: column;
}

.worries-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #E6E7E8;
  border-radius: 3px;
  column-gap: 1.0714285714rem;
}

.worries-list-text {
  font-weight: 700;
  width: 8em;
}

@media screen and (min-width: 400px) {
  .worries-list {
    flex-direction: row;
  }
  .worries-list-item {
    flex-direction: column;
    flex: 0 45%;
  }
  .worries-list-text {
    width: auto;
  }
}
.service-col-ttl {
  font-size: 1.375rem;
  background-color: #E6E7E8;
  border-radius: 3px;
}

@media screen and (min-width: 576px) {
  .worries-list-item {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 1200px), print {
  .worries-list-item {
    flex-basis: 18%;
  }
}
@media screen and (min-width: 768px) {
  .home-archive-group::after {
    background-size: contain;
  }
  .sec-news-tab-btn {
    font-size: 1.125rem;
  }
  .sec-news-tab-btn.js-tab-active::before {
    bottom: -4px;
  }
}
@media screen and (min-width: 992px) {
  .sec-news-tab-list {
    gap: 10px 30px;
  }
}

/*# sourceMappingURL=style-gos.css.map */
