.works_cards {
  margin-top: 50px;
}
.works_cards_card {
  background-color: white;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  padding: 40px 50px;
}
.works_cards_card:not(:last-child) {
  margin-bottom: 40px;
}
.works_cards_card_left_thumbnail {
  width: 400px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-right: 40px;
}
.works_cards_card_left_thumbnail img {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.works_cards_card_right {
  text-align: left;
}
.works_cards_card_right_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.works_cards_card_right_header_tags {
  display: flex;
  flex-direction: row;
  line-height: 1;
}
.works_cards_card_right_header_tags_tag {
  color: white;
  background-color: #F29438;
  padding: 5px 15px;
  margin-right: 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
.works_cards_card_right_header_date {
  color: #808080;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
}
.works_cards_card_right_subtitle {
  color: #666;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 15px;
  line-height: 1.2;
}
.works_cards_card_right_title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-top: 7px;
}
.works_cards_card_right_caption {
  position: relative;
  color: #666;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: justify;
  line-height: 1.7;
  padding-left: 18px;
  margin-top: 20px;
}
.works_cards_card_right_caption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5px;
  height: 100%;
  background-color: #808080;
  border-radius: 5px;
}
.works_cards_card_right_links {
  color: #808080;
  text-align: end;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.works_cards_card_right_links a {
  margin-left: 20px;
}
.works_cards_card_right_links a::after {
  margin-left: 7px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 600;
}
.works .join {
  flex-direction: row;
  background-color: white;
  border-radius: 20px;
  margin-bottom: 50px;
}
.works .join .works_cards_card:not(:last-child) {
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}
.works .join .works_cards_card:not(:first-child) {
  padding-top: 50px;
}
.works .video {
  height: 225px;
}
.works .video iframe {
  width: 400px;
  height: 225px;
  border-radius: 10px;
}

.full-display {
  height: auto !important;
}
.full-display img {
  display: block !important;
  position: initial !important;
}

@media (max-width: 1300px) {
  .works_cards_card_left_thumbnail {
    width: 350px;
  }
}
@media (max-width: 1100px) {
  .works_cards_card {
    flex-direction: column;
  }
  .works_cards_card_left {
    margin-bottom: 10px;
  }
  .works_cards_card_left_thumbnail {
    width: 400px;
    max-width: calc(100vw - 30px - 100px - 140px);
    height: 333.3333333333px;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .works_cards {
    margin-top: 30px;
  }
  .works_cards_card {
    padding: 25px;
  }
  .works_cards_card:not(:last-child) {
    margin-bottom: 20px;
  }
  .works_cards_card_left_thumbnail {
    max-width: calc(100vw - 130px);
    height: calc(100vw - 130px - 70px);
  }
  .works_cards_card_left .video {
    height: calc((100vw - 130px) / 16 * 9);
  }
  .works_cards_card_left .video iframe {
    width: calc(100vw - 130px);
    height: calc((100vw - 130px) / 16 * 9);
  }
  .works_cards_card_right_header {
    flex-direction: column;
  }
  .works_cards_card_right_header_tags {
    margin-right: auto;
  }
  .works_cards_card_right_header_tags_tag {
    font-size: 12px;
    margin-right: 7px;
    padding: 5px 10px;
  }
  .works_cards_card_right_header_date {
    margin-left: auto;
    margin-top: 4px;
  }
  .works_cards_card_right_subtitle {
    margin-top: 3px;
    font-size: 14px;
  }
  .works_cards_card_right_title {
    font-size: 24px;
    letter-spacing: 0.2px;
  }
  .works_cards_card_right_caption {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 13px;
    letter-spacing: 0.5px;
  }
  .works_cards_card_right_links {
    font-size: 12px;
    margin-top: 15px;
  }
  .works .join {
    margin-bottom: 20px;
  }
  .works .join .works_cards_card:not(:first-child) {
    padding-top: 30px;
  }
}/*# sourceMappingURL=works.css.map */