/*---------------------------------

  共通

---------------------------------*/

#data .contents{
    padding-bottom: 30px;
}

#data .page_header .title_en{
    padding: 0 0 0 110px;
    text-indent: -110px;
}
#data .white_box .ttl{
    margin: 0 0 30px;
    color: var(--main);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}
.white_box{
    position: relative;
    border: 2px solid #fff;
}
.white_box.js-btn_modal{
    border-radius: 20px 20px 0 20px;
    cursor: pointer;
    transition: .3s;
}
.white_box.js-btn_modal:hover{
    border: 2px solid var(--main);
}
.white_box.js-btn_modal::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    border-right: 8px solid var(--main);
    border-bottom: 8px solid var(--main);
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
}

.topic_box{
    margin-top: 60px;
    text-align: center;
}
.topic_box .button{
    margin: 40px auto 0; 
}





@media screen and (max-width:1023px){

    .title_black{
        text-align: center;
    }
    
    
}
@media screen and (max-width:767px){
    
    #data .page_header .title_en{
        padding: 0 0 0 60px;
        text-indent: -60px;
    }
    
}

/*---------------------------------

  企業について

---------------------------------*/

.data01{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF7D5 100%);
}
.data01 > .flex{
    gap: 20px 2%;
}
.data01 .white_box{
    width: 32%/*360px*/;
}
.data01 .white_box:nth-of-type(1) p{
    margin: 0 0 30px;
}
.data01 .white_box:nth-of-type(3) .ttl_s{
    margin: 50px 0 16px;
    font-size: 18px;
    font-weight: 900;
}
.data01 .white_box:nth-of-type(3) p{
    font-size: 48px;
    background: url(../img/data/number_img03.png) no-repeat right center;
    background-size: 120px;
}
.data01 .white_box:nth-of-type(3) p .num{
    font-size: 72px;
    font-weight: 600;
}
.data01 .white_box:nth-of-type(3) dl{
    gap: 16px 0;
}
.data01 .white_box:nth-of-type(3) dt{
    position: relative;
    width: calc(100% - 80px);
    color: #C0C0C0;
    font-size: 15px;
    font-weight: 900;
    text-align: left;
}
.data01 .white_box:nth-of-type(3) dt span{
    font-size: 20px;
}
.data01 .white_box:nth-of-type(3) dt::after{
    content: '';
    position: absolute;
    right: 10px;
    top: 14px;
    display: block;
    width: calc(100% - 70px);
    border-bottom: 2px solid #F0F0F0;
}
.data01 .white_box:nth-of-type(3) dd{
    width: 80px;
    font-size: 20px;
    font-weight: 900;
}
.data01 .white_box:nth-of-type(3) dd .num{
    font-size: 28px;
    font-weight: 600;
}

@media screen and (max-width:1023px){

    .data01 .white_box{
        width: 100%;
        max-width: 550px;
        margin: auto;
        text-align: center;
    }
    .data01 .white_box img{
        max-width: 360px;
        
    }
}

@media screen and (max-width:767px){
    
    .data01{
        background: linear-gradient(180deg, #FFFFFF 0%, #FFF7D5 50%);
    }
    .data01 .white_box{
        width: 100%;
        max-width: 550px;
        margin: auto;
    }
    .data01 .white_box:nth-of-type(1) img,
    .data01 .white_box:nth-of-type(2) img{
        padding: 0 15%;
    }
    .data01 .white_box:nth-of-type(3) p{
        text-align: center;
    }
    
}

/*---------------------------------

  社員について

---------------------------------*/

.data02{
    background: #FFF7D5;
}
.data02 .flex{
    gap: 20px 2%;
}
.data02 .white_box{
    width: 49%/*550px*/;
}

.data02 .white_box:nth-of-type(2) p{
    margin: 0 0 25px;
    font-size: 104px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.data02 .white_box:nth-of-type(2) p span{
    display: inline-block;
    margin: 0 10px;
    font-size: 96px;
}
.data02 .white_box:nth-of-type(3) ul{
    justify-content: center;
}
.data02 .white_box:nth-of-type(3) li{
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
}
.data02 .white_box:nth-of-type(3) li strong{
    font-size: 72px;
}
.data02 .white_box:nth-of-type(3) li span{
    writing-mode: vertical-rl;
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2em;
    vertical-align: 7px;
}
.data02 .white_box:nth-of-type(3) img{
    display: block;
    max-width: 330px;
    margin: 30px auto 0;
}



@media screen and (max-width: 1023px) {
 
    .data02 .white_box{
        width: 100%;
        max-width: 550px;
        margin: auto;
    }
    
}

/*---------------------------------

  JTSの働き方

---------------------------------*/

.data03{
    background: #FFF7D5;
}
.data03 > .flex{
    gap: 20px 2%;
}
.data03 .white_box{
    display: block;
    width: 49%/*550px*/;
}
.data03 .outer_box{
    width: 49%/*550px*/;
}
.data03 .outer_box .white_box{
    width: 100%;
}
.data03 .white_box:nth-of-type(1) ul{
    gap: 0;
}
.data03 .white_box:nth-of-type(1) ul li{
    display: block;
    width: 50%;
    padding: 0 0 150px;
    background: url(../img/data/number_img08-2.png) no-repeat bottom center;
    background-size: 166px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
}
.data03 .white_box:nth-of-type(1) ul li:first-child{
    background: url(../img/data/number_img08-1.png) no-repeat bottom center;
    background-size: 194px;
    border-right: 2px solid #FFECB0;
}
.data03 .white_box:nth-of-type(1) ul li span{
    display: block;
    font-size: 40px;
    font-weight: 700;
}
.data03 .white_box:nth-of-type(1) ul li .num{
    font-size: 96px;
    font-weight: 600;
}
.data03 .white_box:nth-of-type(3) ul{
    gap: 8px 10px;
    padding: 0 0 235px;
    background: url(../img/data/number_img10.png) no-repeat bottom left 20px;
    background-size: 384px;
}
.data03 .white_box:nth-of-type(3) ul li{
    position: relative;
    width: calc(50% - 5px);
    padding: 8px 20px;
    background: #FFF7D5;
    border-radius: 5px;
    font-size: 35px;
    font-weight: 900;
    text-align: right;
}
.data03 .white_box:nth-of-type(3) ul li .time{
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 22px;
    font-weight: 900;
}
.data03 .white_box:nth-of-type(3) ul li .num{
    font-size: 48px;
    font-weight: 700;
}

.data03 .outer_box .white_box:nth-of-type(1) dl{
    background: url(../img/data/number_img11.png) no-repeat right bottom;
    background-size: 210px;
}
.data03 .outer_box .white_box:nth-of-type(1){
    margin: 0 0 20px;
}
.data03 .outer_box .white_box:nth-of-type(1) dt{
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: -0.16em;
}
.data03 .outer_box .white_box:nth-of-type(1) dt strong{
    font-size: 94px;
    font-weight: 600;
}
.data03 .outer_box .white_box:nth-of-type(1) dd{
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
}

.data03 .white_box:nth-of-type(4) li{
    width: 25%;
    text-align: center;
}
.data03 .white_box:nth-of-type(4) li span{
    font-size: 48px;
}
.data03 .white_box:nth-of-type(4) li span::after{
    content: '位';
    display: inline-block;
    font-size: 22px;
}
.data03 .white_box:nth-of-type(4) li img{
    margin: 0 0 5px;
}
.data03 .white_box:nth-of-type(4) li:nth-child(3) img,
.data03 .white_box:nth-of-type(4) li:nth-child(4) img{
    margin: 0 0 15px;
}

.data03 .white_box:nth-of-type(4) dl{
    justify-content: space-between;
    align-items: center;
    padding: 35px 40px;
    margin: 36px 0 0;
    background: #F4F4F4;
    border-radius: 5px;
}
.data03 .white_box:nth-of-type(4) dl dt{
    font-size: 20px;
    font-weight: 900;
}
.data03 .white_box:nth-of-type(4) dl dd{
    font-size: 18px;
    font-weight: 900;
}
.data03 .white_box:nth-of-type(5) p{
    height: 165px;
    background: url(../img/data/number_img14-1.png) no-repeat right;
    background-size: 235px;
    font-size: 40px;
    font-weight: 900;    
}
.data03 .white_box:nth-of-type(5) p strong{
    font-size: 94px;
    font-weight: 600;
}
.data03 .white_box:nth-of-type(5) p span{
    font-size: 25px;
}

@media screen and (max-width: 1440px) {
    
    .data03 .white_box:nth-of-type(3) ul li .time{
        left: 12px;
        font-size: 18px;
    }
    .data03 .white_box:nth-of-type(3) ul li .num{
        font-size: 42px;
    }   
    
}

@media screen and (max-width: 1023px) {
    
    .data03 .white_box{
        width: 100%;
        max-width: 550px;
        margin: auto;
    }
    .data03 .outer_box{
        width: 100%;
        max-width: 550px;
        margin: auto;
    }
    
    .data03 .white_box:nth-of-type(3) ul li .time{
        left: 20px;
        font-size: 22px;
    }
    .data03 .white_box:nth-of-type(3) ul li .num{
        font-size: 48px;
    }    
    
}

@media screen and (max-width: 767px) {

    
    .data03 .white_box:nth-of-type(1) ul li{
        padding: 0 0 150px;
        background: url(../img/data/number_img08-2.png) no-repeat bottom center;
        background-size: 83%;
    }
    .data03 .white_box:nth-of-type(1) ul li:first-child{
        background: url(../img/data/number_img08-1.png) no-repeat bottom center;
        background-size: 97%;
    }
    .data03 .white_box:nth-of-type(1) ul li .num{
        font-size: 80px;
    }

    .data03 .outer_box .white_box:nth-of-type(1) dt strong{
        font-size: 80px;
    }
    
}
@media screen and (max-width: 560px) {
 
    .data03 .white_box:nth-of-type(3) ul{
        gap: 8px 10px;
        padding: 0 0 40vw;
        background: url(../img/data/number_img10.png) no-repeat bottom left 10%;
        background-size: 80%;
    }
    .data03 .white_box:nth-of-type(3) ul li{
        width: 100%;
        padding: 8px 20px;
        font-size: 35px;
    }
    .data03 .white_box:nth-of-type(4) li{
        font-size: 13px;
    }
    .data03 .white_box:nth-of-type(4) dl{
        padding: 5vw;
    }
    .data03 .white_box:nth-of-type(4) dl dt{
        font-size: 18px;
    }
    .data03 .white_box:nth-of-type(4) dl dd{
        font-size: 15px;
    }
    
}

/*---------------------------------

  番外編

---------------------------------*/

#data .data04{
    padding-bottom: 160px;
    background: #FFF7D5;
}
.data04 .flex{
    justify-content: space-between;
}
.data04 > .flex{
    gap: 20px;
}
.data04 .white_box:first-of-type{
    width: 360px;
}
.data04 .white_box:nth-of-type(2){
    position: relative;
    width: calc(100% - 380px);
}

.data04 .white_box:first-of-type li{
    width: 49%;
    padding: 10px;
    margin: 0 0 4px;
    background: #FFF7D5;
    font-size: 20px;
    font-weight: 900;
}
.data04 .white_box:first-of-type li span{
    font-size: 29px;
}
.data04 .white_box:first-of-type li span::after{
    content: '位';
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
}
.data04 .white_box:first-of-type .ttl_s{
    margin: 15px 0 5px;
    font-weight: 900;
    
}
.data04 .white_box:first-of-type .gray_box{
    padding: 16px 24px;
    border-radius: 10px;
}
.data04 .white_box:nth-of-type(2) img{
    margin: 0 0 94px;
}
.data04 .white_box:nth-of-type(2)::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 94px;
    background: url(../img/data/number_img16-2.png) no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 1023px) {
    
    .data04 .white_box:first-of-type{
        width: 100%;
        max-width: 550px;
        margin: auto;
    }
    .data04 .white_box:nth-of-type(2){
        width: 100%;
        max-width: 550px;
        margin: auto;
    }
    .data04 .white_box:nth-of-type(2)::after{
        background: url(../img/data/number_img16-2.png) no-repeat center;
        background-size: 60%;
    }
}

@media screen and (max-width: 767px) {
 
    .data04 .white_box:nth-of-type(2)::after{
        background: url(../img/data/number_img16-2.png) no-repeat center;
        background-size: 60%;
    }
    
}