@charset "UTF-8";

/************************************
** キャリアプランページCSS
************************************/
.career-discription{
    background-color: #E5F2FA;
    padding:80px 0;
}
.career-discription-inner{
    width: 1050px;
    margin:auto;
    border-radius: 12px;
}
.center-title{
    text-align: center;
    font-weight: bold;
    color:#333333;
    font-size:24px;
    margin-bottom: 30px;
}
.center-title .en{
    display: table;
    margin: auto;
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to right, #06407B 2%, #0E78E3 55%, #55C7F5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    line-height: 1.4;
}
.career-block{
    position: relative;
    background-color: #ffffff;
    border-radius: 12px;
    padding:60px;
    margin: 160px 160px 50px 0;
}
.career-block:before{
    content: '';
    top:-60px;
    left:0;
    width: 100px;
    height:100px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.career-block.block1:before{
    background-image: url(../img/page-careerplan/number1.png);
}
.career-block.block2:before{
    background-image: url(../img/page-careerplan/number2.png);
}
.career-block h3{
    font-size: 24px;
    font-weight: bold;
    color:#0E78E3;
}
.driver-info{
    font-size:12px;
    font-weight: bold;
    color:#999999;
}
.driver-profile{
    margin:30px 0;
    font-size:14px;
}
.driver-img{
    position: absolute;
    top:20px;
    right: -190px;
    max-width: 390px;
}
.driver-timeline{
    margin-left: 50px;
}
.timeline-item {
    position: relative;
    padding-bottom: 30px;
}
.timeline-item:last-child {
    padding-bottom: 0;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -39px;
    top: 20px;
    width: 1px;
    height: 100%;
    background-color: #1E88E5;
    border-radius: 0;
}
.timeline-item:last-child::before {
    display: none;
}
.timeline-dot {
    position: absolute;
    left: -45px;
    top: 7px;
    width: 13px;
    height: 13px;
    background-color: #1E88E5;
    border-radius: 50%;
}
.year {
    background: linear-gradient(to right, #06407B 2%, #0E78E3 55%, #55C7F5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
    font-weight: bold;
    display: table;
    align-items: center;
}
.year::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    background: linear-gradient(to right, #06407B 2%, #0E78E3 55%, #55C7F5 80%);
    margin-right: 10px;
    margin-bottom: 3px;
}
.title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.5;
}
.description {
    color: #555;
    line-height: 1.8;
    font-size: 12px;
}


/*スマホ版表示切り替えは1050px以下*/
@media screen and (max-width: 1050px) {
    .center-title{
        font-size:18px;
    }
    .center-title .en{
        font-size:40px;
    }
    .career-discription{
        padding: 50px 0;
    }
    .career-discription-inner{
        width: auto;
        margin:0 15px;
    }
    .page-contents-inner{
        margin: 0 15px 48px;
    }
    .career-block:before{
        width: 50px;
        height: 50px;
        top: -30px;
    }
    .career-block{
        padding: 30px 15px;
        margin: 50px 0;
    }
    .driver-img{
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .career-block h3{
        font-size:16px;
    }
    .driver-info{
        font-size:10px;
    }
    .driver-profile{
        margin: 20px 0;
    }
}