.first_view .photo .photo_container {
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    .first_view .photo .photo_container {
        background-image: url("../img/fv_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}

#main .first_view {
    width: 100%;
    height: 100vh;
    height: 100svh;
}
#main .first_view .logo_top {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 979px) {
    #main .first_view .logo_top {
        display: none;
    }
}
#main .first_view .logo_top .logo a .logo_container {
    width: 224px;
    height: 86px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    #main .first_view .logo_top .logo a .logo_container {
        width: 190px;
        height: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .logo_top .logo a .logo_container {
        width: 156px;
        height: 60px;
    }
}
#main .first_view .logo_top .logo a .logo_container .svg {
    padding-top: 25px;
    padding-left: 25px;
}
@media screen and (max-width: 1199px) {
    #main .first_view .logo_top .logo a .logo_container .svg {
        padding-top: 19.5px;
        padding-left: 19.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .logo_top .logo a .logo_container .svg {
        padding-top: 17px;
        padding-left: 17px;
    }
}
@media screen and (max-width: 1199px) {
    #main .first_view .logo_top .logo a .logo_container .svg svg {
        width: 150px;
        height: 31px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .logo_top .logo a .logo_container .svg svg {
        width: 125.5px;
        height: 26px;
    }
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st0_logo {
    fill: #00a0eb;
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st1_logo {
    fill: #0076c5;
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st2_logo {
    fill: #004793;
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st3_logo {
    fill: #737272;
}
#main .first_view .photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media screen and (max-width: 979px) {
    #main .first_view .photo {
        padding-top: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .photo {
        padding-top: 60px;
    }
}
#main .first_view .photo .photo_container {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    width: 100%;
    height: 100%;
}
#main .first_view .photo .photo_container img {
    opacity: 0;
    position: relative;
    z-index: -1;
}
#main .first_view.fadeIn .photo .photo_container {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
#main .page_title {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .page_title {
        margin-top: 95px;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title {
        margin-top: 70px;
    }
}
@media screen and (max-width: 1199px) {
    #main .page_title {
        width: 88vw;
    }
}
#main .page_title .title h1 {
    font-family: "Noto Serif JP", serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.25em;
    color: #004990;
    text-align: center;
}
#main .page_title .title h1 span {
    font-weight: 500;
}
#main .page_title .title h1 span.h {
    font-size: 34.2px;
}
@media screen and (max-width: 1199px) {
    #main .page_title .title h1 {
        font-size: 32px;
    }
    #main .page_title .title h1 span.h {
        font-size: 28.8px;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .title h1 {
        font-size: 26px;
    }
    #main .page_title .title h1 span.h {
        font-size: 23.4px;
    }
}
#main .page_title .title h1 span.h {
    letter-spacing: 0.2em;
}
#main .page_title .lead {
    margin-top: 60px;
}
@media screen and (max-width: 1199px) {
    #main .page_title .lead {
        margin-top: 51px;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .lead {
        margin-top: 42px;
    }
}
#main .page_title .lead p {
    margin-top: -9.5px;
    margin-bottom: -9.5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main .page_title .lead p {
        margin-top: -8.25px;
        margin-bottom: -8.25px;
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .lead p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .lead p {
        text-align: justify;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .lead p br {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .lead p span.b {
        display: inline;
    }
}
#main .info_content {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .info_content {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content {
        margin-top: 75px;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content {
        width: 88vw;
    }
}
#main .info_content .info_title {
    text-align: center;
    position: relative;
}
#main .info_content .info_title .line {
    -webkit-transition: width 1s cubic-bezier(0.25, 1, 0.5, 1), left 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 1s cubic-bezier(0.25, 1, 0.5, 1), left 1s cubic-bezier(0.25, 1, 0.5, 1);
    width: 0%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}
@media screen and (max-width: 599px) {
    #main .info_content .info_title .line {
        display: none;
    }
}
#main .info_content .info_title .line.fadeIn {
    width: 100%;
    left: 0%;
}
#main .info_content .info_title .title {
    display: inline-block;
    margin: 0 auto;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_title .title {
        padding: 0 20px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_title .title {
        padding: 0;
    }
}
#main .info_content .info_title .title h2 {
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.25em;
    color: #0075c2;
}
#main .info_content .info_title .title h2 span {
    font-weight: 500;
}
#main .info_content .info_title .title h2 span.h {
    font-size: 28.8px;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_title .title h2 {
        font-size: 26px;
    }
    #main .info_content .info_title .title h2 span.h {
        font-size: 23.4px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_title .title h2 {
        font-size: 20px;
    }
    #main .info_content .info_title .title h2 span.h {
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_title.line_visible .line {
        display: block;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_title.line_visible .title {
        padding: 0 10px;
    }
}
#main .info_content .info_lead {
    margin-top: 60px;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_lead {
        margin-top: 50px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead {
        margin-top: 35px;
    }
}
#main .info_content .info_lead p {
    margin-top: -9.5px;
    margin-bottom: -9.5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_lead p {
        margin-top: -8.25px;
        margin-bottom: -8.25px;
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead p {
        text-align: justify;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead p br {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead p span.b {
        display: inline;
    }
}
#main .info_content .info_lead .comment {
    margin-top: 15px;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_lead .comment {
        margin-top: 14px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead .comment {
        margin-top: 13px;
    }
}
#main .info_content .info_lead .comment .text {
    margin-top: -9px;
    margin-bottom: -9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_lead .comment .text {
        margin-top: -8px;
        margin-bottom: -8px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead .comment .text {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 13px;
        line-height: 27px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead .comment .text {
        text-align: justify;
    }
}
#main .info_content .info_body {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_body {
        margin-top: 50px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_body {
        margin-top: 35px;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_body {
        width: 88vw;
    }
}
#main .info_content .info_body p {
    margin-top: -9.5px;
    margin-bottom: -9.5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-align: justify;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_body p {
        margin-top: -8.25px;
        margin-bottom: -8.25px;
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_body p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
#main .numbers_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 120px;
}
@media screen and (max-width: 779px) {
    #main .numbers_content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 1199px) {
    #main .numbers_content {
        margin-top: 95px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content {
        margin-top: 70px;
    }
}
#main .numbers_content .numbers_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
#main .numbers_content .numbers_box .bg {
    background-color: #e0f4fc;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#main .numbers_content .numbers_box .container {
    display: inline-block;
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
#main .numbers_content .numbers_box .container .head {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    position: relative;
}
#main .numbers_content .numbers_box .container .head h3 {
    margin-top: calc(0px - 0.3em);
    margin-bottom: calc(0px - 0.3em);
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #0075c2;
}
#main .numbers_content .numbers_box .container .head h3 span {
    font-weight: 500;
}
#main .numbers_content .numbers_box .container .head h3 span.h {
    font-size: 28.8px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box .container .head h3 {
        font-size: 26px;
    }
    #main .numbers_content .numbers_box .container .head h3 span.h {
        font-size: 23.4px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box .container .head h3 {
        font-size: 20px;
    }
    #main .numbers_content .numbers_box .container .head h3 span.h {
        font-size: 18px;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box .container .head h3 {
        text-align: center;
    }
}
#main .numbers_content .numbers_box .container .head_comment {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    margin-top: 20px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box .container .head_comment {
        margin-top: 17px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box .container .head_comment {
        margin-top: 14px;
    }
}
#main .numbers_content .numbers_box .container .head_comment .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.15em;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box .container .head_comment .text {
        font-size: 11px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box .container .head_comment .text {
        font-size: 10px;
    }
}
#main .numbers_content .numbers_box .container .body {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    position: relative;
}
#main .numbers_content .numbers_box .container .body p {
    margin-top: -9px;
    margin-bottom: -9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.05em;
    text-align: justify;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box .container .body p {
        margin-top: -8px;
        margin-bottom: -8px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box .container .body p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 13px;
        line-height: 27px;
    }
}
#main .numbers_content .numbers_box .container .numbers_category {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
#main .numbers_content .numbers_box .container .numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 15px;
    margin-bottom: -30px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box .container .numbers {
        margin-top: 13px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box .container .numbers {
        margin-top: 11px;
    }
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box .container .numbers {
        margin-bottom: 0;
    }
}
#main .numbers_content .numbers_box .container .numbers .num {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
#main .numbers_content .numbers_box .container .numbers .num .text {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 180px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #004990;
    letter-spacing: -0.05em;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box .container .numbers .num .text {
        font-size: 130px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box .container .numbers .num .text {
        font-size: 100px;
    }
}
#main .numbers_content .numbers_box .container .numbers .num .text span {
    font-weight: 300;
}
#main .numbers_content .numbers_box .container .numbers .num .text span.fraction {
    -webkit-font-feature-settings: "frac";
            font-feature-settings: "frac";
}
#main .numbers_content .numbers_box .container .numbers .num .text span.fraction.l15 {
    position: relative;
    left: 15px;
}
#main .numbers_content .numbers_box .container .numbers .num .text span.fraction.l20 {
    position: relative;
    left: 20px;
}
#main .numbers_content .numbers_box .container .numbers .num .text span.fraction_layout_bottom {
    top: 48px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box .container .numbers .num .text span.fraction_layout_bottom {
        top: 36px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box .container .numbers .num .text span.fraction_layout_bottom {
        top: 27px;
    }
}
#main .numbers_content .numbers_box .container .numbers .unit {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    position: relative;
    top: -33px;
    left: 10px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box .container .numbers .unit {
        top: -24px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box .container .numbers .unit {
        top: -18px;
    }
}
#main .numbers_content .numbers_box .container .numbers .unit .text {
    font-family: "Noto Serif JP", serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #004990;
}
#main .numbers_content .numbers_box .container .numbers .unit .text span {
    font-weight: 500;
}
#main .numbers_content .numbers_box .container .numbers .unit .text span.h {
    font-size: 37.8px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box .container .numbers .unit .text {
        font-size: 35px;
    }
    #main .numbers_content .numbers_box .container .numbers .unit .text span.h {
        font-size: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box .container .numbers .unit .text {
        font-size: 28px;
    }
    #main .numbers_content .numbers_box .container .numbers .unit .text span.h {
        font-size: 25.2px;
    }
}
#main .numbers_content .numbers_box .container.fadeIn .head {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
}
#main .numbers_content .numbers_box .container.fadeIn .head_comment {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
}
#main .numbers_content .numbers_box .container.fadeIn .body {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
}
#main .numbers_content .numbers_box .container.fadeIn .numbers_category {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
}
#main .numbers_content .numbers_box .container.fadeIn .numbers .num {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
}
#main .numbers_content .numbers_box .container.fadeIn .numbers .unit {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
}
#main .numbers_content .numbers_box_text .container .body {
    margin-top: 30px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_text .container .body {
        margin-top: 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box_text .container .body {
        margin-top: 20px;
    }
}
#main .numbers_content .numbers_box_graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 150px;
    padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}
#main .numbers_content .numbers_box_graph .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 150px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph .container {
        padding-right: 0;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
#main .numbers_content .numbers_box_graph .container .graph {
    width: 460px;
    height: 460px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph .container .graph {
        width: 40vw;
        height: 40vw;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph .container .graph {
        width: 60vw;
        height: 60vw;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box_graph .container .graph {
        width: 80vw;
        height: 80vw;
    }
}
#main .numbers_content .numbers_box_graph .container .graph svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph .container .graph svg {
        width: 40vw;
        height: 40vw;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph .container .graph svg {
        width: 60vw;
        height: 60vw;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box_graph .container .graph svg {
        width: 80vw;
        height: 80vw;
    }
}
#main .numbers_content .numbers_box_graph .container .graph svg circle {
    opacity: 0;
    position: relative;
    fill: none;
    stroke-width: 130;
    stroke-dasharray: 1036.72536;
}
#main .numbers_content .numbers_box_graph .container .graph .ratio {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#main .numbers_content .numbers_box_graph .container .graph .ratio .ratio_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #fff;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
#main .numbers_content .numbers_box_graph .container .graph .ratio .ratio_number .num {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    font-family: "Frank Ruhl Libre", serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph .container .graph .ratio .ratio_number .num {
        font-size: 35px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box_graph .container .graph .ratio .ratio_number .num {
        font-size: 28px;
    }
}
#main .numbers_content .numbers_box_graph .container .graph .ratio .ratio_number .num span {
    font-weight: 300;
}
#main .numbers_content .numbers_box_graph .container .graph .ratio .ratio_number .percent {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    margin-bottom: 3px;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.05em;
}
#main .numbers_content .numbers_box_graph .container .graph .ratio .ratio_number .percent span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph .container .graph .ratio .ratio_number .percent {
        font-size: 22px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box_graph .container .graph .ratio .ratio_number .percent {
        font-size: 18px;
    }
}
#main .numbers_content .numbers_box_graph .container .text_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 70px;
    position: relative;
}
@media screen and (max-width: 979px) {
    #main .numbers_content .numbers_box_graph .container .text_content {
        margin-left: 35px;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph .container .text_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-top: 40px;
        margin-left: 0;
        width: 88vw;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box_graph .container .text_content {
        margin-top: 30px;
    }
}
#main .numbers_content .numbers_box_graph .container .text_content .top_content {
    position: absolute;
    left: 0;
    bottom: calc(50% + 40px);
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph .container .text_content .top_content {
        position: relative;
    }
}
#main .numbers_content .numbers_box_graph .container .text_content .top_content .head {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}
#main .numbers_content .numbers_box_graph .container .text_content .top_content .body {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    margin-top: 30px;
    width: 375px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph .container .text_content .top_content .body {
        margin-top: 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box_graph .container .text_content .top_content .body {
        margin-top: 20px;
    }
}
@media screen and (max-width: 979px) {
    #main .numbers_content .numbers_box_graph .container .text_content .top_content .body {
        width: calc(48vw - 35px);
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph .container .text_content .top_content .body {
        width: 100%;
    }
}
#main .numbers_content .numbers_box_graph .container .text_content .line {
    margin-left: -70px;
    width: 445px;
    height: 1px;
    position: relative;
}
@media screen and (max-width: 979px) {
    #main .numbers_content .numbers_box_graph .container .text_content .line {
        margin-left: -35px;
        width: calc(48vw - 35px + 35px);
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph .container .text_content .line {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}
#main .numbers_content .numbers_box_graph .container .text_content .line .line_container {
    right: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
#main .numbers_content .numbers_box_graph .container .text_content .category {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    margin-top: 40px;
    position: absolute;
    left: 0;
    top: 50%;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph .container .text_content .category {
        margin-top: 33px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box_graph .container .text_content .category {
        margin-top: 26px;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph .container .text_content .category {
        position: relative;
    }
}
#main .numbers_content .numbers_box_graph .container .text_content .category p {
    margin-top: calc(0px - 0.5em);
    margin-bottom: calc(0px - 0.5em);
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0.1em;
}
#main .numbers_content .numbers_box_graph .container .text_content .category p span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph .container .text_content .category p {
        font-size: 16px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box_graph .container .text_content .category p {
        font-size: 14px;
    }
}
#main .numbers_content .numbers_box_graph .container .text_content .category p span.icon_box {
    display: inline-block;
    margin-right: 10px;
    width: 14px;
    height: 14px;
}
#main .numbers_content .numbers_box_graph .container .text_content .category p span.icon_box.c_navy {
    background-color: #004990;
}
#main .numbers_content .numbers_box_graph .container .text_content .category p span.icon_box.c_blue {
    background-color: #0075c2;
}
#main .numbers_content .numbers_box_graph .container .text_content .category p span.icon_box.c_cyan {
    background-color: #00a0e9;
}
#main .numbers_content .numbers_box_graph .container .text_content .category p span.icon_box.c_sub1 {
    background-color: #75c1f5;
}
#main .numbers_content .numbers_box_graph .container .text_content .category p span.icon_box.c_sub2 {
    background-color: #a7dcf8;
}
#main .numbers_content .numbers_box_graph .container .text_content .category p span.c_content {
    margin-right: 25px;
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph .container .text_content .category p br {
        display: none;
    }
}
#main .numbers_content .numbers_box_graph .container .text_content .category .category_comment {
    margin-top: 30px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph .container .text_content .category .category_comment {
        margin-top: 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box_graph .container .text_content .category .category_comment {
        margin-top: 20px;
    }
}
#main .numbers_content .numbers_box_graph .container .text_content .category .category_comment .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.15em;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph .container .text_content .category .category_comment .text {
        font-size: 11px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box_graph .container .text_content .category .category_comment .text {
        font-size: 10px;
    }
}
#main .numbers_content .numbers_box_graph_1 .container .graph svg circle.c_11 {
    stroke: #004990;
}
#main .numbers_content .numbers_box_graph_1 .container .graph svg circle.c_12 {
    stroke: #0075c2;
}
#main .numbers_content .numbers_box_graph_1 .container .graph svg circle.c_13 {
    stroke: #00a0e9;
}
#main .numbers_content .numbers_box_graph_1 .container .graph svg circle.c_14 {
    stroke: #75c1f5;
}
#main .numbers_content .numbers_box_graph_1 .container .graph svg circle.c_15 {
    stroke: #a7dcf8;
}
#main .numbers_content .numbers_box_graph_1 .container .graph .ratio .ratio_number:nth-of-type(1) {
    left: 68.5%;
    top: 19%;
}
#main .numbers_content .numbers_box_graph_1 .container .graph .ratio .ratio_number:nth-of-type(2) {
    left: 85%;
    top: 57%;
}
#main .numbers_content .numbers_box_graph_1 .container .graph .ratio .ratio_number:nth-of-type(3) {
    left: 41%;
    top: 84.5%;
}
#main .numbers_content .numbers_box_graph_1 .container .graph .ratio .ratio_number:nth-of-type(4) {
    left: 17%;
    top: 39%;
}
#main .numbers_content .numbers_box_graph_1 .container .graph .ratio .ratio_number:nth-of-type(5) {
    left: 42%;
    top: 13%;
}
#main .numbers_content .numbers_box_graph_2 .container .graph svg circle.c_21 {
    stroke: #0075c2;
}
#main .numbers_content .numbers_box_graph_2 .container .graph svg circle.c_22 {
    stroke: #00a0e9;
}
#main .numbers_content .numbers_box_graph_2 .container .graph svg circle.c_23 {
    stroke: #75c1f5;
}
#main .numbers_content .numbers_box_graph_2 .container .graph svg circle.c_24 {
    stroke: #a7dcf8;
}
#main .numbers_content .numbers_box_graph_2 .container .graph .ratio .ratio_number:nth-of-type(1) {
    left: 86%;
    top: 53%;
}
#main .numbers_content .numbers_box_graph_2 .container .graph .ratio .ratio_number:nth-of-type(2) {
    left: 18.5%;
    top: 64%;
}
#main .numbers_content .numbers_box_graph_2 .container .graph .ratio .ratio_number:nth-of-type(3) {
    left: 25.5%;
    top: 24%;
}
#main .numbers_content .numbers_box_graph_2 .container .graph .ratio .ratio_number:nth-of-type(4) {
    left: 38%;
    top: 15%;
}
#main .numbers_content .numbers_box_graph_3 .container .graph svg circle.c_31 {
    stroke: #0075c2;
}
#main .numbers_content .numbers_box_graph_3 .container .graph svg circle.c_32 {
    stroke: #00a0e9;
}
#main .numbers_content .numbers_box_graph_3 .container .graph svg circle.c_33 {
    stroke: #75c1f5;
}
#main .numbers_content .numbers_box_graph_3 .container .graph svg circle.c_34 {
    stroke: #a7dcf8;
}
#main .numbers_content .numbers_box_graph_3 .container .graph .ratio .ratio_number:nth-of-type(1) {
    left: 61%;
    top: 84%;
}
#main .numbers_content .numbers_box_graph_3 .container .graph .ratio .ratio_number:nth-of-type(2) {
    left: 33.5%;
    top: 18.5%;
}
#main .numbers_content .numbers_box_graph_3 .container .graph .ratio .ratio_number:nth-of-type(3) {
    left: 47%;
    top: 14%;
}
#main .numbers_content .numbers_box_graph.reverse .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 150px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph.reverse .container {
        padding-left: 0;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph.reverse .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
#main .numbers_content .numbers_box_graph.reverse .container .text_content {
    margin-left: 0;
    margin-right: 70px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph.reverse .container .text_content {
        margin-right: 35px;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph.reverse .container .text_content {
        margin-right: 0;
    }
}
#main .numbers_content .numbers_box_graph.reverse .container .text_content .line {
    margin-left: 0;
    margin-right: -70px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box_graph.reverse .container .text_content .line {
        margin-right: -35px;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph.reverse .container .text_content .line {
        margin-right: 0;
    }
}
#main .numbers_content .numbers_box_graph.reverse .container .text_content .line .line_container {
    right: 0;
    left: 100%;
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box_graph.reverse .container .text_content .line .line_container {
        left: 0;
        right: 100%;
    }
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_11 {
    -webkit-animation: circleAnim_11 1s cubic-bezier(0.33, 1, 0.68, 1) 0.9s both;
            animation: circleAnim_11 1s cubic-bezier(0.33, 1, 0.68, 1) 0.9s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_12 {
    -webkit-animation: circleAnim_12 1s cubic-bezier(0.33, 1, 0.68, 1) 0.8s both;
            animation: circleAnim_12 1s cubic-bezier(0.33, 1, 0.68, 1) 0.8s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_13 {
    -webkit-animation: circleAnim_13 1s cubic-bezier(0.33, 1, 0.68, 1) 0.7s both;
            animation: circleAnim_13 1s cubic-bezier(0.33, 1, 0.68, 1) 0.7s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_14 {
    -webkit-animation: circleAnim_14 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s both;
            animation: circleAnim_14 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_15 {
    -webkit-animation: circleAnim_15 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s both;
            animation: circleAnim_15 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_21 {
    -webkit-animation: circleAnim_21 1s cubic-bezier(0.33, 1, 0.68, 1) 0.8s both;
            animation: circleAnim_21 1s cubic-bezier(0.33, 1, 0.68, 1) 0.8s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_22 {
    -webkit-animation: circleAnim_22 1s cubic-bezier(0.33, 1, 0.68, 1) 0.7s both;
            animation: circleAnim_22 1s cubic-bezier(0.33, 1, 0.68, 1) 0.7s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_23 {
    -webkit-animation: circleAnim_23 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s both;
            animation: circleAnim_23 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_24 {
    -webkit-animation: circleAnim_24 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s both;
            animation: circleAnim_24 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_31 {
    -webkit-animation: circleAnim_31 1s cubic-bezier(0.33, 1, 0.68, 1) 0.8s both;
            animation: circleAnim_31 1s cubic-bezier(0.33, 1, 0.68, 1) 0.8s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_32 {
    -webkit-animation: circleAnim_32 1s cubic-bezier(0.33, 1, 0.68, 1) 0.7s both;
            animation: circleAnim_32 1s cubic-bezier(0.33, 1, 0.68, 1) 0.7s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_33 {
    -webkit-animation: circleAnim_33 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s both;
            animation: circleAnim_33 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph svg circle.c_34 {
    -webkit-animation: circleAnim_34 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s both;
            animation: circleAnim_34 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s both;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number .num,
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number .percent {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number:nth-of-type(1) .num,
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number:nth-of-type(1) .percent {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number:nth-of-type(2) .num,
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number:nth-of-type(2) .percent {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number:nth-of-type(3) .num,
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number:nth-of-type(3) .percent {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number:nth-of-type(4) .num,
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number:nth-of-type(4) .percent {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number:nth-of-type(5) .num,
#main .numbers_content .numbers_box_graph.fadeIn .container .graph .ratio .ratio_number:nth-of-type(5) .percent {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .text_content .top_content .head {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
#main .numbers_content .numbers_box_graph.fadeIn .container .text_content .top_content .body {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
#main .numbers_content .numbers_box_graph.fadeIn .container .text_content .line .line_container {
    -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    right: 0;
    left: 0;
}
#main .numbers_content .numbers_box_graph.fadeIn .container .text_content .category {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
#main .numbers_content .numbers_box:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -50px;
    padding: 100px 0;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(1) {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 0;
        padding: 80px 0;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        padding: 50px 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(1) .container {
    margin-right: 120px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(1) .container {
        margin-right: 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 50px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(2) {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 0;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        padding: 50px 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(2) .container {
    margin-left: 150px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(2) .container {
        margin-left: 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(2) .container .numbers .unit {
    left: 0px;
}
#main .numbers_content .numbers_box:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    width: 100vw;
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
}
#main .numbers_content .numbers_box:nth-of-type(3) .category .category_ul {
    width: 300px;
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box:nth-of-type(3) .category .category_ul {
        width: 88vw;
    }
}
#main .numbers_content .numbers_box:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    padding: 100px 0;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(4) {
        padding: 80px 0;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
        padding: 50px 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(4) .container {
    margin-left: 130px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(4) .container {
        margin-left: 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(4) .container .body {
    width: 360px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(4) .container .body {
        width: 300px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(5) {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(5) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6;
        padding: 50px 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(5) .container {
    margin-right: 130px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(5) .container {
        margin-right: 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(5) .container .body {
    width: 345px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(5) .container .body {
        width: 300px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(6) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    width: 100vw;
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(6) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        grid-row: 6/7;
    }
}
#main .numbers_content .numbers_box:nth-of-type(7) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 110px;
    padding: 100px 0;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(7) {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 30px;
        padding: 80px 0;
    }
}
@media screen and (max-width: 979px) {
    #main .numbers_content .numbers_box:nth-of-type(7) {
        margin-right: 0;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(7) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        grid-row: 7/8;
        padding: 50px 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(7) .container {
    margin-right: 120px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(7) .container {
        margin-right: 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(7) .container .body {
    width: 320px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(7) .container .body {
        width: 300px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: -110px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(8) {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: -30px;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(8) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        grid-row: 8/9;
        margin-left: 0;
        padding: 50px 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) .container {
    margin-left: 145px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container {
        margin-left: 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .head h3 {
    margin-top: calc(0px - 0.3em);
    margin-bottom: calc(0px - 0.3em);
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .head h3 span {
    font-weight: 500;
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .head h3 span.h {
    font-size: 25.2px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .head h3 {
        font-size: 23.5px;
    }
    #main .numbers_content .numbers_box:nth-of-type(8) .container .head h3 span.h {
        font-size: 21.15px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .head h3 {
        font-size: 19px;
    }
    #main .numbers_content .numbers_box:nth-of-type(8) .container .head h3 span.h {
        font-size: 17.1px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 30px auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 979px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        row-gap: 20px;
        margin-top: 25px;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap {
        margin-top: 20px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
@media screen and (max-width: 979px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers_category {
    -ms-grid-column-align: center;
        justify-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
    width: 88px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 21px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers_category {
        margin-right: 20px;
        width: 68px;
        height: 34px;
        border-radius: 18px;
    }
}
@media screen and (max-width: 979px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers_category {
        -ms-grid-column-align: start;
            justify-self: start;
        margin-left: 50px;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers_category {
        -ms-grid-column-align: center;
            justify-self: center;
        margin-left: 0;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers_category {
        margin-right: 10px;
        width: 58px;
        height: 28px;
        border-radius: 15px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers_category .text {
    padding-left: 0.1em;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.1em;
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers_category .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers_category .text {
        font-size: 16px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers_category .text {
        font-size: 14px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers {
    margin-top: 10px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers {
        margin-top: 5px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers .num .text {
    font-size: 120px;
    font-weight: 400;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers .num .text {
        font-size: 95px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers .num .text {
        font-size: 75px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers .num .text span {
    font-weight: 400;
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers .unit {
    left: 5px;
    top: -22px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers .unit {
        top: -12px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers .unit .text {
    font-size: 36px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers .unit .text {
        font-size: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .numbers_wrap .numbers_item .numbers .unit .text {
        font-size: 24px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(8) .container .body {
    margin-top: 50px;
    width: 510px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .body {
        margin-top: 35px;
        width: 300px;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .body {
        margin-top: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box:nth-of-type(8) .container .body {
        margin-top: 25px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(9) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
    width: 100vw;
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(9) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        grid-row: 9/10;
    }
}
#main .numbers_content .numbers_box:nth-of-type(10) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
    padding: 100px 0;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(10) {
        padding: 80px 0;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(10) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 10;
        -ms-grid-row-span: 1;
        grid-row: 10/11;
        padding: 50px 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(10) .container {
    margin-left: 120px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(10) .container {
        margin-left: 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(10) .container .head h3 {
    margin-top: calc(0px - 0.3em);
    margin-bottom: calc(0px - 0.3em);
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}
#main .numbers_content .numbers_box:nth-of-type(10) .container .head h3 span {
    font-weight: 500;
}
#main .numbers_content .numbers_box:nth-of-type(10) .container .head h3 span.h {
    font-size: 25.2px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(10) .container .head h3 {
        font-size: 23.5px;
    }
    #main .numbers_content .numbers_box:nth-of-type(10) .container .head h3 span.h {
        font-size: 21.15px;
    }
}
@media screen and (max-width: 599px) {
    #main .numbers_content .numbers_box:nth-of-type(10) .container .head h3 {
        font-size: 19px;
    }
    #main .numbers_content .numbers_box:nth-of-type(10) .container .head h3 span.h {
        font-size: 17.1px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(10) .container .body {
    width: 330px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(10) .container .body {
        width: 300px;
    }
}
#main .numbers_content .numbers_box:nth-of-type(11) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(11) {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (max-width: 779px) {
    #main .numbers_content .numbers_box:nth-of-type(11) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 11;
        -ms-grid-row-span: 1;
        grid-row: 11/12;
        padding: 50px 0;
    }
}
#main .numbers_content .numbers_box:nth-of-type(11) .container {
    margin-right: 150px;
    margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
    #main .numbers_content .numbers_box:nth-of-type(11) .container {
        margin-right: 0;
        margin-bottom: 0;
    }
}
@-webkit-keyframes circleAnim_11 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 870.8493024;
    }
}
@keyframes circleAnim_11 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 870.8493024;
    }
}
@-webkit-keyframes circleAnim_12 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 611.6679624;
    }
}
@keyframes circleAnim_12 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 611.6679624;
    }
}
@-webkit-keyframes circleAnim_13 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 331.7521152;
    }
}
@keyframes circleAnim_13 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 331.7521152;
    }
}
@-webkit-keyframes circleAnim_14 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 72.5707752;
    }
}
@keyframes circleAnim_14 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 72.5707752;
    }
}
@-webkit-keyframes circleAnim_15 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}
@keyframes circleAnim_15 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes circleAnim_21 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 497.6281728;
    }
}
@keyframes circleAnim_21 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 497.6281728;
    }
}
@-webkit-keyframes circleAnim_22 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 155.508804;
    }
}
@keyframes circleAnim_22 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 155.508804;
    }
}
@-webkit-keyframes circleAnim_23 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 134.7742968;
    }
}
@keyframes circleAnim_23 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 134.7742968;
    }
}
@-webkit-keyframes circleAnim_24 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}
@keyframes circleAnim_24 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes circleAnim_31 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 93.3052824;
    }
}
@keyframes circleAnim_31 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 93.3052824;
    }
}
@-webkit-keyframes circleAnim_32 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 31.1017608;
    }
}
@keyframes circleAnim_32 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 31.1017608;
    }
}
@-webkit-keyframes circleAnim_33 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}
@keyframes circleAnim_33 {
    0% {
        opacity: 0;
        stroke-dashoffset: 1036.72536;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}
/*# sourceMappingURL=style.css.map */