@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////////
////// COMMON //////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */

.indexno {
    opacity: 0;
}
#contsArea {
    padding: 120px 0 0;
    text-align: center;
}

#contsArea h1 {
    line-height: 1;
    margin: 0 auto 40px;
}

#contsArea .mainTitle{
    margin: 0 auto 40px;
}



@media screen and ( min-width:641px) {}

@media screen and ( min-width:1024px) {
    .indexno {
        opacity: 1;
    }
    #contsArea {
        padding: 160px 0 0;
    }
    }



#contsArea section.newsBlk{
    margin: 0 auto 120px;
    width: 85%;
    text-align: left;
}

#contsArea section.newsBlk h3{
    margin: 0 auto 30px;
    line-height: 1.5;
}

#contsArea section.newsBlk p.VolDate{
    margin: 20px auto 10px;
}

#contsArea section.newsBlk p.newsTxt{
    text-align: left;
    margin: 0 auto 60px;
}
#contsArea section.newsBlk p.newsTxt+img+p{
    margin: 30px auto 60px;
}

#contsArea section.newsBlk .tel-link a{
    color: #333333;
}

#contsArea section.newsBlk img{
    width: 100%;
}

@media screen and ( min-width:1024px) {
    #contsArea section.newsBlk{
        margin: 0 auto 120px;
        width: 100%;
        max-width: 800px;
    }
    }

#contsArea section.newsBlk figure{
    margin: 0 auto 30px;
}
#contsArea section.newsBlk figure figcaption{
    margin: 10px auto 0;
    text-align: center;
}




ul.featureCnt {
    width: 100%;
    margin: 0 auto 120px;
    text-align: center;
}

ul.featureCnt  li{
    width: 45%;
    margin: 0 2% 60px;
    display: inline-block;
    vertical-align: top;

}
.featureCnt dl:nth-child(2n){

}
.featureCnt li figure img{
    margin: 0 auto 10px;
    width: 100%;
    height: auto;
}
.featureCnt li figure p{
    text-align: left;
}
p.BtnCenter{
    margin: 0 auto 120px;
}


a.outLink{
    padding: 0 4px 0;
    position: relative;
    color: #333333;
    text-decoration: underline!important;
    font-weight: bold;
    margin: 20px 0 0;
}
/*
a.outLink::after{
    content: "";
    display: block;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    position: absolute;
    right: 5%;
    top: 50%;
    width: 6px;
    height: 6px;
    -webkit-transition: .4s;
    transition: .4s;

}
*/
#contsArea .featureCnt li a figure img {
    width:100%;
    height: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
@media screen and ( min-width:1024px) {
    ul.featureCnt {
        width: calc(100% - 30px);
        max-width: 1200px;
        margin: 0 auto 120px;
        text-align: left;
        letter-spacing: -.4em;
    }

    ul.featureCnt li{
        width: calc((100% - 90px) / 3);
        max-width: 360px;
        margin: 0 15px 40px;
    }
    .detailBtn a:hover {
        -webkit-transition: .4s;
        transition: .4s;
        background: #212721;
        color: #ffffff;
        opacity: 1;
    }
    .detailBtn a:hover::after{
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transition: .4s;
        transition: .4s;
    }

    #contsArea .featureCnt li a figure img {
        -webkit-transition: .8s;
        transition: .8s;
    }

    #contsArea .featureCnt li a:hover figure img {
            opacity: .4;
            -webkit-transition: .6s;
            transition: .6s;
    }
}
.column-2, .column-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.movieBlk{
    margin: 0 auto 60px;
}

@media screen and ( min-width:641px) {
    .column-2 .imgBlk {
        width: 50%;
    }
    .column-2 .txtBlk {
        width: 45%;
    }
}
