@media screen and (min-width: 1110px) {
    .title {
        position: relative;
        width: 100%;
        height: 600px;
        background-color: #490e6f;
    }

    .bg {
        width: 100%;
        position: absolute;
        bottom: -4px;
        left: 0;
        overflow: hidden;
    }

    .bg img {
        width: 110%;
        margin-left: -5%;
    }

    .title-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 200px;
    }

    .title-h1 {
        max-width: 80%;
        color: #fff;
        font-size: 3vw;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -.01em;
    }

    .title-h1 span {
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
    }

    .title-h3 {
        margin-top: 20px;
    }

    .title-h3 span {
        font-size: 1.8055555556vw;
        line-height: 1.38;
        font-weight: 400;
        letter-spacing: -.01em;
        margin-bottom: 3vw;
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

    }

    .content {
        width: 90%;
        margin: 0 auto 50px;
        color: #490e6f;
    }

    h2 {
        margin-bottom: 1vw;
        font-size: 35px;
        font-size: 2.5vw;
        line-height: 1.38;
    }

    .careers-ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;

        justify-content: space-between;
    }

    .careers-ul li {
        width: 18%;
        display: flex;
        align-items: flex-end;
    }

    .careers-item {
        display: block;
        padding-left: 1.5972222222vw;
        border-left: .1388888889vw solid #9576ff;
    }

    .careers-top {
        width: 100%;
    }

    .careers-title {
        height: 3vw;
        margin-bottom: 10px;
    }

    .careers-title h3 {
        font-weight: 500;
        font-size: 1.5vw;
        line-height: 1.5;
    }

    .careers-text {
        overflow: hidden;
        margin-bottom: 20px;
        transition: height 0.3s ease-in-out;
        font-size: .9722222222vw;
        font-weight: 400;
        letter-spacing: -.01em;
        line-height: 1.53;
        width: 100%;
    }

    .position {
        margin-top: 30px;
    }

    h3 {
        font-size: 1.5vw;
        font-weight: 600;
        letter-spacing: -.01em;
        line-height: 1.55;
        margin: 1vw 0;
    }

    .text {
        font-size: 1.25vw;
        font-weight: 400;
        letter-spacing: -.01em;
        line-height: 1.55
    }

    .position-ul {
        list-style-type: inherit;
        margin: 20px 0;
        padding-left: 20px;
    }

    .position-ul li {
        font-size: 1.25vw;
        font-weight: 400;
        letter-spacing: -.01em;
        line-height: 1.55
    }
}

@media screen and (max-width: 1110px) and (min-width: 768px) {
    .title {
        position: relative;
        width: 100%;
        height: 600px;
        background-color: #490e6f;
    }

    .bg {
        width: 100%;
        position: absolute;
        bottom: -4px;
        left: 0;
        overflow: hidden;
    }

    .bg img {
        width: 110%;
        margin-left: -5%;
    }

    .title-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 200px;
    }

    .title-h1 {
        max-width: 80%;
        color: #fff;
        font-size: 3vw;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -.01em;
    }

    .title-h1 span {
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
    }

    .title-h3 {
        margin-top: 20px;
    }

    .title-h3 span {
        font-size: 1.8055555556vw;
        line-height: 1.38;
        font-weight: 400;
        letter-spacing: -.01em;
        margin-bottom: 3vw;
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

    }

    .content {
        width: 90%;
        margin: 0 auto 50px;
        color: #490e6f;
    }

    h2 {
        margin-bottom: 1vw;
        font-size: 35px;
        font-size: 2.5vw;
        line-height: 1.38;
    }

    .careers-ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;

        justify-content: space-between;
    }

    .careers-ul li {
        width: 18%;
        display: flex;
        align-items: flex-end;
    }

    .careers-item {
        display: block;
        padding-left: 1.5972222222vw;
        border-left: .1388888889vw solid #9576ff;
    }

    .careers-top {
        width: 100%;
    }

    .careers-title {
        height: 3vw;
        margin-bottom: 10px;
    }

    .careers-title h3 {
        font-weight: 500;
        font-size: 1.5vw;
        line-height: 1.5;
    }

    .careers-text {
        overflow: hidden;
        margin-bottom: 20px;
        transition: height 0.3s ease-in-out;
        font-size: .9722222222vw;
        font-weight: 400;
        letter-spacing: -.01em;
        line-height: 1.53;
        width: 100%;
    }

    .position {
        margin-top: 30px;
    }

    h3 {
        font-size: 1.5vw;
        font-weight: 600;
        letter-spacing: -.01em;
        line-height: 1.55;
        margin: 1vw 0;
    }

    .text {
        font-size: 1.25vw;
        font-weight: 400;
        letter-spacing: -.01em;
        line-height: 1.55
    }

    .position-ul {
        list-style-type: inherit;
        margin: 20px 0;
        padding-left: 20px;
    }

    .position-ul li {
        font-size: 1.25vw;
        font-weight: 400;
        letter-spacing: -.01em;
        line-height: 1.55
    }
}

@media screen and (max-width: 768px) {
    .title {
        position: relative;
        width: 100%;
        height: 400px;
        background-color: #490e6f;
    }

    .bg {
        width: 100%;
        position: absolute;
        bottom: -4px;
        left: 0;
        overflow: hidden;
    }

    .bg img {
        width: 110%;
        margin-left: -5%;
    }

    .title-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 150px;
    }

    .title-h1 {
        max-width: 80%;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -.01em;
    }

    .title-h1 span {
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
    }

    .title-h3 {
        margin-top: 20px;
    }

    .title-h3 span {
        font-size: 20px;
        line-height: 1.38;
        font-weight: 400;
        letter-spacing: -.01em;
        margin-bottom: 3vw;
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

    }

    .content {
        width: 90%;
        margin: 0 auto 50px;
        color: #490e6f;
    }

    h2 {
        margin-bottom: 1vw;
        font-size: 35px;
        line-height: 1.38;
    }

    .careers-ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;

        justify-content: space-between;
    }

    .careers-ul li {
        width: 95%;
        display: flex;
        align-items: flex-end;
        margin-bottom: 20px;
    }

    .careers-item {
        display: block;
        padding-left: 1.5972222222vw;
        border-left: .1388888889vw solid #9576ff;
    }

    .careers-top {
        width: 100%;
    }

    .careers-title {
        margin-bottom: 10px;
    }

    .careers-title h3 {
        font-weight: 500;
        font-size: 22px;
        line-height: 1.5;
    }

    .careers-text {
        overflow: hidden;
        margin-bottom: 20px;
        transition: height 0.3s ease-in-out;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -.01em;
        line-height: 1.53;
        width: 100%;
    }

    .position {
        margin-top: 30px;
    }

    h3 {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -.01em;
        line-height: 1.55;
        margin: 1vw 0;
    }

    .text {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -.01em;
        line-height: 1.55
    }

    .position-ul {
        list-style-type: inherit;
        margin: 20px 0;
        padding-left: 20px;
    }

    .position-ul li {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -.01em;
        line-height: 1.55
    }
}