@charset "utf-8";

/*********************************************************************
*
*  For 企業理念
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    background-image: url(../../common/img/mv/2.jpg);
}

/* ---------------------------------------------------- */
/* sec_policy_wrap */
/* ---------------------------------------------------- */
.sec_policy_wrap {
    background-color: #d2d2d2;
}

.sec_policy_wrap .sec_ttl {
    position: absolute;
    left: 0;
    top: 0;
}

.sec_policy_wrap .sec_copy {
    margin-bottom: 40px;
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 1em;
    text-align: center;
}

.sec_policy_wrap .sec_desc {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    line-height: 2.5;
    text-align: center;
}

@media (max-width: 767px) {
    .sec_policy_wrap .sec_ttl {
        position: static;
        margin-bottom: 30px;
    }

    .sec_policy_wrap .sec_copy {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }

    .sec_policy_wrap .sec_desc {
        font-size: 1.4rem;
        text-align: justify;
    }
}

/* ---------------------------------------------------- */
/* sec_mission_wrap */
/* ---------------------------------------------------- */
.sec_mission_wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3%;
    height: 100%;
    background-color: #d2d2d2;
}

.sec_mission_wrap .sec_ttl {
    position: absolute;
    left: 0;
    top: 0;
}

.sec_mission_wrap article {
    position: relative;
    padding-left: 300px;
}

.sec_mission_wrap article+article {
    margin-top: 90px;
}

.sec_mission_wrap article+article::before {
    /* content: "";
    position: absolute;
    left: 50%;
    top: -130px;
    display: block;
    width: 250px;
    height: 1px;
    background-color: #000;
    transform: translateX(-50%) rotate(-30deg); */
}

.sec_mission_wrap .sec_copy {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2;
}

.sec_mission_wrap .sec_desc {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.5;
}

@media (max-width: 767px) {
    .sec_mission_wrap::after {
        display: none;
    }

    .sec_mission_wrap .sec_ttl {
        position: static;
        margin-bottom: 30px;
    }

    .sec_mission_wrap article {
        padding-left: 0;
    }

    .sec_mission_wrap article+article {
        margin-top: 50px;
    }

    .sec_mission_wrap article+article::before {
        /* top: -45px;
        width: 100px; */
    }

    .sec_mission_wrap .sec_copy {
        margin-bottom: 20px;
        font-size: 1.5rem;
        text-align: center;
    }

    .sec_mission_wrap .sec_desc {
        font-size: 1.3rem;
        letter-spacing: 0.01em;
        line-height: 2.0;
    }
}

/* ---------------------------------------------------- */
/* sec_value_wrap */
/* ---------------------------------------------------- */
.sec_value_wrap {
    background-color: #d2d2d2;
}

.sec_value_wrap .sec_ttl {
    position: absolute;
    left: 0;
    top: 0;
}

.sec_value_wrap .sec_copy {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
}

.sec_value_wrap .list {
    position: relative;
    height: 600px;
    z-index: 2;
}

.sec_value_wrap .list>ul>li {
    position: absolute;
    width: 360px;
}

.sec_value_wrap .list>ul>li:nth-child(1) {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.sec_value_wrap .list>ul>li:nth-child(2) {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec_value_wrap .list>ul>li:nth-child(3) {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.sec_value_wrap .list>ul>li:nth-child(4) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec_value_wrap .list .ttl {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
}

.sec_value_wrap .list .desc {
    letter-spacing: 0.02em;
}

.sec_value_wrap .bg {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scaleY(0.78);
    pointer-events: none;
}

.sec_value_wrap .bg::after {
    content: "";
    display: block;
    margin: auto;
    width: 490px;
    height: 490px;
    border: 1px solid #FFF;
    transform: rotate(45deg);
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .sec_value_wrap .sec_ttl {
        position: static;
        margin-bottom: 30px;
    }

    .sec_value_wrap .sec_copy {
        position: static;
        transform: translate(0);
        margin-bottom: 50px;
        color: #000;
        font-size: 1.5rem;
    }

    .sec_value_wrap .list {
        height: auto;
    }

    .sec_value_wrap .list>ul>li {
        position: static;
        width: auto;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: translate(0) !important;
    }

    .sec_value_wrap .list>ul>li+li {
        margin-top: 90px;
    }

    .sec_value_wrap .list>ul>li+li::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -45px;
        display: block;
        width: 100px;
        height: 1px;
        background-color: #FFF;
        transform: translateX(-50%) rotate(30deg);
    }

    .sec_value_wrap .list>ul>li:nth-child(odd):before {
        transform: translateX(-50%) rotate(-30deg);
    }

    .sec_value_wrap .list .ttl {
        margin-bottom: 15px;
        font-size: 1.5rem;
    }

    .sec_value_wrap .list .desc {
        font-size: 1.3rem;
        letter-spacing: 0.01em;
    }

    .sec_value_wrap .bg {
        display: none;
    }
}
