@charset "utf-8";


* {
    box-sizing: border-box;
    margin: 0;
    list-style: none;
}

body {
    background-color: #f3f3f3;
    font-family: 'Noto Sans JP', sans-serif;
    color: #404040;
}

h1,h2 {
    font-size: 3em;
    text-align: center;
    margin: 30px 0;
    display: block;
    color: #404040;
}

.vo-title {
    font-size: 2em;
    margin: 100px 0 15px;
}
span {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 3px;
}
img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.font-l {
    font-size: 1.5em;
}
.font-ls {
    font-size: 1.3em;
}

.pd {
    padding: 20px;
    line-height: 1.5em;
}

.pt {
    padding-top: 0;
}
.pb {
    padding-bottom: 0;
}
.strong {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
    counter-reset: h2;
}
.year-detail {
    font-size: 1em;
}


.main-container {
    width: 85%;
    margin: 0 auto;
}
.first-container, .container {
    /* width: 100%; */
    /* height: 300px; */
    background-color: white;
    padding: 30px;
    margin: 20px 0;
}

.strong h2{
    display: flex;
    line-height: 4rem;
    font-size: 2.5rem;
    margin: 0;
}
.strong h2:before {
    counter-increment: h2;
    content: counter(h2,decimal-leading-zero);
    color: #fff;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 4rem;
    font-size: 1.8rem;
    margin-right: 1.2rem;
    border-radius: 50%;
    flex-shrink: 0;
}
.r-pr-box {
    display: flex;
}
.pr {
    display: flex;
    justify-content: space-around;
}
.pr img {
    width: 100%;
    max-height: 400px;
    bottom: 0;
}
.pr-box p {
    font-weight: bold;
    text-align: center;
}
.pr-box {
    margin: 0 10px;
}
.r-box {
    display: block;
    position: relative;
}
.r-box h3 {
    font-size: 2em;
    text-align: center;
    width: 100%;
    top: -50px;
    position: absolute;
    color: #61bae2;
}
.st-1 {
    margin-bottom: 50px;
}
.st-1 h2:before {
background-color: #5265ce;
}
.st-2 h2:before {
    background-color: #61bae2;
}

.box-1 {
    width: 100%;
}
.box-1 img {
    max-width: 600px;
}

.box-2 {
    width: 45%;
}

.box-3 {
    width: 45%;
}
.box-4 {
    width: 65%;
    min-width: 300px
}
.box-5 {
    width: 30%;
    min-width: 300px
}
.box-6 {
    width: 30%;
    min-width: 300px
}
.box-7 {
    width: 30%;
    min-width: 300px
}
.box-8 {
    width: 30%;
    min-width: 300px
}


.inside-f-box {
    display: flex;
}

.nav-item:nth-child(6) {
    position: relative;
    transition: background-color .4s;
}
.nav-item:nth-child(6):hover {
    background-color: rgba(0, 0, 0, .2);
    color: #2dc1f6;
}

.recruit-branch {
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    transition: opacity .4s, top .6s;
    padding: 0;
    background-color: rgba(98, 98, 98, 0.3);
    color: #fff;
    margin: 0;
    width: 170%;
    text-align: center;
    opacity: 0;
}

.recruit-branch.sp {
    display: none;
}

.foot-branch {
    top: -150%;
    transition: all .3s;
}

.recruit-branch li {
    padding: 5px 0 0;
}

.recruit-branch li:last-child {
    padding-bottom: 5px;
}

.recruit-branch a {
    color: #fff;
    text-decoration: underline;
    transition: color .2s;
}

.recruit-branch a:hover {
    color: #2dc1f6;
}

.nav-item:nth-child(6):hover .recruit-branch.pc {
    visibility: visible;
    opacity: 100;
    top: 80%;
}

.nav-item:nth-child(6):hover .recruit-branch.foot-branch {
    top: -157%;
}

.sp > .container{ max-width: 100%; }　

/* 設立年月*/

.l {
    font-size: 2.0em;
    display: block;
    text-align: center;
    color: #61bae2;
    font-weight: bold;
}
.xl {
    font-size: 10rem;
    color: #61bae2;
    font-weight: bold;

}

.m {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.mg-4 {
    margin-top: 50px;
}

.l-box,.r-box {
    width: 50%;
    counter-reset: li;
    /* text-align: center; */
}
 .r-box li{
    /* font-size: 1.5em; */
    font-weight: bold;
   
}
.inside-f-box li::before {
    counter-increment: li;  
    content: counter(li) ". "; 
    font-size: 1.6em;
    color: #61bae2;
    font-weight: bold;

  }

  .manzoku img {
    max-width: 800px;
}


/* 年齢 */
.age-box {
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50%;
    text-align: center;
}

.pie-age {
    width: 300px;
	height: 300px;
    background-image: radial-gradient(#f2f2f2 45%, transparent 31%), conic-gradient(#2f22ad 0% 37%, #5e51d6 37% 66%, #99d5ee 66% 100%);
}

.age {
    display: block;
}

.ages {
    position: absolute;
    margin-top: 60px;
}

.span {
display: block
}

.age40 {
color: #2f22ad;
width: 300px;
line-height: 50px;
font-size: 24px;
}
.age30 {
color: #5e51d6;
width: 300px;
line-height: 50px;
font-size: 24px;
}
.age20 {
color: #99d5ee;
width: 300px;
line-height: 50px;
font-size: 24px;
}


.data {
    margin: 20px 0px;
    width: 100%;
    height: 282px;
}


.chart-wrapper {
    width: 90%;
    margin: auto;
}

.small-font {
    font-size: 1.35rem;
}



/* 画像ーーーーーーーーーーーーーーーーーーーーーーー */
.from img,.gender img {
    max-width: 100%;
    max-height: 280px;
}
/* 画像ーーーーーーーーーーーーーーーーーーーーーーー */

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

    .strong,.inside-f-box {
        display: block;
    }
    .l-box,.r-box,.container,.box-4,.box-5,.box-6,.box-7,.box-8 {
        width: 100%;
    }
    .r-box h3 {
        position: relative;
        top: 0;
        text-align: center;
        font-size: 1.5em;
    }
    .jobs {
        display: flex;
    }
    .data {
        height: auto;
    }

        .pie-data {
            margin: 20px auto;
        }
        .from img,.job img {
            width: 300px;
            /* height: 300px; */
        }
        .manzoku img {
            max-width: 100%;
        }
}

@media (min-width: 1231px){
    .job img {
        max-height: 280px;
    }
}

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

    h1 {
        font-size: 1.7em;
    }

    .font-l {
        font-size: 1.2em;
    }
    .font-ls {
        font-size: 1.1em;
    }
  
    .vo-title {
        font-size: 1.5em;
        margin: 100px 0 15px;
    }
    .container {
        padding: 30px 10px;
    }
    .r-box h3 {
        font-size: 1.1em;
    }
    .pr-box p {
        font-size: .8em;
    }
    .pr-box {
        margin: 3px 3px ;
    }

    .box-1 img {
        max-width: 100%;
    }
    .strong h2 {
    font-size: 1.5em;
    line-height: 2em;
    }
    .xl {
        line-height: 1em;
    }

    .strong h2:before {

        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em;

    }
    .pie {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .pie-data {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    
    }
    .pie-age {
        width: 200px;
        height: 200px;
        background-image: radial-gradient(#f2f2f2 45%, transparent 31%), conic-gradient(#2f22ad 0% 37%, #5e51d6 37% 66%, #99d5ee 66% 100%);
    }
    
    .span {
    display: block
    }
    
    .age40 {
    color: #2f22ad;
    width: 200px;
    line-height: 28px;
    font-size: 16px;
    }
    .age30 {
    color: #5e51d6;
    width: 200px;
    line-height: 28px;
    font-size: 16px;
    }
    .age20 {
    color: #99d5ee;
    width: 200px;
    line-height: 28px;
    font-size: 16px;
    }
  
    .jobs {
        display: block;
    }
    .jobs .l-box {
        margin-bottom: 30px;
    }
    .vertical {
        /* position: absolute; */
        margin-top: 100px;
        writing-mode: unset;
    }
    .r-box li {
        margin-right: 0;
    }
    .data {
        height: auto;
    }
    .gender img,.from img,.job img {
        width: 250px;
        height: auto;
    }
    .manzoku img {
        height: auto;

    }
    .l-02 {
        font-size: 1.7em;
        }     
        .xl-02 {
        font-size: 2.1em;
    }
        .vertical {
            margin: 0;
    }

    .nav-item:nth-child(6) {
        height: 100px;
    }

    .nav-item:nth-child(6):hover {
        background-color: transparent;
    }

    .nav-item:nth-child(6):hover .recruit-branch.pc {
        visibility: hidden;
        opacity: 0;
    }

    .recruit-branch.sp {
        display: flex;
        width: 100%;
        justify-content: center;
        visibility: visible;
        opacity: 100;
        background-color: transparent;
        top: 61%;
    }

    .recruit-branch.sp li:first-child {
        margin-right: 10px;
        padding-left: 25px;
    }
    .recruit-branch.sp li:last-child {
        margin-left: 10px;
    }

    .recruit-branch.sp a {
        color: #454545;
    }


   
}