@charset "utf-8";
/*------------------------------------------------------------
	caregiving
------------------------------------------------------------*/
#gNavi > ul > li.navi03 > a:after {
	transform: scale(1, 1);
}
.comVisual {
    margin-bottom: 90px;
    background: url("../img/csr/caregiving_bg_main.jpg") no-repeat center center;
	background-size: cover;
}
.comVisual h2 .jp {
    color: #000;
}
#main p {
    margin-bottom: 34px;
    letter-spacing: 0.05em;
    line-height: 2;
}
#main .headLine01 {
    padding-bottom: 18px;
}
#main ul {
    margin-bottom: 50px;
}
#main ul li {
    padding-left: 20px;
    margin-bottom: 16px;
    line-height: 2;
    position: relative;
    letter-spacing: 0.05em;
}
#main ul li:before {
    position: absolute;
    left: 2px;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    content: "";
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 25px;
        background: url("../img/csr/caregiving_bg_main_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    .comVisual h2 .en {
        margin-bottom: 6px;
    }
    .comVisual h2 .jp {
        line-height: 1.2;
        letter-spacing: 0.05em;
    }
    #main p {
        margin-bottom: 22px;
        line-height: 1.65;
    }
    #main .headLine01 {
        margin-bottom: 15px;
        padding-bottom: 17px;
    }
    #main ul {
        margin-bottom: 50px;
    }
    #main ul li {
        padding-left: 12px;
        margin-bottom: 13px;
        line-height: 1.3;
    }
    #main ul li:before {
        left: 1px;
        top: 7px;
        width: 4px;
        height: 4px;
    }
}