@charset "UTF-8";
/***** 職種別求人特集一覧 *****/

#occupation_btn_area {
    padding: 3rem 0;
}

#occupation_btn_area {
    margin-bottom: 0;
}

#occupation_btn_area h2 {
    background-color: unset;
    line-height: 1em;
    margin-bottom: 3rem;
}

#occupation_btn_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#occupation_btn_area ul li {
    height: 47px;
    flex: 1 1 calc(33% - 17px);
    margin: 0 17px 12px 0;
    border: solid 1px var(--gray);
    background: #fff;
    text-align: center;
    position: relative;
    max-width: calc(33% - 17px);
    border-radius: 3px;
}

#occupation_btn_area ul li:nth-child(3n) {
    margin-right: 0;
}

#occupation_btn_area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

#occupation_btn_area ul li a:hover {
    opacity: 1;
    background-color: var(--gray);
}

#occupation_btn_area ul li a:before {
    content: "";
    display: block;
    border-left: 2px solid var(--basic);
    border-bottom: 2px solid var(--basic);
    margin-top: -1px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(-135deg);
    z-index: 1;
}


@media (max-width: 1024px) {
    #breadcrumb {
        background-color: var(--back_gray)!important;
    }

    .main_feature {
        background-color: var(--back_gray);
    }

    #occupation_btn_area {
        background-color: #fff!important;
        margin-top: 0;
        padding: 0;
    }

    #occupation_btn_area h2 {
        line-height: 1.8em;
    }
}

@media (max-width: 768px) {
    #occupation_btn_area ul {
        justify-content: space-between;
    }

    #occupation_btn_area ul li {
        width: 48%;
        max-width: unset;
        flex: none;
        margin: 0 0 1rem;
    }

    #occupation_btn_area ul li a {
        font-size: 1.4rem;
    }

    #occupation_btn_area ul li a:before {
        width: 7px;
        height: 7px;
        right: 11px;
    }
    
}

@media (max-width: 420px) {
    #occupation_btn_area ul li:nth-child(4) a,#occupation_btn_area ul li:nth-child(5) a,#occupation_btn_area ul li:last-child a {
        font-size: 1.3rem;
        line-height: 1.4em;
    }
}


/***** End 職種別求人特集一覧 *****/


/***** サムネイル *****/

#thumbnail a.btn_red {
    margin-top: 3rem;
}

#thumbnail img {
    width: 100%;
}

#thumbnail {
    margin-top: 0;
}

@media (max-width: 1024px) {
    #thumbnail {
        background-color: var(--back_gray);
    }
}

/***** End サムネイル *****/


/***** 公認会計士×残業20時間以内の仕事 *****/

#management_txt {
    padding: 3rem 0;
}

#management_txt h2 {
    background-color: unset;
    line-height: 1em;
    margin-bottom: 3rem;
}

#management_txt p {
    font-feature-settings: "palt";
    font-size: 1.6rem;
    line-height: 1.7em;
}


@media (max-width: 1024px) {
    #management_txt {
        background-color: #fff!important;
        padding: 0;
    }
}

@media (max-width: 768px) {
    #management_txt p {
        font-size: 1.4rem;
        line-height: 1.6em;
    }
}


/***** End 公認会計士×残業20時間以内の仕事 *****/


/***** 残業20時間以内の求人はこんな人におすすめ！ *****/

#recommend ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#recommend ul li .icon-img {
    flex-shrink: 0;
}

#recommend ul li:first-child img {
    width: 142px;
}

#recommend ul li:nth-child(2) img {
    width: 151px;
}

#recommend ul li:last-child img {
    width: 124px;
}

#recommend ul li .txt_Box {
    position: relative;
    display: inline-block;
    padding: 1.8rem 2rem 1.4rem;
    width: 79%;
    background: #FFF;
    border: solid 2px var(--light);
    border-radius: 5px;
    box-sizing: border-box;
}

#recommend ul li .txt_Box:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    left: -17px;
    border: 9px solid transparent;
    border-right: 9px solid #FFF;
    z-index: 2;
  }

#recommend ul li .txt_Box::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    left: -22px;
    border: 11px solid transparent;
    border-right: 11px solid var(--light);
    z-index: 1;
}

#recommend ul li .txt_Box h3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--light);
    margin-bottom: 0.8rem;
}

#recommend ul li .txt_Box #cp01,#cp02,#cp03,#recommend ul li .txt_Box label {
    display: none;
}

#recommend ul li .txt_Box p {
    font-feature-settings: "palt";
    font-size: 1.6rem;
    line-height: 1.7em;
}

@media (max-width: 1024px) {
    #recommend {
        background-color: var(--back_blue)!important;
    }
}

@media (max-width: 768px) {
    #recommend ul li {
        align-items: flex-start;
        margin-bottom: 20px;
    }

    #recommend ul li .icon-img {
        width: 71px;
        margin-right: 2rem;
    }

    #recommend ul li:first-child img {
        width: 67px;
    }
    
    #recommend ul li:nth-child(2) img {
        width: 71px;
    }
    
    #recommend ul li:last-child img {
        width: 59px;
    }

    #recommend ul li .txt_Box {
        width: 88%;
        padding: 12px 15px 30px;
        border-radius: 3px;
    }

    #recommend ul li .txt_Box:before {
        top: 30px;
        left: -11px;
        border: 6px solid transparent;
        border-right: 6px solid #FFF;
    }

    #recommend ul li .txt_Box::after {
        top: 30px;
        left: -16px;
        border: 8px solid transparent;
        border-right: 8px solid var(--light);
    }

    #recommend ul li .txt_Box h3 {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }

    #recommend ul li .txt_Box p {
        font-size: 1.4rem;
        line-height: 1.5em;
    }

    .cp_box *, .cp_box *:before, .cp_box *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cp_box {
        position: relative;
    }

    #recommend ul li .txt_Box #cp01,#recommend ul li .txt_Box label {
        display: block;
    }

    .cp_box label {
        position: absolute;
        z-index: 1;
        bottom: -18px;
        width: 100%;
        height: 52px; /* グラデーションの高さ */
        cursor: pointer;
        text-align: center;
        /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
        background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, 0.95) 60%);
    }

    .cp_box input:checked + label {
        background: inherit; /* 開いた時にグラデーションを消す */
    }

    .cp_box label:after {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 50%;
        width: 86px;
        content: '続きをよむ';
        font-size: 1.2rem;
        font-weight: 600;
        border: solid 2px var(--light);
        transform: translate(-50%, 0);
        color: var(--light);
        border-radius: 20px;
        background-color: #fff;
    }

    .cp_box input {
        display: none;
    }

    .cp_box .cp_container {
        overflow: hidden;
        height: 42px; /* 開く前に見えている部分の高さ */
        transition: all 0.5s;
    }

    .cp_box input:checked + label {
        /* display: none ; 閉じるボタンを消す場合解放 */
    }

    .cp_box input:checked + label:after {
        content: '閉じる';
    }
    
    .cp_box input:checked ~ .cp_container {
        height: auto;
        padding-bottom: 16px; /* 閉じるボタンのbottomからの位置 */
        transition: all 0.5s;
    }
}

/***** End 残業20時間以内の求人はこんな人におすすめ！ *****/


/***** 求人情報 *****/

#job_offer {
    padding: 3rem 0;
}

#job_offer h2 {
    background-color: unset;
    line-height: 1em;
    margin-bottom: 3rem;
}

#job_offer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#job_offer ul li {
    padding: 0 8px;
    box-sizing: border-box;
    width: 33%;
    margin-bottom: 2rem;
}

#job_offer ul li a {
    display: block;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border:1px solid #f5f5f5;
    border-top:5px solid var(--light);
    border-radius: 4px;
    height: 100%;
    padding: 12px;
    padding-bottom:48px;
    box-sizing: border-box;
    position:relative;
}

#job_offer ul li:empty {
    display: none;
}

#job_offer ul b {
    font-size: 1.6rem;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 3.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    color: var(--light);
}

#job_offer ul i {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3em;
    display: block;
    margin: 8px 0;
}

#job_offer ul i span {
    border:1px solid var(--light);
    color: var(--light);
    display:inline-block;
   font-weight: normal;
   font-size: 1.2rem;
   line-height: 1.2rem;
   padding:0.2rem 0.2rem;
   margin: 0;
   width: 58px;
   text-align: center;
   margin-right: 0.4rem;;
}

#job_offer ul i:last-of-type {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* max-height: 1.3em; */
    overflow: hidden;
    text-overflow: ellipsis;
}

#job_offer ul b + i {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

#job_offer ul span.recommend-btn {
    color: #fff;
    background: var(--light);
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    display: block;
    border: solid 1px var(--light);
    padding: 4px;
    margin-top: 8px;
    display: block;
    width:calc(100% - 24px);
    position:absolute;
    bottom:12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    box-sizing: border-box;
}

#job_offer .flex_btn_area {
    margin-top: 3rem;
}

#job_offer .flex_btn_area a {
    margin: 0;
}

#job_offer .flex_btn_area a:first-child {
    margin-right: 2rem;
}

@media (max-width: 1024px) {
    #job_offer {
        background-color: #fff!important;
        padding: 0;
    }
}

@media (max-width: 768px) {
    #job_offer .main_wrapper {
        width: 100%;
    }
    #job_offer ul {
        display: block;
    }
    
    #job_offer ul li {
        width: 224px;
        margin-bottom: 0;
    }

    #job_offer .next-arrow {
        right: calc(50vw - 142px) !important;
    }

    #job_offer .prev-arrow {
        left: calc(50vw - 142px) !important;
    }

    #job_offer .flex_btn_area {
        display: block;
    }

    #job_offer .flex_btn_area a:first-child {
        margin: 0 auto;
    }

    #job_offer .flex_btn_area a {
        margin: 2rem auto 0;
    }


}


/***** End 求人情報 *****/


/***** 会員登録の3つのメリット *****/

#registration_merit ul {
    display: flex;
    justify-content: space-between;
}

#registration_merit ul li {
    background-color: #fff;
    border: solid 2px var(--light);
    border-radius: 5px;
    width: 31.8%;
    padding: 1rem 1.6rem;

}

#registration_merit ul li .img_wrapper {
    height: 93px;
    display: flex;
    align-items: center;
}

#registration_merit ul li img {
    margin: 0 auto;
    display: block;
}

#registration_merit ul li:first-child img {
    width: 63px;
}

#registration_merit ul li:nth-child(2) img {
    width: 43px;
}

#registration_merit ul li:last-child img {
    width: 84px;
}

#registration_merit ul li span {
    font-weight: 600;
    color: var(--light);
}

#registration_merit ul li span.merit_num{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-family: "Roboto", sans-serif;
    border-bottom: solid 2px var(--light);
    padding-bottom: 0.7rem;
}

#registration_merit ul li p {
    font-size: 1.4rem;
    line-height: 1.5em;
    font-weight: 600;
    font-feature-settings: "palt";
    text-align: center;
}

#registration_merit ul li p span.num {
    font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
}

@media (max-width: 1024px) {
    #registration_merit {
        background-color: var(--back_blue);
    }
}

@media (max-width: 868px) {
    #registration_merit ul {
        display: block;
    }
    
    #registration_merit ul li {
        margin: 0 auto 2rem;
        width: 100%;
        max-width: 400px;
    
    }

    #registration_merit ul li:last-child {
        margin: 0 auto;
    }
}

/***** End 会員登録の3つのメリット *****/


/***** MS Agentを利用したサービスの流れ *****/

#flow ul li {
    background-color: #fff;
}

#flow ul li .flow_description {
    padding: 0 1.8rem;
}

#flow .btn_area a {
    width: 336px;
}

#flow .red-btn_area {
    margin-top: 2rem;
}

#flow .red-btn_area small {
    line-height: 1.5em;
    display: inline-block;
}

#flow .red-btn_area small::before {
    top: 19px;
    left: -29px;
}

#flow .red-btn_area small::after {
    top: 19px;
    right: -29px;
}

@media (max-width: 1024px) {
    #flow {
        background-color: #fff;
    }
}

@media (max-width: 768px) {
    #flow .btn_area a {
        width: 290px;
    }

    #flow .red-btn_area small::before {
        left: -22px;
    }
    
    #flow .red-btn_area small::after {
        right: -22px;
    }
}

/***** End MS Agentを利用したサービスの流れ *****/


.main_area_inner {
    max-width: 762px;
    margin: 0 auto;
}

.main_area_con {
    margin-top: 4rem;
}

.side_btn_area {
    background: var(--back_gray);
    padding: 15px 20px;
    margin-bottom: 30px;
}

.side_btn_area a {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.4;
    width: 100%;
    padding: 4px 0;
}

.side_btn_area a span {
    font-size: 1.3rem;
}

.side_btn_area p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 15px;
}

.side_area h2 {
    font-size: 1.8rem;
    color: var(--basic);
    margin-bottom: 20px;
}

.side_area .fa {
    margin-right: 5px;
}

.side_search_area02 {
    background: var(--back_gray);
    padding: 20px;
    margin-bottom: 30px;
}

.side_search_area02 ul li {
    background: #fff;
    padding: 10px 16px;
    width: 100%;
    margin-bottom: 8px;
}

.side_search_area02.side_search_job ul li::before {
    content: '●';
    color: var(--light);
    font-size: 1rem;
    vertical-align: text-bottom;
    line-height: normal;
    margin-right: 3px;
}

.side_search_area02 ul li a {
    font-size: 1.6rem;
}

.side_search_prefecture ul li p {
    font-weight: 600;
    font-size: 1.4rem;
}

.side_search_prefecture .search_prefecture a {
    font-size: 1.4rem;
    border-radius: 100vw;
    border: solid 1px var(--gray);
    padding: 0.3rem 1rem 0.2rem;
    display: inline-block;
    line-height: 1em;
    width: 36%;
    text-align: center;
}

.side_search_prefecture .search_prefecture a:hover {
    background-color: var(--gray);
    opacity: 1;
}

.side_search_seminar ul li a {
    font-size: 1.4rem;
    line-height: 1.5em;
    font-feature-settings: "palt";
}

.side_search_seminar ul li a .seminar_til {
    border-left: solid 3px var(--green);
    padding-left: 1.6rem;
}

.side_search_seminar  a.btn_bl {
    width: 100%;
    margin-top: 2rem;
}

.side_search_news {
    margin-bottom: 1rem;
}

.side_search_news h2 {
    color: var(--light);
}

.side_search_news ul li a p {
    font-size: 1.4rem;
    line-height: 1.5em;
}

.side_search_news ul li a {
    display: flex;
    align-items: flex-start;
    font-feature-settings: "palt";
}

.side_search_news ul li a .rank {
    padding: 0.84rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 21px;
    margin-right: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.side_search_news ul li:first-child a .rank {
    background-color: #b29719;
}

.side_search_news ul li:nth-child(2) a .rank {
    background-color: #93a5af;
}

.side_search_news ul li:nth-child(3) a .rank {
    background-color: #bc784a;
}

.side_search_news ul li:nth-child(4) a .rank,.side_search_news ul li:nth-child(5) a .rank {
    background-color: var(--light);
}

.side_search_others {
    margin-top: 3rem;
}

.side_search_others ul li {
    padding: 0 0 1.4rem;
    margin-bottom: 2rem;
}

.side_search_others ul li:last-child {
    margin-bottom: 0;
}

.side_search_others ul li h2 {
    background-color: var(--light);
    color: #fff;
    font-size: 1.6rem;
    padding: 0.2rem 0;
    margin-bottom: 1.2rem;
}

.side_search_others ul li:nth-child(2) h2 {
    line-height: 1.4em;
    padding: 0.7rem;
}

.side_search_others ul li .others_con {
    display: flex;
    padding: 0 1.6rem;
}

.side_search_others ul li .others_con img {
    flex-shrink: 0;
    width: 100px;
    height: max-content;
    margin-right: 1.3rem;
}

.side_search_others ul li .others_con .txt_area .adviser_name {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--light);
}

.side_search_others ul li .others_con .txt_area p {
    font-size: 1.3rem;
    font-feature-settings: "palt";
    line-height: 1.5em;
}

.side_search_others ul li a {
    width: 196px;
    font-size: 1.5rem;
    padding: 0.1rem 0;
    margin-top: 2rem;
    min-width: auto;
}

.side_search_others ul li a::before {
    width: 7px;
    height: 7px;
}


#right_Wrap .main_wrapper {
    background: var(--back_gray);
    padding: 15px 20px;
    margin-bottom: 30px;
}
#right_Wrap .main_wrapper a {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.4;
    width: 100%;
    padding: 4px 0;
}
#right_Wrap .main_wrapper a span {
    font-size: 1.3rem;
}
#right_Wrap .main_wrapper p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 15px;
}

.side_job_search ul li,.side_place_search ul,.side_seminar_info ul,.side_other_link {
    background-color: var(--back_gray);
}

.manegy_ranking .bg_w {
    background-color: var(--back_blue);
}

.side_other_link .other_Box:not(:last-child),.side_seminar_info ul li:not(:last-child) {
    border-bottom: #adadad 1px solid;
}

@media (max-width: 1150px) {
    #right_Wrap {
        padding: 0 2rem;
    }
}

@media (max-width: 1024px) {
    .column_2_container .inner_1240 {
        display: block;
        padding: 0;
        max-width: unset;
    }

    .side_area {
        display: block!important;
    }

    .side_area02 {
        width: 100%;
    }

    .side_search_area02 {
        margin: 0;
        padding: 0;
    }

    .main_wrapper {
        max-width: 960px;
        margin: 0 auto;
        padding: 4rem 2rem;
    }

    .main_area h2 {
        background-color: unset;
    }

    .main_area_con {
        margin-top: 0;
    }

    .side_btn_area {
        margin-bottom: 0;
        padding: 0;
    }

    .parts_feature {
        background-color: var(--back_gray);
    }

    .side_search_job {
        background-color: #fff;
    }

    .side_search_job ul li {
        background-color: var(--back_gray);
    }

    .side_search_prefecture ul li p {
        margin-bottom: 1rem;
    }

    .side_search_prefecture .search_prefecture a {
        width: auto;
        margin-right: 0.4rem;
    }

    .side_search_seminar {
        background-color: #fff;
    }

    .side_search_seminar ul li {
        background-color: var(--back_gray);
    }

    .side_search_seminar a.btn_bl {
        width: 290px;
        margin-top: 3rem;
    }

    .side_search_news ul li a .rank {
        padding: 0.6rem;
    }

    table {
        display: flex;
        justify-content: flex-end;
    }

    table td {
        padding: 15px 0 0;
    }

    .side_search_others {
        background-color: #fff;
        margin-top: 0;
    }

    .side_search_others ul li {
        padding: 0 0 1.4rem;
        margin-bottom: 2rem;
        max-width: 480px;
        margin: 2rem auto 0;
        box-shadow: 0px 0px 9px -5px #768798;
    }

    .side_search_others ul li:first-child {
        margin-top: 0;
    }

}

@media (max-width: 768px) {

    .side_search_area02 {
        padding: 0;
    }

    .main_wrapper {
        width: 90%;
        margin: 0 auto;
        padding: 3rem 0;
    }

    .side_search_prefecture .search_prefecture a {
        margin-bottom: 0.8rem;
    }

    .side_job_search, .side_place_search, .side_seminar_info,.manegy_ranking,.side_other_link {
        width: 90%;
        margin: 3rem auto 0;
    }

    #right_Wrap {
        padding: 0;
    }
}



@media (max-width: 768px) {
    #job_offer .next-arrow {
        right: calc(50vw - 142px) !important;
    }
}
.slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 100;
    opacity: 0.7;
    width: 51px;
}