.l-header-banner {
    width: 100%;
    background: #3000ae;
}
.l-header-banner {
    width: 100%;
    background: #3000ae;
}

.l-header-banner__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

@media(max-width : 1024px) {
    .l-header-banner__inner {
        width: 100%;
    }
}

@media(max-width : 767px) {
    .l-header-banner__inner {
        width: 100%;
        display: block;
        padding-bottom: 20px;
    }
}

.l-header-banner__inner a {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; 
}

.l-header-banner__inner a:hover {
    opacity:0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha( opacity=30 )";
    background: #3000ae;
}

.l-header-banner__inner-text {
    width: 810px;
    color: #fff;
}

@media(max-width : 1024px) {
    .l-header-banner__inner-text {
        width: 100%;
    }
}

@media(max-width : 767px) {
    .l-header-banner__inner-text {
        width: 100%;
        padding: 0 4%; 
    }
}

.l-header-banner__inner-text div {
    padding-top: 10px;
    font-size: 44px;
}

@media(max-width : 767px) {
    .l-header-banner__inner-text div {
        font-size: 30px;
    }
}

.l-header-banner__inner-text p {
    margin: 0;
    padding: 0 0 20px;
    font-size: 16px;
}

@media(max-width : 767px) {
    .l-header-banner__inner-text p {
        font-size: 14px;
    }
}

.l-header-banner__inner-btn {
    padding: 8px 40px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
}

@media(max-width : 767px) {
    .l-header-banner__inner-btn {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
    }
}