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

/*---------------------
　header section
 ---------------------*/

/* header {
	display: none;
} */

main {
    max-width: 100%;
}

section {
    margin: 0px;
}
.head_part {
    margin: 0px;
    position: relative;
}

.head_part img {
    width: 100%;
    margin: 0px;
}

.message {
    width: 90%;
    position: absolute;
    color: #000000;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size:1rem;
    text-align: center;
    line-height: 1.7rem;
}
.message img {
    max-width: 400px;
}

.m_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.7rem;
    margin: 1.3rem 0;
}

/*---------------------
　WORKS section
 ---------------------*/

.WORKS {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.WORKS h2 {
    color: #000000;
    margin: 2rem 0;
}

.works_title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
    background-color: #aaaaaa;
    padding: 0.2rem 0.6rem;
}
.works_t_m {
    margin: 2rem 0;
}

.works_detail {
    margin: 1.8rem 0;
    color: #000000;
    line-height: 1.8rem;
    font-weight: 700;
}

.WORKS img {
    width: 100%;
    margin-bottom: 2.5rem;
} 


@media all and (max-width:900px) {
	.back_g {
        width: 100%;
        height: 350px;
    }
    
    .message img {
        max-width: 250px;
    }

    .m_title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 1.5rem 0;
    }

    .message {
        width: 100%;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media all and (max-width:450px) {

    .m_title {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }
    .message {
        font-size:0.9rem;
        line-height: 1.3rem;
    }

    .works_title {
        font-size: 1.3rem;
    }
    .works_t_m {
        margin: 1rem 0;
    }
    
    .works_detail {
        font-size: 1rem;
        margin: 1rem 0;
        color: #000000;
        line-height: 1.5rem;
    }


}