@charset "utf-8";
#title {
    margin-bottom: 70px;
}
#title h2 {
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    position: relative;
}
#title h2:after {
    position: absolute;
    left: 1em;
    bottom: -0.7em;
    content: "";
    width: 120%;
    height: 5px;
    background-image: url(../img/overview/company_profile_line.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
#title img {
    padding: 0 0 0 50px;
}
.pdf a{
    display: block;
    height: 31px;
    margin-top: 3em;
    padding-left: 40px;
    background-image: url(https://quicknetwork.co.jp/wp/wp-content/uploads/2026/01/pdf_icon.png);
    background-size: 31px auto;
    background-position: left center;
    background-repeat: no-repeat;
    color: #0059FF;
    text-decoration: underline;
}

@media screen and (max-width: 1079px) {}
@media screen and (max-width: 919px) {
    
}
@media screen and (max-width: 767px) {
    #title {
        margin-bottom: 40px;
    }
    #title h2 {
        font-size: 8vw;
    }
    #title img {
        width: 40%;
        padding: 0 0 0 30px;
    }
    
}