.top_image {
    background-image: url(/static/img/service/kojin_top.jpg);
}

.service:nth-child(1) {
    margin-top: 3.125rem;
}
@media screen and (max-width:63.9375rem) {
    .service:nth-child(1) {
        margin-top: 1.875rem;
    }
}

.service .logo {
    text-align: left;
}

.service .logo img {
    width: 31.25rem;
}
.service .logo.niki img {
    height: 5rem;
}
@media screen and (max-width:63.9375rem) {
    .service .logo img {
        width: 22.5rem;
    }
    .service .logo.niki img {
        height: 3.5625rem;
    }
}

.service .headline {
    text-align: left;
}

@media screen and (max-width:63.9375rem) {
    .service .headline .text_main {
        font-size: 1.125rem;
    }
}

.service .body {
    font-size: 1.125rem;
}
@media screen and (max-width:63.9375rem) {
    .service .body {
        font-size: 0.875rem;
    }
}

.btn_fixed_width {
    width: 30rem;
    display: inline-block;
    padding: 1.25rem 0rem;
    border-radius: 2.5rem;
    text-decoration: none;
    font-size: 1.25rem;
    color: #FFF;
    border: solid 0.0625rem #fff;
    background-color: #2B7AB9;
    transition: .3s;
}
@media screen and (max-width:63.9375rem) {
    .btn_fixed_width {
        width: 22.5rem;
        padding: 0.75rem 0rem;
        font-size: 1rem;
    }
}

.btn_fixed_width:hover {
    background-color: #0A487A;
    transition: .3s;
    text-decoration: none;
}

.service_1 {
    justify-content: space-around;
}