@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {


    .contents {
        padding-top: 60px;
    }

    /* title-page */

    .title-page .box-img::before {
        background-position: center top;
    }

    .title-page .box-img img {
        min-height: 220px;
    }

    .title-page .box-text {
        padding-top: 0px;
        padding-bottom: 20px;
        align-items: flex-end;
    }

    .title-page h2 {
        font-size: 16px;
    }

    .title-page p {
        font-size: 12px;
        line-height: 1.4;
        padding-top: 15px;
    }



    /* contents01 */

    .contents .container section.contents01 {
        margin-bottom: 80px;
    }

    .contents01 > div:not(:last-child) {
        margin-bottom: 60px;
    }

    .contents01 h3 {
        padding-left: 15px;
        margin-bottom: 25px;
    }

    .contents01 h3::before {
        top: 3px;
        width: 4px;
        height: 20px;
    }



    /* contents02 */

    .contents02 {
        padding: 50px 0px 60px;
    }

    .contents02 h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .contents02 h2::after {
        width: 30px;
    }


    /* layout01 */

    .layout01 {
        justify-content: center;
        flex-direction: column;
        gap: 30px;
        width: 88%;
        margin-left: auto;
        margin-right: auto;
    }

    .contents01 .layout01:last-child {
        flex-direction: column;
    }

    .layout01 .box-img {
        width: 100%;
    }

    .layout01 .box-img img {
        max-height: 350px;
    }

    .layout01 .box-text {
        width: 100%;
        max-width: 100%;
    }

    /* layout-schedule */

    .layout-schedule {
        padding: 45px 6%;
    }

    .layout-schedule .box {
        padding-left: 40px;
    }

    .layout-schedule .box:not(:last-child) {
        margin-bottom: 40px;
    }

    .layout-schedule h4 {
        font-size: 17px;
    }

    .layout-schedule h4::before {
        width: 35px;
        margin-left: -40px;
    }

    .layout-schedule h4::after {
        margin-left: -40px;
    }

    .pc-view {
        display: none;
    }

    .sp-view {
        display: inline-block;
    }

}
