.sublead {
    padding: 0.5em 0;
    background-color: #59C5BF;
}

.sublead-text {
    font-size: 1.8rem;
    text-align: center;
}

@media all and (max-width: 1200px) {
    .sublead-text {
        font-size: 1.6rem;
    }
}

@media all and (max-width: 1024px) {
    .sublead-text {
        font-size: 1.4rem;
    }
}

@media all and (max-width: 928px) {
    .sublead-text {
        font-size: 1.2rem;
    }
}

@media all and (max-width: 600px) {
    .sublead-text {
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.4;
    }

    .sublead_sp {
        padding: 2em 3% 0 45%;
    }
}

/* * * * * * * * */
/* hero */
/* * * * * * * * */
.hero {
    height: calc(100vh - 200px);
    position: relative;
}

.hero-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.hero-title {
    position: absolute;
    top: 18%;
    left: 65%;
    width: 90%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.6;
    z-index: 11;
    color: #000;
    font-size: 4.8rem;
    text-align: center;
}



/* bx-slider css */
.bxslider img {
    object-fit: cover;
    width: 100%;
    height: calc(100vh - 200px);
}

@media all and (max-width: 820px) {


    .hero-title {
        font-size: 3.5rem;
    }
}

@media all and (max-width: 600px) {
    .hero {
        height: calc(100vh - 400px);
    }

    .hero-title {
        font-size: 1.8rem;
        width: 80%;
        text-align: center;
        top: 16%;
        left: 68%;
    }

    .bxslider img {
        height: calc(100vh - 400px);
    }
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}

/* * * * * * * * */
/* /hero */
/* * * * * * * * */

/* * * * * * * * */
/* news */
/* * * * * * * * */


/* * * * * * * * */
/* 新着求人情報 */
/* * * * * * * * */
.newjob {
    width: 100%;
    padding: 2em 0;
}

.newjob-title {
    padding-bottom: 1em;
    text-align: center;
}

.newjob-wrap {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
}

.newjob-box {
    width: 32.5%;
    border: solid 2px #bee7e7;
    padding: 8px;
    margin-bottom: 20px;
}

.newjob-wrap::after {
    display: block;
    content: "";
    width: 30%;
}

.newjob-box__img {
    padding-bottom: 18px;
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0 auto 10px auto;
}

.newjob-box__img img {
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}

.newjob-box p {
    font-size: 1.4rem;
    padding-bottom: 16px;
}

.newjob-box a {
    color: #222;
    transition: .3s;
}

.newjob-box a:hover {
    transition: .3s;
    color: #6d6d6d;
}

.newjob-box img:hover {
    transition: .3s;
    opacity: 0.8;
}

.newjob-box__title {
    font-weight: bold;
    font-size: 1.05em !important;
    color: #59C5BF;
}

@media all and (max-width: 800px) {
    .newjob-wrap {
        padding: 0 0.6em;
    }
}

@media all and (max-width: 600px) {
    .newjob-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .newjob-box {
        width: 90%;
        padding-bottom: 2em;
    }
}

/* * * * * * * * */
/* カテゴリー検索 */
/* * * * * * * * */
.search {
    width: 100%;
}

.search-header {
    width: 100%;
    background-color: #F4F1BB;
}

.search-header-inner {
    width: 100%;
    max-width: 1000px;
    height: 330px;
    position: relative;
    margin: 0 auto;
    background: url(../top/img_search_g.png) no-repeat scroll;
    background-size: 30% !important;
    background-position: bottom left;
}

@media all and (max-width: 600px) {
    .search-header-inner {





        background-size: 60% !important;

    }
}

.search-header-bunner {
    position: absolute;
    top: 15%;
    right: 0;
    width: 70%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.search-header-bunner img {
    width: 90%;
}

.search-bunner__sp {
    width: 90%;
    margin: 0.4em auto 2em;
}

@media all and (max-width: 600px) {
    .search-header-bunner {
        display: none;
    }
}

@media all and (min-width: 600px) {
    .search-bunner__sp {
        display: none;
    }
}

.search-header__text {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 90%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media all and (max-width: 800px) {
    .search-header-inner {
        height: 300px;
    }
}

@media all and (max-width: 600px) {
    .search-header-inner {
        /*position: static;*/
        height: 260px;
        background-size: 40%;
        padding: 30px 0 60px;
    }

    .search-header-bunner {
        position: static;
        margin: 10px auto 40px auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-header-bunner img {
        width: 100%;
        padding-bottom: 0.6em;
    }

    .search-header__text {
        position: static;
        width: 100%;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 140px);
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@media all and (max-width: 425px) {
    .search-header-inner {
        height: 260px;
        background-size: 60%;
    }
}

.search-block {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: -42px auto 0;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}

.search-block::after {
    content: '';
    width: 100%;
    height: 3px;
    order: -1;
    display: block;
    background: #0088a7;
}

.tabLabel {
    font-size: 1.2em;
    margin-right: 3px;
    padding-top: 9px;
    height: 40px;
    flex: 1;
    order: -1;
    border-radius: 3px 3px 0 0;
    background: #59C5BF;
    transition: .5s;
    cursor: pointer;
    text-align: center;
}

@media all and (max-width: 600px) {
    .tabLabel {
        padding-top: 14px;
        font-size: 0.85em;
    }
}

.tabLabel:nth-last-of-type(1) {
    margin-right: 0;
}

.search-block input {
    display: none;
}

.search-block__box {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.search-block input:checked+.tabLabel {
    color: #fff;
    background: #0088a7;
}

.search-block input:checked+.tabLabel+.search-block__box {
    padding: 10px;
    height: auto;
    overflow: auto;
    transition: .5s opacity;
    opacity: 1;
}

/* * * * * * * * */
/* search map */
/* * * * * * * * */

/* map */
.search-map-wrap {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px auto;
}

/* map-name */
.search-map-area {
    width: 32%;
}

.btn-map-area {
    width: 100%;
    min-width: 300px;
    height: 60px;
    margin: 6px auto;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    padding: 0.6rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
}

a.btn-map-area {
    overflow: hidden;
    color: #222;
    border-radius: 0;
    background: #F4F1BB;
}

a.btn-map-area span {
    position: relative;
    z-index: 1;
}

a.btn-map-area:before {
    position: absolute;
    top: 0;
    left: calc(-100% + 10px);
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    background: #E9546A;
}

a.btn-map-area:after {
    position: absolute;
    top: 0;
    right: calc(-100% + 10px);
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    background: #E9546A;
}

@media all and (max-width: 900px) {
    .search-map-area {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn-map-area {
        width: 90%;
    }
}

a.btn-map-area:hover:before {
    -webkit-transform: translateX(50%) translateY(0);
    transform: translateX(50%) translateY(0);
}

a.btn-map-area:hover:after {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.btn-map-title {
    line-height: 2.4;
}

.text-reguler {
    font-weight: normal;
}

/* * * * * * * * */
/* /search map */
/* * * * * * * * */

/* * * * * * * * */
/* seach text */
/* * * * * * * * */

.search-text {
    width: 100%;
    padding: 60px 20px 30px;
    background-color: #FFF;
}

.search-text-title {
    text-align: center;
}

.search-text-lead {
    text-align: center;
}

.search-text-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
}

.search-text-sublead {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    text-align: center;
    padding: 2rem 4rem;
    color: #59C5BF;
}

.search-text-sublead::before,
.search-text-sublead::after {
    content: '';
    width: 3px;
    height: 34px;
    background-color: #59C5BF;
}

.search-text-sublead::before {
    margin-right: 30px;
    transform: rotate(-35deg)
}

.search-text-sublead::after {
    margin-left: 30px;
    transform: rotate(35deg)
}

.search-text-box {
    padding: 1.2em 0;
    margin: 1.8em 0;
    /* border: 1px solid #b2d49c; */
    border-radius: 6px;
    background-color: #f2fafd;
}

ul.search-text_job {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    padding: 1em 0 0 1.8em;
    color: #59C5BF;
}

ul.search-text_job li a {
    text-decoration: underline;
}

ul.search-text_job li {
    width: 30.3%;
    margin-right: 3%;
    padding-bottom: 1.6em;
}

ul.search-text_job li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    color: #59C5BF;
    position: absolute;
    text-indent: -18px;
}

ul.search-text_job li span {
    margin: 0 -0.3em;
}

@media all and (max-width: 600px) {
    ul.search-text_job {
        display: block;
    }

    ul.search-text_job li {
        width: 90%;
        padding-left: 1em;
    }
}

/* * * * * * * * */
/* /seach text */
/* * * * * * * * */




/* * * * * * * * */
/* お知らせ */
/* * * * * * * * */

.topics {
    padding: 30px 0 60px;
    background-color: #FFF;
}

.topics-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* news */
.topics-box_news {
    width: 96%;
    padding: 18px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #59C5BF;
}

.news-title {
    font-size: 1.8rem;
    text-align: center;
}

.news-list {
    padding: 12px 0;
}

.news-item {
    padding-bottom: 6px;
    margin-bottom: 18px;
    border-bottom: 1px solid #d5ebc8;
}

.news-item:last-of-type {
    margin-bottom: 0;
}

.news-item date {
    padding-right: 12px;
    color: #0099ff;
}

.news-page {
    text-align: right;
    padding-top: 1.4em;
}

/* news-icons */
.subtipics1 {
    background-color: #397414;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-right: 6px;
    padding-right: 6px;
    padding-left: 6px;
}

.subtipics2 {
    background-color: #144174;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-right: 6px;
    padding-right: 6px;
    padding-left: 6px;
}


.news-tit {
    display: inline-block;
}

.news-text {
    margin-left: 169px;
    margin-top: 10px;
    margin-bottom: 7px;
}


@media all and (max-width: 600px) {

    .news-item,
    .subtipics1,
    .subtipics2 {
        font-size: 1.2rem;
    }

    .news-text {
        margin-left: 140px;
        margin-top: 10px;
        margin-bottom: 7px;
    }
}

/* * * * * * * * */
/* sponsors */
/* * * * * * * * */

.sponsor {
    width: 100%;
    padding: 30px 0;
    margin-bottom: -30px;
    background-color: #e3f5f5;
}

.sponsor-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sponsor__bunner {
    width: 23%;
    margin: 0.2em;
}

@media all and (max-width: 800px) {
    .sponsor-wrap {
        justify-content: center;
    }

    .sponsor__bunner {
        width: 46%;
        margin: 0.4em;
    }
}

@media all and (max-width: 500px) {
    .sponsor__bunner {
        width: 86%;
        margin-bottom: 0.8em;
    }
}
