body {
    font-family: Arial, sans-serif;
    /*text-align: center;*/
    margin:0px;
    background: #fcfcfc;
        font-size: 16px;
    overflow-x: hidden;
    width: 100%;
}

.p-header__inner{
    margin-top: 10px;
    padding: 8px 10px 0 10px;
    border-bottom: 3px solid #68b10d;
    padding-bottom: 8px;
}

.p-header__logo__img{
    height: 30px;
}

@media screen and (max-width: 959px) {
.p-header__logo{
text-align:center;
}

.p-header__inner{
    padding-bottom:0;
}
}

.times{
    height: 30px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 18px;
}

@media screen and (min-width: 960px) {
    .p-header__logo__img {
        /*width: 290px;*/
        height: 50px;
    }

    .times{
        height: 50px;
        display: inline-block;
        text-decoration: none;
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 10px;
        font-size: 18px;
    }

    .p-header__logo{
        height: 50px;
        text-align: center;
    }
}

.pref-mv__filter {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.pref-mv {
    height: 180px;
    background: transparent url(img/main_visual.webp) repeat-x left center;
    background-size: 900px 180px;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .pref-mv {
        width: 100%;
        height: 360px;
        margin: 0;
        padding: 0;
        background: #fff url(img/main_visual.webp) repeat-x center center;
        background-size: 1800px 360px;
        text-align: center;
    }
}

.pref-mv__ttl__sp {
    padding: 4px 9px;
    border: 1px solid #fff;
    font-size: 13px;
}

.pref-mv__ttl {
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 32px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 960px) {
.pref-mv__ttl{
    font-size: 46px;
    line-height: 65px;
}
}

@media screen and (min-width: 960px) {
    .pref-mv__ttl__sp {
        padding: 8px 16px;
        border: 2px solid #fff;
        font-size: 26px;
    }
}

/*.c-ttl-primary, .c-ttl-primary--simply {
    margin: 0;
    padding: 20px 10px;
    background: #68b10d;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}*/

@media screen and (min-width: 960px) {
    .c-ttl-primary {
        display: flex
;
        padding: 0 20px;
        color: #68b10d;
        font-size: 25px;
        margin: 45px 0 0;
    }
}

.c-ttl-primary__pull-r {
    text-align: center;
    padding-left: 5px;
}

.c-ttl-primary__pull-r {
    display: block;
    padding-left: 25px;
}

@media screen and (min-width: 960px) {
    .c-icon--grass {
        background-size: 25px auto;
    }
}

@media screen and (min-width: 960px) {
    .c-ttl-primary__pull-r {
        margin: 0 auto;
        padding-left: 30px;
    }
}

.c-icon--grass--black {
    background-image: url(img/icon_grass_black.svg);
    background-size: auto 20px;
}

.c-icon, .c-icon--human, .c-icon--smile, .c-icon--job, .c-icon--job--brown, .c-icon--job--gray, .c-icon--tag, .c-icon--tag--brown, .c-icon--grass, .c-icon--grass--orange, .c-icon--grass--black, .c-icon--time, .c-icon--star, .c-icon--mail, .c-icon--mail--orange, .c-icon--mail--w, .c-icon--memo, .c-icon--memo--gray, .c-icon--yen--brown, .c-icon--yen--gray, .c-icon--calender--brown, .c-icon--calender--gray, .c-icon--place--brown, .c-icon--place--gray, .c-icon--employment--brown, .c-icon--new-window--blue {
    background-position: left center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
.c-ttl-primary {
    background: none;
    color: #464f5d;
    font-size: 16px;
    padding: 0 15px;
}
}

@media screen and (min-width: 960px) {
    .c-icon--grass, .c-icon--grass--orange, .c-icon--grass--black {
        background-image: url(img/icon_grass_green.svg);
        background-position: left center;
        background-repeat: no-repeat;
    }
}

.pref-search__main {
    position: relative;
    padding: 0px 10px 10px;
    font-size: 0;
}

@media screen and (min-width: 960px) {
    .pref-search__main {
        display: flex;
        max-width: 960px;
        margin: 0 auto;
        padding: 0px 0 10px;
        border-spacing: 30px 0;
    }
}

.pref-search__main__btn--homearound {
    width: 100%;
    background: url(img/icon_navi.svg) no-repeat left 15px center !important;
    background-size: 42px auto;
    text-align: center;
    margin-bottom: 10px;
}

.pref-search__main__btn, .pref-search__main__btn--homearound, .pref-search__main__btn--place, .pref-search__main__btn--line {
    display: inline-block;
    padding: 10px;
    border: 4px solid #d3e7f7;
    border-radius: 4px;
    background: #fff;
    color: #464f5d;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    transition: all .2s;
}

.pref-search__main__btn, .pref-search__main__btn--homearound, .pref-search__main__btn--place, .pref-search__main__btn--line, .pref-search__recent {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 959px) {
.pref-search__main__btn--place, .pref-search__main__btn--line {
    width: calc(50% - 5px);
    font-size: 14px;
}
}

@media screen and (min-width: 960px) {
    .pref-search__main__btn, .pref-search__main__btn--homearound, .pref-search__main__btn--place, .pref-search__main__btn--line {
        display: flex;
        align-items: center;
        width: calc(100% / 2);
        height: 120px;
    }
}

@media screen and (min-width: 960px) {
    .pref-search__main__btn--homearound {
        background: url(img/icon_navi.svg) no-repeat 25px !important;
        background-size: 45px auto;
        margin-right: 15px;
    }
}

@media screen and (min-width: 960px) {
    .pref-search__main__btn--place, .pref-search__main__btn--line {
        font-size: 20px;
    }
}

.pref-search__main__btn--place .pref-search__main__btn__inner {
    background: url(img/icon_place.svg) no-repeat center 5px;
    background-size: 80px auto;
    padding-top: 70px;
}

@media screen and (min-width: 960px) {
    .pref-search__main__btn--place {
        background: url(img/icon_place.svg) no-repeat 25px;
        background-size: auto 42px;
        font-size: 20px;
    }
}

@media screen and (max-width: 959px) {
.pref-search__main__btn--line .pref-search__main__btn__inner {
    background: url(img/icon_train.svg) no-repeat center 5px;
    background-size: auto 60px;
    padding-top: 70px;
}
}

@media screen and (min-width: 960px) {
    .pref-search__main__btn--line {
        background: url(img/icon_train.svg) no-repeat 25px center;
        background-size: auto 65px;
    }
}



.pref-search__main__btn--place {
    margin-right: 10px;
}

.balloon1 {
    position: relative;
    display: inline-block;
    margin: 0em 0 0.8em;
    padding: 0px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #FFF;
    font-size: 16px;
    background: #ff6e3b;
    border-radius: 15px;
    font-weight: 900;
}

@media screen and (max-width: 959px) {
.balloon1{
font-size: 14px;
margin-left: 10px;
}
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ff6e3b;
}

@media screen and (min-width: 960px) {
.pref-attention-list{
    max-width: 960px;
    margin: 0 auto;
}
}

.balloon1 p{
    margin: 5px 0;
}

.pref-search__main__btn__subtxt {
    display: block;
    color: #464f5d;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
}

@media screen and (min-width: 960px) {
    .pref-search__main__btn--homearound .pref-search__main__btn__inner, .pref-search__main__btn--place .pref-search__main__btn__inner, .pref-search__main__btn--line .pref-search__main__btn__inner {
        width: 100%;
        padding: 0 0 0 70px;
        background: none;
        text-align: center;
    }
}

.pref-search__inner {
    margin: 20px 0;
    padding: 0 10px;
}

@media screen and (min-width: 960px) {
    .pref-search__inner {
        max-width: 960px;
        margin: 0 auto;
        padding: 10px 0 0;
    }
}

@media screen and (min-width: 960px) {
.u-d-flex {
    display: flex !important;
}
}

.pref-search__free {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .pref-search__free {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
}

.pref-search__free__ttl, .pref-search__popularity__ttl{
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    color: #464f5d;
    font-weight: bold;
    font-size: 14px;
}

@media screen and (max-width: 959px) {
.pref-search__popularity__ttl{
    margin-top: 25px;
}
}

@media screen and (min-width: 960px) {
    .pref-search__free__ttl {
        padding: 10px 10px 10px 45px;
        background: url(img/icon_word.svg) no-repeat 10px center;
        background-size: 25px auto;
        font-size: 16px;
    }

    .pref-search__popularity__ttl{
        font-size: 16px;
    }
}

.p-search-box-set__form, .p-txt-search-set__form {
    width: calc(100% - 70px);
}

.c-text-form {
    width: 94%;
    /*height: 40px;*/
    padding: 10px;
    border: 1px solid #bfbfbd;
    border-radius: 4px;
    box-shadow: none;
    background: #fff;
    -moz-appearance: textfield;
    appearance: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: sans-serif;
}

.p-search-box-set__btn, .p-txt-search-set__btn {
    width: 65px;
    margin-left: 5px;
}



.c-btn, .c-btn--simple, .c-btn--submit, .c-btn--submit-2, .c-btn--submit-3, .c-btn--cancel, .c-btn--weak, .c-btn--fav, .c-btn--share, .c-btn--print, .c-btn--mailmagazine {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
    color: #464f5d;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
}



.c-btn--submit {
    border: none;
    background-color: #ff6e3b;
    color: #fff;
    font-weight: bold;
}

.p-search-box-set__btn .c-btn--submit, .p-txt-search-set__btn .c-btn--submit {
    height: 40px;
    line-height: 40px;
}

.p-search-box-set, .p-txt-search-set {
    display: flex
;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .pref-search__popularity {
        display: block;
        width: calc(50% - 10px);
    }
}

@media screen and (min-width: 960px) {
    .pref-search__popularity__ttl {
        width: 100%;
        margin: 0;
        padding: 8px 10px;
        color: #464f5d;
        font-weight: bold;
        font-size: 15px;
        border-bottom: 1px solid #bfbfbd;
        margin-bottom: 10px;
    }
}

/*@media screen and (min-width: 960px) {*/
    .pref-search__popularity__link {
        display: inline-block;
        margin: 0 10px 8px 10px;
        color: #3887e4;
        font-size: 14px;
        text-decoration: none;
    }
/*}*/


.p-search-recommend__ttl--job {
    background: #f1f5f8 url(img/icon_job_orange.svg) no-repeat 10px center;
    background-size: auto 16px;
}

.p-search-recommend__ttl, .p-search-recommend__ttl--age, .p-search-recommend__ttl--fitness, .p-search-recommend__ttl--job, .p-search-recommend__ttl--proper, .p-search-recommend__ttl--timejob, .p-search-recommend__ttl--employment {
    margin: 0;
    padding: 15px 10px 15px 35px;
    color: #464f5d;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 960px) {
    .p-search-recommend__ttl--job {
        background: #f7f7f7 url(img/icon_job_orange.svg) no-repeat 25px center;
        background-size: auto 18px;
    }
}

@media screen and (min-width: 960px) {
    .p-search-recommend__ttl, .p-search-recommend__ttl--age, .p-search-recommend__ttl--fitness, .p-search-recommend__ttl--job, .p-search-recommend__ttl--proper, .p-search-recommend__ttl--timejob, .p-search-recommend__ttl--employment {
        padding-left: 55px;
    }
}

@media screen and (min-width: 960px) {
    .p-search-recommend__ttl, .p-search-recommend__ttl--age, .p-search-recommend__ttl--fitness, .p-search-recommend__ttl--job, .p-search-recommend__ttl--proper, .p-search-recommend__ttl--timejob, .p-search-recommend__ttl--employment {
        border: none;
        font-size: 15px;
    }
}

.p-search-recommend__linkwrap {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 960px) {
    .p-search-recommend__linkwrap {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 10px;
    }
}

.c-link-search, .c-link-search--check {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    min-height: 65px;
    border-bottom: 1px solid #ededed;
}

@media screen and (min-width: 960px) {
    .p-search-recommend .c-link-search, .p-search-recommend .c-link-search--check {
        margin: 5px 0;
        border-right: 2px dotted #ddd;
    }
}

@media screen and (min-width: 960px) {
    .c-link-search, .c-link-search--check {
        display: inline-block;
        width: auto;
        min-height: auto;
        padding: 0;
        border: none;
    }
}

.c-link-search__txt, .c-link-search--check__txt {
    display: table-cell;
    width: 100%;
    padding: 0 25px 0 10px;
    color: #464f5d;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

@media screen and (min-width: 960px) {
    .c-link-search__txt, .c-link-search--check__txt {
        padding: 2px 20px;
        color: #3887e4;
        font-weight: normal;
        font-size: 14px;
    }
}

@media screen and (min-width: 960px) {
    .p-search-recommend .c-link-search:last-child, .p-search-recommend .c-link-search--check:last-child {
        border: none;
    }
}

.p-search-recommend__ttl--employment {
    background: #f1f5f8 url(img/icon_employment_orange.svg) no-repeat 10px center;
    background-size: 20px auto;
}

@media screen and (min-width: 960px) {
    .p-search-recommend__ttl--employment {
        background: #f7f7f7 url(img/icon_employment_orange.svg) no-repeat 25px center;
        background-size: 22px auto;
    }
}

.container-p-search-recommend{
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.p-search-recommend__ttl--timejob {
    background: #f1f5f8 url(img/icon_timejob_orange.svg) no-repeat 10px center;
    background-size: 20px auto;
}

@media screen and (min-width: 960px) {
    .p-search-recommend__ttl--timejob {
        background: #f7f7f7 url(img/icon_timejob_orange.svg) no-repeat 25px center;
        background-size: 22px auto;
    }
}

.p-search-recommend__ttl--age {
    background: #f1f5f8 url(img/icon_human_orange.svg) no-repeat 15px center;
    background-size: auto 20px;
}

@media screen and (min-width: 960px) {
    .p-search-recommend__ttl--age {
        background: #f7f7f7 url(img/icon_human_orange.svg) no-repeat 30px center;
        background-size: auto 20px;
    }
}

.p-description__link {
    margin: 15px 10px;
    padding: 0;
    font-size: 12px;
}

@media screen and (min-width: 960px) {
    .p-description__link {
        display: flex;
        margin: 10px 0 0 0;
        font-size: 12px;
    }
}

.p-description__link__item {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 0 10px 0 0;
    font-size: 12px;
    border-right: 1px solid #000;
}

@media screen and (min-width: 960px) {
    .p-description__link__item {
        font-size: 12px;
    }
}

.p-description__link__item a {
    list-style: none;
    color: #3887e4;
    text-decoration: none;
}

.p-description__link__item:last-child {
    border-right: 0;
}

.footer__copylight{
    font-size: 11px;
    color: #666;
}

.footer{
    padding-top: 50px;
    padding-bottom: 6px;
    text-align:center;
}

@media screen and (max-width: 959px) {
.pref-search__main {
    max-width: 100%;
    overflow-x: hidden;
    display: flex; /* 追加: 横並びの影響を防ぐ */
    flex-wrap: wrap; /* 追加: はみ出る場合は折り返す */
    justify-content: center; /* 追加: 中央寄せ */
}

.pref-search__main a {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    white-space: normal; /* 追加: テキストの折り返し */
}
}

.job_intro_container {
    width: 100%;
    max-width: 300px;
    margin: 35px auto; /* 中央配置 */
    padding: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border: 4px solid #d3e7f7;
    border-radius: 4px;
}

@media (min-width: 960px) {
    .job_intro_container {
        width: 33%;
    }
}

.job_intro {
    display: flex; /* 横並び */
    align-items: center;
    justify-content: center;
    gap: 15px; /* 要素間の余白 */
}

.job_intro_img1 {
    height: 100px;
    width: auto;
}

.job_intro_img2 {
    height: 40px;
    width: auto;
}

.job_intro_title {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #464f5d;
    font-weight: bolder;
}

.job_intro_container a{
text-decoration: none;
}

.balloon1, .pref-search__main, .pref-search__free{
    display: none;
}

.area-list{
    padding: 0 10px;
}

.area-list ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* 折り返しを許可 */
    gap: 10px; /* 要素間の余白 */
}

.area-list li {
    display: inline-block;
}

.area-list a {
    display: block;
    padding: 8px 12px;
    background-color: #f0f0f0;
    border-radius: 4px;
    text-decoration: none;
    color: #3887e4;
}

@media (min-width: 960px) {
    .area-list ul {
        justify-content: flex-start; /* 左寄せ（変更可: center, space-between など） */
    }
}

.dn{
    display: none;
}