.h_layout .h_item .h_box .h_numbox {
    display: flex;
    align-items: center;
    line-height: 1.2;
    flex-direction: column;
}
.s_layout_top .s_text {
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 400;
}
.s_layout_btm .serv.row .serv_t {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 10px 0;
}
.s_layout_btm .serv.row .serv_t span {
    margin: 0;
    padding: 10px 0 0;
}
.h_layout .h_item .h_box {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.2;
    width: auto;
}
.join_layout .btn-list .index_more:first-of-type {
    width: 200px;
}
@media screen and (max-width: 1024px) {
    .h_layout .h_item .h_box {
        width: 200px;
        font-size: 18px;
    }
    .h_layout .h_item .h_numbox p {
        margin: 0 0 10px;
    }
    .s_layout_btm .serv.row .serv_t {
        font-size: 18px;
        line-height: 1.2;
    }
    .s_layout_btm .serv.row .serv_t span {
        font-size: 18px;
    }
    .s_layout_btm .ttile {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .h_layout .h_item .h_numbox .nut {
        font-size: 48px;
    }
}
@media screen and (max-width: 484px) {
    .h_layout .h_item .h_box {
        margin: 0 0 30px;
    }
    .join_layout .row .col.txt .index-about-editor p {
        line-height: 1.75;
    }
    .s_layout_top .s_text span {
        letter-spacing: 1px;
        line-height: 1.2;
        font-size: 20px;
    }
}