@charset "utf-8";

/*============================
スケジュール
============================*/

#career .flex {
    align-items: flex-end;
}

#career .step {
    width: 320px;
    padding: 30px;
    color: #fff;
    border-radius: 10px;
}

#career .step .eng {
    display: block;
    margin-bottom: 20px;
    line-height: 1;
}

#career .step .eng span {
    display: block;
    font-size: 30px;
}

#career .step.step01 {
    background: #ffc107;
    height: 328px;
}

#career .step.step02 {
    background: #ff9907;
    height: 368px;
}

#career .step.step03 {
    background: #fe7f40;
    height: 408px;
}

#career .step dt {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}


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

    #career .flex {}

    #career .step {
        width: 100%;
        padding: 20px;
        border-radius: 0;
    }

    #career .step .eng {
        margin-bottom: 10px;
    }

    #career .step .eng span {}

    #career .step.step01 {
        height: auto;
        border-radius: 10px 10px 0 0;
    }

    #career .step.step02 {
        height: auto;
    }

    #career .step.step03 {
        height: auto;
        border-radius: 0 0 10px 10px;
    }

    #career .step dt {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

/*============================
スケジュール
============================*/
#schedule figure img {
    width: 100%;
}


@media only screen and (max-width: 768px) {
    #schedule figure img {
        background: url(../images/schedule_sp.png)no-repeat center center;
        background-size: 100%;
        width: 100%;
        height: 0;
        padding-top: 192.142%;
    }

}
