@charset "utf-8";
/*-----------------------------------------------
    secCmnHero
-----------------------------------------------*/
.secCmnHero{
    background-image: url(../img/voice/bgCmnHero.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnHero{
        background-image: url(../img/voice/bgCmnHero_sp.jpg);
    }
}
/*-----------------------------------------------
    boxVoice
-----------------------------------------------*/
.boxVoice{
    margin-top: 7.5rem;
}
/* boxList */
.boxVoice .boxList{
    display: flex;
    flex-wrap: wrap;
    gap: 10rem 2.5rem;
    margin-top: 5.5rem;
}
.boxVoice .boxList .item{
    width: calc((100% - 4.999rem) / 3);
}
.boxVoice .boxList .link{
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 5rem;
}
.boxVoice .boxList .img{
    aspect-ratio: 590 / 388;
}
.boxVoice .boxList .boxTit{
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.boxVoice .boxList .boxCmnListTag{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.boxVoice .boxList .tit{
    width: 100%;
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_38);
    font-weight: bold;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize22) * var(--pcLineHeight22_38) * 2);
}
.boxVoice .boxList .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
}
.boxVoice .boxList .boxCmnMore{
    position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width:1215px){
    .boxVoice{
        margin-top: 3rem;
    }
    /* boxList */
    .boxVoice .boxList{
        gap: 4rem;
        margin-top: 3.2rem;
    }
    .boxVoice .boxList .item{
        width: 100%;
    }
    .boxVoice .boxList .link{
        padding-bottom: 4rem;
    }
    .boxVoice .boxList .boxTit{
        margin-top: -0.7rem;
    }
    .boxVoice .boxList .boxCmnTag{
        margin-left: 0.5rem;
    }
    .boxVoice .boxList .itemTag {
        padding: 0.4rem 2.7rem 0.5rem;
    }
    .boxVoice .boxList .tag {
        font-size: var(--spFontSize12);
    }
    .boxVoice .boxList .tit{
        margin-top: 2rem;
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_26);
        max-height: calc(var(--spFontSize16) * var(--spLineHeight16_26) * 2);
    }
    .boxVoice .boxList .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 0.3rem;
    }
}

/*-----------------------------------------------
    boxDetails
-----------------------------------------------*/
/* boxHead */
.boxDetails .boxHead {
    position: relative;
}
.boxDetails .boxHead .boxImg {
    width: 115rem;
}
.boxDetails .boxHead .img {
    aspect-ratio: 1150 / 757;
}
.boxDetails .boxHead .boxInfo{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 8.5rem 6rem;
    background-color: var(--whiteColor);
    width: 45%;
}
.boxDetails .boxHead .tit {
    font-size: var(--pcFontSize36);
    line-height: var(--pcLineHeight36_50);
    font-weight: bold;
}
.boxDetails .boxHead .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 1.5rem;
}
@media only screen and (max-width:1215px){
    .boxDetails.boxVoice {
        margin-top: 9rem;
    }
    .boxDetails .boxHead .boxImg {
        width: 100%;
    }
    .boxDetails .boxHead .boxInfo{
        position: static;
        transform: inherit;
        padding: 0;
        width: 92%;
        margin: 2.8rem auto 0;
    }
    .boxDetails .boxHead .tit {
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_26);
    }
    .boxDetails .boxHead .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 0.5rem;
    }
}

/*-----------------------------------------------
    boxBodyTop
-----------------------------------------------*/
.boxDetails .boxBodyTop .txt {
    margin-top: 9rem;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    letter-spacing: var(--pcLetterSpacing16_50);
}
@media only screen and (max-width:1215px){
    .boxDetails .boxBody .txt {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_0);
        margin-top: 4rem;
    }
    .boxDetails .boxCmnShare.is_sticky{
        top: -6rem;
    }
}

/*-----------------------------------------------
    boxDetailsTit
-----------------------------------------------*/
.boxDetailsTit .tit {
    position: relative;
    padding-right: 17rem;
    display: inline-block;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_50);
}
.boxDetailsTit .tit:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15rem;
    height: 1px;
    background-color: var(--textColor);
}
.boxDetailsTit .txt {
    font-size: var(--pcFontSize14);
    margin-top: 2rem;
}
@media only screen and (max-width:1215px){
    .boxDetailsTit .tit {
        padding-right: 5rem;
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_0);
    }
    .boxDetailsTit .tit:after{
        width: 4rem;
    }
    .boxDetailsTit .txt {
        font-size: var(--spFontSize12);
        margin-top: 0.8rem;
    }
}

/*-----------------------------------------------
    boxPattern
-----------------------------------------------*/
.boxPattern{
    margin-top: 14rem;
}
.boxPattern .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 5rem;
}
.boxPattern .box + .boxDetailsTit{
    margin-top: 14rem;
}
.boxPattern .box + .box{
    margin-top: 5rem;
}
.boxPattern .box .box{
    width: 46.668%;
    margin-top: 0;
}
.boxPattern .boxImg{
    width: 100%;
    text-align: center;
}
.boxPattern .boxImg img{
    max-width:100%;
    max-height: 73.5rem;
    width:auto;
    height:auto;
}
.boxPattern .boxTit{
    margin-top: 3.5rem;
}
.boxPattern .boxTit .tit{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_45);
    font-weight: bold;
}
.boxPattern .boxTit .txt{
    margin-top: 2rem;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    letter-spacing: var(--pcLetterSpacing16_50);
}
@media only screen and (max-width:1215px){
    .boxPattern{
        margin-top: 3.5rem;
    }
    .boxPattern .box{
        margin-top: 3rem;
    }
    .boxPattern .box + .boxDetailsTit{
        margin-top: 7rem;
    }
    .boxPattern .box + .box{
        margin-top: 4.5rem;
    }
    .boxPattern .box .box{
        width: 100%;
    }
    .boxPattern .boxImg img{
        max-height: 30rem;
    }
    .boxPattern .boxTit{
        margin-top: 1.5rem;
    }
    .boxPattern .boxTit .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_26);
        letter-spacing: var(--spLetterSpacing15_0);
    }
    .boxPattern .boxTit .txt{
        margin-top: 0.5rem;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_0);
    }
}

/*-----------------------------------------------
    secDetailsLink
-----------------------------------------------*/
.secDetailsLink{
    margin-top: 14rem;
    background-color: var(--grayColor_light2);
    padding: 9.5rem 0 13rem;
}
.secDetailsLink .link{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}
.secDetailsLink .boxImg{
    width: 47.62%;
}
.secDetailsLink .boxImg .img{
    aspect-ratio: 500 / 329;
}
.secDetailsLink .boxTit{
    width: 48%;
}
.secDetailsLink .boxTit .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_38);
    letter-spacing: var(--pcLetterSpacing22_50);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize22) * var(--pcLineHeight22_38) * 2);
}
.secDetailsLink .boxCmnMore{
    position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width:1215px){
    .secDetailsLink{
        margin-top: 7rem;
        padding: 5rem 0 5rem;
    }
    .secDetailsLink .link{
        align-items: flex-start;
        flex-direction: column;
        margin-top: 3rem;
    }
    .secDetailsLink .boxImg,
    .secDetailsLink .boxTit{
        width: 100%;
    }
    .secDetailsLink .boxTit{
        margin-top: 1.5rem;
    }
    .secDetailsLink .boxTit .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_26);
        letter-spacing: var(--spLetterSpacing16_0);
        max-height: calc(var(--spFontSize16) * var(--spLineHeight16_26) * 2);
    }
    .secDetailsLink .boxCmnMore{
        position: static;
        margin-top: 1.5rem;
    }
}


/*-----------------------------------------------
    secDetailsPager
-----------------------------------------------*/
.secDetailsPager .btnPrev,
.secDetailsPager .btnNext{
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 5rem;
}
.secDetailsPager .img{
    aspect-ratio: 590 / 388;
}
.secDetailsPager .boxTit{
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.secDetailsPager .boxCmnListTag{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.secDetailsPager .tit{
    width: 100%;
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_38);
    font-weight: bold;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize22) * var(--pcLineHeight22_38) * 2);
}
.secDetailsPager .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
}
.secDetailsPager .boxCmnMore{
    position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width:1215px){
    .secDetailsPager {
        margin-top: 10rem;
    }
    .secDetailsPager .boxBtnPager {
        flex-direction: row;
        border: none;
    }
    .secDetailsPager .btnPrev,
    .secDetailsPager .btnNext{
        width: 48%;
        height: auto;
        padding-bottom: 4rem;
        border: none;
    }
    .secDetailsPager .txtPager{
        padding-left: 1.5rem;
    }
    .secDetailsPager .btnNext .txtPager{
        padding: 0 1.5rem 0 4.5rem;
    }
    .secDetailsPager .boxImg{
        width: 100%;
    }
    .secDetailsPager .boxTit{
        width: 83.34%;
        margin: 0 auto;
    }
    .secDetailsPager .boxCmnTag{
        margin-left: 0.5rem;
    }
    .secDetailsPager .itemTag {
        padding: 0.4rem 2.7rem 0.5rem;
    }
    .secDetailsPager .tag {
        font-size: var(--spFontSize12);
    }
    .secDetailsPager .tit{
        margin-top: 1rem;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
        line-clamp: 3;
        -webkit-line-clamp: 3;
        max-height: calc(var(--spFontSize14) * var(--spLineHeight14_20) * 3);
    }
    .secDetailsPager .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        letter-spacing: var(--spLetterSpacing11_0);
        margin-top: 0.5rem;
    }
    .secDetailsPager .boxCmnMore{
        width: 83.34%;
        left: 0;
    }
    .secDetailsPager .boxCmnBack {
        margin: 8rem auto 0;
    }
}