.works-img-box {
  position: relative;
  margin-top: 2em;
}
.works-box {
  margin-top: 1em;
}
.works-img {
  width: 100%;
  height: 248px;
  object-fit: cover;
}
.works-img-icon-p {
  width: 73px;
  height: 79px;
  color: #ffffff;
  background-color: #2779bd;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.works-img-icon-r {
  width: 122px;
  height: 46px;
  color: #ffffff;
  background-color: #2779bd;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contents-title {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
.contents-title p {
  text-align: right;
}
.search-icon {
  width: 38px;
  margin-top: -10px;
}
.works-box-title {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}
.works-box-title h3 {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  margin-top: .5em;
}
.works-box-title span {
  border: 1px solid #000000;
  font-size: .8em;
  padding: 1px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.works-box a {
  color: #000000;
}
.works-box-wrap:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.03);
  transition: 0.2s;
}
@media(max-width:1199px) {
  .works-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
@media(max-width:991px) {
  .works-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
}
@media(max-width:767px) {
  .works-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}