@charset "utf-8";

.top-mv {
    background: url(../img/top/bg_mv.jpg) no-repeat center / cover;
}

.top-mv-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: calc(50% + 485px);
    height: 376px;
    margin-left: auto;
}

.mv-logo {
    margin-right: 30px;
}

.mv-img {
    height: 100%;
    background: url(../img/top/img_mv-pc.png) no-repeat left / auto 100%;
}

@media screen and (max-width: 991px) {
    .mv-logo {
        display: none;
    }
    .mv-img {
        position: absolute;
        left: 0;
        right: -8%;
        top: 0;
        flex: none;
        background-position: center;
    }
}

@media screen and (max-width: 480px) {
    .top-mv-wrapper {
        height: 60vw;
    }
}

.sec-ttl {
    font-weight: 500;
    line-height: 1.5;
}

.top-news-list li time {
    display: block;
    width: 125px;
    margin-right: 20px;
    text-align: center;
    line-height: 31px;
    color: #fff;
    background-color: #00263A;
    border-radius: 5px;
}

.top-news-list li a {
    display: block;
    flex: 1;
}

@media screen and (max-width: 600px) {
    .top-news-list li a {
        flex: none;
        width: 100%;
        margin-top: 10px;
    }
}

.top-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 95%;
    max-width: calc(50% + 550px);
    height: 100%;
    background-color: #ECECEC;
    z-index: -1;
}

.top-content {
    max-width: 830px;
}

.top-content__left {
    position: relative;
    flex: 1;
    padding-bottom: 85px;
}

.top-content__left .cmn-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.top-content__right {
    width: 350px;
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
    .top-sec::before {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .top-content__left {
        flex: none;
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 70px;
    }
    .top-content__left .cmn-btn {
        text-align: center;
    }
    .top-content__right {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

.top-service {
    max-width: 950px;
    margin-left: auto;
    margin-right: 50px;
}

.top-service__img {
    width: 46%;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .top-service {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .top-service__cont {
        flex: none;
        width: 100%;
    }
    .top-service__cont .cmn-btn {
        text-align: center;
    }
    .top-service__img {
        width: 100%;
        margin: 30px 0 0;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    
}

.top-link {
    position: relative;
    display: block;
    width: 48%;
    height: 275px;
    font-weight: 500;
}

.top-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 47%;
    height: 100%;
    background: rgba(0, 139, 213, 0.60);
}

.top-link figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.top-link figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-link__ttl {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 25px;
    line-height: 1.35;
    color: #fff;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .top-link {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    
}