@charset "UTF-8";

.stuff{
    max-width: 1600px;
    margin: 0 auto;
}

.stuff_profile{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 100px;
}

.stuff_ph{
    width: 30%;
    margin-right: 50px;
}

.stuff_ph img{
    width: 100%;
}

.stuff_textbox{
    width: 50%;
}

.stuff_textbox h2{
    font-size: 16px;
    margin-top: 50px;
    letter-spacing: 0.1em;
    line-height: 30px;
}

.stuff_textbox h1{
    font-size: 24px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin-top: 20px;

}

.stuff .stuff_textbox .viewmore{
    margin: 0;
    margin-top: 50px;
}

.stuff .viewmore{
    margin: 0 auto;
    margin-top: 100px;
}

.stuff_profile .viewmore a{
    margin: 0;
}


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

    .stuff{
        max-width: 600px;
        margin: 0 auto;
    }

    .stuff_profile{
        display: block;
    }

    .stuff_ph {
        width: 80%;
        margin: 0 0 20px;
        padding:0 2em;
    }

    .stuff_textbox {
        width: 100%;
        padding: 0 2em;
    }

    .stuff_textbox h2 {
        font-size: 14px;
        margin-top: 10px;
    }

    .stuff_textbox h1 {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .stuff .stuff_textbox .viewmore{
        margin-top: 30px;
    }

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

}