.page{
    background-repeat: repeat-y;
    background-position: center;
    background-size: contain;
}

.works_section{
    padding-top: 18%;
    display: flex;
    justify-content: center;
    padding-left: 80px;
    padding-right: 80px;

    padding-bottom: 30%;
}
.image_wrap{
    transform: translateY(-50px);
}
.works_section img{
    width: 100%;
    margin-bottom: 90px;
}
.works_section_inner{
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.works_section_inner h2{
    font-size: 120px;
    color: #fff;
    text-align: center;

    font-family: "Playfair Display";
    white-space: nowrap;
}
.head_rotate{
    font-style: italic;
    color: transparent !important;
    -webkit-text-stroke: 0.6px rgba(255,255,255,0.3);
    text-stroke: 0.6px rgba(255,255,255,0.3);

    transform: rotateX(180deg) translateY(20px);
}
.role_text{
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    color: #fff;
}
.role_border{
    width: 24px;
    height: 1px;
    background-color: #fff;

    margin-right: 30px;
    margin-left: 30px;
}
.p_works_head{
    letter-spacing: 0.08em;
    color: #fff;

    position: absolute;
    top: 70px;
    left: 80px;

    text-decoration: none;
}
.p_works_head h1{
    font-size: 24px;
    margin: 0;
    margin-bottom: 13px;
}
.p_works_head p{
    font-size: 18px;
}

.image_wrap{
    will-change: transform;
    will-change: transform,animation,position;
}





@media screen and (max-width:1040px){
    .works_section_inner h2{
        font-size: 86px;
    }
}

@media screen and (max-width:992px){
}
@media screen and (max-width: 768px){
    .p_works_head{
        position: absolute;
        top: 30px;
        left: 22px;
    }
    .p_works_head h1{
        font-size: 18px;
        margin: 0;
        margin-bottom: 8px;
    }
    .p_works_head p{
        font-size: 14px;
    }
    .works_section{
        padding-top: 50%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .image_wrap{
        transform:none;
    }
    .works_section img{
        margin-bottom: 60px;
    }
    .works_section_inner h2{
        font-size: 40px;
    }
    .head_rotate{
        transform: rotateX(180deg) translateY(6px);
    }
    .role_text{
        margin-top: 40px;
    }
}

.use_tech{
    width: 100%;
    text-align: left;
    color: #bdbdbb;

    font-size: 18px;
    margin-top: 40px;

    line-height: 2em;
}