.none {
    color: #4c4c4c !important;
    pointer-events: none;
}

.none::before {
    border-bottom: 3px solid #4c4c4c !important;
    border-right: 3px solid #4c4c4c !important;
} 

.searchArea-head.is-pc-wrap {
    display: block;
}

.searchArea-head p {
    padding-top: 3px;
    padding-left: 35px;
}

@media only screen and (max-device-width:767px) {
    .searchArea-head p {
      padding-left: 25px;
    }
  }

@media print, screen and (min-width: 768px) {
    .privateJobBox {
        width: 860px;
        background-image: none;
        padding: 30px 70px 32px;
    }
}

.privateJobBox .btwTit01 {
    width: auto;
    margin: 0 0 12px;
    padding: 0;
    border: none;
    color: #003b6b;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.privateJobBox .btwPic01 {
    display: block;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .privateJobBox .btwTxt01 {
        text-align: center;
        font-size: 14px;
    }
    .privateJobBox .entryArea__btn {
        text-align: center;
    }
    .privateJobBox .entryArea__btnLink {
        width: 520px;
        display: inline-block;
        height: 80px;
        line-height: 80px;
        padding-right: 0;
    }
    .privateJobBox .entryArea__btnCatchTxt {
        margin-right: 5px;
    }
}

.privateJobBox .btwTxt01 {
    width: auto;
    margin: 0 0 16px;
}

.privateJobBox .btwTxt01 strong {
    background-color: #f6ccd9;
    font-weight: normal;
}

#wrap #contentWrap #breadcrumbArea{
    margin: 0;
}

.titleArea__inner,
.titleArea__inner--all {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 29px 0;
    background: url(/resource/job_industry/img/bg_blue_pc.png) no-repeat top/cover;
}

@media only screen and (max-width: 767px) {
    .titleArea__inner,
    .titleArea__inner--all {
        background: url(/resource/job_industry/img/bg_blue_sp.png) no-repeat top/cover;
    }
}

.titleArea__inner--all {
    background: url(/resource/job_industry/img/bg_lightBlue_pc.png) no-repeat top/cover;
}

@media only screen and (max-width: 767px) {
    .titleArea__inner--all {
        background: url(/resource/job_industry/img/bg_lightBlue_sp.png) no-repeat top/cover;
    }
}

.titleArea__inner::after,
.titleArea__inner--all::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #005eab;
    opacity: 0.8;
    position: absolute;
}

.titleArea__inner--all::after {
    background: #0a9fc2;
}


.titleArea__titleOuter,
.titleArea__titleOuter--all {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 850px;
    width: 100%;
    padding: 12px 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 0 3px #FFF inset, 0 0 0 4px #0c9fc2 inset;
    z-index: 1;
}

.titleArea__titleOuter--all {
    box-shadow: 0 0 0 3px #FFF inset, 0 0 0 4px #015faa inset;
}

@media only screen and (max-width: 767px) {
    .titleArea__titleOuter,
    .titleArea__titleOuter--all {
        width: 90%;
    }
}

.titleArea__title,
.titleArea__title--all {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #005eab;
}

.titleArea__title--all {
    color: #0a9fc2;
}

@media only screen and (max-width: 767px) {
    .titleArea__title,
    .titleArea__title--all {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px){
    .entryArea__btnLink {
        background: #d10042;
        border-radius: 20px;
        box-shadow: 3px 3px 13px #888;
        color: #fff;
        display: inline-block;
        font-size: clamp(14px, 4vw, 22px);
        width: 100%;
        height: 80px;
        line-height: 80px;
        text-align: center;
        text-decoration: none;
        padding-right: 0;
        position: relative;
        overflow: hidden;
    }
    .entryArea__btnLink:hover {
        transform: scale(1.05);
        transition: all .2s;
        text-decoration: none;
    }
    .entryArea__btnLink:before {
        content: "";
        background: rgba(255, 255, 255, .15);
        transform: rotate(-45deg);
        position: absolute;
        top: -10%;
        left: -100%;
        transition: .5s ease-in-out;
        height: 100%;
        width: 110%;
    }
    .entryArea__btnLink:hover:before {
        left: 80%;
    }
    .entryArea__btnCatchTxt {
        background: #fff;
        border-radius: 16.5px;
        color: #d10042;
        font-size: clamp(12px, 3.8vw, 20px);
        font-weight: bold;
        letter-spacing: 0.5px;
        padding: 4px 12px;
        margin-right: 5px;
    }
}