@charset "utf-8";
body{
    margin: 0%;
}

.pc{
    display: block;
}
.sp{
    display: none;
}
.top{
    width: 100%;
}
.top .title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-100%);
    text-align: center;
    font-size: 24px;
    font-family: serif;
}

.top .title p{
    margin-top: 0%;
}

.employee{
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1{
    width: 80%;
    text-align: center;
    font-size: 70px;
    font-family: serif;
    border-bottom: 3px solid #194f74;
    margin-bottom: 50px;
}

.employee .line1{
    display: flex;
    list-style: none;
    width: 80%;
    justify-content: space-between;
    padding: 0%;
    margin: 0 0 50px 0;
}

.employee .line1 .age{
    border: solid 0.5px #000000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 25%;
}

.employee .line1 .age .counter,
.employee .overtime .line1 .time .counter,
.employee .vacation .line1 .paid .counter,
.employee .period .line1 .Enrollment .counter,
.item .line1 .group .rank .counter,
.item .line1 .rank .counter{
    color: #194f74;
    font-size: 30px;
    font-family: serif;
    font-weight: bold;
}

.employee .line1 .age .counter .number,
.employee .overtime .line1 .time .counter .number,
.employee .vacation .line1 .paid .counter .number,
.employee .period .line1 .Enrollment .counter .number,
.item .line1 .group .rank .counter .number,
.item .line1 .rank .counter .number{
    font-size: 60px;
}

.item .line1 .group .rank .counter{
    color: #194f74;
    font-size: 60px;
    font-family: serif;
    font-weight: bold;
}

h2{
    margin-bottom: 0px;
    font-family: serif;
}

h3{
    margin-top: px;
    font-family: serif;
}

h4{
    font-size: 30px;
    margin: 16px 0 0 0;
    font-family: serif;
}

.employee .overtime{
    border: solid 0.5px #000000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 0 50px 0;
}

.employee .overtime .line1{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.employee .overtime .line1 .time{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 25%;
}

.employee .ratio{
    border: solid 0.5px #000000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 0 50px 0;
}


.employee .ratio ul{
    list-style: none;
    display: flex;
}

.employee .ratio ul li{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.employee .ratio .graph .circle{
    fill: none;
    stroke-width: 14px;
    transform: rotate(-90deg);
}

.employee .ratio .graph .circle .woman{
    stroke: #f46060;
    stroke-dasharray: 60,400;
    stroke-dashoffset: 0;
    opacity: 0;
    animation: anime01 1.5s 0s forwards ease-in-out;
    animation-timeline: view();
}

.employee .ratio .graph .circle .man{
    stroke: #194f74;
    stroke-dasharray: 260,400;
    stroke-dashoffset: -60;
    opacity: 0;
    animation: anime02 1.5s 0s forwards ease-in-out;
    animation-timeline: view(); 
}

.employee .vacation{
    display: flex;
    width: 80%;
    justify-content: space-between;
    padding: 0%;
    margin: 0 0 50px 0;
}

.employee .vacation .line1 {
    display: flex;
    list-style: none;
    padding: 0%;
    justify-content: space-between;
    width: 100%;
}

.employee .vacation .line1 .paid{
    border: solid 0.5px #000000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.a{
    width: 60%;
}

.b{
    width: 30%;
}

.employee .vacation li img{
    opacity: 0;
    transform: translateY(100px);
}


.employee .period{
    border: solid 0.5px #000000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 0 50px 0;
}

.employee .period .line1{
    display: flex;
    list-style: none;
    padding: 0%;
    justify-content: space-around;
    width: 100%;
}

.employee .period .line1{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.employee .period .line1 .Enrollment{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 25%;
}

.employee .period .line1 .Enrollment h3{
    color: #194f74;
    font-size: 30px;
    margin-bottom: 0px;
}

.employee .period .line1 .Enrollment h2{
    font-size: 20px;
}

.item h1 span{
    font-size: 30px;
}

.item .line1{
    display: flex;
    list-style: none;
    padding: 0%;
    justify-content: space-around;
    width: 80%;
}

.item .line1 .group{
    border: solid 0.5px #000000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 50px 0;
    
}

.item .line1 .group .team{
    display: flex;
    width: 100%;
    justify-content: space-around;

}

.item .line1 .group h3{
    font-size: 30px;
    margin: 0;

}

.item .line1 .group h3 span{
    font-size: 14px;

}

.item .line1 .group .team .rank{
    display: flex;
    width: 100%;
    justify-content: space-around;

}

.item .line1 .group .team .rank{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0px 20px 0px;
}

.c{
    border: solid 0.5px #000000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    margin: 0 0 50px 0;
    
}




h5{
    margin: 0;
    font-size: 30Px;
    color: #194f74;
    font-family: serif;
}


.item{
    display: flex;
    flex-direction: column;
    align-items: center;
}




@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes anime01 {
    0% {
      stroke-dasharray: 0,400;
    }
    50%, 100% {
      opacity: 1;
      stroke-dasharray: 60,400;
    }
  }
  @keyframes anime02 {
    0% {
      stroke-dasharray: 0,400;
    }
    50%, 100% {
      opacity: 1;
      stroke-dasharray: 260,340;
    }
  }
   

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.anime01{
    animation: anime01 1.5s 0s forwards ease-in-out;
}

.anime02{
    animation: anime02 1.5s 0.7s forwards ease-in-out;
}

footer{
    display: block !important;
    position: sticky;
    bottom: 0;
    z-index: 99;
    left: 0;
    font-family: serif;
}

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

    .top .title{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-250%);
        text-align: center;
        font-size: 24px;
        font-family: serif;
    }

    .employee .ratio ul li img{
        width: 80%;
    }

    .employee .line1 .age .counter,
    .employee .overtime .line1 .time .counter,
    .employee .vacation .line1 .paid .counter,
    .employee .period .line1 .Enrollment .counter,
    .item .line1 .group .rank .counter,
    .item .line1 .rank .counter{
        font-size: 20px;
    }

    .employee .line1 .age .counter .number,
    .employee .overtime .line1 .time .counter .number,
    .employee .vacation .line1 .paid .counter .number,
    .employee .period .line1 .Enrollment .counter .number,
    .item .line1 .group .rank .counter .number,
    .item .line1 .rank .counter .number{
        font-size: 60px;
    }

    .employee .period .line1 .Enrollment h3{
        font-size: 30px;
    }
}