.environment__bottom-box {
    position: relative;
    width: 100%;
    height: 100px;
    background: #030049;
}
.environment__bottom-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border-radius: 0 0 50px 50px;
    z-index: 1;
}
@media(max-width: 991px) {
    .environment__bottom-box::before {
        border-radius: 0 0 20px 20px;
    }
}

.numbers-section{
    height: auto;
    background: #030049;
    padding: 100px 0;
    font-family: "ten-mincho-antique", sans-serif;
}
.numbers-section-title {
    position: sticky;
    top: 50%;
    left: 50%;
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.05rem;
    color: #FFFFFF;
    z-index: 1;
}
.numbers-section-title span {
    display: block;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.03rem;
    padding-bottom: 10px;
}
.numbers-area {
    position: relative;
    margin: 200px auto 100px;
    height: 1360px;
    max-width: 1600px;
}
.numbers-area-title {
    font-weight: 500;
}
.numbers-card-text{
    padding-top: 30px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05rem;
    text-align: center;
    white-space: nowrap;
}
.numbers-card{
    position: absolute;
    background-color: #FFFFFF;
    color: #030049;
    border-radius: 10px;
    padding: 50px;
    box-sizing: border-box;
    z-index: 2;
}
.numbers-card.numbers-card-1 {
    width: 285px;
    height: 220px;
    top: 0;
    left: 260px;
}
.numbers-card.numbers-card-2 {
    width: 480px;
    height: 290px;
    top: 100px;
    right: 0;
}
.numbers-card.numbers-card-3 {
    width: 557px;
    height: 442px;
    top: 270px;
    left: 0;
}
.numbers-card.numbers-card-4 {
    width: 265px;
    height: 220px;
    top: 760px;
    left: 0;
}
.numbers-card.numbers-card-5 {
    width: 215px;
    height: 220px;
    top: 440px;
    right: 180px;
}
.numbers-card.numbers-card-6 {
    width: 570px;
    height: 440px;
    top: 710px;
    right: 0;
}
.numbers-card-wrap {
    position: relative;
}
.numbers-card.numbers-card-3 .numbers-heading,
.numbers-card.numbers-card-6 .numbers-heading{
    width: fit-content;
}
.numbers-card .numbers-card-title {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.05rem;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}
.numbers-card .numbers-card-title span {
    display: block;
    padding-top: 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.03rem;
}
.numbers-card-value {
    padding-top: 30px;
    white-space: nowrap;
    text-align: center;
}
.numbers-card-value .value-number {
    font-family: "Sofia Sans", sans-serif;
    font-weight: 500;
    font-size: 70px;
    line-height: 0.6;
    letter-spacing: -0.05rem;

}
.numbers-card-value .value-text {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.05rem;
}
.numbers-card ul.chart-content-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    list-style: none;
    width: fit-content;
    height: auto;
    padding: 0;
    margin: 40px auto 0 0;
}
.numbers-card ul.chart-content-list li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 7px;
    font-size: 14px;
}
.numbers-card ul.chart-content-list li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #030049;
}
.numbers-card ul.chart-content-list li:nth-of-type(2)::before {
    background-color: #35336D;
}
.numbers-card ul.chart-content-list li:nth-of-type(3)::before {
    background-color: #686692;
}
.numbers-card ul.chart-content-list li:nth-of-type(4)::before {
    background-color: #686692;
}
.numbers-card ul.chart-content-list li:nth-of-type(5)::before {
    background-color: #9A99B6;
}
.numbers-card ul.chart-content-list li:nth-of-type(6)::before {
    background-color: #B3B3C8;
}
.numbers-card ul.chart-content-list li:nth-of-type(7)::before {
    background-color: #CDCCDB;
}

canvas#twoPartBar {
    width: 100% !important;
    border-radius: 5px;
    margin: 20px 0 0 !important;
    padding: 0 !important;
}
@media(min-width: 991px) {
    #donutChart2,
    #donutChart1{
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
    }
}

@media(max-width: 1600px){
    .numbers-section{
        height: auto;
    }
    .numbers-area {
        height: 78vw;
        margin: 12vw 20px 6vw;
    }
    .numbers-section-title {
        font-size: 2.5vw;
    }
    .numbers-section-title span {
        font-size: 0.63vw;
        padding-bottom: 0.63vw;
    }
    .numbers-card{
        padding: 3.1vw;
    }
    .numbers-card-text{
        padding-top: 1.85vw;
        margin: 0;
        font-weight: 500;
        font-size: 0.85vw;
        line-height: 1;
        letter-spacing: 0.05rem;
        text-align: center;
    }
    .numbers-card.numbers-card-1 {
        width: 13.8vw;
        height: 13.8vw;
        top: 0;
        left: 16.3vw;
    }
    .numbers-card.numbers-card-2 {
        width: 30vw;
        height: 18vw;
        top: 6.3vw;
        right: 0;
    }
    .numbers-card.numbers-card-3 {
        width: 35vw;
        height: 27.5vw;
        top: 16.7vw;
        left: 0;
    }
    .numbers-card.numbers-card-4 {
        width: 19.5vw;
        height: 17vw;
        top: 47.3vw;
        left: 0;
    }
    .numbers-card.numbers-card-5 {
        width: 13.7vw;
        height: 13.9vw;
        top: 27.4vw;
        right: 11.3vw;
    }
    .numbers-card.numbers-card-6 {
        width: 36vw;
        height: 27.5vw;
        top: 44.5vw;
        right: 0;
    }
    .numbers-card .numbers-card-title {
        font-weight: 500;
        font-size: 1.4vw;
        letter-spacing: 0.05rem;
        line-height: 1.2;
        margin: 0;
        text-align: center;
    }
    .numbers-card .numbers-card-title span {
        display: block;
        padding-top: 0.35vw;
        font-weight: 500;
        font-size: 0.63vw;
        line-height: 1;
        letter-spacing: 0.03rem;
    }
    .numbers-card-value {
        padding-top: 1.9vw;
    }
    .numbers-card-value .value-number {
        font-weight: 500;
        font-size: 4.4vw;
        line-height: 0.6;
        letter-spacing: -0.05rem;

    }
    .numbers-card-value .value-text {
        font-weight: 500;
        font-size: 2vw;
        line-height: 1.2;
        letter-spacing: 0.05rem;

    }
    .numbers-card ul.chart-content-list {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.3vw;
        list-style: none;
        width: fit-content;
        height: auto;
        padding: 0;
        margin: 1.8vw auto 0 0;
    }
    .numbers-card ul.chart-content-list li {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.7vw;
        font-size: 1vw;
    }
    .numbers-card ul.chart-content-list li::before {
        content: "";
        display: block;
        width: 0.7vw;
        height: 0.7vw;
        border-radius: 50%;
        background-color: #030049;
    }
    canvas#twoPartBar {
        width: 100% !important;
        border-radius: 5px;
        margin: 1.25vw 0 0 !important;
        padding: 0 !important;
    }
}
@media(max-width: 991px) {
    .numbers-section{
        height: auto;
    }
    .numbers-area {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        height: auto;
    }
    .numbers-area-title {
        width: calc(50% - 2.5px);
        padding: 4vw 0;
        font-size: 7.5vw;
        letter-spacing: 0.05rem;
        margin: 0;
        color: #FFFFFF;
    }
    .numbers-area-title span {
        display: block;
        font-size: 2.4vw;
        padding-bottom: 1vw;
    }
    .numbers-card {
        position: static;
        padding: 4.5vw;
    }
    .numbers-card.numbers-card-1 {
        width: calc(50% - 2.5px);
        height: auto;
    }
    .numbers-card.numbers-card-2 {
        width: 100%;
        height: auto;

    }
    .numbers-card.numbers-card-3 {
        width: 100%;
        height: auto;

    }
    .numbers-card.numbers-card-4 {
        width: calc(50% - 2.5px);
        height: auto;

    }
    .numbers-card.numbers-card-5 {
        width: calc(50% - 2.5px);
        height: auto;

    }
    .numbers-card.numbers-card-6 {
        width: 100%;
        height: auto;

    }
    .numbers-card .numbers-card-title {
        font-weight: 500;
        font-size: 5vw;
        letter-spacing: 0.05rem;
        line-height: 1.2;
        margin: 0;
        text-align: center;
    }
    .numbers-card .numbers-card-title span {
        display: block;
        padding-top: 1.3vw;
        font-weight: 500;
        font-size: 2.3vw;
        line-height: 1;
        letter-spacing: 0.03rem;
    }
    .numbers-card-value {
        padding-top: 5vw;
    }
    .numbers-card-value .value-number {
        font-weight: 500;
        font-size: 14vw;
        line-height: 0.6;
        letter-spacing: -0.05rem;

    }
    .numbers-card-value .value-text {
        font-weight: 500;
        font-size: 7vw;
        line-height: 1.2;
        letter-spacing: 0.05rem;

    }
    .numbers-card-text {
        font-size: 2.3vw;
        line-height: 1.3;
    }
    /*  */
    .numbers-card.numbers-card-3 .numbers-heading,
    .numbers-card.numbers-card-6 .numbers-heading {
        display: flex;
        gap: 5vw;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        flex-wrap: nowrap;
    }
    .numbers-card.numbers-card-3 .numbers-heading .numbers-card-value,
    .numbers-card.numbers-card-6 .numbers-heading .numbers-card-value{
        padding-top: 3vw;
    }
    .numbers-card ul.chart-content-list {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 2.5vw;
        list-style: none;
        width: fit-content;
        height: 24vw;
        padding: 0;
        margin: 0 auto;
    }
    .numbers-card ul.chart-content-list li {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 1.5vw;
        font-size: 4vw;
    }
    .numbers-card ul.chart-content-list li::before {
        content: "";
        display: block;
        width: 3vw;
        height: 3vw;
        border-radius: 50%;
        background-color: #030049;
    }
    canvas#twoPartBar {
        width: 100% !important;
        border-radius: 5px;
        margin: 2.5vw 0 0 !important;
        padding: 0 !important;
    }
    #donutChart1,
    #donutChart2 {
        margin: 5vw auto;
    }
}