.container_wrap{
    width: 100%;
    max-width: 1044px;
    padding: 0 10px;
    margin: 30px auto 80px;
}
@media screen and (max-width:768px){
    .container_wrap {
        padding: 0;
        margin: 10px auto 0px;
    }
}
.jobsearch-wrap .heading {
    background-color: #24354e;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    padding: 1em;
}

.jobsearch-wrap dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobsearch-wrap dl dd,
.jobsearch-wrap dl dt {
    border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width:768px){
    .jobsearch-wrap dl dd,
    .jobsearch-wrap dl dt {
        border-bottom:none;
    }
}
.jobsearch-wrap dl dt {
    border-left: 1px solid #d6d6d6;
    width: 18%;
    background-color: #EAEAEA;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #1A326E;
    padding: 24px 10px 24px 32px;
    position: relative;
}
@media screen and (max-width:768px){}
.jobsearch-wrap dl dt:first-of-type {
    border-top: 1px solid #d6d6d6;
    border-top-left-radius: 15px;
}
@media screen and (max-width:768px){
    .jobsearch-wrap dl dt:first-of-type {
        border-top:none;
        border-top-left-radius: 0px;
    }
}
.p-dt-text{
    color: #1A326E;
    display: inline-block;
    letter-spacing: .05em;
}
.p-dt-flex{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.jobsearch-wrap dt .arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-100%,-50%) rotate(180deg);
    -ms-transform: translate(-100%,-50%) rotate(180deg);
    -o-transform: translate(-100%,-50%) rotate(180deg);
    transform: translate(-100%,-50%) rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.jobsearch-wrap dt.closed .arrow {
    -webkit-transform: translate(-100%,-50%) rotate(0deg);
    -ms-transform: translate(-100%,-50%) rotate(0deg);
    -o-transform: translate(-100%,-50%) rotate(0deg);
    transform: translate(-100%,-50%) rotate(0deg);
}
.jobsearch-wrap dl .icon {
    height: 23px;
    width: 23px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}
@media screen and (max-width:768px){
    .jobsearch-wrap dl .icon {
        margin-right: 8px;
        height: 24px;
        width: 24px;
    }
}
.jobsearch-wrap dl .icon img {
    vertical-align: sub;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.jobsearch-wrap dl dd {
    border-right: 1px solid #d6d6d6;
    font-size: 15px;
    line-height: 1.8;
    padding: 24px 32px;
    width: 82%;
    background-color: #F9F9F9;
}
.jobsearch-wrap dl dd.narrow {
    padding: 24px 32px;
    border-top: 1px solid #d6d6d6;
    border-top-right-radius: 15px;
}
@media screen and (max-width:768px){
    .jobsearch-wrap dl dd.narrow {
        border-top:none;
        border-top-right-radius: 0px;
    }
}
@media screen and (max-width:768px){
    .checkbox-wrap area{
        padding: .75em 1em;
    }
}
.jobsearch-wrap dl dd.narrow:after {
    content: '';
    display: block;
    clear: both;
}

.jobsearch-wrap dl dd .modalToggle {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 2.6;
    display: inline-block;
    float: left;
    vertical-align: top;
    max-width: 130px;
    text-align: center;
}
.jobsearch-wrap dl dd .choseList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    min-height: 38px;
    margin-left: 145px;
}

.jobsearch-wrap dl dd .choseList {
    margin-left: 0;
}

.jobsearch-wrap dl dd .choseList li {
    width: auto;
    min-width: 33%;
    white-space: nowrap;
}
@media screen and (max-width:768px){
    .jobsearch-wrap dl dd .choseList li {
        min-width:auto;
        width: 50%;
    }
    .p-feature-list {
        border-bottom: 1px solid #ddd;
    }
    .p-feature-list:nth-child(odd){
        border-right: 1px solid #ddd;
    }
     .p-feature-list::nth-last-child(2) {
         border-bottom:none;
     }
      .p-feature-list::nth-last-child(1){
        border-bottom: none;
      }
}
.jobsearch-wrap .checkbox-wrap li {
    display: inline-block;
    padding-right: 20px;
}
.jobsearch-wrap .checkbox-wrap li.p-licence-list {
    width: fit-content;
    padding-right: 32px;
}
.jobsearch-wrap .checkbox-wrap li.p-point-list {
    width: 24%;
    padding-right: 14px;
}
.jobsearch-wrap .checkbox-wrap li.p-feature-list {
    padding-right: 0px;
}
.jobsearch-wrap .checkbox-wrap li.p-feature-list.--adj {
    padding-right: 32px;
}
@media screen and (max-width:768px){
    .jobsearch-wrap .checkbox-wrap li.p-feature-list.--adj {
            padding-right: 0px;
        }
}
.checkbox-wrap.details{
    height: 0;
    visibility: hidden;
}
.jobsearch-wrap .checkbox-wrap.column-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobsearch-wrap .checkbox-wrap.column-2 li {
    width: 50%;
}
.jobsearch-wrap dl dd .choseList input,
.jobsearch-wrap .checkbox-wrap li input {
    display: none;
}
.jobsearch-wrap dl dd .choseList label,
.jobsearch-wrap .checkbox-wrap li label {
    position: relative;
    display: block;
    padding: 0 0 0 1.8em;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
}
.jobsearch-wrap .checkbox-wrap li label.js-label {
    margin-right: 20px;
    margin-bottom: 10px;
}
.p-top-header__link--white.--fv.c-button-margin{
    margin: 0 auto 24px;
    height: 72px;
    max-width: 330px;
    width: 100%;
    font-size: clamp(10px, 4vw, 20px);
        -webkit-box-shadow: 0 1px 5px #999;
            box-shadow: 0 1px 5px #999;
            cursor: pointer;
}
@media screen and (max-width:768px){
    .p-top-header__link--white.--fv.c-button-margin {
        height: 58px;
        max-width: 270px;
    }
    .p-top-header__link--white.--fv.c-button-margin.--fixed {
        margin: 0 auto;
    }
}
.p-clear-button{
    font-size: clamp(10px,4vw,15px);
    text-decoration: underline;
    -webkit-text-decoration-color: #323232;
    text-decoration-color: #323232;
    cursor: pointer;
}
.jobsearch-wrap dl dd .choseList label {
    padding: .4em 20px .4em 1.7em;
    line-height: 1.2;
}
@media screen and (max-width:768px){
    .jobsearch-wrap dl dd .choseList label {
        padding: 16px 8px 16px 42px;
        white-space: wrap;
        line-height: 1.5;
        height: 100%;
        line-height: 100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
    }
    .jobsearch-wrap dl dd .choseList label {
        border-bottom: 1px solid #ddd;
    }
    .jobsearch-wrap dl dd .choseList li:nth-of-type(odd) label{
        border-right: 1px solid #ddd;
    }
    .jobsearch-wrap dl dd .choseList li:nth-of-type(5) label{
        border-bottom:none;
    }
    .jobsearch-wrap dl dd .choseList li:nth-of-type(6) label{
        border-bottom:none;
    }
}
.jobsearch-wrap dl dd .choseList label:before{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 40%;
    left: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 12px;
    margin-top: -2px;
    border-right: 3px solid #fd7f23;
    border-bottom: 3px solid #fd7f23;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
}
.jobsearch-wrap .checkbox-wrap li label:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 40%;
    left: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 12px;
    margin-top: -2px;
    border-right: 3px solid #fd7f23;
    border-bottom: 3px solid #fd7f23;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
}
@media screen and (max-width:768px){
    .jobsearch-wrap dl dd .choseList label:before{
        left: 17px;
    }
    .jobsearch-wrap .checkbox-wrap li label:before {
       left:1px;
    }
}
.jobsearch-wrap .checkbox-wrap li label.js-active:before {
    opacity: 1;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #ffff;
    top: 45%;
}
.jobsearch-wrap dl dd .choseList input.active+label:before{
    border-right: 3px solid #fff;
    border-bottom: 3px solid #ffff;
    top: 48%;
}
.jobsearch-wrap .checkbox-wrap li input.active+label:before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #ffff;
    top:45%;
}
.jobsearch-wrap dl dd .choseList .active input + label:before, .jobsearch-wrap dl dd .choseList input.active + label:before{
    opacity: 1;
}
.jobsearch-wrap .checkbox-wrap li .active input + label:before, .jobsearch-wrap .checkbox-wrap li input.active + label:before {
    opacity: 1;
}
.jobsearch-wrap dl dd .choseList label:after{
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    border: 1.5px solid #D6D6D6;
    content: "";
    border-radius: 4px;
    background: #fff;
}
@media screen and (max-width:768px){
    .jobsearch-wrap dl dd .choseList label:after {
        left: 16px;
    }
}
.jobsearch-wrap .checkbox-wrap li label:after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    border: 1.5px solid #D6D6D6;
    content: "";
    border-radius: 4px;
    background: #fff;
}
@media screen and (max-width:768px){
    .jobsearch-wrap dl dd .choseList label.--adj:after,
        .jobsearch-wrap .checkbox-wrap li label.--adj:after {
            left: 14px;
        }
}
.jobsearch-wrap .checkbox-wrap li label.js-active:after {
    background: #E95513;
    border: 1.5px solid #E95513;
}
.jobsearch-wrap dl dd .choseList input.active + label:after,
.jobsearch-wrap .checkbox-wrap li input.active + label:after{
    background: #E95513;
    border: 1.5px solid #E95513;
}
@media screen and (max-width:768px){
    .checkbox-wrap{
        display:flex;
        flex-wrap: wrap;
    }
}
.checkbox-wrap__li select{
    appearance: none;
    border: 2px solid #000;
}
.jobsearch-wrap .checkbox-wrap ul {
    display: inline-block;
}
.jobsearch-wrap .checkbox-wrap p {
    display: inline-block;
    width: 170px;
}
.jobsearch-wrap .checkbox-wrap p label {
    font-weight: 700;
}
.jobsearch-wrap .checkbox-wrap.area > li {
    display: block;
}
.jobsearch-wrap .checkbox-wrap.area > li:first-child {
}
.p-select-wrap{
    position: relative;
    width: fit-content;
}
@media screen and (max-width:768px){
    .p-select-wrap {
        width: 55%;
    }
}
.jobsearch-wrap dl dd select {
    border: 1px solid #d6d6d6;
    box-shadow: none;
    color: #323232;
    background-color: #fff;
    width: 100%;
    -webkit-appearance: none;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2.6;
    padding: 0 60px 0 20px;
    width: 100%;
    max-width: 190px;
    border-radius: 10px;
    cursor: pointer;
}
@media screen and (max-width:768px){
    .jobsearch-wrap dl dd select {
        font-size: 4vw;
         font-weight: bold;
    }
}
.p-dli-chevron-down {
    position: absolute;
    top: 39%;
    right: 18px;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.15em solid #E49936;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
@media screen and (max-width:768px){

}
.p-feature-list{
    width: 24%;
}
.p-feature-list.--adj {
    width:fit-content;
    padding-right: 32px;
}
@media screen and (max-width:768px){
    .p-feature-list.--adj {
        width: 24%;
    }
}
.jobsearch-wrap dl dd .select-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 190px;
    margin-right: .5em;
}
.jobsearch-wrap dl dd .select-wrap i {
    position: absolute;
    top: 50%;
    right: 15px;
    color: #1CB5B6;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jobsearch-wrap .btn-area {
    background-color: #f6f6f6;
    padding-top: 56px;
    padding-bottom: 44px    ;
    text-align: center;
    border: 1px solid #d6d6d6;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
@media screen and (max-width:768px){
    .jobsearch-wrap .btn-area {
        background-color:#fff;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}
.jobsearch-wrap .btn-area .btn-search {
    display: inline-block;
    width: 380px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    padding: .4em 0;
    font-weight: bold;
    background: #F77809;
    border-radius: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b9ad1', endColorstr='#0877b2',GradientType=0 );
    box-shadow: 0 3px 4px 0 #CCC;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.jobsearch-wrap .btn-area .btn-search span {
    font-weight: bold;
}
.jobsearch-wrap .btn-area .btn-search span:before {
    content: '';
}
.jobsearch-wrap .btn-area .btn-search:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 1px 0 0 #ccc;
}

.jobsearch-wrap .btn-area .btn-form_clear {
    display: inline-block;
    width: 130px;
    margin-left: 1em;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 2.6;
    padding: 0;
    font-weight: bold;
    background: #b9b9b9;
    box-shadow: 0 3px 4px 0 #ccc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 30px;
    cursor: pointer;
}
.jobsearch-wrap .btn-area .btn-form_clear:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 1px 0 0 #909090;
}


.jobsearch-wrap .btn-area i {
    margin-right: .5em;
}





/*searchPrivateJob*/
.wrap .searchPrivateJob {
    margin-top: 0;
    margin-bottom: 30px;
    background: #fff url(/jobsearch/img/bg_searchPrivateJob-pc.jpg) 0 0/100% auto no-repeat;
    box-shadow: 0 0 0 1px #d6d6d6 inset, 0 0 0 5px #fff inset;
    padding: 5px;
    border: none;
}
.wrap .searchPrivateJob .sp {
    display: none;
}
.wrap .searchPrivateJob .privateJobTit {
    padding: 28px 0 0;
    text-align: center;
}
.wrap .searchPrivateJob .privateJobAbout {
    margin: 7px auto 0;
    padding: 10px 0;
    width: 798px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #fff;
    background: rgba(255,255,255,.6);
}
.wrap .searchPrivateJob .privateJobAbout dl{
    display: table;
    width: 100%;
}
.wrap .searchPrivateJob .privateJobAbout dt {
    display: table-cell;
    width: 109px;
    border-right: 1px solid #bea9b3;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    font-weight: bold;
    font-size: 13px;
    color: #d9217d;
}
.wrap .searchPrivateJob .privateJobAbout dd {
    padding: 2px 30px 1px 25px;
    line-height: 1.5;
    font-size: 13px;
}
.wrap .searchPrivateJob .privateJobAbout dd b{
    font-size: 14px;
    color: #1262b2;
}
.wrap .searchPrivateJob .privateJobAbout dd a{
    position: relative;
    padding-left: 8px;
    display: inline-block;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #d9217d;
}
.wrap .searchPrivateJob .privateJobAbout dd a::before{
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    content: '';
    border: 3px solid transparent;
    border-left: 4px solid #d9217d;
}
.wrap .searchPrivateJob .privateJobAbout dd a:hover {
    color: #fe61b0;
}
.wrap .searchPrivateJob .privateJobAbout dd a:hover::before{
    border-left: 4px solid #fe61b0;
}

.wrap .searchPrivateJob .privateJobEx {
    margin: 15px 35px 0;
}
.wrap .searchPrivateJob .privateJobEx p {
    padding: 5px 0 4px;
    background: #00b3b3;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.wrap .searchPrivateJob .privateJobEx img {
    width: 100%;
}
.wrap .searchPrivateJob .privateJobNote {
    margin: 10px 35px 20px;
}
.wrap .searchPrivateJob .privateJobNote li {
    line-height: 1.6;
    font-size: 12px;
}
.wrap .searchPrivateJob .privateJobBtn {
    padding: 15px 25px;
    background: #e7f0f7;
    text-align: center;
}
.wrap .searchPrivateJob .privateJobBtn .btnOrange a {
    font-size: 16px;
}



@media screen and (max-width: 640px) {
    .jobsearch-wrap {
        padding-bottom: 20px;
    }
    .jobsearch-wrap .heading {
        font-size: 16px;
    }
    .jobsearch-wrap dl dt {
        font-size: 16px;
        padding: 14px 16px;
        width: 100%;
        border-right: 1px solid #ddd;
    }
    .jobsearch-wrap dl dd {
        font-size: 13px;
        width: 100%;
        border-left: 1px solid #ddd;
        padding: 0;
    }
    .jobsearch-wrap .checkbox-wrap li {
        display: block;
        width: 100%;
        padding: 16px;
        border-bottom: 1px solid #ddd;
    }
    .jobsearch-wrap .checkbox-wrap li.p-checkbox-wrap__li {
        width: 50%;
        border-bottom: 1px solid #ddd;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.5;
    }
     .jobsearch-wrap .checkbox-wrap li.p-checkbox-wrap__li:nth-of-type(odd) {
        border-right: 1px solid #ddd;
     }
    .jobsearch-wrap .checkbox-wrap li.p-licence-list {
        width: 50%;
    }
     .jobsearch-wrap .checkbox-wrap li.p-licence-list:nth-of-type(odd) {
        border-right: 1px solid #ddd;
     }
      .jobsearch-wrap .checkbox-wrap li.p-licence-list:nth-last-child(2){
        border-bottom: none;
      }
    .jobsearch-wrap .checkbox-wrap li:last-child {
        border-bottom: none;
    }

    .jobsearch-wrap dl dd.narrow {
        padding: 0;
    }
    .jobsearch-wrap dl dd .modalToggle {
        margin-bottom: .75em;
        font-size: 13px;
        padding: .5em 0;
        float: none;
        display: block;
    }
    .jobsearch-wrap dl dd .choseList {
        padding-left: 0;
        min-height: 0;
        margin-left: 0;
        align-items: stretch;
    }
    .jobsearch-wrap dl dd .choseList li:last-child {
        border-bottom: none;
    }
    .jobsearch-wrap dl dd .choseList li:nth-last-child(2) {
        border-bottom: none;
    }
    .jobsearch-wrap dl dd .select-wrap {
        margin-bottom: .75em;
        width: 80%;
        max-width: 273px;
    }
    .jobsearch-wrap dl dd select {
        font-size: 13px;
        padding: .5em 1.5em;
        width: 100%;
        max-width: 100%;
    }
    .jobsearch-wrap dt .arrow {
        display: block;
    }
    .jobsearch-wrap .checkbox-wrap.area li {
        border: none;
    }
    .jobsearch-wrap .checkbox-wrap.area > li {
        padding: 0;
        border-top: 1px solid #ddd;
    }
    .jobsearch-wrap .checkbox-wrap.area > li:first-child {
        border-top: none;
    }
    .jobsearch-wrap .checkbox-wrap.area > li p {
        display: block;
        padding: 1em;
        width: 100%;
    }
    .jobsearch-wrap .checkbox-wrap.area ul {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .jobsearch-wrap .checkbox-wrap.area ul li {
        width: 50%;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        margin-top: -1px;
    }
    .jobsearch-wrap .checkbox-wrap.area ul li:nth-child(2n) {
        border-right: none;
    }
    .jobsearch-wrap .checkbox-wrap.column-2 li {
        width: 100%;
    }
    .jobsearch-wrap .btn-area {
        padding: 40px 0 60px;
    }
    .jobsearch-wrap .btn-area .btn-search {
        font-size: 15px;
        width: 154px;
        padding: .7em 0;
    }
    .jobsearch-wrap .btn-area .btn-search span:before {
        display: none;
    }
    .jobsearch-wrap .btn-area .btn-form_clear {
        font-size: 14px;
        width: 104px;
        line-height: 2.8;
    }
    .jobsearch-wrap dt + dd {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .jobsearch-wrap dt.closed + dd {
        opacity: 0;
        visibility: hidden;
        height: 0;
        padding: 0;
    }

    /*searchPrivateJob*/
    .wrap .searchPrivateJob {
        margin-top: 0;
        background: #fff url(/jobsearch/img/bg_searchPrivateJob.jpg) 0 0/100% auto no-repeat;
        box-shadow: 0 0 0 1px #d6d6d6 inset, 0 0 0 5px #fff inset;
        padding: 5px;
        border: none;
    }
    .wrap .searchPrivateJob .sp {
        display: block;
    }
    .wrap .searchPrivateJob .pc {
        display: none;
    }
    .wrap .searchPrivateJob.isUnderRule {
        margin-top: 30px;
    }
    .wrap .searchPrivateJob .privateJobTit {
        padding: 0 0 0;
        text-align: center;
    }
    .wrap .searchPrivateJob .privateJobTit img{
        width: 100%;
    }
    .wrap .searchPrivateJob .privateJobAbout {
        width: auto;
        margin: 12px 5px 0;
        padding: 8px 10px;
        border-radius: 5px;
        background: rgba(255,255,255,.6);
        border: 1px solid #fff;
    }
    .wrap .searchPrivateJob .privateJobAbout dl{
        display: block;
    }
    .wrap .searchPrivateJob .privateJobAbout dt {
        display: block;
        text-align: left;
        border: none;
        width: 109px;
        font-weight: bold;
        font-size: 12px;
        color: #d9217d;
    }
    .wrap .searchPrivateJob .privateJobAbout dd {
        padding: 4px 0 0 0;
        line-height: 1.9;
        font-size: 11px;
    }
    .wrap .searchPrivateJob .privateJobAbout dd b{
        font-size: 11px;
        font-weight: normal;
        color: #1262b2;
    }
    .wrap .searchPrivateJob .privateJobAbout dd a{
        position: relative;
        padding-left: 8px;
        display: inline-block;
        margin-top: 4px;
        text-decoration: underline;
        font-weight: bold;
        font-size: 12px;
        color: #d9217d;
    }
    .wrap .searchPrivateJob .privateJobAbout dd a::before{
        position: absolute;
        top: 7px;
        left: 0;
        display: inline-block;
        content: '';
        border: 3px solid transparent;
        border-left: 4px solid #d9217d;
    }
    .wrap .searchPrivateJob .privateJobAbout dd a:hover {
        color: #fe61b0;
    }
    .wrap .searchPrivateJob .privateJobAbout dd a:hover::before{
        border-left: 4px solid #fe61b0;
    }

    .wrap .searchPrivateJob .privateJobEx {
        margin: 10px 5px 0;
    }
    .wrap .searchPrivateJob .privateJobEx p {
        padding: 8px 0 6px;
        background: #00b3b3;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
    }
    .wrap .searchPrivateJob .privateJobEx img {
        width: 100%;
    }
    .wrap .searchPrivateJob .privateJobNote {
        margin: 10px 15px 20px;
    }
    .wrap .searchPrivateJob .privateJobNote li {
        line-height: 1.9;
        font-size: 12px;
    }
    .wrap .searchPrivateJob .privateJobBtn {
        padding: 20px 25px;
        background: #e7f0f7;
        text-align: center;
    }
    .wrap .searchPrivateJob .privateJobBtn .btnOrange a{
        padding-right: 10px;
        font-size: 15px;
    }
    /*btn*/
    .wrap .btnBlue{
        position: relative;
        display: block;
        width: 75vw;
        margin: 0 auto;
        vertical-align: middle;
    }
    .wrap .btnOrange{
        position: relative;
        display: block;
        width: 75vw;
        margin: 0 auto;
        vertical-align: middle;
    }


    .wrap .btnOrange.isWide{
        width: 90vw;
    }
    .wrap .btnBlue a,
    .wrap .btnOrange a,
    .wrap .btnBlue input,
    .wrap .btnOrange input{
        position: relative;
        display: block;
        width: 100%;
        height: 48px;
        line-height: 47px;
        padding: 0;
        margin: 0;
        text-align: center;
        background: none;
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-weight: bold;
        font-size: 14px;
        z-index: 2;
        vertical-align: top;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
    }
    .wrap .btnBlue::before,
    .wrap .btnOrange::before{
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        display: block;
        width: 100%;
        height: 45px;
        border-radius: 8px;
        color: #fff;
        z-index: 1;
    }
    .wrap .btnOrange::before{
        background: #f70;
        border-bottom: 3px solid #c26706;
    }
    .wrap .btnBlue::before{
        background: #238fc9;
        border-bottom: 3px solid #0e5f8b;
    }
    .wrap .btnBlue:hover::before,
    .wrap .btnOrange:hover::before{
        border-bottom: none;
    }
    .wrap .btnBlue:hover a,
    .wrap .btnOrange:hover a,
    .wrap .btnBlue:hover input,
    .wrap .btnOrange:hover input{
        padding-top: 3px;
        text-decoration: none;
        border-bottom: none;
    }
}

/*検索一覧*/
.c-sarch-breadcrumb{
    margin-top: 124px;
}
@media screen and (max-width:768px){
    .c-sarch-breadcrumb {
        margin-top: 50px;
    }
}
.p-local-cont{
}
.p-area_ul{
padding-bottom: 20px;
}
.p-area_ul.--adj {
    padding-bottom: 0px;
}
.c-choseList-text{
    line-height:1.5;
    letter-spacing: .05em;
}
.c-scale-text{
    white-space: nowrap;
}
.p-keyword-input__wrap {
    padding: 0px;
}
@media screen and (max-width:768px){
    .p-keyword-input__wrap {
            padding: 16px;
        }
}
.p-keyword-input {
    border: solid 1px black;
    padding: 6px 10px;
    max-width: 300px;
    width: 100%;
}
@media screen and (max-width:768px){
    .p-keyword-input {
        max-width: 100%;
    }
}
.p-sp-show{
    display: none;
}
@media screen and (max-width:768px){
    .p-sp-show {
        display: block;
        position: fixed;
        bottom:0;
        left: 0;
        width: 100%;
        padding: 10px 14px;
        background-color: rgba(51, 51, 51, 0.70);;
    }
}
.p-age-flex{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap: wrap;
}
