@charset "utf-8";
/*-----------------------------------------------
    secCmnHero
-----------------------------------------------*/
.secCmnHero{
    background-image: url(../img/news/bgCmnHero.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnHero{
        background-image: url(../img/news/bgCmnHero_sp.jpg);
    }
}

/*-----------------------------------------------
    boxNews
-----------------------------------------------*/
.boxNews{
    margin-top: 6rem;
}
/* boxList */
.boxNews .boxList{
    display: flex;
    flex-wrap: wrap;
}
.boxNews .boxList .item{
    width: 100%;
}
.boxNews .boxList .link{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.boxNews .boxList .link.isArrow:before,
.boxNews .boxList .link.isArrow:after{
    right: 1.7rem;
}
/* boxTxt */
.boxNews .boxList .boxTxt{
    position: relative;
    padding: 5.5rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.boxNews .item:first-child .boxTxt{
    padding-top: 3.2rem;
}
.boxNews .item:not(:last-child) .boxTxt::before,
.boxNews .item:not(:last-child) .boxTxt::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    width: 353px;
    height: 1px;
    background-color: var(--grayColor_light3);
}
.boxNews .item:not(:last-child) .boxTxt::before{
    left: 0;
    width: 12rem;
}
.boxNews .item:not(:last-child) .boxTxt::after{
    right: 0;
    width: calc(100% - (12rem + 3rem));
}
.boxNews .boxList .boxInfo{
    width: 12rem;
}
.boxNews .boxList .txt{
    font-size: var(--pcFontSize17);
    letter-spacing: var(--pcLetterSpacing17_50);
    color: var(--grayColor_dark3);
}
.boxNews .boxList .boxTit{
    position: relative;
    width: calc(100% - (12rem + 7rem));
    margin: 0 auto 0 3rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.boxNews .boxList .tit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_22);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize18) * var(--pcLineHeight18_22) * 2);
}
.boxNews .new + .tit{
    max-width: calc(100% - 6rem);
}
.boxNews .boxList .new{
    width: 6rem;
    height: 1.5rem;
    background-color: var(--is_newColor);
    font-size: var(--pcFontSize10);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1px;
}
@media only screen and (max-width:1215px){
    .boxNews{
        margin-top: 2.5rem;
    }
    /* boxList */
    .boxNews .boxList .link{
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .boxNews .boxList .link.isArrow:before,
    .boxNews .boxList .link.isArrow:after{
        display: none;
    }
    /* boxTxt */
    .boxNews .boxList .boxTxt{
        padding: 2rem 0;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0.6rem 0.5rem;
        border-bottom: 1px solid var(--grayColor_light3);
    }
    .boxNews .item:first-child .boxTxt{
        padding-top: 1rem;
    }
    .boxNews .item:not(:last-child) .boxTxt::before,
    .boxNews .item:not(:last-child) .boxTxt::after{
        display: none;
    }
    .boxNews .boxList .boxInfo{
        width: auto;
    }
    .boxNews .boxList .txt{
        order: 1;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
        font-family:inherit;
    }
    .boxNews .boxList .boxTit{
        display: contents;
        width: 100%;
        margin: 0 auto 0 3rem;
    }
    .boxNews .boxList .tit{
        order: 3;
        width: 100%;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_21);
        font-weight: normal;
        max-height: calc(var(--spFontSize13) * var(--spLineHeight13_21) * 2);
    }
    .boxNews .new + .tit{
        max-width: 100%;
    }
    .boxNews .boxList .new{
        order: 2;
        font-size: var(--spFontSize10);
    }
}

/*-----------------------------------------------
    boxDetails
-----------------------------------------------*/
/* boxHeadTit */
.boxDetails .boxHeadTit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem 0 4rem;
    border-bottom: 1px solid var(--grayColor_light3);
}
.boxDetails .boxHeadTit .boxInfo{
    display: flex;
    gap: 0.6rem;
}
.boxDetails .boxHeadTit .tit {
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_50);
    font-weight: bold;
}
.boxDetails .boxHeadTit .txt{
    font-size: var(--pcFontSize17);
    letter-spacing: var(--pcLetterSpacing17_50);
    color: var(--grayColor_dark3);
}
.boxDetails .boxHeadTit .new{
    width: 6rem;
    height: 1.5rem;
    background-color: var(--is_newColor);
    font-size: var(--pcFontSize10);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1px;
}
@media only screen and (max-width:1215px){
    .boxDetails .boxHeadTit {
        gap: 2rem;
        padding: 1.8rem 0 2rem;
    }
    .boxDetails .boxHeadTit .boxInfo{
        gap: 0.3rem;
    }
    .boxDetails .boxHeadTit .tit {
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_26);
    }
    .boxDetails .boxHeadTit .txt{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
        font-family:inherit;
    }
    .boxDetails .boxHeadTit .new{
        font-size: var(--spFontSize10);
    }
}

/* boxBody */
.boxDetails .boxBody {
    padding: 0 5rem;
}
.boxDetails .boxEntry {
    margin: 5rem 0;
}
@media only screen and (max-width:1215px){
    .boxDetails .boxBody {
        padding: 0;
    }
    .boxDetails .boxEntry {
        margin: 2.5rem 0;
    }
}