/* 共通 */
img {
    width: 100%;
    object-fit: contain;
}
a {
    text-decoration: none;
}
.main {
    width: 960px;
    margin: 0 auto;
}
@media screen and (max-width:960px){
    .main {
        width: auto;
    }
}
.job-lp .title {
    background-color: #0096ff;
    padding: 25px 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.25em;
    letter-spacing: 0.5em;
    font-family: system-ui;
}

/* --------------- */
/* ヘッダーメニュー */
/* --------------- */
/* ・ヘッダーメニュー：メインパーツ */
.job-lp.top-recruit-menu {
    position: relative;
}
.top-recruit-menu-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 55%;
}
.recruit-menu-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
}
a.recruit-menu-list-link {
    background-color: #ff8b37;
    color: #fff;
    border-radius: 10px;
    padding: 15px 10px 15px 40px;
    width: calc(100% - 200px);
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}
@media screen and (max-width:330px) {
    .top-recruit-menu-inner {
        top: 50%;
    }
    a.recruit-menu-list-link {
        padding: 10px 10px 10px 30px;
        font-size: 12px;
    }
}
@media screen and (min-width:580px) {
    a.recruit-menu-list-link {
        padding: 30px 10px 30px 40px;
        margin: 0px 0 40px;
        font-size: 16px;
    }
}
/* -------- */
/* CONTENTS */
/* -------- */
/* ・CONTENTS：メインパーツ */
.job-lp.many-jobs-menu {
    margin: -3px 0 0;
}
ul.many-jobs-menu-list {
    background-color: #0096ff;
}
li.many-jobs-menu-list-inner {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 2px 0px rgb(0 0 0 / 20%);
    margin: 0 0 40px;
}
p.many-jobs-menu-list-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #245870;
    padding: 20px 0;
}
p.many-jobs-menu-list-text {
    padding: 0 20px 20px;
    line-height: 1.25em;
}
.many-jobs-menu-list-link {
    padding: 0 0 20px;
}
li.many-jobs-menu-list-inner a {
    text-align: center;
    width: 60%;
    display: block;
    background-color: #ff8b37;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 20px;
    align-content: center;
    align-items: center;
    margin: 0 auto;
}
li.many-jobs-menu-list-inner:last-child {
    margin: initial;
}

/* ------------------ */
/* 都道府県から求人検索 */
/* ------------------ */
/* ・都道府県から求人検索：タイトルパーツ */
.area-resarch-recruit-title {
    color: #0096ff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0 0;
}
.area-resarch-recruit-title img {
    width: 25px;
}
/* ・都道府県から求人検索：メニューボタンパーツ */
.top-contents {
    position: relative;
    height: 200px;
    box-sizing: border-box;
}
.top-areamenu {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.top-areamenu-inner {
    padding: 20px;
    height: 200px;
    box-sizing: border-box;
    position: relative;
}
.top-areamenu-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top-areamenu-button {
    position: relative;
    background: #0096ff;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    height: 48px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #DDD;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 0 0 10px;
}
.top-areamenu-button._col2 {
    width: calc(50% - 8px / 2);
}
.top-areamenu-button._col2:nth-child(even) {
    margin-left: 8px;
}
.top-areamenu-button._col3 {
    width: calc(33.33% - 16px / 3);
    font-size: 14px;
    margin-top: 8px;
}
.top-areamenu-button._col3:not(:nth-of-type(3n)) {
    margin-left: 8px;
}
span.arrow-mark {
    width: 10px;
}
span.arrow-mark:after {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: -4px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin: 0 10px 0 0;
}
/* ・都道府県から求人検索：隠しメニューパーツ */
.top-areamenu-slide {
    position: absolute;
    top: 16px;
    left: 100%;
    height: 200px;
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    background: #FFF;
    transition: left ease .25s;
}
.top-areamenu-header {
    margin-bottom: 8px;
}
.top-areamenu-header-info {
    text-align: center;
    margin-bottom: 8px;
}
.top-areamenu-back {
    position: absolute;
    left: 16px;
    top: 8px;
    background: #EFEFEF;
    font-size: 12px;
    padding: 6px 8px;
    border: 1px solid #AAA;
    box-sizing: border-box;
    border-radius: 3px;
}
.top-areamenu-header-infoText {
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
}
.top-areamenu-header-main>.top-areamenu-headding {
    color: #555555;
}
.top-areamenu-headding {
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}
.top-areamenu-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top-areamenu-link:not(:nth-child(3n)) {
    margin-right: 8px;
}
.top-areamenu-link {
    width: calc(33.33% - 16px / 3);
    font-size: 14px;
    background-image: linear-gradient(to bottom, rgba(239, 239, 239, 1) 2%, rgba(224, 224, 224, 1) 100%);
    border-radius: 5px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #AAA;
}
.top-areamenu-slide.is-active {
    left: 0;
}

/* ------------- */
/* 人気の検索条件 */
/* ------------- */
/* ・人気の検索条件：タイトルパーツ */
.popular-resarch-words-title-tab{
    background: #0096ff;
    width: 100%;
    height: 10px;
    margin: 20px auto 0;
    position: relative;
}
.popular-resarch-words-title-tab:before,
.popular-resarch-words-title-tab:after{
    width: calc(100% - 20px);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    content: "";
}
.popular-resarch-words-title-tab:before{
    border-bottom: solid 20px #0096ff;
    border-right: solid 20px transparent;
    bottom: 96%;
    width: 50%;
    border-top-left-radius: 5px;
}
.popular-resarch-words-title-texts img {
    width: 14px;
}
.popular-resarch-words-title-texts {
    position: relative;
    bottom: 11px;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

/* ・人気の検索条件：ボタンパーツ */

.popular-resarch-words-box {
    padding: 20px;
}

.popular-resarch-words-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.popular-resarch-words-box li {
    width: calc(100% / 3 - (10px * 2 / 3));
}
.popular-resarch-words-box a {
    background-color: #0096ff;
    color: #fff;
    padding: 20px 0px;
    display: block;
    text-align: center;
    border-radius: 30px;
    width: 100%;
    font-weight: bold;
}
@media screen and (max-width:365px){
    .popular-resarch-words-box li {
        font-size: 12px;
    }
}
.popular-resarch-words-box #j-hibarai {
    background-color: #578dd4;
}
.popular-resarch-words-box #j-senior {
    background-color: #70e4f6;
}
.popular-resarch-words-box #j-hoken {
    background-color: #57d0d4;
}
.popular-resarch-words-box #j-syataku {
    background-color: #86c797;
}
.popular-resarch-words-box #j-mikeiken {
    background-color: #9cdb4b;
}
.popular-resarch-words-box #j-welcome {
    background-color: #d9e942;
}

/* --------------------------------- */
/* 雇用形態から探す＋人気の職種から探す */
/* --------------------------------- */

.job-lp.work-style-resarch,
.job-lp.popular-jobs-resarch {
    padding: 0 20px 20px;
}
.sub-content-title {
    border-left: 5px solid #0096ff;
    padding: 5px;
    line-height: 1.25em;
    color: #0096ff;
    font-weight: bold;
}
.sub-content-link {
    padding: 10px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.sub-content-link a {
    text-decoration: underline;
    font-size: 12px;
    margin: 0px 20px 0 0px;
    padding: 5px 0px 5px 0;
    line-height: 1.25em;
    display: flex;
    color: #0096ff;
}

/* ------ */
/* footer */
/* ------ */
.footer_sub {
    padding: 10px 70px;
}
ul.footer_sub_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.2;
}
ul.footer_sub_list li {
    margin-bottom: 5px;
    border-right: 1px solid #aaa;
}
ul.footer_sub_list a {
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    color: #666;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p.footer-logo {
    background-color: #666666;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: system-ui;
}

/* ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
 
li {
    width: calc(100% / 3 - (10px * 2 / 3));
} */