@charset "utf-8";


h2{
    text-align: center;
    font-size: 64px;
    padding: 20px 0;
    font-family: "Limelight", serif;
    font-weight: 400;
    font-style: normal;
    z-index: 10;
}

/* h2のボーダーライン */
/* h2のボーダーライン */
.border-r{
    border-bottom: 7px solid #68222D;
    margin-left: 20%;
    border-radius: 3px 0 0 3px;
    /* width: 0;
    transition: width 1s ease-out; */
}

.border-l{
    border-bottom: 7px solid #68222D;
    margin-right: 20%;
    border-radius: 0 3px 3px 0;
    /* width: 0;
    transition: width 1s ease-out; */
}
/* スクロールで表示される時のエフェクト */
/* .line.show {
    width: 100%;
} */

.border-c{
    border-bottom: 7px solid #68222D;
    border-radius: 3px;
    width: 400px;
    margin: 0 auto;
    /* margin: 0 500px; */
}


/* 会社案内 */
main .bc-1{
    background: url(../images/back2-150x150.png)center center repeat;
    background-size: 100px 100px;
}

main .ma-5{
    background-color: #3D4257;
    /* max-width: 1200px; */
    height: auto;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

main .mv_0{
    margin: 50px 0;
}

main .text-04{
    text-align: justify;
    letter-spacing: 0.2em;
    line-height: 2;
    max-width: 842px;
    margin: 0 auto;
    padding-bottom: 30px;
}


/* client */
main .bc-2{
    background-color: #2A2C3B;
    padding: 20px 0 50px;
}

main .text-03{
    text-align: center;
    padding: 30px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

main .sec-00{
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
}


main .sec-05,.sec-06, .sec-07{
    max-width: 450px;
    height: auto;
    color: #333;
    align-items: stretch;
    background-color: #fff;
    border-radius: 20px;
    margin: 50px 0 0;
    padding: 20px 0;
}

main h3{
    padding: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    height: 90px;
    border-radius: 20px 20px 0 0;
}

main .sec-05 .cli-text4,.sec-06 .cli-text2, .sec-07 .cli-text3{
    padding: 0 20px 10px;
    text-align: justify;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

main .logo-4,main .logo-2,main .logo-3{
    max-width: 450px;
    height: 360px;
    text-align: center;
}

.logo-4 img{
    text-align: center;
    margin-top: 150px;
}


/* レスポンシブ対応 */
/* 1300px以下 */
@media screen and (max-width:1300px){

    main .sec-05,.sec-06, .sec-07{
        max-width: 350px;
    }

}

/* 1000px以下 */
@media screen and (max-width:1000px){

    main .sec-05,.sec-06, .sec-07{
        max-width: 300px;
    }

    /* main .sec-05 img,.sec-06 img,.sec-07 img{
        border-radius: 20px 20px 0 0;
    } */

}

/* 900px以下 */
@media screen and (max-width:900px){

    main .sec-00{
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    main .sec-05,.sec-06, .sec-07{
        max-width: 350px;
    }

    main .sec-05 img,.sec-06 img,.sec-07 img{
        max-width: 350px;
        border-radius: 0;
    }
    

}


/* 500px以下 */
@media screen and (max-width:500px){

    main .bc-1{
        margin-top: 70px;
        background: none;
    }

}

