@charset "utf-8";


a.sub05_here{
background-color: #ececec;
}

.partyplanbox_cmsall {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.recruit55.btit {
    padding-top: 30px !important;
}
.recruit55 {
    padding-top: 50px !important;
}

.border_ww045600.flow
 {
    font-size: 2.4rem;
    font-weight: normal;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    border-bottom: 1px solid #939291;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


.pagenavpagelink999_02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 800px;
    margin: 0 auto;
}
.pagenavpagelink999_02 a {
    display: block;
}


.pagenavpagelink999_02 a.cplink {
    display: block;
    width: 200px;
    border: 1px solid #939291;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 0 auto;
   padding: 21px 0;
}
.pagenavpagelink999_02 a.cplink span.sankaku
 {
    width: 0px;
    border-color: #cccccc;
    border-style: solid;
    border-width: 7px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 28px;
    right: 15px;
}

.pagenavpagelink999_02 a.cplink.newnew {
    display: block;
    width: 300px;
    border: 1px solid #939291;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 0 auto;
   padding: 10px 0;
}
.pagenavpagelink999_02 a.cplink.newnew span.new_inn{
    margin-left: 20px;
}



.btn_new{
    margin:30px auto;
    width: 940px;
}
.btn_new a{
    display:block;
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 1.6rem;
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}
.btn_new a .new_inn{
    margin-left:10px;
}











/* ラジオボタン自体は非表示にする */
input[name="tab_item"] {
    display: none;
}
.partyplanbox_cmsall .box_list222 {
    width: 300px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 40px;
}
/* --- タブメニュー全体のスタイル --- */
.tabbox_nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 0; /* 下のコンテンツとくっつける */
}

.tabbox_f {
    width: 1040px;
    margin: 15px auto;
}

/* タブのデザイン（labelをボタンに見せる） */
.tabbox_nav .cplink {
    display: block;
    width: 45%;
    padding: 15px 0;
    text-align: center;
    background-color: #f0f0f0;
    
    /* ↓ 文字を薄くする設定 ↓ */
    color: rgba(51, 51, 51, 0.5); /* 文字色を薄く（50%透過） */
    font-weight: normal;           /* オフの時は細くしても良いかもしれません */

    cursor: pointer; /* カーソルを指の形にする */
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.3s;
    font-size: 1.6rem;
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
}

/* --- オン（チェックされた時）のスタイル --- */

/* キャリア採用がオンの時 */
#tab_car:checked ~ .tabbox_nav label[for="tab_car"] {
    background-color: #fff;
    color: rgba(51, 51, 51, 1); /* 文字をくっきり100%に */
    font-weight: bold;           /* 太字にする */
    border-bottom: 1px solid #fff;
}

/* パート・アルバイトがオンの時 */
#tab_part:checked ~ .tabbox_nav label[for="tab_part"] {
    background-color: #fff;
    color: rgba(51, 51, 51, 1); /* 文字をくっきり100%に */
    font-weight: bold;           /* 太字にする */
    border-bottom: 1px solid #fff;
}
/* --- コンテンツ部分の制御 --- */
.tabbox_inn {
    display: none; /* 基本は非表示 */
    padding: 30px 20px;
    border: 1px solid #ccc;
    background: #fff;
    margin-top: -1px; /* タブの枠線と重ねる */
}

/* 1つ目のボタンがチェックされたら nu_car を表示 */
#tab_car:checked ~ .tabbox_nav label[for="tab_car"] {
    background-color: #fff; /* 選択中の色 */
    border-bottom: 1px solid #fff;
}
#tab_car:checked ~ #nu_car {
    display: block;
}

/* 2つ目のボタンがチェックされたら nu_partad を表示 */
#tab_part:checked ~ .tabbox_nav label[for="tab_part"] {
    background-color: #fff; /* 選択中の色 */
    border-bottom: 1px solid #fff;
}
#tab_part:checked ~ #nu_partad {
    display: block;
}


@media screen and (max-width: 768px) {
.pagenavpagelink999_02 {
    display: block;
    width: 98%;
    margin: 0 auto;
}

.pagenavpagelink999_02 a.cplink {
    width: 98%;
    margin: 0 auto 20px auto;
}


.pagenavpagelink999_02 a.cplink.newnew {
    width: 98%;
    margin: 0 auto 20px auto;
}
.pagenavpagelink999_02 a.cplink.newnew span.new_inn{
    margin-left: 5px;
}
    .border_ww0456, .border_ww045600 {
        margin-top: 20px;
    }


.btn_new{
    width: 90%;
    margin: 50px auto 20px auto;
}
.btn_new a{
    display:block;
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 1.4rem;
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}
.btn_new a .new_inn{
    margin-left:10px;
}


.partyplanbox_cmsall {
        width: 100%;
    }
.partyplanbox_cmsall .box_list222 {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}


/* ラジオボタン自体は非表示にする */
input[name="tab_item"] {
    display: none;
}
.partyplanbox_cmsall .box_list222 {
    width: 98%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
/* --- タブメニュー全体のスタイル --- */
.tabbox_nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 0; /* 下のコンテンツとくっつける */
}

.tabbox_f {
    width: 98%;
    margin: 10px auto;
}

/* タブのデザイン（labelをボタンに見せる） */
.tabbox_nav .cplink {
    display: block;
    width: 45%;
    padding: 15px 0;
    text-align: center;
    background-color: #f0f0f0;
    
    /* ↓ 文字を薄くする設定 ↓ */
    color: rgba(51, 51, 51, 0.5); /* 文字色を薄く（50%透過） */
    font-weight: normal;           /* オフの時は細くしても良いかもしれません */

    cursor: pointer; /* カーソルを指の形にする */
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.3s;
    font-size: 1.6rem;
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
}

/* --- オン（チェックされた時）のスタイル --- */

/* キャリア採用がオンの時 */
#tab_car:checked ~ .tabbox_nav label[for="tab_car"] {
    background-color: #fff;
    color: rgba(51, 51, 51, 1); /* 文字をくっきり100%に */
    font-weight: bold;           /* 太字にする */
    border-bottom: 1px solid #fff;
}

/* パート・アルバイトがオンの時 */
#tab_part:checked ~ .tabbox_nav label[for="tab_part"] {
    background-color: #fff;
    color: rgba(51, 51, 51, 1); /* 文字をくっきり100%に */
    font-weight: bold;           /* 太字にする */
    border-bottom: 1px solid #fff;
}
/* --- コンテンツ部分の制御 --- */
.tabbox_inn {
    display: none; /* 基本は非表示 */
    padding: 30px 20px;
    border: 1px solid #ccc;
    background: #fff;
    margin-top: -1px; /* タブの枠線と重ねる */
}

/* 1つ目のボタンがチェックされたら nu_car を表示 */
#tab_car:checked ~ .tabbox_nav label[for="tab_car"] {
    background-color: #fff; /* 選択中の色 */
    border-bottom: 1px solid #fff;
}
#tab_car:checked ~ #nu_car {
    display: block;
}

/* 2つ目のボタンがチェックされたら nu_partad を表示 */
#tab_part:checked ~ .tabbox_nav label[for="tab_part"] {
    background-color: #fff; /* 選択中の色 */
    border-bottom: 1px solid #fff;
}
#tab_part:checked ~ #nu_partad {
    display: block;
}


.recruit55.btit {
    padding-top: 20px !important;
}
.recruit55 {
    padding-top: 30px !important;
}

.border_ww045600.flow
 {
    font-size: 2.0rem;
    font-weight: normal;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    border-bottom: 1px solid #939291;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
}
