@charset "utf-8";

.webgene-blog{
  gap:5rem 7.5rem;
}

.illust-item{
  width:calc((100% - 7.5rem ) / 2 );
}

.thumb .slick-slide img {
  aspect-ratio: 603 / 597;
}

@media (max-width: 1279px) {
  .webgene-blog{
    gap:5rem 2.5rem;
  }
  .illust-item{
    width:calc((100% - 2.5rem ) / 2 );
  }
}

@media (max-width: 1024px) {

}

@media (max-width: 767px) {
  .illust-item{
    width:100%;
  }
}