.after {
    padding: 93px 20px 60px;
}
.title {
    font-size: 2rem;
    font-weight: 300;
    padding-bottom: 10px;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #8A8070;
}
.sub-title {
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.after img {
    width: 100%;
    margin-bottom: 30px;
}
p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 3.1rem;
}
.service-1 {
    padding: 0 20px;
}
.service-title {
    width: 300px;
    height: 150px;
    background-image: url(../assets/title-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 300;
    margin: 0 auto;
}
.image-1 {
    width: 70vw;
    height: 130px;
    object-fit: cover;
    margin-top: 50px;
    margin-bottom: 15px;
    border-radius: 0 20px 0 0;
}
.image-2 {
    width: 70vw;
    height: 130px;
    object-fit: cover;
    margin-bottom: 50px;
    margin-right: 0;
    margin-left: auto;
    display: block;
    border-radius: 0 0 0 20px;
}
.service-2 {
    padding:  0 20px;
}
.sp-none {
    display: none;
}

@media (min-width: 960px) {
    .after {
        padding: 93px 15vw 100px;
    }
    .title {
        font-size: 2.3rem;
        width: 400px;
    }
    .sub-title {
        font-size: 1.6rem;
    }
    .after p {
        text-align: center;
        font-size: 1.8rem;
        line-height: 4rem;
    }
    p {
        margin-top: 0;
    }
    .service-title {
        font-size: 2rem;
        width: 400px;
        margin-bottom: 50px;
    }
    .pc-none {
        display: none;
    }
    .sp-none {
        display: block;
    }
    .service__flex-container {
        display: flex;
        align-items: center;
    }
    .service-1 {
        margin: 0 15% 90px;
    }
    .image-1__pc {
        max-width: 400px;
        object-fit: cover;
        border-radius: 15px;
        margin-right: 30px;
    }
    .service-2 {
        margin: 0 15%;
    }
    .image-2__pc {
        max-width: 400px;
        object-fit: cover;
        border-radius: 15px;
        margin-left: 30px;
    }
} 