@charset "utf-8";

.list__header{
    width: 80vw;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.l-philosophy{
    position: relative;
    background-image: url(../images/common/body_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 150px;
    padding: 0 10%;
}

.l-title__philosophy__body{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.list__philosophy__header:after{
    content: "";
    border: solid 3px #1f1f1f;
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 100%;
    height: 100%;
    z-index:100;
}

.list__consulting__header{
    width: 100%;
    margin-bottom: 20px;
}
.l-list__philosophy__body {
    margin: 0 auto;
    padding-left: 100px;
}

.card__philosophy__body{
    font-size: 16px;
    line-height: 240%;
}

.l-title__philosophy__inner{
    margin: 0 auto;
}

.l-title__philosophy__box__left{
    background-image: url(../images/philosophy/management_policy_title.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50%;
    /* height: 460px; */
    margin-right: 20px;
}

.philosophy__left__img{
    width: 100%;

}

.l-title__philosophy__box__rignt{
    width: 50%;
    /* height: 460px; */
    margin-left: 20px;
}

.philosophy__card__body{
    font-size: 16px;
    color: #fff;
    line-height: 200%;
    margin: 0 0 0 110px;
}

.l-philosophy-title__inner{
    margin: 0 auto;
    padding: 50vh 0 0;
}

@media screen and (max-width: 767px){
    .l-works {
    padding-bottom: 60px;
    background-image: url(../images/philosophy/management_policy_title.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
    }
    .philosophy__left__img {
        padding-top: 5vh;
        margin-bottom: 40px;
    }
    .card .c-card__body{
        padding: 0;
    }
    .c-card__body .l-title__box{
        margin-bottom: 40px;
        color: #fff;
    }
    
}

