.special.commonKeyvisual .imagearea{
    background-image: url(../images/special-kv.webp);
}
.special-section{
    padding: 80px 0;
    background: #000;
}
@media screen and (max-width: 768px) {
    .special-section{
        padding: 40px 0 60px;
    }
}
.special-section .commonBdrTitle01{
    color: #fff;
}
.special-section .commonBdrTitle01::before{
    background-color: #fff;
}
.special-list{
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.special-list li{
    width: 48.8889%;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .special-list{
        margin-top: 0;
    }
    .special-list li{
        width: 100%;
        margin-top: 10px;
    }
}
.special-list li a{
    overflow: hidden;
    position: relative;
    display: block;
    height: 335px;
    color: #fff;
    text-decoration: none;
}
.special-list li a:hover::before{
    transform: scale(1.1);
}
@media screen and (max-width: 768px) {
    .special-list li a{
        height: 170px;
    }
    .special-list li a:hover::before{
        transform: scale(1);
    }
}
.special-list li a::before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    transition: transform 0.5s;
}
.special-list li .voice::before{
    background-image: url(../images/special-btn01.webp);
}
.special-list li .ent::before{
    background-image: url(../images/special-btn02.webp);
}
.special-list li .loan::before{
    background-image: url(../images/special-btn03.webp);
}
.special-list li .stories::before{
    background-image: url(../images/special-btn04.webp);
}
.special-list li a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}
.special-list .texts{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .special-list .texts{
        padding: 12px;
    }
}
.special-list .texts .ttl{
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .special-list .texts .ttl{
        margin-bottom: 7px;
        font-size: 16px;
    }
}
.special-list .texts .arw{
    position: relative;
    display: table;
    padding-right: 70px;
    color: #3bdede;
    font-size: 15px;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .special-list .texts .arw{
        display: block;
        width: 60px;
        height: 10px;
        padding-right: 0;
        text-indent: -9999px;
    }
}
.special-list .texts .arw::before{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 60px;
    height: 100%;
    background: url(../../crm/images/icon-arrow-green.svg) no-repeat right center / 100% auto;
}
.pc-none{
    display: none;
}
.sp-none{
    display: block;
}
.font-s{
    font-size: 60%;
}
sup{
    vertical-align: top;
}
@media screen and (max-width: 768px) {
    .pc-none{
        display: block;
    }
    .sp-none{
        display: none;
    }
    .font-s{
        font-size: 50%;
    }
}