@charset "utf-8";
@media only screen and (min-width:768px){
    #container.voice_Index{
        overflow: visible !important;
    }
}
@media only screen and (max-width:767px){
    #container.voice_Index.real{
        max-width: 100%;
    }
}
.secCmntitle{
    background-image: url(../img/voice/imgTitle.jpg);
}
@media only screen and (max-width:767px){
    .secCmntitle{
        background-image: url(../img/voice/imgTitle_sp.jpg);
    }
}
/* secVoice */
.secVoice{padding-bottom: 200px;}
/* .secVoice_flex{ */
.secVoice_flex{
    display: flex;
}
.secVoice_flex .leftArea{
    width: 220px;
}
.secVoice_flex .RightArea{
    flex: 1;
    padding-left:80px;
    padding-top: 80px;
}
@media only screen and (min-width:768px){
    .secVoice_flex .RightArea{
        max-width: calc(100% - 220px);
    }
}
@media only screen and (max-width:767px){
    /* secVoice */
    .secVoice{
    margin-top: 40px;
    padding-bottom: 100px;
    }
    /* .secVoice_flex{ */
    .secVoice_flex{
        display: block;
    }
    .secVoice_flex .leftArea{
        width: 100%;
    }
    .secVoice_flex .RightArea{
        padding: 0;
        width: 100%;
        margin-top: 30px;
    }
}

/* secTab */
.secTab{
    width: 100%;
}
@media only screen and (min-width:768px){
    .secTab{
        padding-top: 60px;
        position: sticky;
        top: 40px;
        left: 0;
    }
}
.secTab .tablist{
    width: 100%;
}
.secTab .tabItem{
    border-bottom: 1px solid;
    border-color:#222
}
.secTab .tabLink{
    display: block;
    padding: 15px 0;
}
.secTab .tabLinkTxt{
    position: relative;
    padding-left:calc(20px + 10px);
    font-size:15px;
    line-height: calc(30 / 15);
}
.secTab .tabLinkTxt::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#f7f7f7;
    left: 0;
    top: calc(50% - 10px);
}
.secTab .tabLink.on .tabLinkTxt::after{
    background-color:#ffed82;
}
@media only screen and (max-width:767px){
    .secTab{
        width: 100%;
        border-radius: 19px;
        overflow: hidden;
        background-color:#f7f7f7;
    }
    .secTab .tablist{
        display: flex;
    }
    .secTab .tabItem{
        width: calc(100% / 2);
        border: none;
        border-radius:19px;
        overflow: hidden;
    }
    .secTab .tabLink{
        display: flex;
        align-items: center;
        width: 100%;
        height: 38px;
        padding: 0;
        color: rgba(34,34,34,0.5);
        background-color: rgba(0,0,0,0);
    }
    .secTab .tabLink.on{
        background-color: #222;
        color: #fff;
    }
    .secTab .tabLinkTxt{
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-left:0;
        font-size:11px;
        line-height: calc(20 / 11);
    }
    .secTab .tabLinkTxt::after{
        display: none;
    }
}


/* secVoiceList */
.secVoiceList{
    width: 100%;
}
.secVoiceList .list{
    display: flex;
    flex-wrap: wrap;
}
.secVoiceList .item{
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
}
.secVoiceList .item:nth-child(2n),
.secVoiceList .item:last-child{
    margin-right: 0;
}
.secVoiceList .item:nth-child(n + 3){
    margin-top: 40px;
}
.secVoiceList .itemLink{
    width: 100%;
    height: 100%;
    background-color:#f7f7f7;
    border-radius: 30px 30px 10px 30px;
    overflow: hidden;
    padding: 50px 40px;
    display: flex;
    align-items: center;
    padding-left: calc(40px + 170px);
    color: #222;
    position: relative;
    min-height: 270px;
}
.secVoiceList .itemLink::after{
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    bottom: 50px;
    right: 40px;
    border-radius: 50%;
    border: 1px solid #222222;
    background: #fff;
}
.secVoiceList.lazyloaded .itemLink::after{
    background: url(../img/common/imgArrow.png) center center no-repeat #fff;
    background-size: 7px auto;
}
.secVoiceList .Inner{
    display: inline-block;
    padding-left:30px;
    width: 100%;
    text-align: left;
}
.secVoiceList .txt{
    font-size: 16px;
    line-height: calc(26 / 16);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: calc((16px * (26 / 16)) * 4);
}
.secVoiceList .imgBox{
    width: 170px;
    height: 170px;
}
.secVoiceList .leftbox{
    max-width: 100%;
}
@media only screen and (min-width:768px){
    .secVoiceList .imgBox{
        position: absolute;
        left: 40px;
        top: calc(50% - 85px);
    }
}
.secVoiceList .img{
    width: 100%;
    height: 0;
    padding-top: calc(170 / 170 * 100%);
    border-radius: 50%;
    overflow: hidden;
}
.secVoiceList .namebox{
    max-width: 100%;
    margin-top: 13px;
}
.secVoiceList .nametxt{
    font-size: 13px;
    line-height: calc(20 / 13);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width:768px){
    .secVoiceList .namebox{
        padding-right: 35px;
    }
}
.secVoiceList .NewIcon{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background-color: #222;
    color: #fff;
}
.secVoiceList .NewIconTxt{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size:12px;
    line-height: calc(20 / 12);
}
@media only screen and (max-width:767px){
    .secVoiceList{
        width: 100%;
    }
    .secVoiceList .list{
        display: block;
    }
    .secVoiceList .item{
        width: 100%;
        margin-right: 0;
    }
    .secVoiceList .item:nth-child(n + 2),
    .secVoiceList .item:nth-child(n + 3){
        margin-top: 20px;
    }
    .secVoiceList .itemLink{
        height:auto;
        border-radius: 15px 15px 5px 15px;
        padding: 30px 20px 35px;
        min-height: 0;
    }
    .secVoiceList .itemLink:has(.namebox){
        padding-bottom: 25px;
    }
    .secVoiceList .itemLink::after{
        width: 25px;
        height: 25px;
        bottom: 20px;
        right: 20px;
    }
    .secVoiceList.lazyloaded .itemLink::after{
        background-size: 5px auto;
    }
    .secVoiceList .Inner{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        padding-left:0px;
    }
    .secVoiceList .rightbox{
        flex: 1;
        padding-left:15px;
    }
    .secVoiceList .txt{
        font-size: 13px;
        line-height: calc(22 / 13);
        max-height: calc((13px * (22 / 13)) * 4);
    }
    .secVoiceList .leftbox{
        width: 100px;
    }
    .secVoiceList .imgBox{
        width: 100%;
        height: auto;
    }
    .secVoiceList .namebox{
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .secVoiceList .nametxt{
        font-size: 11px;
        line-height: calc(20 / 11);
    }
    .secVoiceList .NewIcon{
        top: 10px;
        left: 10px;
        width:30px;
        height: 30px;
    }
    .secVoiceList .NewIconTxt{
        font-size:9px;
        line-height: calc(12 / 9);
    }
}

/*-----------------------------------------------
    details
-----------------------------------------------*/
.secDetailstitle{
    background-image: url(../img/voice/detailsTitle.jpg);
}
@media only screen and (max-width:767px){
    .secDetailstitle{
        background-image: url(../img/voice/detailsTitle_sp.jpg);
    }
}

/* secVoice_Details */
.secVoice_Details{
    padding-bottom: 200px;
}

/* secDetailsTop */
.secDetailsTop{
    position: relative;
    padding-top: 60px;
    margin-top: 81px;
}
.secDetailsTop .Iconbox{
    position: absolute;
    width:170px;
    top: 0;
    left: calc(50% - 85px);
    z-index: 2;
}
.secDetailsTop .img{
    width: 100%;
    height: 0;
    padding-top: calc(170 / 170 * 100%);
    border-radius: 50%;
    overflow: hidden;
}
.secDetailsTop .Inner{
    position: relative;
    background-color: #f7f7f7;
    border-radius:50px 50px 10px 50px;
    overflow: hidden;
    padding: 80px 80px;
    padding-top: 133px;
}
.secDetailsTop .Inflex{
    max-width:900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.secDetailsTop .namebox,
.secDetailsTop .titlebox,
.secDetailsTop .pointbox{
    width: 100%;
}
.secDetailsTop .titlebox{
    text-align: center;
}
.secDetailsTop .title{
    font-size: 26px;
    line-height: calc(46 / 26);
    font-weight: bold;
}
.secDetailsTop .namebox{
    text-align: center;
    margin-top: 23px;
}
.secDetailsTop .nameIn{
    display: inline-block;
    position: relative;
}
.secDetailsTop .nameIn:has(.newicon){
    padding-left: calc(44px + 20px);
    padding-top: 4px;
    min-height: 25px;
}
.secDetailsTop .newicon{
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 25px;
    display: flex;
    align-items: center;
    background-color: #222;
    color: #fff;
}
.secDetailsTop .newtxt{
    font-size: 11px;
    line-height: calc(20 / 11);
    display: inline-block;
    width: 100%;
}
.secDetailsTop .nametxt{
    font-size: 14px;
    line-height: calc(20 / 14);
    text-align: left;
}
.secDetailsTop .pointbox{
    margin-top: 41px;
}
.secDetailsTop .item{
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 20px 30px;
    border-radius: 40px;
}
.secDetailsTop .item + .item{
    margin-top:15px;
}
.secDetailsTop .itemtxt{
    font-size: 16px;
    line-height: calc(20 / 16);
    position: relative;
    padding-left:calc(8px + 10px);
}
.secDetailsTop .itemtxt::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: calc(((16px * (20 / 16)) / 2) - 4px);
    border-radius: 50%;
    background-color:#ffed82;
}
@media only screen and (min-width:768px){
    .secDetailsTop .namebox{
        order: 2;
    }
    .secDetailsTop .titlebox{
        order: 1;
    }
    .secDetailsTop .pointbox{
        order: 3;
    }
}
@media only screen and (max-width:767px){
    /* secVoice_Details */
    .secVoice_Details{
    padding-bottom: 100px;
}

    /* secDetailsTop */
    .secDetailsTop{
        padding-top: 30px;
        margin-top: 40px;
    }
    .secDetailsTop .Iconbox{
        width:105px;
        left: calc(50% - 52.5px);
    }
    .secDetailsTop .Inner{
        border-radius:0;
        padding: 40px 20px;
        padding-top: 92px;
    }
    .secDetailsTop .Inflex{
        max-width:100%;
        display: block;
    }
    .secDetailsTop .titlebox{
        text-align: left;
    }
    .secDetailsTop .title{
        font-size: 16px;
        line-height: calc(24 / 16);
    }
    .secDetailsTop .namebox{
        text-align:left;
        margin-top:0;
    }
    .secDetailsTop .namebox + .titlebox{
        margin-top: 5px;
    }
    .secDetailsTop .nameIn{
        display: inline-block;
        position: relative;
    }
    .secDetailsTop .nameIn:has(.newicon){
        padding-left: calc(30px + 8px);
        padding-top: 0;
        min-height: 24px;
    }
    .secDetailsTop .newicon{
        width: 30px;
        height: 18px;
        top: 2px;
    }
    .secDetailsTop .newtxt{
        font-size: 8px;
        line-height: calc(12 / 8);
        text-align: center;
    }
    .secDetailsTop .nametxt{
        font-size: 13px;
        line-height: calc(24 / 13);
    }
    .secDetailsTop .pointbox{
        margin-top: 17px;
    }
    .secDetailsTop .item{
        padding: 12px 20px;
    }
    .secDetailsTop .item + .item{
        margin-top:10px;
    }
    .secDetailsTop .itemtxt{
        font-size: 12px;
        line-height: calc(18 / 12);
        position: relative;
        padding-left:calc(6px + 10px);
    }
    .secDetailsTop .itemtxt::after{
        width: 6px;
        height: 6px;
        top: calc(50% - 3px);
    }
}
/* secMovie */
.secMovie{
    margin-top:100px;
}
.secMovie .iflamebox{
    width: 100%;
    height: 0;
    padding-top: 675px;
    overflow: hidden;
    position: relative;
}
.secMovie .iflamebox iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:767px){
    .secMovie{
        margin-top: 60px;
    }
    .secMovie .iflamebox{
        padding-top: calc(188 / 335 * 100%);
    }
}

/* secQuestion */
.secQuestion{
    margin-top: 100px;
}
.secQuestion .item{
    width: 100%;
}
.secQuestion .item + .item{
    margin-top: 90px;
}
.secQuestion .imgBox{
    text-align: center;
}
.secQuestion .img{
    display: inline-block;
    max-width: 100%;
}
.secQuestion .txtArea{
    width: 100%;
    text-align: left;
}
.secQuestion .imgBox + .txtArea{
    margin-top: 47px;
}
.secQuestion .q_txt{
    font-size: 20px;
    line-height: calc(30 / 20);
    font-weight: bold;
}
.secQuestion .a_txt{
    font-size: 15px;
    line-height: calc(30 / 15);
}
.secQuestion .q_txt + .a_txt{
    margin-top: 15px;
}
@media only screen and (min-width:768px){
    .secQuestion .img img{
        max-width: 100%;
        width: auto;
        height: auto;
    }
}
@media only screen and (max-width:767px){
    .secQuestion{
        margin-top: 60px;
    }
    .secQuestion .item + .item{
        margin-top: 54px;
    }
    .secQuestion .img{
        display: block;
        width: 100%;
    }
    .secQuestion .txtArea{
        text-align: left;
    }
    .secQuestion .imgBox + .txtArea{
        margin-top: 20px;
    }
    .secQuestion .q_txt{
        font-size: 15px;
        line-height: calc(24 / 15);
    }
    .secQuestion .a_txt{
        font-size: 12px;
        line-height: calc(22 / 12);
    }
    .secQuestion .q_txt + .a_txt{
        margin-top: 9px;
    }
}
/* secStaff */
.secStaff{
    margin-top: 141px;
}
.secStaff .item{
    position: relative;
    width: 100%;
    padding-top: 80px;
}
.secStaff .item + .item{
    margin-top: 50px;
}
.secStaff .staffImg{
    position: absolute;
    width: 160px;
    left: calc(50% - 80px);
    top: 0;
    z-index: 3;
}
.secStaff .img{
    width: 100%;
    height: 0;
    padding-top: calc(160 / 160 * 100%);
    border-radius: 50%;
    overflow: hidden;
}
.secStaff .itemInner{
    width: 100%;
    text-align: left;
    background-color: #f7f7f7;
    position: relative;
    padding: 60px;
    border-radius: 10px;
}
.secStaff .staffImg + .itemInner{
    padding: 90px 60px;
    padding-top: 95px;
}
.secStaff .itemInner::after,
.secStaff .itemInner::before{
    content: "";
    position: absolute;
    width:33px;
    height: 26px;
}
.secStaff .itemInner::after{
    top: calc(0% - 11px);
    left:30px;
}
.secStaff .itemInner::before{
    bottom: calc(0% - 15px);
    right:30px;
    transform: rotate(180deg);
}
.secStaff.lazyloaded .itemInner::after,
.secStaff.lazyloaded .itemInner::before{
    background: url(../img/voice/imgStafftxt_Icon.png) center center no-repeat;
    background-size: 100% auto;
}
.secStaff .txtArea{
    width: 100%;
}
.secStaff .tit{
    font-size: 20px;
    line-height: calc(30 / 20);
    font-weight: bold;
    position: relative;
    padding-left: calc(8px + 10px);
}
.secStaff .tit::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: calc(50% - 4px);
    border-radius: 50%;
    background-color:#ffed82;
}
.secStaff .txt{
    font-size: 15px;
    line-height: calc(30 / 15);
    margin-top: 16px;
}
.secStaff .staffName{
    font-size: 15px;
    line-height: calc(30 / 15);
    text-align: right;
    margin-top: 25px;
}
@media only screen and (max-width:767px){
    .secStaff{
        margin-top: 75px;
    }
    .secStaff .item{
        padding-top: 30px;
    }
    .secStaff .item + .item{
        margin-top: 50px;
    }
    .secStaff .staffImg{
        width: 105px;
        left: calc(50% - 52.5px);
    }
    .secStaff .itemInner{
        padding: 20px 20px;
        border-radius: 5px;
    }
    .secStaff .staffImg + .itemInner{
        padding: 33px 20px;
        padding-top: 88px;
    }
    .secStaff .itemInner::after,
    .secStaff .itemInner::before{
        width:20px;
        height: 16px;
    }
    .secStaff .itemInner::after{
        top: calc(0% - 6px);
        left:20px;
    }
    .secStaff .itemInner::before{
        bottom: calc(0% - 8px);
        right:20px;
    }
    .secStaff .tit{
        font-size: 15px;
        line-height: calc(30 / 15);
        padding-left: calc(6px + 7px);
    }
    .secStaff .tit::after{
        width: 6px;
        height: 6px;
        top: calc(50% - 3px);
    }
    .secStaff .txt{
        font-size: 12px;
        line-height: calc(22 / 12);
        margin-top: 4px;
    }
    .secStaff .staffName{
        font-size: 12px;
        line-height: calc(22 / 12);
        margin-top: 10px;
    }
}

/* secVoicePager */
.secVoicePager{
    margin-top:150px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.secVoicePager::before,
.secVoicePager::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #797979 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left top;
}
.secVoicePager::before{
    top: 0;
}
.secVoicePager::after{
    bottom: 0;
}
.secVoicePager .list{
    display: flex;
    position: relative;
}
.secVoicePager .list::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - 0.5px);
    background-color: #e8e8e8;
}
.secVoicePager .item{
    width: calc((100% - 100px) / 2);
    max-width: 500px;
}
@media only screen and (min-width:768px){
    .secVoicePager .item:has(.next){
        margin-left: auto;
    }
}
.secVoicePager .linkBox{
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: calc(29px + 30px);
    display: block;
}
.secVoicePager .linkOnbox{
    display: flex;
    align-items: center;
}
.secVoicePager .next .linkOnbox{
    flex-direction: row-reverse;
}
.secVoicePager .imgArea{
    width: 150px;
    border-radius: 50%;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); */
    border: 1px solid;
    border-color: rgba(34, 34, 34, 0.1);
}
.secVoicePager .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(200 / 200 * 100%);
    overflow: hidden;
    border-radius: 50%;
}
.secVoicePager .txtArea{
    flex: 1;
    width: calc(100% - 150px);
}
.secVoicePager .prev .txtArea{
    padding-left:30px;
}
.secVoicePager .next .txtArea{
    padding-right: 30px;
}
.secVoicePager .txt{
    font-size: 15px;
    line-height: calc(24 / 15);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc((15px * (24 / 15)) * 2);
}
.secVoicePager .nametxt{
    font-size: 12px;
    line-height: calc(20 / 12);
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secVoicePager .linkUnderItem{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 29px;
    display: flex;
    align-items: center;
}
.secVoicePager .linkUnderItem::before,
.secVoicePager .linkUnderItem::after{
    content: "";
    position: absolute;
}
.secVoicePager .linkUnderItem::after{
    width: 29px;
    height: 29px;
    top: calc(50% - 14.5px);
    border-radius: 50%;
    border: 1px solid #222222;
    background: #fff;
}
.secVoicePager.lazyloaded .linkUnderItem::after{
    background: url(../img/common/imgArrow.png) center center no-repeat #fff;
    background-size: 7px auto;
}
.secVoicePager .prev .linkUnderItem::after{
    left: 0;
    transform: rotate(180deg);
}
.secVoicePager .next .linkUnderItem::after{
    right: 0;
}
.secVoicePager .linkUnderItem::before{
    width: calc(100% - ((29px + 20px) + 30px));
    height: 1px;
    background-color: #222;
    top: calc(50% - 0.5px);
}
.secVoicePager .prev .linkUnderItem::before{
    left: calc(29px + 20px);
}
.secVoicePager .next .linkUnderItem::before{
    right: calc(29px + 20px);
}
.secVoicePager .linkUndertxt{
    font-size: 14px;
    line-height: calc(20 / 14);
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 3;
    font-weight: 600;
}
.secVoicePager .prev .linkUndertxt{
    padding-left: 13px;
}
.secVoicePager .next .linkUndertxt{
    padding-right: 13px;
}
.secVoicePager .prev .linkUnderItem{
    justify-content: flex-end;
    padding-left:calc(29px + 20px);
}
.secVoicePager .next .linkUnderItem{
    padding-right:calc(29px + 20px);
}
@media only screen and (max-width:767px){
    .secVoicePager{
        margin-top:80px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .secVoicePager::before,
    .secVoicePager::after{
        background-size: 2px 1px;
    }
    .secVoicePager .list{
        display: block;
    }
    .secVoicePager .list::after{
        display: none;
    }
    .secVoicePager .item{
        width: 100%;
        max-width: 100%;
    }
    .secVoicePager .item + .item{
        margin-top: 19px;
    }
    .secVoicePager .linkBox{
        padding-bottom: calc(19px + 11px);
    }
    .secVoicePager .imgArea{
        width: 100px;
    }
    .secVoicePager .txtArea{
        width: calc(100% - 100px);
    }
    .secVoicePager .prev .txtArea{
        padding-left:13px;
    }
    .secVoicePager .next .txtArea{
        padding-right: 13px;
    }
    .secVoicePager .txt{
        font-size: 13px;
        line-height: calc(18 / 13);
        max-height: calc((13px * (18 / 13)) * 2);
    }
    .secVoicePager .nametxt{
        font-size: 10px;
        line-height: calc(16 / 10);
        margin-top: 3px;
    }
    .secVoicePager .linkUnderItem{
        height: 19px;
    }
    .secVoicePager .linkUnderItem::after{
        width: 19px;
        height: 19px;
        top: calc(50% - 9.5px);
    }
    .secVoicePager.lazyloaded .linkUnderItem::after{
        background-size: 3px auto;
    }
    .secVoicePager .linkUnderItem::before{
        width: calc(100% - ((19px + 10px) + 20px));
    }
    .secVoicePager .prev .linkUnderItem::before{
        left: calc(19px + 10px);
    }
    .secVoicePager .next .linkUnderItem::before{
        right: calc(19px + 10px);
    }
    .secVoicePager .linkUndertxt{
        font-size: 12px;
        line-height: calc(20 / 12);
    }
    .secVoicePager .prev .linkUndertxt{
        padding-left: 10px;
    }
    .secVoicePager .next .linkUndertxt{
        padding-right: 10px;
    }
    .secVoicePager .prev .linkUnderItem{
        padding-left:calc(19px + 10px);
    }
    .secVoicePager .next .linkUnderItem{
        padding-right:calc(19px + 10px);
    }
}


/* secCmnDetailsBtn */
.secCmnDetailsBtn{
    width: 240px;
    margin: 0 auto;
    margin-top: 50px;
}
.secCmnDetailsBtn .btnInner{
    height: 60px;
    width: 100%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    color: #222;
    text-decoration: none;
    border: solid 1px #222;
    overflow: hidden;
    position: relative;
}
.secCmnDetailsBtn .btnInner::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    transition: transform 0.75s cubic-bezier(.23,1,.32,1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
}
.secCmnDetailsBtn .btnInner::after{
    position: absolute;
    content: "";
    width: 11px;
    height: 10px;
    left: 29px;
    top: calc(50% - 5px);
    z-index: 3;
}
.secCmnDetailsBtn .btnInner.lazyloaded::after{
    background: url(../img/common/iconArrow.png) center center no-repeat;
    background-size: 100% auto;
}
.secCmnDetailsBtn .txtBtn{
    color: #000;
    z-index: 2;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: calc(20 / 14);
    font-weight: bold;
}
@media only screen and (min-width:768px){
    .secCmnDetailsBtn .btnInner:hover::before{
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .secCmnDetailsBtn .btnInner.lazyloaded:hover::after{
        background-image: url(../img/common/iconArrow_white.png);
    }
    .secCmnDetailsBtn .btnInner:hover .txtBtn{
        color: #fff;
    }
}
@media only screen and (max-width:767px){
    .secCmnDetailsBtn{
        max-width: 245px;
        width: 100%;
        margin-top: 30px;
    }
    .secCmnDetailsBtn .btnInner{
        height: 54px;
    }
    .secCmnDetailsBtn .btnInner::before{
        display: none;
    }
    .secCmnDetailsBtn .btnInner::after{
        width: 10px;
        height: 9px;
        top: calc(50% - 4.5px);
    }
    .secCmnDetailsBtn .txtBtn{
        font-size: 13px;
        line-height: calc(20 / 13);
    }
}

/* secVoice_Real */
.secVoice_Real{
    width: 100%;
}

/* secReal_Main */
.secReal_Main{
    position: relative;
    width: 100%;
    height:450px;
    background-color: #c3bca8;
    color: #fff;
    padding-right: 560px;
}
.secReal_Main::after{
    content: "";
    position: absolute;
    width: 560px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../img/voice/imgReal_Main.jpg) center center no-repeat;
    background-size: cover;
}
.secReal_Main .Inner{
    display: flex;
    align-items: center;
    padding: 20px 50px;
    height: 100%;
}
.secReal_Main .txtbox{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secReal_Main .tit{
    font-size:36px;
    line-height: calc(40 / 36);
    font-weight: bold;
}
.secReal_Main .titIn{
    display: inline-block;
    position: relative;
    padding-bottom: 11px;
}
.secReal_Main .titIn::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}
.secReal_Main .txt{
    font-size:14px;
    line-height: calc(32 / 14);
    font-weight: bold;
    margin-top: 24px;
    letter-spacing: 0.05em;
}
@media only screen and (max-width:1580px){
    .secReal_Main .Inner{
        padding: 20px 40px;
    }
}
@media only screen and (max-width:1500px){
    .secReal_Main .tit{
        font-size: 26px;
    }
    .secReal_Main .txt{
        font-size: 13px;
    }
}
@media only screen and (max-width:767px){
    /* secVoice_Real */
    .secVoice_Real{
        width: 100%;
    }
    .type_Real .secTab{
        width: calc(335 / 375 * 100%);
        margin: 0 auto;
    }

    /* secReal_Main */
    .secReal_Main{
        height:auto;
        padding-right: 0px;
        padding-top: calc((152 / 375 * 100vw) + 9px);
        padding-bottom: 33px;
    }
    .secReal_Main::after{
        width: 100%;
        height: calc(152 / 375 * 100vw);
        background-image: url(../img/voice/imgReal_Main_sp.jpg);
    }
    .secReal_Main .Inner{
        display: block;
        padding: 0 20px;
        height:auto;
    }
    .secReal_Main .txtbox{
        display: block;
        text-align: center;
    }
    .secReal_Main .tit{
        font-size:22px;
        line-height: calc(40 / 22);
    }
    .secReal_Main .titIn{
        padding-bottom: 0;
    }
    .secReal_Main .titIn::after{
        display: none;
    }
    .secReal_Main .txt{
        font-size:13px;
        line-height: calc(24 / 13);
        margin-top: 14px;
        text-align: center;
        letter-spacing: 0;
    }
    .secReal_Main .titIn_sp{
        display: inline;
        border-bottom: 1px solid;
        border-color: #fff;
        padding-bottom: 3px;
    }
}
@media only screen and (max-width:374px){
    .secReal_Main .txt{
        font-size: 12px;
    }
}

.secSearch{
    margin-top: 50px;
}
.secSearch .selectbox{
    max-width: 320px;
    position: relative;
    margin-left: auto;
}
.secSearch .selectbox::after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    right:15px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: #002222;
}
.secSearch select{
    background: #f7f7f7;
    width: 100%;
    border: none;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
    border-radius: 0;
    height: 60px;
    padding: 15px 20px;
    padding-right: 35px;
    color: #222222;
    font-family: inherit;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}
@media only screen and (max-width:767px){
    .secSearch{
        margin-top: 40px;
    }
    .secSearch .selectbox{
        width: 100%;
        border-bottom: 1px solid #d9d9d9;
        max-width: 100%;
    }
    .secSearch .selectbox::after{
        right:15px;
    }
    .secSearch select{
        height: 40px;
        padding: 5px 10px;
        padding-right: 35px;
    }
}

/* secTriggerlist */
.secTriggerlist{
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
}
.secTriggerlist .list{
    display: flex;
    flex-wrap: wrap;
}
.secTriggerlist .listItem{
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    border-radius: 50px 50px 10px 50px;
    pointer-events: all;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width:768px){
    .secTriggerlist .listItem:nth-child(2n),
    .secTriggerlist .listItem:last-child{
        margin-right: 0;
    }
    .secTriggerlist .listItem:nth-child(n + 3){
        margin-top: 50px;
    }
}
.secTriggerlist .itemInner{
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 55px 40px;
    border-radius: 50px 50px 10px 50px;
}
.secTriggerlist .Onbox{
    padding-right: 30px;
    position: relative;
}
.secTriggerlist .categorybox{
    display: inline-block;
    max-width: 100%;
    padding: 7px 20px;
    text-align: left;
    background-color: #f7f7f7;
    border-radius: 20px;
}
.secTriggerlist .categorytxt{
    font-size: 13px;
    line-height: calc(24 / 13);
    font-weight: bold;
}
.secTriggerlist .Iconbox{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
}
.secTriggerlist.lazyloaded .Iconbox{
    background: url(../img/voice/imgTrigger_Icon.png) center center no-repeat;
    background-size: 100% auto;
}
.secTriggerlist .ImgBox{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    min-height: 100px;
}
.secTriggerlist .img{
    display: inline-block;
    max-width: 100%;
}
.secTriggerlist .img img{
    max-width: 100%;
    width: auto;
    height: auto;
}
@media only screen and (max-width:767px){
    .secTriggerlist{
        margin: 0 auto;
        margin-top: 30px;
        width: calc(335 / 375 * 100%);
    }
    .secTriggerlist .list{
        display: block;
    }
    .secTriggerlist .listItem{
        margin-right: 0px;
        border-radius: 15px 15px 5px 15px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        width: 100%;
    }
    .secTriggerlist .listItem + .listItem{
        margin-top: 20px;
    }
    .secTriggerlist .itemInner{
        height: auto;
        padding: 20px 20px;
        border-radius: 15px 15px 5px 15px;
        padding-bottom: 31px;
    }
    .secTriggerlist .Onbox{
        padding-right: 25px;
    }
    .secTriggerlist .categorybox{
        padding: 7px 15px;
        border-radius: 15px;
    }
    .secTriggerlist .categorytxt{
        font-size: 11px;
        line-height: calc(18 / 11);
    }
    .secTriggerlist .Iconbox{
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
    }
    .secTriggerlist .ImgBox{
        margin-top: 15px;
        min-height: 0;
    }
}
/* #popup_real */
#popup_real{
    display: none;
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: auto;
    background: rgba(34, 34, 34, 0.8);
    z-index: 9999;
}
#popup_real .popupInner{
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: table;
    padding: 100px 0;
}
#popup_real .SlideIn{
    display: table-cell;
    vertical-align: middle;
}
#real_slider{
    width: calc(100vw - 360px);
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#real_slider .swiper{
    width: 100%;
    overflow: hidden;
}
#real_slider .itemInner{
    width: 100%;
    background: #222;
    padding:50px;
    padding-bottom: 60px;
}
#real_slider .imgBox{
    width: 100%;
    padding:50px 60px;
    background-color: #fff;
    text-align: left;
}
#real_slider .img{
    display: inline-block;
}
#real_slider .img img{
    max-width: 100%;
    width: auto;
    height: auto;
}
#real_slider .txtArea{
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 30px 50px;
}
#real_slider .categrybox{
    display: inline-block;
    max-width: 100%;
    padding: 8px 20px;
    text-align: left;
    border-radius: 20px;
    border: 1px solid #fff;
}
#real_slider .categorytxt{
    font-size: 12px;
    line-height: calc(24 / 12);
    font-weight: bold;
    color: #fff;
}
#real_slider .txtbox{
    margin-top: 10px;
}
#real_slider .txt{
    font-size: 20px;
    line-height: calc(34 / 20);
    font-weight: bold;
}
#real_slider .swiper-button-prev,
#real_slider .swiper-button-next{
    position: absolute;
    top: 158px;
    color: #fff;
    width: auto;
    display: flex;
    align-items: center;
}
#real_slider .swiper-button-prev{
    padding-left: calc(50px + 10px);
    left: calc(0% - 140px);
}
#real_slider .swiper-button-next{
    padding-right: calc(50px + 10px);
    right: calc(0% - 140px);
}
#real_slider .swiper-button-prev::after,
#real_slider .swiper-button-next::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid;
    border-color: #fff;
    top: calc(50% - 25px);
}
#real_slider.lazyloaded .swiper-button-prev::after,
#real_slider.lazyloaded .swiper-button-next::after{
    background: url(../img/common/imgArrowWhite.png) center center no-repeat;
    background-size: 10px auto;
}
#real_slider .swiper-button-prev::after{
    left: 0;
    transform: rotate(180deg);
}
#real_slider .swiper-button-next::after{
    right: 0;
}
#real_slider .btnIntxt{
    font-size:20px;
    line-height: calc(30 / 20);
    font-weight: 600;
}
#real_slider .btnIn{
    display: inline-block;
    border-bottom: 1px solid #fff;
}
#real_slider_close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    pointer-events: all;
    cursor: pointer;
    z-index: 20;
}
#real_slider_close::before,
#real_slider_close::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #fff;
    left: calc(50% - 12.5px);
    top: calc(50% - 0.5px);
}
#real_slider_close::before{
    transform: rotate(45deg);
}
#real_slider_close::after{
    transform: rotate(-45deg);
}
@media only screen and (max-width:1400px){
    #real_slider .txtArea{
        padding: 30px 0px;
    }
    #real_slider .txt{
        font-size: 16px;
        line-height: calc(28 / 16);
    }
}
@media only screen and (max-width:767px){
    #popup_real{
        height: 100vh;
    }
    #popup_real .popupInner{
        padding: 30px 0;
    }
    #real_slider{
        padding: 0;
        width: calc(335 / 375 * 100vw);
        max-width: 100%;
        padding-top: 30px;
        background: no-repeat;
        padding-bottom: calc(25px + 20px);
        max-height: calc(100vh - 60px);
    }
    #real_slider .imgBox{
        padding:20px;
    }
    #real_slider .txtArea{
        padding: 20px;
        padding-bottom: 0;
    }
    #real_slider .categrybox{
        padding: 5px 15px;
    }
    #real_slider .categorytxt{
        font-size: 11px;
        line-height: calc(20 / 11);
    }
    #real_slider .txtbox{
        margin-top: 10px;
    }
    #real_slider .txt{
        font-size: 14px;
        line-height: calc(26 / 14);
    }
    #real_slider .swiper-button-prev,
    #real_slider .swiper-button-next{
        top: auto;
        bottom: 0;
        height: 25px;
    }
    #real_slider .swiper-button-prev{
        padding-left: calc(25px + 10px);
        left: 0;
    }
    #real_slider .swiper-button-next{
        padding-right: calc(25px + 10px);
        right:0;
    }
    #real_slider .itemInner{
        padding: 0;
        max-height: calc(100vh - (60px + 30px + 20px + 25px));
        overflow: scroll;
        padding-bottom: 30px;
    }
    #real_slider .swiper-button-prev::after,
    #real_slider .swiper-button-next::after{
        width: 25px;
        height: 25px;
        top: calc(50% - 12.5px);
    }
    #real_slider.lazyloaded .swiper-button-prev::after,
    #real_slider.lazyloaded .swiper-button-next::after{
        background-size: 6px auto;
    }
    #real_slider .btnIntxt{
        font-size:12px;
        line-height: calc(20 / 12);
    }
    #real_slider_close{
        width: 30px;
        height: 30px;
        top: 0px;
        right: 0px;
        background: #222;
    }
    #real_slider_close::before,
    #real_slider_close::after{
        width: 11px;
        left: calc(50% - 5.5px);
    }
}