h1 a {
    text-align: center;
}
h1 img {
    width: 160px !important;
}
#teloption {
    display: none;
}
.kv {
    background: url(img/cs001.png) no-repeat center /cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kv h2 {
    text-align: center;
    padding: 0 10%;
}
.kv h2 img:nth-child(1){
    margin-bottom: 5px;
}
article h2 {
    text-align: center;
}
article section:nth-child(n+2) h2 img {
    width: auto;
    margin-bottom: 10px;
}
article section:nth-child(n+2) * {
    margin: 0;
}
article ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    
}
.works ul {
    align-items: stretch;
    align-content: stretch;
}
.works ul>* {
    flex: 0 0 50%;
}
.works ul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact {
    padding-bottom: 80px;
}
.contact p {
    text-align: center;
}
.contact p img {
    width: 400px;
}
.h3 {
	 text-align: center;
    padding: 0 10%;

	margin-left:auto;
	margin-right:auto;
}

/*-----------------------------------------------------------------*/
/*PC*/
/*-----------------------------------------------------------------*/
@media screen and (min-width: 501px) {
    
    .kv {
        height: 750px;
    }
    h1 a {
        padding: 8px;
    }
    
    .about ul>* {
        flex: 0 0 50%;
    }

}


/*-----------------------------------------------------------------*/
/*MOBILE*/
/*-----------------------------------------------------------------*/
@media screen and (max-width: 500px) {
    .kv {
        height: 75vw;
    }
    .telbtn, .togglemenu {
        padding-top: 15px !important;
    }
    header .topmenu {
        color: white !important;
    }
    
    .about ul {
        flex-direction: column-reverse;
    }

    .telbtn img {
    }
}
