@charset "UTF-8";



.section--works {
    background: var(--primary-baige);
    padding: 118px 0 100px 0;

}


.section__topic--works {
    background: var(--primary-baige);
}

.workspic1 {
    width: 230px;
    height: 171px;
    margin-top: 60px;
    border-radius: 10px 10px 0 0;
}



.works__name {
    color: #000;
    text-align: left;
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 20px;
    margin-left: 5px;
}

.works__day {
    margin-top: 3px;
    color: #000;
    text-align: left;
    font-family: "Zen Old Mincho";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 5px;
}   

.works__title {
    color: #000;
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-left: 5px;
    margin-top: 25px;
}

.works__client {
    color: #000;
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-left: 5px;
    margin-top: 5px;

}

.mv__btn {
    font-style: "Zen Old Mincho";
    font-size: 1.2rem;
    width: 89px;
    height: 30px;
    display: block;
    border: 1px solid #9C3A35;
    border-radius: 5px;
    text-align: center;
    color: #9C3A35;
    margin-top: 35px;
    margin-left: 4px;
    padding-top: 4px;
    

}

.works__con {
    width: fit-content;
    margin: 0 auto;
}

.works__about {
    background: var(--primary-white);
    width: 230px;
    height: auto;
    border-radius: 0 0 10px 10px;
    padding: 0 0 50px 0;
}


.more--btn {
    margin-top: 50px;
}

.more--btn::after {
    top: 46%;
}


/* works pc */

@media screen and (min-width: 769px) {
    
        

    .works__con {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 116px;
        padding: 0 30px;
    }

    .workspic1 {
        width: 55%;
        height: 300px;
        margin-top: 0;
        border-radius: 10px 0 0 10px;
    }

    .works__about {
        width: 400px;
        height: 300px;
        border-radius: 0 10px 10px 0;
        padding-left: 10px;
    
    }

    .works__title {
        font-size: 2.3rem;
        margin-top: 44px;
    }

    .works__name {
        font-size: 1.7rem;
    }

    .works__client {
        font-size: 2.3rem;
    }

    .mv__btn {
        width: 137px;
        font-size: 1.6rem;
        height: 47px;
        padding: 10px;
        margin-top: 48px;
    }

    .more--btn {
        margin-top: 120px;
    }

    .section--works {
        padding-top: 190px;
    }

    

   
}


/* =================
contact
===================== */

.section--contact {
    padding: 50px 10% 100px 10%;
    background: var(--primary-brown);
}

.section__topic--contact {
    background: var(--primary-brown);
}

.contact__detail {
    background: var(--primary-white);
    border-radius: 10px;
    padding-bottom: 60px;
    box-shadow: 7px 6px #9C3A35;
    max-width: 900px;
    margin: 50px auto;
}

.contact__text {
    color: #000;
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 70px;
    padding-left: 60px;
    padding-right: 60px;
}

.SNS {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.comi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}

.comi__text {
    color: #000;
    text-align: center;
    font-family: Lora;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.comi__pic {
    width: 10px;
    height: 10px;
}

.mailto {
    display: block;
    margin: 0 auto;
    color: var(--primary-red);
    width: 161px;
    height: 50px;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 10px;
    padding-top: 12px;
    margin-top: 30px;
    border: 1px solid #9C3A35;
   
}

.mailto:hover {
    opacity: 0.5;
}

/* contact pc */

@media screen and (min-width: 769px) {
    .section--contact {
        padding: 70px 13% 100px 13%;
    }

    .contact__text {
        font-size: 1.8rem;
        padding: 95px 80px 44px 80px;
    }

    .SNS {
        margin-top: 0;
        gap: 15px;
    }

    .SNS__icon {
        width: 25px;
        height: 25px;
    }

    .comi__pic {
        width: 15px;
        height: 15px;
    }

    .comi__text {
        font-size: 1.6rem;
    }
    
    .comi {
        gap: 8px;
        margin-top: 35px;
    }

    .mailto {
        width: 236px;
        height: 60px;
        font-size: 2em;
        margin-top: 40px;
    }
}



