

/* Our business *********************************/

.recruit-pastfuture-identity main{
    background-image: url(/-/media/HOME/recruit/new/images/past-future/main_identity.webp);
	background-position: center bottom;
}

.recruit-pastfuture-identity .firstbox{
    padding-bottom: 80px;
}

.recruit-pastfuture-identity #identitybox_spspace.ourpdtop,
.recruit-pastfuture-identity #identitybox_spspace.ourpdbottom{
    padding: 20px 0px;
}

@media screen and (max-width: 767px){
    .recruit-pastfuture-identity .firstbox{
        padding-bottom: 60px;
    }
}


/* historybox */

.recruit-pastfuture-identity #historybox{
    /* width: 90%;
    max-width: 1000px;
    margin: 0 auto; */
    padding: 100px 0px;
}

/* hitory_button */

.recruit-pastfuture-identity #historybox .hitory_button{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.recruit-pastfuture-identity #historybox .hitory_button.hitory_button_down{
    padding-bottom: 0px;
    padding-top: 100px;
}


.recruit-pastfuture-identity #historybox .hitory_button .bt_history{
	transition: all 500ms 0s ease;
    display: flex;
    flex-wrap: wrap;
	align-content: center;
	justify-content: center;
    width: 240px;
    height: 54px;
    border-radius: 27px;
    background-color: var(--komatsu-middlegray);
    color: var(--komatsu-blue);
    z-index: 5;
    padding: 0px 10px 15px;
	cursor: pointer;
    text-align: center;
    line-height: 1.4;
}

.recruit-pastfuture-identity #historybox .hitory_button .bt_history.bt_up{
    padding: 13px 10px 0px;
}

.recruit-pastfuture-identity #historybox .hitory_button .bt_history.active{
	background-color: #FFF;
}

.recruit-pastfuture-identity #historybox .hitory_button .bt_down::before,
.recruit-pastfuture-identity #historybox .hitory_button .bt_up::before{
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: var(--komatsu-blue) solid 1px;
    border-right: var(--komatsu-blue) solid 1px;
    left: 50%;
	bottom: 10px;
	transform: translateX(-50%) rotate(45deg);
}

.recruit-pastfuture-identity #historybox .hitory_button .bt_up::before{
	bottom: auto;
    top: 12px;
	transform: translateX(-50%) rotate(-135deg);
}


@media screen and (max-width: 1200px) {
    .recruit-pastfuture-identity #historybox .hitory_button .bt_history{
        width: 49%;
        margin-bottom: 2%;
    }
}

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

    .recruit-pastfuture-identity #historybox{
        padding: 9.77517107vw 0px;
    }

}

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

    .recruit-pastfuture-identity .historybox {
        padding: 50px 0px;
    }
}

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

    .recruit-pastfuture-identity #historybox .hitory_button .bt_history{
        height: 64px;
        border-radius: 32px;
    }
}

@media screen and (max-width: 360px){
    .recruit-pastfuture-identity #historybox .hitory_button .bt_history{
        font-size: 12px;
    }
}


/* hitory_button */


/* hitory_main */

.recruit-pastfuture-identity #historybox #photo_list_container h2{
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    padding-bottom: 40px;
    line-height: 1.4;
}

.recruit-pastfuture-identity #historybox #photo_list_container #list_2 ul.flex{
    width: 66%;
    margin: 0 auto 0 0;
}

.recruit-pastfuture-identity #historybox #photo_list_container ul li{
    width: 32%;
}

.recruit-pastfuture-identity #historybox #photo_list_container #list_2 ul.flex li{
    width: 48.5%;
}

.recruit-pastfuture-identity #historybox #photo_list_container ul li figcaption{
    padding: 15px 0px;
    color: #FFF;
    line-height: 1.4;
}

.recruit-pastfuture-identity #historybox #photo_list_container ul li figcaption strong{
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
}

.recruit-pastfuture-identity #historybox #photo_list_container ul li figcaption span{
    font-size: 16px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    .recruit-pastfuture-identity #historybox #photo_list_container ul li figcaption strong{
        font-size: 16px;
        padding-bottom: 3px;
    }

    .recruit-pastfuture-identity #historybox #photo_list_container ul li figcaption span{
        font-size: 14px;
    } 

    .recruit-pastfuture-identity #historybox #photo_list_container h2{
        font-size: 30px;
        padding-bottom: 30px;
    }
}


@media screen and (max-width: 767px) {
    .recruit-pastfuture-identity #historybox #photo_list_container h2{
        font-size: 26px;
    }

    .recruit-pastfuture-identity #historybox #photo_list_container #list_2 ul.flex{
        width: 52%;
        margin: 0 auto;
    }

    .recruit-pastfuture-identity #historybox #photo_list_container ul li{
        width: 48.5%;
        /* max-width: 400px;
        margin: 0 auto; */
    }

    .recruit-pastfuture-identity #historybox #photo_list_container #list_2 ul.flex li{
        width: 100%;
    }
}


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

    .recruit-pastfuture-identity #historybox #photo_list_container ul li{
        width: 100%;
        /* max-width: 400px;
        margin: 0 auto; */
    }

    .recruit-pastfuture-identity #historybox #photo_list_container ul.flex{
        max-width: 300px;
        margin: 0 auto;
    }
    .recruit-pastfuture-identity #historybox #photo_list_container #list_2 ul.flex{
        width: 100%;
        margin: 0 auto;
    }

    .recruit-pastfuture-identity #historybox #photo_list_container div:not(#list_2) ul li figcaption{
        padding: 10px 0px;
    }

    .recruit-pastfuture-identity #historybox #photo_list_container div:not(#list_2) ul li figcaption strong{
        font-size: 15px;
        padding-bottom: 3px;
    }

    .recruit-pastfuture-identity #historybox #photo_list_container div:not(#list_2) ul li figcaption span{
        font-size: 13px;
        padding-bottom: 15px;
    }

}


@media screen and (max-width: 480px) {
    .recruit-pastfuture-identity #historybox #photo_list_container h2{
        font-size: 22px;
    }
}

@media screen and (max-width: 370px) {
    .recruit-pastfuture-identity #historybox #photo_list_container h2{
        font-size: 19px;
    }
}

/* hitory_main */




/* historybox */


.recruit-pastfuture-identity #historybox #txt_list_container p{
    transition: all 500ms 0s ease;
    display: none;
    opacity: 0;
    color: #FFF;

    max-width: 900px;
    text-align:justify;
    text-justify:distribute;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 2;
}

.recruit-pastfuture-identity #historybox #txt_list_container p.active{
    display: block;
    animation: alpha_100 .5s forwards linear 0s;
}

.recruit-pastfuture-identity #historybox #txt_list_container p.active.active_off{
    display: block;
    animation: alpha_0 .3s forwards linear 0s;
}


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

    .recruit-pastfuture-identity #historybox #txt_list_container p{
        padding-top: 25px;
    }


}

/* identitybox_inner */




/* valuebox */

.recruit-pastfuture-identity #valuebox {
    background-image: url(/-/media/HOME/recruit/new/images/past-future/value_bg.webp);
    background-size: cover;
    background-position: center bottom;

    padding: 80px 0px 200px;
}

.recruit-pastfuture-identity #valuebox .inner_small{
    padding: 100px 0px;
}

.recruit-pastfuture-identity #valuebox h1{
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 10;
    color: #FFF;
    height: 90px;
    line-height: 1;
    top: 150px;
    left: 0;
    font-size: 36px;
    font-weight: 400;
    padding: 0 50px 5px 90px;
    clip-path: polygon(calc(0% + 75px) 0, 100% 0, 100% 100%, 0% 100%);
}

.recruit-pastfuture-identity #valuebox::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    z-index: 1;
}

.recruit-pastfuture-identity #valuebox .inner_big{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, .7);
    z-index: 2;
}


@media screen and (max-width: 1440px) {
    .recruit-pastfuture-identity #valuebox h1{
        font-size: 32px;
        height: 80px;
        clip-path: polygon(calc(0% + 60px) 0, 100% 0, 100% 100%, 0% 100%);
        padding: 0 40px 5px 80px;
    }
}


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

    .recruit-pastfuture-identity #valuebox {
        padding: 7.82013685vw 0px 19.55034214vw;
    }

    .recruit-pastfuture-identity #valuebox .inner_small{
        padding: 9.77517107vw 0px;
    }

    .recruit-pastfuture-identity #valuebox h1{
        font-size: 28px;
        top: 120px;
        height: 65px;
        clip-path: polygon(calc(0% + 55px) 0, 100% 0, 100% 100%, 0% 100%);
        padding: 0 35px 5px 70px;
    }

}

@media screen and (max-width: 767px){
    .recruit-pastfuture-identity #valuebox {
        padding: 40px 0px 100px;
    }

    .recruit-pastfuture-identity #valuebox h1{
        font-size: 24px;
        top: 80px;
        height: 55px;
        clip-path: polygon(calc(0% + 45px) 0, 100% 0, 100% 100%, 0% 100%);
        padding: 0 30px 5px 60px;
    }
}

.recruit-pastfuture-identity #valuebox #value_symbol{
    max-width: 500px;
    margin: 0 auto;
}

.recruit-pastfuture-identity #valuebox dl{
    padding: 80px 0px;
    border-bottom: var(--komatsu-gray) solid 1px;
}

.recruit-pastfuture-identity #valuebox dl.flex dt{
    width: 300px;
}

.recruit-pastfuture-identity #valuebox dl.flex dd{
    width: 800px;
}

.recruit-pastfuture-identity #valuebox dl dt h2.title_bar{
    text-align: left;
    font-size: 32px;
    line-height: 1;
}

.recruit-pastfuture-identity #valuebox dl dt h2.title_bar::before{
    left: 0;
}

.recruit-pastfuture-identity #valuebox dl dd h3{
    font-size: 24px;
    font-weight: 500;
    color: var(--komatsu-blue);
    padding-bottom: 30px;
    text-align:justify;
    text-justify:distribute;
}

.recruit-pastfuture-identity #valuebox dl dd p{
    font-size: 16px;
    line-height: 2;
    text-align:justify;
    text-justify:distribute;
}

.recruit-pastfuture-identity #valuebox dl.long dd{
    padding-top: 50px;
}

.recruit-pastfuture-identity #valuebox dl.long dd ul li{
    width: 24%;
    color: #FFF;
    padding: 40px 22px 35px;
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0% 40px);
}

.recruit-pastfuture-identity #valuebox dl.long dd ul li strong{
    font-size: 18px;
    line-height: 1.4;
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

.recruit-pastfuture-identity #valuebox dl.long dd ul li p{
    font-size: 14px;
    line-height: 1.8;
}

.recruit-pastfuture-identity #valuebox dl dd #value_promise{
    max-width: 700px;
    padding-bottom: 20px;
}

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

    .recruit-pastfuture-identity #valuebox dl.flex dd{
        width: calc(100% - 300px) ;
    }
}


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

    .recruit-pastfuture-identity #valuebox dl{
        padding: 7.82013685vw 0px;
    }

    .recruit-pastfuture-identity #valuebox dl.flex dt{
        width: 250px;
    }

    .recruit-pastfuture-identity #valuebox dl.flex dd{
        width: calc(100% - 250px) ;
    }

    .recruit-pastfuture-identity #valuebox dl dd h3{
        font-size: 23px;
    }

    .recruit-pastfuture-identity #valuebox dl dt h2.title_bar{
        font-size: 26px;
    }

    .recruit-pastfuture-identity #valuebox dl.long dd ul li{
        width: 48.5%;
        padding: 25px 22px 30px;
        margin-bottom: 3%;
    }

}

@media screen and (max-width: 900px) {
    
    .recruit-pastfuture-identity #valuebox #value_symbol{
        max-width: 450px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .recruit-pastfuture-identity #valuebox dl dd h3 br{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .recruit-pastfuture-identity #valuebox dl.long dd ul li p{
        font-size: 13px;
    }

    .recruit-pastfuture-identity #valuebox dl dd p{
        font-size: 15px;
    }

    .recruit-pastfuture-identity #valuebox dl dd h3{
        font-size: 20px;
    }

    .recruit-pastfuture-identity #valuebox dl dt h2.title_bar{
        font-size: 24px;
    }
}


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

    .recruit-pastfuture-identity #valuebox dl.flex dt{
        width: 100%;
    }

    .recruit-pastfuture-identity #valuebox dl.flex dd,
    .recruit-pastfuture-identity #valuebox dl.long dd{
        width: 100%;
        padding-top: 30px;
    }

    .recruit-pastfuture-identity #valuebox #value_symbol{
        padding-top: 65px;
    }

}

@media screen and (max-width: 480px) {
    
    .recruit-pastfuture-identity #valuebox dl.long dd ul li{
        width: 100%;
        padding: 25px 22px 30px;
        margin-bottom: 15px;
    }


}


/* valuebox */


 

.recruit-pastfuture-identity .title_h2{
    font-size: 32px;
}

.recruit-pastfuture-identity .title_txt{
    font-size: 18px;
    line-height: 2;
    padding: 50px 0 100px;

    text-align:justify;
    text-justify:distribute;
}


@media screen and (max-width: 1023px) {
    .recruit-pastfuture-identity .title_txt{
        padding: 4.88758553vw 0 9.77517107vw;
    }
}

@media screen and (max-width: 767px) {
    .recruit-pastfuture-identity .title_h2{
        font-size: 28px;
    }

    .recruit-pastfuture-identity .title_txt{
        font-size: 16px;
        padding: 25px 0 50px;
    }
}
/* strategybox */

.recruit-pastfuture-identity #strategybox{
    padding: 80px 0px;
}

.recruit-pastfuture-identity #strategybox .triangle_in{
    position: absolute;
    z-index: 1;
}

.recruit-pastfuture-identity #strategybox .triangle_out{
    position: absolute;
    z-index: 10;
}

.recruit-pastfuture-identity #strategybox .triangle::before{
    content: "";
    display: block;
    padding-top: 137.5%;
}

.recruit-pastfuture-identity #strategybox .triangle_out{
    width: 65%;
    right: 0;
    bottom: 0;
}

.recruit-pastfuture-identity #strategybox .triangle_out span{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.recruit-pastfuture-identity #strategybox .triangle_in{
    width: 15%;
    left: 0;
    top: 0;
    
}

.recruit-pastfuture-identity #strategybox .triangle_in span{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}


.recruit-pastfuture-identity #strategybox .inner_big{
    padding: 100px 0px 50px;
    z-index: 20;
}

.recruit-pastfuture-identity #strategybox .strategybox_inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.recruit-pastfuture-identity #strategybox #strategybox_overview{
    padding: 70px 0px;
}

.recruit-pastfuture-identity #strategybox #strategybox_overview dl dt{
    background-color: var(--komatsu-yellow);
    color: var(--komatsu-blue);
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding: 20px;
}

.recruit-pastfuture-identity #strategybox #strategybox_overview dl dd{
    padding: 30px 0px 10px;
    text-align: center;
}

.recruit-pastfuture-identity #strategybox #strategybox_overview dl dd h3{
    font-size: 32px;
    font-weight: 500;
    color: var(--komatsu-blue);
    line-height: 1.4;
    padding-bottom: 40px;
}

.recruit-pastfuture-identity #strategybox #strategybox_overview dl dd .arrow_up{
    padding-bottom: 30px;
}

.recruit-pastfuture-identity #strategybox #strategybox_overview dl dd .arrow_up span{
    display: block;
    width: 66px;
    height: 45px;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

    background: #140A9A;
    background: linear-gradient(179deg,rgba(20, 10, 154, 1) 0%, rgba(20, 10, 154, 1) 40%, rgba(20, 10, 154, 0) 100%);
}

.recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li{
    width: 32%;
    color: #FFF;
    padding: 30px 22px 20px;
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0% 40px);
}

.recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li aside{
    font-size: 24px;
    padding-bottom: 30px;
    line-height: 1;
}

.recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li strong{
    width: 100%;
    background-color: #FFF;
    color: var(--komatsu-blue);
    font-size: 18px;
    line-height: 1.4;
    padding: 10px;
}

.recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li h4{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 120px;
    font-size: 24px;
    line-height: 1.4;
}



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

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li{
        padding: 25px 17px 20px;
        clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0% 30px);
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li aside{
        font-size: 22px;
        padding-bottom: 20px;
        line-height: 1;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li strong{
        font-size: 17px;
        line-height: 1.4;
        padding: 8px 10px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li h4{
        height: 90px;
        font-size: 22px;
        
        line-height: 1.4;
    }

}

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

    .recruit-pastfuture-identity #strategybox {
        padding: 7.82013685vw 0;
    }

    .recruit-pastfuture-identity #strategybox .inner_big{
        padding: 9.77517107vw 0px 4.88758554vw;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview{
        padding: 6.84261975vw 0px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd h3{
        font-size: 27px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li{
        padding: 25px 15px 20px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li aside{
        font-size: 20px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li strong{
        font-size: 16px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li h4{
        height: 8.79765396vw;
        font-size: 2vw;
    }

}


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

    .recruit-pastfuture-identity #strategybox {
        padding: 40px 0 60px;
    }

    .recruit-pastfuture-identity #strategybox .inner_big{
        padding: 50px 0px 25px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview{
        padding: 35px 0px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dt{
        font-size: 18px;
        padding: 15px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li{
        width: 90%;
        max-width: 400px;
        margin: 0 auto 15px;
        padding: 20px 15px 20px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li h4{
        height: 80px;
        font-size: 22px;
    }
}


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

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li aside{
        font-size: 18px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd{
        padding: 20px 0px 10px;
    }
    
    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd h3{
        font-size: 5.625vw;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li h4{
        height: 70px;
        font-size: 20px;
    }
    
}

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

    .recruit-pastfuture-identity #strategybox #strategybox_overview dl dd ul li h4{
        height: 19vw;
        font-size: 5.40540541vw;
    }
}



.recruit-pastfuture-identity #strategybox #strategybox_cont{
    padding: 80px 0px;
}


.recruit-pastfuture-identity #strategybox #strategybox_cont h3{
    background-color: var(--komatsu-blue);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding: 20px;
}


.recruit-pastfuture-identity #strategybox #strategybox_cont .strategybox_cont_detailbox{
    max-width: 1020px;
    margin: 0 auto;
    padding: 60px 0;
}

.recruit-pastfuture-identity #strategybox #strategybox_cont .strategybox_cont_detailbox h4{
    font-size: 22px;
    color: var(--komatsu-blue);
    padding-bottom: 20px;
    text-align:justify;
    text-justify:distribute;
}

.recruit-pastfuture-identity #strategybox #strategybox_cont .strategybox_cont_detailbox h5{
    width: 100%;
    font-size: 16px;
    color: var(--komatsu-blue);
    padding-bottom: 20px;
}


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

    .recruit-pastfuture-identity #strategybox #strategybox_cont{
        padding: 7.82013685vw 0;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_cont .strategybox_cont_detailbox{
        padding: 5.86510264vw 0 7.82013685vw ;
    }

}


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

    .recruit-pastfuture-identity #strategybox #strategybox_cont .strategybox_cont_detailbox{
        max-width: 650px;
        margin: 0 auto;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_cont .strategybox_cont_detailbox h4{
        padding-bottom: 0px;
        line-height: 1.4;
        padding-bottom: 10px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_cont .strategybox_cont_detailbox h5{
        padding-top: 5px;
        padding-bottom: 10px;
    }
}



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

    .recruit-pastfuture-identity #strategybox #strategybox_cont h3{
        font-size: 18px;
        padding: 15px;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_cont .strategybox_cont_detailbox{
        padding: 30px 0 50px;
    }
}


/* */

.recruit-pastfuture-identity #strategybox #strategybox_cont .detailbox_inner_item_flex{
    padding: 20px 0;
}

.recruit-pastfuture-identity #strategybox #strategybox_cont .detailbox_inner_item_flex.flex div{
    width: 46%;
}

.recruit-pastfuture-identity #strategybox #strategybox_cont .detailbox_inner_item_flex div strong{
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 1;
}

.recruit-pastfuture-identity #strategybox #strategybox_cont .detailbox_inner_item_flex div p{
    line-height: 2;
    text-align:justify;
    text-justify:distribute;
    padding-bottom: 40px;
}

.recruit-pastfuture-identity #strategybox #strategybox_cont .detailbox_inner_item_flex.flex figure{
    width: 49%;
}

/* */

.recruit-pastfuture-identity #strategybox #strategybox_cont .detailbox_inner.flex .detailbox_inner_item_flex{
    width: 46%;
}



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

    .recruit-pastfuture-identity #strategybox #strategybox_cont .detailbox_inner_item_flex.flex div{
        width: 100%;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_cont .detailbox_inner_item_flex.flex figure{
        width: 100%;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_cont .detailbox_inner.flex .detailbox_inner_item_flex{
        width: 100%;
    }

    .recruit-pastfuture-identity #strategybox #strategybox_cont .detailbox_inner.flex .detailbox_inner_item_flex:nth-of-type(1){
        padding-bottom: 80px;
    }
}

/* strategybox */












/* spiritbox */

.recruit-pastfuture-identity #spiritbox{
    padding: 80px 0px 120px;
}

.recruit-pastfuture-identity #spiritbox .triangle_out{
    position: absolute;
    z-index: 10;
}

.recruit-pastfuture-identity #spiritbox .triangle::before{
    content: "";
    display: block;
    padding-top: 137.5%;
}

.recruit-pastfuture-identity #spiritbox .triangle_out{
    width: 35%;
    right: 0;
    bottom: 0;
    
}

.recruit-pastfuture-identity #spiritbox .triangle_out span{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.recruit-pastfuture-identity #spiritbox .spiritbox_inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.recruit-pastfuture-identity #spiritbox .title_txt{
    padding-bottom: 50px;
}

.recruit-pastfuture-identity #spiritbox #spirit_icons{
    padding: 50px;
    clip-path: polygon(90px 0%, 100% 0, 100% 100%, 0 100%, 0% 90px);
}

.recruit-pastfuture-identity #spiritbox #spirit_icons ul{
    max-width: 1000px;
    margin: 0 auto;
}

.recruit-pastfuture-identity #spiritbox #spirit_icons ul li{
    width: 150px;
    text-align: center;
}

.recruit-pastfuture-identity #spiritbox #spirit_icons ul li figure{
    display: inline-block;
    margin: 0 auto;
}

.recruit-pastfuture-identity #spiritbox #spirit_icons ul li figcaption{
    font-size: 22px;
    color: var(--komatsu-blue);
}


.recruit-pastfuture-identity #spiritbox #spirit_way{
    padding: 100px 0px;
    z-index: 20;
}

.recruit-pastfuture-identity #spiritbox #spirit_way div{
    width: 50%;
}

.recruit-pastfuture-identity #spiritbox #spirit_way div h3{
    font-size: 30px;
    color: var(--komatsu-blue);
    padding-bottom: 30px;
    line-height: 1;
}

.recruit-pastfuture-identity #spiritbox #spirit_way div p{
    line-height: 2;
    text-align:justify;
    text-justify:distribute;
    padding-bottom: 40px;
}


.recruit-pastfuture-identity #spiritbox #spirit_way figure{
    width: 45%;
}

.recruit-pastfuture-identity #spiritbox .triangle{
    width: 15%;
}


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


    .recruit-pastfuture-identity #spiritbox{
        padding: 7.82013685vw 0 11.73020528vw;
    }


    .recruit-pastfuture-identity #spiritbox #spirit_way {
        padding: 80px 0 9.77517107vw;
    }

    .recruit-pastfuture-identity #spiritbox #spirit_icons ul li{
        width: 22%;
    }

    .recruit-pastfuture-identity #spiritbox #spirit_icons ul li figcaption{
        font-size: 18px;
    }

}

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

    .recruit-pastfuture-identity #spiritbox #spirit_way{
        max-width: 650px;
        margin: 0 auto;
    }

    .recruit-pastfuture-identity #spiritbox #spirit_way div{
        width: 100%;
    }
    
    .recruit-pastfuture-identity #spiritbox #spirit_way figure{
        width: 100%;
    }


}

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

    .recruit-pastfuture-identity #spiritbox{
        padding: 40px 0 60px;
    }

    .recruit-pastfuture-identity #spiritbox #spirit_way {
        padding: 80px 0 50px;
    }

    .recruit-pastfuture-identity #spiritbox .title_txt{
        padding-bottom: 25px;
    }

    .recruit-pastfuture-identity #spiritbox #spirit_icons ul li{
        width: 48.5%;
    }

    .recruit-pastfuture-identity #spiritbox #spirit_icons ul li:nth-child(n+3){
        padding-top: 25px;
    }

    .recruit-pastfuture-identity #spiritbox #spirit_way div h3{
        font-size: 26px;
    }

}

@media screen and (max-width: 480px) {
    .recruit-pastfuture-identity #spiritbox #spirit_icons{
        padding: 30px 25px;
        clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
    }

    .recruit-pastfuture-identity #spiritbox #spirit_icons ul li figure{
        width: 60px;
    }

    .recruit-pastfuture-identity #spiritbox #spirit_icons ul li figcaption{
        font-size: 16px;
    }

}

/* spiritbox */


















