.link a {
  display: block;
  position: relative;
  width: max(15.83vh, 152px);
  height: max(4.9vh, 47px);
  background: rgb(121, 84, 12);
  background: linear-gradient(90deg, rgb(121, 84, 12) 0%, rgb(246, 202, 113) 50%, rgb(122, 86, 13) 100%);
  border-radius: max(1.04vh, 10px);
  color: #fff;
  transition: 0.3s;
}
.link a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: calc(100% - max(0.42vh, 4px));
  height: calc(100% - max(0.42vh, 4px));
  border-radius: max(1.04vh, 10px);
  background-color: #171717;
  content: "";
}
.link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  color: #F0CB7F;
  font-size: max(1.25vh, 12px);
  letter-spacing: 0.05em;
}

.blog {
  padding-top: max(18.75vh, 180px);
  padding-bottom: max(20.83vh, 200px);
}
.blog__contents {
  width: 80%;
  max-width: 960px;
  margin: auto;
  padding: 0;
}
.blog__head {
  display: flex;
  align-items: center;
  margin-bottom: max(2.6vh, 25px);
}
.blog__date {
  margin-right: max(2.34vh, 22.5px);
  font-weight: 600;
  font-size: max(1.46vh, 14px);
  letter-spacing: 0.1em;
}
.blog__title {
  font-weight: bold;
  font-size: max(2.08vh, 20px);
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.blog__thumb {
  position: relative;
  width: 100%;
  margin-bottom: max(4.17vh, 40px);
  background: #fff;
  text-align: center;
}
.blog__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__thumb::after {
  display: block;
  padding-top: 62.5%;
  content: "";
}
.blog__content {
  font-size: max(1.46vh, 14px);
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.blog__content p {
  margin-bottom: 1em;
}
.blog__content figure {
  margin-bottom: 1em;
}
.blog__content a {
  color: #2196f3;
  text-decoration: underline;
}
.blog__content a:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .blog {
    padding-bottom: 200px;
  }
  .blog__contents {
    padding: 0 40px;
  }
  .blog__head {
    margin-bottom: 25px;
  }
  .blog__date {
    margin-right: 22.5px;
    font-size: 14px;
  }
  .blog__title {
    font-size: 20px;
  }
  .blog__thumb {
    margin-bottom: 40px;
  }
  .blog__content {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .blog {
    padding-bottom: 120px;
  }
  .blog__contents {
    width: 100%;
    padding: 0 20px;
  }
  .blog__head {
    margin-bottom: 20px;
  }
  .blog__date {
    font-size: 13px;
  }
  .blog__title {
    font-size: 18px;
  }
  .blog__thumb {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=news-single.css.map */