@charset "UTF-8";
/* ----------------------------------------------------------
求人特集
---------------------------------------------------------- */
body{
    background: #f5f5f5;
}
.main_Wrap{
    margin-top: 20px;
}

/* ---------------------------
求人特集一覧
--------------------------- */
.jobspecial_List{
    justify-content: flex-start;
}
.jobspecial_List li{
    width: calc((100% / 3) - 1.5%);
    margin-right: 2%;
    margin-top: 4%;
}
.jobspecial_List li:nth-child(-n+3){
    margin-top: 0;
}
.jobspecial_List li:nth-child(3n){
    margin-right: 0;
}
#jobspecial_top .jobspecial_List li:nth-child(n+4) {
    display: none;
}
.jobspecial_List li a{
    display: block;
    width: 100%;
}
.jobspecial_List li a .thumb{
    overflow: hidden;
}
.jobspecial_List li a .thumb img{
    transition: 0.3s;
}
.jobspecial_List li a p.txt{
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: underline;
    line-height: 1.2;
    margin-top: 8px;
    color: var(--basic);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s;
}
.jobspecial_List li a p.date{
    position: relative;
    font-size: 1.2rem;
    line-height: 1;
    color: #888;
    margin-top: 5px;
    padding-left: 1.3em;
}
.jobspecial_List li a p.date::before{
    position: absolute;
    content: "\e8b5";
    font-variation-settings:'FILL' 1;
    color: #888;
    font-family:  "Material Symbols Outlined";
    font-size: 1.4rem;
    top: 0;
    left: 0;
}
.jobspecial_List li a:hover{
    opacity: 0.7;
}
.jobspecial_List li a:hover p.txt{
    text-decoration: none;
}

/* ボタン */
.jobspecial_btn_List{
    justify-content: flex-start;
}
.jobspecial_btn_List .page_link_Btn.arrow{
    width: calc((100% / 3) - 1.5%);
    margin-right: 2%;
    margin-top: 2%;
}
.jobspecial_btn_List .page_link_Btn.arrow:nth-child(-n+3){
    margin-top: 0;
}
.jobspecial_btn_List .page_link_Btn.arrow:nth-child(3n){
    margin-right: 0;
}

/* ---------------------------
個別設定
--------------------------- */
#keiri h2.lower_ttl{
    margin-top: 0;
}

/* ---------------------------
求人特集詳細
--------------------------- */
.recommend-job {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
}
.recommend-job > p{
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--basic);
}
.recommend-job > p > span{
    background: linear-gradient(transparent 40%, #fff7b3 60%);
}
/* h2 */
.recommend-job .r-job-title {
    position: relative;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 40px 0 20px;
    padding-left: 1em;
}
.recommend-job .r-job-title::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--blue);
}
.recommend-job .r-job-title:first-of-type {
    margin-top: 0;
}
/* h3 */
.recommend-job h3{
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
    margin: 20px auto 10px;
    padding-left: 0.8em;
}
.recommend-job h3::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: var(--blue);
    border-radius: 50%;
    top: 0.3em;
    left: 0;
}
/* h4 */
.recommend-job h4{
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.7;
    color: var(--blue);
    margin: 20px auto 10px;
}
.recommend-job h4::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--blue);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
/* こんな人におすすめ */
.recommend-job ul.recommend-person {
    width: 100%;
    margin: 0 auto;
}
.recommend-job ul.recommend-person li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.recommend-job ul.recommend-person li .icon-img {
    width: 12%;
    max-width: 100px;
}
.recommend-job ul.recommend-person li .txt_Box {
    position: relative;
    width: 86%;
    background: #fafafa;
    border-radius: 0 10px 10px 10px;
    padding: 25px;
    z-index: 0;
}
.recommend-job ul.recommend-person li .txt_Box .midashi {
    font-size: 2rem;
    line-height: 1.3;
    color: var(--blue);
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}
.recommend-job ul.recommend-person li .txt_Box .midashi::before{
    content: none;
}
.recommend-job ul.recommend-person li .txt_Box .txt {
    color: var(--basic);
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* 求人情報 */
#bdrecommend{
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4,1fr);
    background: none;
    margin: 0;
    margin-top: -58px;
    padding-top: 58px;
}
@media screen and (max-width: 800px) {
    #bdrecommend{
        grid-template-columns: repeat(2,1fr);
    }
}
.job-info-List{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.job-info-List a.job-item{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid var(--basic);
    border-radius: 5px;
    padding: 15px calc(15px + 1%) 15px 15px;
}
.job-info-List a.job-item:nth-child(4n){
    margin-right: 0;
}
.job-info-List a.job-item:hover{
    background: #eee;
}
.job-info-List a.job-item::after{
    position: absolute;
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'wght' 300;
    font-size: 2rem;
    color: #888;
    top: 50%;
    right: -1%;
    transform: translateY(-50%);
}
.job-info-List a.job-item .j-txt{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--basic);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.job-info-List a.job-item .j-detail{
    margin-top: 10px;
}
.job-info-List a.job-item .j-detail li{
    font-size: 1.4rem;
    line-height: 1;
    color: var(--basic);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.job-info-List a.job-item .j-detail li:first-child{
    margin-bottom: 8px;
}
.job-info-List a.job-item .j-detail li i{
    display: none;
}
.job-info-List a.job-item .j-detail li span.ic{
    position: relative;
    padding-left: 1.2em;
}
.job-info-List a.job-item .j-detail li span.ic::before{
    position: absolute;
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'wght' 300 , 'FILL' 1;
    font-size: 1.6rem;
    color: #888;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
}
.job-info-List a.job-item .j-detail li span.ic.ic01::before{ content: "\eafb";}
.job-info-List a.job-item .j-detail li span.ic.ic02::before{ content: "\e0c8";}
.job-info-List a.job-item .j-btn{
    display: none;
}

/* CTA */
.jobspecial_cta_Btn{
    margin-top: 20px;
}
.btn_red{
    position: relative;
    display: block;
    line-height: 1;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
    padding: 15px 10px;
    border-radius: 3px;
    background: var(--red);
    border: 1px solid var(--red);
    color: #fff;
    font-feature-settings: "palt";
}
.btn_red span{
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    padding-left: 1.5em;
}
.btn_red span::before{
    position: absolute;
    content: "\f88d";
    font-family: "Material Symbols Outlined";
    font-size: 2.1rem;
    font-weight: 200;
    line-height: 1;
    color: #fff;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s;
}
.btn_red:hover{
    background: #fff;
    color: var(--red);
}
.btn_red:hover span::before{
    color: var(--red);
}
.btn_red.border{
    background: var(--blue);
    border-color: var(--blue);
}
.btn_red.border span::before{ content: "\e8b6";}
.btn_red.border:hover{
    background: #fff;
    color: var(--blue);
}
.btn_red.border:hover span::before{
    color: var(--blue);
}
.jobspecial_cta_Btn .btn_red{
    width: 49.5%;
    max-width: none;
    margin: 0;
}

/* サービス利用の流れ */
.jobspecial_flow_List{
    justify-content: space-between;
    margin-top: 10px;
}
.jobspecial_flow_List li{
    position: relative;
    background: #fafafa;
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: 18%;
}
.jobspecial_flow_List li::after{
    position: absolute;
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    color: #ddd;
    font-size: 5rem;
    top: 50%;
    right: -24%;
    transform: translateY(-50%);
    z-index: 1;
}
.jobspecial_flow_List li:last-child:after{
    content: none;
}
.jobspecial_flow_List li span.step_num{
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 2rem;
    text-align: center;
    color: var(--basic);
    margin-bottom: 10px;
}
.jobspecial_flow_List li img{
    width: auto;
    max-height: 60px;
    margin: 0 auto 15px;
}
.jobspecial_flow_List li h4{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: var(--blue);
    margin: 0;
    margin-bottom: 5px;
}
.jobspecial_flow_List li h4::after{
    content: none;
}
.jobspecial_flow_List li .txt{
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-align: justify;
    color: var(--basic);
}

/* 会員登録3つのメリット */
.jobspecial_merit_List li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((100% / 3) - 10px);
    background: #fafafa;
    padding: 20px 10px;
}
.jobspecial_merit_List li img{
    max-height: 80px;
    margin: 0 auto 10px;
}
.jobspecial_merit_List li p.txt{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: var(--basic);
}
.jobspecial_merit_List li p.txt span{
    color: var(--blue);
}

/* ==============================================================
PC(~1230px)
============================================================== */
@media only screen and (max-width: 1230px) {



}

/* ==============================================================
TAB(~1024px)
============================================================== */
@media only screen and (max-width: 1024px) {


}

/* ==============================================================
SP(~800px)
============================================================== */
@media only screen and (max-width: 800px) {

    .breadcrumb_Area{
        margin: 0 auto;
        padding: 10px 0;
    }
    .sp_siteMenu{
        margin-top: 0;
    }

    #left_Wrap{
        width: 100%;
    }
    #left_Wrap > section,
    #left_Wrap > .page_cta_Box{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /* ---------------------------
    求人特集一覧
    --------------------------- */
    #left_Wrap > section > .page_link_Btn{
        margin-top: 10px;
    }
    .jobspecial_List,
    .jobspecial_btn_List{
        justify-content: space-between;
    }
    .jobspecial_List li{
        width: 49%;
        margin: 0;
        margin-bottom: 20px;
    }
    #jobspecial_top .jobspecial_List li:nth-child(n+4) {
        display: block;
    }
    
    .jobspecial_btn_List .page_link_Btn.arrow{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .jobspecial_List li a p.txt {
        font-size: 1.4rem;
        margin-top: 5px;
    }
    .jobspecial_List li a p.date{
        font-size: 1rem;
    }
    .jobspecial_List li a p.date::before {
        font-size: 1.1rem;
    }

    /* ---------------------------
    求人特集詳細
    --------------------------- */
    .lower_title.detail .inner h1{
        font-size: 1.8rem;
    }
    .recommend-job {
        padding: 20px;
        border-radius: 0;
    }
    /* h2 */
    .recommend-job .r-job-title{
        font-size: 2rem;
        margin: 30px 0 15px;
        padding-left: 1em;
    }
    /* h3 */
    .recommend-job h3{
        font-size: 1.8rem;
    }
    .recommend-job h3::before {
        width: 8px;
        height: 8px;
    }
    /* h4 */
    .recommend-job h4 {
        font-size: 1.6rem;
        margin: 20px auto 7px;
    }
    .recommend-job > p {
        font-size: 1.4rem;
        font-weight: 500;
    }
    .recommend-job > p b{
        font-weight: bold;
    }
    /* こんな人におすすめ */
    .recommend-job ul.recommend-person li .icon-img {
        width: 15%;
    }
    .recommend-job ul.recommend-person li .txt_Box{
        width: 83%;
        padding: 18px;
    }
    .recommend-job ul.recommend-person li .txt_Box .midashi {
        font-size: 1.8rem;
    }
    .recommend-job ul.recommend-person li .txt_Box .txt{
        font-size: 1.4rem;
        font-weight: 500;
    }
    .recommend-job ul.recommend-person li .txt_Box .txt b{
        font-weight: bold;
    }
    /* 求人情報 */
    .job-info-List{
        justify-content: space-between;
    }
    .job-info-List a.job-item{
        margin-right: 0;
    }
    .job-info-List a.job-item .j-txt {
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .job-info-List a.job-item .j-detail li {
        font-size: 1.1rem;
    }
    .job-info-List a.job-item .j-detail li span.ic::before{
        font-size: 1.4rem;
    }
    .jobspecial_cta_Btn {
        margin-top: 10px;
    }
    .jobspecial_cta_Btn .btn_red{
        width: 100%;
    }
    .jobspecial_cta_Btn .btn_red:last-child{
        margin-top: 10px;
    }
    /* 会員登録3つのメリット */
    .jobspecial_merit_List li{
        width: 80%;
        margin: 0 auto 15px;
    }
    /* サービス利用の流れ */
    .jobspecial_flow_List{
        width: 100%;
    }
    .jobspecial_flow_List li{
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 15px;
        padding: 0;
    }
    .jobspecial_flow_List li:last-child{
        margin-bottom: 0;
    }
    .jobspecial_flow_List li::after {
        content: "\e313";
        font-size: 2.4rem;
        top: unset;
        right: unset;
        bottom: -26px;
        left: 50%;
        transform: translateX(-50%);
    }
    .jobspecial_flow_List li span.step_num {
        display: inline-block;
        font-size: 1.8rem;
        background: var(--basic);
        color: #fff;
        margin-bottom: 0;
        padding: 20px 15px;
        line-height: 1;
    }
    .jobspecial_flow_List li img {
        max-height: 40px;
        margin: 0 20px;
    }
    .jobspecial_flow_List li h4{
        margin-bottom: 0;
    }
    .jobspecial_flow_List li .txt{
        display: none;
    }
}