/*!************************************************************************************************************************************************************************************************!*\
  !*** 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.default {
  flex-direction: column;
  gap: 4rem;
}
.Cases.Overview.default .block-grid {
  padding-top: 3rem;
  max-width: 110rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
@media only screen and (max-width: 767px) {
  .Cases.Overview.default .block-grid {
    display: flex;
  }
}
.Cases.Overview.default .block-grid li:nth-child(odd) {
  margin-top: 3rem;
}
.Cases.Overview.default .block-grid li:nth-child(even) {
  margin-top: -3rem;
}
.Cases.Overview.default nav {
  margin-inline: auto;
}
.Cases.Overview.slider {
  flex-direction: column;
}
.Cases.Overview.slider .block-grid {
  display: flex;
}
.Cases.Overview.slider .block-grid > li {
  width: 8rem;
  height: 50rem;
}
.Cases.Overview.slider .block-grid > li.active {
  width: 60rem;
}
.Cases.Item.default {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.Cases.Item.default figure img {
  max-height: 31.5rem;
}
.Cases.Item.default .inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.Cases.Item.default .inner .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1rem;
}
.Cases.Item.default figcaption {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.Cases.Item.default .categories {
  font-size: 1.6rem;
  color: var(--themecolor3);
}
.Cases.Item.default span.icon {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Cases.Item.default span.icon svg {
  stroke: #fff;
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.Cases.Item.default.useHand:hover svg {
  transform: rotate(0);
}
.Cases.Item.slider {
  height: 100%;
}
.Cases.Item.slider figure {
  height: 100%;
}
.Cases.Item.slider figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.Cases.Item.slider figcaption {
  display: none;
}
@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*/