html{
    font-size: 14px;
}
@media screen and (min-width:768px) {
    html{
        font-size: 16px;
    }    
}

*{
    color: #333;
    text-decoration: none;
    margin: 0;
}
.header{   
    max-width: 1024px;
    margin:0 auto;  
    padding: 20px 16px;
}
.header-logo{
}
.header-list{
    display: flex;
    margin-top: 1.5rem;
    justify-content: space-between;
}
.header-item{
    list-style: none;
    font-size: 1.2rem;
    margin-left: -30px;
}
@media screen and (min-width:768px) { 
    .header{
        align-items: center;
        display: flex;
        justify-content: space-between; 
        height: 80px;
        padding: 0px;
    }   
    .header-list{
        margin-top: 0;   
    } 
    .header-item{
        margin-left: 2.5rem;
    } 
}
.main{

}
.firstview{
    background-image: url(../img/img01.jpg);
    background-size: cover;
    background-position: center;
    height: 700px;
}
.firstview-message{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    height: 70%;
    margin-bottom: 100px;
    color: white;
    letter-spacing: 0.3rem;
}
.blue{
    color:rgb(255, 0, 149);
}
@media screen and (min-width:768px){
    .firstview-message{
        font-size: 5.5rem;
        letter-spacing: 0.5rem;

    }

}
.about{	
    max-width: 800px;	
    margin: 0 15px;	
}	
.cmn-title{	
    text-align: center;	
    font-weight: bold;	
}	
.sub-title{	
    color:#38b6ff;	
    display: block;	
}	
.main-title{	
    display: block;	
    font-size: 2rem;	
}	
.about-wrapper{	

    margin-top: 60px;	
}	
.about-image{	
    text-align: center;	
}	
.about-text{	 
    margin-top: 40px;
    text-align: center;	
}	
.about-greeting{	
}	
.about-subtitle{	
    font-size: 1.5rem;	
    color:#38b6ff;	
    margin-bottom: 0.5rem;	
}	
.greeting-desc{	
    text-align: left;
}	
.about-career{	
    margin-top: 30px;	
}	
.about-subtitle{	
}	
.career-list{	
}	
.career-item{
    text-align: left;	
}	
@media screen and (min-width:768px){	
.about-wrapper{	
    display: flex;	
}	
.about-text{	
    margin-left: 80px;	
    margin-top: -30px;	
}	
.about{	
    max-width: 800px;	
    margin: 120px auto 0;	
}	
}

.skills{	
    max-width: 1024px;	
    margin: 120px auto 0;	
    padding: 0 16px;	
}	
.skill-list{	
    margin-top: 60px;	
    display: flex;	
    justify-content: center;	
    flex-wrap: wrap;	
    gap: 40px 20px;	
}	
.skill-item{	
    list-style: none;	
}	
.skill-img{	
    height: 180px;	
    text-align: center;	
}	
.skill-name{	
    font-size: 1.5rem;	
    font-weight: bold;	
    text-align: center;	
    margin-top: -5px;	
}	
.skill-desc{	
    	
}	
@media screen and (min-width:768px){	
.skill-list{	
    max-width: 500px;	
    margin: 60px auto 0;	
}	
.skill-item{	
    width: 230px;	
}	
}	
@media screen and (min-width:1025px){	
.skill-list{	
    max-width: 100%;	
}	
}	
    


.works{
    max-width: 900px;
    margin: 50px auto 0;
}
.works-list{
    margin-top: 60px;
}
.works-item{
    list-style: none;
    margin-top: 45px;
}
.works-item.reverce{
    flex-direction: row-reverse;
}
.works-img{
}
.works-img img{
    width: 100%;
}
.work-text{
    margin-top: 0.5rem;
    line-height: 1.5rem;
    padding: 0 16px;
}
.work-title{
}
.work-skill{
}
.work-time{
}
.work-desc{
    margin-top: 1.5rem;
    line-height: 1.5rem;
}

@media screen and (min-width:768px){
.works-item{
    display: flex;
    gap: 0 50px;
}    
.works-img{
    width: 50%;
}    
        

.work-text{
    line-height: 1.5rem;
    width: 50%;
    padding: 0;
}
}

.contact{
    margin: 120px 0;
    text-align: center;
}
.contact-text{
    margin-top: 80px;
}
.contact-massage{
}
.contact-mall{
    margin-top: 10px;
    font-size: 2rem;
    font-weight: bold;
}
.icon-area{
    margin-top: 10px;
    font-size: 2rem;
}
.icon-area .fa-brands{
    margin: 0 1rem;
}


.footer{
    background-color: lightgrey;
    padding: 30px 0 10px;
    
    
}
.footer-list{
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin:0 auto;
}
.footer-item{
    list-style: none;
    font-size: 1.2rem;
    margin-left: -40px;
}
.copy-right{
    margin-top: 2rem;
    text-align: center;
}