<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.sp-only{
    display: none;
}
.page-title{
    background-image: url(/wp-tepcoventures/wp-content/themes/tepcoventures/assets/images/page/company/img_mv.jpg);
    background-position: top center;
    height: 265px;
    padding-top: 80px;
    margin: 60px 0 0;
}

.page-title h1{
    font-size: 5.8rem;
    color: #e21c1d;
    line-height: 1;
    letter-spacing: 0.14em;
}

.page-title .p-ttl-jp{
    margin-top: 30px;
    font-weight: bold;
    font-size: 2.2rem;
    color: #3a3a3a;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.14em;
}

.l-topicPath{
    width: 100%;
    max-width: 1060px;
    padding: 15px 0;
    margin: 0 auto;
}

.l-topicPath ol li{
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
}

.l-topicPath ol li:first-of-type{
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
}

.l-topicPath ol li + li::before{
    content: "&gt;";
    display: inline-block;
    margin: 0 8px;
}

.l-topicPath ol li a,
.l-topicPath ol li span{
    color: #3a3a3a;
}

.l-topicPath ol li a:hover{
    text-decoration: underline;
}

.p-sec{
    max-width: 1060px;
    margin: 60px auto 0;
    text-align: center;
}

.p-sec-ttl{
    font-weight: bold;
    font-size: 2.8rem;
    color: #d91617;
    letter-spacing: 0.05em;
}

.p-sec-txt{
    margin-top: 30px;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #3a3a3a;
    letter-spacing: 0.12em;
}

.p-link-area{
    padding: 70px 0;
    margin-top: 40px;
    background-color: #f2f5f7;
}

.p-links{
    max-width: 710px;
    margin: 0 auto;
}

.p-links li{
    float: left;
    position: relative;
    width: 340px;
    height: 330px;
    padding-top: 30px;
    background-color: #fff;
    background-position: bottom center;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 16px 0px rgba(182, 188, 192, 0.13);
}

.p-links li:first-of-type{
    background-image: url(/wp-tepcoventures/wp-content/themes/tepcoventures/assets/images/page/company/img_01.jpg);
}

.p-links li:nth-of-type(2){
    background-image: url(/wp-tepcoventures/wp-content/themes/tepcoventures/assets/images/page/company/img_02.jpg);
}

/*
.p-links li:nth-of-type(3){
    background-image: url(/wp-tepcoventures/wp-content/themes/tepcoventures/assets/images/page/company/img_02.jpg);
}
*/

.p-links li+li{
    margin-left: 3.88%;
}

.p-link-ttl{
    position: relative;
    font-weight: bold;
    font-size: 2.2rem;
    color: #d91617;
    text-align: center;
    letter-spacing: 0.05em;
}

.p-link-ttl::before{
    content: "";
    position: absolute;
    top: 2em;
    right: 0;
    left: 0;
    width: 50px;
    height: 2px;
    margin: auto;
    background-color: #ea1e1f;
}

.p-readmore{
    display: block;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    width: 180px;
    padding: 10.5px 0;
    border: solid 2px #e21c1d;
    border-radius: 19.5px;
    margin: auto;
    background-color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    color: #e21c1d;
    text-align: center;
    transition-duration: 0.2s;
    transition-property: color, background-color;
    letter-spacing: 0.14em;
}

.p-readmore:hover{
    background-color: #e21c1d;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
    .page-title{
        height: 150px;
        padding-top: 50px;
        background-size: cover;
        margin: 0;
    }

    .page-title h1{
        font-size: 2.7rem;
    }

    .page-title .p-ttl-jp{
        margin-top: 15px;
        font-size: 1.2rem;
    }

    .l-topicPath{
        padding: 15px 20px;
    }

    .l-topicPath ol li{
        font-size: 1.2rem;
    }

    .l-topicPath ol li:first-of-type{
        font-size: 1.4rem;
    }
    .p-sec{
        max-width: initial;
        margin: 30px auto 0;
    }

    .p-sec-ttl{
        font-size: 1.8rem;
    }

    .p-sec-txt{
        margin-top: 20px;
        font-size: 1.3rem;
    }

    .p-link-area{
        padding: 40px 0;
        margin-top: 20px;
    }

    .p-links{
        width: 100%;
        max-width: initial;
    }

    .p-links li{
        float: none;
        width: 255px;
        height: 233px;
        padding-top: 20px;
        margin-right: auto;
        margin-left: auto;
        background-size: contain;
    }

    .p-links li+li{
        margin-top: 35px;
        margin-left: auto;
    }

    .p-link-ttl{
        font-size: 1.6rem;
    }

    .p-link-ttl::before{
        top: 1.6em;
        width: 30px;
    }

    .p-readmore{
        bottom: 15px;
        width: 155px;
        padding: 8px 0;
        font-size: 1.3rem;
    }
}</pre></body></html>