@charset "utf-8";

.title{
    height: 310px;
    background-image: url(../images/syuusyoku.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-shadow: 10px 10px 50px #000000;
}

.title h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-weight: bold;
}

.進学{
    display: flex;
    justify-content: space-between;
    width: 1150px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.進学 img{
    width: 550px;
}

.進学-text {
    max-width: auto;
    margin-right: 40px;
    margin-left: 15px;
}

.進学-text h2{
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
}

.進学-text h5::after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #000000;
    margin-top: 10px;
}

.進学-text p{
    font-size: auto;
    line-height: 20px;
    margin-top: 10px;
}

.進学-text h3{
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
}

.進学-text h4{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
}

.就職{
    display: flex;
    justify-content: space-between;
    width: 1150px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.就職 img{
    width: 600px;
}

.就職-text {
    max-width: auto;
    margin-right: 40px;
    margin-left: 15px;
}

.就職-text h2{
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
}

.就職-text h5::after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #000000;
    margin-top: 10px;
}

.就職-text p{
    font-size: auto;
    line-height: 20px;
    margin-top: 10px;
}

.就職-text h3{
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
}

.就職-text h4{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
}

.footer{
    margin-top: 100px;
}

@media(max-width: 800px){
    .進学{
        display: block;
        width: 500px;
        margin-top: 45px;
    }

    .進学-text{
        margin-right: 0;
    }

    .進学 img{
        width: 100%;
        height: auto;
        margin-top: 25px;
    }

    .就職{
        display: block;
        width: 500px;
        margin-top: 45px;
    }

    .就職-text{
        margin-right: 0;
    }

    .就職 img{
        width: 100%;
        height: auto;
        margin-top: 25px;
    }
}