.career .header .inner .logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.career .contents .block {
    padding: 70px 12%;
}

.career .contents .block h4 {
    font-size: 30px;
    color: #4c4a50;
    text-shadow: 0 0 black;
    text-align: center;
}

.career .contents .block h4 span {
    color: #a78dda;
}

.career .career-sitemap{
    display: block;
}

.career .contents .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.career .contents .about p {
    font-size: 16px;
    line-height: 24px;
    color: #4c4a50;
}

.career .contents .about p span {
    color: #a78dda;
}

.career .contents .about .line {
    width: 1000px;
    height: 1px;
    margin: 47px 0 37px 0;
    background-color: #c7c7cc;
}

.career .contents .advantages {
    background-color: #ede6fc;
}

.career .contents .advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
}

.career .contents .advantages__list .item {
    width: calc(100% / 3 - 80px);
    margin-right: 20px;
    padding: 32px;
    padding-bottom: 17px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.career .contents .advantages__list .item:last-child {
    margin-right: 0;
}

.career .contents .advantages__list .item figure {
    width: 180px;
    height: 180px;
    overflow: hidden;
}

.career .contents .advantages__list .item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.career .contents .advantages__list .item p {
    line-height: 24px;
}

.career .contents .advantages__list .item-head {
    font-size: 20px;
    color: #a78dda;
    margin: 15px 0;
    text-align: center;
    font-weight: 600;
}

.career .contents .advantages__list .item-des {
    color: #4c4a50;
    font-size: 13px;
}

.career .contents .fortune {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ddfcff;
}

.career .contents .fortune h4 {
    margin-bottom: 10px;
}

.career .contents .fortune p {
    font-size: 20px;
}

.career .contents .fortune p br {
    display: none;
}

.career .contents .fortune__list {
    margin-top: 50px;
}

.career .contents .fortune__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

.career .contents .fortune__list .item:last-child {
    margin-bottom: 0;
}

.career .contents .fortune__list .item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.career .contents .fortune__list .item-right h5 {
    margin-bottom: 15px;
    color: #a78dda;
    font-size: 24px;
}

.career .contents .fortune__list .item-right span {
    color: #4c4a50;
    font-size: 16px;
}

.career .contents .fortune__list .item-right p {
    font-size: 14px;
    color: #4c4a50;
    line-height: 22px;
}

.career .contents .fortune__list .item figure {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0;
    margin-right: 32px;
}

.career .contents .fortune__list .item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.career .contents .entry h3 {
    text-align: center;
    font-size: 28px;
    color: white;
    line-height: 42px;
    margin-bottom: 37px;
}

.career .contents .entry p {
    font-size: 14px;
    color: #4c4a50;
    margin-top: 33px;
    text-align: center;
}

.career .contents .entry p br {
    display: none;
}

.career .registration {
    color: #a78dda !important;
}

.career .block.flow {
    background-image: url(/images/newbackground.png);
}

@media only screen and (max-width: 992px) {
    .career .header {
        min-width: auto;
    }

    .career .contents {
        min-width: auto;
    }

    .career .contents .block {
        padding: 50px 45px;
    }

    .career .contents .about .line {
        width: 560px;
    }

    .career .sitemap {
        min-width: auto;
    }

    .career .sitemap .footer-sitemap-item {
        border: 0 !important;
    }

    .career .footer {
        min-width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .career .contents .advantages__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .career .contents .advantages__list .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin-bottom: 48px;
        margin-right: 0;
        padding: 45px 30px 46px 35px;
    }

    .career .contents .advantages__list .item figure {
        min-width: 18px;
        height: 180px;
        margin: 0;
        margin-right: 30px;
    }

    .career .contents .advantages__list .item-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .career .contents .fortune p {
        text-align: center;
        line-height: 28px;
    }

    .career .contents .fortune p br {
        display: block;
    }

    .career .contents .fortune__list .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .career .contents .fortune__list .item figure {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .career .contents .fortune__list .item-right h5 {
        text-align: center;
    }

    .career .contents .fortune__list .item-right h5 span {
        margin-left: 23px;
    }

    .career .contents .fortune__list .item-right p {
        text-align: left;
    }

    .career .contents .fortune__list .item-right p br {
        display: block;
    }

    .career .contents .entry h3 {
        font-size: 20px;
    }

    .career .contents .entry p {
        font-size: 14px;
        padding: 0 135px;
        line-height: 20px;
    }

    .career .contents .tarms .tarms-table {
        width: 100% !important;
    }

    .career .contents .tarms .tarms-table tbody tr {
        padding: 37px 0;
    }

    .career .contents .tarms .tarms-table .tarms-list {
        list-style: none;
        padding: 0;
    }

    .career .contents .tarms .tarms-table .tarms-list-item {
        padding-left: 35px;
        position: relative;
    }

    .career .contents .tarms .tarms-table .tarms-list-item::before {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #fff;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 50%;
    }
}

@media only screen and (max-width: 414px) {
    .career .contents .block {
        padding: 40px 35px;
    }

    .career .contents .about .line {
        width: 80%;
    }

    .career .contents .advantages__list .item p {
        line-height: 20px;
    }

    .career .contents .advantages__list .item figure {
        width: 30%;
        height: auto;
    }

    .career .contents .advantages__list .item figure img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .career .contents .advantages__list .item-des {
        font-size: 12px;
    }

    .career .contents .advantages__list .item-head {
        font-size: 14px;
    }

    .career .contents .entry h3 {
        font-size: 14px;
        line-height: 28px;
    }

    .career .contents .entry p {
        padding: 0 30px;
    }

    .career .contents .tarms .tarms-table .tarms-list-item {
        padding-left: 33px;
        line-height: 34px;
    }

    .career .contents .tarms .tarms-table tbody tr {
        padding: 37px 15px;
    }
}

/*# sourceMappingURL=style.css.map */