@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Nunito);
/*
@import url(https://fonts.googleapis.com/css2?family=Lato&text=0123456789.::ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
*/


.fa-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
}
.modal-open {
    width: 100%;
}
.pt-7 {
    padding-top: 7px;
}
.skin-blue-light .treeview-menu > li > a:hover {
    background-color: #dcdcdc;
}
.sidebar-menu .treeview-menu > li > a {
    padding: 8px 8px 8px 24px;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .fa {
    text-align: center;
}
.sidebar-menu > li > a > .fa + span,
.sidebar-menu .treeview-menu > li > a > .fa + span {
    margin-left: 2px;
}
.status-note {
    padding: 0.25rem;
    min-width: 50px;
    max-width: 80px;
    text-align: center;
    display: block;
    border-radius: 3px;
    font-size: 90%;
}
.status0 {
    background-color: #a9a9a9;
    color:#fff;
}
.status1 {
    background-color: #3c8dbc;
    color:#fff;
}
.status2 {
    background-color: #37a85d;
    color:#fff;
}
.status3 {
    background-color: #dd4b39;
    color:#fff;
}

.status1_1 {
    background-color: #f2912f;
    color:#fff;
}
.status1_2 {
    background-color: #dd4b39;
    color:#fff;
}
.status-flat {
    color: #333;
    border: #3c8dbc 1px solid;
    background-color: #FFF;
    border-radius: 5px;
}

.status-note.search_type1 {
    background-color: #f2912f;
    color:#fff;
}
.status-note.search_type2 {
    background-color: #37a85d;
    color:#fff;
}

span.icheck2 {
    margin-right: 8px;
}


.mw-320 {
    max-width: 320px;
}
.input-group.flex {
    display: flex;
    width: 100%;
    align-items: center;
}
.input-group.flex .input-group-addon {
    width: 40px;
    height: 34px;
    line-height: 18px;
}
.form-control.w050 {
    width: 50% !important;
}
.form-control.w025 {
    width: 25% !important;
}
.form-control.w050 + .input-after {
    width: 49% !important;
    text-align: left;
}
.form-control.w025 + .input-after {
    width: 74% !important;
    text-align: left;
}
.width-auto {
    width: auto !important;
}
.padding-right-0 {
    padding-right: 0px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}
.table.table-has-many {
    margin-bottom: 0;
}
table.grid-table tr th,
table.grid-table tr td {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    /* border: 1px solid #d4d4d4; */
}
.table-sticky {
    overflow-y: scroll;
    height: 70vh;
}
.table-sticky table {
    border-collapse:separate;
}
.table-sticky table.grid-table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #ffffff;
    border-bottom: 2px solid #d4d4d4;
}
table.grid-table tr th {
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}
table.grid-table tr th:first-child,
table.grid-table tr td:first-child {
    padding-left: 24px;

}
table.grid-table .column-_action_buttons {
    max-width: 200px;
}
table.grid-table .column-_operate_buttons {
    max-width: 120px;
}
table.grid-table .column-_operate_buttons.mw-140 {
    max-width: 140px;
}


.table > thead > tr > th {
    border-bottom: 2px solid #d4d4d4;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #d4d4d4;
}
table.grid-table tr td.column-_action_buttons ,
table.grid-table tr td.column-_operate_buttons, 
table.grid-table tr td.column-_operate_buttons2 {
    padding: 8px;
    vertical-align: top;
}
.column-_action_buttons .btn,
.column-_operate_buttons .btn,
.column-_operate_buttons2 .btn {
    color: #333;
    border: #CCC 1px solid;
    background-color: #FFF;
    border-radius: 5px;
    transition: .2s;
    padding: 4px 8px;
    margin: 0.2rem;
}

.column-_action_buttons .btn.btn-default:hover,
.column-_operate_buttons .btn.btn-default:hover {
    background-color: #428BCA;
    color: #FFF;
    border: #428BCA 1px solid;
}
.skin-blue-light .treeview-menu > li > a {
    color: #444;
}
.is_modal_window.table-responsive > .table > thead > tr > th,
.is_modal_window.table-responsive > .table > tbody > tr > td {
    white-space: wrap;
}
/* 
@if(isManagerPage())
.skin-blue-light .main-header .logo,
.skin-blue-light .main-header .logo:hover,
.skin-blue-light .main-header .navbar {
    background-color: #a8617a;
}
@endif
@if(isAgencyPage())
.skin-blue-light .main-header .logo,
.skin-blue-light .main-header .logo:hover,
.skin-blue-light .main-header .navbar {
    background-color: #757d18;
}
@endif
@if(isClientPage())
.skin-blue-light .main-header .logo,
.skin-blue-light .main-header .logo:hover,
.skin-blue-light .main-header .navbar {
    background-color: #3e8f4b;
}
@endif */

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 50px;
    }

    table.grid-table .column-_action_buttons {
        max-width: none;
    }
    table.grid-table .column-_operate_buttons {
        max-width: none;
    }
}
.column-is_requested {
    text-align: center;
}
.color-red {
    color:#dd4b39;
}
.color-blue {
    color:#3c8dbc;
}
.color-green {
    color:#00a65a;
}
.color-yellow {
    color:#e08e0b;
}

.error-limit-max {
    color: red;
    margin-left: 10px;
}
.ckeditor-html p {
    margin: 0;
}
.icheck2 input[type="checkbox"],
.icheck2 input[type="radio"] {
    display: none;
}
.icheck2 input[type="checkbox"] + label.checkbox-inline, 
.icheck2 input[type="radio"] + label.radio-inline,
.icheck2 input[type="checkbox"] + label.radio-inline {
    padding-left: 22px;
    padding-top: 7px;
}
.icheck2 input[type="checkbox"] + label.checkbox-inline::before,
.icheck2 input[type="radio"] + label.radio-inline::before,
.icheck2 input[type="checkbox"] + label.radio-inline::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 7px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/css/icheck_blue.png) no-repeat;
    border: none;
    cursor: pointer;
    background-position: 0 0;
    background-color: #fff;
}
.icheck2 input[type="checkbox"] + label.checkbox-inline:hover::before,
.icheck2 input[type="checkbox"] + label.checkbox-inline.hover::before {
    background-position: -20px 0;
}
.icheck2 input[type="checkbox"]:checked + label.checkbox-inline::before {
    background-position: -40px 0;
}
.icheck2 input[type="checkbox"]:disabled + label.checkbox-inline:hover::before,
.icheck2 input[type="checkbox"]:disabled + label.checkbox-inline.hover::before {
    background-position: -60px 0;
}
.icheck2 input[type="checkbox"]:disabled + label.checkbox-inline::before {
    background-color: #ddd;
}
.icheck2 input[type="checkbox"]:disabled:checked + label.checkbox-inline:hover::before,
.icheck2 input[type="checkbox"]:disabled:checked + label.checkbox-inline.hover::before {
    background-position: -40px 0;
    cursor: default;
}
.icheck2 input[type="checkbox"]:disabled + label.checkbox-inline {
   color: #bbb;
}

.icheck2 input[type="radio"] + label.radio-inline::before,
.icheck2 input[type="checkbox"] + label.radio-inline::before {
    background-position: -100px 0;
}
.icheck2 input[type="radio"] + label.radio-inline:hover::before,
.icheck2 input[type="checkbox"] + label.radio-inline.hover::before {
    background-position: -120px 0;
}
.icheck2 input[type="radio"]:checked + label.radio-inline::before,
.icheck2 input[type="checkbox"]:checked + label.radio-inline::before {
    background-position: -140px 0;
}
.icheck2 input[type="radio"]:disabled + label.radio-inline:hover::before,
.icheck2 input[type="checkbox"]:disabled + label.radio-inline.hover::before {
    background-position: -160px 0;
}
.icheck2 input[type="radio"]:disabled:checked + label.radio-inline:hover::before,
.icheck2 input[type="checkbox"]:disabled:checked + label.radio-inline.hover::before {
    background-position: -180px 0;
    cursor: default;
}
.icheck2 input[type="radio"]:disabled + label.radio-inline,
.icheck2 input[type="checkbox"]:disabled + label.radio-inline {
   color: #bbb;
}
.icheck2 input[type="checkbox"] + label.radio-inline::before {
    border-radius: 100%;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5) {
    .icheck2 input[type="checkbox"] + label.checkbox-inline::before,
    .iradio_flat-blue {
        /*
        background-image: url(blue@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;*/
    }
}
.mb-5 {
    margin-bottom: 5px;

}

.entry-list .nav-tabs-custom {
    border-bottom-color: #ddd;
}
.entry-list .nav-tabs-custom > .nav-tabs > li.active > a {
    border-left-color: #ddd;
    border-right-color: #ddd;
}
.entry-list .nav-tabs-custom > .nav-tabs > li:first-child.active > a {
    border-left-color: transparent;
}
.entry-profile-cell {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.scout-user-box .entry-profile-cell {
    align-items: start;
}
.entry-profile-cell div + div {
    margin-left: 1rem;
}
.entry-profile-cell div p {
    margin-bottom: 0;
}
.entry-profile-cell p.name {
    font-size: 110%;
    font-weight: bold;
}
.entry-profile-cell .fa-user {
    display: inline-block;
    background-color: #666;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    min-width: 30px;
}
.entry-profile-cell .fa-user.blue {
    background-color: #caddff;
}
.entry-profile-cell .fa-user.red {
    background-color: #ffcccc;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height:auto;
    border-color: #3c8dbc;
    border: solid 1px #3c8dbc;
    background-color: #fff;
    padding: 0;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header a {
    display: block;
    padding: 0.8rem;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header a:hover{
    background-color: #3c8dbc;
    color: #fff;
}
.ajax-note {
    display: inline-block;
    color: red;
    text-align: center;
    min-width: 18px;
    height: 18px;
    font-size: 75%;
    line-height: 12px;
    padding: 4px;
}
.suggest-ui {
  
}
.suggest-ui + ul {
    display: none;
    position: absolute;
    top:100%;
    left:0;
    z-index:5;
    margin: 0;
    padding: 0;
    max-height: 15rem;
    overflow-y: scroll;
}
.suggest-ui:focus + ul,
.suggest-ui + ul:hover { 
    display: inline;
}
.suggest-ui + ul li { 
    cursor: pointer;
}
.suggest-ui + ul li:hover {
    background-color: #eee;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.col-flex {
    display: flex;
    flex-wrap: wrap;
}
.form-group.has-error  label.none-error + div textarea.form-control {
    box-shadow: none;
    border-color: #d2d6de;
    border: 1px solid #ccc;
}
.fields-group h4 {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 8px 0;
}
#has-many-category,
#has-many-salary,
#has-work-location,
#has-interview-location {
    margin-top: 0 !important;
}
.row + hr {
    display: none;
}
.daterange-col .col-lg-6 {
    margin-right: 1.5rem;
    width: 45%;
}
.daterange-col .col-lg-6 input.form-control {
    width: 120px !important;
}
.daterange-col .col-lg-6 + .col-lg-6 .input-group:before {
    content: "～";
    position: absolute;
    left: -1.8rem;
    top: 0.8rem;
}
.googleMapObj {
    width: 100%;
    height: 400px;
}
.loading-spinner {
    cursor: progress;
}
.loading-spinner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 5em;
    margin-top: -2.5em;
    margin-left: -2.5em;
    border-radius: 50%;
    border: 0.25em solid #ccc;
    border-top-color: #333;
    animation: spinner 1.5s linear infinite;
}
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.hataraki-loading-view {
    width: 200px;
    height: 150px;
    margin:auto;
    padding-bottom: 40px;
    background: url(/images/neko_aruku_re.png) no-repeat;
    background-size: contain;
    background-position: top;
    background-size: auto 100px;
    position: relative;
    overflow: hidden;
}
.hataraki-loading-view:before {
    content: "読み込み中です。\Aしばらくお待ちください。";
    white-space: pre;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}
.hataraki-loading-view:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-bottom: solid 2px #3c8dbc;
    -webkit-animation: marginLeftZero 90s infinite linear;
    animation: marginLeftZero 90s infinite linear;
}
@-webkit-keyframes marginLeftZero { from {margin-left: -100%; } to { margin-left: 0; } }
@-moz-keyframes marginLeftZero { from {margin-left: -100%; } to { margin-left: 0; } }
@keyframes marginLeftZero { from {margin-left: -100%; } to { margin-left: 0; } }

.modal-loading-view {
    color: #ccc;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: formLoadingViewAnimation 1.3s infinite linear;
    animation: formLoadingViewAnimation 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes formLoadingViewAnimation {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes formLoadingViewAnimation {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.image-upload-box {
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.image-upload-box .image-upload-item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0px 10px 0px 0px;
    padding: 0.25rem;
}

.image-upload-box .image-upload-thumbnail {
    border: 3px solid #E6E6E6;
    position: relative;
    display: flex;
    width: 250px;
    height: 165px;
    text-align: center;
}

.image-upload-box .image-upload-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
    position: relative;
    margin: auto;
}

.image-upload-box .image-upload-comment {
    display: flex;
    justify-content: space-between;
    text-align: center;
    vertical-align: middle;
    margin-top: 1rem;
}

.image-upload-box .image-upload-comment input {
    width: 74%;
    display: inline-block;
}
.image-upload-box .image-upload-item input[type="file"] {
    padding: 0px;
    margin: 0px;
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 3;
    cursor: pointer;
}
.image-upload-box .image-upload-thumbnail:not(.image-show)::before {
    content: "画像をドロップ、または選択";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    margin-top: -10px;
    cursor: pointer;
}
.image-upload-box.movie .image-upload-thumbnail:not(.image-show)::before {
    content: "動画を選択";
}
.image-upload-box.file .image-upload-thumbnail:not(.image-show)::before {
    content: "ファイルを選択";
}
.image-upload-box.movie video {
    width: 100%;
    display: none;
    position: relative;
    z-index: 4;
}
.image-upload-box.movie .image-upload-thumbnail.image-show video {
    display: inline-block;
}
.image-upload-box.movie progress {
    width: 100%;
    display: none;
}
.image-upload-box.file progress {
    width: 100%;
    display: none;
}
.image-upload-box .image-upload-thumbnail a.btn-danger {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.image-upload-box .image-upload-thumbnail.image-show a.btn-danger {
    display: inline;
}
.no-bottom-margin {
    margin-bottom: 0px;
}
.has-many-work_location thead tr th:nth-of-type(1),
.has-many-interview_location thead tr th:nth-of-type(1) {
    min-width: 128px;
}
.has-many-work_location thead tr th:nth-of-type(2),
.has-many-interview_location thead tr th:nth-of-type(2) {
    min-width: 160px;
}
#modal .cms-search .nav-tabs-custom {
    margin-bottom: 0px;
}
#modal .cms-search .box-footer {
    display: none;
}
#modal .cms-search .btn-group {
    margin-right: 0px;
    margin-left: auto;
    display: table;
    overflow: hidden;
}

table.border-table {
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
}
table.border-table .sticky-tr {
    position: sticky;
    top: 0;
    left: 0;
    display: block;
}

table.border-table .sticky-tr td {
    background-color: #fff;
}
table.border-table th, table.border-table td {
    padding: 10px;
    border: 1px solid #d4d4d4;
}
table.tbody-scroll tbody {
    display: block;
    max-height: 500px;
    min-height: 500px;
    overflow-y: scroll;
    position: relative;
    width: 100%;
}


table.modal-td-layer2 th,
table.modal-td-layer2 td {
    min-width: 236px;
    max-width: 236px;
}

table.modal-td-layer2 th:nth-of-type(3),
table.modal-td-layer2 td:nth-of-type(3) {
    min-width: 75px;
    max-width: 75px;
}


table.modal-td-layer2 .sticky-tr td,
table.modal-td-layer3 .sticky-tr td,
table.modal-td-layer4 .sticky-tr td {
    background-color: #eee;
    color: #333;
    border-color: #eee;
}
table.modal-td-layer3 th,
table.modal-td-layer3 td {
    min-width: 130px;
    max-width: 130px;
}
table.modal-td-layer3 th:nth-of-type(3),
table.modal-td-layer3 td:nth-of-type(3) {
    width: 999px;
    max-width: 999px;
}
table.modal-td-layer3 th:nth-of-type(4),
table.modal-td-layer3 td:nth-of-type(4) {
    min-width: 75px;
    max-width: 75px;
}
table.modal-td-layer4 th,
table.modal-td-layer4 td {
    min-width: 100px;
    max-width: 100px;
}
table.modal-td-layer4 th:nth-of-type(4),
table.modal-td-layer4 td:nth-of-type(4) {
    width: 999px;
    max-width: 999px;
}
table.modal-td-layer4 th:nth-of-type(5),
table.modal-td-layer4 td:nth-of-type(5) {
    min-width: 75px;
    max-width: 75px;
}


.suggest-btn {
    padding: 4px 8px;
}
.suggest-btn + .suggest-btn {
    margin-left: 8px;
}

.resume-section .fields-group:not(.tab-content) {
    overflow: hidden;
}
.resume-section .fields-group:not(.tab-content) .form-group {
    overflow: visible;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.resume-section .fields-group .btn-warning {
    margin-top: 10px;
}
.resume-section .fields-group .form-group + .form-group  {
    margin-top: 10px;
}
.resume-section .fields-group::after {
    content: "";
    clear: both;
}


.c-selectBox,
.is-digest .c-selectBox {
    padding-right: 0px;
    flex: 1;
}
.c-selectBox select {
    padding: 0 30px 0 16px;
    text-overflow: ellipsis;
    z-index: 2;
    position: relative;
}
.c-selectBox::after {
    right: 12px;
    z-index: 1;
}

.c-paging + .u-flex-spb {
    margin-left: 10px;
}
@media screen and (max-width: 600px) {
    .c-paging + .u-flex-spb {
        margin-left: 0px;
    }
}
.c-paging__anchor.is-active {
    color: var(--color-main);
}
@media screen and (max-width: 600px) {
    .c-paging__anchor {
        text-align: center;
    }
}

.hover-tip {
    position: relative;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.hover-tip .tip {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(220,220,220,.8);
    padding: 6px;
    border-radius: 8px;
    max-width: 100%;
    z-index: 1;
}
.hover-tip:hover .tip {
    display: inline-block;
}
.client-job-images-wrap {
    max-height: calc(100vh - 180px);
    overflow-y: scroll;
}
.client-job-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.client-job-image {
    margin-top: 10px;
    max-width: 22%;
    margin-right: 10px;
    text-align: center;
}
.client-job-image .image-box {
    position: relative;
}
.client-job-image img {
    width: 100%;
    max-width: 100%;
}
.client-job-image .image-box span {
    position: absolute;
    display: inline-block;
    max-width: 100%;

    font-size: 80%;
    background-color: rgba(220,220,220,.8);
    padding: 0 4px;
}
.client-job-image .image-title {
    top: 0;
    left: 0;
}
.client-job-image .image-comment {
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}
.client-job-image button {
    font-size: 90%;
    padding: 4px 12px;
    margin-top: 4px;
}

._entry_filter_checkboxs + span .select2-search__field {
    min-width: 300px;
}

.p-jobSpPanel {
    margin-top: 20px;
}
.p-jobSpPanel .company-box {
    padding: 1rem;
    background-color: var(--color-main);
    color: #fff;
    font-weight:bold;
    font-size: 1.8rem;
}
.p-jobSpPanel .digest-box {
    padding: 1.2rem 1.5rem 1.5rem 1.5rem;
    border-right: 1px solid var(--color-border);
    border-left: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}
.p-jobSpPanel .digest-box-header {
    flex: 1;
}
.p-jobSpPanel .main-info-box .image-box + .digest-box-header {
    padding-left: 10px;
}
@media screen and (max-width: 600px) {
    .p-jobSpPanel .main-info-box .image-box + .digest-box-header {
        padding-left: 4px;
    }
}
.p-jobSpPanel .view-at {
    background-color: #fdd000;
    color: #fff;
    font-size: 50%;
    padding: 2px 4px;
    border-radius: 4px;
    vertical-align: 2px;
    margin-left:6px;
    position: absolute;
    right: -8px;
    top: -6px;
}
.p-jobSpPanel .sonogura-img {
    width: 40px;
    position: absolute;
    right: -8px;
    top: -6px;
}
.p-jobSpPanel .digest-box-name {
    color: var(--color-sub);
    font-size: clamp(19px, 3.167vw, 23px);
    font-weight: 600;
    padding: 0px;
    position: relative;
}

.p-jobSpPanel .digest-box.is-view .digest-box-name,
.p-jobSpPanel .digest-box.is-sonogura .digest-box-name {
    padding-right: 40px;
}
.p-jobSpPanel .digest-box.is-view.is-sonogura .digest-box-name .sonogura-img {
    top: 24px;
}

.p-jobSpPanel .digest-box-title {
    color: var(--color-main);
    font-weight: 600;
    font-size: clamp(16px, 2.333vw, 20px);
    padding: 4px 10px 0 0px;
    margin-top: 4px;
}
.p-jobSpPanel .digest-box.is-view .digest-box-title,
.p-jobSpPanel .digest-box.is-sonogura .digest-box-title {
    padding-right: 40px;
}
.p-jobSpPanel .c-label.matching {
    width: 100%;
    margin: 8px 0;
}
.p-jobSpPanel .digest-box-columns {
    /* padding: 0 10px; */
}
.p-jobSpPanel .digest-box-column {
    display: flex;
    justify-content: start;
    align-items: start;
}
.p-jobSpPanel .digest-box-column + .digest-box-column {
    padding-top: 6px;
}
.p-jobSpPanel .digest-box-header-columns  .digest-box-column + .digest-box-column {
    padding-top: 2px;
}
@media screen and (max-width: 600px) {
    .p-jobSpPanel .digest-box-column + .digest-box-column {
        padding-top: 2px;
    }
    .p-jobSpPanel .digest-box-header-columns  .digest-box-column + .digest-box-column {
        padding-top: 0px;
    }
}
.p-jobSpPanel .digest-box.is-view .digest-box-header-columns > .digest-box-column:first-child,
.p-jobSpPanel .digest-box.is-sonogura .digest-box-header-columns > .digest-box-column:first-child {
    padding-right: 40px;
}


.p-jobSpPanel .digest-box-column .column-icon {
    color: var(--color-main);
    width: 28px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 28px;
}
.p-jobSpPanel .digest-box-column .column-text {
    flex: 1;
    padding-top: 2px;
    padding-left: 4px;
    letter-spacing: 0.5px;
    font-weight:500;
}
.p-jobSpPanel .digest-box-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    /* padding: 0 20px; */
    margin-top: 10px;

}

.p-jobSpPanel .digest-box-buttons a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: clamp(13px, 2.167vw, 15px);
    font-weight: 600;
    color: var(--color-text);
    border: 1px solid var(--color-text);
    border-radius: 10px;
    min-height: 50px;
}
.p-jobSpPanel .digest-box-buttons a.favorite.active {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.p-jobSpPanel .digest-box-footer {
    margin-top: 20px;
}
.p-jobSpPanel .digest-box-footer a {
    color: var(--color-main);
}
.p-jobSpPanel .digest-box-footer .update-box {
    display: flex;
    flex-direction: row;
    justify-content: start;
    font-size: 90%;
    color: var(--color-main);
    margin-top: 20px;
}
.p-jobSpPanel .digest-box-footer .update-box p + p {
    margin-left: 40px;
}
.p-jobSpPanel .digest-box-footer .update-box .is-first {
    color: #9b9b9b;
}
.p-jobSpPanel .main-info-box {
    display: flex;
    flex-direction: row;
}
.p-jobSpPanel .main-info-box .image-box {
    margin-top: 6px;
    max-width: 30%;
    min-width: 210px;
    overflow: hidden;
}
.p-jobSpPanel .update-box .dates-box {
    display: flex;
}
.p-jobSpPanel .update-box .jobids-box {
    display: flex;
    justify-content: end;
    flex: 1;
    min-width: 100px;
}

@media screen and (max-width: 600px) {
    .p-jobSpPanel .main-info-box .image-box {
        min-width: 120px;
    }
    .p-jobSpPanel .digest-box-footer .update-box p + p {
        margin-left: 20px;
    }
}


.p-jobSpPanel .main-info-box .image-box .job-image-digest-slider .swiper-wrapper .swiper-slide {
    background-color: #fff;
}
.p-jobSpPanel .main-info-box .image-box .job-image-digest-slider .swiper-wrapper .swiper-slide .swiper-slide-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p-jobSpPanel .main-info-box .image-box .job-image-digest-slider .swiper-wrapper .swiper-slide .swiper-slide-item img {
    max-height: 180px;
}
.p-jobSpPanel .main-info-box .image-box .job-image-digest-slider .swiper-wrapper .swiper-slide .swiper-slide-item span {
    font-size: 80%;
}
.p-jobInfoS-sns__list a {
    display: flex;
    align-items: center;
}
.p-jobInfoS-sns__list .fa-twitter {
    /* color: #1da1f2; */
    color: var(--color-base);
}
.p-jobInfoS-sns__list .fa-youtube {
    color: #fb031d;
}
.p-jobInfoS-sns__list .fa-arrow-circle-right {
    font-size: 20px;
}
.table-responsive .column-detail {
    max-width: 500px;
    word-break: break-all;
}

.has-many-limittable .fields-group {
    padding-bottom: 0.5rem;
}
.has-many-limittable .fields-group + .fields-group {
    /* border-top: dotted 1px #333; */
    padding-top: 15px;
    position:relative;
}
.has-many-limittable .fields-group + .fields-group::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    border-top: 1px dotted #333;
    top:3px;
    left: 0px;
}
.allowance_fluctuation .has-many-limittable .fields-group + .fields-group::before,
.allowance_variable .has-many-limittable .fields-group + .fields-group::before {
    width: 80%;
    margin-left: 10%;
}
.has-many-limittable .limittable-item-btn-group {
    overflow: hidden;
    text-align: right;
    margin-top: -10px;
}
.allowance_fluctuation .has-many-limittable .limittable-item-btn-group ,
.allowance_variable .has-many-limittable .limittable-item-btn-group {
    padding-right: 14%;
}
@media screen and (max-width: 600px) {
    .allowance_fluctuation .has-many-limittable .limittable-item-btn-group ,
    .allowance_variable .has-many-limittable .limittable-item-btn-group {
        padding-right: 10px;
    }
}

.has-many-limittable .fields-group .form-group {
    /* max-width: calc(100% - 80px); */
}

.has-many-limittable .input-group .form-control.texts-input {
    float: none;
    width: 45%;
}
.has-many-limittable-add {
    clear: both;
    /* border-bottom: 1px solid #ccc; */
    position: relative;
}
.has-many-limittable-add::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px dotted #333;
}

.allowance_fluctuation .has-many-limittable .has-many-limittable-add::after ,
.allowance_variable .has-many-limittable .has-many-limittable-add::after {
    width: 80%;
    margin-left: 10%;
}

.matching-conditions form {
    height: calc(100vh - 280px);
    overflow-y: scroll;
}

.password-confirm-enable {
    position: relative;
}
.password-confirm-enable input {
    padding-right: 30px;
}
input + .password-plain-btn {
    position: absolute;
    font-size: 120%;
    z-index: 2;
    right: 2px;
    top: 0px;
    height: 100%;
    padding: 0 4px;
}
input[type="text"] + .password-plain-btn .fa-eye::before {
    content: "\f070";
}
.site-contents-section .__text_output {
    font-size: inherit;
}
.site-contents-section .__text_output > p {
    font-size: inherit !important;
}
.is-history.is-digest .p-jobInfoT {
    padding-top: 20px;
}
.p-jobInfoL.is-sonogura::before {
    background-image: url(/images/sonogra_bt.png);
}


.toggle-switch-box {
    position: relative;
}
.toggle-checkbox[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    margin:0;
}

.toggle-checkbox[type="checkbox"] + label {
    width: 66px;
    height: 32px;
    background: #fff;
    border: 3px solid #ccc;
    position: relative;
    display: inline-block;
    border-radius: 40px;
    transition: 0.4s;
    box-sizing: border-box;
}
.toggle-checkbox[type="checkbox"].small + label {
    width: 50px;
    height: 22px; 
    border-radius: 32px;
}

.toggle-checkbox[type="checkbox"] + label:after {
    content: "OFF";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    left: 3px;
    top: 2px;
    z-index: 2;
    background: #ccc;
    transition: 0.4s;
    text-indent: 25px;
    color: #ccc;
    font-size: 14px;
    line-height: 22px;
}
.toggle-checkbox[type="checkbox"].small + label:after {
    width: 12px;
    height: 12px;
    line-height: 13px;
    font-size: 12px;
    text-indent: 14px;
}

input.toggle-checkbox[type="checkbox"]:checked + label {
    border: 3px solid #4BD865;
}
input.toggle-checkbox[type="checkbox"]:checked + label:after {
    content: "ON";
    left: 34px;
    background: #4BD865;
    text-indent: -26px;
    color: #4BD865;
}
input.toggle-checkbox[type="checkbox"].small:checked + label:after {
    left: 28px;
    text-indent: -22px;
}

.job-campaign-view {
}
.job-campaign-view .channels {
}
.job-campaign-view .channels .channel {
    padding: 10px;
    border-radius: 10px;
    background-color: #efefef;
}
.job-campaign-view .channels .channel + .channel {
    margin-top: 10px;
}
.job-campaign-view .channels .channel .channel-item {
    display: flex;
    padding: 0;
    align-items: center;
}
.job-campaign-view .channels .channel .channel-item h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    flex: 1;

}
.job-campaign-view .channels .channel .channel-campaigns {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #fff;
    padding-left: 20px;
}
.job-campaign-view .channels .channel .channel-campaign-item {
    display: flex;
    padding: 0;
    align-items: center;
}
.job-campaign-view .channels .channel .channel-campaign-item h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    flex: 1;
}

.job-campaign-view .channels .channel .channel-campaign + .channel-campaign {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #fff;
}

.form-group.skills td.layers-checkbox-depth0 {
    display: none;
}
/** 特集ページの表示 */
.tab-pane .form-group.skills .layers-checkbox-depth0 {
    display: table-cell;
}

.layers-checkbox-depth0 { background-color: hsl(200, 50%, 90%); }
.layers-checkbox-depth1 { background-color: hsl(205, 50%, 88%); }
.layers-checkbox-depth2 { background-color: hsl(210, 50%, 86%); }
.layers-checkbox-depth3 { background-color: hsl(215, 50%, 84%); }
.layers-checkbox-depth4 { background-color: hsl(220, 50%, 82%); }
.layers-checkbox-depth5 { background-color: hsl(225, 50%, 80%); }


.modal-open {
  overflow:hidden
}
.modal {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1050;
  display:none;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
  outline:0
}
.modal.fade .modal-dialog {
  -webkit-transition:-webkit-transform .3s ease-out;
  -o-transition:-o-transform .3s ease-out;
  transition:transform .3s ease-out;
  -webkit-transform:translate(0,-25%);
  -ms-transform:translate(0,-25%);
  -o-transform:translate(0,-25%);
  transform:translate(0,-25%)
}
.modal.in .modal-dialog {
  -webkit-transform:translate(0,0);
  -ms-transform:translate(0,0);
  -o-transform:translate(0,0);
  transform:translate(0,0)
}
.modal-open .modal {
  overflow-x:hidden;
  overflow-y:auto
}
.modal-dialog {
  position:relative;
  width:auto;
  margin:10px
}
.modal-content {
  position:relative;
  background-color:#fff;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  border:1px solid #999;
  border:1px solid rgba(0,0,0,.2);
  border-radius:6px;
  outline:0;
  -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
  box-shadow:0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1040;
  background-color:#000
}
.modal-backdrop.fade {
  filter:alpha(opacity=0);
  opacity:0
}
.modal-backdrop.in {
  filter:alpha(opacity=50);
  opacity:.5
}
.modal-header {
  min-height:16.43px;
  padding:15px;
  border-bottom:1px solid #e5e5e5
}
.modal-header .close {
  margin-top:-2px
}
.modal-title {
  margin:0;
  line-height:1.42857143
}
.modal-body {
  position:relative;
  padding:15px
}
.modal-footer {
  padding:15px;
  text-align:right;
  border-top:1px solid #e5e5e5
}
.modal-footer .btn+.btn {
  margin-bottom:0;
  margin-left:5px
}
.modal-footer .btn-group .btn+.btn {
  margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
  margin-left:0
}
.modal-scrollbar-measure {
  position:absolute;
  top:-9999px;
  width:50px;
  height:50px;
  overflow:scroll
}
@media (min-width:768px) {
  .modal-dialog {
    width:600px;
    margin:30px auto
  }
  .modal-content {
    -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
    box-shadow:0 5px 15px rgba(0,0,0,.5)
  }
  .modal-sm {
    width:300px
  }
}
@media (min-width:992px) {
  .modal-lg {
    width:900px
  }
}

table.modal-selects-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
table.modal-selects-table.tbody-scroll tbody {
    display: block;
    max-height: calc(100vh - 100px);
    min-height: 250px;
    overflow-y: scroll;
    position: relative;
    width: 100%;
}
table.modal-selects-table .sticky-tr {
    position: sticky;
    top: 0;
    left: 0;
    display: block;
}
table.modal-selects-table .sticky-tr td {
    background-color: var(--color-accent3);
    color: #fff;
    border-color: var(--color-accent3);
}
table.modal-selects-table .btn-row {
    min-width: 75px;
    max-width: 75px;
    text-align: center;
}
.p-job-og-panel {
    margin-top: 10px;
    border-radius: 6px;
    background-color: #fff;
}
.p-job-og-panel > a {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.p-job-og-panel .p-job-og-panel__img {
    flex: 0 0 90px;
    width: 90px;
    overflow: hidden;
}
.p-job-og-panel .p-job-og-panel__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.2;
}
.p-job-og-panel .p-job-og-panel__info {
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    flex: 1;
    padding: 8px;
    min-height: 70px;
}
.p-job-og-panel .p-job-og-panel__info .p-job-og-panel__ttl {
    font-size: 100%;
    font-weight: 500;
    margin: 0;
}

.p-job-og-panel .p-job-og-panel__info .p-job-og-panel__subttl {
    margin-top: 6px;;
    font-size: 90%;
    color: #999;
}

.break-form-items {
    margin-top: 20px;;
}

.break-form-item .form-group {
    overflow: hidden;
}
.break-form-item .form-group {
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.break-form-item .form-group label {
    max-width: 100%;
    padding-top: 6px;
    margin-bottom: 5px;
    width: 25%;
}
.break-form-item .form-group label + div {
    width: 75%;
}
.break-form-item .fields-group {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 100%;
}
.break-form-item .has-many-limittable .fields-group {
    align-items: end;
}
.break-form-item .has-many-limittable .fields-group {
    padding-bottom: 0.5rem;
}
.break-form-item .fields-group > .form-group {
    overflow: visible;
    flex: 1;
    max-width: calc(100% - 60px);
}

.break-form-item .has-many-limittable .limittable-item-btn-group {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: right;
}
.break-form-item .has-many-limittable-add {
    border-bottom: none;
}
.break-form-item .select2-container--default .select2-selection--single .select2-selection__clear {
    top: 6px;
    right: 2px;
}
.js-selects-search-submit {
    background-color: #fff;
    color: var(--color-accent3);
    border: solid 1px var(--color-accent3);
    border-radius: 8px;
    font-weight: bold;
}

.c-form__input.texts-input.w025 {
    width: 25%;
    min-width: 80px;
}
.c-form-item is-row.form-group.tel .c-form__input.texts-input {
    ime-mode: disabled;
}
.c-form-item:has(span.w100 > textarea) span.w100,
.c-form-item:has(span.w100 > textarea) textarea {
    width: 100%;
}