@charset "UTF-8";

/*
.bread-crumbs{
    width: 100%;
}
*/

@media screen and (min-width: 1033px){

    :root{
        --title-bread-height: calc(7.5rem + 5.4rem);
    }
    .sec{
        /* padding: 6.7rem 4rem 8.5rem; */
        padding: 10rem 4rem 8.5rem;
    }
    .sec{
        padding: 10rem 4rem 8.5rem;
    }
    .sec__inner{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-title{
        padding-top: 0;
        height: 7.5rem;
    }
/*
    .bread-crumbs{
        margin: 1rem 0 2.6rem;
    }
*/
    .sec-title02{
        margin-bottom: 3.4rem;
    }

    #sec01 .sec__inner{
        flex-direction: column;
    }

}

/* @media screen and (max-width: 1100px),
screen and (min-width: 1380px){ */
/*
@media screen and (min-width: 1380px){

    html{
        font-size: 62.5%;
    }

}
*/
@media screen and (max-width: 1379px) and (min-width: 769px){

}