@charset "UTF-8";




/*========================================

common

========================================*/

.page_main_content {
    overflow: hidden;
}




/*========================================

#page_headline

========================================*/

#page_headline {
    position: relative;
    background: #ffffff;
}

#page_headline::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
}

#page_headline .con {
    position: relative;
    height: calc(150px + 60vw);
}

#page_headline .h1_ttl {
    position: absolute;
    top: 150px;
    left: 6.25%;
}

#page_headline .h1_ttl span {
    display: block;
    font-size: 12vw;
    font-weight: 600;
    line-height: 1;
    color: #103568;
}

#page_headline .h1_ttl h1 {
    font-size: 6vw;
    color: #969593;
}

#page_headline .logo_opacity {
    position: absolute;
    bottom: 50px;
    right: 6.25%;
    width: 37.5%;
}

#page_headline .logo_opacity img {
    display: block;
    width: 100%;
    height: auto;
}


@media (min-width: 768px) {

    #page_headline .con {
        height: calc(180px + 30vw);
    }

    #page_headline .h1_ttl {
        top: 180px;
    }

    #page_headline .h1_ttl span {
        font-size: 8vw;
    }
    
    #page_headline .h1_ttl h1 {
        font-size: 4vw;
    }

    #page_headline .logo_opacity {
        bottom: 60px;
        width: 25%;
    }

}


@media (min-width: 1024px) {

    #page_headline .con {
    }
    
}




/*========================================

.page_main_content

========================================*/

/* .page_main_content {
    background: #ffffff;
    overflow: hidden;
} */