@charset "UTF-8";

.environment_top {
    width: 100%;
    position: relative;
    z-index: 1;
}

.environment_top .inner {
    width: 100%;
    max-width: 1280px;
    padding: 80px 40px 0;
    margin: auto;
    position: relative;
}

.environment_top .inner.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.environment_top .flex_box01 {
    width: 45%;
}

.environment_top .flex_box02 {
    width: 50%;
}

.environment_top .en {
    font-size: 20px;
    margin-bottom: 20px;
}

.environment_top .en::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #246BA1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.environment_top .title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.environment_top .txt {
    font-size: 16px;
}

.environment_top .obj01 {
    width: 160px;
    position: absolute;
    z-index: 0;
    left: -210px;
    top: 170px;
}

.environment_top .obj02 {
    width: 82px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 290px;
}


.environment_content01 {
    margin-top: 120px;
}

.environment_content01 .inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin: auto;
}



.environment_target {
    background: #fff;
    border-radius: 12px;
    padding: 20px 45px 45px;
}

.environment_target li {
    border-bottom: 1px solid #BCBBBB;
    padding: 20px 20px 20px 60px;
    position: relative;
}

.environment_target li .num {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 24px;
    text-align: center;
    display: inline-block;
    background: #246BA1;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    border-radius: 50%;
}


.environment_list01 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.environment_list01 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    background: #246BA1;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    border-radius: 20px;
}

.environment_list01 dd {
    width: calc(100% - 140px);
    font-size: 16px;
    padding-top: .3em;
}

.environment_list02 {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.environment_list02 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    background: #fff;
    color: #246BA1;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    border: 1px solid #246BA1;
    border-radius: 20px;
}

.environment_list02 dd {
    width: calc(100% - 140px);
    font-size: 16px;
    padding-top: .3em;
}

.environment_flex01 {
    display: flex;
    justify-content: space-between;
}

.environment_flex01 .flex_box01 {
    width: 47.5%;
}

.environment_flex01 .flex_box01 table {
    border: 1px solid #BCBBBB;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.environment_flex01 .flex_box01 table th {
    border: 1px solid #BCBBBB;
    width: 50%;
    font-size: 16px;
    padding: .5em;
    text-align: center;
    background: #E8F4FD;
}

.environment_flex01 .flex_box01 table td {
    border: 1px solid #BCBBBB;
    font-size: 16px;
    padding: .5em;
    text-align: center;
    vertical-align: middle;
}

.environment_flex01 .flex_box02 {
    width: 47.5%;
}

.environment_flex01 .flex_box02 p {
    margin-bottom: 1em;
}
.environment_flex01 .flex_box02 p:last-child {
margin-bottom: auto;
}


@media only screen and (max-width:1200px) {
    .environment_top .title {
        font-size: 30px;
    }

    .environment_top .flex_box01 {
        width: 50%;
    }

    .environment_top .flex_box02 {
        width: 45%;
    }
}

@media only screen and (max-width:1000px) {
    .environment_top .title {
        font-size: 24px;
    }
}

@media only screen and (max-width:768px) {

    .page_title_anime svg.title_anime {
        height: 13vw;
    }

    .environment_top .inner {
        max-width: 100%;
        padding: 15vw 5vw;
    }

    .environment_top .inner.flex {
        display: block;
    }

    .environment_top .flex_box01 {
        width: 100%;
    }

    .environment_top .flex_box02 {
        width: 100%;
        margin-top: 6vw;
    }

    .environment_top .en {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    .environment_top .en::before {
        width: 1.6vw;
        height: 1.6vw;
        margin-right: 1.6vw;
        vertical-align: middle;
    }

    .environment_top .title {
        font-size: 6vw;
        margin-bottom: 6vw;
    }

    .environment_top .txt {
        font-size: 3.47vw;
    }

    .environment_top .obj01 {
        width: 21vw;
        position: absolute;
        z-index: -1;
        left: 16vw;
        top: auto;
        bottom: 7vw;
    }

    .environment_top .obj02 {
        width: 10vw;
        z-index: 2;
        left: 0;
        top: auto;
        bottom: 7vw;
    }


    .environment_content01 {
        margin-top: 18vw;
    }

    .environment_top+.environment_content01 {
        margin-top: 8vw;
    }
    .environment_content01 .inner {
        padding: 0 5vw;
    }

    .environment_target {
        border-radius: 1.6vw;
        padding: 2vw 5vw 5vw;
    }

    .environment_target li {
        font-size: 3.47vw;
        padding: 4vw 4vw 4vw 10vw;
    }

    .environment_target li .num {
        left: 2vw;
        top: 4.5vw;
        width: 5vw;
        font-size: 3.47vw;
        line-height: 5vw;
    }


    .environment_list01 {
        margin-top: 8vw;
        flex-direction: column;
    }

    .environment_list01 dt {
        width: 24vw;
        font-size: 3.7vw;
        line-height: 7vw;
        border-radius: 3.5vw;
    }

    .environment_list01 dd {
        width: 100%;
        font-size: 3.47vw;
        padding-top: 1em;
    }

    .environment_list02 {
        margin-top: 4vw;
        flex-direction: column;
    }

    .environment_list02 dt {
        width: 24vw;
        font-size: 3.7vw;
        line-height: 7vw;
        border-radius: 3.5vw;
    }

    .environment_list02 dd {
        width: 100%;
        font-size: 3.47vw;
        padding-top: 1em;
    }

    .environment_flex01 {
        display: block;
    }

    .environment_flex01 .flex_box01 {
        width: 100%;
    }

    .environment_flex01 .flex_box01 table th {
        font-size: 3.47vw;
    }

    .environment_flex01 .flex_box01 table td {
        font-size: 3.47vw;;
    }

    .environment_flex01 .flex_box02 {
        width: 100%;
        margin-top: 5vw;
    }
    .environment_flex01 .flex_box02 p {
        font-size: 3.47vw;
    }
    

}