/* ------------------------------------------------------------- */
/* KV                                                            */
/* ------------------------------------------------------------- */
.KV-wrap{
    position: relative;
    height: 200px;
    background:linear-gradient(to right,#0e326d, #1750ac);
}
.KV-txt{
    color: #ffffff;
    position: absolute;
    font-weight: bold;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.KV-txt .ttl h1{
    font-size: 36px;
}
@media screen and (max-width:769px) {


    .KV-txt .ttl h1 {
        font-size: 30px;
        width: 87vw;
    }
    }

/* ------------------------------------------------------------- */
/* news                                                          */
/* ------------------------------------------------------------- */
.news li time {
    padding: 5px 16px;
    margin-right: 40px;
}
.flex.al-center p{
  width: 100%;
}
#news-page__top{
position: fixed;
    bottom: 10%;
    right: 5%;
    width: 50px;
    color: #fff;
    border-radius: 50%;
    outline: none;
    opacity: 0;
    transition-duration: 0.5s;
    cursor: pointer;
}
