/* job Page */

.jobpage {
    position: relative;
    width: 1440px;
    height: 2148px;    
    margin: 0 auto;
    background-color: #ffffff;
}
 

.text-1 { 
    font-family: "HelveticaNeueB";
    font-size: 55px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #25282e;
    position: absolute;
    top: 240px;
    left: 9.02%;
    z-index: 1;
}
 

.text-2 {
    width: 589px;
    height: 80px;
    font-family: "HelveticaNeue";
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #25282e;
    position: absolute;
    top: 360px;
    left: 9.02%;
}



.Rectangle-1-job {
    width: 16%;
    height: 20px;
    background-color: #ffbb33;
    position: absolute;
    top: 286px;
    left: 14%;
}

@-moz-document url-prefix() { 
    .Rectangle-1-job {
        width: 18%;
        height: 20px;
        background-color: #ffbb33;
        position: absolute;
        top: 285px;
        left: 13.5%;
    }
  }

.triangle-right-job {
    width: 0px;
    height: 0px;  
	border-top: 140px solid transparent;
	border-left: 780px solid #f5f5f5;;
    border-bottom: 640px solid transparent;
    position: absolute;
    top: 500px;
    left: 22.91%; 
}



.triangle-left-job {
    width: 0px;
    height: 688px;  
	border-top: 544px solid transparent;
	border-right: 780px solid #f5f5f5;;
    border-bottom: 144px solid transparent;
    position: absolute;
    top: 816px;
    left: 0px;
    z-index: 0;
}


.Rectangle-2-job {
    width: 54.16%;
    height: 360px;
    background-color: #ffbb33;
    position: absolute;
    top: 680px;
    left: 9.02%;
}

.Rectangle-3-job {
    width: 25%;
    height: 360px;
    background-color: #ffbb33;
    position: absolute;
    top: 680px;
    left: 65.97%;
}

.Rectangle-4-job {
    width: 25%;
    height: 360px;
    background-color: #ffbb33;
    position: absolute;
    top: 1080px;
    left: 9.02%;
}

.Rectangle-5-job {
    width: 27.77%;
    height: 400px;
    background-color: #25282e;
    position: absolute;
    top: 1060px;
    left: 36.11%;
}

.Rectangle-6-job {
    width: 25%;
    height: 360px;
    background-color: #ffbb33;
    position: absolute;
    top: 1080px;
    left: 65.97%;
}

.job-duration-1-job-1 {
    width: 219px;
    height: 24px;
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    position: absolute;
    top: 40px;
    left: 40px;
}

.job-title-job-1 {
    width: 219px;
    height: 80px;
    font-family: "HelveticaNeueB";
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #25282e;
    position: absolute;
    top: 74px;
    left: 40px;
  }

.job-duration-1-job-2 {
    width: 219px;
    height: 24px;
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    position: absolute;
    top: 60px;
    left: 60px;
}

.job-title-job-2 {
    width: 73.20%;
    height: 200px;
    font-family: "HelveticaNeueB";
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    position: absolute;
    top: 94px;
    left: 60px;
}

.ic-arrow-white-job {
    width: 24px;
    height: 24px;
    object-fit: contain;
    position: absolute;
    top: 320px;
    left: 60px;
}


@media screen and (max-width: 1430px) {
    .jobpage {
        position: relative;
        width: 1024px;
        height: 2148px; 
        margin: 0 auto;
        background-color: #ffffff;
    } 


    .Rectangle-1-job {
        width: 23%;
        top: 285px;
        left: 15%;
    }
    
    @-moz-document url-prefix() { 
        .Rectangle-1-job { 
            width: 25%;
            top: 285px;
            left: 16%;
        }
      }    

 

    .triangle-right-job { 
        border-left: 700px solid #f5f5f5; 
    }

    .triangle-left-job { 
        border-right: 700px solid #f5f5f5; 
    } 
    .job-title-job-2 {
         font-size: 25px; 
    }
}