@charset "UTF-8";
/* ----------------------------------------------------------
下層共通
---------------------------------------------------------- */
body{
    /* background: #f5f5f5; */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

/* --------------------------
メインカラム
-------------------------- */
.main-content {
    padding-top: 80px;
}
.main_Wrap > .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
    justify-content: space-between;
}

/* -------------------------------------------------------
左側
---------------------------------------------------------- */
#left_Wrap{
    width: 75%;
    max-width: 900px;
}

/* --------------------------
ページタイトル（h1）
-------------------------- */
.lower_title{
    position: relative;
    background: url(../img/common/lower_ttl_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 120px;
}
.lower_title .inner{
    position: absolute;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.lower_title .inner h1{
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

/* --------------------------
パンくず
-------------------------- */
.breadcrumb_Area{
    width: 90%;
    max-width: 1200px;
    margin: 20px auto 0;
    overflow-x: auto;
}
.breadcrumb_Area ul.flex{
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
}
.breadcrumb_Area ul.flex::-webkit-scrollbar{
    display: none;
}
.breadcrumb_Area ul.flex li{
    position: relative;
    font-size: 1.2rem;
    color: #555;
}
.breadcrumb_Area ul.flex li:not(:first-child){
    padding-left: 1em;
}
.breadcrumb_Area ul.flex li:not(:last-child)::after{
    position: absolute;
    content: "\e5cc";
    font-family:  "Material Symbols Outlined";
    font-size: 1.2rem;
    color: #888;
    top: 0;
    right: -1em;
}
.breadcrumb_Area ul.flex li a{
    text-decoration: underline;
}
.breadcrumb_Area ul.flex li a:hover{
    opacity: 0.7;
}

/* --------------------------
見出し
-------------------------- */
h2.lower_ttl{
    position: relative;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 40px 0 20px;
    padding-left: 1em;
}
h2.lower_ttl::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--blue);
}

/* --------------------------
ページ遷移ボタン
-------------------------- */
.page_link_Btn {
    position: relative;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    width: 90%;
    max-width: 300px;
    margin: 30px auto 0;
    background: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    font-feature-settings: "palt";
}
.page_link_Btn:hover {
    background: #fff;
    color: var(--blue);
}
/* 矢印つき */
.page_link_Btn.arrow{
    background: #fff;
    border-color: var(--blue);
    color: var(--blue);
    margin: 0;
    width: 100%;
    max-width: none;
}
.page_link_Btn.arrow::after{
    position: absolute;
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'wght' 300;
    font-size: 2rem;
    color: var(--basic);
    top: 50%;
    right: -1%;
    transform: translateY(-50%);
}
.page_link_Btn.arrow:hover{
    background: #ddd;
}

/* --------------------------
背景ありCTAボタン
-------------------------- */
.page_cta_Box{
    position: relative;
    width: 100%;
    background: url(../img/common/page_cta_bg.jpg) center center no-repeat;
    background-size: contain;
    margin-top: 50px;
    padding-top: 17.77777777777778%;
    border-radius: 5px;
}
.page_cta_Box .model_img{
    position: absolute;
    bottom: 0;
}
.page_cta_Box .model_img.man {
    width: 15%;
    left: 13%;
}
.page_cta_Box .model_img.woman {
    width: 17%;
    right: 11%;
}
.page_cta_Box .inner{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page_cta_Box .inner p.txt{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--basic);
    text-align: center;
}
.page_cta_Box .inner .page_link_Btn.cta{
    background: var(--red);
    border-color: var(--red);
    margin-top: 10px;
}
.page_cta_Box .inner .page_link_Btn.cta span{
    position: relative;
    display: inline-block;
    line-height: 1;
    padding-left: 1.4em;
    transition: 0.3s;
}
.page_cta_Box .inner .page_link_Btn.cta span::before{
    position: absolute;
    content: "\f88d";
    font-family: 'Material Symbols Outlined';
    font-size: 2rem;
    font-weight: 200;
    color: #fff;
    top: 0;
    left: 0;
}
.page_cta_Box .inner .page_link_Btn.cta:hover{
    background: #fff;
}
.page_cta_Box .inner .page_link_Btn.cta:hover span,
.page_cta_Box .inner .page_link_Btn.cta:hover span::before{
    color: var(--red);
}

/* -------------------------------------------------------
右側（サイドバー）
---------------------------------------------------------- */
#right_Wrap{
    width: 23%;
    max-width: 280px;
}
#right_Wrap .page_link_Btn{
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
    padding: 8px;
    transition: 0.3s;
}
/* 訴求バナー */
.cv_sideBnr{
    display: block;
    width: 100%;
    border: var(--red) 2px solid;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
}
.cv_sideBnr.bottom{
    margin-top: 60px;
}
.cv_sideBnr:last-child {
    position: sticky;
    top: 100px;
    /* z-index: 99; */
}
.cv_sideBnr .cv_logo{
    margin: 3px 0 5px;
}
.cv_sideBnr .cv_illust{
    margin: 0 0 10px;
}
.cv_sideBnr .txt{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
}
.cv_sideBnr #side_button_top,
.cv_sideBnr .page_link_Btn{
    font-weight: 400;
    background: var(--red);
    border: 1px solid var(--red);
}
.cv_sideBnr:hover{
    opacity: 0.7;
}
.cv_sideBnr:hover #side_button_top,
.cv_sideBnr:hover .page_link_Btn{
    background: #fff;
    color: var(--red);
}
#right_Wrap h4.side_ttl{
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
#right_Wrap h4.side_ttl span{
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
    padding-left: 1.3em;
}
#right_Wrap h4.side_ttl span::before{
    position: absolute;
    font-family:  "Material Symbols Outlined";
    font-size: 2.1rem;
    font-weight: 500;
    font-variation-settings:'FILL' 1;
    color: var(--blue);
    top: 0.05em;
    left: 0;
}
#right_Wrap .sp_siteMenu h4.side_ttl span::before,
#right_Wrap .job_search h4.side_ttl span::before{ content: "\e8b6";}
#right_Wrap .place_search h4.side_ttl span::before{ content: "\e0c8";}
#right_Wrap .job_feature_Box h4.side_ttl span::before{ content: "\eb3f";}
#right_Wrap .seminar_Box h4.side_ttl span::before{ content: "\f233";}
#right_Wrap .manegy_ranking h4.side_ttl span::before{ content: "\ecb3";}
#right_Wrap .other_article h4.side_ttl span::before{ content: "\efad";}

#right_Wrap h4.side_ttl i{
    font-size: 16px;
    margin-right: 5px;
    color: #025dad;
}

/* 関連おすすめ記事、新着記事 */
.other_article{
    margin-top: 40px;
    background: #fff;
    padding: 20px;
}
.other_article h4.side_ttl{
    margin-bottom: 30px;
}
#right_Wrap .other_article h4.side_ttl i{
    font-size: 20px;
}
.other_article ul li:not(:last-child){
    padding-bottom: 10px;
    border-bottom: #eeeeee 1px solid;
    margin-bottom: 15px;
}
.other_article ul li figure{
    box-shadow: 0 0 4px #dfdfdf;
    margin-bottom: 10px;
    text-align: center;
}
.other_article ul li .update-time{
    font-size: 11px;
    line-height: 1;
    margin-bottom: 7px;
}
.other_article ul li .update-time i{
    margin-right: 3px;
}
.other_article ul li .ttl{
    font-size: 14px;
    line-height: 1.2;
}
@media (800px <= width <= 1150px) {
    .other_article ul li a {
        /*display: flex;*/
        position: relative;
    }
    .other_article ul li a:after {
        content: "";
        display: block;
        clear: both;
    }
    .other_article ul li a figure {
        width: 30%;
        margin-right: 8px;
        float: left;
    }
    .other_article ul li a .update-time {
        margin: 0 0 8px 0;
    }
    .other_article ul li a .ttl {
        flex: 1;
    }
}

/* 求人を職種から探す */
.job_search{
    margin-top: 40px;
}
.job_search ul li .sidebar_link{
    position: relative;
    padding: 10px 10px 10px 3em;
    color: var(--basic);
}
.job_search ul li .sidebar_link::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
}
.job_search ul li:nth-child(n+6) .sidebar_link::before{
    width: 26px;
}
.job_search .keiri .sidebar_link::before{ background: url(../img/top/hdr-keiri-icon.webp) center center / 100% no-repeat;}
.job_search .jinji .sidebar_link::before{ background: url(../img/top/hdr-jinji-icon.webp) center center / 100% no-repeat;}
.job_search .houmu .sidebar_link::before{ background: url(../img/top/hdr-houmu-icon.webp) center center / 100% no-repeat;}
.job_search .gaishi .sidebar_link::before{ background: url(../img/top/hdr-gaishi-icon.webp) center center / 100% no-repeat;}
.job_search .ipo .sidebar_link::before{ background: url(../img/top/hdr-ipo-icon.webp) center center / 100% no-repeat;}
.job_search .kaikeishi .sidebar_link::before{ background: url(../img/top/hdr-kaikeishi-icon.webp) center center / 100% no-repeat;}
.job_search .bengoshi .sidebar_link::before{ background: url(../img/top/hdr-bengoshi-icon.webp) center center / 100% no-repeat;}
.job_search .zeirishi .sidebar_link::before{ background: url(../img/top/hdr-zeirishi-icon.webp) center center / 100% no-repeat;}
.job_search .zeirishigokaku .sidebar_link::before{ background: url(../img/top/hdr-kamoku-icon.webp) center center / 100% no-repeat;}
.job_search .zeimu .sidebar_link::before{ background: url(../img/top/hdr-staff-icon.webp) center center / 100% no-repeat;}

/* 求人を地域から探す */
.place_search{
    margin-top: 40px;
}
.place_search ul li{
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.place_search ul li:not(:last-child){
    border-bottom: none;
}
.place_search .joblist li:not(:last-child){
    margin-bottom: 0;
}
.place_search ul li h5{
    color: var(--blue);
    font-size: 1.6rem;
    font-weight: 600;
}
.place_search ul li a{
    text-decoration: underline;
}
/* 北海道、海外のボタン */
.place_search ul li:first-child{
    padding: 0;
    border-radius: 5px 5px 0 0;
}
.place_search ul li:last-child{
    padding: 0;
    border-radius: 0 0 5px 5px;
}
.place_search ul li:first-child a.block_link,
.place_search ul li:last-child a.block_link{
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px;
}
.place_search ul li:first-child a.block_link::after,
.place_search ul li:last-child a.block_link::after{
    position: absolute;
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'wght' 300;
    font-size: 2rem;
    color: #ddd;
    top: 50%;
    right: -1%;
    transform: translateY(-50%);
}
.place_search ul li:first-child a.block_link:hover,
.place_search ul li:last-child a.block_link:hover{
    background: #eee;
}
.place_search ul li .sidebar_link{
    text-decoration: none;
}
.place_search ul li a.link-item{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--basic);
    line-height: 1.4;
}
.place_search ul li a.link-item:hover{
    opacity: 0.7;
    text-decoration: none;
}

/* 求人特集 */
.side_ttl{
    height: 100%;
    vertical-align: middle;
    color: #001945;
}
.listlink{
    width: 90%;
    margin: 10px auto 0;
}
.listlink li{
    padding: 0;
}
.joblist li{
    padding: 0 0;
    border-bottom: 1px #eee solid;
}
.joblist li:last-child{
    border-bottom: none;
}
.side_job_special .arrow_link {
    width: 90%;
    margin: 10px auto 0;
}
/* セミナー・個別相談会 */
.seminar_Box{
    margin-top: 40px;
}
.seminar_Box.sidebar .sidebar_link{
    padding: 10px;
}
.seminar_Box.sidebar .sidebar_link .ttl{
    font-size: 1.2rem;
    line-height: 1.2;
    color: var(--basic);
    /*margin-bottom: 5px;*/
}
.seminar_Box.sidebar .sidebar_link .time{
    position: relative;
    font-size: 1.2rem;
    line-height: 1;
    color: #888;
}
.seminar_Box.sidebar .sidebar_link .time span.material-symbols-outlined{
    font-variation-settings: 'FILL' 1;
    color: #888;
    font-size: 1.5rem;
    vertical-align: sub;
}

/* Manegyニュースランキング */
.manegy_ranking{
    margin-top: 60px;
}
.manegy_ranking .page_link_Btn{
    background: #004a7f;
}
.manegy_ranking .page_link_Btn:hover{
    background: #fff;
}
#right_Wrap .manegy_ranking h4.side_ttl{
    background: #004a7f;
    padding: 10px;
    margin-bottom: 0;
}
#right_Wrap .manegy_ranking h4.side_ttl span{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
}
#right_Wrap .manegy_ranking h4.side_ttl span::before{
    color: #fff;
    font-size: 1.8rem;
    top: 0.2em;
}
#right_Wrap .manegy_ranking h4.side_ttl i{
    color: #fff;
    margin-right: 5px;
}
.manegy_ranking .bg_w{
    background: #fff;
    padding: 25px 20px 20px;
}
.manegy_ranking .bg_w ul li{
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.manegy_ranking .bg_w ul li:not(:first-child){
    padding-top: 15px;
}
.manegy_ranking .bg_w ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.manegy_ranking .bg_w ul li a span.rank{
    display: inline-block;
    width: 25px;
    padding: 0 10px;
    text-align: center;
}
.manegy_ranking .bg_w ul li a .txt{
    width: 80%;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: underline;
}
.manegy_point .txt{
    padding-top: 15px;
    padding-left: 1em;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
    color: var(--basic);
}
.manegy_point .arrow_link{
    background: #004a7f;
}
.manegy_ranking .poweredby{
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
}
.manegy_ranking .poweredby span{
    display: inline-block;
    width: 25%;
    max-width: 100px;
    margin-left: 5px;
}
/* 年収診断 */
.manegy_income{
    margin-top: 60px;
    text-align: center;
}
/* その他のリンク */
.side_other_link{
    margin-top: 60px;
}
.side_other_link .other_Box{
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.side_other_link .other_Box h4{
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: var(--blue);
    text-align: center;
    margin-bottom: 10px;
}
.side_other_link .other_Box:nth-child(2) h4{
    letter-spacing: -0.02em;
}
.side_other_link .other_Box .other_flex{
    justify-content: space-between;
    align-items: center;
}
.side_other_link .other_Box .other_flex figure{
    width: 40%;
}
.side_other_link .other_Box .other_flex figure img{
    width: 20vw;
    height: 20vw;
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
}
.side_other_link .other_Box.adviser .other_flex .txt_Box{
    width: 58%;
}
.side_other_link .other_Box.adviser .other_flex .txt_Box h6{
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
}
.side_other_link .other_Box .other_flex .txt{
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    color: var(--basic);
}
.side_other_link .other_Box .other_flex > .txt{
    width: 58%;
}
.side_other_link .other_Box .arrow_link{
    padding: 8px 5px;
    margin-top: 10px;
}


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

    /* ----------------------------------------------------------
    下層共通
    ---------------------------------------------------------- */
    .main-content {
        padding-top: 75px;
    }

}

/* ======================================================
tab（1150px~）
====================================================== */
@media screen and (max-width: 1150px) {

    .gray_bg > .inner{
        flex-wrap: wrap;
    }
    #left_Wrap,#right_Wrap{
        width: 100%;
        max-width: none;
    }

    /* -------------------------------------------------------
    右側（サイドバー）
    ---------------------------------------------------------- */
    .cv_sideBnr{
        max-width: 300px;
        margin: 50px auto 0;
    }
    #right_Wrap .cv_sideBnr #side_button_top,
    #right_Wrap .cv_sideBnr .page_link_Btn{
        width: 100%;
        max-width: none;
    }
    .sidebar .sidebar_link::after,
    .place_search ul li:first-child a.block_link::after,
    .place_search ul li:last-child a.block_link::after,
    .page_link_Btn.arrow::after{
        right: 0;
    }
    #right_Wrap .page_link_Btn {
        max-width: 300px;
        margin: 10px auto 0;
    }
}

/* ==============================================================
TAB・SP(801~1150px)
============================================================== */
@media only screen and (min-width: 801px) and (max-width: 1150px) {

    /* -------------------------------------------------------
    右側（サイドバー）
    ---------------------------------------------------------- */
    /* 求人特集 */
    .job_feature_Box ul{
        display: flex;
        flex-wrap: wrap;
    }
    .job_feature_Box ul li{
        width: 50%;
    }
    .job_feature_Box ul li:first-child .sidebar_link {
        border-radius: 5px 0 0 0;
    }
    .job_feature_Box ul li:nth-child(odd) .sidebar_link{
        border-right: none;
    }
    .job_feature_Box ul li:nth-child(2) .sidebar_link{
        border-radius: 0 5px 0 0;
    }
    .job_feature_Box ul li:nth-child(4) .sidebar_link{
        border-bottom: 1px solid #ddd;
    }
    .job_feature_Box ul li:nth-child(5) .sidebar_link{
        border-right: 1px solid #ddd;
    }
    .job_feature_Box.sidebar .sidebar_link .ttl {
        font-size: 1.4rem;
    }

    /* その他のリンク */
    .side_other_link {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    }
    .side_other_link .other_Box{
        width: calc((100% / 3) - 1%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

}

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

    /* ----------------------------------------------------------
    下層共通
    ---------------------------------------------------------- */
    .main-content {
        padding-top: 50px;
    }

}

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

    /* --------------------------
    メインカラム
    -------------------------- */
    .main_Wrap > .inner{
        width: 100%;
        padding-bottom: 50px;
    }

    /* -------------------------------------------------------
    左側
    ---------------------------------------------------------- */
    #left_Wrap{
        width: 90%;
        margin: 0 auto;
    }

    /* --------------------------
    ページタイトル（h1）
    -------------------------- */
    .lower_title{
        height: 90px;
    }
    .lower_title .inner h1 {
        font-size: 2.4rem;
    }

    /* --------------------------
    パンくず
    -------------------------- */
    .breadcrumb_Area{
        margin: 0 auto 15px;
        overflow-x: scroll;
    }

    /* --------------------------
    見出し
    -------------------------- */
    h2.lower_ttl {
        font-size: 2rem;
        margin: 30px 0 15px;
        padding-left: 0.8em;
    }
    h2.lower_ttl::before{
        width: 8px;
    }

    /* --------------------------
    ページ遷移ボタン
    -------------------------- */

    /* --------------------------
    背景ありCTAボタン
    -------------------------- */
    .page_cta_Box{
        background: url(../img/common/page_cta_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        margin-top: 20px;
        padding-top: 40%;
    }
    .page_cta_Box .model_img{
        bottom: 60px;
    }
    .page_cta_Box .model_img.man {
        width: 18%;
        left: 4%;
    }
    .page_cta_Box .model_img.woman {
        width: 21%;
        right: 3%;
    }
    .page_cta_Box .inner p.txt {
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .page_cta_Box .inner .page_link_Btn.cta{
        width: 95%;
        max-width: none;
        padding: 15px 10px;
        font-size: 1.6rem;
    }
    
    /* -------------------------------------------------------
    右側（サイドバー）
    ---------------------------------------------------------- */
    #right_Wrap .sidebar ul{
        width: 90%;
    }
    #right_Wrap .page_link_Btn {
        width: 100%;
        max-width: none;
        font-size: 1.6rem;
    }
    #right_Wrap .page_link_Btn.arrow{
        width: 90%;
        padding: 15px 5px;
    }
    /* その他のリンク */
    .side_other_link,
    .manegy_ranking{
        width: 90%;
        margin: 60px auto 0;
    }
    .side_other_link .other_Box .other_flex {
        justify-content: center;
    }
    .side_other_link .other_Box .other_flex figure{
        max-width: 80px;
        margin-right: 10px;
    }
    #right_Wrap .side_other_link .other_Box .page_link_Btn{
        width: 100%;
    }
    /* サイトメニュー */
    .sp_siteMenu {
        width: 100%;
        background: var(--bluegray);
        margin-top: 30px;
        padding: 30px 0;
    }
    .sp_siteMenu .acd{
        width: 90%;
        margin: 0 auto;
    }
    .sp_siteMenu .acd_menu_knowhow_topics{
        border: none;
        margin-bottom: 10px;
    }
    .sp_siteMenu .acd_menu_head_knowhow_topics {
        border: none;
        position: relative;
        padding: 15px;
        background: var(--blue);
        font-size: 1.6rem;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
    }
    .sp_siteMenu .acd_menu_head_knowhow_topics::before,
    .sp_siteMenu .acd_menu_head_knowhow_topics::after{
        position: absolute;
        content: "";
        width: 12px;
        height: 2px;
        background: #fff;
        right: 3%;
        top: 50%;
        transform: translateY(-50%);
    }
    .sp_siteMenu .acd_menu_head_knowhow_topics::after{
        transform: translateY(-50%) rotate(90deg);
    }
    .sp_siteMenu .acd_menu_head_knowhow_topics.active{
        border-radius: 5px 5px 0 0;
    }
    .sp_siteMenu .acd_menu_head_knowhow_topics.active::after{
        transform: translateY(-50%) rotate(0deg);
    }
    .sp_siteMenu .acd_menu_body_knowhow_topics{
        display: none;
        border: none;
        height: auto;
        background: #fff;
        padding: 0;
        border-radius: 0 0 5px 5px;
    }
    .sp_siteMenu .acd_menu_body_knowhow_topics ul li{
        position: relative;
        width: 95%;
        margin: 0 auto;
        padding: 15px 10px;
        font-size: 1.4rem;
        line-height: 1.4;
        border-bottom: #eee 1px solid;
        color: var(--basic);
    }
    .sp_siteMenu .acd_menu_body_knowhow_topics ul li:last-child{
        border-bottom: none;
    }
    .sp_siteMenu .acd_menu_body_knowhow_topics ul li::after{
        position: absolute;
        content: "\e5cc";
        font-family: "Material Symbols Outlined";
        font-variation-settings: 'wght' 300;
        font-size: 2rem;
        color: #ddd;
        top: 50%;
        right: -1%;
        transform: translateY(-50%);
    }
    .sp_siteMenu .acd_menu_body_knowhow_topics .arrow-none li::after{
        content: none;
    }
    .sp_siteMenu .acd_menu_body_knowhow_topics .arrow-none li strong{
        display: block;
        color: var(--blue);
        margin-bottom: 5px;
    }
    .sp_siteMenu .acd_menu_body_knowhow_topics .arrow-none li a{
        display: inline-block;
        text-decoration: underline;
    }
    .side_job_search,
    .side_place_search,
    .side_seminar_info{
        margin-top: 60px;
    }
}