  .links_type4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.links_type4 .item a {
  padding: 10px;
  display: block;
}
.links_type4 .item a img {
  width: 100%;
}
.links_type4 .slick-list {
  mask-image: linear-gradient(transparent, black 20%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 90%, transparent 100%);
}
.links_type4 .slick-prev:before {
  content: "\f104";
}
.links_type4 .slick-next:before {
  content: "\f105";
}
    .links_type4 .slick-prev:before,
    .links_type4 .slick-next:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 1.5rem;
        line-height: 1.7rem;
        text-align: center;
        opacity: .75;
        color: var(--color-white);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
.links_type4 .slick-prev,
.links_type4 .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: var(--color-white);
  border: none;
  outline: none;
  background: var(--color-primary);
  z-index: 111;
  text-align: center;
  position: absolute;
  top: 32%;
  border-radius: 100%;
}
.links_type4 .slick-prev:focus,
.links_type4 .slick-next:focus {
  outline: 3px solid var(--color-secondary);
}
.links_type4 .slick-next {
  right: 1rem;
  margin-left: 3.2rem;
}
.links_type4 .slick-prev {
  left: 1rem;
}
    .links_type4 .item a {
        font-weight:500;
    }
    .links_type4 span.links_box {
        background-color: #eee;
        padding: 10px;
        display: block;
        position: relative;
    }
    
    .links_type4 .links_text {
        color: #565656;
        height: 76px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

/**************
RWD s.
***************/
@media (max-width: 575.98px) {
  .links_type4 .slick-arrow {
    display: none;
  }
}
/**************
RWD e.
***************/
