@charset "utf-8";

/** ▼▼▼ main ▼▼▼ **/
#main {
    width: 100%;
    background: url(../images/bg_main.png) no-repeat center center / cover;
}

@media (max-width: 860px) {
    #main {
        margin: 70px 0 0 0;
    }
}

#main h2 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 0;
}
/** ▲▲▲ main ▲▲▲ **/

/** ▼▼▼ lead ▼▼▼ **/
#lead {
    width: 90%;
    max-width: 1000px;
    margin: 40px auto 0 auto;
}

#lead p {
    width: 100%;
    max-width: 1000px;
    margin: 0;
}
/** ▲▲▲ lead ▲▲▲ **/

/** ▼▼▼ policy ▼▼▼ **/
#policy {
    width: 90%;
    max-width: 1000px;
    margin: 55px auto 0 auto;
}

#policy h3 {
    font-size: 2.25em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #0071BC;
}

#policy ul {
    width: 100%;
    max-width: 1000px;
    margin: 24px auto 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#policy ul li {
    margin: 0 0 20px 0;
    line-height: 160%;
}

#policy ul li:nth-child(odd) {
    width: 2.5%;
    max-width: 25px;
}

#policy ul li:nth-child(even) {
    width: 97%;
    max-width: 970px;
}
/** ▲▲▲ policy ▲▲▲ **/

/** ▼▼▼ csr ▼▼▼ **/
#csr {
    width: 90%;
    max-width: 1000px;
    margin: 55px auto 0 auto;
}

#csr h3 {
    font-size: 2.25em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #0071BC;
}

#csr ul {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

#csr ul li {
    width: 27.5%;
    max-width: 275px;
    height: 350px;
    padding: 0 25px 20px 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#csr ul li:nth-child(1) {
    background: url(../images/bg_csr_offset.png) no-repeat center center / cover;
}

#csr ul li:nth-child(2) {
    background: url(../images/bg_csr_neutral.png) no-repeat center center / cover;
}

#csr ul li:nth-child(3) {
    background: url(../images/bg_csr_painting.png) no-repeat center center / cover;
}

#csr div {
    width: 170px;
    height: 170px;
    border: 8px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    line-height: 120%;
    color: #FFFFFF;
    transition: .3s;
}

#csr div:hover {
    border: 10px solid #FFFFFF;
    transform: scale(1.1);
}

#csr img {
    margin: 80px 0 0 0;
}

#csr p {
    margin: 40px 0 0 0;
}
/** ▲▲▲ csr ▲▲▲ **/

/** ▼▼▼ attempt ▼▼▼ **/
#attempt {
    width: 90%;
    max-width: 1000px;
    margin: 55px auto 0 auto;
}

#attempt h3 {
    font-size: 2.25em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #0071BC;
}

#attempt ul {
    width: 100%;
    max-width: 1000px;
    margin: 5px 0 0 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

#attempt ul:nth-child(3) {
    border-top: 1px solid #888888;
}

#attempt ul:nth-child(4) {
    border-top: 1px solid #888888;
}

#attempt ul:nth-child(5) {
    border-top: 1px solid #888888;
}

#attempt ul li {
    margin: 20px 0 15px 0;
}

#attempt ul li:nth-child(1) {
    width: 15%;
    max-width: 150px;
}

#attempt ul li:nth-child(2) {
    width: 82.5%;
    max-width: 825px;
}

#attempt ul li h4 {
    font-size: 1.25em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

#attempt ul li p span {
    font-weight: 700;
    color: #0071BC;
}

#attempt ul li ul {
    width: 100%;
    max-width: 825px;
    display: block;
    border: 0 !important;
    list-style: inside;
}

#attempt ul li ul li {
    width: 100% !important;
    max-width: 825px !important;
    margin: 10px 0 0 0 !important;
    padding: 0;
    font-weight: 700;
    color: #0071BC;
}
/** ▲▲▲ attempt ▲▲▲ **/

@media (max-width: 640px) {
    /** ▼▼▼ main ▼▼▼ **/
    #main {
        margin: 70px 0 0 0;
        background: url(../images/bg_main-sp.png) no-repeat center center / cover;
    }
    /** ▲▲▲ main ▲▲▲ **/

    /** ▼▼▼ lead ▼▼▼ **/
    #lead {
        width: 90%;
        max-width: 1000px;
        margin: 40px auto 0 auto;
    }

    #lead p {
        width: 100%;
        max-width: 1000px;
        margin: 0;
    }
    /** ▲▲▲ lead ▲▲▲ **/

    /** ▼▼▼ policy ▼▼▼ **/
    #policy {
        width: 90%;
        max-width: 1000px;
        margin: 55px auto 0 auto;
    }

    #policy h3 {
        font-size: 1.5em;
    }

    #policy ul li:nth-child(odd) {
        width: 6%;
    }

    #policy ul li:nth-child(even) {
        width: 92%;
    }
    /** ▲▲▲ policy ▲▲▲ **/

    /** ▼▼▼ csr ▼▼▼ **/
    #csr h3 {
        font-size: 1.5em;
        line-height: 116%;
    }

    #csr ul {
        flex-direction: column;
    }

    #csr ul li {
        width: 93%;
        max-width: 100%;
        height: 226px;
        margin: 20px 0 0 0;
    }

    #csr div {
        width: 150px;
        height: 150px;
        font-size: 1.25em;
    }

    #csr img {
        margin: 30px 0 0 0;
    }

    #csr p {
        margin: 20px 0 0 0;
    }
    /** ▲▲▲ csr ▲▲▲ **/

    /** ▼▼▼ attempt ▼▼▼ **/
    #attempt h3 {
        font-size: 1.5em;
    }

    #attempt ul {
        flex-direction: column;
    }

    #attempt ul li {
        margin: 20px 0 0 0;
    }

    #attempt ul li:nth-child(1) {
        width: 45%;
    }

    #attempt ul li:nth-child(2) {
        width: 100%;
        margin: 15px 0;
    }

    #attempt ul li h4 {
        line-height: 130%;
    }

    #attempt ul li ul li {
        margin: 0 !important;
        line-height: 162%;
    }
    /** ▲▲▲ attempt ▲▲▲ **/
}