@charset "utf-8";

body {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
}
.vsp {
    display: none;
}
.corpttl {
    font-size: 24px;
}
.corpinfo {
    text-align: left;
    line-height: 2.0;
    padding: 0;
    font-size: 18px;
    font-feature-settings: normal;
}

@media screen and (max-width: 767px) {
    .vsp {
        display: block;
    }
    .vpc {
        display: none;
    }
    .corpinfo {
        padding: 0 20px;
    }
}

.btn__works {
    width: min(95%, 500px);
    margin: 20px auto 50px;
    padding: 0;
}
.btn__works a {
    margin: 0 auto;
    padding: 20px;
    display: block;
    width: min(70%, 300px);
    background: #ff7f00;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
}
.btn__works a:hover {
    background: #339900;
}
.thumbnail__txt {
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    text-align: left;
    padding: 0 20px 0;
    margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
    #head2 .top-bar-right {
        margin: 0.5rem 0.7rem 0 0;
    }
    .menu-icon.dark {
        width: 40px;
        height: 30px;
    }
    .menu-icon.dark::after {
        height: 4px;
        box-shadow: 0 10px 0 #0a0a0a, 0 20px 0 #0a0a0a;
    }
    .menu-icon.dark:hover::after {
        background: #0a0a0a;
        box-shadow: 0 10px 0 #0a0a0a, 0 20px 0 #0a0a0a;
    }
    .btn__works a {
        padding: 20px 0;
    }
    #top-service .back-box p,
    .thumbnail__txt {
        font-size: 16px;
    }
}








