/*SP用*/ 

.HomeCases{
  padding:44px 0;
}

.HomeCases__inner{
  width:calc(100% - 28px);
}

.HomeCases__grid{
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}

.HomeCases__card{
  border-radius:14px;
}

.HomeCases__name{
  font-size:14px;
}

.HomeCases__badge{
  display:inline-flex;
  align-items:center;
  height:26px;
  padding:0 10px;
  border-radius:999px;
  font-size:11px;
  background:#7fcbea;
  color:#fff;
  white-space:nowrap;
}

.HomeCases__area{
  font-size:11px;
  opacity:.75;
  white-space:nowrap;
  padding: 5px 0 0;
}

.HomeCases__meta{
  display:inherit;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}

.HomeCases__body {
  padding: 10px 14px 6px;
}