@charset "utf-8";


@media (max-width: 1200px ) and ( min-width: 700px){

    /* ================================= 
    header start 
    ================================= */
        
    #header{
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 5;
    }
    .call-header > img {
        position: absolute;
        height: 1.5em;
        width: auto;
        top: 1px;
        left: 5px;
    }
    .header_contact a {
        margin-right: 5px;
    }
    .call-header a p {
        margin-bottom: 0;
        font-size: 2.9vw;
    }
    
    /* アフィ用電話番号サイズ */
    .call-header .ct3_telno.afi{
        font-size: 2.3vw;
    }

    /* ================================= 
    first-view-up start 
    ================================= */
    .first-view-up{
        padding: 20px 0 40px;
    }
    /* ================================= 
    first-view-down start 
    ================================= */
    .first-view-down > div > a{
        top: -15px;
    }
    .first-view-down > div > a p{
        font-size: 4vw;
    }
    .first-view-down > div > a p img {
        top: 0;
    }

    section.num-of-achievements > div p {
        font-size: 50px;
    }
    section.num-of-achievements > div img{
        margin-bottom: 25px;
    }
    .achievements-num-of-last-month p{
        position: relative;
    }
    
    /* アフィ用電話番号サイズ */
    .first-view-down .ct3_telno.afi {
        font-size: 3.5vw;
    }
    /* ================================= 
    実績件数 start 
    ================================= */
    .achievements-num-of-last-month p:after{
        content: "";
        display: block;
        width: 0.6em;
        height: 1.1em;
        background: url(../../img/kurapital/tree-white.webp) right no-repeat;
        position: absolute;
        right: 10%;
        top: 0;
        background-size: contain;
    }
    .achievements-num-of-last-month p:before{
        content: "";
        display: block;
        width: 0.6em;
        height: 1.1em;
        background: url(../../img/kurapital/tree-white.webp) left no-repeat;
        position: absolute;
        left: 10%;
        top: 0;
        transform: rotateY(180deg);
        background-size: contain;
    }
    .achievement-num-of-year p{
        position: relative;
    }
    .achievement-num-of-year p:after{
        content: "";
        display: block;
        width: 0.6em;
        height: 1.1em;
        background: url(../../img/kurapital/tree-orange.webp) no-repeat;
        position: absolute;
        right: 10%;
        top: 0;
        background-size: contain;
    }
    .achievement-num-of-year p:before{
        content: "";
        display: block;
        width: 0.6em;
        height: 1.1em;
        background: url(../../img/kurapital/tree-orange.webp) no-repeat;
        position: absolute;
        left: 10%;
        top: 0;
        transform: rotateY(180deg);
        background-size: contain;
    }
    .banner-down{
        left: 0;
    }

    /* ================================= 
    コンタクト start 
    ================================= */
    .contact-call p{
        font-size: 6.5vw;
    }
    a.line-button {
        margin-right: 5px;
    }
    /* ================================= 
    自社工事部 start 
    ================================= */
    .construction-point{
        width: 100%;
    }

    .construction-point-text{
        text-align: center;
    }
    /* ================================= 
    提携会社 start 
    ================================= */
    section.partner-company .contents ul {
        grid-template-columns: 1fr 1fr;
        font-size: 16px;
    }
}

@media (max-width: 1000px ) and ( min-width: 700px){
    /* ================================= 
    header start 
    ================================= */
    .first-view-note-pc.set-width p {
        font-size: 1.3cqw;
    }
    .call-header a p{
        font-size: 3.2vw;
    }
    .call-header > img {
        height: 2.5vw;
    }
    /* アフィ用電話番号サイズ */
    .call-header .ct3_telno.afi{
        font-size: 2.5vw;
    }
    .contact-call .ct3_telno.afi {
        font-size: 6vw;
    }

    main {
        margin-top: 10vw;
    }
}