@charset "utf-8";
/*------------------------------------------------------------
	mission
------------------------------------------------------------*/
#gNavi > ul > li.navi01 > a:after {
	transform: scale(1, 1);
}
.comVisual {
    margin-bottom: 93px;
    background: url("../img/corp/mission_bg_main.jpg") no-repeat center center;
	background-size: cover;
}
.comVisual h2 .jp {
    color: #000;
}
#main .headLine01 {
    margin-bottom: 20px;
}
#main .border {
    margin-bottom: 40px;
    padding: 40px 15px 44px;
    text-align: center;
    border: 1px solid #ccc;
}
#main .border .ttl {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
#main p {
    margin-bottom: 55px;
    letter-spacing: 0.05em;
    line-height: 2;
}
#main .txt01 {
    margin-bottom: 0;
}
#main .subBox {
    margin-bottom: 60px;
    padding: 41px 50px 47px;
    position: relative;
    background: #f6f6f6;
}
#main .subBox:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    height: 63px;
    background: url("../img/corp/mission_bg_shadow.png") no-repeat center bottom;
    background-size: 984px 63px; 
    content: "";
    z-index: -1;
}
#main .subBox li {
    padding-left: 18px;
    position: relative;
    line-height: 2;
    letter-spacing: 0.05em;
}
#main .subBox li:before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #000;
    content: "";
    border-radius: 50%;
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 25px;
        background: url("../img/corp/mission_bg_main_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    .comVisual h2 .jp {
        letter-spacing: 0;
    }
    #main .headLine01 {
        margin-bottom: 20px;
    }
    #main .border {
        margin-bottom: 24px;
        padding: 15px 15px 18px;
    }
    #main .border .ttl {
        margin: 0;
        line-height: 1.4;
        font-size: 1.4rem;
    }
    #main p {
        margin-bottom: 33px;
        line-height: 1.65;
    }
    #main .txt01 {
        margin-bottom: 0;
    }
    #main .subBox {
        margin-bottom: 36px;
        padding: 13px 10px 6px;
    }
    #main .subBox:before {
        bottom: -19px;
        height: 62px;
        background: url("../img/corp/mission_bg_shadow_sp.png") no-repeat center bottom;
        background-size: 100% 62px; 
    }
    #main .subBox li {
        padding: 0 0 13px 15px;
        line-height: 1.3;
    }
    #main .subBox li:before {
        left: 4px;
        top: 7px;
        width: 4px;
        height: 4px;
    }
}