#sample01 {
    height: 600px;
    display: flex;
    align-items: center;
    background: url("/img/sample01_bg.jpg") center center / cover no-repeat;
}

#sample01 .title_box {
    color:#fff;
    margin-top: 100px;
}

#sample01 .title_box .context {
    font-weight: 400;
    color:#fff;
}

#sample01 .title_box a {
    display: inline-block;
    font-size: 1.25rem;
    margin-top: 50px;
    background: #fff;
    color:#000;
    padding:20px 50px;
    border-radius:35px;
}

#sample02 {
    padding:120px 0;
}

@media all and (max-width:780px){
    #sample01 .title_box .context br {
        display: none;
    }
}