@charset "utf-8";
/* -----------------------------------------------------------
    プロウエスについて
-------------------------------------------------------------- */
#about .catch{
    font-size: 3.0rem;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
	#about .catch{
        font-size: 2.6rem;
    }
}

/*    top-area
-------------------------------------------------------------- */
#about .top-area{
    padding: 80px 0;
    text-align: center;
}

#about .top-area .catch{
    margin: 0 0 30px;
}


@media screen and (max-width: 768px){
    #about .top-area{
        padding: 40px 20px;
    }

    #about .top-area .txt{
        text-align: left;
    }
}


/*    forte-area
-------------------------------------------------------------- */
#about .forte-area{
    padding: 80px 0;
    background-color: #f6f6f6;
}

#about .forte-area .forte-list{
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

#about .forte-area .forte-list .forte-item{
    /* display: flex;
    align-items: center; */
    width: calc((100% - 60px) /3);
    background-color: #fff;
}

#about .forte-area .forte-list .forte-item .img{
    width: 50%;
    width: 100%;
    order: 0;
}

#about .forte-area .forte-list .forte-item .img img{
    width: 100%;
}

#about .forte-area .forte-list .forte-item .txt-box{
    width: 50%;
    width: 100%;
    padding: 40px 60px;
    padding: 20px 20px 30px;
    /* height: -webkit-fill-available; */
    order: 1;
}

#about .forte-area .forte-list .forte-item .txt-box .list-ttl{
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 15px;
}

#about .forte-area .forte-list .forte-item .txt-box .cmn-btn{
    margin: 20px 0 0;
}

#about .forte-area .forte-list .forte-item:nth-child(2n) .img{
    order: 1;
}

#about .forte-area .forte-list .forte-item:nth-child(2n) .txt-box{
    order: 0;
}

@media screen and (max-width: 768px){
    #about .forte-area{
        padding: 40px 20px;
    }

    #about .forte-area .forte-list .forte-item{
        flex-wrap: wrap;
    }

    #about .forte-area .forte-list .forte-item .img{
        width: 100%;
        order: 0 !important;
    }

    #about .forte-area .forte-list .forte-item .txt-box{
        width: 100%;
        padding: 20px 20px 30px;
        order: 1 !important;
    }

    #about .forte-area .forte-list .forte-item .txt-box .list-ttl{
        font-size: 2.4rem;
    }
}

/*    service-area
-------------------------------------------------------------- */
#about .service-area{
    padding: 80px 0 0;
}
#about .service-area .service-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#about .service-area .service-list .service-item{
    width: calc((100% - 90px) / 4);
    width: calc((100% - 30px) / 2);
    padding: 40px;
    background-color: #f6f6f6;
}

#about .service-area .service-list .service-item img{
    width: 100%;
}

#about .service-area .service-list .service-item .list-ttl{
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 15px;
}

#about .service-area .service-list .service-item .cmn-btn{
    margin: 20px 0 0;
}
@media screen and (max-width: 768px){
    #about .service-area{
        padding: 40px 20px;
    }

    #about .service-area .service-list .service-item{
        width: 100%;
    }
}


/*    セクション名
-------------------------------------------------------------- */

@media screen and (max-width: 768px){

}

