@charset "utf-8";

/*********************************************************************
*
*  For アセットソリューションnews
*
*********************************************************************/


/* ---------------------------------------------------- */
/* aaaaaaaa */
/* ---------------------------------------------------- */
.seminar_wrap{
    display: none;
}
.under_otherWrap {
    padding-top: 150px;
}
.other_listWrap{
    padding-top: 0;
}

@media (max-width: 767px) {
    .under_otherWrap {
        padding-top: 100px;
    }

}

/* ---------------------------------------------------- */
/* 斜め伸びつやつ */
/* ---------------------------------------------------- */

@media (min-width: 768px) {
    .lineheight.under_lh01{
        top: 6px;
    }
}

@media (max-width: 767px) {
}








/* ---------------------------------------------------- */
/* news_list */
/* ---------------------------------------------------- */
.news_listwrap{
    padding-bottom: 0;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
    gap: 70px 60px;
    a{
        width: 515px;
    }
    .news_img{
        display: block;
        width: 100%;
        aspect-ratio: 515 / 288;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .news_list--txt{
        display: flex;
        margin-top: 20px;
        .news_cate{
            width: 88px;
            font-size: 14px;
            color: #fff;
            text-align: center;
            font-weight: 500;
            background-color: #434343;
            padding: 0.3em 0;
        }
        .news_date{
            font-size: 22px;
            font-weight: 500;
            margin-left: 20px;
        }
    }
    .news_list--ttl{
        font-size: 20px;
        line-height: 1.45;
        font-weight: 700;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 20px;
    }
}

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 95px;
}
.pagenation ul {
  display: flex;
  height: 26px;
}
.pagenation ul li{
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
}
.pagenation ul li.next,
.pagenation ul li.prev{
  background-color: initial;
  border: none;
}
.pagenation ul li + li{
  margin-left: 10px;
}
.pagenation ul li + li.next,
.pagenation ul li.prev + li{
  margin-left: 35px;
}
.pagenation ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  color: #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 500;
}
.pagenation ul li.active{
  background-color: #000;
  pointer-events: none;
}
.pagenation ul li.active a{
  pointer-events: none;
  color: #fff;
}
.notNumbering {
  pointer-events: none;
  padding-bottom: 0.5em;
  border: none !important;
  font-weight: 700;
}
.notNumbering span {
  color: #000;
}




@media (min-width: 768px) {
    .news_listwrap{
        .inner{
            width: 1140px;
        }
    }

    .pagenation ul li.next,
    .pagenation ul li.prev{
        width: auto;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .pagenation ul li.prev::before{
        content: '';
        width: 16px;
        height: 13px;
        background: url(../img/pagenation_arrow.svg) center / 13px 13px no-repeat;
        margin-right: 12px;
        transition: 0.3s;
    }
    .pagenation ul li.next::after{
        content: '';
        width: 16px;
        height: 13px;
        background: url(../img/pagenation_arrow.svg) center / 13px 13px no-repeat;
        margin-left: 12px;
        transform: scale(-1, 1);
        transition: 0.3s;
    }
    .pagenation ul li:hover{
        border-color: #BA454A;
    }
    .pagenation ul li:not(.next):not(.prev):hover a{
        color: #BA454A;
        opacity: 1;
    }
    .pagenation ul li.active:hover a{
        pointer-events: none;
        color: #fff;
    }
    .pagenation ul li.prev:hover::before{
        transform: translate(-5px);
    }
    .pagenation ul li.next:hover::after{
        transform: scale(-1, 1) translate(-5px);
    }


}

@media (max-width: 767px) {
    .news_listwrap{
        padding-top: 10px;
    }
    .news_list{
            gap: 35px 0;
        .news_list--ttl{
            font-size: 16px;
            margin-top: 10px;
        }
    }
    .pagenation ul li + li.next,
    .pagenation ul li.prev + li{
      margin-left: 22px;
    }
    .pagenation ul li.next a,
    .pagenation ul li.prev a{
      overflow: hidden;
      text-indent: 150%;
      white-space: nowrap;
    }
    .pagenation ul li.prev a {
        background: url(../img/pagenation_arrow.svg) center / 20px 20px no-repeat;
    }
    .pagenation ul li.next a {
        background: url(../img/pagenation_arrow.svg) center / 20px 20px no-repeat;
        transform: scale(-1, 1);
    }

}



/* ---------------------------------------------------- */
/* aaaaaaaa */
/* ---------------------------------------------------- */

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}



/* ---------------------------------------------------- */
/* aaaaaaaa */
/* ---------------------------------------------------- */

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}



