article.works .achievement_works h2.excellence {
  background: linear-gradient(#A79527, rgba(167, 149, 39, 0.4));
}

.work_list .work_card_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc((100% - 70px) / 3);
  max-width: 409px;
  margin: 0 35px 50px 0;
  padding: 0;
  background: none;
  border-radius: 0;
}
.work_list .work_card_detail:nth-child(3n) {
  margin-right: 0;
}
.work_list .work_card_detail .icons span {
  margin-left: 0;
}
.work_list .work_card_detail .info {
  width: 160px;
}
.work_list .work_card_detail .info img {
  margin-bottom: 0;
}
.work_list .work_card_detail .desc {
  display: flex;
  flex-direction: column;
  width: calc(100% - 160px - 15px);
}
.work_list .work_card_detail .desc .title {
  margin-bottom: 8px;
  padding: 6px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
  border-top: 2px solid #8F8F8F;
  border-bottom: 2px solid #8F8F8F;
}
.work_list .work_card_detail .desc .name {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
  border: none;
}
.work_list .work_card_detail .desc .links:last-child {
  margin-top: auto;
}
.work_list .work_card_detail .desc .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  background-color: #1A396F;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.work_list .work_card_detail .desc .links a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.work_list .work_card_detail .desc .links a:hover {
  opacity: 0.6;
}

.back2list {
  margin: 30px auto 100px;
}
.back2list.link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.back2list.link a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}
.back2list.link a.link_btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  height: 25px;
  margin: auto;
  vertical-align: unset;
}

@media (max-width: 1300px) {
  .work_list .work_card_detail {
    width: calc((100% - 5.38vw) / 3);
    margin-right: 2.69vw;
  }
  .work_list .work_card_detail .info {
    width: 12.3vw;
  }
  .work_list .work_card_detail .info img {
    margin-bottom: 0;
  }
  .work_list .work_card_detail .desc {
    width: calc(100% - 12.3vw - 2.69vw);
  }
  .work_list .work_card_detail .desc .links a {
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 1000px) {
  .work_list .work_card_detail {
    flex-direction: row;
    width: calc((100% - 2.69vw) / 2);
  }
  .work_list .work_card_detail:nth-child(3n) {
    margin-right: 2.69vw;
  }
  .work_list .work_card_detail:nth-child(2n) {
    margin-right: 0;
  }
  .work_list .work_card_detail .info {
    order: 1;
    width: 160px;
  }
  .work_list .work_card_detail .desc {
    order: 2;
    width: calc(100% - 160px - 2.69vw);
  }
  .work_list .work_card_detail .desc .links {
    padding-top: 1rem;
  }
}
@media (max-width: 800px) {
  .work_list {
    justify-content: space-between;
  }
}
@media (max-width: 765px) {
  article.works .achievement_head {
    margin-top: 8.53vw;
  }
  article.works .achievement_head .preface {
    margin-bottom: 8.53vw;
  }
  article.works .achievement_works h2 {
    height: 14.66vw;
    margin-top: 0;
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .work_list .work_card_detail {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 10.66vw;
  }
  .work_list .work_card_detail .info {
    width: 32vw;
  }
  .work_list .work_card_detail .info .visual {
    width: 100%;
  }
  .work_list .work_card_detail .info .desc {
    width: calc(100% - 32vw - 4vw);
  }
  .work_list .work_card_detail .desc {
    width: calc(100% - 32vw - 4vw);
  }
}
@media (max-width: 499px) {
  .work_card_detail .links {
    order: 3;
    margin-top: 4vw;
    width: 100%;
    padding-left: 25px;
  }
  .work_card_detail .links a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 30px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    background-color: #1A396F;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .work_card_detail .links a::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .work_card_detail .links a:hover {
    opacity: 0.6;
  }
  .back2list {
    margin: 2.67vw auto 21.33vw;
    width: 89.33vw;
    height: 13.33vw;
  }
  .back2list.link a {
    font-size: 4.26vw;
  }
  .back2list.link a.link_btn::after {
    width: 7.46vw;
    max-width: 28px;
  }
}