.works-hero {
  height: 350px;
  background: url(../img/works/bg_hero.jpg) no-repeat center / cover;
  padding: 70px 20px 0;
  overflow: hidden;
}
.works-hero__inner {
  display: flex;
  justify-content: space-between;
}
.works-hero__left {
  width: 560px;
  color: #fff;
}
.works-hero__right {
  
}
.works-hero__thumb {
  width: 380px;
  margin-right: -148px;
}
.works-hero__title {
  font-size: 31px;
  font-weight: bold;
}
.works-hero__text {
  font-size: 15.6px;
  font-weight: bold;
  line-height: 2;
  margin-top: 1em;
}
.works-hero__buttons {
  margin-top: 20px;
  display: flex;
  gap: 25px;
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 27px;
}
.works-list__item {
  width: calc((100% - 54px) / 3);
  background-color: #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  padding: 0 20px 40px;
  position: relative;
  &:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 24px;
    aspect-ratio: 1 / 1;
    background: url(../img/arrow_works_list.svg) no-repeat center / contain;
  }
}
.works-list__thumb {
  margin: 0 -20px;
  img {
    aspect-ratio: 245 / 160;
    object-fit: cover;
  }
}
.works-list__date {
  display: block;
  font-size: 12px;
  margin-top: 18px;
  font-family: var(--font-inter);
}
.works-list__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
}
.works-list__excerpt {
  font-size: 14px;
  margin-top: 0.5em;
}
.works-single__eyecatch {
  margin-bottom: 24px;
  img {
    border-radius: 20px 20px 0 0;
  }
}
.works-single__date {
  display: block;
  font-size: 16px;
  font-family: var(--font-inter);
  margin-bottom: 30px;
}
.material-list {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 50px;
}
.material-list__item {
  width: calc((100% - 50px) / 2);
}
.material-list__thumb {
  
}
.material-list__thumb img {
  width: 100%;
  aspect-ratio: 375 / 250;
  object-fit: cover;
}
.material-list__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}
.material-list__excerpt {
  font-size: 14px;
  margin-top: 0.5em;
}
.material-list__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.material-single__eyecatch {
  margin-bottom: 40px;
  text-align: center;
}
.material-single__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.material-single__excerpt {
  margin-top: 1em;
}

.material-form {
  margin-top: 60px;
}