@charset "utf-8";

/* ---------------------------------
        common
------------------------------------*/
.twoColumnLeft {
    width: 230px;
    z-index: 2;
}
.twoColumnRight{
    width: 744px;
    z-index: 1;
}
.btnNoLink {
    border-color: #707070 !important;
    background-color: #707070 !important;
    cursor: default !important;;
    color: #333 !important;;
}
.btnNoLink .jobDeitilsBtnText {
    color: #fff !important;
}
.btnNoLink:hover {
    opacity: 1 !important;
}
.favoriteBtnText {
    display: none;
}
.is-active .favoriteBtnText {
    display: inline;
}

.searchBtnListWrap__topMargin {
    margin-top: 50px;
}
/* ---------------------------------
        side
------------------------------------*/
.sideArea {
    width: 100%;
}
.jobSideSearchArea {
    border-radius: 5px;
    background-color: #fff;
}
.jobSideSearchArea.is-sticky {
    width: 230px;
    position: fixed;
    z-index: 2;
    /* overflow-y: scroll; */
    max-height: calc(100vh - 80px);
}
.jobSideSearchArea.is-fixed {
    width: 230px;
    position: absolute;
    z-index: 2;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
}

.sideArea.open + .sideArea {
    margin-top: 40px;
}

.jobSearchFormSidetable {
    margin-top: 0;
    padding: 0;
}
.jobSearchFormSidetable .inputModalBtn {
    min-width: auto;
    min-width: inherit;
    border: 1px solid #FF0000;
    border-radius: 5px;
    padding: 3.5px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #FF0000;
    text-align: center;
    background-image: none;
}
.jobSearchFormSidetable .inputText {
    min-width: auto;
    min-width: inherit;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #333333;
    border-radius: 5px;
}
.jobSearchFormSidetable .inputSelect {
    min-width: auto;
    min-width: inherit;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    padding: 10px 20px 10px 10px;
    font-size: 14px;
    background-position: calc(100% - 10px) center;
}
.jobSearchFormSidetable .inputSelect.inputSalaryWidth120 {
    min-width: auto;
    min-width: inherit;
    width: 120px;
}
.jobSearchFormSidetable .inputCheckbox + label {
    margin-top: 10px;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 1.2em;
}
.jobSearchFormSidetable .inputCheckbox + label::before {
    height: 16px;
    width: 16px;
}
.jobSearchFormSidetable .inputCheckbox:checked + label:after {
    /* height: 3px;
    width: 6px;
    left: 4px;
    top: 4px; */
    height: 3px;
    width: 6px;
    left: 5px;
    top: 4px;
}
.formSideTableList {
    width: 100%;
    max-height: calc(100vh - 400px);
    overflow-y: scroll;
}

.is-sticky .formSideTableList,
.is-fixed .formSideTableList { 
    max-height: calc(100vh - 300px);
}
.formSideTableLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #DEDEDE;
    padding: 20px;
}
.formSideTableLine:nth-child(n+2) {

}
.formSideTableTitle {
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.01em;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formSideTableInput {
    width: 100%;
}
.formSideTableInput_free{
    width: 100%;
    margin-top: 10px;
}
.formSideTableInputList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.formSideTableInputList:nth-child(n+2) {
    margin-top: 5px;
}
.formSideTableInputList__center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.formSideTableInputListItem {
    margin-right: 5px;
}
.formSideTableInputListItem:last-child {
    margin-right: 0;
}
.formSideTableInputListChoices {
    min-width: 30%;
    margin-right: 2.5%;
}
.formSideTableInputNoList {
    margin-top: 5px;
    letter-spacing: 0.01em;
}

.searchJobResultDescText01 {

}
.resultDescText01 {
    font-weight: 700;
}
.resultNunmber {
    padding: 0 5px;
    font-size: 25px;
    color: #FF0000;
}

.searchJobSideBtnWrap {
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
    text-align: center;
}
.searchJobSideBtnListWrap {
    margin-top: 10px;
}
.searchJobSideBtn {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-radius: 24px;
    background-color: #FF0000;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
}
.searchJobSideBtn__gray {
    background-color: #EDF0F2;
    color: #333333;
    cursor: default;
}

.searchJobSideBtnText {

}

.searchJobSideClearLink {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
    text-align: center;
}

/* ---------------------------------
        search list
------------------------------------*/
.jobList01{
    width: 100%;
}
.jobList01Item{
    position: relative;
    width: 100%;
    margin-top: 35px;
    padding: 30px;
    border-radius: 8px;
}
.jobList01Item:first-child{
    margin-top: 10px;
}
.newIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 25px;
    border-top-left-radius: 8px;
    background-color: #FF0000;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.newIconText {
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
}
.jobList01Wrap{
    position: relative;
}
.favoriteIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 38px;

    font-size: 0;
    z-index: 5;

    background-image: url("../images/icon_favorite_off-2.svg");
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
    background-size: contain;
    cursor: pointer;
}
.is-active.favoriteIcon {
    background-image: url("../images/icon_favorite_on-2.svg");
}

.favoriteClickText {
    width: 110px;
    opacity: 0;
    position: absolute;
    top: -37px;
    right: -32px;
    border: 1px solid #FF0000;
    border-radius: 10px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    background-color: #FF0000;
    z-index: 5;
    color: #FF0000;
    background-color: #FFF;
}
.is-show.favoriteClickText {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 0s;
}
.favoriteClickTextOn {
    display: none;
}
.favoriteClickTextOff {
    display: inline;
}
.is-active .favoriteClickText {
    color: #FFF;
    background-color: #FF0000;
}
.is-active .favoriteClickTextOn {
    display: inline;
}
.is-active .favoriteClickTextOff {
    display: none;
}


.jobList01HeaderSp {

}
.jobList01Header{
    min-height: 55px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobList01ClientText {
    margin-bottom: 5px;
    font-weight: 500;
}
.jobList01Title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.01em;
    width: 591px;
}
.iconList{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.icontag {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #FF9B5D;
    padding: 3px 9px;
    border-radius: 5px;
    background-color: #FFEEE7;
    margin-right: 10px;
}

.jobListmiddlearea{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%;
}
.jobListLeftContent {
    margin-top: 10px;
    width: calc(100% - 280px);
}
.jobcontentList {

}
.jobListcontent{
    width: 100%;
    margin-top: 15px;
    font-weight: 700;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobListcontent:first-child{
    margin-top: 0;
}
.jobcontentTitle{
    width: 95px;
}
.jobcontentText {
    width: calc(100% - 95px);
}

.jobDownTextArea{
    margin-top: 15px;
}
.jobDownText {
    line-height: 1.5;
}

.jobListRightContent {

}
.jobContentImg {
    width: 265px;
    height: 120px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jobBtnListWrap {
    margin-top: 15px;
}
.jobListBtn{
    width: 327px;
    padding: 15px 0;
    border-radius: 5px;
    background-color: #FF0000;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} 
.btn_univercityRed {
    background-color: #fff;
    border: 2px solid #FF0000;
}
.btn_univercityRed .btnText {
    color: #FF0000;
}


/* ---------------------------------
        job details
------------------------------------*/
.jobDeitilsHeader{

}
.pageMainHeader + .jobDeitilsHeader {
    margin-top: 50px;
}
.jobDeitilsHeaderUp {
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobDeitilsHeaderUpLeft {
    width: calc(100% - 270px);
}
.clientText{
    font-size: 12px;
    font-weight: 500;
}
.jobDeitilsInfo {
    margin-top: 10px;
}
.jobDeitilsInfoText {
    font-size: 12px;
    font-weight: 500;
}
.jobDeitilsInfoText:nth-child(n+2) {
    margin-left: 20px;
}
.jobDeitilsTitle {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.42;
    font-weight: 700;
}

.jobDeitilsHeaderUpRight {
    width: 250px;
    height: 120px;
}
.jobDeitilsContentImg {
    width: 100%;
    height: 100%;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jobDeitilsIconList {
    margin-top: 18px;
    width: 100%;
}

.jobDeitilsTabel {
    padding: 30px 75px 75px;
    margin-top: 35px;
}

.borderList01{
    border: none;
    border-bottom: 1px solid #707070;
}
.borderList01:last-child{
    border-top: none;
    padding: 35px 0;
}
.de_B_Width01{
    width: 142px;
    padding: 0;
}
.de_B_Width02{
    width: 515px;
}

.jobDeitilsBtnListWrap {
    padding: 20px 0;
}
.jobDeitilsBtnListWrap__topMargin {
    margin-top: 50px;
}
.jobDeitilsBtn {
    display: block;
    width: 230px;
    border-radius: 5px;
    border: 2px solid #FF0000;
    padding: 15px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-align: center;
    color: #FFF;
    background-color: #FF0000;
    cursor: pointer;
}
.jobDeitilsBtn:hover  {
	opacity: 0.7;
}
.jobDeitilsBtn:nth-child(n+2) {
    margin-left: 30px;
}
.jobDeitilsBtn__redLine {
    border: 2px solid #FF0000;
    color: #FF0000;
    background-color: #FFF;
}
.jobDeitilsBtn__long {
    width: 400px;
}
.jobDeitilsBtnText {

}

.is-active.jobDeitilsBtn__redLine {
    color: #FFF;
    background-color: #FF0000;
}

/* details bottom sticky */
.jobDeitilsListFooterWrap {
    margin-top: 40px;
}
.jobDeitilsListFooter {

}
.is-sticky.jobDeitilsListFooter {
    position: fixed;
    min-width: 1280px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(112, 112, 112, 0.2);
}
.is-sticky.jobDeitilsListFooter .jobDeitilsBtnListWrap {
    width: 830px;
    margin: 0 auto;
    background-color: rgba(112, 112, 112, 0.2);
}

/* 
recommendWrap お薦め求人
 */
.recommendWrap{
    margin-top: 100px;
}
.recommendTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}
.recommendList {
    margin-top: 50px;
}
/* ---------------------------------
        brand list
-----------------------------------*/
.brandAnchorList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.brandAnchorListItem {
    position: relative;
    padding: 0 20px;
}
.brandAnchorListItem:nth-child(n+2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: #FF0000;
}
.brandAnchorListItemLink {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.01em;

    text-decoration: none;
}
.brandListWrap {
    margin-top: 40px;
}
.brandListBox:nth-child(n+2) {
    margin-top: 40px;
}
.brandListTitle {
    border-bottom: 1px solid #FF0000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
}
.brandList {
    margin-top: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.brandListItem {
    margin-top: 20px;
    margin-left: 42px;
    width: 176px;
}
.brandListItem:nth-child(4n+1) {
    margin-left: 0;
}
.brandListItemLink {
    display: block;
    width: 100%;
    text-decoration: none;
}
.brandListItemImg {
    width: 176px;
    height: 80px;
    font-size: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.brandListItemText {
    margin-top: 5px;
    line-height: 1.5;
}

/* ---------------------------------
        sticky
------------------------------------*/
.stickyWrap {
    position: relative;
}

/* ---------------------------------
        popup
------------------------------------*/
.popupWrap {
    display: none;
}
.is-show.popupWrap {
    display: block;
}
.popupBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 36;
    background-color: rgba(52, 52, 52, 0.95);
}
.popupContentsWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 37;
    top: 0;
    left: 0;
}
.popupContentsWrap {
    display: none;
}
.popupContentsWrap.is-active {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
}
.popupContents {
    width: 766px;
    position: relative;
}

/*----------------------------------------
  画面の横幅が600pxまで
----------------------------------------*/
@media (max-width: 600px) {
    
    /* ---------------------------------
            common
    ------------------------------------*/
    .btn {
        min-width: inherit;
        min-width: auto;
        padding: 3.33vw 0;
        border-radius: 1.5vw;
    }
    .btn_univercityRed {
        border: 0.33vw solid #FF0000;
    }
    .btnText {
        font-size: 4.66vw;
        line-height: 1.4;
    }

    .twoColumnLeft {
        width: 100%;
    }
    .twoColumnRight {
        width: 100%;
    }
    .searchBtnListWrap__topMargin {
        margin-top: 8.33vw;
    }
    .searchBtnListWrap__topMargin .btn {
        padding: 3.33vw;
    }
    .contactFlame02Text01 {
        letter-spacing: -0.05em;
    }
    /* ---------------------------------
            side
    ------------------------------------*/
    .jobSideSearchAreaWrap {
        padding-top: 3.33vw;
    }
    .jobSideSearchArea {
        border-radius: 1.66vw;
    }
    .jobSideSearchArea.is-sticky {
        width: 93.33vw;
        max-height: calc(100vh - 21.66vw);
    }
    .jobSideSearchArea.is-fixed {
        width: 93.33vw;
        max-height: calc(100vh - 21.66vw);
    }

    .jobSearchFormSidetable .inputText {
        min-width: auto;
        min-width: inherit;
        width: 100%;
        padding: 2.5vw;
        font-size: 4vw;
        border: 0.16vw solid #707070;
        border-radius: 0.83vw;
    }

    .jobSearchFormSidetable .inputCheckbox + label {
        margin-top: 3.33vw;
        padding: 0 0 0 6.66vw;
        font-size: 4vw;
        line-height: 1.4em;
        background-color: #fff;
    }
    .jobSearchFormSidetable .inputCheckbox + label::before {
        height: 5.5vw;
        width: 5.5vw;
        border-radius: 1.33vw;
        border: 0.16vw solid #707070;
    }
    .jobSearchFormSidetable .inputCheckbox:checked + label::before {
        border: 0.16vw solid #FF0000;
    }
    .jobSearchFormSidetable .inputCheckbox:checked + label:after {
        height: 1vw;
        width: 2vw;
        left: 1.33vw;
        top: 2vw;
    }

    .formSideTableMainTitle {
        border-radius: 1.5vw;
        padding: 1.66vw 5vw;
        font-size: 4.66vw;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        background-color: #FF0000;
    }
    .formSideTableMainTitleText {
        padding-left: 6.66vw;
        background-image: url("../images/icon_loupe_white.svg");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 4.83vw;
    }
    .formSideTableList {
        max-height: initial;
        max-height: auto;
        overflow-y: auto;
    }
    .formSideTableLine {
        border-bottom: 0.16vw solid #DEDEDE;
        padding: 3.33vw;
    }
    .formSideTableTitle {
        line-height: 1.4;
    }
    .jobSearchFormSidetable .inputModalBtn {
        min-width: auto;
        min-width: inherit;
        border: 0.16vw solid #FF0000;
        border-radius: 0.83vw;
        padding: 0.83vw 3.33vw;
        font-size: 3.83vw;
        letter-spacing: 0.04em;
    }
    .formSideTableInputNoList {
        margin-top: 1.66vw;
    }
    .formSideTableInput_free {
        width: 100%;
        margin-top: 1.66vw;
    }
    .searchJobSideBtnWrap {
        border-bottom-left-radius: 1.66vw;
        border-bottom-right-radius: 1.66vw;
        padding: 3.33vw;
    }
        
    .searchJobResultDescText01 {

    }
    .resultDescText01 {
        font-size: 3.66vw;
    }
    .resultNunmber {
        padding: 0 1.66vw;
        font-size: 4.66vw;
    }
    .searchJobSideBtnListWrap {
        margin-top: 3.33vw;
    }
    .searchJobSideBtn {
        margin: 0 auto;
        width: 72.5vw;
        padding: 3.33vw 0;
        border-radius: 7.16vw;
        font-size: 4.66vw;
        letter-spacing: 0;
    }
    .searchJobSideBtn__up {
        background-image: url("../images/wedge_up_white.svg");
        background-repeat: no-repeat;
        background-position: calc(100% - 5vw) center;
        background-size: 4vw 1.66vw;
    }
    .searchJobSideBtn__gray {

    }
    .searchJobSideClearLink {
        margin-top: 5vw;
        font-size: 4.66vw;
        line-height: 1.4;
    }

    .is-sticky .resultDescText01 {
        color: #FFF;
    }
    .is-sticky .resultNunmber {
        color: #FFF;
    }
    .is-sticky .searchJobSideClearLink {
        color: #FFF;
    }

    .sideJobSearchListFooter .searchCount {
        font-size: 3.73vw;
        text-align: center;
        line-height: 1.5;
    }
    .jobTotalCnt {
        font-size: 6.13vw;
        padding: 0 1.33vw;
    }
    .sideJobSearchListFooterBtnWrap {
        margin-top: 0;
    }
    .sideJobSearchListFooterBtn {
        width: 69.33vw;
    }

    .footerJobSearchViewWrap {
        display: block;
        width: 100%;
        height: 18.33vw;
    }
    .footerJobSearchView {
        display: block;
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
        padding: 2.66vw 0;
        background-color: rgba(112, 112, 112, 0.8);
        z-index: 5;
    }
    .is-fixed.footerJobSearchView {
        position: fixed;
        left: 0;
        bottom: 0;
    }
    .footerJobSearchViewInner {
        margin: 0 auto;
        width: 69.33vw;

        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footerJobSearchViewPagenationCount {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footerJobSearchViewBtnAnchor {
        margin-top: 2.66vw;
        padding: 3.2vw 4vw;
        font-size: 4.8vw;
    }
    .footerJobSearchView .pagenationCount > * {
        color: #fff;
        font-size: 3.2vw;
    }
    .footerJobSearchView .pagenationCountTotalNum {
        padding: 0 1.33vw;
        color: #fff;
        font-size: 6.13vw;
    }

    /* ---------------------------------
            search list
    ------------------------------------*/
    .search .topBtn {
        display: none !important;
    }
    .jobList01 {
        margin-top: 3.33vw;
    }
    .jobList01Wrap{

    }
    .jobList01Item {
        margin-top: 8.33vw;
        border-radius: 1.66vw;
        padding: 5vw 3.33vw;
    }
    .jobList01Item:first-child {
        margin-top: 0;
    }
    .newIcon {
        width: 13.33vw;
        height: 11.66vw;
        border-top-left-radius: 1.33vw;
    }
    .newIconText {
        font-size: 3.83vw;
    }

    .jobList01HeaderSp {
        position: relative;
        min-height: 6vw;
    }
    .jobContentImg {
        margin: 0 auto;
        width: 54.66vw;
        height: 21.83vw;
    }
    .favoriteIcon{
        position: absolute;
        /* top: 10.83vw; */
        top: 50%;
        right: 1.66vw;
        margin-top: -3.165vw;
        width: 7.66vw;
        height: 6.33vw;
        /* width: 7.16vw;
        height: 6vw; */
        /* width: 7.5vw;
        height: 6.33vw; */
    }
    .favoriteClickText {
        width: 23.33vw;
        top: -6.66vw;
        right: -7.5vw;
        border-width: 0.16vw;
        border-radius: 1.66vw;
        padding: 0.83vw;
        font-size: 3vw;
    }

    .jobList01Header {
        min-height: inherit;
        min-height: auto;
        margin-top: 3.33vw;
    }
    .jobList01ClientText {
        margin-bottom: 0.83vw;
    }
    .jobList01Title {
        width: 100%;
        font-size: 4.33vw;
        line-height: 1.5;
    }
    .iconList{ 
        margin-top: 1.66vw;
    }
    .icontag{
        margin-top: 1.66vw;
        font-size: 3vw;
        padding: 0.66vw 2vw;
        border-radius: 1.66vw;
        margin-right: 1.66vw;
    }
    .jobListmiddlearea{
        margin-top: 3.33vw;
    }
    .jobListLeftContent {
        margin-top: 0;
        width: 100%;
    }
    .jobListcontent {
        margin-top: 1.66vw;
        width: 100%;
        font-size: 3.66vw;
        line-height: 1.4;
        letter-spacing: 0.01em;
    }
    .jobListcontent:first-child{
        margin-top: 0;
    }
    .jobcontentTitle {
        width: 23.33vw;
    }
    .jobcontentText {
        width: calc(100% - 23.33vw);
        font-weight: 500;
    }
    .jobDownTextArea{
        margin-top: 3.33vw;
    }
    .jobDownText{
        font-size: 3.66vw;
        line-height: 1.4;
        letter-spacing: 0.01em;
        color: #707070;
    }
        
    .jobBtnListWrap {
        margin-top: 4.16vw;
    }
    .jobListBtn{
        width: 41.66vw;
        padding: 3.33vw 0;
        border-radius: 1.5vw;
    }
    .btn_univercityRed {
        background-color: #fff;
        border: 0.33vw solid #FF0000;
    }
    /* list bottom sticky */
    .sideJobSearchListFooterWrap {

    }
    .sideJobSearchListFooter {

    }
    .is-sticky.sideJobSearchListFooter {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 5;
        background-color: rgba(112, 112, 112, 0.8);
    }
    .is-sticky.sideJobSearchListFooter .searchJobSideBtnWrap {
        width: 93.33vw;
        margin: 0 auto;
        box-shadow: 0vw 0.5vw 1vw 0vw rgba(0, 0, 0, 0.16);
    }

    /* ---------------------------------
            job details
    ------------------------------------*/
    .jobDeitilsHeader{

    }
    .pageMainHeader + .jobDeitilsHeader {
        margin-top: 8.33vw;
    }
    .jobDeitilsHeaderUp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .jobDeitilsHeaderUpLeft {
        width: 100%;
        margin-top: 3.33vw;
    }
    .clientText{
        font-size: 3.66vw;
    }
    .jobDeitilsInfo {
        margin-top: 1.66vw;
    }
    .jobDeitilsInfoText {
        display: block;
        font-size: 3.66vw;
    }
    .jobDeitilsInfoText:nth-child(n+2) {
        margin-top: 1.66vw;
        margin-left: 0;
    }
    .jobDeitilsTitle{
        margin-top: 3.33vw;
        font-size: 6vw;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0.05em;
    }
    .jobDeitilsHeader{
        padding-top: 3.33vw;
    }
    .jobDeitilsHeaderUpRight {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .jobDeitilsContentImg {
        margin: 0 auto;
        width: 54.66vw;
        height: 25vw;
    }

    .jobDeitilsIconList {
        margin-top: 3.33vw;
    }

    .jobDeitilsTabel {
        margin-top: 8.33vw;
        padding: 5vw 3.33vw 10vw;
    }

    .borderList01{
        border-top: none;
        border-bottom: 0.16vw solid #707070;
        padding: 5vw 0;
    }
    .de_B_Width01{
        width: 100%;
        padding: 0;
        font-size: 4.33vw;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    .de_B_Width02{
        width: 100%;
        padding: 3.33vw 0 0;
        font-size: 4.33vw;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }

    .jobDeitilsBtnListWrap {
        padding: 3.33vw 0;
    }

    .jobDeitilsBtnListWrap__topMargin {
        margin-top: 8.33vw;
    }

    .jobDeitilsBtn {
        display: block;
        width: 41.66vw;
        border-radius: 1.5vw;
        border: 0.33vw solid #FF0000;
        padding: 3.33vw;
        font-size: 4.66vw;
    }

    .jobDeitilsBtn:nth-child(n+2) {
        margin-left: 3.33vw;
    }
    .jobDeitilsBtn__redLine {
        border: 0.33vw solid #FF0000;
    }
    .jobDeitilsBtn__long {
        width: 41.66vw;
    }
    .jobDeitilsBtnText {

    }

    /* details bottom sticky */
    .jobDeitilsListFooterWrap {
        margin-top: 6.66vw;
    }
    .jobDeitilsListFooter {

    }
    .is-sticky.jobDeitilsListFooter {
        min-width: auto;
        min-width: initial;
    }
    .is-sticky.jobDeitilsListFooter .jobDeitilsBtnListWrap {
        width: 93.33vw;
    }

    /* recommendList */
    .recommendWrap{
        margin-top: 20vw;
    }
    .recommendTitle{
        font-size: 6vw;
    }

    /* ---------------------------------
            brand list
    -----------------------------------*/
    .brandAnchorList {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .brandAnchorListItem {
        margin-top: 2vw;
        margin-left: 2vw;
        width: 21.83vw;
        min-height: 8.33vw;
        padding: 0;
    }
    .brandAnchorListItem:nth-child(n+2):before {
        content: none;
    }
    .brandAnchorListItem:nth-child(4n+1) {
        margin-left: 0;
    }
    .brandAnchorListItemLink {
        width: 100%;
        display: block;
        border-radius: 0.33vw;
        padding: 1.66vw;
        font-size: 4vw;
        color: #FFF;
        text-align: center;
        background-color: #FF0000;
    }
    .brandListWrap {
        margin-top: 5vw;
    }
    .brandListBox:nth-child(n+2) {
        margin-top: 8.33vw;
    }
    .brandListTitle {
        border-bottom: 0.33vw solid #FF0000;
        font-size: 5vw;
    }
    .brandList {
        margin-top: 0vw;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .brandListItem {
        margin-top: 5vw;
        margin-left: 0;
        width: 45vw;
    }
    .brandListItem:nth-child(4n+1) {
        margin-left: 0;
    }
    .brandListItemLink {

    }
    .brandListItemImg {
        width: 45vw;
        height: 20.41vw;
    }
    .brandListItemText {
        margin-top: 2.5vw;
        font-size: 2.66vw;
        font-weight: 700;
    }

    /* ---------------------------------
            popup
    ------------------------------------*/
    .popupContents {
        width: 93.33vw;
    }
    .popupContents .btn {
        padding: 3.33vw;
    }
}
