.case {
  max-width: 118rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .case {
    padding: 0 5.6rem;
  }
}
.case h2 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12rem auto 8.5rem;
}
.case h2::before {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.case-feature {
  border: 2px solid #000;
  border-radius: 35px;
  padding: 8rem 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.5rem;
  gap: 4.5rem;
}
@media (max-width: 767px) {
  .case-feature {
    flex-wrap: wrap;
    padding: 8rem 5rem;
  }
}
.case-feature img {
  width: 40%;
}
@media (max-width: 767px) {
  .case-feature img {
    width: 100%;
  }
}
.case-feature-txt {
  display: grid;
}
.case-feature-ttl span {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--main-color-blue);
}
.case-feature-ttl h3 {
  margin: 3rem 0 2.5rem;
}
.case-feature-ttl p {
  font-size: 2.4rem;
  margin-bottom: 7rem;
}
.case-feature-list {
  margin-bottom: 4.5rem;
}
.case-feature-list h4 {
  background: var(--main-color-yellow);
  font-size: 2rem;
  padding: 1rem;
  margin-bottom: 3rem;
  display: inline-block;
}
.case-feature-btn {
  margin: 0 auto;
}
.case-feature-btn a {
  border-radius: 99px;
  border: 2px solid #000;
  padding: 1.6rem 6.5rem;
  font-size: 1.6rem;
  display: inline-block;
}/*# sourceMappingURL=case.css.map */