@charset "UTF-8";

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

/*--- mainTitle --*/
#mainTitle::before{
    background: url("../images/career-path/bg_title.jpg") right bottom / auto 100% no-repeat;
}

/*--- development --*/
#contents #development {
    padding-bottom: 0;
}
#contents #development .inrWhiteBox{
    max-width: 1200px;
}
#contents #development .careerList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 880px;
    margin: 0 auto -60px;
}
#contents #development .careerList li{
    width: 46%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contents #development .careerList li .numBox{
    padding-bottom: 5px;
    margin-bottom: 25px;
    position: relative;
    color: #e21b13;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#contents #development .careerList li .numBox::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #e21b13;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}
#contents #development .careerList li .numBox .caption{
    font-size: 8px;
    line-height: 1;
    margin-bottom: 3px;
    font-weight: bold;
}
#contents #development .careerList li .numBox .num{
    font-size: 30px;
    line-height: 1;
}
#contents #development .careerList li .image{
    max-width: 140px;
}
#contents #development .careerList li .title{
    font-size: 26px;
    margin: 0.4em 0;
    color: #e21b13;
}
#contents #development .careerList li .text{
    line-height: 1.8;
}

#contents #development .careerList li:nth-of-type(2) .numBox,
#contents #development .careerList li:nth-of-type(2) .title{     color: #f7931e;}
#contents #development .careerList li:nth-of-type(2) .numBox::after{    background: #f7931e;}

#contents #development .careerList li:nth-of-type(3) .numBox,
#contents #development .careerList li:nth-of-type(3) .title{     color: #59287f;}
#contents #development .careerList li:nth-of-type(3) .numBox::after{    background: #59287f;}

#contents #development .careerList li:nth-of-type(4) .numBox,
#contents #development .careerList li:nth-of-type(4) .title{     color: #35b697;}
#contents #development .careerList li:nth-of-type(4) .numBox::after{    background: #35b697;}


/*--- career_flow_map --*/
#contents #career_flow_map {
    padding-bottom: 0;
}
#contents #career_flow_map .image{
    margin-top: 60px;
    position: relative;
    padding-bottom: 120px;
}
#contents #career_flow_map .image::after{
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background: #56371e;
    position: absolute;
    left: 0;
    bottom: 0;
}
#contents #career_flow_map .image::before{
    content: "";
    display: block;
    width: 100%;
    height: 176px;
    background: url("../images/career-path/town.png") center bottom / auto 175px repeat-x;
    position: absolute;
    left: 0;
    bottom: 119px;
}

#contents #career_flow_map .tree{
    max-width: 860px;
    margin: 0 auto;
}

#contents #career_flow_map .bird01{
    width: 91px;
    left: calc(50% + 392px);
    top: 64px;
}
#contents #career_flow_map .bird02{
    width: 64px;
    left: calc(50% + 469px);
    top: 170px;
}



/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/

.tree{
    opacity: 0;
    transform-origin: center bottom;
}
.in .tree{
    animation: tree 1.5s ease-in-out forwards;
}

@keyframes tree{
    0%{ transform: scale(0); opacity: 0; }
    100%{  transform: scale(1); opacity: 1;}
}


.bird{
    opacity: 0;
}
.in .bird01{
    animation: bird01 1s ease-in-out forwards;
    animation-delay: 1.5s;
}

@keyframes bird01{
    0%{ transform: translate(120px,-120px); opacity: 0; }
    100%{  transform: translate(0,0); opacity: 1;}
}

.in .bird02{
    animation: bird01 .8s ease-in-out forwards;
    animation-delay: 1.9s;
}



/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
}


/*----------------------------------------------------
	☆TOP UNDER 1200
----------------------------------------------------*/

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

/*----------------------------------------------------
	☆TOP UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {    
    #contents #development .lead01{
        text-align: justify;
        max-width: 600px;
        margin: 0 auto 60px;
    }
    #contents #development .lead01 br{
        display: none;
    }
    
    #contents #career_flow_map .image {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    #contents #career_flow_map .bird01 {
        left: 82%;
        top: 10%;
    }
    #contents #career_flow_map .bird02 {
        left: 89%;
        top: 18%;
    }
    
    
}


/*----------------------------------------------------
	☆TOP UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    #contents #development .lead01{
        width: 100%;
    }
    
    #contents #development .careerList{
        margin-bottom: 0;
    }
    #contents #development .careerList li{
        width: 100%;
        margin-bottom: 50px;
    }
    #contents #development .careerList li:last-child{
        margin-bottom: 20px;
    }
    #contents #development .careerList li .image {
        max-width: 100px;
    }
    #contents #development .careerList li .title {
        font-size: 22px;
    }
    #contents #development .careerList li .numBox{
        margin-bottom: 20px;
    }
    
    
    #contents #career_flow_map .image {
        margin-top: 20px;
        padding-bottom: 60px;
    }
    #contents #career_flow_map .image::after{
        height: 61px;
    }
    #contents #career_flow_map .image::before{
        height: 100px;
        background-size: auto 100px;
        bottom: 60px;
    }
    #contents #career_flow_map .bird01 {
        width: 16%;
    }
    #contents #career_flow_map .bird02 {
        width: 14%;
    }
    
    
}

