.bg-method {
  background-color: #f5f5f5;
  background: url(/media/images/business/bg-gray-gradation.webp) no-repeat top center/cover;
  position: relative;
  overflow: hidden;
}

.bg-method::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;
}

.marketing-method {
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 576px) {
  .bg-method::before {
    bottom: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .bg-method::before {
    bottom: 25%;
  }
}
@media screen and (min-width: 992px) {
  .bg-method::before {
    bottom: -6%;
    min-width: 133.125rem;
    min-height: 63.25rem;
  }
}
.method-card {
  background-color: rgba(254, 255, 255, 0.5);
  height: 100%;
}

.method-card-ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
  text-align: center;
}

.method-card-ttl-img {
  flex: 0 0 41px;
  text-align: center;
}

@media screen and (min-width: 400px) {
  .method-card-ttl {
    flex-direction: row;
    gap: 1em;
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  .method-card-ttl {
    flex-direction: column;
    gap: 0.5em;
    text-align: center;
  }
}
@media screen and (min-width: 1200px), print {
  .method-card-ttl {
    flex-direction: row;
    gap: 1em;
    text-align: left;
  }
  .method-card-ttl-img {
    flex-basis: 15%;
  }
}
@media screen and (min-width: 768px) {
  .table-standard__th.marketing-th {
    width: 18em;
  }
}
@media screen and (min-width: 1400px) {
  .table-standard__th.marketing-th {
    width: 23em;
  }
}

/*# sourceMappingURL=style-marketing-research.css.map */
