@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {


    /* layout01 */

    .layout01 .box-wrap::before {
        height: 94%;
    }

    .layout01 .box-wrap:not(:last-child) {
        margin-bottom: 50px;
    }

    .layout01 .box-profile {
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }

    .layout01 .box-img {
        width: 100%;
        text-align: center;
    }

    .layout01 .box-img img {
        width: 90%;
    }

    .layout01 .box-name {
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        text-align: center;
    }

    .layout01 .box-detail {
        padding: 40px 8%;
    }

    .layout01 .box:not(:last-child) {
        margin-bottom: 35px;
    }

    .layout01 h2 {
        font-size: 36px;
    }

    .layout01 .box h6 {
        font-size: 16px;
    }

    .pc-view {
        display: none;
    }

    .sp-view {
        display: inline-block;
    }

}
