@charset "UTF-8";

/*共通
---------------------------------------------------------- */
.page-main {
    background: #fefefe;
}

.page-header {
    background-color: #e7e8e9 !important;
}

.data-contents-01 {
    padding: 70px 0;
}

.data-contents-01:first-child {
    padding-top: 0;
}

.data-contents-02 {
    padding: 70px 0;
    background: #dadcde;
}

.grap-blue {
    background: #aecbce;
}

.grap-gold {
    background: #c1c18a;
}

.img-txt-data-column {
    display: flex;
    align-items: center
}

.img-txt-data-column .img {
    width: 55%;
    flex: 1;
}

.img-txt-data-column .txt {
    margin: 0 20px;
    flex: 1;
}

.data-num {
    color: #c2719b;
    font-size: 4rem;
    font-family: 'Dosis', sans-serif;
    line-height: 1.3;
    text-align: right !important;
    transform: scale(0);
}

.data-num span {
    font-size: 14rem;
}

.data-num.js-show {
    -webkit-animation: zoom-in .5s ease forwards;
    animation: zoom-in .5s ease forwards;
}

/* 画面外にいる状態 */
.fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

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

    .data-contents-01,
    .data-contents-02 {
        padding: 30px 0;
    }

    .img-txt-data-column .txt {
        margin-right: 10px;
    }

    .data-num {
        font-size: 3rem;
        line-height: 1.4;
    }

    .data-num span {
        font-size: 8rem;
    }
}

/*topsection 1
---------------------------------------------------------- */
.page-ttl_jumpmenu {
    position: relative;
    z-index: 1;
    color: #19223a;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
}

.page-ttl_jumpmenu li {
    display: flex;
}

.page-ttl_jumpmenu_list {
    margin-right: 5px;
    margin-left: 5px;
}

.page-ttl_jumpmenu_last-list {
    margin-right: 5px;
    margin-left: 5px;
}

.page-ttl_topimg_wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.page-ttl_topimg {
    position: absolute;
    display: block;
    bottom: -170px;
    right: 0;
    width: 320px;
}

.page-ttl_topimg img {
    width: 100%;
}

.effect-body {
    text-align: left;
}

@media screen and (max-width:900px) {
    .page-ttl {
        height: 520px !important;
    }

    .js-show {
        margin: 10px 0;
        line-height: 1;
    }

    .page-ttl_jumpmenu {
        padding: 0 4%;
        flex-direction: column;
    }

    .page-ttl_jumpmenu_last-list {
        display: none;
    }

    .page-ttl_topimg {
        bottom: -288px;
        right: 36px;
        width: 250px;
    }
}


/*section1
---------------------------------------------------------- */

.section_company {
    margin-bottom: 60px;
    position: relative;
    margin-top: 100px;
    background-color: #fff;
}

.section_company_h1_area {
    background-color: #19223a;
    width: 80%;
    color: #fefefe;
    margin: 0 auto 0 0;
    text-align: left;
    z-index: 1;
    position: relative;
    height: 80px;
    padding: 9px;
    margin-bottom: 40px;
}

.section_company_h1_en {
    font-family: 'Dosis', sans-serif;
    font-size: 3.0rem;
    display: block;
    line-height: 1;
}

.section_company_h1_ja {
    font-size: 1.6rem;
    line-height: 1;
}

.section_company_h1 {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

.section_company_table {
    z-index: 1;
    position: relative;
}

.section_company_table_flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.section_company_cell_small {
    background-color: #fefefe;
    width: 450px;
    height: 350px;
    padding: 40px;
    position: relative;
}

.section_company_cell_small h2,
.section_company_cell_large h2 {
    font-size: 1.6rem;
    display: block;
    margin: 0 auto 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    height: 42px;
}

.section_company_cell_small p {
    font-size: 1.2rem;
    text-align: right;
    color: #19223a;
    position: absolute;
    bottom: 40px;
    right: 40px;
    line-height: 1;
}

.section_company_cell_number {
    color: #5a8981;
    margin: 0 auto 10px;
    font-size: 8.0rem;
    font-weight: 500;
    font-family: 'Dosis', sans-serif;
    display: block;
    text-align: center;
    line-height: 0.8;
}

.section_company_cell_unit {
    display: block;
    color: #5a8981;
    text-align: center;
    line-height: 1;
    font-weight: 600;
}

.section_company_cell_large {
    background-color: #fefefe;
    width: 900px;
    height: 350px;
    padding: 40px;
    position: relative;
    border-top: #b9b9b9 2px solid;

}

.section_company_cell_imgarea {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.section_company_sales_surpluscircle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient(circle, #7fa5a0, #7fa5a0 48px, #fff 15px, #fff 52px, #aecbce 21px, #aecbce);
    position: absolute;
    top: 55px;
    right: 85px;
}

.section_company_sales_surpluscircle_p {
    position: absolute;
    text-align: center;
    top: 97px;
    right: 110px;
    line-height: 1.3;
    color: #fff;
}

.section_company_border_area {
    border-left: #b9b9b9 2px solid;
}

.section_company_sales_p {
    position: absolute;
    right: 80px;
    bottom: 15px;
    font-size: 1.2rem;
    line-height: 1;
}

.skewed {
    position: absolute;
    top: -150;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 115%;
    background: #e7e8e9;
    z-index: 0;
    transform: skewY(2deg);
    transform-origin: top right;
}

/*topsection 2
---------------------------------------------------------- */
.page-ttl {
    height: 630px;
    background-color: #fefefe;
    position: relative;
    z-index: 1;
}


/* charts.css
--------------------------------------------------------------------------------*/
#mytable {
    width: 500px;
    height: 150px;
    --color: rgb(174, 203, 206);
    --primary-axis-color: rgba(90, 137, 129, 1);
    --primary-axis-style: solid;
    --primary-axis-width: 1px;
    position: relative;
    margin-top: 78px;
}

.section_company_sales_number {
    font-family: 'Dosis', sans-serif;
    font-size: 3.4rem;
    color: #5a8981;
    position: absolute;
    top: -38px;
    line-height: 1;
}

.section_company_sales_unit {
    font-size: 1.8rem;
    color: #5a8981;
    position: absolute;
    line-height: 1;
    top: -7px;
}

#mytable_sp {
    display: none;
}

.mytable_sp_label {
    font-size: 1.2rem !important;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width:900px) {
    .section_company {
        margin-top: 40px;
    }

    .section_company_h1 {
        line-height: 1;
        max-width: 280px;
    }

    .section_company_h1_area {
        height: 60px;
        padding: 10px;
        margin-bottom: 20px;
        width: 90%;
    }

    .section_company_h1_en {
        font-size: 1.8rem;
    }

    .section_company_h1_ja {
        font-size: 1.4rem;
    }

    .section_company_cell_small {
        margin: 0 auto;
        border: none;
        border-bottom: #b9b9b9 2px solid;
    }

    .section_company_cell_large {
        background-color: #fefefe;
        width: 300px;
        height: 400px;
        border: none;
        margin: 0 auto;
        padding: 40px 0;
    }

    .section_company_table_flex {
        max-width: 300px;
    }

    .section_company_sales_surpluscircle {
        width: 100px;
        height: 100px;
        background: radial-gradient(circle, #7fa5a0, #7fa5a0 37px, #fff 7px, #fff 42px, #aecbce 21px, #aecbce);
        top: 70px;
        right: 15px;
        font-size: 1.2rem;
    }

    .section_company_sales_surpluscircle_p {
        top: 103px;
        right: 34px;
        font-size: 1.2rem;
    }

    .section_company_sales_p {
        right: 20px;
        bottom: 40px;
    }


    #mytable {
        display: none;
    }

    #mytable_sp {
        display: block;
        width: 270px;
        height: 150px;
        --color: rgb(174, 203, 206);
        --primary-axis-color: rgba(90, 137, 129, 1);
        --primary-axis-style: solid;
        --primary-axis-width: 1px;
        position: relative;
        margin-top: 90px;
    }

    .section_company_sales_number_sp {
        font-family: 'Dosis', sans-serif;
        font-size: 1.6rem;
        color: #5a8981;
        position: absolute;
        top: -22px;
        line-height: 1;
    }

    .section_company_sales_unit_sp {
        font-size: 1.4rem;
        color: #5a8981;
        position: absolute;
        line-height: 1;
        top: -7px;
    }
}

@media screen and (max-width:1200px) {
    .mytable_sp_label {
        font-size: 1.2rem !important;
        line-height: 1;
        text-align: center;
        margin-top: 10px;
    }
}


/*section2
---------------------------------------------------------- */

.section_people {
    margin-bottom: 60px;
    background-color: #fff;
}

.section_people_h1_area {
    background-color: #19223a;
    width: 80%;
    color: #fefefe;
    margin: 0 0 0 auto;
    text-align: right;
    z-index: 1;
    position: relative;
    height: 80px;
    padding: 9px;
    margin-bottom: 40px;
}

.section_people_h1_en {
    font-family: 'Dosis', sans-serif;
    font-size: 3.0rem;
    display: block;
    line-height: 1;
}

.section_people_h1_ja {
    font-size: 1.6rem;
    line-height: 1;
}

.section_people_h1 {
    max-width: 500px;
    margin: 0 auto;
    text-align: right;
}

.section_people_table {
    z-index: 1;
    position: relative;
}

.section_people_table_flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.section_people_cell_small h2,
.section_people_cell_middle h2,
.section_people_cell_large h2,
.section_people_border_lengthofservice h2 {
    font-size: 1.6rem;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

.section_people_cell_small {
    background-color: #fefefe;
    width: 300px;
    height: 350px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.section_people_cell_number {
    color: #5a8981;
    margin: 0 auto;
    font-size: 8.0rem;
    font-weight: 500;
    font-family: 'Dosis', sans-serif;
}

.section_people_cell_middle {
    background-color: #fefefe;
    width: 600px;
    height: 350px;
    padding: 40px;
    position: relative;
}

.section_people_cell_large,
.section_people_border_lengthofservice {
    background-color: #fefefe;
    width: 900px;
    height: 350px;
    padding: 40px;
    font-size: 1.4rem;
}

.section_people_cell_large p,
.section_people_border_lengthofservice p {
    text-align: right;
    font-size: 1.2rem;
}

.section_people_branch_chartarea {
    display: flex;
    justify-content: space-between;
    line-height: 1;
}

.section_people_branch {
    position: relative;
}

.section_people_branch_p {
    font-size: 1.2rem;
    text-align: right;
    position: absolute;
    bottom: 40px;
    right: 40px;
    line-height: 1;
}

.section_people_department_chart {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    width: 180px;
    height: 180px;
    background-image: conic-gradient(#fbbdb0 0% 32%, #e5a1ac 0% 54%, #ca89a9 0% 81%, #a977a5 0% 85%, #836f9d 0% 100%);
/*
    background-image: conic-gradient(#fbbdb0 0% 32%, #e5a1ac 0% 54%, #ca89a9 0% 81%, #a977a5 0% 85%, #836f9d 0% 88%, #73496f 0% 90%, #45335c 0% 98%, #f2f2f2 0% 100%);
*/
    border-radius: 50%;
    top: 33%;
    left: 20%;
}

.section_people_department_chart_smallbg {
    position: absolute;
    z-index: 2;
    width: 70px;
    height: 40px;
    font-size: 1.0rem;
    line-height: 1;
    text-align: center;
    padding: 2px;
}

.section_people_department_chart_1 {
    top: 104px;
    right: 28px;
    color: #fbbdb0;
}

.section_people_department_chart_2 {
    bottom: 43px;
    right: 32px;
    color: #e5a1ac;
}

.section_people_department_chart_3 {
    bottom: 60px;
    left: 20px;
    color: #ca89a9;
}

.section_people_department_chart_4 {
    bottom: 175px;
    left: 5px;
    color: #a977a5;
}

.section_people_department_chart_5 {
    top: 90px;
    left: 50px;
    color: #836f9d;
}

.section_people_department_chart_6 {
    top: 87px;
    left: 46px;
    color: #73496f;
}

.section_people_department_chart_7 {
    top: 73px;
    left: 94px;
    color: #45335c;
}

.section_people_department_chart_number {
    font-size: 2.4rem;
    display: block;
    font-family: 'Dosis', sans-serif;
    margin-top: 1px;
}

.section_people_department_chart_percent {
    font-size: 1.4rem;
    display: inline-block;
}

.section_people_border_department {
    border-left: #b9b9b9 2px solid;
}

.section_people_certification_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.section_people_certification_list li {
    position: relative;
}

.section_people_certification_list li:before {
    border-radius: 50%;
    /*丸くする*/
    width: 10px;
    /*点の幅*/
    height: 10px;
    /*点の高さ*/
    display: block;
    position: absolute;
    /*絶対配置*/
    left: -18px;
    /*点の位置*/
    top: 0.7em;
    /*点の位置*/
    content: "";
    background: #7695a8;
    /*点の色*/
}

.section_people_birthplace_imgarea {
    width: 300px;
    display: block;
}

.section_people_birthplace_imgarea img {
    width: 100%;
}

.section_people_birthplace_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.section_people_birthplace_grapharea {
    display: block;
}

.section_people_birthplace_grapharea ul {
    display: flex;
    flex-wrap: wrap;
    width: 240px;
    line-height: 1;
}

.section_people_birthplace_grapharea ul li {
    width: 70px;
    margin: 5px;
    text-align: center;
}

.section_people_birthplace_name {
    display: block;
    color: #19223a;
    margin-bottom: 5px;
}

.section_people_birthplace_number_hokkaido {
    font-size: 2.0rem;
    font-family: 'Dosis', sans-serif;
    color: #fbbdb0;
}

.section_people_birthplace_number_tohoku {
    font-size: 2.0rem;
    font-family: 'Dosis', sans-serif;
    color: #e5a1ac;
}

.section_people_birthplace_number_kanto {
    font-size: 2.0rem;
    font-family: 'Dosis', sans-serif;
    color: #ca89a9;
}

.section_people_birthplace_number_chubu {
    font-size: 2.0rem;
    font-family: 'Dosis', sans-serif;
    color: #a977a5;
}

.section_people_birthplace_number_kinki {
    font-size: 2.0rem;
    font-family: 'Dosis', sans-serif;
    color: #836f9d;
}

.section_people_birthplace_number_chugoku {
    font-size: 2.0rem;
    font-family: 'Dosis', sans-serif;
    color: #73496f;
}

.section_people_birthplace_number_shikoku {
    font-size: 2.0rem;
    font-family: 'Dosis', sans-serif;
    color: #45335c;
}

.section_people_birthplace_number_kyushuokinawa {
    font-size: 2.0rem;
    font-family: 'Dosis', sans-serif;
    color: #aecbce;
}

.section_people_birthplace_number_oversea {
    font-size: 2.0rem;
    font-family: 'Dosis', sans-serif;
    color: #e5a1ac;
}

.section_genderraito_img_area {
    z-index: 1;
}

.section_genderraito_img_female {
    position: absolute;
    width: 140px;
    top: 80px;
    right: -10px;
}

.section_genderraito_img_female img {
    width: 100%;
    transform: scale(-1, 1);
}

.section_genderraito_img_male {
    position: absolute;
    width: 180px;
    bottom: 30px;
    left: -20px;
}

.section_genderraito_img_male img {
    width: 100%;
    transform: scale(-1, 1);
}

.section_genderraito_raitoarea {
    position: relative;
    z-index: 2;
}

.section_genderraito_raito_raito {
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-size: 7.0rem;
    display: block;
    line-height: 1;
}

.section_genderraito_raito_gender_red {
    color: #978b89;
}

.section_genderraito_raito_gender_navy {
    color: #19223a;
}

.section_genderraito_raito_gender_purple {
    color: #354d8b;
}

.section_people_border_genderraito {
    border-top: #b9b9b9 2px solid;
    border-right: #b9b9b9 2px solid;
    position: relative;

}

.section_people_border_certification {
    border-top: #b9b9b9 2px solid;
}

.section_people_border_birthplace {
    border-top: #b9b9b9 2px solid;
    border-bottom: #b9b9b9 2px solid;
    position: relative;
}

.section_people_border_birthplace p {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.section_people_income {
    font-size: 1.2rem;
    line-height: 1.1;

}

.section_people_income p {
    font-size: 1.2rem;
    text-align: right;
    display: block;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.section_people_border_income {
    border-right: #b9b9b9 2px solid;
    border-bottom: #b9b9b9 2px solid;
}

.section_people_age_chart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    width: 180px;
    height: 180px;
    font-size: 26px;
    font-weight: 700;
    background-image: radial-gradient(#fefefe 30%, transparent 31%), conic-gradient(#fbbdb0 0% 40%, #e5a1ac 0% 82%, #ca89a9 0% 98%, #a977a5 0% 100%);
    border-radius: 50%;
    position: absolute;
    top: 33%;
    left: 20%;
}

.section_people_age_chart_average {
    position: absolute;
    top: 50%;
    right: 34%;
    transform: translateY(-50%);
    color: #5a8981;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
}

.section_people_age_chart_age {
    font-size: 3.0rem;
    font-family: 'Dosis', sans-serif;
    display: block;
    font-weight: 500;
}

.section_people_age_chart_unit {
    display: inline-block;
    font-size: 1.2rem;
    font-family: "YakuHanJPs", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.section_people_age_chart_smallbg {
    position: absolute;
    z-index: 2;
    width: 70px;
    height: 40px;
    font-size: 1.0rem;
    line-height: 1;
    text-align: center;
    padding: 2px;
}

.section_people_age_chart_number {
    font-size: 2.4rem;
    display: block;
    font-family: 'Dosis', sans-serif;
    margin-top: 1px;
}

.section_people_age_chart_percent {
    font-size: 1.4rem;
    display: inline-block;
}

.section_people_age_chart_1 {
    top: 90px;
    right: 44px;
    color: #fbbdb0;
}

.section_people_age_chart_2 {
    bottom: 48px;
    left: 25px;
    color: #e5a1ac;
}

.section_people_age_chart_3 {
    top: 94px;
    left: 36px;
    color: #ca89a9;
}

.section_people_age_chart_4 {
    top: 73px;
    right: 130px;
    color: #a977a5;
}

.section_people_border_age {
    border-bottom: #b9b9b9 2px solid;
}

.section_people_blood_chart {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    width: 180px;
    height: 180px;
    background-image: conic-gradient(#fbbdb0 0% 38%, #e5a1ac 0% 57%, #ca89a9 0% 68%, #a977a5 0% 94%, #f2f2f2 0% 100%);
    border-radius: 50%;
    top: 33%;
    left: 20%;
}

.section_people_blood_chart_smallbg {
    position: absolute;
    z-index: 2;
    width: 70px;
    height: 40px;
    font-size: 1.0rem;
    line-height: 1;
    text-align: center;
    padding: 2px;
}

.section_people_blood_chart_number {
    font-size: 2.4rem;
    display: block;
    font-family: 'Dosis', sans-serif;
    margin-top: 1px;
}

.section_people_blood_chart_percent {
    font-size: 1.4rem;
    display: inline-block;
}

.section_people_blood_chart_a {
    top: 97px;
    right: 36px;
    color: #fbbdb0;
}

.section_people_blood_chart_b {
    bottom: 20px;
    right: 70px;
    color: #e5a1ac;
}

.section_people_blood_chart_ab {
    bottom: 44px;
    left: 30px;
    color: #ca89a9;
}

.section_people_blood_chart_o {
    top: 104px;
    left: 29px;
    color: #a977a5;
}

.section_people_blood_chart_unknown {
    top: 73px;
    left: 101px;
    color: #cccccc;
}

.section_people_advantage_pie_object_1 {
    position: absolute;
    top: 35%;
    right: 30%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.2rem;
}

.section_people_border_blood {
    border-right: #b9b9b9 2px solid;
}

.section_people_advantage_pie_number_1 {
    font-family: 'Dosis', sans-serif;
    position: absolute;
    top: 56%;
    right: 25%;
    transform: translateY(-50%);
    font-size: 3.6rem;
}

.section_people_advantage_pie_object_2 {
    position: absolute;
    top: 35%;
    right: 41%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.2rem;
}

.section_people_advantage_pie_number_2 {
    font-family: 'Dosis', sans-serif;
    position: absolute;
    top: 56%;
    right: 25%;
    transform: translateY(-50%);
    font-size: 3.6rem;
}

.section_people_advantage_pie_object_3 {
    position: absolute;
    top: 33%;
    right: 39%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.2rem;
}

.section_people_advantage_pie_number_3 {
    font-family: 'Dosis', sans-serif;
    position: absolute;
    top: 58%;
    right: 28%;
    transform: translateY(-50%);
    font-size: 3rem;
}

.section_people_advantage_pie_object_4 {
    position: absolute;
    top: 33%;
    right: 39%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.2rem;
}

.section_people_advantage_pie_number_4 {
    font-family: 'Dosis', sans-serif;
    position: absolute;
    top: 58%;
    right: 28%;
    transform: translateY(-50%);
    font-size: 3rem;
}

.section_people_advantage_pie_unit {
    font-size: 0.7em;
}

.section_people_advantage_pie_object_5 {
    position: absolute;
    top: 35%;
    right: 30%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.2rem;
}

.section_people_advantage_pie_number_5 {
    font-family: 'Dosis', sans-serif;
    position: absolute;
    top: 59%;
    right: 34%;
    transform: translateY(-50%);
    font-size: 2.4rem;
}

.section_people_advantage_pie_object_6 {
    position: absolute;
    top: 33%;
    right: 9%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.2rem;
}

.section_people_advantage_pie_number_6 {
    font-family: 'Dosis', sans-serif;
    position: absolute;
    top: 63%;
    right: 28%;
    transform: translateY(-50%);
    font-size: 2.4rem;
}

.section_people_advantage_pie_object_7 {
    position: absolute;
    top: 33%;
    right: 22%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.2rem;
}

.section_people_advantage_pie_number_7 {
    font-family: 'Dosis', sans-serif;
    position: absolute;
    top: 63%;
    right: 32%;
    transform: translateY(-50%);
    font-size: 2.4rem;
}

.section_people_advantage_pie_unit {
    font-size: 0.7em;
}


.section_people_advantage_pie1,
.section_people_advantage_pie2,
.section_people_advantage_pie3,
.section_people_advantage_pie4,
.section_people_advantage_pie5,
.section_people_advantage_pie6,
.section_people_advantage_pie7 {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    color: #fefefe;
    transform-origin: center bottom;
}

.section_people_advantage_pie1 {
    background-image: conic-gradient(#5a8981 0% 28%, #7fa5a0 28% 100%);
    width: 140px;
    height: 140px;
    left: 130px;
    bottom: 100px;
}

.section_people_advantage_pie2 {
    background-image: conic-gradient(#5a8981 0% 25%, #7fa5a0 25% 100%);
    width: 125px;
    height: 125px;
    right: 190px;
    bottom: 70px;
    font-size: 1.2rem;
}

.section_people_advantage_pie3 {
    background-image: conic-gradient(#5a8981 0% 15%, #7fa5a0 15% 100%);
    width: 90px;
    height: 90px;
    left: 40px;
    bottom: 35px;
    font-size: 0.8rem;
}

.section_people_advantage_pie4 {
    background-image: conic-gradient(#5a8981 0% 15%, #7fa5a0 15% 100%);
    width: 110px;
    height: 110px;
    right: 50px;
    bottom: 40px;
    font-size: 0.8rem;
}

.section_people_advantage_pie5 {
    background-image: conic-gradient(#5a8981 0% 6%, #7fa5a0 6% 100%);
    width: 80px;
    height: 80px;
    top: 85px;
    left: 50px;
}

.section_people_advantage_pie6 {
    background-image: conic-gradient(#5a8981 0% 2%, #7fa5a0 2% 100%);
    width: 60px;
    height: 60px;
    right: 136px;
    top: 120px;
}

.section_people_advantage_pie7 {
    background-image: conic-gradient(#5a8981 0% 1%, #7fa5a0 1% 100%);
    width: 60px;
    height: 60px;
    top: 85px;
    right: 40px;
}

.section_people_border_lengthofservice {
    border-top: #b9b9b9 2px solid;
}


/* charts.css section2 - mytable2
--------------------------------------------------------------------------------*/
#mytable2.bar {
    width: 230px;
    height: 200px;
    --color: rgb(174, 203, 206);
    --primary-axis-color: rgba(90, 137, 129, 1);
    --primary-axis-style: solid;
    --primary-axis-width: 1px;
    position: relative;
    font-size: 1.2rem;
}

.section_people_branch_omiya {
    letter-spacing: -0.15em;
    text-align: left;
    display: block;
    width: 80px;
}

.section_people_branch_name {
    text-align: left;
    display: block;
    width: 80px;
}

.section_people_branch_number {
    font-family: 'Dosis', sans-serif;
    font-size: 2.2rem;
    color: #5a8981;
    position: absolute;
    right: -25px;
    bottom: 2px;
}

.section_people_branch_unit {
    font-size: 1.2rem;
    color: #5a8981;
    position: absolute;
    right: -38px;
    top: 7px;
    font-weight: 600;
}

/* charts.css section2 - mytable3
--------------------------------------------------------------------------------*/
#mytable3 {
    width: 500px;
    height: 200px;
    --color: rgb(193, 193, 138);
    --primary-axis-color: rgba(90, 137, 129, 1);
    --primary-axis-style: solid;
    --primary-axis-width: 1px;
    position: relative;
    margin-top: 40px;
}

.section_people_service_number {
    font-family: 'Dosis', sans-serif;
    font-size: 2.4rem;
    color: #5a8981;
    position: absolute;
    top: -36px;
    left: 3px;
    ;
}

.section_people_service_unit {
    font-size: 1.4rem;
    color: #5a8981;
    position: absolute;
    font-weight: 600;
    top: -24px;
    left: 20px;
}


#mytable3_sp {
    display: none;
}


/* charts.css section2 - mytable4
--------------------------------------------------------------------------------*/
#mytable4 {
    width: 400px;
    height: 200px;
    --color: rgb(174, 203, 206);
    --primary-axis-color: rgba(90, 137, 129, 1);
    --primary-axis-style: solid;
    --primary-axis-width: 1px;
    position: relative;
}

.section_people_income_number {
    font-family: 'Dosis', sans-serif;
    font-size: 2.4rem;
    color: #5a8981;
    position: absolute;
    top: -25px;
    left: 13px;
}

.section_people_income_unit {
    font-size: 1.6rem;
    color: #5a8981;
    position: absolute;
    top: -20px;
    left: 31px;
}

#mytable4_sp {
    display: none;
}


@media screen and (max-width:900px) {
    .section_people_cell_small {
        margin: 0 auto;
        border: none;
        border-bottom: #b9b9b9 2px solid;
    }

    .section_people_cell_middle {
        width: 300px;
        height: 500px;
        border: none;
        margin: 0 auto;
        border-bottom: #b9b9b9 2px solid;
    }

    .section_people_cell_large,
    .section_people_border_lengthofservice {
        width: 300px;
        height: 700px;
        border: none;
        margin: 0 auto;
    }

    .section_people_border_lengthofservice {
        height: 660px;
        padding: 40px 0;
    }

    .section_people_h1 {
        line-height: 1;
        max-width: 280px;
    }

    .section_people_h1_area {
        height: 60px;
        padding: 10px;
        margin-bottom: 20px;
        width: 90%;
    }

    .section_people_h1_en {
        font-size: 1.8rem;
    }

    .section_people_h1_ja {
        font-size: 1.4rem;
    }

    .section_people_table_flex {
        max-width: 300px;
    }

    .section_people_branch {
        height: 550px;
    }

    .section_people_branch_chartarea {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .section_people_certification_list {
        justify-content: flex-start;
        margin: 20px auto;
        display: block;
    }

    .section_people_certification_list li {
        margin-bottom: 3px;
    }

    .section_people_birthplace_wrap {
        flex-wrap: wrap;
    }

    .section_people_border_birthplace {
        height: 500px;
        border-bottom: #b9b9b9 2px solid;
    }

    .section_people_birthplace_grapharea {
        margin-top: 20px;
    }

    .section_people_income {
        padding: 40px 0px;
        height: 460px;
    }

    .section_people_advantage_pie1 {
        left: 8px;
        top: 122px;
    }

    .section_people_advantage_pie2 {
        right: 55px;
        bottom: 100px;
    }

    .section_people_advantage_pie3 {
        left: 14px;
        bottom: 109px;
    }

    .section_people_advantage_pie4 {
        right: 61px;
        top: 82px;
    }

    .section_people_advantage_pie5 {
        right: 16px;
        top: 186px;
        left: auto;
    }

    .section_people_advantage_pie6 {
        right: 13px;
        bottom: 30px;
        top: auto;
    }

    .section_people_advantage_pie7 {
        top: auto;
        right: auto;
        left: 84px;
        bottom: 17px;
    }

    #mytable3 {
        display: none;
    }


    #mytable2.bar {
        width: 200px;
    }


    #mytable3_sp {
        display: block;
        width: 300px;
        height: 500px;
        --color: rgb(193, 193, 138);
        --primary-axis-color: rgba(90, 137, 129, 1);
        --primary-axis-style: solid;
        --primary-axis-width: 1px;
        position: relative;
        margin-top: 48px;
    }

    .section_people_service_number_sp {
        font-family: 'Dosis', sans-serif;
        font-size: 2.4rem;
        color: #5a8981;
        position: absolute;
        top: -6px;
        right: -20px;
    }

    .section_people_service_unit_sp {
        font-size: 1.4rem;
        color: #5a8981;
        position: absolute;
        font-weight: 600;
        top: 5px;
        right: -32px;
    }

    .nihoheto {
        text-align: left;
    }

    #mytable4 {
        display: none;
    }

    #mytable4_sp {
        display: block;
        width: 280px;
        height: 300px;
        --color: rgb(174, 203, 206);
        --primary-axis-color: rgba(90, 137, 129, 1);
        --primary-axis-style: solid;
        --primary-axis-width: 1px;
        position: relative;
        margin: 36px 0;
    }

    .section_people_income_number_sp {
        font-family: 'Dosis', sans-serif;
        font-size: 2.4rem;
        color: #5a8981;
        position: absolute;
        top: 12px;
        right: -20px;
    }

    .section_people_income_unit_sp {
        font-size: 1.6rem;
        color: #5a8981;
        position: absolute;
        top: 20px;
        right: -36px;
    }
}


/*section3
---------------------------------------------------------- */
.section_culture {
    margin-bottom: 60px;
    position: relative;
    background-color: #e7e8e9;
}

.section_culture_h1_area {
    background-color: #19223a;
    width: 80%;
    color: #fefefe;
    margin: 0 auto 0 0;
    text-align: right;
    z-index: 1;
    position: relative;
    height: 80px;
    padding: 9px;
    margin-bottom: 40px;
}

.section_culture_h1_en {
    font-family: 'Dosis', sans-serif;
    font-size: 3.0rem;
    display: block;
    line-height: 1;
}

.section_culture_h1_ja {
    font-size: 1.6rem;
    line-height: 1;
}

.section_culture_h1 {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

.section_culture_table {
    z-index: 1;
    position: relative;
}

.section_culture_table_flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.section_culture_cell_small {
    background-color: #fefefe;
    width: 300px;
    height: 350px;
    padding: 40px;
    position: relative;
}

.section_culture_cell_large {
    position: relative;
}

.section_culture_cell_small h2,
.section_culture_cell_middle h2,
.section_culture_cell_large h2 {
    font-size: 1.6rem;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.section_culture_cell_number {
    color: #19223a;
    margin: 50px auto 14px;
    font-size: 14.0rem;
    font-weight: 500;
    font-family: 'Dosis', sans-serif;
    display: block;
    text-align: center;
    line-height: 0.8;

}

.section_culture_cell_unit {
    display: block;
    color: #19223a;
    text-align: center;
    line-height: 1;
    font-weight: 550;
}

.section_culture_cell_small p {
    font-size: 1.2rem;
    line-height: 1;
    text-align: right;
    color: #19223a;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.section_people_border_holidays {
    border-bottom: #b9b9b9 2px solid;
}

.section_culture_lunch_ranking {
    display: flex;
    justify-content: space-evenly;
}

.section_culture_lunch_ranknumber {
    font-size: 3.0rem;
    color: #19223a;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    display: block;
}

.section_culture_lunch_imgarea {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    position: relative;
}

.section_culture_lunch_imgarea img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.section_culture_lunch_object {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #19223a;
    font-weight: 600;
    margin: 10px auto;
}

.section_culture_lunch_percent {
    display: block;
    text-align: center;
    color: #5a8981;
    line-height: 1;
}

.section_culture_lunch_number {
    font-size: 4.8rem;
    font-family: 'Dosis', sans-serif;
}

.section_culture_lunch_unit {
    font-size: 3.0rem;
}

.section_people_border_lunch {
    border-left: #b9b9b9 2px solid;
    border-bottom: #b9b9b9 2px solid;
}

.section_culture_cell_large {
    background-color: #fefefe;
    width: 900px;
    height: 350px;
    padding: 40px;
}

.section_culture_cell_middle {
    background-color: #fefefe;
    width: 600px;
    height: 350px;
    padding: 40px;
    line-height: 1;
}

.section_culture_holiday_rankingarea ol li {
    display: flex;
    margin-bottom: 10px;
}

.section_culture_holiday_ranknumber {
    font-family: 'Dosis', sans-serif;
    font-size: 2.0rem;
    color: #19223a;
    margin-right: 10px;
    width: 30px;
    text-align: right;
}

.section_culture_holiday_object {
    font-size: 1.6rem;
    color: #19223a;
    line-height: 1.3;
    width: 200px;
    margin-right: 10px;
    margin-left: 10px;
}

.section_culture_holiday_number {
    font-size: 2.0rem;
    color: #5a8981;
    font-family: 'Dosis', sans-serif;
    line-height: 1;
    text-align: right;
    width: 36px;
}

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

.section_culture_holiday_imgarea {
    width: 200px;
}

.section_culture_holiday_imgarea img {
    width: 100%;
}

.section_people_border_holiday {
    border-right: #b9b9b9 2px solid;
}

.section_culture_cell_large p {
    font-size: 1.4rem;
    color: #19223a;
}

.section_culture_dogorcat_imgarea {
    display: block;
    position: absolute;
    top: 47%;
    left: 35%;
    width: 250px;
}

.section_culture_dogorcat_imgarea img {
    width: 100%;
}

.section_culture_dog_pie {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    height: 160px;
    background-image: conic-gradient(#5a8981 0% 54%, #7fa5a0 54% 100%);
    border-radius: 50%;
    left: 70px;
    bottom: 60px;
    color: #fefefe;
}

.section_culture_dog_pie_object {
    font-size: 1.4rem;
    position: absolute;
    top: 26%;
    left: 41%;
}

.section_culture_dog_pie_number {
    font-size: 3.6rem;
    position: absolute;
    top: 31%;
    left: 35%;
    font-family: 'Dosis', sans-serif;
}

.section_culture_cat_pie {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    width: 120px;
    height: 120px;
    background-image: conic-gradient(#5a8981 0% 30%, #7fa5a0 30% 100%);
    border-radius: 50%;
    right: 130px;
    bottom: 80px;
    color: #fefefe;
}

.section_culture_cat_pie_object {
    font-size: 1.4rem;
    position: absolute;
    top: 24%;
    left: 37%;
}

.section_culture_cat_pie_number {
    font-size: 2.4rem;
    position: absolute;
    top: 36%;
    left: 40%;
    font-family: 'Dosis', sans-serif;
}

.section_culture_other_pie {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    width: 75px;
    height: 75px;
    background-image: conic-gradient(#5a8981 0% 8%, #7fa5a0 8% 100%);
    border-radius: 50%;
    right: 40px;
    bottom: 40px;
    color: #fefefe;
}

.section_culture_other_pie_object {
    font-size: 1.2rem;
    position: absolute;
    top: 20%;
    left: 19%;
}

.section_culture_other_pie_number {
    font-size: 1.8rem;
    position: absolute;
    top: 40%;
    left: 38%;
    font-family: 'Dosis', sans-serif;
}

.section_culture_dogorcat_percent {
    font-size: 0.6em;
}

.section_people_border_dogorcat {
    border-top: #b9b9b9 2px solid;
}

.skewed_2 {
    position: absolute;
    bottom: -150px;
    right: 0;
    left: 0;
    width: 100%;
    height: 115%;
    background: #e7e8e9;
    z-index: 0;
    transform: skewY(-2deg);
    transform-origin: top left;
}

@media screen and (max-width:900px) {
    .section_culture_cell_small {
        margin: 0 auto;
        border: none;
        border-bottom: #b9b9b9 2px solid;
    }

    .section_culture_cell_middle {
        width: 300px;
        height: 500px;
        border: none;
        margin: 0 auto;
        border-bottom: #b9b9b9 2px solid;
    }

    .section_culture_cell_large {
        width: 300px;
        border: none;
        margin: 0 auto;
    }

    .section_culture_h1 {
        line-height: 1;
        max-width: 280px;
    }

    .section_culture_h1_area {
        height: 60px;
        padding: 10px;
        margin-bottom: 20px;
        width: 90%;
    }

    .section_culture_h1_en {
        font-size: 1.8rem;
    }

    .section_culture_h1_ja {
        font-size: 1.4rem;
    }

    .section_people_border_lunch {
        position: relative;
        height: 520px;
    }

    .section_culture_lunch_ranking {
        flex-direction: column;
        justify-content: space-between;
        vertical-align: middle;
        align-items: center;
        margin-top: 30px;
    }

    .section_culture_lunch_ranking li {
        margin: 16px auto;
    }

    .section_culture_lunch_ranknumber {
        font-size: 1.8rem;
        position: absolute;
        left: 82px;
        border-radius: 50%;
        border: solid 1px #5a8981;
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section_culture_lunch_imgarea {
        width: 70px;
        height: 50px;
    }

    .section_culture_lunch_object {
        font: 1.6rem;
        margin: 3px auto;
    }

    .section_culture_lunch_number {
        font-size: 3.0rem;
    }

    .section_culture_lunch_unit {
        font-size: 2.0rem;
    }

    .section_culture_holiday_rankingarea {
        margin-top: 10px;
    }

    .section_culture_holiday_rankingarea ol li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .section_culture_holiday_ranknumber {
        font-family: 'Dosis', sans-serif;
        font-size: 2.0rem;
        color: #19223a;
        margin-right: 5px;
        width: 30px;
        text-align: right;
    }

    .section_culture_holiday_object {
        font-size: 1.4rem;
        width: 120px;
        margin-right: 16px;
        margin-left: 15px;
    }

    .section_culture_holiday_number {
        font-size: 1.8rem;
        color: #5a8981;
        font-family: 'Dosis', sans-serif;
        line-height: 1;
        text-align: right;
        width: 36px;
    }

    .section_culture_holiday_imgarea {
        width: 200px;
    }

    .section_culture_holiday_imgarea img {
        width: 100%;
    }


    .section_culture_holiday_contentarea {
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .section_culture_table_flex {
        max-width: 300px;
    }

    .section_people_border_dogorcat {
        height: 400px;
    }

    .section_people_border_dogorcat p {
        font-size: 1.2rem;
    }

    .section_culture_dogorcat_imgarea {
        bottom: 40px;
        left: 13%;
        top: auto;
        width: 200px;
    }

    .section_culture_dog_pie {
        width: 90px;
        height: 90px;
        left: 33px;
        top: 131px;
    }

    .section_culture_dog_pie_object {
        font-size: 1.2rem;
        top: 23%;
        left: 37%;
    }

    .section_culture_dog_pie_number {
        font-size: 2.8rem;
        top: 30%;
        left: 31%;
    }

    .section_culture_cat_pie {
        width: 70px;
        height: 70px;
        right: 52px;
        top: 139px;
        bottom: auto;
    }

    .section_culture_cat_pie_object {
        font-size: 1.2rem;
        top: 22%;
        left: 34%;
    }

    .section_culture_cat_pie_number {
        font-size: 2.0rem;
        top: 35%;
        left: 38%;
    }

    .section_culture_other_pie {
        right: 26px;
        bottom: 108px;
    }

    .skewed_2 {
        bottom: -256px;
    }
}

/*　ゆらゆらするアニメーション
--------------------------------------------------------------------------------------------------*/
.fuwafuwa {
    animation: fuwafuwa 5s infinite ease-in-out .8s alternate;
    display: inline-block;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-2deg);
    }

    50% {
        transform: translate(0, -3px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(2deg);
    }
}

.fuwafuwa2 {
    animation: fuwafuwa 4s infinite ease-in-out .5s alternate;
    display: inline-block;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0px, 0) rotate(4deg);
    }

    50% {
        transform: translate(0, 0) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(-2deg);
    }
}

.fuwafuwa3 {
    animation: fuwafuwa 7s infinite ease-in-out .4s alternate;
    display: inline-block;
    transition: 2s ease-in-out;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(2px, 0) rotate(1deg);
    }

    50% {
        transform: translate(2px, 5px) rotate(0deg);
    }

    100% {
        transform: translate(0, 3px) rotate(-1deg);
    }
}

.fuwafuwa_gender1 {
    animation: fuwafuwa 4s infinite ease-in-out .8s alternate;
    display: inline-block;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(5px, 0) rotate(-7deg);
    }

    50% {
        transform: translate(-6px, -7px) rotate(10deg);
    }

    100% {
        transform: translate(5px, 0) rotate(7deg);
    }
}

.fuwafuwa_gender2 {
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    display: inline-block;
    transition: .5s ease-in-out;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0px, 0) rotate(1deg);
    }

    50% {
        transform: translate(0, 5px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(-2deg);
    }
}

.body {
    background: #E7E8E9 !important;
}