html, body, p, a, div, span, li, ul, h1, h2, h3, h4, h5, h6{
    word-break: keep-all;
    overflow-wrap: break-word;
}

#empty_box{
    width:100%;
    height: 240px;
}

.gradient_bg{
    width: 100%;
    height: 480px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #000000 100%);
}

#topvisual{
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: top center;
}

#topvisual img{
    position: absolute;
    left: 0;
    bottom: 0;
}

#transTopBox{
    width: 100%;
    height: 400px;
}

#contents{
    margin-top: -480px;
}

#about{
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
}

#about_text{
    margin-bottom: 80px;
    word-break: keep-all;
}

#about_text h2{
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 40px;
}

#about_text p{
    font-size: 28px;
    font-weight: 600;
    margin:0 0 80px;
}

#contbox{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
}

#contbox .cont{
    padding: 40px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.cont h4{
    font-size: 16px;
    font-weight: 600;
    margin:0;
    line-height: 1.5;
}

.cont p{
    font-size: 16px;
    font-weight: 400;
    margin:0;
}

.op06{
    opacity: 0.6;
}

#faq {
    margin-top: 160px;
}

#faq h3{
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 40px;
}

.faq-item {
    margin-bottom: 0px;
}

.faq-title {
    padding: 20px 20px 20px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.5;
}

.faq-content {
    display: none;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.6;
    margin-top: -20px;
    padding: 12px 0 20px 0;
}



@media (min-width: 992px) {

    .faq-content {
        font-size: 18px;
    }

    .faq-title {
        line-height: 1.25;
        font-size: 18px;
        font-weight: 600;
    }

    .gradient_bg{
        height: 700px;
    }
    
    #topvisual{
        height: 700px;
    }

    #empty_box{
        height: 320px;
    }

    #about_text h2{
        font-size: 60px;
        margin: 0 0 60px;
    }

    #about_text p{
        font-size: 40px;
        margin:0 0 80px;
    }

    .cont h4{
        font-size: 18px;
    }

    .cont p{
        font-size: 18px;
    }

    #faq h3{
        margin: 0 0 60px;
        font-size: 40px;
    }

    #about{
        margin-bottom:200px;
    }

}
@media (min-width: 1600px) {

    .faq-content {
        font-size: 18px;
    }

    .faq-title {
        line-height: 1.25;
        font-size: 18px;
        font-weight: 600;
    }

    .gradient_bg{
        height: 700px;
    }
    
    #topvisual{
        height: 700px;
    }

    #empty_box{
        height: 320px;
    }

    #about_text h2{
        font-size: 60px;
        margin: 0 0 60px;
    }

    #about_text p{
        font-size: 40px;
        margin:0 0 80px;
    }

    .cont h4{
        font-size: 18px;
    }

    .cont p{
        font-size: 18px;
    }

    #faq h3{
        margin: 0 0 60px;
        font-size: 40px;
    }

    #about{
        margin-bottom:200px;
    }

}
@media (min-width: 1840px) {

    .faq-content {
        font-size: 18px;
    }

    .faq-title {
        line-height: 1.25;
        font-size: 18px;
        font-weight: 600;
    }

    .gradient_bg{
        height: 700px;
    }
    
    #topvisual{
        height: 700px;
    }

    #empty_box{
        height: 320px;
    }

    #about_text h2{
        font-size: 60px;
        margin: 0 0 60px;
    }

    #about_text p{
        font-size: 40px;
        margin:0 0 80px;
    }

    .cont h4{
        font-size: 18px;
    }

    .cont p{
        font-size: 18px;
    }

    #faq h3{
        margin: 0 0 60px;
        font-size: 40px;
    }

    #about{
        margin-bottom:200px;
    }

}