/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/cases/src/cases.scss ***!
  \************************************************************************************************************************************************************************************************/
.Cases.Overview {
  flex-direction: column;
  gap: 4rem;
}
.Cases.Overview .block-grid {
  padding-top: 3rem;
  max-width: 110rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
.Cases.Overview .block-grid li:nth-child(odd) {
  margin-top: 3rem;
}
.Cases.Overview .block-grid li:nth-child(even) {
  margin-top: -3rem;
}
.Cases.Overview nav {
  margin-inline: auto;
}
.Cases.Item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.Cases.Item figure img {
  max-height: 31.5rem;
}
.Cases.Item .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.Cases.Item .inner .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1rem;
}
.Cases.Item .categories {
  font-size: 1.6rem;
  color: var(--themecolor3);
}
.Cases.Item span.icon {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Cases.Item span.icon svg {
  stroke: #fff;
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.Cases.Item.useHand:hover svg {
  transform: rotate(0);
}
@media only screen and (max-width: 767px) {
  .Cases.view {
    padding-top: 5rem;
  }
}
.Cases.view .h1 {
  font-size: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .Cases.view .h1 {
    font-size: 3.5rem;
  }
}

/*# sourceMappingURL=cases.css.map*/