*,
::after,
::before {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

a {
  color: initial;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: initial;
}

button {
  border: initial;
  background: initial;
  outline: 0;
}

textarea {
  resize: none;
}

:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-bg: #faffff;
  --color-object-dark: #3c4141;
  --color-object-dark2: #4b5050;
  --color-txt-main: #506464;
  --color-txt-sub: #8c9696;
  --color-object-lighten: #f0f5f5;
  --color-object-lighten2: #bec3c3;
  --color-line: #d2dcd7;
  --color-primary-green: #19a050;
}

.WorksCases__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 90px;
}
.WorksCases__filter li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  height: 40px;
  border-radius: 9999px;
  background: #f1f1f1;
  padding: 0 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .WorksCases__filter li {
    font-size: 14px;
    height: 30px;
    padding: 0 20px;
  }
}
.WorksCases__filter li.is-active {
  color: #fff;
  background: var(--color-primary-green);
}
.WorksCases__result {
  font-size: 24px;
  color: var(--color-primary-green);
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(25, 160, 80, 0.08);
  padding: 17px;
  margin: -40px 0 60px;
}
@media screen and (max-width: 768px) {
  .WorksCases__result {
    font-size: 18px;
    padding: 14px;
  }
}
.WorksCasesItem {
  display: none;
}

.WorksCasesItem.is-show {
  display: block;
}

.WorksCasesItem .SectionHead {
  opacity: 1;
  transform: translateY(0);
}
.WorksCasesItem__title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 36px;
  color: var(--color-primary-green);
}
@media screen and (max-width: 768px) {
  .WorksCasesItem__title {
    font-size: 24px;
  }
}

.WorksCasesItem__date {
  margin-top: 24px;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-txt-sub);
}
@media screen and (max-width: 768px) {
  .WorksCasesItem__date {
    font-size: 14px;
  }
}
.WorksCasesItem__listw {
  width: 100%;
  margin-top: 40px;
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  border: 1px solid var(--color-line);
}
@media screen and (max-width: 768px) {
  .WorksCasesItem__listw {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.WorksCasesItem__list {
  width: inherit;
  margin-right: auto;
  margin-left: auto;
  max-width: 1020px;
}
.WorksCasesItem__item {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .WorksCasesItem__item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.WorksCasesItem__item:not(:first-child) {
  border-top: 1px solid var(--color-line);
}
.WorksCasesItem__item--head {
  font-weight: 700;
  color: var(--color-primary-green);
  margin-bottom: 16px;
}
.WorksCasesItem__item--head.-default {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .WorksCasesItem__item--head.-default {
    font-size: 14px;
  }
}
.WorksCasesItem__item--head.-large {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .WorksCasesItem__item--head.-large {
    font-size: 18px;
  }
}
.WorksCasesItem__item--text,
.WorksCasesItem__item--list {
  margin-top: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .WorksCasesItem__item--text,
  .WorksCasesItem__item--list {
    font-size: 14px;
  }
}
.WorksCasesItem__item--text {
  margin-top: 0;
}
.WorksCasesItem__item--item {
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .WorksCasesItem__item--item {
    padding-left: 20px;
  }
}
.WorksCasesItem__item--item::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 8px;
  background-color: var(--color-txt-sub);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .WorksCasesItem__item--item::before {
    top: 10px;
    left: 6px;
  }
}
.WorksCasesItem__item .Image {
  width: 100%;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .WorksCasesItem__item .Image {
    max-width: 279px;
  }
}
@media screen and (max-width: 460px) {
  .WorksCasesItem__item .Image {
    max-width: initial;
  }
}

.WorksCases {
  margin-top: 50px;
  opacity: 0;
  transform: translateY(12px);
  transition: 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.48s;
}
@media screen and (max-width: 768px) {
  .WorksCases {
  }
}
.WorksCases .WorksCasesItem {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .WorksCases .WorksCasesItem {
    margin-bottom: 160px;
  }
}
.WorksCases.-active {
  opacity: 1;
  transform: translateY(0);
}
