@charset "UTF-8";

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





    /* ---------------------------
header写真の有無
------------------------------ */


    .hamburger,
    #menu-toggle {
        display: none;
    }


    .home-img-1 {
        display: none;
    }

    /* ---------------------------
全体
------------------------------ */



    h2 {
        text-align: center;
        font-size: 50px;
    }


    .more-wrap-1 {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    .more-wrap-2 {
        margin-top: 6px;
        margin-bottom: 55px;
    }



    .more {
        padding: 8px 36px;
        font-size: 18px;
    }

    /* ---------------------------
home
------------------------------ */

    .balloon {
        position: relative;
        display: inline-block;
        margin: 1.5em 15px 1.5em 0;
        padding: 28px 30px;
        min-width: 120px;
        max-width: 100%;
        font-size: 16px;
        background: #f7e4e4a5;
        border-radius: 25px;
    }

    .balloon:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -15px;
        border: 15px solid transparent;
        border-left: 15px solid #f7e4e4a5;
    }

    .balloon p {
        margin: 0;
        padding: 0;
    }





















    h1 {
        margin: 0;
    }


    .h1-design p {
        /* margin-left: 30px;
        margin-top: 20px; */
        margin-bottom: 10px;
        font-size: 25px;
        font-weight: 700;
    }


    .h1-design h1 {
        font-size: 16px;
        line-height: 1.8;
        /* text-align: center; */
        /* margin-top: 70px; */
        /* padding-left: 30px;
        margin-bottom: 20px; */
        /* margin-bottom: 100px; */
        /* border-top: dotted 3px;
    border-bottom: dotted 3px; */
        /* border-radius: d999px; */
    }

    .h1-border {
        margin: 38px;
        margin-bottom: 0;
        /* border-top: dotted px; */
        /* border-bottom: dotted 3px; */
        /* padding-bottom: 30px; */
    }

    .h1-img {
        width: 13%;
        display: flex;
        margin-top: 0;
        /* margin-left: auto; */
        /* margin-bottom: 30px; */
        padding-right: 20px;
    }









    /* ---------------------------
works
------------------------------ */


    .works-item {
        margin: 40px 300px;
    }

    .works-item-1,
    .works-item-2,
    .works-item-3,
    .works-item-4 {
        /* border: solid 2px #D9C7B9; */
        /* margin-right: 85px; */
        /* margin-left: 50px; */
        /* margin-bottom: 30px; */
        border-radius: 8px;
        overflow: hidden;
        font-size: 11px;
    }


    .works-text {
        text-align: center;
    }



    .text-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .arrow {
        font-size: 18px;
        font-weight: 700;
        margin-right: 18px;
    }

    .text-area-right {
        display: flex;
        align-items: center;
    }


    .works-item ul {
        padding: 0;
        /* gap: 100px; */

    }

    .works-item h3 {
        font-size: 11px;
        margin-top: 8px;
    }


    .works-item-1 img,
    .works-item-2 img {
        width: 40%;
        padding-top: 18px;
        margin-top: 5px;
        margin-bottom: 12px;
    }


    .works-item-3 img,
    .works-item-4 img {
        width: 60%;
        padding-top: 32px;
        padding-bottom: 28px;
        margin-top: 15px;
    }








}