*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: black;
}

li{
    list-style: none;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
    position: sticky;
    z-index: 999;
    top: 0;
    background-color:white;

}

.wrapper-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    width: auto;
    margin: 20px;
}

.title-h3{
    font-size: 28px;
}

.wrapper-header ul{
    display: flex;

}

.wrapper-header li{
    padding: 8px;
    align-items: center;
    cursor: pointer;

}

.wrapper-header li:hover{
    opacity: 0.75;
}

.wrapper-header h3{
    color: #64629D;
}

.mainVisual{
    width: 100%;
}

.mainVisual img{
    margin: auto;
    width: 80%;
    height: auto;
    display: block;
}

/*web制作実績*/

section{
    width: 80%;
    margin: auto;
}

.main-wrapper h2{
    text-align: center;
    margin-top:38px;
}

.results-box{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 58px auto;
    align-items: center;

}

.result-text h3{
    padding-bottom: 18px;
}

.results-box img{
    width: 480px;
    height: auto;

}

.result-text{
    padding: 18px;
    margin: 48px;
    height: 90%;
    background-color: rgba(158, 171, 182, 0.778);
    }

.result-text p{
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
}


.footer{
    background-color: #64629D;

}
footer{
    padding-top: 38px;
}


.footer p{
    text-align: center;
    color: white;
    
}

@media screen and (max-width:767px) {
 body{
    padding: 0;
    margin: 0;
 }

 .results-box img{
    width: 100%;
    height: auto;
 }

 .result-text{
    margin: 5px;
     padding: 18px ;
     font-size: 14px;
 }

 .result-text p{
    font-size: 14px;
     line-height: 1.5;
     width: 100%;
 }

 li{
    list-style: none;
    font-size: 10px;
 }

 h3.title-h3{
    font-size: 18px;
 }  

 .mainVisual img{
    width: 100%;
    height: auto;
 }

    .results-box{
        display: block;
        width: 100%;
        margin: 38px auto;
        align-items: center;
    }

}