@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {

    /* contents-top */

    .contents-top {
        padding-top: 70px;
    }

    .contents-top-wrap {
        padding-top: 50px;
    }

    .contents-top-wrap section:not(:last-child) {
        margin-bottom: 70px;
    }


    .contents-top p {
        line-height: 2;
    }


    /* main-img-top */

    .main-img-top::before {
        height: 80%;
        background-size: 200% auto;
        background-repeat: repeat;
    }

    .main-img-top .main-img {
        width: 92%;
    }

    .main-img-top .box-img {
        clip-path: url(#clip-frame);
    }

    .main-img-top .box-img img {
        min-height: 220px;
    }

    .main-img-top .box-text-top {
        position: static;
        padding-top: 20px;
    }

    .main-img-top .box-text-top h2 {
        color: var(--color-main);
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1.6;
        padding: 0px;
        background-color: rgba(255, 255, 255, 0);
    }

    /* box-guide-top */

    .box-guide-top {
        padding: 30px 0px;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }

    .box-guide-top .layout-time {
        border-radius: 20px;
        padding: 15px 5%;
    }

    .box-guide-top .layout-time p {
        font-size: 11px;
        line-height: 1.6;
    }

    .box-guide-top .box-banner {
        width: 100%;
    }

    .box-guide-top .box-banner img {
        border-radius: 20px;
    }

    /* contents02 */

    .contents02 {
        padding-top: 80px;
    }

    .contents02::before {
        background-size: 200% auto;
        height: 40px;
    }

    .contents02 .box-title {
        margin-bottom: 40px;
    }

    .contents02 .box-title h2 {
        font-size: 24px;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
    }

    .contents02 .box-title h3 {
        font-size: 14px;
        letter-spacing: 0em;
    }


    /* layout01 */

    .layout01 {
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }

    .layout01 .box {
        width: 100%;
        max-width: 300px;
        margin: 0px auto;
    }

    .layout01 .box-detail {
        padding-top: 20px;
    }

    /* layout02 */

    .layout02 .box-img {
        height: 300px;
    }

    .layout02 .box-img .box:nth-child(1) {
        width: 70%;
    }

    .layout02 .box-img .box:nth-child(1) img {
        border-radius: 0px 20px 260px 0px;
        height: 250px;
    }

    .layout02 .box-img .box:nth-child(2) {
        width: 65%;
    }

    .layout02 .box-img .box:nth-child(2) img {
        border-radius: 230px 0px 0px 20px;
        height: 180px;
    }

    /* layout03 */

    .layout03 {
        padding-top: 40px;
    }

    .layout03 .box-detail {
        padding: 40px 5%;
    }

    .layout03 h4 {
        font-size: 22px;
        line-height: 1.6;
        letter-spacing: 0.1em;
        margin-bottom: 30px;
    }


    .pc-view {
        display: none;
    }

    .sp-view {
        display: inline-block;
    }

}
