@import url(/member/fonts/NotoSansJP/NotoSansJP.css);@charset "UTF-8";

body {
  font-weight: 400;
  font-size: 12px;
  font-family: "\30E1\30A4\30EA\30AA", sans-serif;
}

p {
  margin-bottom: 0;
  font-size: inherit;
}

img {
  max-width: 100%;
}

.main-panel {
  position: relative;
  left: 255px;
}

.content-wrapper {
  background: #f3f4fa;
}

.card {
  -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
          box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.col-auto,
.col-1-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12.5px;
  padding-left: 12.5px;
}

.col-1-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: inherit;
}

.page-title {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

/****************************************
  フォーム部品
 ****************************************/

.form-control {
  font-family: "\30E1\30A4\30EA\30AA", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 7px;
  line-height: inherit;
  border-color: #cfcfcf;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group label {
  font-size: 13px;
}

.form-check label,
.form-check.form-check-flat label {
  cursor: pointer;
  font-size: inherit;
  letter-spacing: -0.005em;
}

.form-check label .input-helper::after,
.form-check.form-check-flat label .input-helper::after {
  top: calc(50% - 9px);
  z-index: 1;
}

.form-check label .input-helper:before,
.form-check.form-check-flat label .input-helper:before {
  background-color: #fff;
  border-color: #ccc;
}

.form-radio label input + .input-helper::before {
  border-color: #ccc;
}

.form-radio label input:checked + .input-helper::before {
  border-color: #ccc;
}

option {
  font-weight: 400;
}

/****************************************
  ドロップダウン
 ****************************************/

.row .dropdown-menu {
  left: 12.5px;
}

.dropdown-menu {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.dropdown-item {
  font-weight: 400;
}

.dropdown-item:not(a) {
  cursor: default;
}

.dropdown-item.active,
.dropdown-item:active {
  color: inherit;
}

/****************************************
  ヘッダ
 ****************************************/

.navbar.default-layout .navbar-menu-wrapper .navbar-nav {
  font-family: "Noto Sans Japanese", sans-serif;
  white-space: nowrap;
}

.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item {
  line-height: 14px;
}

.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item + .nav-item {
  margin-left: 10px;
}

.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item .count {
  font-size: 22px;
}

.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
  top: 40px;
  padding: 10px 0;
  min-width: 0;
}

.preview-list .preview-item .preview-item-content p {
  margin-bottom: 0;
}

.navbar.default-layout {
  background: #444;
  font-family: "\30E1\30A4\30EA\30AA", sans-serif;
}

.navbar.default-layout .nav-link {
  white-space: nowrap;
}

.navbar.default-layout .navbar-brand-wrapper .navbar-brand img {
  width: auto;
}

/****************************************
  サイドバー
 ****************************************/

.sidebar {
  position: fixed;
  font-family: "Noto Sans Japanese", sans-serif;
  -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
          box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.sidebar .nav .nav-item .nav-link {
  padding: 16px 30px;
}

.sidebar .nav .nav-item .nav-link .menu-icon {
  margin-right: 1rem;
  color: #333;
}

.sidebar .nav .nav-item .nav-link .menu-title {
  font-size: 14px;
  color: #333;
}

.sidebar .nav .nav-item.active > .nav-link,
.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #308ee0 !important;
  font-weight: bold;
}

/****************************************
  モーダル
 ****************************************/

.modal-vertical-center {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 10%;
  left: 0;
}

.modal-content {
  background-color: #fff;
}

.modal-lg {
  width: 900px;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 1rem 2rem;
}

.modal-header,
.modal-footer {
  border-color: #eee;
  border-width: 2px;
}

.modal-footer-justify-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.circle-checks {
  z-index: 1;
  padding: 30px 0 20px;
  position: relative;
}

.circle-checks-item {
  position: relative;
  color: #888;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.circle-checks-item::after,
.circle-checks-item::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 20px;
  left: -50%;
  z-index: -1;
}

.circle-checks-item::after {
  width: 0;
  background-color: #308ee0;
}

.circle-checks-item:first-child::before {
  content: none;
}

.circle-checks-item .circle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 5px;
  background-color: #ccc;
  display: block;
}

.circle-checks-item input {
  visibility: hidden;
  position: absolute;
}

.circle-checks-item.checked {
  color: #308ee0;
}

.circle-checks-item.checked .circle {
  background-color: #308ee0;
}

.circle-checks-item.checked + .checked::after {
  width: 100%;
}

/* 都道府県 */

.pref-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 10% / 3);
  -webkit-transform: translateX(calc(-10% / 3 / 2));
          transform: translateX(calc(-10% / 3 / 2));
}

.pref-options dl {
  width: 30%;
  font-size: inherit;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: calc(10% / 3 / 2);
}

.pref-options dl.kanto {
  width: 100%;
}

.pref-options dl.kanto dd {
  width: 20%;
}

.pref-options dl dt {
  width: 100%;
  background-color: #f3f5f6;
  height: 30px;
  line-height: 15px;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pref-options dl dt:hover {
  background-color: #dde3e6;
}

.pref-options dl dt .form-check-label {
  position: relative;
  width: 25px;
  pointer-events: none;
}

.pref-options dl dt .form-check-label .input-helper::before,
.pref-options dl dt .form-check-label .input-helper::after {
  margin-right: 20px;
}

.pref-options dl dd {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0;
}
.pref-options dl dd.wide {
    width: 100%;
}
.modal-dialog-scrollable{
    display:-ms-flexbox;
    display:flex;
    max-height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content{
    max-height:calc(100vh - 1rem);
    overflow:hidden
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header{
    -ms-flex-negative:0;
    flex-shrink:0
}
.modal-dialog-scrollable .modal-body{
    overflow-y:auto
}
.modal-dialog-centered{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    min-height:calc(100% - 1rem)
}
.modal-dialog-centered::before{
    display:block;
    height:calc(100vh - 1rem);
    content:""
}
.modal-dialog-centered.modal-dialog-scrollable{
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    height:100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content{
    max-height:none
}
.modal-dialog-centered.modal-dialog-scrollable::before{
    content:none
}
.modal-dialog-scrollable{
    max-height:calc(100% - 3.5rem)
}
.modal-dialog-scrollable .modal-content{
     max-height:calc(100vh - 3.5rem)
 }
.modal-vertical-center.modal-dialog-scrollable {
    bottom: inherit;
}
/****************************************
  人財
 ****************************************/

.card-half {
  width: calc(50% - 10px);
}

.card-half .spec-item .label {
  width: 100px;
}

.card-half .spec-item .value {
  width: calc(100% - 100px);
}

.card .talent-card {
  padding: .8rem 1.3rem;
}

.modal-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-values .value {
  margin-bottom: 0;
  margin-left: 12px;
}

/****************************************
  オファー
 ****************************************/

.offer-status {
  font-size: 14px;
  font-weight: inherit;
  padding: 9px 20px;
  line-height: 0;
}

.offer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offer-container .offer-input {
  width: calc(62% - 5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.offer-container .offer-input .card-body {
  padding: 20px 10px;
}

.offer-container .offer-targets {
  width: calc(38% - 5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.offer-container .offer-targets .card-body {
  padding: 20px 20px;
  max-height: calc(100vh - 110px);
  overflow: auto;
}

.offer-container .offer-targets .spec-item .label {
  width: 100px;
}

.offer-container .offer-targets .separate-head {
  padding: 7px 20px;
  background-color: #777;
  margin: 15px -20px 10px;
  font-size: 16px;
  color: #fff;
}

.offer-container table tr:first-child th {
  border-top: none;
}

.offer-container table th,
.offer-container table td {
  padding: 8px 0;
}

.offer-container table th {
  border-top: 1px solid #e5e5e5;
  width: 100px;
}

.offer-container table td {
  width: calc(100% - 100px);
  word-break: break-all;
}

/****************************************
  テーブル
 ****************************************/

.table tr:first-child td,
.table th {
  border-top: none;
}

.table thead th {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
}

.table td,
.table th {
  padding: 8px 15px;
  line-height: 1.5;
  white-space: normal;
  border-color: #e5e5e5;
}

.table-bordered {
  border-color: #e5e5e5;
}

.spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.spec-item .label {
  font-weight: bold;
  width: 130px;
}

.spec-item .value {
  width: calc(100% - 130px);
}

.talent-detail {
  table-layout: fixed;
}

.talent-detail th {
  background-color: #f5f5f5;
  width: 22%;
}

/****************************************
  ユーザー
 ****************************************/

.appending {
  max-width: 800px;
}

.appending input {
  max-width: 100%;
  width: 100%;
}

.appending .name {
  width: 30%;
}

.appending .url {
  width: calc(70% - 213px);
}

.appending .actions {
  width: 203px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.appending .ap-body {
  margin: 7px 0;
}

.appending .ap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.appending .ap-row + .ap-row {
  margin-top: 7px;
}

.appending .ap-row-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/****************************************
  ログイン
 ****************************************/

.auth.theme-one .auto-form-wrapper {
  -webkit-box-shadow: 0 0 37.7px 11.3px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 37.7px 11.3px rgba(0, 0, 0, 0.07);
}

.auth.theme-one .auto-form-wrapper .form-group .input-group .form-control {
  border-right: 1px solid #e5e5e5;
  border-radius: 6px;
}

.auth.theme-one .auto-form-wrapper .form-group .input-group .form-control:focus {
  border-right: 1px solid #e5e5e5;
}

/****************************************
  フッター
 ****************************************/

.footer {
  background-color: #f5f5f5;
  border-top: 2px solid #e5e5e5;
}

/****************************************
  ボタン
 ****************************************/

.btn {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.btn-light {
  background-color: #ecf0f1;
}

.btn-light:hover,
.btn-light:active,
.btn-light.active {
  background-color: #dde3e6 !important;
  border-color: #dde3e6 !important;
}

.btn-primary {
  background-color: #0070d2;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  background-color: #0059b1 !important;
  border-color: #0059b1 !important;
}

.btn-dark {
  background-color: var(--gray);
  border-color: var(--gray);
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark.active {
  background-color: #525b63 !important;
  border-color: #525b63 !important;
}

.badge-primary {
  background-color: #0070d2;
  border-color: #0070d2;
}

/****************************************
  レスポンシブ解除
 ****************************************/

@media (max-width: 991px) {
  .navbar.default-layout {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }

  .navbar.default-layout .navbar-brand-wrapper {
    width: auto;
  }

  .sidebar-offcanvas {
    right: auto;
  }
}

/****************************************
  その他・汎用・プラグイン調整など
 ****************************************/

.notice {
  color: var(--danger);
  font-weight: bold;
}

.rate-to-stars {
  display: inline-block;
  letter-spacing: 1px;
}

.rate-to-stars .active {
  color: #fdca31;
}

.rate-to-stars .disable {
  color: #ccc;
}

.show .btn.select-rate-stars,
.btn.select-rate-stars {
  border-color: #cfcfcf;
  background-color: #fff;
}

.show .btn.select-rate-stars:hover,
.show .btn.select-rate-stars:active,
.btn.select-rate-stars:hover,
.btn.select-rate-stars:active {
  border-color: #cfcfcf;
  background-color: #fff;
}

.show .btn.select-rate-stars::after,
.btn.select-rate-stars::after {
  color: #333;
}

.send-offer.active {
  pointer-events: none;
}

.jq-toast-wrap {
  width: 300px !important;
}

.capitalize {
  text-transform: capitalize;
}

.log-note {
  color: #bdc3c7;
}

.log-warning {
  color: #f39c12;
}

.log-error {
  color: #c0392b;
}

.form-group .dropify-wrapper {
  border: 2px dashed #cfcfcf;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  height: 100px;
}

.form-group .dropify-wrapper .dropify-message p {
  margin-top: 0;
}

.form-group .dropify-wrapper:hover {
  background-color: #f5f5f5;
  background-image: none;
  -webkit-animation: none;
          animation: none;
}

.form-group .dropify-wrapper.has-preview:hover {
  border: 2px solid #cfcfcf;
}

