/*-------------------------------------*/
/*　　　 　　　　header　　　　　　　　　*/
/*-------------------------------------*/



header {
    border-top:4px solid #F21611;
    background: #fff;
    width: 100%;
    padding: 17px 30px 20px 30px;
    z-index: 999;
    filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.06));
    position: relative;
}

header .row.layout_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .row.layout_row::before,header .row.layout_row::after {
    display: none;
}
header .column-box.col-md-12 > div {
    display: flex;
    align-items: center;
    position: relative;
}
header .row.layout_row > * {
    width: fit-content;
}
header ul.nav.navbar-nav {
    display: flex;
    width: max-content;
}
.login header ul.nav.navbar-nav li:last-child {
    display: none;
}
header ul.nav.navbar-nav a {
    padding-right: 40px;
    font-size: 18px;
}
header h1 {
    width: 240px;
}
header h1 svg {
    width: 100%;
}
header .l-register a,header .l-mylist a {
    background-image: linear-gradient(90deg, #0095ee, #11b2ef);
    padding: 10px 30px !important;
    font-size: 16px;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    margin-right: 12px;
    font-weight: bold;
    letter-spacing:0.05em;
    filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.06));
}
header .l-login a,header .l-logout a {
    border: 1px solid #0095EE;
    padding: 8px 30px !important;
    font-size: 16px;
    border-radius: 2px;
    color: #0095EE;
    border-radius: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
}
header .l-register a:hover,header .l-mylist a:hover,header .l-login a:hover,header .l-logout a:hover {
    opacity:.7;
}
li.nav-logout {
    display: none;
}
body.login header {
    /*padding-top: 44px;
    padding-bottom: 20px;*/
}
.username-box {
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    right: 24px;
    position: absolute;
    top: 16px;
    line-height: 1.4em;
    display: flex;
    align-items: center;
}
.username-box span {
    display: inline-block;
    max-width: 16em; /* 全角7文字分相当の幅（フォントによる） */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
body.login header .row.layout_row > a {
    position: relative;
    top: 0;
}
@media (max-width: 1320px) {
    header {
        padding: 12px 16px;
    }
    header h1 {
        width: 200px;
    }
    header .row:first-child > div > div {
        /* width: 200px; */
        /* min-width: 200px; */
        justify-content: end;
    }
    header .link-text {
        height: 36px;
    }
    header .link-text a {
        padding: 5px 14px!important;
        /* width: 36px; */
        /* height: 36px; */
        font-size: 14px;
    }
    header .l-logout {
        display: none;
    }
    .login header ul.nav.navbar-nav li:last-child {
        display: block;
    }
    header .l-register a, header .l-mylist a {
        margin-right: 6px;
        margin-left: 0;
    }
    button.bt-menu {
        background: transparent;
        border: none;
        aspect-ratio: 1/1;
        width: 35px;
        filter: brightness(0);
    }
    header .navbox:first-child {
        width: auto;
        padding: 16px;
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: rgb(0 0 0 / 8%) 0 3px 5px;
        background: #fff;
        position: absolute;
        right: 0;
        top: calc(100% + -12px);
        opacity: 0;
        pointer-events: none;
    }
    header .navbox.is-open {
        top: calc(100% + 4px);
        opacity: 1;
        pointer-events: auto;
    }
    header .row > .column-box.col-md-12 {
        min-width: 243px;
    }
    header .row > .column-box.col-md-12 > .block_box {
        justify-content: flex-end;
    }
    header .row > .column-box.col-md-12.customindex-link .block_box {
        justify-content: flex-start;
    }
    header .navbox:first-child ul.nav.navbar-nav {
        display: block;
    }
    header .navbar-nav > li > a {
        color: #333!important;
        padding: 6px 0!important;
        display: block;
        width: 100%;
    }
    header ul.nav.navbar-nav a {
        font-size: 16px;
    }
    body.login header {
        padding-top: 28px;
        padding-bottom: 12px;
    }
    .username-box {
        top: 8px;
    }
    body.login header .row.layout_row > a {
        top: -6px;
    }
    .username-box span {
        max-width: 12em;
    }
}
@media (max-width: 600px) {
    header .row > .column-box.col-md-12 {
        /* position: absolute; */
        /* top: 0; */
        /* right: 0; */
    }
}
@media (max-width: 470px) {
    header h1 {
        width: 170px;
    }
    header .link-text a {
        /* width: 32px; */
        /* height: 32px; */
        font-size: 12px;
        letter-spacing: 0;
        padding: 4px 10px !important;
    }
    header .l-register a, header .l-mylist a {
        margin-right: 3px;
    }
    header .link-text {
        height: 32px;
    }
    button.bt-menu {
        height: 32px;
    }
    header .row:first-child > div > div {
        width: 188px;
        margin: 0 0 0 auto;
    }
    header .navbox {
        right: 8px;
        padding: 12px;
    }
    header ul.nav.navbar-nav a {
        padding: 3px 0 !important;
    }
    .username-box span {
        max-width: 8em;
    }
}
@media (max-width: 420px) {
    header .row > .column-box.col-md-12 {
        min-width: 187px;
    }
    .username-box {
        right: 12px;
    }
    header .navbox:first-child {
        padding: 12px;
    }
    header ul.nav.navbar-nav a {
        font-size: 13px;
    }
}


/*-------------------------------------*/
/*　　　 　　　　footer　　　　　　　　　*/
/*-------------------------------------*/
footer {
    padding: 40px 0;
    border-top: 1px solid #E6E6E6;
    width: calc(100% - (24px * 2));
    margin: 80px auto 0;
}
footer ul.nav.navbar-nav {
    display: flex;
    gap: 20px;
    margin-right: 48px;
}
footer ul.nav.navbar-nav::before,footer ul.nav.navbar-nav::after {
    display: none;
}
footer .row.layout_row {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 0 auto;
}
footer .navbar-nav > li > a {
    font-size: 13px;
    font-weight: 500;
}
footer .navbar-nav > li > a:hover {
    text-decoration: underline!important;
}
span.copyright {
    color: #999999;
    font-size: 10px;
    letter-spacing: 0em;
}
@media (max-width: 991px) {
    footer .row.layout_row {
        display: block;
        margin: 0 auto;
    }
    span.copyright {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 6px;
        font-size: 9px;
    }
    footer {
        padding: 32px 0 24px;
        margin: 56px auto 0;
    }
    footer ul.nav.navbar-nav {
        gap: 16px;
        margin-right: 0;
    }
    footer .navbar-nav > li > a {
        font-size: 11px;
    }

}



/*-------------------------------------*/
/*　　　 　　　　content　　　　　　　　　*/
/*-------------------------------------*/
body > content {
    min-height: calc(100vh - 348px);
    margin: 0 auto;
    background:url(/theme/my-1750919160685ce7f81a7dc/img/common/content-bg.jpg) no-repeat #fff9f9;
    background-size:100% auto;
    padding-top: 64px!important;
}
@media (max-width: 1320px) {
    body > content {
        margin: 0 auto 0;
        padding-top: 56px !important;
    }
}
@media (max-width: 768px) {
    body > content {
        padding-top: 48px !important;
    }
}


/*-------------------------------------*/
/*　　　 　　　　トップ　　　　　　　　　*/
/*-------------------------------------*/
.visa-link-block .block_box .custompost_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
.visa-link-block a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.06));
    font-weight: bold;
    position: relative;
    background: #fff;
    border-radius: 80px;
    overflow: hidden;
    padding: 40px 36px;
    font-size: clamp(18px, 1.4vw, 24px);
}
.visa-link-block a:hover {
    color: #333;
    opacity: .8;
}
.visa-link-block a span {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
}
.visa-link-block .custompost_category_image {
    display: none;
}
.visa-link-block .custompost_category_list_link {
    display: none;
}
.visa-link-block .col-xs-8.custompost_category_list_body {
    width: 100%;
}
.custompost_category_list_title {
    position: relative;
}
.custompost_category_list_title::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-circle.svg) center no-repeat;
    background-size: contain;
    margin-right: 8px;
}
@media (max-width: 1320px) {
    .visa-link-block .block_box .custompost_box {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .visa-link-block a {
        height: 94px;
    }
}
@media (max-width: 768px) {
    .visa-link-block .block_box .custompost_box {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 10px;
    }
    .visa-link-block a {
        height: auto;
        filter: none;
        max-width: 400px;
        margin: 0 auto;
        padding: 15px 30px;
        border: 1px solid #f1cac8;
        font-size: 16px;
    }

    .custompost_category_list_title::before {
        width: 15px;
        height: 15px;
    }

    .custompost_category_list_title {
        display: flex;
        align-items: center;
    }
}


/*-------------------------------------------------*/
/*　　　 　　　　特定商取引法の表記　　　　　　　　　*/
/*-------------------------------------------------*/
body.page-law-index-html table {
    border-bottom: 1px solid #ececec;
    margin-top: 20px;
}
body.page-law-index-html table th,body.page-law-index-html table td {
    padding: 20px 8px;
    font-size: 14px;
    border-top: 1px solid #ececec;
}
body.page-law-index-html table th {
    width: 205px;
}
body.page-law-index-html table td {
    width: calc(100% - 205px);
}
@media (max-width: 1160px) {
    body.page-law-index-html table th {
        width: 100%;
        float: left;
        padding: 12px 8px;
        background: #fbfbfb;
    }
    body.page-law-index-html table td {
        width: 100%;
        float: left;
    }
}


/*-------------------------------------------------*/
/*　　　 　　　　プライバシーポリシー　　　　　　　　　*/
/*-------------------------------------------------*/
body.page-privacy-policy-index-html h3 {
    font-size: 16px;
    margin: 32px 0 12px;
    font-weight: bold;
}
body.page-privacy-policy-index-html p {
    font-size: 14px;
}


/*-------------------------------------------------*/
/*　　　 　　　ログイン　　　　　　　　*/
/*-------------------------------------------------*/
.modal form {
    padding: 6% 6% 10%;
}
.modal .form-control {
    margin-top: 0;
    margin-bottom: 24px;
}
.modal label {
    font-size: 13px;
}
.modal input.btn {
    width: 100%;
    height: 60px;
    background: var(--main-color);
    box-shadow: inset 0 -5px 0 #0081ce;
    border-color: var(--main-color);
}
#auth-login-modal .modal-body.modal-body-forget {
    padding: 0px 20px 24px;
    font-size: 13px;
    text-align: center;
    margin-top: -4px;
}
#auth-login-modal .modal-body.modal-body-forget .register-box {
    margin-top: 10px;
    margin-bottom: 12px;
}
#auth-login-modal .modal-body.modal-body-forget a {
    text-decoration: underline;
}
.modal-header {
    padding: 20px 20px 0px;
    border-bottom: none;
    text-align: center;
}
.modal-header h4 {
    color: var(--main-color);
    font-weight: bold;
}
.modal-header .close {
    position: absolute;
    top: 20px;
    right: 15px;
}
content.AuthContents .container .row.auth-bts.text-center {
    margin: 0 auto;
}
a#login-bt{
    background: var(--main-color);
    box-shadow: inset 0 -5px 0 #0081ce;
    border-color: var(--main-color);
    font-weight: bold;
}
a#repass-bt,a#logout-bt {
    font-weight: 500;
}
.auth_bts > div:nth-child(2) {
    display: none;
}
.text-danger {
    color: #E1005A;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 8px;
}
.register-box {
    margin-top: 32px ;
}
.register-box p {
    font-size: 13px;
}
.register-box a {
    text-decoration: underline;
    color: var(--main-color);
}


/*-------------------------------------------------*/
/*　　　 　　　面談応募フォーム　　　　　　　　*/
/*-------------------------------------------------*/
.notice .pg_text {
    background: #FFF9F9;
    border: 1px solid #FFBBBB;
    border-radius: 6px;
    padding: 32px;
    margin-bottom: 48px;
}
.notice .pg_text ul li {
    padding-left: 16px;
    position: relative;
}
.notice .pg_text ul li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #C70000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.notice .pg_text strong {
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.notice .pg_text strong::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-alert.png) center no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.notice .pg_text a {
    color:  var(--main-color);
    text-decoration: underline;
}


/*-------------------------------------------------*/
/*　　　 　　お問い合わせ　　　　　　　　*/
/*-------------------------------------------------*/
.mail-info {
    background: #fff;
    box-shadow: rgb(0 0 0 / 7%) 2px 2px 15px;
    border-radius: 12px;
    padding: 32px;
}
.mail-info a {
    letter-spacing: 0em;
    color:  var(--main-color);
    text-decoration: underline;
}

/*-------------------------------------------------*/
/*　　　 　　　カスタム投稿ヘッダー下帯　　　　　　　　*/
/*-------------------------------------------------*/
.post-index .custompost-ttl {
    display: block;
}
.post-index .customindex-link {
    display: none;
}
.post-detail .custompost-ttl {
    display: none;
}
.post-detail .customindex-link {
    display: block;
}

header .custompost-head {
    position: absolute;
    bottom: -64px;
    left: 0;
    width: 100%;
    background: var(--main-color);
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    color: #fff;
    box-shadow: inset 0 3px 10px rgb(0 0 0 / 8%);
}
body.post-detail header .custompost-head {
    background: transparent;
    box-shadow: none;
}
.custompost-ttl h2 {
    font-size: 20px;
}
.customindex-link a {
    font-size: 13px;
    background: #fff;
    /* border: 1px solid #D8D8DD; */
    border-radius: 2px;
    height: 36px;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px 0 12px;
}
.customindex-link a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-left.png) center no-repeat;
    background-size: contain;
    margin-right: 4px;
}

.customindex-link a {
    font-size: 13px;
}
.customindex-link a:hover {
    color: #333;
}

body:not(.post-index):not(.post-detail) .custompost-head {
    display: none;
}
@media (max-width: 1160px) {
    .custompost-ttl h2 {
        font-size: 18px;
    }
    header .custompost-head {
        bottom: -48px;
        height: 48px;
        padding: 0 18px;
    }
    .customindex-link {
        margin-top: 16px;
    }
}
@media (max-width: 768px) {
    .customindex-link a {
        /* padding: 0; */
        border: none;
    }
}




/*-------------------------------------------------*/
/*　　　 　　　カスタム投稿一覧検索　　　　　　　　*/
/*-------------------------------------------------*/
.post-index content {
    padding-top: 100px!important;
    margin-top: 0;
}
@media (max-width: 768px) {
    .post-index content {
        padding-top: 80px !important;
    }
}
.custum-post-search.custum-post-search- {
    padding: 24px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 7%) 2px 2px 15px;
    margin-bottom: 40px;
    border-radius: 12px;
}
.custum-post-search-params {
    display: flex;
}
.custum-post-search.custum-post-search- > * {
    margin: 0 auto;
}
.custum-post-search.custum-post-search- h2 {
    font-size:18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
    text-indent: 0;
    position: relative;
}
.custum-post-search.custum-post-search- h2::after {
    content: "※選択した条件のいずれかに該当する結果が表示されます";
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 8px;
}
.custum-post-search.custum-post-search- h2::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-search.png) center no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.custum-post-search.custum-post-search- form {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    box-shadow: none;
}
.post-index .custum-post-search-params .form-group {
    margin-bottom: 0;
    width: 100%;
}
.post-index .custum-post-search-params .form-group:last-child {
    display: none;
}
.post-index .input-group {
    display: flex;
    gap: 16px;
}
.post-index .custum-post-search-submits.text-right {
    display: flex;
    gap: 16px;
}
#custom-post-search-form #custom-post-search-submit {
    order: 1;
    height: 56px;
    width: 180px;
    border-radius: 4px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #fff;
    padding: 0;
    text-align: center;
    box-shadow: inset 0 -5px 0 #0081ce;
    transition: .2s;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
}
#custom-post-search-form #custom-post-search-submit:hover {
    box-shadow: inset 0 -2px 0 #0081ce;
    opacity:.9;
}
.post-index .custum-post-search-submits.text-right input#custom-post-search-clear {
    order: 2;
    height: 56px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    width: 76px;
    box-shadow: rgb(0 0 0 / 5%) 1px 1px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    color: #666666;
    font-size: 13px;
}
#custom-post-search-form .btn-default {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 210px;
    text-align: left;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}
#custom-post-search-form .btn-default:hover {
    background: #fbfbfb;
}
.custum-post-search .fa-chevron-down:before {
    color: var(--main-color);
    content: "\f107";
}
#custom-post-search-form .btn-default span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    height: fit-content;
    right: 36px;
}
/* チェックボックスを非表示にする */
.custom-post-search input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* ラベルのスタイル */
.custom-post-search label {
    position: relative;
    padding-left: 30px; /* チェックボックス用のスペース */
    cursor: pointer;
    display: inline-block;
}

/* 擬似要素 ::before でボックスを表示 */
.custom-post-search label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 4px;
    background: #fff;
}

/* 擬似要素 ::after でチェックマークを表示（最初は非表示） */
.custom-post-search label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* チェックされている時だけ ::after を表示 */
.custom-post-search input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

/* 面談停止中削除 */
#custom-post-search-modal-767 label:last-child {
    display: none;
}
@media (max-width: 1410px) {
    .custum-post-search.custum-post-search- form {
        display: block;
    }
    .input-group .input-item {
        width: 100%;
    }
    #custom-post-search-form .btn-default {
        width: 100%;
    }
    #custom-post-search-form #custom-post-search-submit {
        height: 48px;
        width: 120px;
        font-size: 14px;
    }
    .post-index .custum-post-search-submits.text-right input#custom-post-search-clear {
        height: 48px;
        width: 64px;
        font-size: 12px;
    }
    .post-index .input-group {
        gap: 8px;
        margin-bottom: 12px;
    }
    .post-index .custum-post-search-submits.text-right {
        gap: 8px;
        justify-content: end;
    }
}
@media (max-width: 768px) {
    .post-index .input-group {
        flex-wrap: wrap;
    }
    .input-group .input-item {
        width: calc(100% / 2 - 4px);
    }
}
@media (max-width: 540px) {
    .input-group .input-item {
        width: 49%;
    }
    #custom-post-search-form .btn-default {
        height: 48px;
        font-size: 15px;
    }
    .post-index .input-group {
        gap: 4px;
    }
}




/*-------------------------------------------------*/
/*　　　 　　　カスタム投稿一覧　　　　　　　　*/
/*-------------------------------------------------*/
.post-list ,.custompost_box .row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.custompost_box .row::before,.custompost_box .row::after {
    display: none;
}
.post-listbox,.custompost_card_box {
    width: calc(100% / 4 - 15px);
    position: relative;
}
.post-listbox .post-link,.custompost_card_box > a {
    position: relative;
    padding: 56px 24px 32px;
    border: 1px solid #E4E4E7;
    border-radius:6px;
    box-shadow: rgb(0 0 0 / 8%) 0 3px 5px;
    background: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
}
.post-listbox .post-link:hover,.custompost_card_box > a:hover {
    border-color: #38A24B;
}
@media (max-width: 1280px) {
    .post-listbox,.custompost_card_box {
        width: calc(100% / 3 - 14px);
    }
}
@media (max-width: 940px) {
    .post-listbox, .custompost_card_box {
        width: calc(100% / 2 - 10px);
    }
}
@media (max-width: 630px) {
    .post-listbox, .custompost_card_box {
        width: 100%;
    }
}
/* ブックマーク時 */
.post-listbox.is-bookmarked .post-link {
    background: #FBFFF8;
}
.post-listbox.is-bookmarked::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-tag.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
}
/* 面談中時 */
.post-listbox.is-interviewing .post-link,.post-listbox.is-interviewing.is-bookmarked .post-link,.custompost_card_box.is-interviewing > a {
    background: #F2F2F2;
}
.post-listbox.is-interviewing .post-link:hover,
.custompost_card_box.is-interviewing > a:hover{
    border-color: #666666;
}
/* absolute */
.post-listbox .absolute-box,.caption_list_wrapper.custompost_card_caption1_2 {
    position: absolute;
    top: 12px;
    left: 12px;
}
/* ステータス */
.post-listbox .status,.caption_list_wrapper.custompost_card_caption1_2 p {
    font-size: 12px;
    color: #fff;
    border-radius: 40px;
    padding: 3px 12px;
}
.post-listbox .status.status-01,.caption_list_wrapper.custompost_card_caption1_2 p {
    background:#38A24B;
}
.post-listbox .status.status-02,.is-interviewing .caption_list_wrapper.custompost_card_caption1_2 p {
    background:#636363;
}/* 有効期限 */
.post-listbox .exp {
    color: #666666;
    font-size: 13px;
    letter-spacing: 0;
}
/* 人材情報 */
.post-img,.caption_list_wrapper.custompost_card_caption1_0 {
    height: 140px;
    width: auto;
    aspect-ratio: 98/140;
    margin: 0 auto;
}
.post-img img,.caption_list_wrapper.custompost_card_caption1_0 img {
    height: 100%;
    object-fit: cover;
}
.post-index-item-id {
    margin-top: 8px;
    color: #666666;
    font-size: 13px;
    letter-spacing: 0;
}
.post-name,.caption_list_wrapper.custompost_card_caption1_1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    /* margin-top: 8px; */
    margin-bottom: 2px;
}
.post-info ul,.custompost_caption2 .flex-box {
    display: flex;
    justify-content: center;
    font-size: 13px;
    color: #666666;
}
.post-info li.birth p {
    display: none;
}
.post-info ul li:not(:last-child), .custompost_caption2 .flex-box > div:not(:last-child) {
    padding-right: 8px;
    position: relative;
}
.post-info ul li:not(:last-child)::before,.custompost_caption2 .flex-box > div:not(:last-child)::before{
    content: "/";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
/* 希望職業タグ */
.post-job_preference {
    margin-top: 4px;
    text-align: center;
}
.job-tag {
    font-size: 12px;
    border-radius: 40px;
    padding: 3px 12px;
    white-space: nowrap;
}
.job-tag.job-01 {
    background: #E0F2E0;
    color:#2D6B2D;
}
.job-tag.job-02 {
    background: #DFF6FA;
    color:#007C91;
}
.job-tag.job-03 {
    background: #EFEBE9;
    color:#5D4037;
}
.job-tag.job-04 {
    background: #FFF2E0;
    color:#B85C00;
}
.job-tag.job-05 {
    background: #F3E5F5;
    color:#6A4A7E;
}
.job-tag.job-06 {
    background: #FFF9DB;
    color:#9C6E00;
}
.job-tag.job-07 {
    background: #FCE4EC;
    color:#D62C70;
}
.job-tag.job-08 {
    background: #DDEAFE;
    color:#3345B0;
}
.job-tag.job-09 {
    background: #FBE2E2;
    color:#942322;
}
.job-tag.job-10 {
    background: #ECEFF1;
    color:#263238;
}
/* 絞り込みタブ */
.post-filter-area {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 40px;
}
.filter-tab {
    font-size: 13px;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.filter-tab.is-active{
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}
/* ページネーション */
.pagination-wrap {
    text-align: center;
    margin-top: 64px;
}
.pagination {
    margin: 0;
}
.pagination > li > a {
    color: #666;
}
.pagination > li > span {
    color: #fefe;
}
.pagination > li > a, .pagination > li > span {
    font-size: 13px;
}
.pagination > li > a.current {
    background: #f2f2f2;
    pointer-events: none;
    color: #b5b5b5;
}
/*検索モーダル */
#custom-post-search-form .modal-header {
    padding: 15px 30px;
    background-color: #F2F8FC;
}
#custom-post-search-form .modal-body{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 10px;
    align-items: center;
    padding: 25px 30px 40px;
}
#custom-post-search-form .modal-body label {
    display: flex;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
    align-items: center;
    line-height: 1.3em;
    border: 1px solid #dfdfdf;
    height: 100%;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
}
#custom-post-search-form .modal-body input[type=checkbox] {
    display: block;
    margin-top: 0;
    margin-right: 8px;
}



/*-------------------------------------------------*/
/*　　　 　　　マイページ　　　　　　　*/
/*-------------------------------------------------*/
body.page-my-index-html content .link-text a {
    max-width: 320px;
    width: 100%;
    height: 62px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 14px;
    border: 1px solid #E4E4E7;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 8%) 0 3px 5px;
    border-radius: 4px;
    position:relative;
}
body.page-my-index-html content .link-text.l-bookmark  a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-tag.png) center no-repeat;
    background-size: contain;
    z-index: 1;
    margin-right: 8px;
    margin-top: 4px;
}
body.page-my-index-html content .link-text.l-list  a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-list.png) center no-repeat;
    background-size: contain;
    z-index: 1;
    margin-right: 6px;
}
body.page-my-index-html content .link-text.l-bookmark a:hover {
    border-color: #61ab33;
}
body.page-my-index-html content .link-text.l-list a:hover {
    border-color: var(--main-color);
}
body.page-my-index-html content .link-text a:hover {
    color: #333;
}



/*-------------------------------------------------*/
/*　　　 　　　カスタム投稿詳細ページ　　　　　　*/
/*-------------------------------------------------*/
content.post-detail {
    padding-top: 80px!important;
}
@media (max-width: 1320px) {
    content.post-detail {
        padding-top: 64px !important;
    }
}
.movie-box {
    height: 560px;
    background: #000;
    color: #585858;
    text-align: center;
    font-size: 13px;
}
@media (max-width: 768px) {
    .movie-box {
        height: 440px;
    }
}
@media (max-width: 414px) {
    .movie-box {
        height: 320px;
    }
}
.movie-box *:not(.plyr__controls):not(.plyr__controls *):not(button.plyr__control.plyr__control--overlaid):not(button.plyr__control.plyr__control--overlaid *) {
    height: 100%;
    object-fit: contain;
}
.status-wrap {
    padding: 30px;
}
.status-wrap.status-01 {
    background: #ECF6FF;
}
.status-wrap.status-02 {
    background: #F2F2F2;
}
.status-wrap .btn-apply a {
    width: 94%;
    max-width: 486px;
    height: 80px;
    background: var(--main-color);
    box-shadow: inset 0 -5px 0 #0081ce;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
}
.status-wrap .btn-apply a:hover {
    box-shadow: inset 0 -2px 0 #0081ce;
    opacity:.9;
}
.status-wrap .btn-apply a .status {
    background: #38A24B;
    font-size: 12px;
    padding: 0px 10px;
    margin-right: 8px;
    border-radius: 40px;
    position: relative;
    top: 2px;
}
.status-wrap.status-02 .btn-apply a {
    background: #636363;
    box-shadow: none;
}
.status-wrap.status-02 .btn-apply a .status {
    background: #111111;
}
.status-wrap.status-02 .btn-apply p {
    background: #fff;
    border: 1px solid #707070;
    padding: 14px;
    width: 100%;
    max-width: 690px;
    margin: 0 auto 24px;
}
.status-wrap .bookmark {
    text-align: center;
    margin: 20px 0;
}
.status-wrap .bookmark-bt button {
    background: transparent;
    border: none;
}
.status-wrap .bookmark-bt button:hover span {
    text-decoration: underline;
    color:#333;
}
.status-wrap .bookmark-bt.bm-cancel {
    filter: grayscale(1);
}
.status-wrap ul {
    font-size: 14px;
    width: fit-content;
    margin: 0 auto;
}
.status-wrap ul li {
    position: relative;
    padding-left: 16px;
}
.status-wrap ul a {
    color:var(--main-color);
    text-decoration: underline;
}
.status-wrap ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background:var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.detail-block02 {
    /* margin-top: 64px; */
}
.pr-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 16px;
}
.pr-gallery .gallery-item {
    /* width: calc(100% / 3); */
}
.pr-gallery .gallery-item .txt-box {
    line-height: 1.4em;
    margin-top: 8px;
}
.pr-gallery .gallery-item .img-box {
    aspect-ratio: 4/3;
    /* margin-bottom: 8px; */
}
.pr-gallery .gallery-item .img-box img {
    height: 100%;
    object-fit: cover;
}
.detail-block03 .flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 40px 0;
}
.detail-block03 .flex-box button {
    width: 220px;
    height: 38px;
}
.detail-block03 .flex-box button:hover {
    color: #333;
    opacity: .7;
}
.scroll-bt button {
    background: #E5F1FF;
    border: 1px solid #2163AE;
    border-radius: 2px;
    font-size: 14px;
}
.scroll-bt button span::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-file.png) center no-repeat;
    background-size: contain;
    margin-right: 4px;
    top: 1px;
    position: relative;
}
.bookmark-bt button {
    background: #F0F8E0;
    border: 1px solid #B4DF59;
    border-radius: 2px;
    font-size: 14px;
}
.bookmark-bt button span::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-tag.png) center no-repeat;
    background-size: contain;
    margin-right: 4px;
    top: 1px;
    position: relative;
}
.detail-block03 .flex-box .bm-cancel button {
    filter: grayscale(1);
}
.printing-bt button {
    background: #FFF9EF;
    border: 1px solid #F39200;
    border-radius: 2px;
    font-size: 14px;
}
.printing-bt button span::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-print.png) center no-repeat;
    background-size: contain;
    margin-right: 4px;
    top: 1px;
    position: relative;
}
.post-detail table {
    width: 100%;
    table-layout: fixed;
    letter-spacing: 0em;
    margin-bottom: 16px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}
.post-detail table th {
    background: aliceblue;
    width: 110px;
    text-align: center;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    font-size: 15px;
}
.post-detail table td {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 16px 20px;
    font-size: 16px;
    background: #fff;
}
.post-detail td .job-other  span {
    padding: 0;
    margin: 0!important;
}
.post-detail td.post-job_preference {
    text-align: left;
}
.post-detail td.post-job_preference span.job-other {
    font-size: 14px;
    margin-top: 4px;
    display: block;
}
.post-detail table td.birth > span {
    display: inline-block;
    margin-left: 2px;
}
.post-detail table td.birth > p {
    display: inline-block;
}
.post-detail td.td-year {
    width: 72px;
    text-align: center;
    padding: 8px;
    font-size: 17px;
}
.post-detail td.td-month {
    width: 40px;
    text-align: center;
    padding: 8px;
    font-size: 17px;
}
.post-detail td.td-detail {
    padding: 8px 20px;
    font-size: 17px;
}
.post-detail td.td-name {
    font-size: 18px;
}
.post-detail td.td-pr {
    font-size: 17px;
    line-height: 1.6em;
}
.post-detail td.td-relationship {
    width: 110px;
}
.post-detail td.td-birth {
    width: 79px;
}
.detail-block04 .flex-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}
.detail-block04 .flex-box .img-box {
    order: 2;
    width: 24%;
    aspect-ratio: 98/140;
}
.detail-block04 .flex-box .img-box img {
    height: 100%;
    object-fit: cover;
}
.detail-block04 .flex-box table {
    order: 1;
    width: 72%;
}
.post-detail .post-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    letter-spacing: 0em;
    margin-bottom: 8px;
    margin-top: 16px;
}
table.sp {
    display: none;
}
table.tb06 {
    margin-bottom: 64px;
}
.post-detail .tb07 td.birth p {
    display: none!important;
}
@media (max-width: 991px) {
    .post-detail td.td-year {
        font-size: 15px;
    }
    .post-detail td.td-month {
        font-size: 15px;
    }
    .post-detail td.td-detail {
        font-size: 15px;
    }
    .post-detail td.td-name {
        font-size: 16px;
    }
    .post-detail td.td-pr {
        font-size: 15px;
    }
    .post-detail table th {
        font-size: 13px;
    }
    .post-detail table td {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    table.sp {
        display: table;
    }
    table.pc {
        display: none;
    }
    .detail-block03 .flex-box {
        display: none;
    }
    .detail-block04 .flex-box {
        display: block;
    }
    .detail-block04 .flex-box .img-box {
        width: 116px;
        margin: 16px auto 20px;
    }
    .detail-block04 .flex-box table {
        width: 100%;
    }
    .post-detail table th {
        font-size: 10px;
        width: 56px;
    }
    .post-detail table td {
        font-size: 12px!important;
        padding: 8px 16px;
    }
    .post-detail table td .name-en {
        font-size: 8px;
        line-height: 1em;
        display: block;
        position: relative;
        top: 1px;
    }
    .post-job_preference p {
        text-align: left;
    }
    .post-job_preference p span.job-tag {
        margin-bottom: 4px;
        display: inline-block;
        margin-right: 2px;
    }
    .post-detail td.td-year {
        width: 48px;
    }
    .post-detail td.td-month {
        width: 32px;
    }
    .post-detail td.td-detail {
        padding: 8px 8px;
    }
    .post-detail .post-info {
        font-size: 13px;
    }
    .status-wrap .btn-apply a {
        max-width: 270px;
        height: 54px;
        font-size: 17px;
    }
    .status-wrap ul {
        font-size: 12px;
    }
    .status-wrap ul li::before {
        width: 4px;
        height: 4px;
        top: 10px;
    }
    .status-wrap ul li {
        padding-left: 8px;
        letter-spacing: 0;
    }
    .status-wrap {
        padding: 30px 6%;
    }
}
@media (max-width: 480px) {
    .detail-block02 {
        overflow-x: scroll;
    }
    .pr-gallery {
        display: flex;
        width: fit-content;
        grid-column-gap: 16px;
    }
    .pr-gallery .gallery-item {
        width: 76vw!important;
    }
}



.modal-backdrop.fade.in {
    display: none;
}
.input-group .input-item {
    position: relative;
}
.input-group .input-item .modal {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    overflow: visible !important;
    display: block;
}
.input-group .modal-dialog {
    width: auto;
    margin: 0;
    pointer-events: none;
}
.modal.in .modal-dialog {
    pointer-events: auto;
    transition: transform .15s ease-out;
}
.input-group .modal-content {
    box-shadow: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 8%) 0 3px 5px;
}
.post-index #custom-post-search-form .input-group .modal-header {
    background: #fff;
    text-align: left;
    font-size: 13px;
    padding: 8px 16px 0px;
}
.post-index #custom-post-search-form .input-group .modal-body{
    padding: 8px 16px;
    display: block;
}
.post-index #custom-post-search-form .input-group .modal-body label {
    padding: 0;
    border: none;
    margin-bottom: 8px;
    font-size: 14px;
}
div#custom-post-search-modal-767 label:last-child {
    /* display: none; */
}
.post-index #custom-post-search-form .modal-body input[type=checkbox] {
    margin-top: 1px;
}
body.post-index.modal-open {
    overflow: visible!important;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #fff;
}





.guest-search .options {
    background: #fff;
    text-align: left;
    font-size: 13px;
    padding: 8px 16px 4px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 8%) 0 3px 5px;
    position: absolute;
    top: calc(100% + -12px);
    left: 0;
    opacity: 0;
    pointer-events: none;
    overflow: visible !important;
    width: 100%;
    z-index: 99999;
    transition: transform 0.15s ease;
}
.guest-search  .open .options {
    top: calc(100% + 4px);
    opacity: 1;
    pointer-events: auto;
    z-index: 99999;
}
.guest-search .options label {
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}
.guest-search .options label input {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 8px;
}
.guest-search .input-item span {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 210px;
    text-align: left;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}
@media (max-width: 1410px) {
    .guest-search .input-item span {
        width: 100%;
    }
}



/*-------------------------------------------------*/
/*　　　 　　　決済ページ　　　　　　*/
/*-------------------------------------------------*/
.payjp_btn_token_wrap.disabled .payjp_btn_token {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    letter-spacing: .08em;
    width: 100%;
    max-width: 330px;
    height: 55px;
    box-shadow: inset 0 -5px 0 #00428E;
    transition: .2s;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    opacity: .5;
}
.payjp_btn_token_wrap .btn-info {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    letter-spacing: .08em;
    width: 100%;
    max-width: 330px;
    height: 55px;
    box-shadow: inset 0 -5px 0 #00428E;
    transition: .2s;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.payjp_btn_token_wrap .btn-info:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    box-shadow: inset 0 -2px 0 #00428E;
    opacity: .9!important;
}
.page-payment-html .modal-title {
    color: var(--main-color);
    font-weight: bold;
    font-size: 18px;
}
.page-payment-html #card_brand_box {
    display: flex;
    gap: 8px;
    justify-content: center;
}
.page-payment-html #payjp_detail_wrap {
    text-align: center;
}
.page-payment-html #payjp_pay {
    justify-content: center;
}

div#payjp_form_wrap > div > p {
    padding: 6%;
    background: #f3f3f3;
}
div#payjp_btn_wrap a {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    letter-spacing: .08em;
    width: 100%;
    max-width: 330px;
    height: 55px;
    box-shadow: inset 0 -5px 0 #00428E;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 40px;
}
#payjp_btn_wrap {
    margin: 24px auto 8px;
}