.hero {
  position: absolute;
  transform: translateY(-8.78%);
  z-index: -1;
  width: 100%;
}
.hero__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1600px) {
  .hero {
    transform: translateY(-19%);
  }
}

.works__inner {
  display: flex;
}
.works__heading {
  width: 151px;
  padding-top: 60px;
}
.works__heading a {
  display: block;
  margin: auto;
  color: #000;
  font-size: 49px;
  writing-mode: vertical-lr;
}
.works__contents {
  flex: 1;
  margin-top: 372px;
  margin-bottom: 68px;
  padding-top: 192px;
  border-left: 1px solid #CB3127;
}
.works__subheading {
  display: flex;
  padding-bottom: 20px;
  padding-left: 40px;
  border-bottom: 1px solid #CB3127;
  align-items: flex-end;
}
.works__subheading--en {
  font-size: 66px;
}
.works__subheading--ja {
  margin-left: 30px;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.1em;
}
.works__list {
  display: flex;
  flex-wrap: wrap;
}
.works__item {
  width: 33.33%;
  padding: 40px 28px 35px;
  border-bottom: 1px solid #CB3127;
}
.works__item:nth-of-type(3n+2) {
  border-right: 1px solid #CB3127;
  border-left: 1px solid #CB3127;
}
.works__item:last-of-type, .works__item:nth-last-of-type(2), .works__item:nth-last-of-type(3) {
  border-bottom: none;
}
.works__image {
  position: relative;
  border-radius: 5px;
  margin-bottom: 12px;
  overflow: hidden;
}
.works__image::after {
  display: block;
  padding-top: 74%;
  content: "";
}
.works__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.works__meta {
  padding: 11px 15px 15px;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 1.35;
}
@media screen and (min-width: 1750px) {
  .works__contents {
    max-width: 1600px;
    flex: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .works__inner {
    display: block;
    position: relative;
  }
  .works__heading {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 90px;
    width: 100px;
  }
  .works__heading a {
    font-size: 36px;
  }
  .works__contents {
    margin-top: 0;
    padding-top: 340px;
    margin-left: 100px;
  }
  .works__subheading {
    padding-bottom: 15px;
    padding-left: 30px;
  }
  .works__subheading--en {
    font-size: 40px;
  }
  .works__subheading--ja {
    margin-left: 20px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  .works__item {
    width: 50%;
  }
  .works__item:nth-of-type(3n+2) {
    border-right: none;
    border-left: none;
  }
  .works__item:nth-of-type(2n+1) {
    border-right: 1px solid #CB3127;
  }
  .works__item:nth-last-of-type(3) {
    border-bottom: 1px solid #CB3127;
  }
}
@media screen and (max-width: 576px) {
  .works__inner {
    padding-top: 150px;
  }
  .works__heading {
    padding-top: 40px;
    width: 60px;
  }
  .works__heading a {
    font-size: 24px;
  }
  .works__contents {
    padding-top: 70px;
    margin-bottom: 40px;
    margin-left: 60px;
  }
  .works__subheading {
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .works__subheading--en {
    font-size: 24px;
  }
  .works__subheading--ja {
    margin-left: 15px;
    padding-bottom: 3px;
    font-size: 14px;
  }
  .works__list {
    display: block;
  }
  .works__item {
    width: 100%;
    padding: 30px 22px 25px;
  }
  .works__item:nth-of-type(2n+1) {
    border-right: none;
  }
  .works__item:nth-last-of-type(2) {
    border-bottom: 1px solid #CB3127;
  }
  .works__title {
    font-size: 15px;
  }
}/*# sourceMappingURL=construction.css.map */