@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
.fl_heading {
    padding: 10rem 0 0;
    background-image: url(../images/news-mv.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    height: 24rem;
}
.fl_heading::before {
    background: #000;
    opacity: 0.7;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.fl_heading .title-h1 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}

/* parts breadcrumb */
.fl_breadcrumb {
    padding: 10.4rem 0 2.4rem; 
}

/* parts news_contents */
.fl_news_contents {
    padding: 8rem 0;
}
.fl_news_contents .news_box {
    margin-bottom: 5rem;
}
.news_text .date {
    margin-bottom: 1.6rem;
}
.news_text .title{
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
    text-align: start;
    line-height: inherit;
}
.news_image img {
    margin: 0 auto 5rem;
    border-radius: 8px;
    max-height: 500px;
}


/*ページネーション*/
.pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pagenation .prev_page,
.pagenation .next_page {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagenation .prev_page {
    top: inherit;
    bottom: -1rem;
    left: inherit;
    right: 6rem;
    color: #fff;
    width: 4rem;
    height: 4rem;
    border: solid 1px #fff;
    z-index: 0;
}
.pagenation .next_page {
    top: inherit;
    bottom: -1rem;
    right: 0%;
    color: #fff;
    width: 4rem;
    height: 4rem;
    border: solid 1px #fff;
    z-index: 0;
}
.pagenation .prev_page:after,
.pagenation .next_page:after {
    font-size: 1.8rem !important;
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.pagenation .prev_page:after {
    content: 'prev';
}
.pagenation .next_page:after {
    content: 'next';
}
.pagenation .prev_page.disabled,
.pagenation .next_page.disabled {
  color: #aaa;
  background-color: #f5f5f5;
  border-color: #ccc;
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.pagenation .all_page {
margin: 0 2rem;
}
/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}
/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}
/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {

/*---------- header ----------*/

/*---------- main ----------*/
/* parts breadcrumb */
.fl_breadcrumb {
    padding: 5rem 0 2.4rem;
}

/* parts news_contents */
.fl_news_contents {
    padding: 0 0 7rem;
}
.fl_news_contents .frame {
    padding: 0 2rem;
}   
.fl_news_contents .news_box {
    flex-wrap: wrap;
}
.news_box .news_image {
    width: 100%;
}
.news_image img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 2rem;
}
.news_text .title {
    margin-bottom: 2rem;
    -webkit-line-clamp: none;
}
/*---------- footer ----------*/
}



/*---------- レイアウト微調整 ----------*/
@media (max-width: 599px) {
  
}
