@charset "UTF-8";

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

/*---------- main ----------*/
.fl_heading {
    padding: 5rem 0;
    background-image: url(../images/top-mv.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    margin: 5rem;
    border-radius: 1rem;
}
.fl_heading::before {
    /*background: #000;*/
    background: #ffc108;
    opacity: 0.8;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    border-radius: 1rem;
}
.fl_heading .heading_box .heading_text .title {
    color: #000;
}



.fl_news_contents {
    padding: 7rem 0;
}
.fl_news_contents .news_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
}
.news_text .date {
    margin-bottom: 1rem;
}
.news_text .title{
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 3rem;
    font-size: 2rem;
}
.news_image img {
    width: 40vw;
    aspect-ratio: 5 / 4;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-left: 5rem;
}
/*ページネーション*/
.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: #333;
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    background-color: #fff;
    border: solid 1px #333;
    z-index: 0;
}
.pagenation .next_page {
    top: inherit;
    bottom: -1rem;
    right: 0%;
    color: #333;
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    background-color: #fff;
    border: solid 1px #333;
    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 ----------*/
.fl_heading {
    padding: 2rem 0;
    margin: 5rem 2rem;
}


.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: 2rem auto 0;
}
.news_text .title {
    margin-bottom: 2rem;
}
/*---------- footer ----------*/
}



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