/* キービジュアル　スライダー */
.swiper img {
    width: 100%;
    height: auto;
}
.swiper-slide{
    position: relative;
}

.swiper-slide-content{
    position: absolute;
    top: 30%;
    left: 8%;
}
.swiper-slide-content h1{
    color: #fff;
    font-size: 80px;
}
.swiper-slide-content p{
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 30px;
    max-width: 1231px;
    letter-spacing: -1.5px;
}
.swiper-slide-active .swiper-slide-content{
    animation-name: fade02;
    /* animation-duration: 3s; */
    animation-duration: 4s;
}
.swiper-slide-imgarea{
    position: relative;
}
.swiper-slide-imgarea::before{
    content: '';
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-slide-active .swiper-slide-imgarea::before{
    animation-name: fade01;
    /* animation-duration: 3s; */
    animation-duration: 6s;
}
@keyframes fade01{
    0%{
    opacity: 0;
    }
    30%{
    opacity: 0;
    }
    100%{
    opacity: 1;
    }
}

@keyframes fade02{
    0%{
    opacity: 0;
    }
    60%{
    opacity: 0;
    }
    100%{
    opacity: 1;
    }
}

/* ------------------------------
NEWSセクション 
------------------------------ */
.top-news-ttl{
    color: #444285;
    text-align: center;
    font-size: 3.5rem;
    font-weight: normal;
    margin: 0 0 35px 0;
    line-height: 1.5;
}
/* NEWSタブ */
.color1 { 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    padding-top: 65px; 
    padding-bottom: 30px; 
    /* background-color: #F5F5F5;  */
} 
/*TAB*/ 
.tabBoxArea { 
    width: 100%; 
    /* padding-top: 30px;  */
    /*border-right: 1px solid #E3E2FC;*/
    /*border-left: 1px solid #E3E2FC;*/
    /*border-bottom: 1px solid #E3E2FC;*/
} 
.tab_list { 
    overflow: hidden; 
} 
ul.tab-group li { 
    width: calc(100% / 3); 
    float: left; 
    padding-bottom: 2px; 
    text-align: center; 
    box-sizing: border-box; 
    background-color: #E3E2FC; 
    padding-top: 20px; 
    padding-bottom: 20px; 
    color: #444088; 
    border-right: 1px solid #fff;
} 
ul.tab-group li:last-of-type { 
    border-right: none; 
} 
.tabTitle p { 
    font-weight: bold; 
} 
ul.tab-group li p { 
    font-size: 22px; 
} 
ul.tab-group li.tab p { 
    cursor: pointer; 
} 
ul.tab-group li:hover { 
    background-color: #444088; 
    color: #fff;
} 
ul.tab-group li.is-active { 
    cursor: auto; 
    background-color: #444088;
    color: #fff;
} 
.panel-group { 
    width: 100%; 
    background-color: #ffffff; 
    margin-bottom: 30px; 
} 
.panel { 
    display: none; 
} 
.panel.is-show { 
    display: block; 
} 
ul.newsList { 
    width: 95%; 
    margin-top: 40px;
    margin-left: auto; 
    margin-right: auto; 
} 
ul.newsList li { 
    width: 100%; 
    font-size: 16px; 
    color: #000000; 
    padding-bottom: 25px; 
    vertical-align: baseline; 
    display: flex;
    justify-content: flex-start;
    align-items: center;
} 
ul.newsList li:last-of-type{
    padding-bottom: 40px;
}
span.top-news-date { 
    font-size: 1.5rem;
    font-weight: bold;
} 
span.cate { 
    width: 105px;
    padding: 2px 0;
    text-align: center; 
    font-size: 11px;
    letter-spacing: -0.8px; 
    color: #fff; 
    background-color: #6593BA;
    margin-left: 1%; 
    margin-right: 1%; 
    float: left; 
    line-height: 1.5; 
} 
span.cate2 { 
    width: 105px;
    padding: 2px 0;
    text-align: center; 
    font-size: 11px;
    letter-spacing: -0.8px;
    color: #fff; 
    background-color: #444088;
    margin-left: 1%; 
    margin-right: 1%; 
    float: left; 
    line-height: 1.5; 
} 
p.titleText { 
    width: 69%; 
    line-height: 1.8; 
    float: left; 
    display: block; 
    margin: 0;
} 
p.titleText a { 
    color: #000000; 
    text-decoration: none; 
} 
p.titleText a:hover { 
    opacity: 0.7;
    text-decoration: underline;
} 
a.newsListLink:hover { 
    color: #F68B23; 
    background-color: #fff; 
} 
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 
.clearfix { 
    display: inline-table; 
} 
/* Hides from IE-mac \*/ 
* html .clearfix { 
    height: 1%; 
} 
.clearfix { 
    display: block; 
}




/* --------------------
SP版
-------------------- */
@media screen and (max-width: 900px){
    ul.newsList li{
        flex-wrap: wrap;
    }
    p.titleText{
        width: 100%;
        padding: 0.5em 1em;
    }
}
@media screen and (max-width: 768px){
    ul.tab-group li p{font-size: 18px;}
    .top-news-ttl{font-size: 28px;}
}

/* @media screen and (max-width: 768px){
    .swiper-slide-content{
        top: 20%;
        left: 5%;
        right: 5%;
    }
    .swiper-slide-content h1{
        font-size: 40px;
    }    
    .swiper-slide-content p{
        font-size: 20px;
        line-height: 1.2;
        margin-top: 10px;
    }    
} */
@media screen and (max-width: 480px){
    .btn_link{
        max-width: 68%;
    }
    span.top-news-date{
        width: 50%;
    }
    ul.tab-group li p{font-size: 16px;}
    .swiper-slide-content{
        top: 10%;
        left: 5%;
        right: 5%;
    }
    .swiper-slide-content h1{
        font-size: 28px;
    }    
    .swiper-slide-content p{
        font-size: 15px;
        letter-spacing: -0.8px;
        line-height: 1.3;
        margin-top: 5px;
    }    
}
