@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@700&display=swap');



* {
    box-sizing: border-box;
}

.pc {
    display: inherit;
}

.sp {
    display: none;
}

html {
    height: auto !important;
}

body {
    /*
    font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Noto Sans JP', sans-serif;
    */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
}

a {
    color: #009CE5;
    text-decoration: none;
}

p {
    letter-spacing: 0.06em;
    margin: 0 0 1rem;
}


img {
    max-width: 100%;
    height: auto;
}

.weight100 {
    /* Thin */
    font-weight: 100
}

.weight300 {
    /* Light */
    font-weight: 300
}

.weight350 {
    /* DemiLight */
    font-weight: 300
}

.weight400 {
    /* Regular */
    font-weight: 400
}

.weight500 {
    /* Medium */
    font-weight: 500
}

.weight600 {
    font-weight: 600
}

.weight700 {
    /* Bold */
    font-weight: 700
}

.weight900 {
    /* Black */
    font-weight: 900
}

.mt0 {
    margin-top: 0 !important;
}

.mt1rem {
    margin-top: 1rem !important;
}

.mt2rem {
    margin-top: 2rem !important;
}

.mt3rem {
    margin-top: 3rem !important;
}

.mt4rem {
    margin-top: 4rem !important;
}

.mt5rem {
    margin-top: 5rem !important;
}

.mt10rem {
    margin-top: 10rem !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb3rem {
    margin-bottom: 3rem !important;
}

.mb5rem {
    margin-bottom: 3rem !important;
}

.mb03rem {
    margin-bottom: 0.3rem !important;
}

.pdl1rem {
    padding-left: 1rem;
}

.pdl2rem {
    padding-left: 2rem;
}

.pdl25rem {
    padding-left: 2.5rem;
}

.pdl3rem {
    padding-left: 3rem;
}

.w100 {
    width: 100%;
}

.opct0 {
    opacity: 0;
}

.alcenter {
    text-align: center;
    margin: auto;
}

.alright {
    text-align: right;
}

.scroll_up {
    transition: 1s ease-in-out;
    transform: translateY(100px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_down {
    transition: 1s ease-in-out;
    transform: translateY(-100px);
    opacity: 0;
}

.scroll_down.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_in {
    transition: 1s ease-in-out;
    opacity: 0;
}

.scroll_in.on {
    opacity: 1.0;
}

.scroll_in_delay {
    opacity: 0;
}

.scroll_in_delay.on {
    animation: delayfadein 1s ease-out forwards;
    animation-delay: 1s;
}

@keyframes delayfadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* toPageTop */
#topagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: url('/images/toTop.svg') no-repeat center center;
    background-size: cover;
    z-index: 9999;
}

#topagetop:hover {
    cursor: pointer;
}





main {
    width: 100%;
    min-height: 100lvh;
	background: url('/images/bg02.png') center center;
    background-size: cover;
}

header {
    width: 100%;s
    height: 30px;
    /* background-color: #FFF; */
	border-bottom: 1px solid rgba(128, 128, 128, 0.4);
    z-index: 9999;
}

.toproof {
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
    z-index: 9999;
    padding: 6px 0;
}

.wakitalogo {
    width: 116px;
    height: auto;
    margin-top: 1px;
    margin-left: 20px;
}

.langswt {
    background-color: rgba(255,255,255,0.6);
    height: 20px;
    border-radius: 10px;
    padding: 0 8px;
    margin-top: -1px;
    margin-right: 40px;
}

.gtranslate_wrapper {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 2px;
}

.gtranslate_wrapper a {
    font-size: 14px;
    margin: 0 4px;
    color: #666666;
}

.gtranslate_wrapper a:visited {
    color: #666666;
}

.gtranslate_wrapper span {
    font-size: 14px;
}


/* footer */
footer {
    background-color: transparent;
    margin: -200px 0 0;
}

.ftWrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.ftLogo {
    width: 240px;
    margin: 0 auto;
}

.ftMenu {
    width: 100%;
    margin: auto;
}

.ftMenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    font-size: 13px;
    padding: 0;
}

.ftMenu ul li {
    margin: 0 1rem;
}

.ftMenu ul li a {
    color: #808080;
    text-decoration: none;
}

.ftCopy {
    font-size: 12px;
    text-align: center;
    color: #808080;
    margin-top: 2rem;
}

/* content */
.contentWrap {
    width: 100%;
    min-height: 100lvh;
    /* background: url('/images/bg02.png') center center; */
    /* background-size: cover; */
    padding: 30px 0 300px;
}

.contentHead.pc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9998;
}

.contentHead.sp {
    display: none;
}


.chlogo {
    width: 86px;
    height: auto;
    margin-left: 20px;
}

.chmenu {
    list-style: none;
    margin-right: 40px;
}

.chmenu li {
    display: inline-block;
    margin-left: 20px;
}

.chmenu li:first-child {
    margin-left: 0;
}

.chmenu li a {
    font-size: 16px;
    color: #808080;
    text-decoration: none;
    font-weight: 500;
}

.chmenu li a img {
    height: 14px;
    width: auto;
}

.chmenu li a img.chmenuTOP {
    height: 13px;
    width: auto;
}

/* top */
.loading {
    width: 100lvw;
    height: 100lvh;
    background-color: #00A0E9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 99999;
}

.loadingLogo {
    width: 20%;
    max-width: 120px;
    height: auto;
    opacity: 0;
    animation: loadinganimation 2s ease-out forwards;
    animation-delay: 1s;
}

@keyframes loadinganimation {
    from, to {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.topSlider {
    width: 100%;
    margin: -30px auto 60px;
    overflow: hidden;
    position: relative;
    transition: all 1s;
}




.swiper-wrapper {
    transition-timing-function: ease-in;
    pointer-events: none;
}

.swiper-slide {
    width: 100%;
    height: auto;
    display: flex !important;
    align-items: center !important;
}

.swiper-slide img {
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: auto;
}

.swiper-paginationpc {
    display: block;
    text-align: right !important;
    margin-top: -30px;
}

.swiper-paginationsp {
    display: none;
}

.swiper-pagination-bullet {
    width: 36px !important;
    height: 6px !important;
    display: inline-block;
    border-radius: 0 !important;
    background: #FFF !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #008AD3 !important;
}

.homecontentTitle {
    font-weight: 700;
    color: #008AD3;
    font-size: 30px;
}

.topbodyWrap {
    width: 100%;
    margin: 120px 0 0;
    background: url('/images/scale_h.svg') repeat-y 0 0;
    background-size: 100px auto;
}

.topbodyMain {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.topClickable {
    width: 102%;
    margin-left: -1%;
}


/* added */

a .LinkText {
    fill: #000;
    opacity: 0.15;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover .LinkText {
    fill: #009ad9;
    opacity: 1;
}

#LinkText01 {
    opacity: 0;
}

#LinkText01.open {
    -webkit-animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.1s 1 forwards;
    animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.1s 1 forwards;
}

#LinkText02 {
    opacity: 0;
}

#LinkText02.open {
    -webkit-animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s 1 forwards;
    animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s 1 forwards;
}

#LinkText03 {
    opacity: 0;
}

#LinkText03.open {
    -webkit-animation: slide-right 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s 1 forwards;
    animation: slide-right 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s 1 forwards;
}

#LinkText04 {
    opacity: 0;
}

#LinkText04.open {
    -webkit-animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s 1 forwards;
    animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s 1 forwards;
}


#LinkText05 {
    opacity: 0;
}

#LinkText05.open {
    -webkit-animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s 1 forwards;
    animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s 1 forwards;
}

#LinkText06 {
    opacity: 0;
}

#LinkText06.open {
    opacity: 0;
}

#LinkText07 {
    opacity: 0;
}

#LinkText07.open {
    -webkit-animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
    animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
}

#LinkText08 {
    opacity: 0;
}

#LinkText08.open {
    -webkit-animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.7s 1 forwards;
    animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.7s 1 forwards;
}

#LinkText09 {
    opacity: 0;
}

#LinkText09.open {
    -webkit-animation: slide-right 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.7s 1 forwards;
    animation: slide-right 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.7s 1 forwards;
}

#LinkText10 {
    opacity: 0;
}

#LinkText10.open {
    -webkit-animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.8s 1 forwards;
    animation: slide-left 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.8s 1 forwards;
}

#LinkText11 {
    opacity: 0;
}

#LinkText11.open {
    -webkit-animation: slide-right 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.8s 1 forwards;
    animation: slide-right 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.8s 1 forwards;
}

#LinkText12 {
    opacity: 0;
}

#LinkText12.open {
    -webkit-animation: slide-right 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.9s 1 forwards;
    animation: slide-right 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.9s 1 forwards;
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translate(-300px, 50px);
        transform: translate(-300px, 50px);
        opacity: 0;
        -webkit-filter: blur(100px);
        filter: blur(100px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    40%, 100% {
        opacity: 1;
    }

    80%, 100% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translate(-300px, 50px);
        transform: translate(-300px, 50px);
        opacity: 0;
        -webkit-filter: blur(100px);
        filter: blur(100px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    40%, 100% {
        opacity: 1;
    }

    80%, 100% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translate(300px, -50px);
        transform: translate(300px, -50px);
        opacity: 0;
        -webkit-filter: blur(100px);
        filter: blur(100px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    40%, 100% {
        opacity: 1;
    }

    80%, 100% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translate(300px, -50px);
        transform: translate(300px, -50px);
        opacity: 0;
        -webkit-filter: blur(100px);
        filter: blur(100px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    40%, 100% {
        opacity: 1;
    }

    80%, 100% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

}

.topexpert {
    width: calc(100% - 150px);
    margin-top: 120px;
    margin-left: 150px;
    position: relative;
    padding-top: 65%;
    opacity: 0;
}

.topexpert h2,
.topOffices h2 {
    position: absolute;
    top: 0;
    left: 0;
}

.teps {
    position: absolute;
    width: 33%;
    opacity: 0;
}

.tep01 {
    top: 4%;
    left: -4%;
}

.tep02 {
    top: 24%;
    left: 19.6%;
}

.tep03 {
    top: 14%;
    left: 43.2%;
}

.tep04 {
    top: 35%;
    left: 66.2%;
}

.topOffices {
    width: calc(100% - 150px);
    margin-left: 150px;
    position: relative;
    padding-top: 65%;
}

.tofMap {}

.mapOverlay img {
    width: 80%;
    position: absolute;
    top: 5.9%;
    left: 10%;
}

.topInfo {
    width: calc(100% - 300px);
    margin-top: 120px;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 10rem;
}

.topInfo dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #666666;
    position: relative;
}

.topInfo dl a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.topInfo dl dt {
    width: 150px;
    font-weight: 500;
    padding: 0.25rem 0 1rem;
}

.topInfo dl dd {
    width: calc(100% - 160px);
    padding: 0.25rem 0 1rem;
    margin: 0;
}

.topNewsMoreArrow {
    width: auto;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.5rem;
    margin-bottom: 0.2rem;
}

.topData01,
.topData02 {
    width: calc(100% - 150px);
    margin-top: 120px;
    margin-left: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topData01 h3 {
    font-size: 20px;
    font-weight: 500;
    color: #008AD3;
    text-align: center;
    margin: 0;
    letter-spacing: 0.25rem;
}

.topData01 h4 {
    font-size: 16px;
    font-weight: 500;
    color: #008AD3;
    text-align: center;
    border: 2px solid #008AD3;
    line-height: 1;
    padding: 0.5rem;
    margin: 3rem 0 0;
    letter-spacing: 0.25rem;
}

.topData01 h5 {
    font-size: 16px;
    font-weight: 500;
    color: #008AD3;
    text-align: center;
    margin: 1rem 0 0;
}

.tdt011 {
    width: 40%;
}

.tdtEmployee {
    color: #008AD3;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.tdtEmployee span {
    font-size: 250%;
    font-family: 'Public Sans', sans-serif;
}

.tdt01-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tdt01-2 div {
    width: 49%;
    text-align: center;
    color: #008AD3;
}

.tdtEngineer {
    color: #008AD3;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.tdtEngineer span {
    font-size: 150%;
    font-family: 'Public Sans', sans-serif;
}

.tdt012 {
    width: 50%;
}

.tdtAges {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    line-height: 1;
    margin: 0.5rem 0;
    padding-left: 18%;
}


.tdtaLevel {
    font-size: 30px;
    font-weight: 700;
    color: #808080;
}

.tdtaGraph {
    height: 8px;
    background-color: #808080;
    margin: 0 1rem;
    width: 0;
}

.tdtaGraph20.active {
    border-bottom: solid 1px #666;
    animation: border_anim20 1s linear forwards;
}

@keyframes border_anim20 {
    0% {
        width: 0%;
    }

    100% {
        width: 38%;
    }
}

.tdtaGraph30.active {
    border-bottom: solid 1px #666;
    animation: border_anim30 1s linear forwards;
}

@keyframes border_anim30 {
    0% {
        width: 0%;
    }

    100% {
        width: 23%;
    }
}

.tdtaGraph40.active {
    border-bottom: solid 1px #666;
    animation: border_anim40 1s linear forwards;
}

@keyframes border_anim40 {
    0% {
        width: 0%;
    }

    100% {
        width: 22%;
    }
}

.tdtaGraph50.active {
    border-bottom: solid 1px #666;
    animation: border_anim50 1s linear forwards;
}

@keyframes border_anim50 {
    0% {
        width: 0%;
    }

    100% {
        width: 11%;
    }
}

.tdtaGraph60.active {
    border-bottom: solid 1px #666;
    animation: border_anim60 1s linear forwards;
}

@keyframes border_anim60 {
    0% {
        width: 0%;
    }

    100% {
        width: 7%;
    }
}



.tdtaRatio {
    font-size: 30px;
    color: #008AD3;
    font-weight: 700;
}

.tdtaRatio span {
    font-weight: 700;
    font-size: 150%;
    font-family: 'Public Sans', sans-serif;
}


.tdt021 {
    width: 40%;
}

.tdt021 h3 {
    font-size: 20px;
    font-weight: 500;
    color: #008AD3;
    text-align: center;
    margin: 0;
    letter-spacing: 0.25rem;
}

.chart-area {
    margin: 2rem auto;
    /*円グラフがスマホでつぶれないようにする*/
    position: relative;
    width: 100%;
    pointer-events: none;
}

.circlegraph {
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform: rotate(-90deg);
    fill: none;
}


/*
#cg1 {
    stroke: #FFF;
    stroke-width: 32;
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
}

#cg2 {
    stroke: #008AD3;
    stroke-width: 32;
    stroke-dasharray: 100;
    stroke-dashoffset: 64;
}
*/

.cga {
    fill: none;
    stroke-width: 32;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}

.tdt021.on #cg1 {
    stroke: #FFF;
    animation: male 1s ease-in forwards;
    animation-delay: 1s;
}

.tdt021.on #cg2 {
    stroke: #008AD3;
    animation: female 1s ease-in forwards;
    animation-delay: 1s;
}

@keyframes male {
    from {
        stroke-dashoffset: 100;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes female {
    from {
        stroke-dashoffset: 100;
    }

    to {
        stroke-dashoffset: 60;
    }
}

.ratio1 {
    position: absolute;
    font-size: 24px;
    color: #008AD3;
    top: 46%;
    left: 10%;
    font-weight: 700;
}

.ratio2 {
    position: absolute;
    font-size: 24px;
    color: #FFF;
    top: 46%;
    right: 8%;
    font-weight: 700;
}

.tdt022 {
    width: 50%;
}

.tdt022 h4 {
    font-size: 16px;
    font-weight: 500;
    color: #008AD3;
    text-align: center;
    margin: 0;
    letter-spacing: 0.25rem;
}

.tdt022data {
    color: #008AD3;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.tdt022data span {
    font-size: 250%;
    font-family: 'Public Sans', sans-serif;
}

.tdt022border {
    font-size: 16px;
    font-weight: 500;
    color: #008AD3;
    text-align: center;
    border: 2px solid #008AD3;
    line-height: 1;
    padding: 0.5rem;
    margin: 1rem auto 3rem;
    letter-spacing: 0.25rem;
    width: 60%;
}

.tdt022date {
    text-align: right;
    margin: 5rem;
}


/* for Global Navi */
@media screen and (max-width: 750px) {
    .contentHead.pc {
        display: none;
    }

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

    .contentHead.sp a {
        margin-top: -4px;
    }


    .navswt {
        position: fixed;
        cursor: pointer;
        width: 40px;
        height: 40px;
        right: 20px;
        top: 60px;
        z-index: 9998;
    }

    /*ボタン内側*/
    .navswt span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 0;
        height: 2px;
        background: #808080;
        width: 100%;
    }

    .navswt span:nth-of-type(1) {
        top: 0px;
    }

    .navswt span:nth-of-type(2) {
        top: 13px;
    }

    .navswt span:nth-of-type(3) {
        top: 27px;
    }



    .navswt.active span:nth-of-type(1) {
        top: 0;
        left: 14px;
        transform: translateY(6px) rotate(-45deg);
        width: 70%;
    }

    .navswt.active span:nth-of-type(2) {
        opacity: 0;
    }

    .navswt.active span:nth-of-type(3) {
        top: 12px;
        left: 14px;
        transform: translateY(-6px) rotate(45deg);
        width: 70%;
    }

    .gmenusp.sp {
        display: none;
        position: fixed;
        top: 30px;
        right: 0;
        background-color: #FFF;
        width: 300px;
        z-index: 9997;
        display: none;
    }


    .chmenu {
        list-style: none;
        padding: 100px 40px 20px 40px;
        margin: 0;
    }

    .chmenu li {
        display: block;
        position: relative;
        margin-bottom: 14px;
        margin-left: 0;
        width: 100%;
        height: 28px;
    }

    .chmenu li img {
        height: 14px;
        width: auto;
    }

    .chmenu li img.chmenuTOP {
        height: 13px;
        width: auto;
    }

    .chmenu li a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .chmenu li:after {
        position: absolute;
        content: '';
        width: 14px;
        height: 14px;
        background: url('/images/arrowR02.svg') no-repeat center center;
        top: 8px;
        right: 0;
    }
}


@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: inherit;
    }

    .spalleft {
        text-align: left !important;
    }

    .chlogo {
        width: 70px;
        height: auto;
        margin-left: 20px;
    }

    .langswt {
        margin-right: 15px;
    }

    .swiper-paginationpc {
        display: none;
    }

    .swiper-paginationsp {
        display: block;
        text-align: right !important;
        margin-top: -50px;
    }

    a:hover .LinkText {
        fill: #000;
        opacity: 0.15;
    }

    .topbodyWrap {
        width: 100%;
        margin: 70px 0 120px;
        background: url(/images/scale_h.svg) repeat-y 0 0;
        background-size: 50px auto;
    }

    .topexpert {
        width: 100%;
        margin-top: 60px;
        margin-left: 70px;
        position: static;
        padding-top: 0;
    }

    .topexpert h2, .topOffices h2 {
        position: static;
    }

    .teps {
        position: static;
        width: 50%;
        display: inline-block;
        margin: -30px -30px 0px -20px;
    }


    .topOffices {
        width: 100%;
        margin: 60px 0 0 0;
        position: relative;
        padding-top: 100%;

    }

    .topOffices h2 {
        position: absolute;
        top: 0;
        left: 70px;
    }

    .mapOverlay img {
        width: 96%;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .topData01, .topData02 {
        width: 96%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tdt011 {
        width: 100%;
    }

    .tdt012 {
        width: 100%;
        margin-top: 60px;
    }

    .tdtAges {
        padding-left: 5%;
    }

    .tdt021 {
        width: 100%;
        margin: 60px 0 0 0;
    }

    #chart01 {
        margin: 30px 0;
        width: 100%;
        height: 100%;


    }

    .chart-area {
        width: 100%;
        height: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 5%;
    }

    .ratio1 {
        top: 46%;
        left: 20%;
    }

    .ratio2 {
        top: 46%;
        left: 60%;
    }

    .tdt022 {
        width: 100%;
        margin-top: 5rem;
    }

    .topInfo {
        width: calc(100% - 100px);
        margin-top: 60px;
        margin-left: 70px;
    }

    .topInfo dl dt,
    .topInfo dl dd {
        width: 100%;
        margin-bottom: 0;
    }

    .topInfo dl dt {
        padding: 0 0 0.5rem 0;
    }

    footer {
        background-color: transparent;
        margin: -350px 0 0;
        overflow: hidden;
    }

    .ftWrap {
        padding: 0 0 0 70px;
    }

    .ftLogo {
        padding-left: 0;
        width: 240px;
        margin: 0 0 0 -18px;
    }

    .ftMenu {
        width: 100%;
        margin: 0;

    }

    .ftMenu ul li {
        display: block;
        width: 100%;
        margin: 0 0 1rem 0;
    }


   .ftCopy {
        padding-left: 0;
        text-align: left;
        margin-top: 2rem;
    }

}