@charset "UTF-8";
/* ---------------------------------------------------------
   free.css
----------------------------------------------------------*/

/*-- 20241211 --*/
@media screen and (max-width: 767px) {
    .home_visual .visual_copy{
        bottom: 20%;
    }
}

/*--20240625 選ばれる理由コンテンツの追加--*/
.cmn_reason li {
    margin-bottom: 40px;
}
.cmn_reason li h3 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.cmn_reason li img {
    width: 100%;
    margin-bottom: 10px;
}
.cmn_reason li p {
    margin-bottom: 10px;
    line-height: 1.7;
}

@media(min-width:768px) {
    .cmn_reason {
        display: flex;
        justify-content: space-between;
    }
    .cmn_reason li {
        width: 31.4516129032%;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
    }
    .cmn_reason li:not(:nth-child(3n+3)) {
        margin-right: 2.8225806452%;
    }
    .cmn_reason li h3 {
        font-size: 2.2rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 25px;
        flex: 1;
        height: 100%;
        min-height: 0;
        /* display: flex; */
        /* align-items: center; */
    }
    .cmn_reason li img {
        width: 100%;
        margin-bottom: 10px;
        height: 240px;
        object-fit: cover;
    }
    .cmn_reason li p {
        margin-bottom: 10px;
        line-height: 1.7;
        height: 100%;
        min-height: 0;
        flex: 2;
    }
}

/*--20240626--*/                            
@media(max-width:767px) {
    .cmn_post_text {
        margin-top:10px;
    }
}

/* 20250225 TOP 詳細リンクについて */
.home .btn_link_retouch {
    width: auto;
    min-width: 190px;
}