html{
    font-size: 14px;
}
@media screen and (min-width: 768px){
    html{
        font-size: 16px;
    }
}

a{
    color: #333;
    text-decoration: none;   
}

.cmn-title{
    text-decoration: underline;
    text-align: center;
    color: #38B6FF;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 70px;
}

/*header*/
.header{
    background-color: #fffaf0;
}

.header-list{
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 16px;
}

.header-item{
    font-size: 1.2rem;
}

@media screen and (min-width: 768px){
    .header-list{
        display: flex;
        align-items: center;
        height: 60px;
        padding: 0;   

    }
}

.firstview{
    background-image: url(https://prooguri.com/pro.image/img-no3.jpg);
    background-size: cover;
    background-position: center;
    height: 600px;
}

/*about*/
.about{
    max-width: 800px;
    margin: 120px auto 0; 
}

.about-wrapper{
   display: flex;
}

.about-image{
    text-align: center;
}

.image{
    height: 250px;
    border-radius: 25%;
}

.about-text{
    margin-left: 80px;
}

.about-career{
    
}

.about-subtitle{
    font-weight: bold;
    font-size: 1.2rem;
    color: #38B6FF;
}

.career-list{

}

.career-item{

}

.about-greeting{
    padding: 30px 0;
}

.greeting-desc{

}


hr{
    margin-top: 2.5rem;
}

/*skills*/
.skill-list{
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 40px 20px;
}



.skill-image{
    padding-bottom: 0.5rem;
    text-align: center;
}

.item{
    height: 50px;
}

.skill-name{
    font-size: 1rem;
    text-align: center;
}

.skill-desc{
    margin-top: 1rem;
}

/*works*/
.works{
    margin-top: 80px;
}

.work-list{
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    justify-content: center;
    gap: 0 40px;
}

.work-item{
}


.works-image{
    height: 250px;
}

.work-text{
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
}

/*contact*/
.contact{
    margin: 80px 0 0;
    text-align: center;
}

.contact-text{
    margin: 60px 0;
}

hr.rain{
    width: 90%;
}

.contact-message{
    font-size: 1.3rem;
    font-weight: bold;
}

.contact-mail{
    display: flex;
}


/*footer*/
.footer{
    background-color: antiquewhite;
    padding: 30px 0 10px;
}

.footer-list{
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 16px;
}

.footer-item{
    font-size: 1.2rem;
}

.copyright{
    margin-top: 2rem;
    text-align: center;
}