@charset "utf-8";


body {
    background: #fff;
    color: #000;
    padding-top: 130px;
}


.title_category {
    text-align: center;
    margin: 1.5% auto;
    margin-top: 80px;
    margin-bottom: 20px;
}

.title_category .english {
    font-size: 35px;
    text-align: center;
}

.title_category .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.title_category .title:before {
    content: "";
    display: block;
    border-top: 4px solid #BA996B;
    width: 40px;
    margin: 10px auto 20px;

}

/*head*/
.title-sec {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    border-bottom: 1px solid #c8c9c8;
    background-size: 35%;
    border-top: 4px solid #c8c9c8;
}

.title-sec .container .row {
    padding-bottom: 0;
}

.title-sec h1 {
    font-size: 3.3em;
    margin: 0;
}

/*パンくず*/
.breadcrumb {
    text-align: right;
    background: none;
    font-family: sans-serif;
    font-size: 0.750em;
    margin-bottom: 0;
}

.breadcrumb li {
    font-family: "Oswald" !important;
    font-size: 14px !important;
}

.breadcrumb li a {
    color: #000 !important;
}

.breadcrumb>.active {
    color: #777;
}

@media (max-width: 767px) {
    body {
        padding-top: 50px;
    }

    #wrapper {
        overflow: hidden;
        margin-bottom: 20%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*head*/
    .title-sec {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        background-size: auto 100%;
        background-position-x: 10%;
    }

    .title-sec h1 {
        font-size: 2em;
        padding-right: 5%;
    }
}

#wrapper {
    line-height: 1.8;
    margin-bottom: 8%;
}





/*-----*/
.title-sec {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    border-bottom: 1px solid #c8c9c8;
    border-top: 4px solid #c8c9c8;
    background: url(../img/h1-bg.png?0703_03)no-repeat 20% 29%;
    background-size: 500px;
    font-family: "Oswald";
}

.title-sec .head_title {
    float: right;
    width: 40%;
}



@media screen and (max-width: 992px) {
    .title-sec {
        background: url(../img/h1-bg.png?0703_03) no-repeat 0% 29%;
        background-size: auto 200%;
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .title-sec h1 {
        font-size: 2.3em;
    }
}






@media screen and (max-width: 812px) {
    .title-sec {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
        background-size: contain;
    }
}

/*-------------*/
@media only screen and (max-width: 600px) {

    .title-sec {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        /* background-size: contain;
        background-position-x: 0%; */
        background-size: auto 115%;
        background-position-x: 0%;
        background-position-y: 34%;
    }

    .title-sec .head_title {
        float: none;
        width: 100%;
        text-align: right;
    }

    .title-sec h1 {
        font-size: 1.5em;
        padding-right: 5%;
    }

    .title-sec .head_title p {
        font-size: 0.8em;
        padding-right: 5%;
    }
}



@media only screen and (max-width: 340px) {
    .title-sec {
        background-size: auto 105%;
    }
}

@media only screen and (max-width: 320px) {
    .title-sec {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

/* globalに色合わす */
.title-sec {
    border-top: 4px solid #BA996B;
    border-bottom: 1px solid #BA996B;
}