/* --------------------------------------------------- */
/* #header */
#header {
    border-bottom: none;
    background: #fff;
    position: relative;
    z-index: 10;
}

/* spview */
@media screen and (max-width:767px) {
    #header {
        border-bottom: 2px solid #f8a1a6;
        background: #fff;
    }
}

/* --------------------------------------------------- */
/* global navi */
#gnav>li a {}

/* primary navi */
#pnav>li span,
#pnav>li a {}

/* spview */
@media screen and (max-width:767px) {

    /* global navi */
    #gnav>li a {}

    /* primary navi */
    #pnav>li span,
    #pnav>li a {}
}

/* mainvisual */
/* --------------------------------------------------- */
#mv {
    padding: 0 0 6.25em;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#mv::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    height: 100%;
    background: url(../images/main_img_260127.png) no-repeat center top 50px;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

@media screen and (max-width:767px) {
    #mv::before {
        display: none;
    }
}

#mv .lay_lqd {
    max-width: 1280px;
    height: auto;
    position: relative;
}

.mv_logo {
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 0 2em;
    margin: 0 auto;
}

.mv_text {
    padding: 10em 0 0;
    text-align: left;
}

.mv_head,
.mv_lead p {
    display: block;
    /*text-shadow: 0px 0px 12px rgba(255,106,106,0.8);*/
    text-decoration: none;
}

.mv_head {
    color: #fff;
    line-height: 1.0em;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.mv_head span {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.0em;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    padding: 10px 0.5em;
    width: fit-content;
}

.mv_lead {
    margin: 2.5em 0 1em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.mv_lead p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.0em;
}

@media screen and (max-width:1280px) {
    #mv {
        padding: 0 0 10vw;
    }

    #mv .lay_lqd {
        padding: 0 2.0vw;
    }

    .mv_text {
        padding: 5em 0 0;
    }

    .mv_head span {
        font-size: clamp(26px, 8.0vw, 50px);
        line-height: 1.1em;
        padding: 8px 0.25em;
    }

    .mv_head img {
        width: auto;
        height: 5vw;
    }

    .mv_lead {
        font-size: 1.75vw;
    }
}

/* spview */
@media screen and (max-width:767px) {
    #mv {
        padding: 0 0 0;
        background: none;
    }

    #mv .lay_lqd {
        /* padding: 8vw 5.0vw 81%; */
        /*background: rgba(255, 255, 255, 0.5);*/
        /* background: url(../images/main_img_sp.png) no-repeat;
        background-position: top center;*/
        background-size: cover;
        background: url(../images/main_img_260127.png) no-repeat;
        background-size: 140% auto;
        background-repeat: no-repeat;
        padding: 08vw 5.0vw 65%;
        background-position: right -34vw bottom -10px;
    }

    .mv_text {
        padding: 0 0 0;
    }

    .mv_head {
        gap: 10px 0;
    }

    .mv_lead {
        flex-wrap: wrap;
        margin: 2em 0 0;
    }

    .mv_lead p {
        font-size: clamp(11px, 3.5vw, 18px);
        line-height: 1.6em;
    }
}



.mv_form {
    margin: 2em 0 0;
}

.mv_form form {
    width: fit-content;
    margin: 0 0;
}

.top_search_form {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0 15px;
}

.mv_form_input {
    font-size: 16px;
    width: calc((100% - 220px) / 2);
    width: 200px;
    padding: 8px 8px;
    margin: 0 0;
    background: url(../images/select_arrow.png) no-repeat #edeaea;
    background-position: 95% center;
    border: none;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mv_form_x {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin: 15px 0;
}

/*.mv_form_submit { 
	width:25%;
	letter-spacing: 1px;
	font-size: 15px;
	height: 55px;
	line-height: 1;
}*/
.btn_img_css {
    color: #fff;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0.75em 0 0.75em 1.5em;
    background: url("../images/i_search.png") no-repeat #91cbea;
    background-position: 25% center;
    border-radius: 50px;
    width: 160px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

@media screen and (max-width:1180px) {}

/* spview */
@media screen and (max-width:767px) {
    .mv_form {
        margin: 10px 0 0;
        padding: 0 0;
    }

    .mv_form form {
        width: 100%;
        /*padding: 1em 2.5vw;
		background: rgba(255, 255, 255, 0.8);*/
    }

    .top_search_form {
        justify-content: flex-start;
        gap: 10px 10px;
    }

    .mv_form_input {
        width: calc((100% - 10em));
        height: 50px;
        padding: 8px 5px;
        border: 1px solid #d2d6de;
    }

    .mv_form_x {
        width: 20px;
        height: 20px;
    }

    .btn_img_css {
        font-size: 15px;
        padding: 0.5em 0 0.5em 1.75em;
        width: 7em;
        height: 50px;
        background: url(../images/i_search.png) no-repeat #91cbea;
        background-position: 22% center;
    }

}



/* #topPromise */
#topPromise {
    padding: 2em 0;
}

#topPromise .outer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#topPromise .lay_lqd:before,
#topPromise .lay_lqd:after {
    content: none;
}

#topPromise .content_title01 {
    color: #fff;
    margin: 0 0;
    width: fit-content;
    align-items: flex-start;
}

#topPromise .content_title01::before {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

#topPromise .inner {
    width: fit-content;
}

#topPromise .text {
    color: #fff;
    line-height: 1.8em;
}

@media screen and (max-width:1180px) {}

@media screen and (max-width:767px) {
    #topPromise {
        padding: 2em 2.5vw;
    }

    #topPromise .outer {
        flex-direction: column;
    }

    #topPromise .content_title01 {
        margin-bottom: 1.0em;
        align-items: center;
    }
}



/* #topStrength */
#topStrength {}

#topStrength .outer {
    padding: 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#topStrength .item {
    width: calc((100% - 6em) / 3);
    max-width: 370px;
    position: relative;
}

#topStrength .item figure {
    text-align: center;
    overflow: hidden;
    border-radius: 12px;
}

#topStrength .item figure img {
    transition: transform 0.5s ease;
}

#topStrength .item:hover figure img {
    transform: scale(1.1);
}


#topStrength .strength_head {
    margin-bottom: 2.5em;
    position: relative;
}

#topStrength .strength_title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0.25em 0.5em;
    margin: 0 0;
    width: fit-content;
    position: absolute;
    bottom: -20px;
}

#topStrength .item .inner {
    width: 100%;
}

@media screen and (max-width:1180px) {
    #topStrength .outer {
        padding: 6.0em 2.5vw 3.0em;
    }

    #topStrength .item {
        width: calc((100% - 3em) / 3);
    }

    #topStrength .item figure img {
        width: 100%;
    }

    #topStrength .strength_title {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    #topStrength .outer {
        padding: 0 0;
        flex-direction: column;
    }

    #topStrength .item {
        width: 100%;
        padding-top: 0;
        display: flex;
        align-items: flex-start;
        gap: 0 2.5vw;
    }

    #topStrength .item+.item {
        margin-top: 20px;
    }

    #topStrength .strength_head {
        width: 35vw;
        margin: 0 0 0;
    }

    #topStrength .item figure {
        width: 100%;
        margin: auto;
    }

    #topStrength .item figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #topStrength .item .inner {
        width: calc(100% - (35vw + 2.5vw));
    }

    #topStrength .strength_title {
        font-size: 3.75vw;
        margin-bottom: 10px;
        position: static;
    }

}



/*  #topSearch  */
#topSearch .outer {
    padding: 6.0em 0 3.0em;
    display: flex;
    flex-direction: column;
}

#topSearch .inner+.inner {
    margin-top: 3.5em;
}

@media screen and (max-width:767px) {
    #topSearch .outer {
        padding: 3.0em 0;
    }

    #topSearch .inner+.inner {
        margin-top: 30px;
    }
}

/*エリアから探す*/
#topSearch .area .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#topSearch .area {
    position: relative;
}

#topSearch .area .map {
    width: 45%;
    text-align: center;
    padding-bottom: 2em;
}

#topSearch .area .map ul {
    width: 100%;
    height: 377px;
    background: url(../images/map.png) no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    position: relative;
}

#topSearch .area .map a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    font-feature-settings: "palt";
    color: #f8a1a6;
    border: 2px solid #f8a1a6;
    background: #fff;
    border-radius: 50px;
    padding: 12px 1em;
    min-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#topSearch .area .map li {
    position: absolute;
}

#topSearch .area .map .map01 {
    top: 33%;
    right: 5%;
}

#topSearch .area .map .map02 {
    top: 65%;
    right: 10%;
}

#topSearch .area .map .map03 {
    top: 40%;
    left: 33%;
}

#topSearch .area .map .map04 {
    bottom: 2%;
    left: 45%;
}

#topSearch .area .map .map05 {
    bottom: 35%;
    left: 15%;
}

#topSearch .area .map .map06 {
    bottom: 0em;
    left: 2%;
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:767px) {
    #topSearch .area .content {
        flex-direction: column;
    }

    #topSearch .area .map {
        width: 100%;
        height: 40vh;
    }

    #topSearch .area .map .pc {
        display: none;
    }

    #topSearch .area .map .sp {
        height: 100%;
    }

    #topSearch .area .map ul {
        height: 100%;
    }

    #topSearch .area .map a {
        font-size: clamp(12px, 3.0vw, 14px);
        padding: 0.5em 1.0em;
        min-width: inherit;
    }

    #topSearch .area .map .map01 {
        top: 28%;
        right: 3%;
    }

    #topSearch .area .map .map02 {
        top: 63%;
        right: 18%;
    }

    #topSearch .area .map .map03 {
        top: 42%;
        left: 41%;
    }

    #topSearch .area .map .map04 {
        bottom: 4%;
        left: 45%;
    }

    #topSearch .area .map .map05 {
        bottom: 30%;
        left: 14%;
    }

    #topSearch .area .map .map06 {
        bottom: 3%;
        left: 3%;
    }

    /* モーダル内調整 */
    #topSearch .area .map .pref_list+a {
        border: 0;
    }

    #topSearch .pref_list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 10px;
    }

    #topSearch .pref_list a {
        width: calc((100% - 20px) / 3);
    }

}

@media screen and (max-width:400px) {
    #topSearch .area .map {
        /*display: none;*/
    }
}

#topSearch .area_list {
    width: calc(100% - (45% + 5em));
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

#topSearch .area_list li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#topSearch .area_list .area_name {
    color: #575757;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
    pointer-events: none;
    margin-bottom: 10px;
}

#topSearch .area_list li .pref_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#topSearch .area_list li .pref_list a {
    color: #575757;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

#topSearch .area_list li .pref_list a::after {
    content: "|";
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: inline-block;
}

#topSearch .area_list li .pref_list a:last-child::after {
    content: none;
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:767px) {
    #topSearch .area_list {
        width: 100%;
        display: none;
    }

    #topSearch .area_list li {
        flex-direction: column;
    }

    #topSearch .area_list .area_name {
        width: 100%;
        font-size: 16px;
        line-height: 1.0em;
        border: 1px solid #575757;
        padding: 0.5em 0;
    }

    #topSearch .area_list li .pref_list {
        gap: 10px 0;
    }

    #topSearch .area_list li .pref_list a {
        font-size: 15px;
    }

}



/* kyujin_list */
/* --------------------------------------------------- */
.kyujin_list {
    display: flex;
    flex-wrap: wrap;
}

.kyujin_list .item {
    /*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);*/
    margin: 8px 10px;
}

.kyujin_list .item figure {
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
}

.kyujin_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kyujin_list .item:hover img {
    transform: scale(1.1);
}

.kyujin_list .item .inner {
    padding: 0.75em 0 0;
}

.kyujin_list .item .kyujin_title {
    font-size: 16px;
    font-weight: bold;
    color: #434343;
}

.kyujin_list .tag_list {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.kyujin_list .tag_list .tag {
    color: #fff;
    background: #91cbea;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    padding: 0.2em 1.25em;
    border-radius: 50px;
}

.kyujin_list .tag_list .tag.new {
    background: #f8a1a6;
}


.kyujin_list .overview {
    margin-top: 10px;
}

.kyujin_list .overview li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.kyujin_list .overview li::before {
    content: "";
    display: inline-block;
    min-width: 20px;
    min-height: 18px;
    margin-right: 0.5em;
}

.kyujin_list .overview li.saraly::before {
    /* background: url(../images/i_saraly.png) no-repeat center;
    background-size: contain; */

    content: "\f157";
    font: normal normal normal 14px / 1 FontAwesome;
    background: #91cbea;
    border-radius: 30px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.kyujin_list .overview li.area::before {
    /* background: url(../images/i_area.png) no-repeat center;
    background-size: contain; */

    content: "\f041";
    font: normal normal normal 14px / 1 FontAwesome;
    background: none;
    border-radius: 0;
    height: 20px;
    width: auto;
    line-height: inherit;
    text-align: center;
    font-size: 24px;
    color: #91cbea;
    margin-right: 7px;
    margin-top: -1em;
}

.kyujin_list .overview li.clock::before {
    background: url(../images/i_time.png) no-repeat center;
    background-size: contain;
}

.kyujin_list .overview li.calender::before {
    background: url(../images/i_schedule.png) no-repeat center;
    background-size: contain;
}

.kyujin_list .overview li p {
    color: #434343;
    font-size: 14px;
}

/* spview */
@media screen and (max-width:767px) {
    .kyujin_list .item {
        /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);*/
    }

    .kyujin_list .item figure {
        height: 50vw;
    }

    .kyujin_list .item .inner {}

    .kyujin_list .item .kyujin_title {
        font-size: 18px;
    }

    .kyujin_list .tag_list .tag {
        font-size: 12px;
        line-height: 1.8em;
        padding: 0.25em 1.25em 0;
    }

    .kyujin_list .overview {
        margin-top: 5px;
    }

    .kyujin_list .overview li {
        font-size: 12px;
    }

    .kyujin_list .overview li::before {
        width: 18px;
        height: 15px;
    }

    .kyujin_list .slick-prev,
    .kyujin_list .slick-next {
        width: 2rem;
        height: 2rem;
    }

    .kyujin_list .slick-prev {
        left: -10px;
    }

    .kyujin_list .slick-next {
        right: -10px;
    }

}

/* topKyujin */
/* --------------------------------------------------- */
#topKyujin {
    /*margin-top: -13em;*/
    position: relative;
}

#topKyujin>div {
    width: 100%;
    /*max-width: 100vw;*/
    margin: auto;
}

#topKyujin .kyujin_list .item {
    width: calc((100% - 5%) / 3);
    margin: 0 2.5% 0 0;
}

#topKyujin .kyujin_list .item:nth-of-type(3) {
    margin: 0 0 0;
}

/* spview */
@media screen and (max-width:767px) {
    #topKyujin {
        margin-top: 0;
    }

    #topKyujin .kyujin_list .item {
        width: 100%;
        margin: 0 10px 20px;
    }

    #topKyujin .kyujin_list .item:nth-of-type(3) {
        margin: 0 10px 0;
    }

}



/* topFaq */
/* --------------------------------------------------- */
#topFaq {}

/*
.faq_outer .acc_outer {
    border: 1px solid#eee;
    border-radius: 8px;
    margin-bottom: 1.5em;
}

.faq_outer .acc_switch {
    padding: 1em 1em 1em;
    padding-right: 3.5em;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.faq_outer .acc_switch p {
    color: #575757;
    font-size: 18px;
    font-weight: bold;
}

.acc_conteiner {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.acc_outer.active .acc_conteiner {
    max-height: 500px;
}

.faq_outer .acc_conteiner .inner {
    padding: 0.5em 1em 1em;
    display: flex;
    align-items: center;
    position: relative;
}

.faq_outer .acc_switch::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);

    position: absolute;
    top: 1.25em;
    right: 2em;
}

.faq_outer .acc_switch::before,
.faq_outer .acc_conteiner .inner::before {
    content: "";
    display: inline-block;
    width: 43px;
    min-width: 43px;
    height: 43px;
    margin-right: 0.75em;
}

.faq_outer .acc_switch::before {
    background: url("../images/i_faq_q.png") no-repeat;
    background-size: contain;
}

.faq_outer .acc_conteiner .inner::before {
    background: url("../images/i_faq_a.png") no-repeat;
    background-size: contain;
}

@media screen and (max-width:767px) {
    .faq_outer .acc_outer {
        margin-bottom: 1em;
    }

    .faq_outer .acc_switch {
        padding: 0.75em 0.75em;
        padding-right: 2em;
        align-items: flex-start;
    }

    .faq_outer .acc_switch::before,
    .faq_outer .acc_conteiner .inner::before {
        min-width: 8vw;
        width: 8vw;
        height: 8vw;
    }

    .faq_outer .acc_switch p {
        font-size: 3.75vw;
        line-height: 1.6em;
    }

    .faq_outer .acc_switch::after {
        width: 10px;
        height: 10px;
        top: 1em;
        right: 1em;
    }

    .faq_outer .acc_conteiner .inner {
        align-items: flex-start;
    }
}
*/


#topFacility {
    background: url("../images/facility_back.png") no-repeat;
    background-size: cover;
}

#topFacility .content_title01 {
    align-items: flex-start;
}

#topFacility .content_title01::before {
    color: #fff;
}

#topFacility .outer {
    width: fit-content;
}

#topFacility .title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

#topFacility .text {
    color: #000;
    line-height: 1.8em;
}

#topFacility .content_btn01 {
    margin: 0 auto;
}

/* spview */
@media screen and (max-width:767px) {
    #topFacility .title {
        font-size: 5.5vw;
    }

}



/* information */
/* --------------------------------------------------- */
#information {}

.information_list {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.information_list li {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
    display: flex;
}

.information_list .date {
    margin-right: 2em;
}

.information_list a {}

/* spview */
@media screen and (max-width:767px) {
    #information {
        padding: 3.0em 2.5vw;
    }

    .information_list {
        padding: 0 0 0;
    }

    .information_list li {
        font-size: 14px;
        padding: 5px 0;
        border-bottom: 1px dotted #000;
    }

}



/* topBlog */
/* --------------------------------------------------- */
#topBlog {}

#topBlog>div {
    width: 100%;
    /*max-width: 100vw;*/
    margin: auto;
}

.blog_list {
    display: flex;
    justify-content: flex-start;
}

.blog_list .item {
    width: calc((100% - 5em) / 3);
    margin-right: 2.5em;
}

.blog_list .item:nth-of-type(3) {
    margin-right: 0;
}

.blog_list_image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
}

.blog_list_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog_list .item:hover .blog_list_image img {
    transform: scale(1.1);
}

.blog_list_data {
    padding: 10px 0 0;
}

.blog_list_data .date,
.blog_list_data .text {
    color: #000;
}

/* spview */
@media screen and (max-width:767px) {
    .blog_list {
        flex-direction: column;
    }

    .blog_list .item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
    }

    .blog_list .item+.item {
        margin-top: 20px;
    }

    .blog_list_image {
        width: 30%;
        height: auto;
    }

    .blog_list_data {
        width: calc(100% - 30%);
        padding: 0 0 0 15px;
    }
}



/* 下部 エリアから探す */
#topSearch_2 {}

#topSearch_2 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#topSearch_2 .outer {
    width: calc(100% / 2);
}

/* spview */
@media screen and (max-width:767px) {
    #topSearch_2 .content {
        flex-direction: column;
    }

    #topSearch_2 .outer {
        width: 100%;
    }

    #topSearch_2 .outer+.outer {
        margin-top: 20px;
    }
}

/*勤務地から求人を探す*/
#topSearch_2 .area_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

#topSearch_2 .area_list li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#topSearch_2 .area_list .area_name {
    color: #434343;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
    /*font-feature-settings: "palt";*/
    position: relative;
}

#topSearch_2 .area_list .area_name::after {
    content: "：";
    display: inline-block;
    margin: 0 0.25em;
}

#topSearch_2 .area_list li .pref_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#topSearch_2 .area_list li .pref_list a {
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    margin-right: 1em;
}

#topSearch_2 .area_list li .pref_list a:last-of-type {
    margin-right: 0;
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:767px) {
    #topSearch_2 .area_list li {
        flex-direction: column;
    }

    #topSearch_2 .area_list .area_name {
        text-align: center;
        border: 1px solid #434343;
        width: 100%;
        padding: 5px 5px;
        margin-bottom: 10px;
    }

    #topSearch_2 .area_list .area_name::after {
        content: none;
    }

    #topSearch_2 .area_list li .pref_list {
        gap: 10px 1em;
    }

    #topSearch_2 .area_list li .pref_list a {
        font-size: 3.5vw;
        margin-right: 0;
    }

}

/*人気の勤務地から求人を探す*/
#topSearch_2 .city_list_name {
    color: #434343;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: 1px solid;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

#topSearch_2 .city_list_name:first-of-type {
    margin-top: 0;
}

#topSearch_2 .city_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 0.75em;
}

#topSearch_2 .city_list a {
    color: #434343;
    font-size: 14px;
    line-height: 1.6em;
}

@media screen and (max-width:767px) {
    #topSearch_2 .city_list_name {
        font-size: 14px;
        line-height: 1.2em;
        text-align: center;
        border: 1px solid #434343;
        width: 100%;
        padding: 5px 5px;
        margin-bottom: 10px;
    }

    #topSearch_2 .city_list {
        gap: 10px 1em;
    }

    #topSearch_2 .city_list a {
        line-height: 1.2em;
    }
}





/* category_list 1&2 */
/* --------------------------------------------------- */

/* clearfix */
.category_list1:before,
.category_list2:before,
.category_list1:after,
.category_list2:after {
    content: " ";
    display: table;
}

.category_list1:after,
.category_list2:after {
    clear: both;
}

/* links */
.category_list1 a,
.category_list2 a {
    text-decoration: none;
    color: #F99422;
}

/* inner box */
.category_list_notes,
.category_list_cate {
    display: table-cell;
    vertical-align: middle;
    padding: 0.25em 0.75em 0.25em 1.25em;
}

.category_list_cate {
    border-right: solid 1px #cdcdcd;
    width: 125px;
    padding: 0.25em;
}

.category_list_cate i {
    vertical-align: middle;
    margin-right: 0.5em;
}

.category_list_keyword {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.1;
}

.category_list_suffix {
    display: block;
    font-size: 75%;
    font-weight: lighter;
    margin-top: 0.5em;
}

.category_list_notes {
    font-size: 12px;
    color: #000;
    /*background-color:#E0FBFE;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* category_list1 */
/* --------------------------------------------------- */

.category_list1 {
    margin: 0 -0.5em;
}

.category_list1 li {
    width: 50%;
    padding: 0 0.25em 0.5em;
    float: left;
}

.category_list1 a {
    height: 78px;
    padding: 0.75em;
    display: table;
    border-collapse: separate;
    border-spacing: 0em;
    width: 100%;
    border: solid 2px #F99422;
    border-radius: 4px;
    background: #fff;
}

.category_list1 a:hover {
    background: #FAEEE1;
}

/* spview */
@media screen and (max-width:767px) {

    .category_list1 li {
        width: auto;
        float: none;
    }
}

/* category_list2 */
/* --------------------------------------------------- */

.category_list2 {
    margin: 0 -0.5em;
}

.category_list2 li {
    width: 33.33333333333333333333333%;
    padding: 0 0.5em 0.5em;
    float: left;
}

.category_list2 a {
    height: 40px;
    line-height: 1.4;
    display: block;
    padding: 0 0.5em 0 0;
    background: #fff;
    border: solid 1px #F53148;
    color: #F53148;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.category_list2 a:hover {}

.category_list2 a:before {
    height: 38px;
    margin-right: 0.5em;
    background: #f5596c;
    color: #fff;
    display: inline-block;
    padding: 0.5em;
    box-sizing: border-box;
    font-family: 'icomoon' !important;
    content: "\e99f";
}


#kodawari .category_list2 a {
    border: solid 1px #fcdf32;
    color: #333;
}

#kodawari .category_list2 a:before {
    background: #fcdf32;
}


#syoku .category_list2 a {
    border: solid 1px #2f6aab;
    color: #333;
}

#syoku .category_list2 a:before {
    background: #2f6aab;
}



/* spview */
@media screen and (max-width:767px) {

    .category_list2 li {
        width: auto;
        float: none;
    }

    #kodawari .search_select {
        padding: 0 12px;
    }

    #kodawari .search_select_list {
        margin-bottom: 15px;
    }
}



/* bnr_media */
/* --------------------------------------------------- */

.bnr_media {
    text-align: center;
}

.bnr_media ul {}

.bnr_media ul li {
    margin: 1em 0.5em;
    display: inline-block;
    text-align: center;
}

/* spview */
@media screen and (max-width:767px) {

    .bnr_media ul {
        letter-spacing: -0.5ex;
        margin: 0 0 0.5em;
    }

    .bnr_media ul li {
        padding: 0 0.5em 0.5em;
        margin: 0;
        width: 33%;
        letter-spacing: normal;
    }

    .bnr_media ul li img {
        width: 100%;
        height: auto;
        max-width: 160px;
    }
}

/* #top_value */
/* --------------------------------------------------- */

#top_value {}

#top_value .image {}

#top_value .image img {}

/* spview */
@media screen and (max-width:767px) {

    #top_value .image img {
        width: 100%;
        height: auto;
        max-width: 200px;
    }
}



/* #top_regist */
/* --------------------------------------------------- */

#top_regist {}

#top_regist .image {}

#top_regist .image img {}

/* spview */
@media screen and (max-width:767px) {

    #top_regist .image img {
        width: 100%;
        height: auto;
        max-width: 200px;
    }
}


.pickup_list {
    display: flex;
    justify-content: space-between;
}

.pickup_list li {
    width: 30%;
    padding: 1rem;
    background: #fff;
}

.pickup_list li img {
    width: 100%;
}

.pickup_list li a {
    width: 100%;
}

/* --------------------------------------------------- */
/* Button Pulse Animation */
@keyframes btnPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(112, 179, 214, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(112, 179, 214, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(112, 179, 214, 0);
    }
}

.btn_img_css,
.content_btn01 {
    animation: btnPulse 3s infinite;
}

/* --------------------------------------------------- */
/* #topFaq Modern Styles */
#topFaq {
    padding-bottom: 50px;
}

.faq_outer {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.acc_outer {
    background: #fff;
    border: 1px solid #fdf2f2;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(248, 161, 166, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.acc_switch {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.acc_switch p {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    flex: 1;
    padding-right: 30px;
}

.q_icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #f8a1a6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(248, 161, 166, 0.3);
}

.a_icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #88c9f9;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(136, 201, 249, 0.3);
}

.acc_switch::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
}

.acc_outer.active .acc_switch::after {
    transform: translateY(-20%) rotate(-135deg);
}

.acc_conteiner {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    background: #fffafb;
}

.acc_outer.active .acc_conteiner {
    max-height: 1000px;
    transition: max-height 0.6s ease-in-out;
}

.acc_conteiner .inner {
    padding: 25px 25px 25px 25px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.acc_conteiner .text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    white-space: pre-wrap;
}

@media screen and (max-width: 767px) {
    .acc_switch {
        padding: 15px;
        gap: 12px;
    }

    .acc_switch p {
        font-size: 15px;
        padding-right: 20px;
    }

    .q_icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 16px;
    }

    .a_icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 16px;
    }

    .acc_conteiner .inner {
        padding: 15px 15px 15px 15px;
        gap: 12px;
    }

    .acc_conteiner .text {
        font-size: 14px;
    }

    .acc_switch::after {
        right: 15px;
        width: 10px;
        height: 10px;
    }
}

/* New MV Search Form */
.top_search_form_new {
    width: 100%;
    max-width: 400px;
    /* Wider than before */
    margin-top: 2em;
}

.mv_form_input_new {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.2em;
    border: 2px solid #ccc;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23666'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpolyline%20points%3D'6%209%2012%2015%2018%209'%2F%3E%3C%2Fsvg%3E") no-repeat right 15px center;
    background-size: 20px;
    cursor: pointer;
}

/* Animation to encourage selection */
.pulse-animation {
    animation: pulse-border 2s infinite;
}

@keyframes pulse-border {
    0% {
        box-shadow: 0 0 0 0 rgba(145, 203, 234, 0.7);
        border-color: #91cbea;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(145, 203, 234, 0);
        border-color: #91cbea;
    }

    100% {
        box-shadow: 0 0 0 0 rgba(145, 203, 234, 0);
        border-color: #ccc;
    }
}