.c-article-set {
  margin-left: auto;
  float: right;
}
@media screen and (max-width: 767.499px) {
  .c-article-set {
    width: 100%;
    float: none;
  }
}
.c-article-set__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .c-article-set__list {
    -webkit-column-gap: 3.2%;
       -moz-column-gap: 3.2%;
            column-gap: 3.2%;
  }
}
.c-article-set__item {
  width: 23.5%;
}
@media screen and (max-width: 1023px) {
  .c-article-set__item {
    width: 48.4%;
  }
}
@media screen and (max-width: 767.499px) {
  .c-article-set__item:nth-child(n+3) {
    margin-top: 13px;
  }
}
@media screen and (min-width: 767.5px) {
  .c-article-set__item-inner:hover {
    opacity: 0.7;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
}
.c-article-set__item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 188/100;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.499px) {
  .c-article-set__item-image {
    width: 100%;
    height: 27vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-article-set__item-category {
  margin-top: 6px;
  color: #F84E40;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.42;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767.499px) {
  .c-article-set__item-category {
    font-size: 1.1rem;
  }
}
.c-article-set__item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 6px 0 7px;
  max-height: 3.612rem;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.29;
}
@media screen and (max-width: 767.499px) {
  .c-article-set__item-name {
    margin-bottom: 5px;
  }
}
.c-article-set__item-author {
  border-top: 1px solid #333333;
  padding-top: 1px;
  font-size: 1rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.499px) {
  .c-article-set__item-author {
    font-size: 0.9rem;
  }
}
.c-article-set__item-author span {
  padding-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-article-set__item-author span:first-child {
  padding-top: 4px;
}