#header_logo {
    width: 500px;
    top: 11px;
    left: 15px;
}

#header_logo img {
    width: 100%;
}

.company .page_top_img .warp {
    background: url(../img/main.webp) center top no-repeat;
    background-position: 0% 30%;
    background-size: cover;
}

.profile_warp .profile_warp_in a {
    text-decoration: underline;
}

.profile_warp .profile_warp_in a:hover {
    text-decoration: none;
}

.profile_warp .map,
.profile_warp .image {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 100px;
}

.profile_warp .map iframe,
.profile_warp .image iframe {
    width: 100%;
    height: 600px;
}

footer {
    padding-top: 30px;
}

footer .copyright {
    border-top: none;
}


/*# sourceMappingURL=custom.css.map */