body{
    color: #364f57 !important;
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
    background-size: cover !important;
    /* height: 1800px !important; */
    background-image: url(./img/Top_V2.png);
    background-color:rgba(255, 255, 255, 0.307) !important;
    background-blend-mode:lighten;
    background-position-y: -141px;
}



/*------------------news-----------------*/



.news-image {
    background-image: url(../img/S_top_oshirase.jpg);
    background-size: cover;
    border-radius: 40% 37% 10% 24% / 19% 24% 10% 24%;
    max-width: 100%;
    height: 900px;
    vertical-align: top;
    position: relative;
}

@media (max-width: 767px) {
    .news-image{
        height: 290px;
        
    }
}

@media screen and (min-width: 768px) {
    .news-image {
        margin: auto;
        width: 100% !important;
        height: 430px !important;
        border-radius: 35% 33% 17% 20% / 28% 24% 15% 20%;
        border-radius: 0 0 60% 60% / 0 0 10% 10%;
        margin-top: 97px;
        background-position: center;
    }
}


.news-image_white{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.news-image_text, .news-image_text-dance, .news-image_text-grow, .news-image_text,.news-image_text{
    font-weight: 600;
    background-color: white;
    width: 350px;
    text-align: center;
    height: 73px;
    opacity: 0.8;
    border-radius: 50px;
    font-size: 30px;
    line-height: 72px;
}

@media screen and (max-width: 767px) {
    .news-image_text, .news-image_text-dance, .news-image_text-grow, .news-image_text, .news-image_text{
        font-weight: 600;
        background-color: white;
        width: 170px;
        text-align: center;
        height: 43px;
        opacity: 0.8;
        border-radius: 50px;
        font-size: 25px;
        line-height: 43px;
    }
}



/*------------------              --------------*/

.news-contents{
    width: 90%;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .news-contents {
        width: 65%;
    }
}

.news-contents p{
    margin: 0px;
}

.news-contents p{
    font-weight: 500;
}

.news-contents h1{
    border-bottom:3px dashed #91b165;
    padding-bottom: 10px;
    font-weight: 500;
}

.pdf{
    color: #91b165;
}

.btn-next{
    color: black;
    border-radius: 10px;
    width: 60%;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.btn-next:hover{
    color: #fff;
    background-color: #222;
}

.center{
    text-align: center;
    margin-top: 30px;
}

.direction{
    position: absolute;
    right: 12px;
}