@charset "UTF-8";
/* CSS Document */

.h2_basic.philosophy:before {
    content: "";
    background: url("../img/ico_philosophy.svg") no-repeat center;
    background-size: contain;
    width: 33px;
    height: 34px;
    display: block;
    margin:  0 auto 0.6em;
}

.txt_philosophy {
    margin: 15px;
    font-weight: 700;
    font-size: 120%;
    text-align: center;
    line-height: 1.6em;
    color: #EB4800;
    padding: 1em;
    letter-spacing: 0.03em;
    border-top: 2px solid #0068B4;
    border-bottom: 2px solid #0068B4;
}

.list-vision li {
    border-radius: 8px;
    background: #e7f4ff;
    padding: 1.5em;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.list-vision figure {
    width: 30%;
    text-align: right;
}
.list-vision figcaption {
    width: 68%;
}
.list-vision h4 {
    font-weight: 700;
    font-size: 138%;
    text-align: left;
    color: #0068b4;
    margin-bottom: 10px;
}


.box-col-2 {
    display: flex;
     justify-content: space-between;
}
.box-col-2 > li {
    width: calc((100% - 30px) / 2);
    background: #FFEFDE;
    padding: 1.5em;
    border-radius: 15px;
    margin-bottom: 2em;
}
.box-col-2 h4 {
    border-radius: 30px;
    background: #EB4800;
    text-align: center;
    margin-bottom: 0.75em;
    color: #FFF;
    padding: 5px;
}
.box-col-2 .listR li {
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-weight: 500;
}
.box-col-2 .listR li:before {
    content: "●";
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #EB4800;
    margin-right: 0.2em;
}

@media screen and (max-width: 580px) {
    .list-vision li {
        display: block;
    }
    .list-vision figcaption {
        width: 100%;
    }
     .list-vision figure {
        width: 100%;
        text-align: center;
        margin-top: 1em;
    }
    .box-col-2 {
        display: block;
    }
    .box-col-2 > li {
        width: 100%;
    }
    .hoshin_sp {
        background: #E63034 !important;
        color: #FFF !important;
    }
    .hoshin_sp:before {
        content: "方針：";
    }
    .torikumi_sp {
        border-top: none !important;
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    .torikumi_sp:before {
        content: "【取組み】";
        font-weight: 700;
    }
    .kpi_sp {
        border-top: none !important;
    }
    .kpi_sp:before {
        content: "【KPI】";
        font-weight: 700;
    }
}