@charset "UTF-8";
/*お知らせ追加*/
.company.pdb224{
    padding-bottom: 224px;
}
.news{
    width: clamp(306px, 1.156rem + 78.42vw, 1120px);
    margin: 0 auto;
    padding-bottom: 224px;
}
.flex_h2.h2-news{
    margin-bottom: 96px;
}
h2.mgl0.mgb0{
    margin-bottom: 0;
}
/* 最初はすべてのコンテンツを隠す */
.tab-contents-item {
    display: none;
}

/* showクラスがついている要素だけを表示する */
.tab-contents-item.show {
    display: block; /* 強制的に表示 */
}

/* クリックできることをユーザーに伝える（指マークにする） */
.tab-list-item {
    cursor: pointer;
}
@media screen and (max-width:768px) {
.company.pdb224{
    padding-bottom: 112px;
}
    .news{
    width: 76.2%;
    margin: 0 auto;
    padding-bottom: 112px;
}
    .flex_h2.h2-news{
    margin-bottom: 40px;
        padding: 0;
}
}
.flex-top{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13.57%;
}
.left{
width: 136px;

}
.post_category,.top-news_category{
    display: flex;
width: 136px;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.top-news_category .tab-list-item,.post_category a{
display: flex;
    justify-content: center;
    align-items: center;
align-self: stretch;
    width: 100%;
    padding: 8px 0 9px 0;
            border-radius: 20px;
border: 1px solid #2C2C2C;
color: #1E1E1E;
text-align: center;
font-family: "Noto Sans JP";
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 15px; /* 100% */
        transition: all 0.2s ease;
}
@media screen and (max-width:768px) {
    .left{
width: 100%;

}

.post_category{
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; 
    gap: 10px;
    width: auto;
}
.post_category a{
    display: flex;
width: 84px;
padding: 6px 0 9.875px 0;
justify-content: center;
align-items: center;
flex-shrink: 0;
    }
    .right{
        margin-top: 56px;
    }}
.post_category a.current,.top-news_category .tab-list-item.active{
    background-color: #1E1E1E;
    color: #fff;
}
.post_category a:hover,.top-news_category .tab-list-item:hover{
        background-color: #1E1E1E;
    color: #fff;

}
.list-btn{
    display: flex;
    justify-content: center;
    align-items: center;
width: 136px;
background-color: #FF3E00;
    border-radius: 20px;
border: 1px #FF3E00;

}
.list-btn a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
align-self: stretch;
    padding: 8px 0 9px 0;
    color: #fff;
text-align: center;
font-family: "Noto Sans JP";
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 15px; /* 100% */
    border: none;
}
.news_list{
    display: flex;
width: 100%;
flex-direction: column;
align-items: flex-start;
    border-top: 1px solid #2C2C2C;
            margin-bottom: 72px;
}
.news_list li{
border-bottom: 1px solid #2C2C2C;
    
}
.news_list li a{
    display: block;
    width: 100%;
    padding: 32px 0;
}
.news_title_wrap{
            display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
align-self: stretch;
}
.news_title_wrap .flex{
display: flex;
justify-content: flex-start;
align-items: center;
}
.news_title_wrap .flex time{
width: 96px;
color: #2C2C2C;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
}
.news_title_wrap .flex .post_category{
padding: 2px 6px;
background-color: #FF3E00;
    border-radius: 12px;
    width: auto;
}
.news_title_wrap .flex .post_category p{
    color: #FFF;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
}
.news_title{
    align-self: stretch;
    color: #2C2C2C;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
letter-spacing: 2px;
}
@media screen and (max-width:768px) {
   .flex-top{
    display: block;
}
.flex-top .left {
        width: 100%;
        max-width: 306px;
        margin: 0 auto;
    }

    .news_category {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        gap: 16px;
        margin-bottom: 40px;
    }

    /* タブアイテムと一覧ボタンの共通設定 */
    .news_category .tab-list-item,
    .list-btn {
        width: 145px;
        height: 32px;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news_category .tab-list-item,.news_category a,.news_category p {
        line-height: 32px;}

    .list-btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #fff;
        text-decoration: none;
        padding: 0;
        line-height: 32px;
    }
.news_list{
    display: flex;
width: 100%;
flex-direction: column;
align-items: flex-start;
    border-top: 1px solid #2C2C2C;
        margin-bottom: 72px;
}
.news_list li{
border-bottom: 1px solid #2C2C2C;
}
.news_list li a{
    display: block;
    width: 100%;
    padding: 32px 0;
}
.news_title_wrap{
            display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
align-self: stretch;
}
.news_title_wrap .flex{
display: flex;
justify-content: flex-start;
align-items: center;
}
.news_title_wrap .flex time{
width: 96px;
color: #2C2C2C;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
}
.news_title_wrap .flex .post_category{
padding: 2px 6px;
background-color: #FF3E00;
    border-radius: 12px;
}
.news_title_wrap .flex div.post_category p{
    color: #FFF;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
}
.news_title{
    align-self: stretch;
    color: #2C2C2C;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
} 
}
/*news一覧*/

section.common-mv_flex.height504{
    height: 504px;
}
.bgc.pd120{
    padding: 120px 96px 160px;
}
.bgc.pd160{
    padding: 120px 160px 160px;
}
@media screen and (max-width:768px) {
.bgc.pd120{
    padding: 56px 41px 64px;
}
.bgc.pd160{
    padding: 56px 41px 64px;}
    .common-bg.max-height{
    }
    section.sp-common-mv_flex h2.sp-under{
        top: 156px;
    }
}
.page_news-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13%;
}
div.news_category {
    display: flex;
padding: 4px 9px;
justify-content: center;
align-items: center;
    width: auto;
gap: 10px;
    border-radius: 12px;
background: #FF3E00;
}
div.news_category p{
    color: #FFF;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
}
.news_single_title{
    color: #2C2C2C;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 142.857% */
margin: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #2C2C2C;
}
.news_single_content{
    padding: 40px 0 56px;
}
.news_single_content p{
color: #2C2C2C;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
}
.list-btn.mgauto{
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    .page_news-wrap{
    display: block;
}
div.news_category {
    display: flex;
padding: 4px 9px;
justify-content: center;
align-items: center;
    width: auto;
gap: 10px;
    border-radius: 12px;
background: #FF3E00;
}
div.news_category p{
    color: #FFF;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
}
.news_single_title{
    color: #2C2C2C;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 142.857% */
margin: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #2C2C2C;
}
.news_single_content{
    padding: 40px 0 56px;
}
.news_single_content p{
color: #2C2C2C;
text-align: justify;
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
}
.list-btn.mgauto{
    margin: 0 auto;
}
}
/* ページャー*/
.pagenavi ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
gap: 12px;
  padding: 0;
  margin: 0;
}
/* 数字ボタンの設定 */
.pagenavi ul.page-numbers li a.page-numbers:not(.prev):not(.next), .pagenavi ul.page-numbers li span.page-numbers.current {
  display: flex;
  width: 24px;
height: 24px;
  padding: 4px 8px 6px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
    border: 1px solid #FF3E00;
    border-radius: 50px;
  text-decoration: none;
color: #FF3E00;
text-align: center;
font-family: "Noto Sans JP";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
    transition: all 0.2s ease;
}
/* 現在のページの背景色（数字） */
.pagenavi ul.page-numbers li span.page-numbers.current {
  background: #FF3E00;
  color: #fff;
}
/*  ボタン同士の間隔 */
.pagenavi ul.page-numbers li:has(.prev) {
  margin-right: 20px;
}
.pagenavi ul.page-numbers li:has(.next) {
  margin-left: 20px;
}
/* --- ホバー --- */
.pagenavi ul.page-numbers li a.page-numbers:not(.prev):not(.next):hover {
    border: 1px solid #FF3E00;
	  color: #fff;
    background: #FF3E00;
}
