.buil01-template-10 .title {
    margin-bottom: 25px;
}

.buil01-template-10 .title strong {
    display: block;
    line-height: 1.25em;
    font-weight: bold;
    position: relative;
}

.buil01-template-10 .title span {
    display: block;
    line-height: 1.25em;
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-10 .title {
        text-align: center;
        font-size: 28px;
    }
    .buil01-template-10 .title span {
        font-size: 16px;
    }
}

@media (min-width: 980px) {
    .buil01-template-10 .title {
        font-size: 24px;
    }
}

@media (min-width: 1100px) {
    .buil01-template-10 .title {
        font-size: 28px;
    }
}

@media (min-width: 1800px) {
    .buil01-template-10 .title {
        font-size: 36px;
    }
}

.buil01-template-10 .btn {
    display: inline-block;
    color: #014365;
    border-bottom: 2px solid #014365;
    line-height: 2.25em;
    transition: all 0.35s ease;
}

.buil01-template-10 .btn svg {
    display: inline-block;
    width: 18px;
    height: auto;
}

.buil01-template-10 .btn img,
.buil01-template-10 .btn svg {
    margin-left: 8px;
    transition: all 0.35s ease;
}

.buil01-template-10 .btn:active img,
.buil01-template-10 .btn:hover img,
.buil01-template-10 .btn:active svg,
.buil01-template-10 .btn:hover svg {
    margin-left: 16px;
}

@media (min-width: 1800px) {
    .buil01-template-10 .btn {
        font-size: 18px;
    }
}

.buil01-template-10 {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-10 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 980px) {
    .buil01-template-10 .career-wrap {
        display: flex;
        align-items: stretch;
        min-height: 45vw;
    }
}

.buil01-template-10 .img-holder {
    /* background: url('../img/t-10/bg-10.jpg') no-repeat left center; */
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.buil01-template-10 .img-holder img {
    display: block;
    width: 45%;
    height: auto;
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-10 .img-holder {
        min-height: 110vw;
    }
    
}

@media (min-width: 740px) and (max-width: 979px) {
    .buil01-template-10 .img-holder {
        min-height: 80vw;
        width: 80%;
    }
}

@media (min-width: 980px) {
    .buil01-template-10 .img-holder {
        width: 42%;
        background-size: cover;
        background-position: center;
    }
    .buil01-template-10 .img-holder img {
        width: 48%;
        position: absolute;
        right: -26%;
    }
}

.buil01-template-10 .content {
    padding: 25px;
}

.buil01-template-10 .content>div {
    padding-top: 40px;
}

.buil01-template-10 .content strong {
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 1100px) {
    .buil01-template-10 .content strong {
        padding-top: 3em;
        margin-bottom: 3em;
    }
}

@media (min-width: 1800px) {
    .buil01-template-10 .content strong {
        font-size: 24px;
    }
}

.buil01-template-10 .content p {
    color: #7e7e7e;
    display: block;
    margin-bottom: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 1800px) {
    .buil01-template-10 .content p {
        font-size: 18px;
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .buil01-template-10 .content {
        width: 49%;
        margin-left: 41%;
        margin-bottom: 60px;
    }
}

@media (min-width: 980px) {
    .buil01-template-10 .content {
        width: 60%;
        display: flex;
        align-items: center;
        padding-left: 21%;
    }
    .buil01-template-10 .content>div {
        border-top: 1px solid #ccdae0;
        width: 100%;
    }
    .buil01-template-10 .content strong,
    .buil01-template-10 .content p {
        width: 50%;
        max-width: 300px;
    }
}

.buil01-template-10 .title span {
    color: #b7b7b7;
    transform: rotate(180deg);
}

@media (min-width: 980px) {
    .buil01-template-10 .title {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .buil01-template-10 .title strong:before {
        content: '';
        display: block;
        border-right: 1px solid #ccdae0;
        height: 500px;
        position: absolute;
        right: 13px;
        top: 0;
        transform: translateY(-105%);
    }
}

@media (min-width: 1800px) {
    .buil01-template-10 .title strong:before {
        right: 21px;
    }
}

@media (min-width: 980px) {
    .buil01-template-10 .title-area {
        position: absolute;
        left: 52.5%;
        top: 15%;
        transform: translateX(-100%);
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
}
.buil01-template-10 .img_mobile{
    display: none;
}
@media (max-width: 1000px){
    .buil01-template-10 .title span{
        transform: rotate(0deg);
    }
}
@media (max-width: 700px) {
    .buil01-template-10 .img_mobile{
        display: block;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
}