@charset "UTF-8";

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

/*--- mainTitle --*/
#mainTitle .title .en::before{
    content: "DEPARTMENT & JOB";
}
#mainTitle .title::before{
    background: url("../images/job/icon_mainTitle.png") center center / contain no-repeat;
}

#mainTitle .deco01 {
    width: 417px;
    left: -4%;
    top: 0px;
}
#mainTitle .deco02{
    width: 328px;
    right: 0;
    bottom: -70px;
}

/*--- allJobContainer --*/

#contents .allJobContainer{
    max-width: 1274px;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 80px);
}


/*--- make --*/

#contents .make{
    max-width: 1106px;
    width: 90%;
    margin: 60px auto 0;
    padding-top: 120px;
    background: url("../images/job/bg_01.png") center 270px / 721px no-repeat;
    position: relative;
}

#contents .make .group{
    position: relative;
}

#contents .make .groupTitle{
    position: absolute;
    max-width: 160px;
    left: calc(50% - 80px);
    top: 583px;
}

#contents .make::after{
}
#contents .frameBox.frameBoxPattern02{
    padding: 5px;
}
#contents .frameBox.frameBoxPattern02 .inner{
    border-radius: 25px;
    padding: 40px 30px;
    position: relative;
}
#contents .department{
    position: relative;
}
#contents .make .department{
    max-width: 420px;
    width: 37.5%;
}
#contents .department .title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 0.5em;
}
#contents .btnList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 13px 10px;
    position: relative;
    z-index: 2;
}
#contents .btnList li{
    width: calc(50% - 5px);
}
#contents .btnList li.large{
    width: 100%;
}
#contents .btnList li.btn01 a {
    padding: 13px 15px 10px 15px;
    justify-content: space-between;
    font-size: 15px;
    display: block;
    position: relative;
}
#contents .btnList li.btn01 a span:not(.linkArrow01){
    white-space: nowrap;
    width: 100%;
    display: block;
    text-align: center;
}
#contents .btnList li.btn01 a .linkArrow01{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-48%);
}


#contents .department .medal{
    width: 120px;
    left: 50%;
    top: 0;
    transform: translate(-50%,-90px);
}
#contents .department .deco{
    z-index: 1;
}

#contents .make .make01{
    margin: 0 auto 53px;
}
#contents .make .make02{
    margin-left: auto;
}
#contents .make .make03{
    margin: 20px auto 0;
}
#contents .make .make04{
    position: absolute;
    left: 0;
    top: 516px;
}
#contents .make .make01 .deco01 {
    width: 250px;
    right: -45%;
    top: -150px;
}
#contents .make .make02 .deco02{
    width: 180px;
    right: -25%;
    top: -312px;
}
#contents .make .make03 .deco03{
    width: 224px;
    left: -38%;
    bottom: -185px;
}
#contents .make .make04 .deco04{
    width: 190px;
    left: -22%;
    top: -220px;
}

#contents .make .arrow{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 22px;
    background: #e21b13;
    height: 260px;
    transform: translate(-50%,calc(110% + 25px));
}
#contents .make .arrow::before,
#contents .make .arrow::after{
    width: 50px;
    height: 25px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
}
#contents .make .arrow::before{
    background: url("../images/job/arrow_top.svg") center top / contain no-repeat;
    top: 0;
    transform: translate(-50%,-100%);
}
#contents .make .arrow::after{
    background: url("../images/job/arrow_bottom.svg") center top / contain no-repeat;
    bottom: 0;
    transform: translate(-50%,100%);
}

#contents .make .circleArrow{
    width: 65px;
}
#contents .make .circleArrow.arrow01{
    top: 350px;
    left: 50%;
    margin-left: 226px;
}
#contents .make .circleArrow.arrow02{
    bottom: 210px;
    left: 50%;
    margin-left: 226px;
}
#contents .make .circleArrow.arrow03{
    bottom: 210px;
    right: 50%;
    margin-right: 226px;
}
#contents .make .circleArrow.arrow04{
    top: 350px;
    right: 50%;
    margin-right: 226px;
}

/*--- newBusiness --*/
#contents .newBusiness{
    max-width: 394px;
    position: absolute;
    top: 1000px;
    right: 0;
    z-index: 1;
    width: 30%;
}
#contents .newBusiness .frameBox.frameBoxPattern02 .inner{
    padding-top: 30px;
}
#contents .newBusiness .groupTitle{
    max-width: 275px;
    margin: 0 auto 10px;
}

#contents .newBusiness > .inner{
    background: #adb7e8;
}
#contents .newBusiness .btnList li{
    width: 100%;
}
#contents .newBusiness .deco07 {
    width: 160px;
    left: -100px;
    bottom: -50px;
}
#contents .newBusiness .deco08{
    width: 80%;
    left: 50%;
    top: -8px;
    transform: translate(-50%,-100%);
    z-index: -1;
}

#contents .newBusiness .arrow{
    position: absolute;
    top: 50%;
    left: -50px;
    height: 22px;
    background: #e21b13;
    width: 57%;
    transform: translate(-100%,-50%);
}
#contents .newBusiness .arrow::before{
    width: 25px;
    height: 50px;
    content: "";
    display: block;
    position: absolute;
    right: 0%;
    background: url("../images/job/arrow_right.svg") center top / contain no-repeat;
    top: 50%;
    transform: translate(100%,-50%);
}

/*--- support --*/
#contents .support {
    margin-top: 360px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#contents .support > .inner{
    background: #66dd9f;
}
#contents .support .groupTitle{
    max-width: 314px;
    margin: 0 auto 10px;
}
#contents .support .btnList {
    justify-content: center;
    margin: 20px 0;
    gap: 20px;
}
#contents .support .btnList li{
    width: calc(24% - 10px);
}
#contents .support .inner02{
    background: url("../images/common/bg_check.png") left top / 72px repeat #c2f1d9;
    border-radius: 25px;
    border: 2px solid #000;
    padding: 30px;
    margin-top: 30px;
}
#contents .support .deco05 {
    width: 170px;
    right: -103px;
    bottom: -90px;
}
#contents .support .deco06{
    width: 341px;
    left: 70px;
    top: -8px;
    transform: translate(0,-100%);
}



/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/



/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
}


/*----------------------------------------------------
	☆UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {
    
    #contents .frameBox.frameBoxPattern02 .inner{
        padding: 40px 15px;
    }
    #contents .department.pink .btnList li:nth-child(2) span:not(.linkArrow01),
    #contents .department.pink .btnList li:nth-child(3) span:not(.linkArrow01){
        transform: scale(0.8) translate(-11px, -1px);
    }
    #contents .newBusiness .inner .frameBox.frameBoxPattern02{
        width: 100%;
    }
    #contents .make .make01 .deco01{
        right: -49%;
        width: 230px;
    }
    #contents .make .make02 .deco02{
        width: 160px;
        right: -18%;
		top: -280px;
    }
    #contents .make .make03 .deco03 {
        width: 190px;
		left: -40%;
        bottom: -150px;
    }
    #contents .make .make04 .deco04 {
        width: 160px;
        left: -15%;
        top: -180px;
    }
    #contents .newBusiness .deco07 {
        left: -122px;
    }
    #contents .support .deco05 {
        width: 160px;
        right: -114px;
    }
    
}

/*----------------------------------------------------
	☆UNDER 1000
----------------------------------------------------*/

@media screen and (max-width:1000px) { 
    
    #contents .section {
        padding: 50px 0;
    }
    
    
    #mainTitle .deco01 {
        bottom: -40px;
        width: 350px;
        left: -15%;
    }
    #mainTitle .deco02 {
        width: 34%;
        right: auto;
        bottom: auto;
        left: 71%;
        top: 2px;
    }
    
    #contents .frameBox.frameBoxPattern02 .inner {
        padding: 40px 30px;
    }
    
    /*--- make ---*/
    
    #contents .make{
        background: #808080;
        border: 2px solid #000;
        border-radius: 30px;
        position: relative;
        padding: 50px;
    }
    #contents .make::before{
        content: "";
        display: block;
        background: #e6e6e6;
        border: 2px solid #000;
        border-radius: 25px;
        position: absolute;
        left: 5px;
        top: 5px;
        width: calc(100% - 14px);
        height: calc(100% - 14px);
        z-index: 0;
    }
    
    #contents .make .groupTitle{
        position: relative;
        left: auto;
        bottom: auto;
        top: auto;
        right: auto;
        margin: 0 auto 30px;
        max-width: 318px;
        z-index: 2;
    }
    
    #contents .make .department{
        width: 100%;
        position: relative !important;
        left: auto;
        bottom: auto;
        top: auto;
        right: auto;
        margin: 120px auto 0 !important;
        max-width: none;
    }
    #contents .make .department::after{
        content: "";
        display: block;
        width: 50px;
        aspect-ratio: 50 / 44;
        background: url( "../images/job/arrow_bottom_02.svg") center center / contain no-repeat;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,70%);
        position: absolute;
    }
    #contents .make .department.make04::after{
        display: none;
    }
    #contents .make .circleArrow{
        display: none;
    }
    
    #contents .make .make01 .deco01 {
        right: -100px;
        z-index: 1;
        top: -250px;
    }
    #contents .make .make02 .deco02 {
        width: 160px;
        right: auto;
        left: -95px;
        top: -160px;
        z-index: 0;
    }
    #contents .make .make03 .deco03 {
        width: 195px;
        left: auto;
        bottom: auto;
        right: -100px;
        top: -162px;
    }
    #contents .make .make04 .deco04 {
        width: 150px;
        left: -110px;
        bottom: auto;
        top: -131px;
    }
    #contents .make .arrow {
        height: 80px;
    }
    
    
    /*--- support ---*/
    #contents .support {
        margin-top: 140px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #contents .support .deco06 {
        width: 230px;
        left: 18px;
    }
    #contents .support .btnList{
        justify-content: space-between;
        gap: 13px 10px;
        margin: 13px 0;
    }
    #contents .support .btnList li{
        width: calc(50% - 5px);
    }
    #contents .support .btnList:nth-child(1) li:nth-child(1){
        width: 100%;
    }
    
    /*--- newBusiness ---*/
    #contents .newBusiness{
        position: relative;
        top: auto;
        right: auto;
        max-width: none;
        z-index: 1;
        width: 90%;
        margin: 140px auto 0;
    }
    #contents .newBusiness .deco08 {
        max-width: 210px;
        left: 30px;
        transform: translate(0, -100%);
    }
    #contents .newBusiness .arrow{
        position: absolute;
        left: 50%;
        top: 0;
        width: 22px;
        background: #e21b13;
        height: 80px;
        transform: translate(-50%, calc(-100% - 38px));
    }
    #contents .newBusiness .arrow::before,
    #contents .newBusiness .arrow::after{
        width: 50px;
        height: 25px;
        content: "";
        display: block;
        position: absolute;
        left: 50%;
    }
    #contents .newBusiness .arrow::before{
        background: url("../images/job/arrow_top.svg") center top / contain no-repeat;
        top: 0;
        transform: translate(-50%,-100%);
    }
    #contents .newBusiness .arrow::after{
        background: url("../images/job/arrow_bottom.svg") center top / contain no-repeat;
        bottom: 0;
        transform: translate(-50%,100%);
    }
    
    #contents .newBusiness .deco07 {
        left: -87px;
    }
    
    
}


/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    #mainTitle .deco01 {
        bottom: auto;
        top: 20px;
        width: 160px;
    }
    #mainTitle .deco02 {
        bottom: auto;
        left: 75%;
        width: 122px;
        top: 7px;
    }
    
    #contents .btnList li{
        width: 100%;
    }
    
    #contents .allJobContainer {
        width: calc(100% - 10px);
        padding-bottom: 70px;
    }
    #contents .frameBox.frameBoxPattern02 .inner {
        padding: 40px 15px;
        border-radius: 14px;
    }
    
    #contents .department .medal {
        width: 100px;
        transform: translate(-50%, -64px);
    }
    
    /*--- make ---*/
    #contents .make {
        padding: 50px 20px;
        margin-top: 30px;
    }
    #contents .make .department {
        margin: 92px auto 0 !important;
    }
    #contents .make .make01 .deco01 {
        right: -83px;
        top: -93px;
        width: min(170px, 62%);
    }
    #contents .make .make02 .deco02 {
        top: -100px;
        left: -44px;
        width: min(118px, 41%);
    }
    #contents .make .make03 .deco03 {
        width: min(170px, 56%);
        top: -100px;
        right: -60px;
    }
    #contents .make .make04 .deco04 {
        width: min(120px, 50%);
        left: -38px;
        top: -95px;
    }
    
    #contents .make .arrow {
        height: 60px;
    }
    
    /*--- support ---*/
    #contents .support .deco05 {
        width: 109px;
        right: -9px;
        bottom: -144px;
    }
    #contents .support .btnList li{
        width: 100%;
    }
    #contents .support .deco06 {
        width: 200px;
        left: 12px;
    }
    
    /*--- newBusiness ---*/
    #contents .newBusiness .arrow {
        height: 60px;
        transform: translate(-50%, calc(-100% - 52px));
    }
    #contents .newBusiness .deco07 {
        width: 130px;
        right: auto;
        bottom: -98px;
        left: calc(50% - 64px);
    }
}

