@charset "utf-8";

/*-------------------------------
	業績ハイライト
-------------------------------*/

.sec-title-line-underfull{
    margin-bottom: 3rem;
}
.highlight-block:not(:last-child){
    margin-bottom: 6rem;
}
.highlight-block__image{
    width: 100%;
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
}

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

    .sec-title-line-underfull{
        margin-bottom: 7.5rem;
    }
    .highlight-block:not(:last-child){
        margin-bottom: 8rem;
    }
    .highlight-block__image{
        max-width: 100%;
    }

}