.subtitle
{
  text-align: center;
  margin-bottom: 30px;
}
.title {
        text-align: center;
        font-size: 53px;
    }

    .title-line {
        border-width: 0px;
        width: 12px;
        height: 5px;
        background: inherit;
        background-color: rgba(42, 143, 253, 1);
        border: none;
        border-radius: 6px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: inline-block;
    }

    .recruitment-item {
        border: 1px solid rgba(213, 210, 210, 1);
        margin-bottom: 24px;
        line-height: 60px;
        font-size: 18px;
        padding: 0 20px;
    }

    .recruitment-title {
        text-align: left;
        font-size: 24px;
        font-weight: bold;
        border-bottom: 1px solid rgba(213, 210, 210, 1);
        line-height: 50px;
        padding-top: 10px;
    }

    .recruitment-title > img {
        position: relative;
        top: -4px;
    }

 
    .h-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        min-height: 0;
        min-width: 0;
    }

    .h-flex > .h-flex-elastic {
        flex: 1;
    }

 
    .v-flex {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .v-flex > .v-flex-elastic {
        flex: 1;
    }