@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ---- body.scss ---- */
/* 全ページ共通 */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  background: #fff;
  color: #666;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.01em;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

a {
  color: #3d5c9e;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
}

p {
  line-height: 1.6;
}

div, p, td {
  word-break: break-all;
  word-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

ol li, ul li {
  word-break: break-all;
  word-wrap: break-word;
}

button,
textarea,
input {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
textarea::-webkit-search-decoration,
input::-webkit-search-decoration {
  display: none;
}
button::focus,
textarea::focus,
input::focus {
  outline-offset: -2px;
}

input, textarea, select {
  font-size: 12px;
}

textarea {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input:focus, textarea:focus, select:focus, button:focus, a:focus, a:active {
  outline: none;
}

:placeholder-shown {
  color: #888;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
  opacity: 1;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    background: #eee;
    width: 8px;
  }

  ::-webkit-scrollbar-track {
    border-radius: 8px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
}
h2 {
  color: #395183;
  font-size: 24px;
  font-weight: bold;
}
h2 .data-count {
  font-size: 15px;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  h2 .data-count {
    font-size: 12px;
    display: block;
    margin: 6px 0 0;
  }
}

h3 {
  background: #eff1ee;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  padding: 14px 14px 12px;
}

h4 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

/* ---- mixin.scss ---- */
.aggregation .aggregation-search-condition .conditions .select-choice ul.select-choice-selected, .box, .box .form-row, .box-search, .wrap, .main, .main .main-inner .main-header, .common-modal, .guide-modal, .company-show .company-show-body .row, label.checkbox, label.radio, .header, .header .header-menu-left ul, .header .header-menu-right ul, .job-menu, .sort-modal, .ai-manuscript-modal, .job-show .job-show-modal .job-show-modal-header, .job-show .job-show-modal .company-show-modal-header, .job-show .job-show-modal .sales-status-modal-header, .job-show .job-show-modal .job-show-modal-body .row, .job-show .job-show-modal .company-show-modal-body .row, .job-show .job-show-modal .sales-status-modal-body .row,
.job-show .job-show-modal .job-show-modal-more .row, .pagination, .page-list, .select-choice-modal, .sidebar .search .search-menu .search-row .select-choice ul.select-choice-selected {
  zoom: 1;
}
.aggregation .aggregation-search-condition .conditions .select-choice ul.select-choice-selected:after, .box:after, .box .form-row:after, .box-search:after, .wrap:after, .main:after, .main .main-inner .main-header:after, .common-modal:after, .guide-modal:after, .company-show .company-show-body .row:after, label.checkbox:after, label.radio:after, .header:after, .header .header-menu-left ul:after, .header .header-menu-right ul:after, .job-menu:after, .sort-modal:after, .ai-manuscript-modal:after, .job-show .job-show-modal .job-show-modal-header:after, .job-show .job-show-modal .company-show-modal-header:after, .job-show .job-show-modal .sales-status-modal-header:after, .job-show .job-show-modal .job-show-modal-body .row:after, .job-show .job-show-modal .company-show-modal-body .row:after, .job-show .job-show-modal .sales-status-modal-body .row:after,
.job-show .job-show-modal .job-show-modal-more .row:after, .pagination:after, .page-list:after, .select-choice-modal:after, .sidebar .search .search-menu .search-row .select-choice ul.select-choice-selected:after {
  clear: both;
  content: "";
  display: block;
}

.aggregation .aggregation-search-condition .conditions .select-choice ul.select-choice-selected li a.select-choice-delete, .company-list .company-list-header .sort-area .open-search-button, .drawer-toggle span, .drawer-close, .job-list .job-list-header .sort-area .open-search-button, .favorite span, .marking span, .sort span, .job-show .job-show-modal .job-show-modal-header .favorite span, .job-show .job-show-modal .company-show-modal-header .favorite span, .job-show .job-show-modal .sales-status-modal-header .favorite span, .job-show .job-show-modal .job-show-modal-header .marking span, .job-show .job-show-modal .company-show-modal-header .marking span, .job-show .job-show-modal .sales-status-modal-header .marking span, .map-wrap .map-search-box .map-search-open, .map-wrap .map-search-box .map-search-form .map-search-button, .map-balloon .map-balloon-close, .map-balloon-sp .map-balloon-close, .map-pin span, .sidebar .search .search-menu .search-row .select-choice ul.select-choice-selected li a.select-choice-delete {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.box .form-row .col .input-set, .box .form-row .col .input-set label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
}

/* スプライト Retina 対応 */
/* ---- aggregation.scss ---- */
.aggregation {
  padding: 0;
}
.aggregation .aggregation-title {
  font-weight: normal;
  position: relative;
  text-decoration: none;
  background: #eff1ee;
  height: 48px;
  line-height: 48px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 18px;
  vertical-align: middle;
  z-index: 3;
}
.aggregation .aggregation-title .name {
  font-weight: bold;
  display: inline;
}
.aggregation .aggregation-title .download-links {
  position: absolute;
  right: 18px;
  font-size: 80%;
}
.aggregation .aggregation-title2 {
  margin-bottom: 10px;
}
.aggregation .aggregation-search-condition {
  width: 100%;
}
.aggregation .aggregation-search-condition .conditions {
  padding: 1.2rem;
  float: none;
  background: #fafcf9;
  border: 1px solid #eceff1;
  margin-bottom: 20px;
}
.aggregation .aggregation-search-condition .conditions .label {
  width: 120px;
  font-size: 12px;
  color: #666;
  font-weight: bold;
  display: inline-block;
}
.aggregation .aggregation-search-condition .conditions .search-company-name {
  margin-bottom: 12px;
}
.aggregation .aggregation-search-condition .conditions .search-company-name input.company-name {
  width: 400px;
  height: 38px;
  margin-right: 18px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.aggregation .aggregation-search-condition .conditions .search-keywords {
  margin-bottom: 12px;
}
.aggregation .aggregation-search-condition .conditions .search-keywords select {
  width: 150px;
  height: 38px;
}
.aggregation .aggregation-search-condition .conditions .search-keywords input.keyword {
  width: 400px;
  height: 38px;
  margin-right: 18px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.aggregation .aggregation-search-condition .conditions .search-jobtypes {
  margin-bottom: 12px;
}
.aggregation .aggregation-search-condition .conditions .search-jobtypes .selected-search-jobtypes {
  word-break: keep-all;
  display: block;
  vertical-align: top;
  margin: 5px 0 0 125px;
  font-size: 11px;
  color: #999;
}
.aggregation .aggregation-search-condition .conditions .search-industries {
  margin-bottom: 12px;
}
.aggregation .aggregation-search-condition .conditions .search-industries .selected-search-industries {
  word-break: keep-all;
  display: block;
  vertical-align: top;
  margin: 5px 0 0 125px;
  font-size: 11px;
  color: #999;
}
.aggregation .aggregation-search-condition .conditions .search-address {
  margin-bottom: 12px;
}
.aggregation .aggregation-search-condition .conditions .search-address .selected-search-addresses {
  word-break: keep-all;
  display: block;
  vertical-align: top;
  margin: 5px 0 0 125px;
  font-size: 11px;
  color: #999;
}
.aggregation .aggregation-search-condition .conditions .search-address input.button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 150px;
  background: #e8e8e8;
  border: 1px solid #ced4da;
  line-height: 30px;
  height: 30px;
  color: #333;
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  cursor: pointer;
}
.aggregation .aggregation-search-condition .conditions .search-budgets {
  margin-bottom: 12px;
  font-size: 12px;
}
.aggregation .aggregation-search-condition .conditions .search-budgets input {
  width: 100px;
  margin-right: 12px;
}
.aggregation .aggregation-search-condition .conditions .search-budgets span.error-message {
  color: #F00;
  margin-left: 12px;
}
.aggregation .aggregation-search-condition .conditions .modal.active .select-choice-modal {
  display: block;
}
.aggregation .aggregation-search-condition .conditions .select-choice {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #B6B6B4;
  font-size: 12px;
  border: 1px solid #ced4da;
  cursor: text;
  width: 650px;
  margin: 0 0 6px;
  padding: 4px 8px 0;
  min-height: 32px;
  position: relative;
}
.aggregation .aggregation-search-condition .conditions .select-choice.active {
  border-color: #20b2b2;
}
.aggregation .aggregation-search-condition .conditions .select-choice.active .select-choice-field,
.aggregation .aggregation-search-condition .conditions .select-choice.active .select-choice-modal {
  display: block;
}
.aggregation .aggregation-search-condition .conditions .select-choice ul.select-choice-selected {
  color: #333;
}
.aggregation .aggregation-search-condition .conditions .select-choice ul.select-choice-selected li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #828282;
  display: block;
  float: left;
  line-height: 1.2;
  margin: 0 6px 4px 0;
  padding: .2em 6px;
  position: relative;
  vertical-align: middle;
  z-index: 0;
}
@media (max-width: 767px) {
  .aggregation .aggregation-search-condition .conditions .select-choice ul.select-choice-selected li {
    padding: .2em 6px;
  }
}
.aggregation .aggregation-search-condition .conditions .select-choice ul.select-choice-selected li div {
  color: #fff;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.aggregation .aggregation-search-condition .conditions .select-choice ul.select-choice-selected li a.select-choice-delete {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 1em;
  margin: auto 0 auto 6px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  z-index: 5;
}
.aggregation .aggregation-search-condition .conditions .select-choice ul.select-choice-selected li a.select-choice-delete:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
.aggregation .aggregation-search-condition .conditions .select-choice ul.select-choice-selected li a.select-choice-delete:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  font-size: 10px;
  font-weight: 900;
  content: "\f00d";
  display: inline-block;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 0.8px;
  left: 2.35px;
  z-index: 10;
  vertical-align: middle;
}
.aggregation .aggregation-search-condition .conditions .select-choice .select-choice-field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #20b2b2;
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px;
  position: absolute;
  left: -1px;
  bottom: -187px;
  height: 190px;
  width: calc(100% + 2px);
  z-index: 9;
}
.aggregation .aggregation-search-condition .conditions .select-choice .select-choice-field label.checkbox span {
  font-weight: normal;
}
.aggregation .aggregation-search-condition .download-links {
  float: right;
}
.aggregation .aggregation-search-condition .action {
  clear: both;
  width: 100%;
  text-align: center;
}
.aggregation .aggregation-search-condition .action .button-main, .aggregation .aggregation-search-condition .action .job-show .job-show-modal .button-more, .job-show .job-show-modal .aggregation .aggregation-search-condition .action .button-more, .aggregation .aggregation-search-condition .action .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-job .search-button .aggregation .aggregation-search-condition .action .button-secondary, .aggregation .aggregation-search-condition .action .sidebar .search.search-agg .search-button .button-secondary, .sidebar .search.search-agg .search-button .aggregation .aggregation-search-condition .action .button-secondary {
  display: inline-block;
}
.aggregation .aggregation-search-condition .action input.button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 150px;
  background: #e8e8e8;
  border: 1px solid #ced4da;
  line-height: 30px;
  height: 30px;
  color: #333;
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  margin: 15px 0 0;
  cursor: pointer;
}
.aggregation .aggregation-content-group {
  margin-bottom: 18px;
  line-height: 24px;
  clear: both;
}
.aggregation .aggregation-content-group.display-conditions {
  padding: 1rem;
  margin: 1rem 1.5rem;
  border: 1px solid #eceff1;
}
.aggregation .aggregation-content-group.display-conditions .title {
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
}
.aggregation .aggregation-content-group .search-label {
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 6px 0;
}
.aggregation .aggregation-content-group .action-description {
  font-size: 12px;
  margin-top: 10px;
}
.aggregation .aggregation-content-group.display-results {
  padding: 0 8px;
}
.aggregation .aggregation-content-group label {
  margin-right: 12px;
  vertical-align: middle;
}
.aggregation .aggregation-content-group select {
  margin-right: 12px;
  width: 150px;
}
.aggregation .aggregation-content-group input.button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 150px;
  background: #e8e8e8;
  border: 1px solid #ced4da;
  line-height: 30px;
  height: 30px;
  color: #333;
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  margin-right: 12px;
  display: inline-block;
  cursor: pointer;
}
.aggregation .aggregation-content-group input.checkbox:after {
  margin-top: 2px;
}
.aggregation .aggregation-content-group span.mr-12 {
  margin-right: 12px;
}
.aggregation .search-results {
  overflow-x: auto;
}
.aggregation .search-results .no-data {
  border: 1px dotted #db6803;
  text-align: center;
  font-size: 12px;
  color: #db6803;
  padding: 30px;
  width: 80%;
  margin: 0 auto;
}
.aggregation .search-results table {
  table-layout: fixed;
  font-size: 10px;
}
.aggregation .search-results table th, .aggregation .search-results table td {
  border: 1px solid #CCC;
  padding: 7px;
  line-height: 1.3;
  min-width: 70px;
}
.aggregation .search-results table .aggregation-table-th {
  background: #395183;
  color: #FFF;
}
.aggregation .search-results table .aggregation-table-header {
  background: #395183;
  color: #FFF;
}
.aggregation .search-results table td.aggregation-total {
  background: #707070;
  color: white;
}
.aggregation .search-results table td.aggregation-media-total {
  background: #f6f6f6;
}
.aggregation .search-results table td.aggregation-media {
  background: #ffffff;
  font-weight: bold;
}
.aggregation .search-results table .row-header {
  min-width: 150px;
}
.aggregation .search-results table .row-header.border-hidden {
  border: none;
}
.aggregation .search-results table .text-center {
  text-align: center;
}
.aggregation .search-results table .text-right {
  text-align: right;
}
.aggregation hr {
  clear: both;
  margin-bottom: 16px;
}
.aggregation .aggregation-stanby-modal {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 500px;
  max-width: 940px;
  height: 100%;
  width: calc(100% - 25px);
  z-index: 999;
  text-align: center;
  line-height: 2;
}
.aggregation .aggregation-stanby-modal .fa-spinner {
  color: #395183;
  margin: 150px 0 20px;
  display: block;
}

.aggregation-jobs {
  overflow-x: auto;
  white-space: nowrap;
  width: 95%;
  margin: auto;
  margin-top: 20px;
}
.aggregation-jobs h3 {
  background: none;
}
.aggregation-jobs table {
  border-collapse: collapse;
}
.aggregation-jobs th {
  background-color: #395183;
  color: #fff;
}
.aggregation-jobs th, .aggregation-jobs td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
.aggregation-jobs th a, .aggregation-jobs td a {
  text-decoration: underline;
}
.aggregation-jobs tr:nth-child(odd) {
  background-color: #f0f8ff;
}
.aggregation-jobs-guideHead-button {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #1A73E8;
  color: #fff;
  background: #1A73E8;
  cursor: pointer;
  font-size: 12px;
  font-weight: lighter;
  display: block;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding: 2px 6px 2px 24px;
  position: relative;
  text-align: center;
  height: 30px;
  margin: 5px 40px 0 0;
}
.aggregation-jobs-guideHead-button::before {
  content: "\f02d";
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 6px;
  z-index: 2;
}
@media (max-width: 767px) {
  .aggregation-jobs-guideHead-button {
    display: none;
  }
}
.aggregation-jobs .no-data {
  border: 1px dotted #db6803;
  text-align: center;
  font-size: 12px;
  color: #db6803;
  padding: 30px;
  width: 80%;
  margin: 0 auto;
}
.aggregation-jobs .job-agg-chart {
  margin-top: 50px;
  margin-bottom: 180px;
}
.aggregation-jobs .search-results-table,
.aggregation-jobs .search-results-chart {
  padding-left: 12px;
}
.aggregation-jobs .csv-download {
  margin-top: 15px;
}

/* ---- box.scss ---- */
/* 静的ページ用ボックス */
.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 646px;
  /* 非ログイン時の静的ページ用ボックス */
  /* 白背景用のボックス */
}
@media (max-width: 767px) {
  .box {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
.box .form-row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px;
  width: 100%;
}
.box .form-row .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  margin: 0;
  padding: 0 20px 0 0;
  text-align: left;
  vertical-align: middle;
  width: 420px;
}
@media (max-width: 767px) {
  .box .form-row .col {
    display: block;
    padding: 0 15px;
    width: 100%;
  }
}
.box .form-row .col.col-title {
  color: #666;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  text-align: right;
  width: 220px;
}
@media (max-width: 767px) {
  .box .form-row .col.col-title {
    display: block;
    margin: 0 0 5px;
    text-align: left;
    width: 100%;
  }
}
.box .form-row .col.col-title .label-required,
.box .form-row .col.col-title .label-optional {
  margin: 0 0 0 6px;
}
.box .form-row .col label {
  color: #666;
  font-size: 13px;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.box .form-row .col label:last-child {
  margin: 0 0 0 6px;
}
.box .form-row .col input[type="text"],
.box .form-row .col input[type="password"],
.box .form-row .col input[type="email"],
.box .form-row .col input[type="tel"] {
  height: 36px;
  line-height: 36px;
}
.box .form-row .col .input-set {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.box .form-row .col .input-set label {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.box .form-row .col .input-set label input {
  margin: 0 0 0 8px;
}
.box .form-row .col .input-set label input.input-text-name {
  width: 142px;
}
@media (max-width: 767px) {
  .box .form-row .col .input-set label input.input-text-name {
    width: 100%;
  }
}
.box .form-row .col span.note {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.box .form-row .col textarea {
  min-height: 118px;
  width: 100%;
}
.box .form-row .col textarea ~ span.note {
  display: block;
  margin: 5px 0 0;
}
.box p {
  font-size: 15px;
  padding: 20px;
}
.box .error-summary {
  padding-left: 15px;
}
.box.wide {
  text-align: left;
  max-width: 964px;
}
.box.wide h2 {
  margin: 32px 20px 0;
}
.box.wide h3 {
  margin: 24px 20px 0;
}
.box.wide h4 {
  margin: 28px 20px 12px;
}
.box.wide p {
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  margin: 12px 0;
  padding: 0 20px;
}
.box.wide ul {
  color: #333;
  margin: 12px 20px;
  padding: 0;
  list-style: none;
}
.box.wide ul li {
  font-size: 13px;
  line-height: 1.7;
  padding-left: 2em;
  text-indent: -2em;
  list-style-position: inside;
}
.box.wide ul li ul {
  color: #333;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
.box.wide ul li ul li {
  font-size: 13px;
  line-height: 1.7;
  padding-left: 3em;
  text-indent: -3em;
  list-style-position: inside;
}
.box.wide ul .disc-list {
  list-style: initial;
}
.box.wide ul .disc-list li {
  text-indent: -1.4em;
}
.box.gray {
  background: #eff1ee;
  margin: 22px auto 0;
  padding: 20px 0 40px;
  text-align: left;
}
.box.gray p, .box.gray ul {
  margin: 12px auto 0;
  max-width: 610px;
}
.box.gray h2, .box.gray h3, .box.gray h4 {
  text-align: center;
}
.box p.buttons {
  padding: 0;
  text-align: center;
}
.box p.buttons .button-main, .box p.buttons .job-show .job-show-modal .button-more, .job-show .job-show-modal .box p.buttons .button-more, .box p.buttons .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-job .search-button .box p.buttons .button-secondary, .box p.buttons .sidebar .search.search-agg .search-button .button-secondary, .sidebar .search.search-agg .search-button .box p.buttons .button-secondary {
  margin: 0 auto 20px;
  width: 170px;
}
.box p.agreement-link {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  margin: 40px auto 16px;
  padding: 0;
  text-align: center;
}
.box p.center,
.box ul.center {
  text-align: center;
}

/* 求人検索条件のボックス */
.box-search {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  margin: 0 auto 15px;
  padding: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .box-search {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #eceff1;
    margin: 0 auto;
    width: 100%;
  }
  .main-header ~ .box-search {
    border-top: 1px solid #eceff1;
  }
}
.box-search span.updated {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.box-search span.label {
  font-size: 12px !important;
  line-height: 21px !important;
  height: 21px !important;
  margin: 0 15px 0 0;
  padding: 0 5px !important;
}
.box-search h4 {
  margin: 10px 0;
}
.box-search ul li {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  margin: 5px 0 0;
  padding: 0 0 0 120px;
  position: relative;
}
.box-search ul li span {
  color: #999;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  left: 0;
  width: 120px;
}
.box-search .buttons {
  float: right;
}
.box-search .buttons .button-main, .box-search .buttons .job-show .job-show-modal .button-more, .job-show .job-show-modal .box-search .buttons .button-more, .box-search .buttons .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-job .search-button .box-search .buttons .button-secondary, .box-search .buttons .sidebar .search.search-agg .search-button .button-secondary, .sidebar .search.search-agg .search-button .box-search .buttons .button-secondary {
  width: 116px;
}
@media (max-width: 767px) {
  .box-search .buttons .button-main, .box-search .buttons .job-show .job-show-modal .button-more, .job-show .job-show-modal .box-search .buttons .button-more, .box-search .buttons .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-job .search-button .box-search .buttons .button-secondary, .box-search .buttons .sidebar .search.search-agg .search-button .button-secondary, .sidebar .search.search-agg .search-button .box-search .buttons .button-secondary {
    width: 64px;
  }
}
.box-search .job-notification-button {
  margin-right: 10px;
}
.box-search .job-notification-button input {
  font-size: 13px;
  background: #efa530;
  border: 1px solid #efa530;
}
.box-search .box-mylist-delete {
  display: block;
  padding: 0 0 0 16px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.box-search .box-mylist-delete a {
  color: #333;
  font-size: 12px;
}
.box-search .box-mylist-delete:before {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f00d";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 0;
  z-index: 2;
}
.box-search .box-notification-setting {
  margin-top: 60px;
  padding-top: 20px;
  border-top: dotted 4px #d3d3d3;
}
.box-search .box-notification-setting span.label {
  font-size: 12px !important;
  line-height: 21px !important;
  height: 21px !important;
  margin: 0 15px 0 0;
  padding: 0 5px !important;
}
.box-search .box-notification-setting .button-main, .box-search .box-notification-setting .job-show .job-show-modal .button-more, .job-show .job-show-modal .box-search .box-notification-setting .button-more, .box-search .box-notification-setting .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-job .search-button .box-search .box-notification-setting .button-secondary, .box-search .box-notification-setting .sidebar .search.search-agg .search-button .button-secondary, .sidebar .search.search-agg .search-button .box-search .box-notification-setting .button-secondary {
  background: #efa530;
  border: 1px solid #efa530;
}
.box-search .box-notification-setting ul {
  margin: 20px 0px;
}
.box-search .box-notification-setting ul label span {
  position: static;
  width: 20px;
}
.box-search .box-notification-setting ul select {
  height: 30px;
}
.box-search .box-notification-setting ul .lower-limit-count-input {
  width: 10%;
  margin-right: 10px;
}

/* 通知設定モーダル */
.box-modal-notification-setting {
  padding: 0px 50px;
}
.box-modal-notification-setting p {
  font-size: 14px;
  margin: 0px 0px 10px 0px !important;
}
.box-modal-notification-setting ul li {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  margin: 15px 0px;
  padding: 0 0 0 120px;
  position: relative;
}
.box-modal-notification-setting ul li .lower-limit-count-input {
  width: 35%;
  margin-right: 10px;
}
.box-modal-notification-setting ul li select {
  height: 30px;
}
.box-modal-notification-setting ul label span {
  position: static;
  width: 20px;
}
.box-modal-notification-setting ul span {
  color: #999;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  left: 0;
  width: 120px;
}

/* ---- button.scss ---- */
.button-main, .job-show .job-show-modal .button-more, .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-agg .search-button .button-secondary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #20b2b2;
  border: 1px solid #20b2b2;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.05em;
  line-height: 38px;
  text-align: center;
  height: 38px;
  width: 300px;
}
.button-main:hover, .job-show .job-show-modal .button-more:hover, .sidebar .search.search-job .search-button .button-secondary:hover, .sidebar .search.search-agg .search-button .button-secondary:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
.button-main:disabled, .job-show .job-show-modal .button-more:disabled, .sidebar .search.search-job .search-button .button-secondary:disabled, .sidebar .search.search-agg .search-button .button-secondary:disabled, .button-main.disabled, .job-show .job-show-modal .disabled.button-more, .sidebar .search.search-job .search-button .disabled.button-secondary, .sidebar .search.search-agg .search-button .disabled.button-secondary {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.button-sub {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ced4da;
  cursor: pointer;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  display: block;
  letter-spacing: 0.05em;
  line-height: 38px;
  text-align: center;
  height: 38px;
  width: 300px;
}
.button-sub:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
.button-sub:disabled, .button-sub.disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.button-list,
.button-map,
.button-search,
.button-file,
.button-aggregation,
.button-guide,
.button-lmt,
.button-news {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: lighter;
  display: block;
  letter-spacing: 0.1em;
  line-height: 38px;
  padding: 0 0 0 16px;
  position: relative;
  text-align: center;
  height: 38px;
  width: 120px;
}
@media (max-width: 767px) {
  .button-list,
  .button-map,
  .button-search,
  .button-file,
  .button-aggregation,
  .button-guide,
  .button-lmt,
  .button-news {
    font-size: 12px;
    font-weight: bold;
  }
}
.button-list:before,
.button-map:before,
.button-search:before,
.button-file:before,
.button-aggregation:before,
.button-guide:before,
.button-lmt:before,
.button-news:before {
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -1px;
  left: 12px;
  z-index: 2;
}
.button-list.active,
.button-map.active,
.button-search.active,
.button-file.active,
.button-aggregation.active,
.button-guide.active,
.button-lmt.active,
.button-news.active {
  background: #fff;
  color: #395183;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.button-list.active:before,
.button-map.active:before,
.button-search.active:before,
.button-file.active:before,
.button-aggregation.active:before,
.button-guide.active:before,
.button-lmt.active:before,
.button-news.active:before {
  color: #395183;
}
.button-list:hover,
.button-map:hover,
.button-search:hover,
.button-file:hover,
.button-aggregation:hover,
.button-guide:hover,
.button-lmt:hover,
.button-news:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
.button-list:disabled, .button-list.disabled,
.button-map:disabled,
.button-map.disabled,
.button-search:disabled,
.button-search.disabled,
.button-file:disabled,
.button-file.disabled,
.button-aggregation:disabled,
.button-aggregation.disabled,
.button-guide:disabled,
.button-guide.disabled,
.button-lmt:disabled,
.button-lmt.disabled,
.button-news:disabled,
.button-news.disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.button-aggregation {
  padding-left: 20px;
}

.button-guide {
  padding-left: 20px;
}

.button-list:before {
  content: "\f03a";
}

.button-map:before {
  content: "\f279";
}

.button-search:before {
  content: "\f1ad";
}

.button-file:before {
  content: "\f1c6";
}

.button-aggregation:before {
  content: "\f1c6";
}

.button-lmt:before {
  content: "\f2bb";
}

.button-guide:before {
  content: "\f059";
}

.button-news:before {
  content: "\f0a1";
}

.button-news .news-link-label {
  display: inline-block;
}
.button-news .news-new-badge {
  background: #ff2f55;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  min-width: 34px;
  padding: 0 5px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -12px;
  z-index: 3;
}
.button-news.has-new-news {
  border-color: #ff2f55;
  box-shadow: 0 0 0 3px rgba(255, 47, 85, 0.22);
}
.button-news.active .news-new-badge {
  border-color: #ff2f55;
}

.button-contact {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #01b9df;
  background: -moz-linear-gradient(left, #01b9df 0%, #11be75 50%, #21c30d 100%);
  background: -webkit-linear-gradient(left, #01b9df 0%, #11be75 50%, #21c30d 100%);
  background: linear-gradient(to right, #01b9df 0%, #11be75 50%, #21c30d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b9df', endColorstr='#21c30d',GradientType=1 );
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.05em;
  line-height: 50px;
  text-align: center;
  transition: all 0.2s;
  height: 50px;
  width: 196px;
}
.button-contact:hover {
  filter: alpha(opacity=100);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 1;
  background: #04e01c;
  border: 2px solid #04e01c;
}
.button-contact:disabled, .button-contact.disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

/* ボタン幅 100% 用のクラス */
.button-block {
  display: block;
  width: 100% !important;
}

.button-list.large {
  width: 170px;
}

/* ---- common.scss ---- */
/* エラーメッセージ */
p.error, .box p.error, .message-toast p.error {
  color: #f95151;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  position: relative;
  text-align: left;
}
p.error:before, .box p.error:before, .message-toast p.error:before {
  color: #f95151;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f071";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  z-index: 2;
}

/* wrap */
.wrap {
  background: #fff;
  margin: 0;
  padding: 60px 0 0;
  position: relative;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
}
.wrap.static {
  background: #eff1ee;
  min-width: auto;
}
@media (max-width: 767px) {
  .wrap.static .main .main-inner {
    max-width: 100%;
    padding: 0 0 20px;
  }
}
.wrap.static .main .main-inner .title {
  padding: 40px 0 35px;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap.static .main .main-inner .title {
    padding: 20px 0;
  }
}
.wrap.static .main .main-inner .title h2 {
  color: #333;
  font-weight: normal;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .wrap.static .main .main-inner .title h2 {
    font-size: 20px;
  }
}
.wrap.static .footer {
  text-align: center;
  min-width: auto;
}
.wrap.logined-static {
  background: #fff;
  min-width: auto;
}
.wrap.logined-static .main .main-inner {
  max-width: 960px;
}
@media (max-width: 767px) {
  .wrap.logined-static .main .main-inner {
    max-width: 100%;
    padding: 0 15px 60px;
  }
  .wrap.logined-static .main .main-inner .main-header {
    margin: 25px 0 20px;
  }
}
.wrap.logined-static .main .main-inner > h2 {
  margin: 32px 0 0;
}
.wrap.logined-static .main .main-inner > h3 {
  margin: 24px 0 0;
}
.wrap.logined-static .main .main-inner > h4 {
  margin: 28px 0 12px;
}
.wrap.logined-static .main .main-inner > p {
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  margin: 12px 0;
  text-align: left;
}
.wrap.logined-static .main .main-inner > ul {
  color: #333;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
.wrap.logined-static .main .main-inner > ul li {
  font-size: 13px;
  line-height: 1.7;
  padding-left: 2em;
  text-indent: -2em;
  list-style-position: inside;
}
.wrap.logined-static .main .main-inner > ul li ul {
  color: #333;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
.wrap.logined-static .main .main-inner > ul li ul li {
  font-size: 13px;
  line-height: 1.7;
  padding-left: 3em;
  text-indent: -3em;
  list-style-position: inside;
}

body > .wrap {
  height: auto;
}

/* メイン .main-inner はダッシュボード、静的ページなどで使用 */
.main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 60px;
  position: relative;
  height: auto;
  min-height: 100%;
  width: 100%;
}
.main .main-inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px 60px;
  height: auto;
  min-height: 100%;
  width: 100%;
  max-width: 964px;
}
@media (max-width: 767px) {
  .main .main-inner {
    padding: 20px 0 60px;
  }
}
.main .main-inner .main-header {
  margin: 30px 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .main .main-inner .main-header {
    margin: 0 15px 20px;
  }
}
.main .main-inner .main-header .guide-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main .main-inner .main-header .guide-head {
    display: block;
  }
}
.main .main-inner .main-header .guide-head-button {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #1A73E8;
  color: #fff;
  background: #1A73E8;
  cursor: pointer;
  font-size: 12px;
  font-weight: lighter;
  display: block;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding: 2px 6px 2px 24px;
  position: relative;
  text-align: center;
  height: 30px;
}
.main .main-inner .main-header .guide-head-button::before {
  content: "\f02d";
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 6px;
  z-index: 2;
}
@media (max-width: 767px) {
  .main .main-inner .main-header .guide-head-button {
    display: none;
  }
}
.main .main-inner .main-header select {
  font-size: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 184px;
}
@media (max-width: 767px) {
  .main .main-inner .main-header select {
    position: static;
    margin: 12px 0 0;
  }
}
.main .main-inner .main-header > p {
  color: #333;
  font-size: 12px;
  padding: 15px 0 5px;
}
.main .main-inner .main-header > p.h2-sub {
  color: #666;
  font-size: 13px;
  font-weight: normal;
  padding: 0;
}
.main > h2 {
  padding: 32px 20px 15px;
}
.main > p {
  color: #333;
  font-size: 12px;
  padding: 0 20px 15px;
}

/* サイドバー有のメイン */
.sidebar ~ .main {
  float: right;
  padding: 0 0 150px;
  max-width: auto;
  width: calc(100% - 220px);
}
@media (max-width: 767px) {
  .sidebar ~ .main {
    float: none;
    width: 100%;
  }
}
.sidebar ~ .main ~ .footer {
  height: 80px;
}
@media (max-width: 767px) {
  .sidebar ~ .main ~ .footer {
    height: 100px;
  }
}
.sidebar ~ .main .job-menu {
  width: calc(100% - 220px);
}
@media (max-width: 767px) {
  .sidebar ~ .main .job-menu {
    width: 100%;
  }
}

/* 地図検索用のメイン */
.main-map,
.sidebar ~ .main-map {
  float: none;
  width: 100%;
}

/* SP 版のみ表示する */
.only-sp {
  display: none;
}
@media (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

/* PC 版のみ表示する */
.only-pc {
  display: block;
}
@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

/* 汎用モーダル */
.common-modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  display: none;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 480px;
  max-width: 550px;
  height: 100%;
  width: calc(100% - 25px);
  z-index: 999;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 767px) {
  .common-modal {
    max-height: 360px;
  }
}
.common-modal.open {
  display: block;
}
.common-modal .common-modal-title {
  background: #eff1ee;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 100px;
  padding: 0;
  text-align: center;
  height: 100px;
}
.common-modal .common-modal-main {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 100px);
}
.common-modal .common-modal-main .common-modal-main-inner {
  margin: 36px 0;
}
.common-modal .common-modal-main .common-modal-main-inner p {
  margin: 0 56px 25px;
}
.common-modal .common-modal-main .common-modal-main-inner p .error {
  margin: 0 auto 25px;
}
.common-modal .common-modal-main .common-modal-main-inner p.common-modal-button {
  margin: 0 auto;
  text-align: center;
}
.common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .button-main, .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .job-show .job-show-modal .button-more, .job-show .job-show-modal .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .button-more, .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-job .search-button .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .button-secondary, .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .sidebar .search.search-agg .search-button .button-secondary, .sidebar .search.search-agg .search-button .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .button-secondary {
  display: inline-block;
  font-size: 15px;
  margin: 0 10px;
  width: 200px;
}
@media (max-width: 767px) {
  .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .button-main, .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .job-show .job-show-modal .button-more, .job-show .job-show-modal .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .button-more, .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-job .search-button .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .button-secondary, .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .sidebar .search.search-agg .search-button .button-secondary, .sidebar .search.search-agg .search-button .common-modal .common-modal-main .common-modal-main-inner p.common-modal-button .button-secondary {
    font-size: 13px;
    margin: 0 5px;
    width: 170px;
  }
}
.common-modal .common-modal-close {
  color: #666;
  display: block;
  font-size: 12px;
  padding: 0 0 0 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .common-modal .common-modal-close {
    top: 15px;
    right: 15px;
  }
}
.common-modal .common-modal-close:before {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f00d";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  z-index: 2;
}

.guide-modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  display: none;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
  height: 100%;
  width: calc(100% - 25px);
  z-index: 999;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 767px) {
  .guide-modal {
    max-height: 360px;
  }
}
.guide-modal.open {
  display: block;
}
.guide-modal .guide-modal-title {
  background: #eff1ee;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 100px;
  padding: 0;
  text-align: center;
  height: 100px;
  margin-bottom: 20px;
  font-size: 20px;
}
.guide-modal .guide-modal-close {
  color: #666;
  display: block;
  font-size: 12px;
  padding: 0 0 0 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .guide-modal .guide-modal-close {
    top: 15px;
    right: 15px;
  }
}
.guide-modal .guide-modal-close:before {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f00d";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  z-index: 2;
}

.modal-cover {
  filter: alpha(opacity=0);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0;
  background: #000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 995;
  transition: all 0.2s;
}

.common-modal.open + .modal-cover {
  display: block;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
}

.guide-modal.open + .modal-cover {
  display: block;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
}

.ai-manuscript-modal.open + .modal-cover {
  display: block;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
}

.hooper {
  height: 80% !important;
}

.hooper-slide {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 2px solid #fff;
  font-size: 30px;
  border-radius: 10px;
  background: #fff;
}
.hooper-slide .image-area {
  height: 100%;
  width: auto;
  text-align: center;
}
.hooper-slide .image-area img {
  max-width: 100%;
  max-height: 100%;
}

.hooper-indicator {
  background-color: #a9a9a9 !important;
}

.hooper-indicator.is-active {
  background-color: #4285f4 !important;
}

/* .toast */
.message-toast {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  filter: alpha(opacity=0);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
  position: fixed;
  top: 50px;
  right: 20px;
  width: 320px;
  transition: all 0.2s;
  z-index: -1;
}
.message-toast p {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0 0 20px;
  position: relative;
  text-align: left;
}
.message-toast p:before {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f00c";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 2px;
  z-index: 2;
}
.message-toast p.error {
  line-height: 1.7;
  margin: 0;
}
.message-toast.active {
  filter: alpha(opacity=100);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 1;
  display: block;
  z-index: 999999;
}
@media (max-width: 767px) {
  .message-toast {
    margin: auto;
    top: 40%;
    left: 0;
    right: 0;
    width: 300px;
  }
}

.container {
  height: 100%;
  min-height: 100%;
  width: 100%;
}
.container.static {
  background: #eff1ee;
}

body > .container {
  height: auto;
}

@media (max-width: 767px) {
  .blankslate {
    padding: 0 15px;
  }
}
.add-account-option {
  padding-left: 20px;
  margin-bottom: 20px;
}

.add-account {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.add-account .add-account-field {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
}
.add-account .add-account-field input, .add-account .add-account-field select {
  width: 100%;
}
.add-account .add-account-field .add-account-label {
  color: #666;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 8px;
}
.add-account .add-account-field .add-account-label.required:before {
  color: #ff4d4f;
  content: "*";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .add-account .add-account-field {
    width: 100%;
  }
}

/* ---- company-list.scss ---- */
/* company-list */
.company-list {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .company-list .company-list-header.company-list-header-fixed-sp {
    background: #eff1ee;
    position: fixed;
    top: 0;
    height: 48px;
    width: 100%;
    z-index: 30;
  }
}
.company-list .company-list-header .sort-area {
  background: #eff1ee;
  height: 48px;
  width: 100%;
  vertical-align: middle;
  z-index: 3;
}
.company-list .company-list-header .sort-area .sort-area-inner {
  overflow: hidden;
}
.company-list .company-list-header .sort-area .count {
  color: #333;
  display: inline-block;
  padding: 16px 18px;
}
@media (max-width: 767px) {
  .company-list .company-list-header .sort-area .count {
    padding: 18px 0 18px 18px;
  }
}
.company-list .company-list-header .sort-area .sort-link {
  color: #333;
  display: inline-block;
  margin-left: 20px;
  height: 48px;
}
@media (max-width: 767px) {
  .company-list .company-list-header .sort-area .sort-link {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .company-list .company-list-header .sort-area .sort-link select {
    margin-top: 7px;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
  }
}
.company-list .company-list-header .sort-area .sort-link span {
  border-right: 1px solid #333;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .company-list .company-list-header .sort-area .sort-link span {
    padding: 0 8px;
  }
}
.company-list .company-list-header .sort-area .sort-link span a {
  color: #004cba;
  display: inline-block;
}
.company-list .company-list-header .sort-area .sort-link span:last-child {
  border: none;
}
.company-list .company-list-header .sort-area .sort-link span.order_asc a:after {
  color: #004cba;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f150";
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
  text-indent: 0;
  top: 1px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .company-list .company-list-header .sort-area .sort-link span.order_asc a:after {
    margin: 0 0 0 6px;
  }
}
.company-list .company-list-header .sort-area .sort-link span.order_desc a:after {
  color: #004cba;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f151";
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
  text-indent: 0;
  top: 1px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .company-list .company-list-header .sort-area .sort-link span.order_desc a:after {
    margin: 0 0 0 6px;
  }
}
.company-list .company-list-header .sort-area .open-search-button {
  display: none;
}
@media (max-width: 767px) {
  .company-list .company-list-header .sort-area .open-search-button {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    height: 22px;
    width: 20px;
  }
}
.company-list .company-list-header .sort-area .open-search-button:after {
  color: #395183;
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
  font-weight: 900;
  content: "\f002";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: 22px;
  width: 20px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.company-list .company-list-body {
  width: 100%;
}
.company-list .pagination {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 30px;
}
.company-list .pagination .page-list {
  float: right;
  margin-left: 36px;
}
@media (max-width: 767px) {
  .company-list .pagination {
    padding: 18px 20px;
  }
  .company-list .pagination .page-list {
    float: none;
    margin: 0 auto;
  }
}
.company-list .add-account {
  width: 100px;
}
@media (max-width: 767px) {
  .company-list .add-account {
    position: absolute;
    top: 75px;
    right: 7.5px;
    width: 26px !important;
  }
  .company-list .add-account span {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border: 0px !important;
  }
}
.company-list .add-account span.button {
  cursor: pointer;
  display: block;
  position: relative;
  height: 16px;
  width: 50%;
  padding: 5px 0 5px 16px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #20b2b2;
  margin-left: auto;
  margin-right: auto;
}
.company-list .add-account span.button:before {
  color: #20b2b2;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f055";
  display: block;
  text-indent: 0;
  position: absolute;
  top: 5px;
  left: 7px;
  z-index: 2;
}
.company-list .add-account span.added {
  display: block;
  position: relative;
  height: 16px;
  width: 50%;
  padding: 5px 0 5px 16px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #DDDDDD;
  margin-left: auto;
  margin-right: auto;
}
.company-list .add-account span.added:before {
  color: #DDDDDD;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f055";
  display: block;
  text-indent: 0;
  position: absolute;
  top: 5px;
  left: 7px;
  z-index: 2;
}

/* ---- company-show.scss ---- */
.company-show {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.company-show .company-show-section {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .company-show .company-show-section {
    padding: 20px 0 0;
  }
}
.company-show .company-show-section form {
  margin-top: 5px;
  width: 600px;
  text-align: center;
}
@media (max-width: 767px) {
  .company-show .company-show-section form {
    width: 100%;
    text-align: center;
  }
}
.company-show .company-show-header {
  padding: 15px 20px 0;
}
@media (max-width: 767px) {
  .company-show .company-show-header {
    padding: 15px 15px 0;
  }
}
.company-show .company-show-header .point {
  margin: 0 0 16px;
}
.company-show .company-show-header .point .label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #20b2b2;
  color: #20b2b2;
  display: inline-block;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 0 3px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  min-width: 85px;
  text-align: center;
}
@media (max-width: 767px) {
  .company-show .company-show-header .point .label {
    font-size: 11px;
    margin: 0 5px 0 0;
    min-width: 10px;
  }
}
.company-show .company-show-header .company_name {
  color: #333;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .company-show .company-show-header .company_name {
    font-size: 15px;
  }
}
.company-show .company-show-header .company_url {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .company-show .company-show-header .company_url {
    font-size: 11px;
  }
}
.company-show .company-show-body {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .company-show .company-show-body {
    padding: 0 15px;
  }
}
.company-show .company-show-body .company-published-description {
  font-size: 12px;
  line-height: 1.4;
  padding: 15px 0 0;
}
@media (max-width: 767px) {
  .company-show .company-show-body .company-published-description {
    font-size: 10px;
  }
}
.company-show .company-show-body .button-sub {
  margin: 0 auto;
}
.company-show .company-show-body h3 {
  margin: 0 -20px;
  position: relative;
}
@media (max-width: 767px) {
  .company-show .company-show-body h3 {
    font-weight: normal;
    margin: 0 -15px;
    padding: 20px 15px;
  }
}
.company-show .company-show-body h3 span {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
@media (max-width: 767px) {
  .company-show .company-show-body h3 span {
    font-size: 10px;
    top: 24px;
    right: 15px;
  }
}
.company-show .company-show-body h3 span .button-sub {
  font-size: 12px;
  line-height: 30px;
  margin: -8px 0 0;
  height: 30px;
  width: 160px;
}
@media (max-width: 767px) {
  .company-show .company-show-body h3 span .button-sub {
    font-size: 10px;
    line-height: 26px;
    height: 26px;
    width: 110px;
  }
}
.company-show .company-show-body h4 {
  font-size: 14px;
  margin: 25px 0 10px;
}
.company-show .company-show-body textarea {
  margin-top: 5px;
  width: 100%;
  height: 180px;
}
.company-show .company-show-body .row {
  border-bottom: 1px solid #eceff1;
  margin: 0;
  position: relative;
}
.company-show .company-show-body .row:last-child {
  border-bottom: none;
}
.company-show .company-show-body .row .col-wrap .col {
  float: left;
  margin: 0;
  padding-right: 20px;
  width: calc(50% - 180px);
}
@media (max-width: 767px) {
  .company-show .company-show-body .row .col-wrap .col {
    float: none;
    margin: 0 0 0 100px;
    padding-right: 15px;
    width: auto;
  }
  .company-show .company-show-body .row .col-wrap .col:nth-of-type(1), .company-show .company-show-body .row .col-wrap .col:nth-of-type(2) {
    border-bottom: 1px solid #eceff1;
  }
}
.company-show .company-show-body .row .col-wrap .col.title {
  padding-right: 0;
  width: 180px;
}
@media (max-width: 767px) {
  .company-show .company-show-body .row .col-wrap .col.title {
    float: left;
    width: 100px;
  }
}
.company-show .company-show-body .row .col {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 0 180px;
  padding: 14px 180px 14px 0;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .company-show .company-show-body .row .col {
    font-size: 12px;
    margin: 0 0 0 100px;
    padding: 14px 0;
  }
}
.company-show .company-show-body .row .col.title {
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 14px 0;
  width: 180px;
}
@media (max-width: 767px) {
  .company-show .company-show-body .row .col.title {
    width: 100px;
  }
}
.company-show .company-show-body .row .col .button-sub {
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  height: 30px;
  width: 160px;
}
@media (max-width: 767px) {
  .company-show .company-show-body .row .col .button-sub {
    position: relative;
    font-size: 10px;
    line-height: 26px;
    margin: 0 0 5px;
    height: 26px;
    width: 110px;
  }
  .company-show .company-show-body .row .col .button-sub.company_id_job {
    position: absolute;
    top: calc(50% - 13px);
  }
}
.company-show .company-show-body .row .col .company_tel {
  color: #20b2b2;
  font-size: 18px;
}
@media (max-width: 767px) {
  .company-show .company-show-body .row .col .company_tel {
    font-size: 12px;
  }
}

/* ---- exclusion-company-name.scss ---- */
.exclusion-company-name textarea {
  resize: none;
  width: 80%;
  height: 200px;
}
.exclusion-company-name .flex-box {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.exclusion-company-name .flex-box .flex-item {
  margin-right: 10px;
}
.exclusion-company-name .flex-box .flex-item:last-child {
  margin-left: auto;
}
.exclusion-company-name .switch-area {
  line-height: 32px;
  /* 1行の高さ          */
  letter-spacing: 0;
  /* 文字間             */
  text-align: center;
  /* 文字位置は中央     */
  font-size: 13px;
  /* 文字サイズ         */
  position: relative;
  /* 親要素が基点       */
  margin: auto;
  /* 中央寄せ           */
  width: 91px;
  /* ボタンの横幅       */
  background: #fff;
  /* デフォルト背景色   */
}
.exclusion-company-name .switch-area input[type="checkbox"] {
  display: none;
}
.exclusion-company-name .switch-area input[type="checkbox"]:checked + label {
  border-color: #78bd78;
}
.exclusion-company-name .switch-area input[type="checkbox"]:checked + label span:after {
  content: "ON";
  /* 表示する文字       */
  padding: 0 19px 0 0;
  /* 表示する位置       */
  color: #78bd78;
  /* 文字色             */
}
.exclusion-company-name .switch-area input[type="checkbox"]:checked ~ #sw-img {
  transform: translateX(59px);
  /* 丸も右へ移動       */
  background: #78bd78;
  /* カーソルタブの背景 */
}
.exclusion-company-name .switch-area label {
  display: block;
  /* ボックス要素に変更 */
  box-sizing: border-box;
  /* 枠線を含んだサイズ */
  height: 32px;
  /* ボタンの高さ       */
  border: 2px solid #999999;
  /* 未選択タブのの枠線 */
  border-radius: 16px;
  /* 角丸               */
}
.exclusion-company-name .switch-area label span:after {
  content: "OFF";
  /* 表示する文字       */
  padding: 0 0 0 19px;
  /* 表示する位置       */
  color: #999999;
  /* 文字色             */
}
.exclusion-company-name .switch-area #sw-img {
  position: absolute;
  /* 親要素からの相対位置*/
  width: 24px;
  /* 丸の横幅           */
  height: 24px;
  /* 丸の高さ           */
  background: #999999;
  /* カーソルタブの背景 */
  top: 4px;
  /* 親要素からの位置   */
  left: 4px;
  /* 親要素からの位置   */
  border-radius: 12px;
  /* 角丸               */
  transition: .2s;
  /* 滑らか変化         */
}
@media (max-width: 767px) {
  .exclusion-company-name textarea {
    width: 100%;
  }
}
.exclusion-company-name .name-count-area {
  font-size: 14px;
  margin-bottom: 5px;
}
.exclusion-company-name .name-count-over {
  font-size: 12px;
  color: #ff4d4f;
  margin-bottom: 5px;
}

/* ---- footer.scss ---- */
/* footer */
.footer {
  clear: both;
  text-align: right;
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  min-width: 100%;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer ul.footer-link {
  display: inline-block;
  font-size: 0;
}
.footer ul.footer-link li {
  display: inline-block;
  border-right: 1px solid #333;
  padding: 0 16px;
}
.footer ul.footer-link li a {
  font-size: 12px;
}
.footer ul.footer-link li:last-child {
  border: none;
}
.footer .copyright {
  color: #999;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 30px 0 20px;
}
@media (max-width: 767px) {
  .footer .copyright {
    display: block;
    margin: 10px auto;
  }
}

/* mynavi 用 */
.theme-mynavi ul.footer-link li a {
  color: #666;
  text-decoration: underline;
}

/* ---- form.scss ---- */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ced4da;
  color: #333;
  padding: 7px 10px;
  letter-spacing: 0.01em;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #20b2b2;
}
input[type="text"]:disabled, input[type="text"].disabled,
input[type="password"]:disabled,
input[type="password"].disabled,
input[type="search"]:disabled,
input[type="search"].disabled,
input[type="email"]:disabled,
input[type="email"].disabled,
input[type="tel"]:disabled,
input[type="tel"].disabled,
input[type="url"]:disabled,
input[type="url"].disabled,
input[type="number"]:disabled,
input[type="number"].disabled,
textarea:disabled,
textarea.disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  background: #eee;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="search"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  textarea {
    font-size: 16px;
  }
}

select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ced4da;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0.01em;
  padding: 0 10px;
  height: 36px;
}
select.select-short {
  padding: 0 2px 0 5px;
  width: 80px;
}
select.select-short + span {
  color: #888;
  font-size: 11px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  select.select-short {
    width: 40%;
  }
}
select:focus {
  border-color: #20b2b2;
}
select:disabled, select.disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  background: #eee;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 767px) {
  select {
    font-size: 16px;
  }
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"] {
  width: 100%;
}

input.input-text-short {
  width: 60px;
}
input.input-text-short + span {
  color: #888;
  font-size: 11px;
  margin: 0 0 0 5px;
}

/* checkbox */
html:not(.ie8) label.checkbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 16px;
  min-height: 14px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
html:not(.ie8) label.checkbox input[type="checkbox"] {
  cursor: pointer;
  float: left;
}
html:not(.ie8) label.checkbox input[type="checkbox"]:after {
  color: #ced4da;
  font-family: Font Awesome\ 5 Free;
  font-size: 13px;
  font-weight: 400;
  content: "\f0c8";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  z-index: 2;
}
html:not(.ie8) label.checkbox input[type="checkbox"]:checked:after {
  color: #3093fc;
  font-family: Font Awesome\ 5 Free;
  font-size: 13px;
  font-weight: 900;
  content: "\f14a";
  display: block;
}
html:not(.ie8) label.checkbox input[type="checkbox"]:checked:focus {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
html:not(.ie8) label.checkbox input[type="checkbox"]:focus {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
label.checkbox span {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0 18px;
  overflow: hidden;
}
label.checkbox input:disabled,
label.checkbox input.disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
label.checkbox input:disabled + span,
label.checkbox input.disabled + span {
  color: #999;
  cursor: default;
}

/* radio */
html:not(.ie8) label.radio {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 15px;
  min-height: 15px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
html:not(.ie8) label.radio input[type="radio"] {
  cursor: pointer;
  float: left;
}
html:not(.ie8) label.radio input[type="radio"]:after {
  color: #ced4da;
  font-family: Font Awesome\ 5 Free;
  font-size: 15px;
  font-weight: 400;
  content: "\f111";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  z-index: 2;
}
html:not(.ie8) label.radio input[type="radio"]:checked:after {
  color: #3093fc;
  font-family: Font Awesome\ 5 Free;
  font-size: 15px;
  font-weight: 900;
  content: "\f192";
  display: block;
}
html:not(.ie8) label.radio input[type="radio"]:checked:focus {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
html:not(.ie8) label.radio input[type="radio"]:focus {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
label.radio span {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0 18px;
  overflow: hidden;
}
label.radio input:disabled,
label.radio input.disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
label.radio input:disabled + span,
label.radio input.disabled + span {
  color: #999;
  cursor: default;
}

.acquisition-datepicker {
  display: flex;
}
.acquisition-datepicker .calender-text-box-wrapper {
  width: 45%;
}
.acquisition-datepicker span {
  color: #888;
  font-size: 11px;
  margin: auto 5px;
}
.acquisition-datepicker .vdp-datepicker__calendar {
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 500px;
  max-width: 640px;
  height: 60%;
  width: calc(100% - 25px);
  z-index: 999;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
.acquisition-datepicker .vdp-datepicker__calendar header {
  display: flex;
  line-height: 40px;
  width: 50%;
  margin: auto;
  margin-top: 20px;
}
.acquisition-datepicker .vdp-datepicker__calendar .cell {
  width: 12%;
}
.acquisition-datepicker .vdp-datepicker__calendar div {
  width: 80%;
  margin: auto;
}

.grouping-job .grouping-job-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.grouping-job .grouping-job-table.company {
  border-top: 3px solid #eceff1;
  border-bottom: 1px solid #eceff1;
}
.grouping-job .grouping-job-table .table-line {
  display: table-row;
}
.grouping-job .grouping-job-table .table-line.job-row:not(:last-child) .col {
  border-bottom: 1px solid #eceff1;
}
.grouping-job .grouping-job-table .table-line.company-row {
  background: #fafcf9;
}
.grouping-job .grouping-job-table .table-line.company-row .company-mark > span:after {
  color: #ced4da;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 400;
  content: "\f058";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  top: 0;
  left: 0;
  z-index: 2;
}
.grouping-job .grouping-job-table .table-line.company-row .company-mark.on > span:after {
  color: #3cb371;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f058";
}
.grouping-job .grouping-job-table .table-line.company-row .accordion > span:after {
  color: #20b2b2;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 400;
  content: "\f150";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  top: 0;
  left: 0;
  z-index: 2;
}
.grouping-job .grouping-job-table .table-line.company-row .accordion > span.open:after {
  content: "\f151";
}
.grouping-job .grouping-job-table .table-line .col {
  display: table-cell;
  width: 7%;
  height: 38px;
  line-height: 1.0;
  margin: 0;
  padding: 14px 0 12px 10px;
  color: #666 !important;
  font-size: 12px;
  font-weight: normal !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
}
.grouping-job .grouping-job-table .table-line .col.only-sp {
  display: none;
}
.grouping-job .grouping-job-table .table-line .check, .grouping-job .grouping-job-table .table-line .company-mark, .grouping-job .grouping-job-table .table-line .job-favorite-header {
  width: 2.5%;
}
.grouping-job .grouping-job-table .table-line .accordion {
  width: 2.5%;
}
.grouping-job .grouping-job-table .table-line .job-favorite {
  width: 2.5%;
}
.grouping-job .grouping-job-table .table-line .job-favorite > span:after {
  color: #ced4da;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 400;
  content: "\f005";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  top: 0;
  left: 0;
  z-index: 2;
}
.grouping-job .grouping-job-table .table-line .job-favorite.on > span:after {
  color: #e5cf58;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f005";
}
.grouping-job .grouping-job-table .table-line .posting-situation .view {
  color: #20b2b2;
  font-weight: bold;
}
.grouping-job .grouping-job-table .table-line .posting-situation .view-end {
  color: #aaa;
  font-weight: normal;
}
.grouping-job .grouping-job-table .table-line .new {
  width: 4%;
  text-align: left;
}
.grouping-job .grouping-job-table .table-line .new .label {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #efa530;
  color: #efa530;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  height: 18px;
  padding: 0 3px;
}
.grouping-job .grouping-job-table .table-line .company-name {
  width: 15%;
  text-align: left;
  white-space: normal;
}
.grouping-job .grouping-job-table .table-line .company-tel {
  width: 10%;
  text-align: center;
  white-space: normal;
}
.grouping-job .grouping-job-table .table-line .jobtype-name {
  width: 16%;
  text-align: left;
  white-space: normal;
}
.grouping-job .grouping-job-table .table-line .salary {
  width: 10%;
  text-align: left;
}
.grouping-job .grouping-job-table .table-line .sort-icon {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .grouping-job .grouping-job-table .table-line {
    display: block;
    padding: 10px 0 15px;
    height: auto;
    position: relative;
  }
  .grouping-job .grouping-job-table .table-line.job-row {
    border-bottom: 1px solid #eceff1;
  }
  .grouping-job .grouping-job-table .table-line.job-row .job-favorite {
    top: 55%;
  }
  .grouping-job .grouping-job-table .table-line.job-row:not(:last-child) .col {
    border-bottom: 0px;
  }
  .grouping-job .grouping-job-table .table-line .col {
    margin-top: 6px;
  }
  .grouping-job .grouping-job-table .table-line .col.only-pc {
    display: none !important;
  }
  .grouping-job .grouping-job-table .table-line .col > span.only-sp {
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 4px 0 0;
  }
  .grouping-job .grouping-job-table .table-line.job-grouping-header {
    display: none;
  }
  .grouping-job .grouping-job-table .table-line .jobtype-name {
    display: block;
    line-height: 1.4;
    padding: 0 50px 5px 0;
    width: 80%;
    font-size: 85%;
    margin: 6px 0 0 40px;
  }
  .grouping-job .grouping-job-table .table-line .posting-situation {
    margin: 0;
    position: absolute;
    top: 0;
    right: 40px;
    height: auto;
    width: auto;
  }
  .grouping-job .grouping-job-table .table-line .posting-situation .view {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #20b2b2;
    color: #20b2b2;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    height: 18px;
    padding: 0 3px;
  }
  .grouping-job .grouping-job-table .table-line .posting-situation .view-end {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    height: 18px;
    padding: 0 3px;
  }
  .grouping-job .grouping-job-table .table-line .job-row-sp {
    color: #333;
    display: inline-block !important;
    margin: 6px 0 0 40px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
    width: calc(50% - 50px) !important;
  }
  .grouping-job .grouping-job-table .table-line .job-favorite {
    position: absolute;
    top: 35%;
    right: 34px;
    width: 7%;
  }
  .grouping-job .grouping-job-table .table-line.company-row .company-mark {
    position: absolute;
    top: 35%;
    right: 10px;
    width: 7%;
  }
  .grouping-job .grouping-job-table .table-line.company-row .check {
    display: none;
  }
  .grouping-job .grouping-job-table .table-line.company-row .accordion {
    position: absolute;
    top: 35%;
    left: 0px;
    width: 7%;
  }
  .grouping-job .grouping-job-table .table-line.company-row .company-name {
    display: block;
    font-size: 14px;
    margin: 5px 40px 0;
    padding: 0 50px 5px 0;
    width: 70%;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .grouping-job .grouping-job-table .table-line.company-row .company-name > span {
    color: #666;
    text-decoration: none;
  }
  .grouping-job .grouping-job-table .table-line.company-row .company-tel {
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 10px;
    padding: 0px;
    width: 30%;
    height: 15px;
    text-align: left;
  }
  .grouping-job .grouping-job-table .table-line.job-row .col {
    display: none;
  }
  .grouping-job .grouping-job-table .table-line.job-row .col.jobtype-name, .grouping-job .grouping-job-table .table-line.job-row .col.posting-situation, .grouping-job .grouping-job-table .table-line.job-row .col.job-favorite {
    display: block !important;
  }
}

.guide {
  padding-bottom: 80px;
  /* ---- キービジュアル ---- */
  /* ---- パンくず ---- */
  /* ---- 通知設定メインコンテンツ ---- */
  /* ---- 通知メール設定メインコンテンツ ---- */
  /* サイドパネル */
  /* 記事の詳細内容 */
}
.guide-kv {
  position: relative;
  height: 160px;
  margin-top: 60px;
}
.guide-kv-image {
  height: 100%;
}
.guide-kv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide-kv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #395183;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.guide-kv .guide-kv-underWrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.guide-kv .guide-kv-parallelBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 24px;
}
.guide-kv .guide-kv-parallelBox-sidePanel {
  width: 360px;
}
.guide-kv .guide-kv-parallelBox-articleMainContents {
  width: 72.6%;
}
.guide-kv .guide-kv-parallelBox-articleMainContents-text {
  color: #395183;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.guide-breadcrumb {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 24px 72px;
}
.guide-breadcrumb-child {
  display: flex;
  align-items: flex-start;
  margin: 32px 0 0 0;
}
.guide-breadcrumb-child-link, .guide-breadcrumb-child-slach, .guide-breadcrumb-child-current {
  font-size: 14px;
  line-height: 1;
}
.guide-breadcrumb-child-slach, .guide-breadcrumb-child-current {
  font-weight: bold;
  color: #333333;
}
.guide-breadcrumb-child-link {
  color: #395183;
  text-decoration: underline 1px #395183;
}
.guide-breadcrumb-child-link:hover {
  text-decoration: none;
}
.guide-breadcrumb-child-slach {
  margin: 0 4px;
}
.guide-functionList {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 24px;
  margin-bottom: 96px;
}
.guide-functionList:not(:last-child) {
  margin-bottom: 48px;
}
.guide-functionList .guide-headLineWrap {
  padding-bottom: 16px;
  border-bottom: 1px solid #eceff1;
}
.guide-functionList .guide-headLineWrap-headLine {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 24px;
  padding: 0;
  background-color: #fff;
}
.guide-articleGroup {
  width: 100%;
  margin: 32px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.guide-articleGroup .guide-articleList {
  width: 48.45%;
  margin-bottom: 24px;
}
.guide-articleGroup .guide-articleLinkOuter {
  position: relative;
  display: block;
  border: 1px solid #395183;
  border-radius: 8px;
  background-color: #fbfbfc;
}
.guide-articleGroup .guide-articleLinkOuter:hover {
  opacity: 0.8;
}
.guide-articleGroup .guide-articleLinkInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}
.guide-articleGroup .guide-articleLinkInner-textArea {
  padding-right: 32px;
}
.guide-articleGroup .guide-articleLinkInner-textArea-title {
  color: #395183;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}
.guide-articleGroup .guide-articleLinkInner-textArea-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
}
.guide-articleGroup .guide-articleLinkInner-arrowImage::before {
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 20px;
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.guide-parallelBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1192px;
  margin: 0 auto 96px;
  padding: 0 24px;
}
.guide-sidePanel {
  position: sticky;
  top: 110px;
  width: 336px;
}
.guide-sidePanel-section {
  margin-bottom: 32px;
}
.guide-sidePanel-section-title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 16px;
}
.guide-sidePanel-article {
  margin-bottom: 8px;
}
.guide-sidePanel-article-link {
  color: #395183;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 24px;
}
.guide-sidePanel-article-link.-isCurrent {
  color: #333333;
  pointer-events: none;
  font-weight: bold;
}
.guide-sidePanel-article-link:hover {
  opacity: 0.8;
}
.guide-sidePanel-article-link-twoLine {
  padding-left: 41px;
}
.guide-articleMainContents {
  width: 72.6%;
  /* 記事前後リンク */
}
.guide-articleMainContents-inner {
  margin-bottom: 96px;
}
.guide-articleMainContents-headLineWrap {
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eceff1;
}
.guide-articleMainContents-headLineWrap-headLine {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 24px;
  padding: 0;
  background-color: #fff;
}
.guide-articleMainContents-contents {
  margin: 0 24px;
}
.guide-articleMainContents-textDetail {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 64px;
}
.guide-articleMainContents-image {
  width: 100%;
  margin: 0 auto 8px;
}
.guide-articleMainContents-image-img {
  width: 100%;
  height: auto;
}
.guide-articleMainContents-textOnly {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.guide-articleMainContents-titleText {
  color: #333333;
  line-height: 1.6;
  margin: 32px 0;
}
.guide-articleMainContents-titleText-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.guide-articleMainContents-titleText-text {
  font-size: 16px;
}
.guide-articleMainContents-movePage {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1080px) {
  .guide-articleMainContents-movePage {
    display: block;
  }
}
.guide-articleMainContents-movePage-container {
  display: block;
  width: 39%;
}
@media (max-width: 1080px) {
  .guide-articleMainContents-movePage-container {
    width: 100%;
  }
}
.guide-articleMainContents-movePage-container-outer {
  border: 1px solid #395183;
  border-radius: 8px;
  background-color: #fbfbfc;
}
.guide-articleMainContents-movePage-container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guide-articleMainContents-movePage-container-title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
  white-space: nowrap;
}
.guide-articleMainContents-movePage-container-text {
  color: #395183;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}
.guide-articleMainContents-movePage-container.-pageBack .guide-articleMainContents-movePage-container-inner {
  flex-direction: row-reverse;
  padding: 5px 24px 0 16px;
  height: 108px;
}
.guide-articleMainContents-movePage-container.-pageBack .guide-articleMainContents-movePage-container-textArea {
  text-align: right;
}
@media (max-width: 1080px) {
  .guide-articleMainContents-movePage-container.-pageBack .guide-articleMainContents-movePage-container-inner {
    position: relative;
    height: 108px;
  }
  .guide-articleMainContents-movePage-container.-pageBack .guide-articleMainContents-movePage-container-textArea {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .guide-articleMainContents-movePage-container.-pageBack .guide-articleMainContents-movePage-container-image {
    position: absolute;
    top: 46px;
    left: 24px;
  }
}
.guide-articleMainContents-movePage-container.-pageNext .guide-articleMainContents-movePage-container-inner {
  padding: 5px 24px 0 16px;
  height: 108px;
}
.guide-articleMainContents-movePage-container.-pageNext .guide-articleMainContents-movePage-container-textArea {
  text-align: left;
}
.guide-articleMainContents-movePage-container.-pageNext .guide-articleMainContents-movePage-container-image {
  transform: scaleX(-1);
}
.guide-articleMainContents-movePage-container.-pageNext .guide-articleMainContents-movePage-container-text-twoLine {
  padding-left: 18px;
}
@media (max-width: 1080px) {
  .guide-articleMainContents-movePage-container.-pageNext .guide-articleMainContents-movePage-container-inner {
    position: relative;
    height: 108px;
  }
  .guide-articleMainContents-movePage-container.-pageNext .guide-articleMainContents-movePage-container-textArea {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .guide-articleMainContents-movePage-container.-pageNext .guide-articleMainContents-movePage-container-image {
    position: absolute;
    top: 46px;
    right: 24px;
  }
}
.guide-articleMainContents-movePage-pageIndex {
  display: block;
  width: 20%;
}
@media (max-width: 1080px) {
  .guide-articleMainContents-movePage-pageIndex {
    width: 100%;
    margin: 8px 0;
  }
}
.guide-articleMainContents-movePage-pageIndex-outer {
  border: 1px solid #395183;
  border-radius: 8px;
  background-color: #fbfbfc;
}
.guide-articleMainContents-movePage-pageIndex-inner {
  display: block;
  padding: 30px 0 0;
  height: 108px;
}
.guide-articleMainContents-movePage-pageIndex-image, .guide-articleMainContents-movePage-pageIndex-img {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.guide-articleMainContents-movePage-pageIndex-title {
  color: #395183;
  font-size: 16px;
  margin-top: 8px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

/* ---- header.scss ---- */
/* header */
.header {
  background: #395183;
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 767px) {
  .header {
    min-width: 100%;
  }
  .header.hide {
    display: none;
  }
  .header.hide ~ .wrap .main .job-menu.active {
    top: 0 !important;
    z-index: 40;
  }
}
@media (min-width: 768px) {
  .header .header-wrap {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header .header-wrap::-webkit-scrollbar {
    display: none;
  }
}
.header.public {
  background: #395183;
}
.header.public .header-logo {
  float: left;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .header.public .header-logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.header.public .header-logo a {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 auto;
  height: 60px;
  width: 160px;
}
.header.public .header-logo a img {
  vertical-align: middle;
  width: 130px;
}
@media (min-width: 768px) {
  .header .drawer {
    width: calc(100% + 310px);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header .drawer::-webkit-scrollbar {
    display: none;
  }
}
.header .header-logo {
  margin: 0 20px;
}
@media (min-width: 768px) {
  .header .header-logo {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .header .header-logo {
    margin: 0 auto;
    text-align: center;
  }
}
.header .header-logo a {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  height: 60px;
  width: 160px;
}
.header .header-logo a img {
  vertical-align: middle;
  width: 130px;
}
@media (max-width: 767px) {
  .header .header-menu-left {
    background: transparent;
  }
}
@media (min-width: 768px) {
  .header .header-menu-left ul {
    display: flex;
  }
}
.header .header-menu-left ul li .button-list,
.header .header-menu-left ul li .button-map,
.header .header-menu-left ul li .button-search,
.header .header-menu-left ul li .button-file,
.header .header-menu-left ul li .button-aggregation,
.header .header-menu-left ul li .button-guide,
.header .header-menu-left ul li .button-lmt,
.header .header-menu-left ul li .button-news {
  margin: 12px 4px 0;
}
.header .header-menu-right {
  display: none;
  float: right;
  margin: 0 125px 0 0;
}
.header .header-menu-right ul li {
  float: left;
  margin: 0 8px;
}
.header .header-menu-right ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  padding: 0 0 0 22px;
  position: relative;
}
.header .header-menu-right ul li a:before {
  color: #fff;
  display: block;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 2;
}
.header .header-menu-right ul li.mylist {
  min-width: 84px;
}
.header .header-menu-right ul li.mylist a:before {
  font-weight: 900;
  content: "\f022";
  width: 13px;
  height: 13px;
}
.header .header-menu-right ul li.mysearch a:before {
  font-weight: 900;
  content: "\f14b";
  width: 13px;
  height: 13px;
}
.header .header-user-name {
  color: #fff;
  width: 150px;
  cursor: default;
}
@media (min-width: 768px) {
  .header .header-user-name {
    padding-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .header .header-user-name {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 1;
    pointer-events: none;
  }
}
.header .header-user-name a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  margin: 0;
  padding: 0 30px 0 0;
  position: relative;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header .header-user-name a {
    cursor: pointer;
    text-decoration: none;
    padding: 0;
  }
}
.header .header-user-name .client-menu {
  position: relative;
  top: 0;
  right: 30px;
  width: 150px;
  height: auto;
  background-color: #333;
  transition: all 0.2s;
}
.header .header-user-name .client-menu ul li {
  padding: 0 0 0 24px;
  border-bottom: 2px solid #666;
}
.header .header-user-name .client-menu ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  padding: 0 0 0 22px;
  position: relative;
}
.header .header-user-name .client-menu ul li a:before {
  color: #fff;
  display: block;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 2;
}
.header .header-user-name .client-menu ul li.mylist {
  min-width: 84px;
}
.header .header-user-name .client-menu ul li.mylist a:before {
  font-weight: 900;
  content: "\f022";
  width: 13px;
  height: 13px;
}
.header .header-user-name .client-menu ul li.mysearch a:before {
  font-weight: 900;
  content: "\f14b";
  width: 13px;
  height: 13px;
}
.header .header-user-name .client-menu ul li.logout a:before {
  font-weight: 900;
  content: "\f2f5";
  width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .header .header-user-name .client-menu {
    display: none;
  }
}
.header .header-logout {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 111px;
}
.header .header-logout a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 30px 0 0;
  text-decoration: underline;
}
.header .header-logout a:before {
  color: #fff;
  content: "\f2f5";
  display: block;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 2;
}
.header .header-logout a.disabled {
  text-decoration: none;
  cursor: none;
}
@media (max-width: 767px) {
  .header .header-menu-right,
  .header .header-menu-left,
  .header .header-user-name,
  .header .header-logout {
    float: none;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    padding: 0;
    min-width: auto;
  }
  .header .header-menu-right ul li,
  .header .header-menu-left ul li,
  .header .header-user-name ul li,
  .header .header-logout ul li {
    float: none;
    margin: 0;
    padding: 0;
  }
  .header .header-menu-right ul li a,
  .header .header-menu-right ul li .button-list,
  .header .header-menu-right ul li .button-map,
  .header .header-menu-right ul li .button-search,
  .header .header-menu-right ul li .button-file,
  .header .header-menu-right ul li .button-aggregation,
  .header .header-menu-right ul li .button-guide,
  .header .header-menu-right ul li .button-lmt,
  .header .header-menu-right ul li .button-news,
  .header .header-menu-left ul li a,
  .header .header-menu-left ul li .button-list,
  .header .header-menu-left ul li .button-map,
  .header .header-menu-left ul li .button-search,
  .header .header-menu-left ul li .button-file,
  .header .header-menu-left ul li .button-aggregation,
  .header .header-menu-left ul li .button-guide,
  .header .header-menu-left ul li .button-lmt,
  .header .header-menu-left ul li .button-news,
  .header .header-user-name ul li a,
  .header .header-user-name ul li .button-list,
  .header .header-user-name ul li .button-map,
  .header .header-user-name ul li .button-search,
  .header .header-user-name ul li .button-file,
  .header .header-user-name ul li .button-aggregation,
  .header .header-user-name ul li .button-guide,
  .header .header-user-name ul li .button-lmt,
  .header .header-user-name ul li .button-news,
  .header .header-logout ul li a,
  .header .header-logout ul li .button-list,
  .header .header-logout ul li .button-map,
  .header .header-logout ul li .button-search,
  .header .header-logout ul li .button-file,
  .header .header-logout ul li .button-aggregation,
  .header .header-logout ul li .button-guide,
  .header .header-logout ul li .button-lmt,
  .header .header-logout ul li .button-news {
    background: none;
    border: none;
    color: #fff;
    display: block;
    line-height: 45px;
    margin: 0;
    padding: 0 0 0 50px;
    text-align: left;
    height: 45px;
    width: 100%;
  }
  .header .header-menu-right ul li a:before,
  .header .header-menu-right ul li .button-list:before,
  .header .header-menu-right ul li .button-map:before,
  .header .header-menu-right ul li .button-search:before,
  .header .header-menu-right ul li .button-file:before,
  .header .header-menu-right ul li .button-aggregation:before,
  .header .header-menu-right ul li .button-guide:before,
  .header .header-menu-right ul li .button-lmt:before,
  .header .header-menu-right ul li .button-news:before,
  .header .header-menu-left ul li a:before,
  .header .header-menu-left ul li .button-list:before,
  .header .header-menu-left ul li .button-map:before,
  .header .header-menu-left ul li .button-search:before,
  .header .header-menu-left ul li .button-file:before,
  .header .header-menu-left ul li .button-aggregation:before,
  .header .header-menu-left ul li .button-guide:before,
  .header .header-menu-left ul li .button-lmt:before,
  .header .header-menu-left ul li .button-news:before,
  .header .header-user-name ul li a:before,
  .header .header-user-name ul li .button-list:before,
  .header .header-user-name ul li .button-map:before,
  .header .header-user-name ul li .button-search:before,
  .header .header-user-name ul li .button-file:before,
  .header .header-user-name ul li .button-aggregation:before,
  .header .header-user-name ul li .button-guide:before,
  .header .header-user-name ul li .button-lmt:before,
  .header .header-user-name ul li .button-news:before,
  .header .header-logout ul li a:before,
  .header .header-logout ul li .button-list:before,
  .header .header-logout ul li .button-map:before,
  .header .header-logout ul li .button-search:before,
  .header .header-logout ul li .button-file:before,
  .header .header-logout ul li .button-aggregation:before,
  .header .header-logout ul li .button-guide:before,
  .header .header-logout ul li .button-lmt:before,
  .header .header-logout ul li .button-news:before {
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: 0;
    width: 13px;
    height: 13px;
    position: absolute;
    top: -1px;
    left: 18px;
    z-index: 2;
  }
  .header .header-menu-right a,
  .header .header-menu-left a,
  .header .header-user-name a,
  .header .header-logout a {
    display: block;
    margin: 0;
    padding: 0;
  }
  .header .header-menu-right,
  .header .header-menu-left,
  .header .header-user-name {
    border-bottom: 2px solid #666;
  }
  .header .header-logout,
  .header .header-user-name {
    padding: 0 18px;
  }
  .header .header-menu-right {
    display: block;
  }
  .header .header-logout {
    display: block;
  }
  .header .header-logout a {
    position: relative;
    padding: 0 0 0 30px;
  }
  .header .header-logout a:before {
    color: #fff;
    display: block;
    font-family: Font Awesome\ 5 Free;
    font-size: 14px;
    font-weight: 900;
    content: "\f2f5";
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    z-index: 2;
  }
}

/* drawer */
.drawer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  transition: left 0.2s;
}

.drawer-toggle {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: none;
  float: left;
  margin: 6px 0 0;
  padding: 6px 10px;
  outline: none;
  outline-offset: -2px;
}
.drawer-toggle span {
  display: block;
  position: relative;
  height: 38px;
  width: 38px;
}
.drawer-toggle span:after {
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
  font-weight: 900;
  content: "\f0c9";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.drawer-toggle::-webkit-search-decoration {
  display: none;
}
.drawer-toggle::focus {
  outline-offset: -2px;
}

.drawer-cover {
  filter: alpha(opacity=0);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000;
  transition: all 0.2s;
}

.drawer.open ~ .drawer-cover {
  filter: alpha(opacity=40);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.4;
  display: block;
}

.drawer-close {
  display: none;
  position: absolute;
  height: 38px;
  width: 38px;
  left: 300px;
  top: 10px;
  z-index: 100;
}
.drawer-close:after {
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
  font-weight: 900;
  content: "\f00d";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}

.drawer.open .drawer-close {
  filter: alpha(opacity=100);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 1;
  display: block;
}

@media (max-width: 767px) {
  .drawer {
    background: #333;
    position: fixed;
    top: 0;
    left: -288px;
    z-index: 99999;
    width: 288px;
    height: 100%;
  }
  .drawer.open {
    left: 0;
  }

  .drawer-toggle {
    display: block;
  }
}
/* ===== テーマ別設定 ===== */
/* mynavi 用 */
.theme-mynavi .header {
  background: #00AAEB;
}
.theme-mynavi .header .header-logo img {
  width: 4.2em !important;
}
.theme-mynavi .header .header-logo a {
  line-height: 55px !important;
}
.theme-mynavi .header .header-menu-left ul li .button-list.active,
.theme-mynavi .header .header-menu-left ul li .button-map.active,
.theme-mynavi .header .header-menu-left ul li .button-search.active,
.theme-mynavi .header .header-menu-left ul li .button-aggregation.active,
.theme-mynavi .header .header-menu-left ul li .button-news.active {
  color: #00AAEB;
}
.theme-mynavi .header .header-menu-left ul li .button-list.active::before,
.theme-mynavi .header .header-menu-left ul li .button-map.active::before,
.theme-mynavi .header .header-menu-left ul li .button-search.active::before,
.theme-mynavi .header .header-menu-left ul li .button-aggregation.active::before,
.theme-mynavi .header .header-menu-left ul li .button-news.active::before {
  color: #00AAEB;
}

/* ---- job-list.scss ---- */
/* job-list */
.job-list {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .job-list .job-list-header.job-list-header-fixed-sp {
    background: #eff1ee;
    position: fixed;
    top: 0;
    height: 48px;
    width: 100%;
    z-index: 30;
  }
}
.job-list .job-list-header .sort-area {
  background: #eff1ee;
  height: 48px;
  width: 100%;
  vertical-align: middle;
  z-index: 3;
}
.job-list .job-list-header .sort-area .sort-area-inner {
  overflow: hidden;
}
@media (min-width: 768px) {
  .job-list .job-list-header .sort-area .sort-area-inner {
    width: 100%;
    display: flex;
    align-items: baseline;
  }
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu {
    float: left;
  }
}
.job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li {
  float: left;
}
.job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a {
  margin: 9px 4px 0;
}
.job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-list, .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-group {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #395183;
  color: #395183;
  cursor: pointer;
  font-size: 12px;
  font-weight: lighter;
  display: block;
  letter-spacing: 0.1em;
  line-height: 28px;
  padding: 0 0 0 16px;
  position: relative;
  text-align: center;
  height: 30px;
  width: 120px;
}
.job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-list.active, .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-group.active {
  background: #395183;
  color: #fff;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-list:before {
  content: "\f03a";
}
.job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-group:before {
  content: "\f1ad";
}
.job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-list:before, .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-group:before {
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 12px;
  z-index: 2;
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-list, .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-group {
    width: 40px;
  }
}
.job-list .job-list-header .sort-area .sort-area-inner .open-sort-button {
  float: right;
  margin: 9px 16px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #20b2b2;
  color: #fff;
  background: #20b2b2;
  cursor: pointer;
  font-size: 12px;
  font-weight: lighter;
  display: block;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding: 2px 6px 2px 24px;
  position: relative;
  text-align: center;
  height: 30px;
}
.job-list .job-list-header .sort-area .sort-area-inner .open-sort-button:before {
  content: "\f013";
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 6px;
  z-index: 2;
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .sort-area-inner .open-sort-button {
    display: none;
  }
}
.job-list .job-list-header .sort-area .sort-area-inner .search-job-guide-button {
  float: right;
  margin: 9px 0px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #1A73E8;
  color: #fff;
  background: #1A73E8;
  cursor: pointer;
  font-size: 12px;
  font-weight: lighter;
  display: block;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding: 2px 6px 2px 24px;
  position: relative;
  text-align: center;
  height: 30px;
}
.job-list .job-list-header .sort-area .sort-area-inner .search-job-guide-button:before {
  content: "\f02d";
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 6px;
  z-index: 2;
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .sort-area-inner .search-job-guide-button {
    display: none;
  }
}
.job-list .job-list-header .sort-area .sort-area-inner .formrun-link-button {
  float: right;
  margin: 9px 16px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #ff6600;
  color: #fff;
  background: #ff6600;
  cursor: pointer;
  font-size: 12px;
  font-weight: lighter;
  display: block;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding: 2px 6px 2px 24px;
  position: relative;
  text-align: center;
  height: 30px;
}
.job-list .job-list-header .sort-area .sort-area-inner .formrun-link-button:before {
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 6px;
  z-index: 2;
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .sort-area-inner .formrun-link-button {
    display: none;
  }
}
.job-list .job-list-header .sort-area .sort-area-inner .inquiry-button {
  float: right;
  margin: 9px 0px 0px 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #fbe02a;
  color: #fff;
  background: #fbe02a;
  cursor: pointer;
  font-size: 12px;
  font-weight: lighter;
  display: block;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding: 2px 6px 2px 24px;
  position: relative;
  text-align: center;
  height: 30px;
}
.job-list .job-list-header .sort-area .sort-area-inner .inquiry-button:before {
  content: "\f0e0";
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 6px;
  z-index: 2;
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .sort-area-inner .inquiry-button {
    display: none;
  }
}
@media (min-width: 768px) {
  .job-list .job-list-header .sort-area .sort-btn-wrapper {
    display: flex;
    margin-left: auto;
  }
}
.job-list .job-list-header .sort-area .count {
  color: #333;
  display: inline-block;
  padding: 16px 18px;
}
@media (min-width: 768px) {
  .job-list .job-list-header .sort-area .count {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .count {
    padding: 18px 0 18px 18px;
  }
}
@media (min-width: 768px) {
  .job-list .job-list-header .sort-area .menu {
    display: flex;
    white-space: nowrap;
  }
}
.job-list .job-list-header .sort-area .sort-link {
  color: #333;
  display: inline-block;
  margin-left: 20px;
  height: 48px;
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .sort-link {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .sort-link select {
    margin-top: 7px;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
  }
}
.job-list .job-list-header .sort-area .sort-link span {
  border-right: 1px solid #333;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .sort-link span {
    padding: 0 8px;
  }
}
.job-list .job-list-header .sort-area .sort-link span a {
  color: #004cba;
  display: inline-block;
}
.job-list .job-list-header .sort-area .sort-link span:last-child {
  border: none;
}
.job-list .job-list-header .sort-area .sort-link span.order_asc a:after {
  color: #004cba;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f150";
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
  text-indent: 0;
  top: 1px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .sort-link span.order_asc a:after {
    margin: 0 0 0 6px;
  }
}
.job-list .job-list-header .sort-area .sort-link span.order_desc a:after {
  color: #004cba;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f151";
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
  text-indent: 0;
  top: 1px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .sort-link span.order_desc a:after {
    margin: 0 0 0 6px;
  }
}
.job-list .job-list-header .sort-area .open-search-button {
  display: none;
}
@media (max-width: 767px) {
  .job-list .job-list-header .sort-area .open-search-button {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    height: 22px;
    width: 20px;
  }
}
.job-list .job-list-header .sort-area .open-search-button:after {
  color: #395183;
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
  font-weight: 900;
  content: "\f002";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: 22px;
  width: 20px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.job-list .job-list-body {
  overflow-x: auto;
  max-width: 100%;
  display: block;
}
.job-list .pagination {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 30px;
}
.job-list .pagination .page-list {
  float: right;
  margin-left: 36px;
}
.job-list .pagination .page-list-upside {
  float: left;
  margin-left: 36px;
}
@media (max-width: 767px) {
  .job-list .pagination {
    padding: 18px 20px;
  }
  .job-list .pagination .page-list {
    float: none;
    margin: 0 auto;
  }
}

/* company-list scss */
.company-list-body {
  overflow-x: auto;
  max-width: 100%;
  display: block;
}

/* リスト選択バー */
.job-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  filter: alpha(opacity=0);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0;
  background: #eff1ee;
  position: fixed;
  top: 0;
  height: 48px;
  min-width: 800px;
  width: 100%;
  transition: all 0.2s;
  z-index: 10;
}
.job-menu.active {
  filter: alpha(opacity=100);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 1;
  top: 60px;
}
@media (max-width: 767px) {
  .job-menu {
    height: 50px;
    min-width: auto;
    width: 100%;
  }
}
.job-menu p {
  color: #333;
  float: left;
  margin: 4px 0 0 20px;
}
@media (max-width: 767px) {
  .job-menu p {
    line-height: 1em;
    margin: 10px 0 5px 20px;
  }
}
.job-menu p span:last-child {
  margin: 0 0 0 14px;
}
@media (max-width: 767px) {
  .job-menu p span:last-child {
    display: block;
    font-size: 10px;
    margin: 6px 0 0;
  }
}
.job-menu ul {
  float: right;
  margin: 0 6px 0 0;
}
.job-menu ul li {
  display: inline-block;
  margin: 8px 6px;
}
.job-menu .button-sub {
  line-height: 32px;
  height: 32px;
  width: 140px;
}
@media (max-width: 767px) {
  .job-menu .button-sub {
    font-size: 11px;
    line-height: 26px;
    margin: 4px 0 0;
    height: 26px;
    width: 120px;
  }
}
.job-menu .more-dl-message {
  color: #20b2b2;
  float: none;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  position: absolute;
  bottom: 2px;
  left: 20px;
}
.job-menu .more-dl-message a {
  color: #20b2b2;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .job-menu .more-dl-message {
    display: none;
  }
}

/* row-list */
.row-list {
  border-top: 1px solid #eceff1;
  width: 100%;
}
@media (max-width: 767px) {
  .row-list {
    display: block;
  }
  .row-list tbody {
    display: block;
  }
}
.row-list .row {
  border-bottom: 1px solid #eceff1;
  height: 38px;
}
@media (max-width: 767px) {
  .row-list .row {
    display: block;
    padding: 10px 0 15px;
    height: auto;
    position: relative;
  }
}
.row-list .row:nth-child(even) {
  background: #fafcf9;
}
.row-list .row td {
  font-size: 85%;
}
.row-list .row .button-delete {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ff4d4f;
  cursor: pointer;
  color: #ff4d4f;
  font-size: 12px;
  font-weight: normal;
  display: block;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: center;
}
.row-list .row .button-delete:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
.row-list .row .button-delete:disabled, .row-list .row .button-delete.disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.row-list .row .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .row-list .row .col {
    color: #333;
    display: inline-block;
    margin: 6px 0 0 40px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
    width: calc(50% - 50px);
  }
}
.row-list .row .col .new {
  margin: 0 5px 0 0;
}
.row-list .row .col.check {
  margin: 0;
  padding: 15px 0 13px 10px;
  text-align: center;
  width: 32px;
}
.row-list .row .col.favorite {
  line-height: 1.0;
  margin: 0;
  padding: 10px 0 12px 10px;
  text-align: center;
  width: 26px;
}
.row-list .row .col.marking {
  line-height: 1.0;
  margin: 0;
  padding: 10px 0 12px 10px;
  text-align: center;
  width: 26px;
}
.row-list .row .col.blank {
  line-height: 1.0;
  margin: 0;
  padding: 14px 0 12px 10px;
  text-align: center;
  width: 38px;
}
.row-list .row .col.mark {
  line-height: 1.0;
  margin: 0;
  padding: 14px 0 12px 10px;
  text-align: left;
  width: 26px;
}
.row-list .row .col.sort {
  line-height: 1.0;
  margin: 0;
  padding: 14px 0 12px 10px;
  text-align: center;
  width: 26px;
}
.row-list .row .col.company_name, .row-list .row .col.corporate_name {
  color: #333;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
  width: 18%;
}
.row-list .row .col.company_name .hidden, .row-list .row .col.corporate_name .hidden {
  margin-left: 5px;
  color: #aaa;
}
.row-list .row .col.company_name .hidden.on, .row-list .row .col.corporate_name .hidden.on {
  color: #ff4d4f;
}
.row-list .row .col.jobtype_name {
  text-align: left;
  color: #666;
  width: 25%;
  line-height: 1.4;
}
.row-list .row .col.jobtype_name > a {
  color: #666;
}
.row-list .row .col.company_place, .row-list .row .col.corporate_place {
  color: #666;
  width: 25%;
  min-width: 350px;
  line-height: 1.4;
  white-space: normal;
}
.row-list .row .col.company_place > a, .row-list .row .col.corporate_place > a {
  color: #666;
}
.row-list .row .col.posting_situation .view {
  color: #20b2b2;
  font-weight: bold;
}
.row-list .row .col.posting_situation .view_end {
  color: #aaa;
  font-weight: normal;
}
.row-list .row .col.csv_file {
  text-align: left;
  padding-left: 20px;
}
.row-list .row .col .sort-icon {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .row-list .row .col .only-sp {
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 4px 0 0;
  }
  .row-list .row .col.check {
    position: absolute;
    top: 32%;
    left: 0;
  }
  .row-list .row .col.favorite {
    position: absolute;
    top: 32%;
    right: 34px;
  }
  .row-list .row .col.marking {
    position: absolute;
    top: 32%;
    right: 10px;
  }
  .row-list .row .col.company_name, .row-list .row .col.corporate_name {
    display: block;
    text-align: left;
    font-size: 14px;
    margin: 5px 40px 0;
    padding: 0 50px 5px 0;
    width: auto;
  }
  .row-list .row .col.company_name a, .row-list .row .col.corporate_name a {
    display: inline-block;
  }
  .row-list .row .col.company_name .hidden, .row-list .row .col.corporate_name .hidden {
    display: none;
  }
  .row-list .row .col.jobtype_name {
    text-align: left;
    color: #666;
    width: 25%;
    line-height: 1.4;
  }
  .row-list .row .col.jobtype_name > a {
    color: #666;
  }
  .row-list .row .col.company_place, .row-list .row .col.corporate_place {
    display: block;
    line-height: 1.4;
    padding: 0 50px 5px 0;
    min-width: 350px;
    width: auto;
    white-space: normal;
  }
  .row-list .row .col.posting_situation {
    margin: 0;
    position: absolute;
    top: 12px;
    right: 40px;
    height: auto;
    width: auto;
  }
  .row-list .row .col.posting_situation .view {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #20b2b2;
    color: #20b2b2;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    height: 18px;
    padding: 0 3px;
  }
  .row-list .row .col.posting_situation .view_end {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #aaa;
    color: #aaa;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    height: 18px;
    padding: 0 3px;
  }
  .row-list .row .col.master_url {
    margin: 0;
    position: absolute;
    top: 12px;
    right: 10px;
    width: auto;
  }
  .row-list .row .col.master_url a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    padding: 0 3px 0 14px;
  }
  .row-list .row .col.master_url a:after {
    font-family: Font Awesome\ 5 Free;
    font-size: 10px;
    font-weight: 900;
    content: "\f03a";
    display: block;
    margin: 0;
    padding: 0;
    text-indent: 0;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .row-list .row-title {
    display: none;
  }
}
.row-list .row-title .col {
  color: #666 !important;
  font-size: 12px;
  font-weight: normal !important;
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .row-list.row-job-list .col:last-child {
    padding-right: 20px;
  }
}
.favorite span {
  cursor: pointer;
  display: block;
  position: relative;
  height: 16px;
  width: 16px;
}
.favorite span:after {
  color: #ced4da;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 400;
  content: "\f005";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.favorite.on span:after {
  color: #e5cf58;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f005";
}

.marking span {
  cursor: pointer;
  display: block;
  position: relative;
  height: 16px;
  width: 16px;
}
.marking span:after {
  color: #ced4da;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 400;
  content: "\f058";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.marking.on span:after {
  color: #3cb371;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f058";
}

.sort span {
  cursor: pointer;
  display: block;
  position: relative;
  height: 16px;
  width: 16px;
}
.sort span:after {
  color: #20b2b2;
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f013";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sort span:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}

/* .sort-modal */
.sort-modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  display: none;
  margin: 0;
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 99;
  height: 460px;
  width: 230px;
}
.sort-modal.open {
  display: block;
}
@media (max-width: 767px) {
  .sort-modal {
    display: none !important;
  }
}
.sort-modal .sort-modal-inner {
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px 10px 0;
  height: 400px;
}
.sort-modal .sort-modal-inner .sortable .sortable-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px;
  position: relative;
  width: 100%;
}
.sort-modal .sort-modal-inner .sortable .sortable-item .sortable-handle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -ms-grab;
  cursor: grab;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 24px;
}
.sort-modal .sort-modal-inner .sortable .sortable-item .sortable-handle:after {
  color: #999;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  font-weight: 900;
  content: "\f0c9";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: 22px;
  width: 20px;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 2;
}
.sort-modal .sort-modal-inner .sortable .sortable-item:hover {
  background: #eff1ee;
}
.sort-modal .sort-modal-inner .sortable .sortable-item:hover .sortable-handle {
  display: block;
}
.sort-modal .sort-modal-inner .checkbox {
  display: block;
}
.sort-modal p.buttons {
  padding: 10px;
}
.sort-modal p.buttons .button-main, .sort-modal p.buttons .job-show .job-show-modal .button-more, .job-show .job-show-modal .sort-modal p.buttons .button-more, .sort-modal p.buttons .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-job .search-button .sort-modal p.buttons .button-secondary, .sort-modal p.buttons .sidebar .search.search-agg .search-button .button-secondary, .sidebar .search.search-agg .search-button .sort-modal p.buttons .button-secondary {
  display: inline-block;
  width: 96px;
}
.sort-modal p.buttons a {
  margin: 0 0 0 20px;
}

.ai-manuscript-modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  display: none;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
  height: 100%;
  width: calc(100% - 25px);
  z-index: 999;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 767px) {
  .ai-manuscript-modal {
    max-height: 360px;
  }
}
.ai-manuscript-modal.open {
  display: block;
}
.ai-manuscript-modal .ai-manuscript-modal-title {
  background: #eff1ee;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 100px;
  padding: 0;
  text-align: center;
  height: 100px;
  margin-bottom: 20px;
  font-size: 20px;
}
.ai-manuscript-modal .ai-manuscript-modal-close {
  color: #666;
  display: block;
  font-size: 12px;
  padding: 0 0 0 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .ai-manuscript-modal .ai-manuscript-modal-close {
    top: 15px;
    right: 15px;
  }
}
.ai-manuscript-modal .ai-manuscript-modal-close:before {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f00d";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  z-index: 2;
}
.ai-manuscript-modal .ai-manuscript-modal-main {
  padding: 0 20px;
}
.ai-manuscript-modal .ai-manuscript-modal-main p {
  margin-bottom: 0;
}
.ai-manuscript-modal .ai-manuscript-modal-main .button-check-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.ai-manuscript-modal .ai-manuscript-modal-main .button-check-group .button-check-area {
  text-align: center;
}
.ai-manuscript-modal .ai-manuscript-modal-main .button-check-group .button-check-area .button-check {
  width: 150px;
  border-radius: 4px;
  background: #efa530;
  border: #efa530;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 38px;
  text-align: center;
  height: 38px;
}
.ai-manuscript-modal .ai-manuscript-modal-main .button-check-group .button-check-area .button-check.csv {
  background: #20b2b2;
  border: 1px solid #20b2b2;
  cursor: pointer;
  color: #fff;
}
.ai-manuscript-modal .ai-manuscript-modal-main .button-check-group .button-check-area .disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.ai-manuscript-modal .ai-manuscript-modal-body {
  overflow-y: auto;
  height: calc(100% - 240px);
  padding: 0 20px 30px;
  display: flex;
  flex-direction: column;
}
.ai-manuscript-modal .ai-manuscript-modal-body p {
  font-weight: bold;
  font-size: 14px;
  color: #444;
  margin: 20px 0 6px;
}
.ai-manuscript-modal .ai-manuscript-modal-body input.text-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fdfdfd;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.ai-manuscript-modal .ai-manuscript-modal-body input.text-box:focus {
  border-color: #efa530;
  box-shadow: 0 0 0 2px rgba(239, 165, 48, 0.2);
  outline: none;
}

/* ===== テーマ別設定 ===== */
/* mynavi 用 */
.theme-mynavi {
  /* mynavi 用 */
  /* --- th 側 --- */
  /* --- td 側 --- */
}
.theme-mynavi .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-list,
.theme-mynavi .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-group {
  color: #00AAEB;
  border: 2px solid #00AAEB;
}
.theme-mynavi .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-list:hover,
.theme-mynavi .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-group:hover {
  background: #00AAEB;
  color: #fff;
}
.theme-mynavi .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-list.active,
.theme-mynavi .job-list .job-list-header .sort-area .sort-area-inner .sort-area-menu ul.menu li a.menu-group.active {
  background: #00AAEB;
  color: #fff;
  border: 2px solid #00AAEB;
}
.theme-mynavi .job-list .job-list-header .sort-area .sort-area-inner .search-job-guide-button {
  margin: 9px 16px 0 0;
}
.theme-mynavi .job-list .job-list-header .sort-area .sort-area-inner .inquiry-button {
  margin: 9px 16px 0 0;
}
.theme-mynavi .row-title .col.media_name,
.theme-mynavi .row-title .col.article_plan_name,
.theme-mynavi .row-title .col.acquisition_date,
.theme-mynavi .row-title .col.company_id,
.theme-mynavi .row-title .col.company_name,
.theme-mynavi .row-title .col.article_plan,
.theme-mynavi .row-title .col.prefecture,
.theme-mynavi .row-title .col.city {
  color: #666;
  text-decoration: none;
}
.theme-mynavi .row-title .col.media_name a,
.theme-mynavi .row-title .col.article_plan_name a,
.theme-mynavi .row-title .col.acquisition_date a,
.theme-mynavi .row-title .col.company_id a,
.theme-mynavi .row-title .col.company_name a,
.theme-mynavi .row-title .col.article_plan a,
.theme-mynavi .row-title .col.prefecture a,
.theme-mynavi .row-title .col.city a {
  color: #666;
  text-decoration: underline;
}
.theme-mynavi .row-list td.col.company_id > a,
.theme-mynavi .row-list td.col.company_name > a,
.theme-mynavi .row-list td.col.corporate_number > a,
.theme-mynavi .row-list td.col.corporate_name > a,
.theme-mynavi .row-list td.col.company_url > a,
.theme-mynavi .row-list td.col.master_url > a,
.theme-mynavi .row-list td.col.corporate_url > a {
  color: #666;
  text-decoration: underline;
}

.ai-manuscript-modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  display: none;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
  height: 100%;
  width: calc(100% - 25px);
  z-index: 999;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 767px) {
  .ai-manuscript-modal {
    max-height: 360px;
  }
}
.ai-manuscript-modal.open {
  display: block;
}
.ai-manuscript-modal .ai-manuscript-modal-title {
  background: #eff1ee;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 100px;
  padding: 0;
  text-align: center;
  height: 100px;
  margin-bottom: 20px;
  font-size: 20px;
}
.ai-manuscript-modal .ai-manuscript-modal-close {
  color: #666;
  display: block;
  font-size: 12px;
  padding: 0 0 0 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .ai-manuscript-modal .ai-manuscript-modal-close {
    top: 15px;
    right: 15px;
  }
}
.ai-manuscript-modal .ai-manuscript-modal-close:before {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f00d";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  z-index: 2;
}
.ai-manuscript-modal .ai-manuscript-modal-main {
  padding: 0 20px;
}
.ai-manuscript-modal .ai-manuscript-modal-main p {
  margin-bottom: 0;
}
.ai-manuscript-modal .ai-manuscript-modal-main .button-check-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.ai-manuscript-modal .ai-manuscript-modal-main .button-check-group .button-check-area {
  text-align: center;
}
.ai-manuscript-modal .ai-manuscript-modal-main .button-check-group .button-check-area .button-check {
  width: 150px;
  border-radius: 4px;
  background: #efa530;
  border: #efa530;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 38px;
  text-align: center;
  height: 38px;
}
.ai-manuscript-modal .ai-manuscript-modal-main .button-check-group .button-check-area .button-check.csv {
  background: #20b2b2;
  border: 1px solid #20b2b2;
  cursor: pointer;
  color: #fff;
}
.ai-manuscript-modal .ai-manuscript-modal-main .button-check-group .button-check-area .disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.ai-manuscript-modal .ai-manuscript-modal-body {
  overflow-y: auto;
  height: calc(100% - 240px);
  padding: 0 20px 30px;
  display: flex;
  flex-direction: column;
}
.ai-manuscript-modal .ai-manuscript-modal-body p {
  font-weight: bold;
  font-size: 14px;
  color: #444;
  margin: 20px 0 6px;
}
.ai-manuscript-modal .ai-manuscript-modal-body input.text-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fdfdfd;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.ai-manuscript-modal .ai-manuscript-modal-body input.text-box:focus {
  border-color: #efa530;
  box-shadow: 0 0 0 2px rgba(239, 165, 48, 0.2);
  outline: none;
}

/* ---- job-show.scss ---- */
.job-show {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  filter: alpha(opacity=0);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0;
  transition: all 0.2s;
  position: fixed;
  top: 60px;
  right: -550px;
  z-index: 98;
  height: 100%;
}
.job-show.open {
  filter: alpha(opacity=100);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 1;
  right: 0;
}
@media (max-width: 767px) {
  .job-show {
    transition: all 0.3s;
    top: -100%;
    right: 0;
    width: 100%;
  }
  .job-show.open {
    top: 0;
    z-index: 99999999;
  }
}
.job-show .job-show-modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 60px);
  width: 550px;
}
@media (max-width: 767px) {
  .job-show .job-show-modal {
    margin: 20px auto;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.job-show .job-show-modal .job-show-modal-header, .job-show .job-show-modal .company-show-modal-header, .job-show .job-show-modal .sales-status-modal-header {
  background: #eff1ee;
  padding: 20px 25px;
}
.job-show .job-show-modal .job-show-modal-header .new, .job-show .job-show-modal .company-show-modal-header .new, .job-show .job-show-modal .sales-status-modal-header .new {
  float: left;
}
.job-show .job-show-modal .job-show-modal-header .new .label, .job-show .job-show-modal .company-show-modal-header .new .label, .job-show .job-show-modal .sales-status-modal-header .new .label {
  margin: 0 5px 0 0;
}
.job-show .job-show-modal .job-show-modal-header .employment_name, .job-show .job-show-modal .company-show-modal-header .employment_name, .job-show .job-show-modal .sales-status-modal-header .employment_name {
  float: left;
}
.job-show .job-show-modal .job-show-modal-header .employment_name .label, .job-show .job-show-modal .company-show-modal-header .employment_name .label, .job-show .job-show-modal .sales-status-modal-header .employment_name .label {
  margin: 0 5px 0 0;
}
.job-show .job-show-modal .job-show-modal-header .favorite, .job-show .job-show-modal .company-show-modal-header .favorite, .job-show .job-show-modal .sales-status-modal-header .favorite {
  float: left;
  margin: 0 0 0 5px;
}
.job-show .job-show-modal .job-show-modal-header .favorite span, .job-show .job-show-modal .company-show-modal-header .favorite span, .job-show .job-show-modal .sales-status-modal-header .favorite span {
  cursor: pointer;
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
}
.job-show .job-show-modal .job-show-modal-header .favorite span:after, .job-show .job-show-modal .company-show-modal-header .favorite span:after, .job-show .job-show-modal .sales-status-modal-header .favorite span:after {
  color: #999;
  font-family: Font Awesome\ 5 Free;
  font-size: 18px;
  font-weight: 400;
  content: "\f005";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.job-show .job-show-modal .job-show-modal-header .favorite.on span:after, .job-show .job-show-modal .company-show-modal-header .favorite.on span:after, .job-show .job-show-modal .sales-status-modal-header .favorite.on span:after {
  color: #e5cf58;
  font-family: Font Awesome\ 5 Free;
  font-size: 18px;
  font-weight: 900;
  content: "\f005";
}
.job-show .job-show-modal .job-show-modal-header .marking, .job-show .job-show-modal .company-show-modal-header .marking, .job-show .job-show-modal .sales-status-modal-header .marking {
  float: left;
  margin: 0 0 0 5px;
}
.job-show .job-show-modal .job-show-modal-header .marking span, .job-show .job-show-modal .company-show-modal-header .marking span, .job-show .job-show-modal .sales-status-modal-header .marking span {
  cursor: pointer;
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
}
.job-show .job-show-modal .job-show-modal-header .marking span:after, .job-show .job-show-modal .company-show-modal-header .marking span:after, .job-show .job-show-modal .sales-status-modal-header .marking span:after {
  color: #999;
  font-family: Font Awesome\ 5 Free;
  font-size: 18px;
  font-weight: 400;
  content: "\f005";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.job-show .job-show-modal .job-show-modal-header .marking.on span:after, .job-show .job-show-modal .company-show-modal-header .marking.on span:after, .job-show .job-show-modal .sales-status-modal-header .marking.on span:after {
  color: #e5cf58;
  font-family: Font Awesome\ 5 Free;
  font-size: 18px;
  font-weight: 900;
  content: "\f005";
}
.job-show .job-show-modal .job-show-modal-header .catchcopy, .job-show .job-show-modal .company-show-modal-header .catchcopy, .job-show .job-show-modal .sales-status-modal-header .catchcopy {
  clear: both;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  padding: 6px 0;
}
.job-show .job-show-modal .job-show-modal-header .company_name, .job-show .job-show-modal .company-show-modal-header .company_name, .job-show .job-show-modal .sales-status-modal-header .company_name {
  clear: both;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
.job-show .job-show-modal .job-show-modal-body, .job-show .job-show-modal .company-show-modal-body, .job-show .job-show-modal .sales-status-modal-body,
.job-show .job-show-modal .job-show-modal-more {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px 0;
}
.job-show .job-show-modal .job-show-modal-body .row, .job-show .job-show-modal .company-show-modal-body .row, .job-show .job-show-modal .sales-status-modal-body .row,
.job-show .job-show-modal .job-show-modal-more .row {
  border-bottom: 1px solid #eceff1;
}
.job-show .job-show-modal .job-show-modal-body .row:last-child, .job-show .job-show-modal .company-show-modal-body .row:last-child, .job-show .job-show-modal .sales-status-modal-body .row:last-child,
.job-show .job-show-modal .job-show-modal-more .row:last-child {
  border-bottom: none;
}
.job-show .job-show-modal .job-show-modal-body .row .col, .job-show .job-show-modal .company-show-modal-body .row .col, .job-show .job-show-modal .sales-status-modal-body .row .col,
.job-show .job-show-modal .job-show-modal-more .row .col {
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 120px;
  padding: 14px 0;
  text-align: left;
  max-width: 380px;
}
.job-show .job-show-modal .job-show-modal-body .row .col textarea, .job-show .job-show-modal .company-show-modal-body .row .col textarea, .job-show .job-show-modal .sales-status-modal-body .row .col textarea,
.job-show .job-show-modal .job-show-modal-more .row .col textarea {
  width: 90%;
}
.job-show .job-show-modal .job-show-modal-body .row .col.title, .job-show .job-show-modal .company-show-modal-body .row .col.title, .job-show .job-show-modal .sales-status-modal-body .row .col.title,
.job-show .job-show-modal .job-show-modal-more .row .col.title {
  float: left;
  font-weight: bold;
  margin: 0;
  width: 120px;
}
.job-show .job-show-modal .job-show-modal-body .row .col .label, .job-show .job-show-modal .company-show-modal-body .row .col .label, .job-show .job-show-modal .sales-status-modal-body .row .col .label,
.job-show .job-show-modal .job-show-modal-more .row .col .label {
  margin: 0 5px 2px 0;
}
.job-show .job-show-modal .job-show-modal-body .row .col img.media-logo, .job-show .job-show-modal .company-show-modal-body .row .col img.media-logo, .job-show .job-show-modal .sales-status-modal-body .row .col img.media-logo,
.job-show .job-show-modal .job-show-modal-more .row .col img.media-logo {
  height: 12px;
  width: auto;
}
.job-show .job-show-modal .job-show-modal-body .row .col .external_link, .job-show .job-show-modal .company-show-modal-body .row .col .external_link, .job-show .job-show-modal .sales-status-modal-body .row .col .external_link,
.job-show .job-show-modal .job-show-modal-more .row .col .external_link {
  margin-left: 20px;
}
.job-show .job-show-modal .job-show-modal-more {
  filter: alpha(opacity=0);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0;
  transition: all 0.2s;
  overflow: hidden;
  padding: 0 25px 10px;
  height: 0;
}
.job-show .job-show-modal .job-show-modal-more.open {
  filter: alpha(opacity=100);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 1;
  height: auto;
}
.job-show .job-show-modal .job-show-modal-more.open .row:first-child {
  border-top: 1px solid #eceff1;
}
.job-show .job-show-modal .button-more {
  margin: 15px auto;
  width: 170px;
}
.job-show .job-show-modal .job-show-modal-close {
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 6px 6px 6px 20px;
  border-radius: 4px;
  background: #3d5c9e;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
  position: absolute;
  top: 12px;
  right: 25px;
  z-index: 2;
}
@media (max-width: 767px) {
  .job-show .job-show-modal .job-show-modal-close {
    top: 30px;
    right: 30px;
  }
}
.job-show .job-show-modal .job-show-modal-close:before {
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f00d";
  display: block;
  margin: 0;
  padding: 6px;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  z-index: 2;
}
.job-show .job-show-modal .company-show-modal-header {
  position: relative;
}
.job-show .job-show-modal .company-show-modal-header a {
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 22px;
}
.job-show .job-show-modal .company-show-modal-body .point {
  margin: 15px 0 0;
}
.job-show .job-show-modal .company-show-modal-body .point .label {
  margin: 0 5px 0 0;
}
.job-show .job-show-modal .company-show-modal-body .company_name {
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  padding: 6px 0;
}
.job-show .job-show-modal .company-show-modal-body .company_name .marking {
  margin-left: 5px;
  display: inline-block;
}
.job-show .job-show-modal .sales-status-modal-header {
  position: relative;
}
.job-show .job-show-modal .sales-status-modal-header span {
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 22px;
}
.job-show .job-show-modal .sales-status-modal-body .row {
  border-bottom: none;
}
.job-show .job-show-modal .sales-status-modal-body .timeline {
  font-size: 12px;
  margin: 30px 0;
}
.job-show .job-show-modal .sales-status-modal-body .timeline li {
  margin-bottom: 60px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.job-show .job-show-modal .sales-status-modal-body .timeline .timeline-date {
  width: 84px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
}
.job-show .job-show-modal .sales-status-modal-body .timeline .timeline-date .time {
  color: #aaa;
  margin-top: 4px;
}
.job-show .job-show-modal .sales-status-modal-body .timeline .timeline-comment {
  width: 400px;
  float: left;
  border-left: 3px #eff1ee solid;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .job-show .job-show-modal .sales-status-modal-body .timeline .timeline-comment {
    width: 70%;
    max-width: 400px;
  }
}
.job-show .job-show-modal .sales-status-modal-body .timeline .timeline-comment .timeline-text {
  white-space: pre-wrap;
  border-radius: 4px;
  background-color: #eff1ee;
  padding: 12px;
  margin-top: 12px;
}
.job-show .job-show-modal .sales-status-modal-body .timeline .timeline-comment .timeline-author {
  font-weight: bold;
  text-align: right;
  margin: 4px 4px;
}
.job-show .job-show-modal .sales-status-modal-body .timeline .timeline-comment:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #3d5c9e;
  position: absolute;
  left: 80px;
  top: 24px;
  border-radius: 100%;
}
.job-show .job-show-modal .img-flex-4 a {
  width: 23%;
  margin: 1%;
}
.job-show .job-show-modal .img-flex-4 img {
  width: 100%;
}
.job-show .job-show-modal textarea {
  margin: 0;
  width: 300px;
  height: 60px;
}

@media (max-width: 767px) {
  .job-show.open + .modal-cover {
    display: block;
    filter: alpha(opacity=60);
    -ms-filter: 'alpha(opacity=($alpha * 10))';
    opacity: 0.6;
  }
}
[class^="img-flex-"] {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
}

/* mynavi 用 */
.theme-mynavi .company-show-modal-body a {
  color: #666;
  text-decoration: underline;
}

/* ---- label.scss ---- */
.label-primary, .box-search span.label, .job-show .job-show-modal .job-show-modal-header .employment_name .label, .job-show .job-show-modal .company-show-modal-header .employment_name .label, .job-show .job-show-modal .sales-status-modal-header .employment_name .label, .job-show .job-show-modal .company-show-modal-body .point .label, .select-choice-modal .select-choice-modal-sidebar ul li .label-selected {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #20b2b2;
  color: #20b2b2;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  height: 18px;
  padding: 0 3px;
}

.label-secondary, .box-search .box-notification-setting span.label, .row-list .row .col .new, .job-show .job-show-modal .job-show-modal-header .new .label, .job-show .job-show-modal .company-show-modal-header .new .label, .job-show .job-show-modal .sales-status-modal-header .new .label, .job-show .job-show-modal .job-show-modal-body .row .col .label, .job-show .job-show-modal .company-show-modal-body .row .col .label, .job-show .job-show-modal .sales-status-modal-body .row .col .label,
.job-show .job-show-modal .job-show-modal-more .row .col .label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #efa530;
  color: #efa530;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  height: 18px;
  padding: 0 3px;
}

.label-required {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #f95151;
  color: #f95151;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  height: 21px;
  padding: 0 4px;
}

.label-optional {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #999;
  color: #999;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  height: 21px;
  padding: 0 4px;
}

/* ---- lp-lmt.scss ---- */
.lmt {
  letter-spacing: 0;
  overflow: hidden;
  padding-top: 57px;
  position: relative;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
.lmt ._sp {
  display: none;
}
.lmt:before, .lmt:after {
  content: "";
  width: 74.333vw;
  height: 78vw;
  border-radius: 80px;
  position: absolute;
  transform: rotate(-45deg);
  z-index: -1;
}
.lmt:before {
  background: #F9F9F9;
  right: -29.917vw;
  top: 27vw;
}
.lmt:after {
  background: linear-gradient(193.98deg, #4169e1 14.59%, rgba(64, 120, 222, 0.89588) 55.77%, rgba(60, 175, 211, 0.50521) 102.89%, #d1fafd 106.61%);
  left: -18.417vw;
  top: -34.25vw;
}
.lmt img {
  width: 100%;
}
.lmt .inner_box {
  font-size: 18px;
  color: #031F2B;
  padding: 80px 0;
  max-width: 1000px;
  width: 83%;
  margin: 0 auto;
}
.lmt .bg-grad {
  background: linear-gradient(132.61deg, #4975e1 0%, #81bce6 100%);
}
.lmt .bg_gray {
  background-color: #F9F9F9;
}
.lmt .cv_button_wrap .cv_button {
  background-color: #F03D61;
  box-shadow: 0px 6px 0px 0px #C4092E;
  border-radius: 4px;
  width: 600px;
  height: 100px;
  border-radius: 100vh;
  margin: 0 auto;
  position: relative;
}
.lmt .cv_button_wrap .cv_button > a {
  font-size: 28px;
  line-height: 100px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-align: center;
  text-decoration: none;
}
.lmt .cv_button_wrap .cv_button > a::after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 24px;
}
.lmt .cv_button_wrap .cv_button:hover {
  box-shadow: none;
  padding: 0;
  transform: translate(0, 3px);
}
.lmt .cv_button_wrap .cv_button--medium {
  width: 340px;
  height: 72px;
}
.lmt .cv_button_wrap .cv_button--medium a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  font-size: 28px;
}
.lmt .cv_button_wrap .cv_button--medium a:after {
  content: none;
}
.lmt .cv_button_wrap .cv_button__inner {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 40px;
  position: relative;
}
.lmt .cv_button_wrap .cv_button_img {
  width: 300px;
  position: absolute;
  right: -80px;
  bottom: -40px;
}
.lmt .cv_button_wrap .desc_contents {
  text-align: center;
  padding-bottom: 40px;
}
.lmt .cv_button_wrap .desc_contents .desc_head {
  font-size: 34px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 20px;
}
.lmt .cv_button_wrap .desc_contents .desc_txt {
  font-size: 20px;
}
.lmt .cta {
  text-align: center;
}
.lmt .cta > p {
  font-size: 20px;
  margin-bottom: 20px;
}
.lmt .sec-title h2, .lmt .iconList__text h3, .lmt .cta > p {
  color: #031F2B;
}
.lmt .sec-title > p, .lmt .pointList .text__title .ja, .lmt .pointList .count, .lmt .midashi-border {
  color: #0057C2;
}
.lmt .sec-title {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
.lmt .sec-title h2 {
  font-size: 28px;
}
.lmt .sec-title p {
  font-size: 24px;
}
.lmt .sec-title--white h2 {
  color: #ffffff;
}
.lmt .midashi-border {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0;
  border-top: 1px solid #5F91E3;
  border-bottom: 1px solid #5F91E3;
  margin-bottom: 40px;
}
.lmt .main-visual__inner {
  display: flex;
  justify-content: space-between;
  padding-left: 6.250vw;
}
.lmt .main-visual .text {
  color: #FFFFFF;
  padding-top: 5.333vw;
  text-align: center;
  min-width: 34.583vw;
}
.lmt .main-visual .text__main {
  padding: 2.333vw 0;
  font-size: 1.667vw;
  margin-bottom: 2vw;
  letter-spacing: 0.19em;
  border-width: 2px 0px;
  border-style: solid;
  border-color: #FFFFFF;
  filter: drop-shadow(0px 8px 4px rgba(47, 69, 113, 0.25));
}
.lmt .main-visual .text__main span {
  display: block;
}
.lmt .main-visual .text__main .ja {
  text-shadow: 0px 8px 4px rgba(47, 69, 113, 0.2);
  transform: matrix(1, 0, -0.07, 1, 0, 0);
  margin-bottom: 0.833vw;
}
.lmt .main-visual .text__main .en {
  color: #FFFFFF;
  text-shadow: 0px 8px 4px rgba(47, 69, 113, 0.2);
  transform: matrix(1, 0, -0.05, 1, 0, 0);
  font-size: 5vw;
}
.lmt .main-visual .text__sub {
  font-size: 2vw;
  line-height: 1.5;
  letter-spacing: 0.4em;
  transform: matrix(1, 0, -0.08, 1, 0, 0);
  margin-bottom: 2.333vw;
  text-align: left;
}
.lmt .main-visual .text .cv_button_wrap .cv_button--medium {
  width: 28.333vw;
  height: 6vw;
}
.lmt .main-visual .text .cv_button_wrap .cv_button--medium a {
  font-size: 2.333vw;
}
.lmt .main-visual__mockup {
  margin-left: -18px;
}
.lmt .main-visual__mockup img {
  width: 61.917vw;
}
.lmt .point .pointList {
  margin-bottom: 24px;
}
.lmt .point .pointList__img {
  width: 320px;
}
.lmt .point .pointList__item {
  display: flex;
}
.lmt .point .pointList__item:first-child .text {
  padding-right: 24px;
}
.lmt .point .pointList__item:nth-child(2) {
  flex-direction: row-reverse;
}
.lmt .point .pointList__item:nth-child(2) .text {
  padding-left: 24px;
  padding-right: 0;
}
.lmt .point .pointList .count {
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 2px;
  background: linear-gradient(to right, #0057c2, #acdcff);
  margin-bottom: 12px;
}
.lmt .point .pointList .count span {
  background: #fff;
  display: block;
  padding: 7px 16px;
}
.lmt .point .pointList .text {
  width: 668px;
  margin-right: 12px;
}
.lmt .point .pointList .text__title {
  margin-bottom: 20px;
  background: transparent;
  padding: 0;
}
.lmt .point .pointList .text__title .ja {
  font-size: 24px;
  line-height: 1.5;
  display: block;
}
.lmt .point .pointList .text > p {
  font-size: 20px;
  line-height: 1.8;
  color: #000000;
  font-weight: 300;
  letter-spacing: initial;
}
.lmt .feature .listBox {
  margin-bottom: 40px;
}
.lmt .feature .listBox__item {
  display: flex;
  align-items: center;
  padding: 50px 24px;
  border-radius: 12px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.lmt .feature .listBox__img {
  width: 451px;
  margin-right: 40px;
}
.lmt .feature .listBox .text {
  width: 460px;
  line-height: 1.5;
}
.lmt .feature .listBox .text__title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.lmt .feature .listBox .text__title h3 {
  background: transparent;
  font-size: 24px;
  color: #000;
  padding: 0;
}
.lmt .feature .listBox .text__title img {
  width: 32px;
  margin-right: 12px;
}
.lmt .feature .listBox .text__desc {
  font-weight: 300;
  font-size: 20px;
}
.lmt .iconList {
  margin-bottom: 64px;
}
.lmt .iconList__icon {
  width: 60px;
  margin-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lmt .iconList__item {
  display: flex;
  margin-bottom: 24px;
  box-shadow: 2px 3px 20px rgba(0, 87, 194, 0.14);
  border-radius: 12px;
  padding: 33px 32px;
}
.lmt .iconList__text h3 {
  font-size: 20px;
  background: transparent;
  padding: 0;
  margin-bottom: 8px;
  line-height: 1.5;
}
.lmt .iconList__text p {
  font-size: 20px;
  font-weight: 300;
}
.lmt .company_block {
  width: 100vw;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.lmt .company_block .company_data {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  font-weight: 300;
}
.lmt .company_block .company_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.lmt .company_block .company_info li {
  width: 100%;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #e2e2e2;
}
.lmt .company_block .company_info-left {
  width: 30%;
}
.lmt .company_block .company_info-right {
  width: 70%;
}
.lmt .company_block .company_info-right .business-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lmt .company_block .company_info-right .business-list li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.lmt .company_block .company_info-right .business-list li:last-child {
  border-bottom: none;
}
.lmt .footer {
  font-size: 15px;
  position: initial;
  height: initial;
  text-align: left;
  background-color: #385182;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
.lmt .footer .inner_box {
  padding: 40px 0;
}
.lmt .footer_list {
  font-weight: 300;
  font-size: 13px;
  color: #ffffff;
}
.lmt .footer_list a {
  color: #ffffff;
  text-decoration: none;
}
.lmt .footer_list a:hover {
  text-decoration: underline;
}
.lmt .site_logo_wrap {
  display: flex;
  justify-content: space-between;
}
.lmt .site_logo_wrap .site_txt {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 4px;
}
.lmt .site_logo_wrap .site_logo {
  width: 200px;
  height: auto;
}
.lmt .company_links {
  display: flex;
  flex-wrap: wrap;
}
.lmt .company_links li {
  margin-right: 20px;
}
.lmt .company_links li:last-child {
  margin-right: 0px;
}
.lmt .company_links .svg-inline--fa {
  margin-right: 4px;
}
.lmt .related_links_wrap {
  display: flex;
}
.lmt .links_title {
  width: 100px;
}
.lmt .related_links {
  display: flex;
}
.lmt .related_links li::after {
  content: "|";
  margin-right: 8px;
  margin-left: 8px;
}

@media (max-width: 1020px) {
  .lmt .inner_box {
    width: 85%;
  }
  .lmt .sec-title h2 {
    font-size: 2.745vw;
    font-size: 2.745vw;
  }
  .lmt .company_links {
    padding-left: 20px;
  }
  .lmt .footer .inner_box {
    padding: 40px 4vw;
  }
  .lmt .related_links {
    flex-wrap: wrap;
  }
  .lmt .feature .listBox__img {
    width: 50%;
    margin-right: 20px;
  }
  .lmt .feature .listBox .text__title h3 {
    font-size: 20px;
  }
  .lmt .feature .listBox .text__desc {
    font-size: 16px;
  }
  .lmt .midashi-border {
    font-size: 18px;
  }
  .lmt .iconList__text p, .lmt .iconList__text h3 {
    font-size: 18px;
  }
  .lmt .point .pointList__item {
    margin-bottom: 40px;
  }
  .lmt .point .pointList__item:first-child .text {
    padding: 0;
  }
  .lmt .point .pointList__item .text {
    width: 66.8%;
  }
  .lmt .point .pointList__item .text > p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .lmt {
    padding-top: 41px;
  }
  .lmt ._sp {
    display: block;
  }
  .lmt:before, .lmt:after {
    width: 117.333vw;
    height: 117.333vw;
    border-radius: 40px;
  }
  .lmt:before {
    right: -67.467vw;
    top: 89.867vw;
  }
  .lmt:after {
    left: -13.6vw;
    top: -32vw;
  }
  .lmt .inner_box {
    width: 91.46%;
  }
  .lmt .sec-title h2 {
    font-size: 24px;
  }
  .lmt .sec-title p {
    margin-top: 8px;
    font-size: 18px;
  }
  .lmt .sec-title--long h2 {
    font-size: 20px;
  }
  .lmt header a {
    min-width: 82px;
    width: 21.867vw;
    display: block;
    padding: 0 0 0 5.6vw;
    height: 3.467vw;
  }
  .lmt .main-visual__inner {
    flex-direction: column;
    padding: 0;
    width: 85%;
    margin: 0 auto;
  }
  .lmt .main-visual__mockup {
    margin: 0 0 4vw;
  }
  .lmt .main-visual__mockup img {
    width: 85.275vw;
    margin: 0 auto;
    display: block;
  }
  .lmt .main-visual .text {
    padding-top: 6.933vw;
    margin-bottom: 5.6vw;
    min-width: inherit;
  }
  .lmt .main-visual .text__main {
    margin-bottom: 5.333vw;
    padding: 4.267vw 0;
    letter-spacing: 0;
    display: inline-block;
    font-size: 4.26vw;
  }
  .lmt .main-visual .text__main .ja {
    margin-bottom: 2.667vw;
  }
  .lmt .main-visual .text__main .en {
    letter-spacing: .1em;
    font-size: 9.6vw;
  }
  .lmt .main-visual .text__sub {
    letter-spacing: .4em;
    display: inline-block;
    margin-bottom: 0;
    font-size: 4.26vw;
  }
  .lmt .main-visual .text .cv_button_wrap {
    display: none;
  }
  .lmt .main-visual .cv_button_wrap .cv_button--medium {
    width: 74.667vw;
  }
  .lmt .point .inner_box {
    padding-bottom: 40px;
  }
  .lmt .point .pointList__item {
    flex-direction: column;
    margin-bottom: 12px;
  }
  .lmt .point .pointList__item:first-child .text {
    padding: 0;
  }
  .lmt .point .pointList__item:nth-child(2) {
    flex-direction: column;
  }
  .lmt .point .pointList__item:nth-child(2) .text {
    padding-left: 0;
  }
  .lmt .point .pointList__img {
    text-align: center;
    width: 100%;
  }
  .lmt .point .pointList__img img {
    width: 93.2%;
  }
  .lmt .point .pointList .count {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .lmt .point .pointList .count span {
    padding: 8px 12px;
  }
  .lmt .point .pointList .text {
    margin: 0 0 12px;
    width: 100%;
  }
  .lmt .point .pointList .text > p {
    font-size: 16px;
  }
  .lmt .point .pointList .text__title {
    margin-bottom: 12px;
  }
  .lmt .point .pointList .text__title .ja {
    font-size: 20px;
  }
  .lmt .cta > p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .lmt .cv_button_wrap .cv_button--medium {
    width: 280px;
    height: 54px;
    max-width: 100%;
  }
  .lmt .cv_button_wrap .cv_button--medium a {
    font-size: 18px;
  }
  .lmt .feature .listBox__item {
    flex-direction: column;
    padding: 24px 13px;
  }
  .lmt .feature .listBox__img {
    width: 100%;
    margin: 0 0 20px;
  }
  .lmt .feature .listBox .text {
    width: 93.354%;
  }
  .lmt .feature .listBox .text__title {
    justify-content: center;
  }
  .lmt .feature .listBox .text__title h3 {
    font-size: 18px;
  }
  .lmt .feature .listBox .text__title img {
    display: none;
  }
  .lmt .listup .sec-title h2 {
    line-height: 1.4;
  }
  .lmt .midashi-border {
    font-size: 16px;
    padding: 12px 8px;
  }
  .lmt .iconList__text {
    width: 82%;
  }
  .lmt .iconList__text p {
    font-size: 16px;
  }
  .lmt .iconList__item {
    padding: 16px;
  }
  .lmt .iconList__icon {
    width: 40px;
    margin-right: 16px;
  }
  .lmt .site_logo_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .lmt .footer .site_logo_wrap img {
    padding-bottom: 12px;
  }
  .lmt .company_links {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8px;
    padding-left: 0;
  }
  .lmt .company_txt {
    padding-bottom: 20px;
  }
  .lmt .site_logo_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .lmt .related_links_wrap {
    flex-wrap: wrap;
  }
}
/* ---- lp.scss ---- */
.leadle-lp {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: 1.8;
  letter-spacing: 0.07em;
  font-family: "Source Han Sans", "Noto Sans JP", "NotoSansCJKjp";
  list-style: none;
  box-sizing: border-box;
  list-style-type: none;
}
.leadle-lp .br--sp {
  display: none;
}
.leadle-lp .inner_box {
  font-size: 18px;
  color: #031f2b;
  padding: 80px 0;
  width: 1000px;
  margin: 0 auto;
}
.leadle-lp .heading-2 {
  color: #0b6eca;
  margin-bottom: 120px;
  position: relative;
}
.leadle-lp .heading-2:before {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #0b6eca;
}
.leadle-lp .heading-2 .sub_txt {
  font-size: 20px;
  font-weight: bold;
  font-weight: normal;
  display: block;
  text-align: center;
}
.leadle-lp .heading-2 .main_txt {
  font-size: 34px;
  line-height: 1.4;
  display: block;
  text-align: center;
}
.leadle-lp .bg_gradation {
  position: relative;
  background-image: linear-gradient(130deg, #3765c5 0%, #2d4f96 35%, #2d4f96 55%, #344d81 75%, #344d81 100%);
}
.leadle-lp .bg_gradation::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/images/bg_dot.png);
  background-repeat: repeat;
  background-position: 50% 10px;
  background-size: 30px 30px;
  mix-blend-mode: overlay;
}
.leadle-lp .bg_gradation .heading-2 {
  color: #ffffff;
}
.leadle-lp .bg_gradation .heading-2::before {
  background: #ffffff;
}
.leadle-lp .bg_blue {
  background-color: #eaf3fd;
}
.leadle-lp .cv_button_wrap {
  padding: 100px 0 20px;
  position: relative;
}
.leadle-lp .cv_button_wrap .cv_button {
  background-color: #f03d61;
  box-shadow: 0px 6px 0px 0px #c4092e;
  border-radius: 4px;
  width: 600px;
  height: 100px;
  border-radius: 100vh;
  margin: 0 auto;
  position: relative;
}
.leadle-lp .cv_button_wrap .cv_button > a {
  font-size: 28px;
  line-height: 100px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-align: center;
  text-decoration: none;
}
.leadle-lp .cv_button_wrap .cv_button > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 24px;
}
.leadle-lp .cv_button_wrap .cv_button:hover {
  box-shadow: none;
  padding: 0;
  transform: translate(0, 3px);
}
.leadle-lp .cv_button_wrap .cv_button__inner {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 40px;
  position: relative;
}
.leadle-lp .cv_button_wrap .cv_button_img {
  width: 300px;
  position: absolute;
  right: -80px;
  bottom: -40px;
}
.leadle-lp .cv_button_wrap .desc_contents {
  text-align: center;
  padding-bottom: 40px;
}
.leadle-lp .cv_button_wrap .desc_contents .desc_head {
  font-size: 34px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 20px;
}
.leadle-lp .cv_button_wrap .desc_contents .desc_txt {
  font-size: 20px;
}
.leadle-lp .header {
  height: initial;
  display: flex;
  justify-content: center;
  background: initial;
  z-index: 100;
}
.leadle-lp .header_box,
.leadle-lp .header_fixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2vh 4vw;
  background: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 100;
}
.leadle-lp .site_logo_wrap .site_txt {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 4px;
}
.leadle-lp .site_logo_wrap .site_logo {
  width: 200px;
  height: auto;
}
.leadle-lp .page_links {
  display: flex;
  align-items: center;
}
.leadle-lp .page_links li {
  margin: 0px 40px 0px 0px;
}
.leadle-lp .page_links li a {
  color: #395183;
  font-weight: bold;
  text-decoration: none;
}
.leadle-lp .page_links li:last-child {
  margin-right: 0;
}
.leadle-lp .headerwrap_fixed {
  width: 100vw;
}
.leadle-lp .header_box_wrap-sp {
  display: none;
}
.leadle-lp .main-visual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(/static/images/top_bg_wave.svg);
  background-repeat: no-repeat;
  background-size: 460px;
  position: relative;
  height: 800px;
}
.leadle-lp .main-visual_inner {
  background-image: url(/static/images/top_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 140px 4vw;
  box-sizing: border-box;
  background-size: cover;
  display: block;
}
.leadle-lp .main-visual_wrap {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin: 50px auto 0;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.leadle-lp .main-visual_left {
  width: 500px;
  padding-top: 60px;
}
.leadle-lp .main-visual_right {
  width: calc((100% - 500px) - 40px);
  height: auto;
}
.leadle-lp .main-visual_right video {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  width: 100%;
  height: 390px;
}
.leadle-lp .recommend_link--sp a,
.leadle-lp .recommend_link--pc a {
  position: relative;
  display: inline-block;
  color: #0b6eca;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #0b6eca;
  border-radius: 8px;
  text-align: center;
  padding: 16px 40px 16px 16px;
  display: block;
  border-bottom: solid 2px #0b6eca;
}
.leadle-lp .recommend_link--sp a::after,
.leadle-lp .recommend_link--pc a::after {
  content: "\f13a";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.leadle-lp .recommend_link--pc a:hover {
  opacity: 0.7;
  display: block;
}
.leadle-lp .recommend_link--sp {
  display: none;
  margin: 0 auto;
  text-align: center;
}
.leadle-lp .recommend_link--pc {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 0;
}
.leadle-lp .recommend_link--pc > a {
  font-size: 16px;
}
.leadle-lp .analytics_link--sp a,
.leadle-lp .analytics_link--pc a {
  position: relative;
  display: inline-block;
  color: #0b6eca;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #0b6eca;
  border-radius: 8px;
  text-align: center;
  padding: 16px 40px 16px 16px;
  display: block;
  border-bottom: solid 2px #0b6eca;
}
.leadle-lp .analytics_link--sp a::after,
.leadle-lp .analytics_link--pc a::after {
  content: "\f13a";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.leadle-lp .analytics_link--pc a:hover {
  opacity: 0.7;
  display: block;
}
.leadle-lp .analytics_link--sp {
  display: none;
  margin: 0 auto;
  text-align: center;
}
.leadle-lp .analytics_link--pc {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 0;
}
.leadle-lp .analytics_link--pc > a {
  font-size: 16px;
}
.leadle-lp .food-beauty_link--sp a, .leadle-lp .food-beauty_link--pc a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #a58d50;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
  background-color: #ffffff;
  border: 1px solid #a58d50;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.leadle-lp .food-beauty_link--sp a::after, .leadle-lp .food-beauty_link--pc a::after {
  content: "\f13a";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.leadle-lp .food-beauty_link--sp {
  display: none;
}
.leadle-lp .food-beauty_link--pc {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.leadle-lp .food-beauty_link--pc > a {
  font-size: 16px;
  padding: 12px 0;
}
.leadle-lp .heading-1 {
  color: #031f2b;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
  font-weight: bold;
  font-size: 54px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.leadle-lp .heading-1 span {
  font-size: 27px;
}
.leadle-lp .cv_button-top {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
}
.leadle-lp .cv_button-top .cv_button {
  width: 100%;
  max-width: 460px;
  height: 80px;
  line-height: 80px;
  margin: 0;
}
.leadle-lp .cv_button-top .cv_button a {
  line-height: 80px;
  font-size: 22px;
  position: relative;
}
.leadle-lp .service_point {
  width: 100%;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0px auto;
  padding: 20px 0;
  z-index: -10;
  position: relative;
}
.leadle-lp .service_point_list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.leadle-lp .service_point_list li {
  color: #395183;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px -5px rgba(195, 221, 245, 0.6);
  border: 1px solid #eaf3fd;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  width: calc(100% / 3);
  padding: 20px;
  margin-right: 8px;
}
.leadle-lp .service_point_list li:last-child {
  margin-right: 0px;
}
.leadle-lp .service_point_list li > img {
  width: 50px;
  height: auto;
  object-fit: contain;
}
.leadle-lp .service_point_list .point {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.leadle-lp .service_point_list .point_text {
  font-size: 16px;
}
.leadle-lp .service_block {
  width: 100vw;
  background-color: #eaf3fd;
  margin: 0px auto;
  padding: 80px 0px 0px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  background-image: url(/static/images/bg_wave.svg);
  background-repeat: no-repeat;
  background-size: 100vw;
  margin-top: 40px;
}
.leadle-lp .service_feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 96px;
}
.leadle-lp .service_left {
  position: relative;
  width: 50%;
}
.leadle-lp .service_feature .service_left .service_head {
  color: #031f2b;
  font-size: 30px;
  line-height: 1.6;
  padding: 24px 0;
  background: none;
}
.leadle-lp .service_feature .service_left .service_txt {
  padding-bottom: 24px;
  position: absolute;
  z-index: 1;
}
.leadle-lp .service_feature .service_left .txt_num {
  color: #ffffff;
  font-size: 300px;
  opacity: 0.7;
  font-family: roboto;
  position: absolute;
  bottom: -200px;
}
.leadle-lp .service_feature .service_right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.leadle-lp .service_feature-second .service_right {
  justify-content: flex-start;
}
.leadle-lp .service_feature .service_right > img {
  width: 460px;
}
.leadle-lp .service_feature .service-sp {
  display: none;
}
.leadle-lp .service_feature-second .txt_num {
  right: 0;
}
.leadle-lp .movie_block {
  width: 100vw;
  margin: 0px auto;
  padding: 200px calc((100vw - 1140px) / 2) 0px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  background-image: url(/static/images/bg_wave_bottom.svg);
  background-repeat: no-repeat;
  position: relative;
}
.leadle-lp .movie_block > img {
  width: 200px;
  position: absolute;
  top: 120px;
}
.leadle-lp #movie video {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
}
.leadle-lp .case-study_block .inner_box {
  position: relative;
  z-index: 1;
}
.leadle-lp .case-study_block .card_list_wrap {
  padding-bottom: 80px;
}
.leadle-lp .case-study_block .card_list_wrap li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px 60px;
  margin-bottom: 40px;
}
.leadle-lp .case-study_block .card_list_wrap li .thumb img {
  z-index: 10;
  width: 180px;
  height: auto;
  object-fit: contain;
  padding-right: 40px;
}
.leadle-lp .case-study_block .card_list_wrap li .card_title {
  color: #031f2b;
  font-size: 24px;
  line-height: 1.4;
  background: none;
  padding: 0 0 16px;
}
.leadle-lp .customer_block .customer_head {
  color: #031f2b;
  font-size: 24px;
  text-align: center;
  padding-bottom: 40px;
  background: none;
}
.leadle-lp .customer_block .customer_img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
.leadle-lp .customer_block .customer_img li span {
  font-size: 12px;
  display: block;
  text-align: center;
}
.leadle-lp .customer_block .customer_img li > img {
  width: 120px;
  height: auto;
  object-fit: contain;
  padding: 0 20px;
}
.leadle-lp .casestudy_layout {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.leadle-lp .casestudy_deco {
  overflow: hidden;
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% -10%;
  -ms-transform-origin: 50% -10%;
  transform-origin: 50% -10%;
  background-color: #fff;
}
.leadle-lp .casestudy_deco_01 {
  right: 0;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.leadle-lp .casestudy_deco_02 {
  left: 0;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.leadle-lp .faq_block {
  width: 100vw;
  background-color: #eaf3fd;
  margin: 0px auto;
  padding: 80px 0px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  background-image: url(/static/images/bg_wave.svg);
  background-repeat: no-repeat;
  background-size: 100vw;
}
.leadle-lp .faq_block .ac-menu_wrap .ac-menu {
  box-shadow: 0px 10px 10px -5px rgba(195, 221, 245, 0.6);
  margin-bottom: 8px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}
.leadle-lp .faq_block .ac-menu_wrap .acd-check {
  display: none;
}
.leadle-lp .faq_block .ac-menu_wrap .acd-label {
  font-size: 24px;
  box-sizing: border-box;
  font-weight: bold;
  background: #ffffff;
  border-radius: 8px;
  display: block;
  margin-bottom: 1px;
  padding: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.leadle-lp .faq_block .ac-menu_wrap .acd-label > span {
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
}
.leadle-lp .faq_block .ac-menu_wrap .acd-label:after {
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
.leadle-lp .faq_block .ac-menu_wrap .acd-content {
  font-size: 20px;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 20px;
  transition: 0.5s;
  visibility: hidden;
  display: flex;
  align-items: center;
}
.leadle-lp .faq_block .ac-menu_wrap .acd-check:checked + .acd-label {
  border-radius: 8px 8px 0px 0px;
}
.leadle-lp .faq_block .ac-menu_wrap .acd-check:checked + .acd-label:after {
  content: "\f068";
}
.leadle-lp .faq_block .ac-menu_wrap .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 24px;
  visibility: visible;
  display: flex;
  align-items: center;
}
.leadle-lp .faq_block .ac-menu_wrap .acd-check:checked + .acd-label + .acd-content > span {
  font-size: 24px;
  margin-right: 40px;
}
.leadle-lp .food-beauty_block {
  background-image: url(/static/images/bg_wave_bottom.svg);
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}
.leadle-lp .food-beauty_block .food-beauty_img--sp {
  display: none;
}
.leadle-lp .food-beauty_block .food-beauty_img--pc {
  width: 100%;
}
.leadle-lp .food-beauty_block .summary_wrap {
  display: flex;
}
.leadle-lp .food-beauty_block .summary {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  padding: 20px;
}
.leadle-lp .food-beauty_block .summary:not(:first-child) {
  margin-left: 12px;
}
.leadle-lp .food-beauty_block .summary_head {
  color: #031f2b;
  font-size: 20px;
  text-align: center;
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.leadle-lp .food-beauty_block .summary_head > span {
  width: 100%;
  color: #a58d50;
  font-size: 24px;
  font-weight: normal;
  font-family: "Times New Roman";
}
.leadle-lp .food-beauty_block .summary_txt {
  font-size: 18px;
}
.leadle-lp .food-beauty_block .summary_img {
  width: 80%;
  padding-top: 16px;
}
.leadle-lp .food-beauty_block .cv_button_wrap {
  margin: 0 auto;
  padding-top: 60px;
}
.leadle-lp .food-beauty_block .cv_button_wrap .cv_button {
  background-color: #a58d50;
  box-shadow: 0px 6px 0px 0px #6f6256;
}
.leadle-lp .food-beauty_block .cv_button_wrap .cv_button:hover {
  box-shadow: none;
}
.leadle-lp .company_block {
  width: 100vw;
  background: #eaf3fd;
  margin: 0px auto;
  padding: 120px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  background-image: url(/static/images/bg_wave.svg);
  background-repeat: no-repeat;
  background-size: 100 vw;
}
.leadle-lp .company_block .company_data {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  border: solid 1px #eaf3fd;
  box-shadow: 0px 10px 10px -5px rgba(195, 221, 245, 0.6);
}
.leadle-lp .company_block .company_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.leadle-lp .company_block .company_info li {
  width: 100%;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #e2e2e2;
}
.leadle-lp .company_block .company_info-left {
  width: 30%;
}
.leadle-lp .company_block .company_info-right {
  width: 70%;
}
.leadle-lp .company_block .company_info-right .business-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.leadle-lp .company_block .company_info-right .business-list li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.leadle-lp .company_block .company_info-right .business-list li:last-child {
  border-bottom: none;
}
.leadle-lp .company_block #company {
  margin-top: 50px;
}
.leadle-lp .footer {
  font-size: 13px;
  position: initial;
  height: initial;
  text-align: left;
  background-color: #385182;
}
.leadle-lp .footer .inner_box {
  padding: 40px 0;
}
.leadle-lp .footer_list {
  font-size: 13px;
  color: #ffffff;
}
.leadle-lp .footer_list a {
  color: #ffffff;
  text-decoration: none;
}
.leadle-lp .footer_list a:hover {
  text-decoration: underline;
}
.leadle-lp .site_logo_wrap {
  display: flex;
  justify-content: space-between;
}
.leadle-lp .company_links {
  display: flex;
  flex-wrap: wrap;
}
.leadle-lp .company_links li {
  margin-right: 20px;
}
.leadle-lp .company_links li:last-child {
  margin-right: 0px;
}
.leadle-lp .company_links .svg-inline--fa {
  margin-right: 4px;
}
.leadle-lp .related_links_wrap {
  display: flex;
}
.leadle-lp .links_title {
  width: 100px;
}
.leadle-lp .related_links {
  display: flex;
}
.leadle-lp .related_links li::after {
  content: "|";
  margin-right: 8px;
  margin-left: 8px;
}

.recommend_block {
  width: 100vw;
  background-color: #fff;
  margin: 0 auto;
  padding: 80px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  background-image: url(/static/images/bg_wave_bottom.svg);
  background-repeat: no-repeat;
  background-size: 100vw;
}
.recommend_block .food-beauty_img--sp {
  display: none;
}
.recommend_block .food-beauty_img--pc {
  width: 100%;
}
.recommend_block #recommend {
  margin-top: 80px;
  padding-bottom: 40px;
}
.recommend_block .recommend_block .heading-2 {
  margin-bottom: 100px;
}
.recommend_block .recommend_caption h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #031f2b;
  background: #fff;
  padding: 0;
}
.recommend_block .recommend_caption img {
  display: block;
  width: 65%;
  margin: 0 auto 60px;
}
.recommend_block .appeal_wrap {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 100px;
}
.recommend_block .appeal_wrap img {
  width: 30%;
  padding: 30px 10px 10px;
  margin: 0 auto;
}
.recommend_block .left_txt {
  width: 42%;
  float: left;
  margin-right: 10px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 30px;
  font-size: 18px;
  background: #fff;
  border: solid 1px #eaf3fd;
  box-shadow: 0px 10px 10px -5px rgba(195, 221, 245, 0.6);
  flex-direction: column;
}
.recommend_block .left_point {
  position: relative;
  padding: 10px 4px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
}
.recommend_block .left_point:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#395183), to(#0b6eca));
  background-image: -webkit-linear-gradient(right, #395183 0%, #0b6eca 100%);
  background-image: linear-gradient(to left, #395183 0%, #0b6eca 100%);
}
.recommend_block .left_txt span {
  flex-grow: 1;
}
.recommend_block .right_txt {
  width: 42%;
  float: left;
  margin-left: 10px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 30px;
  font-size: 18px;
  background: #fff;
  border: solid 1px #eaf3fd;
  box-shadow: 0px 10px 10px -5px rgba(195, 221, 245, 0.6);
  flex-direction: column;
}
.recommend_block .right_point {
  position: relative;
  padding: 10px 4px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
}
.recommend_block .right_point:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#395183), to(#0b6eca));
  background-image: -webkit-linear-gradient(right, #395183 0%, #0b6eca 100%);
  background-image: linear-gradient(to left, #395183 0%, #0b6eca 100%);
}
.recommend_block .right_txt span {
  flex-grow: 1;
}

.analytics_block {
  width: 100vw;
  background-color: #fff;
  margin: 0px auto;
  padding: 120px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  background-image: url(/static/images/bg_wave_bottom.svg);
  background-repeat: no-repeat;
  background-size: 100vw;
}
.analytics_block .food-beauty_img--sp {
  display: none;
}
.analytics_block .food-beauty_img--pc {
  width: 100%;
}
.analytics_block .analytics_block .heading-2 {
  margin-bottom: 100px;
}
.analytics_block .analytics_caption h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #031f2b;
  padding: 0;
}
.analytics_block .analytics_caption img {
  display: block;
  width: 65%;
  margin: 0 auto 60px;
}
.analytics_block .appeal_wrap {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 100px;
}
.analytics_block .appeal_wrap img {
  width: 30%;
  padding: 30px 10px 10px;
  margin: 0 auto;
}
.analytics_block .left_txt {
  width: 42%;
  float: left;
  margin-right: 10px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 30px;
  font-size: 18px;
  background: #fff;
  border: solid 1px #eaf3fd;
  box-shadow: 0px 10px 10px -5px rgba(195, 221, 245, 0.6);
  flex-direction: column;
}
.analytics_block .left_point {
  position: relative;
  padding: 10px 4px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
}
.analytics_block .left_point:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#395183), to(#0b6eca));
  background-image: -webkit-linear-gradient(right, #395183 0%, #0b6eca 100%);
  background-image: linear-gradient(to left, #395183 0%, #0b6eca 100%);
}
.analytics_block .right_txt {
  width: 42%;
  float: left;
  margin-left: 10px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 30px;
  font-size: 18px;
  background: #fff;
  border: solid 1px #eaf3fd;
  box-shadow: 0px 10px 10px -5px rgba(195, 221, 245, 0.6);
  flex-direction: column;
}
.analytics_block .left_txt span {
  flex-grow: 1;
}
.analytics_block .right_point {
  position: relative;
  padding: 10px 4px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
}
.analytics_block .right_point:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#395183), to(#0b6eca));
  background-image: -webkit-linear-gradient(right, #395183 0%, #0b6eca 100%);
  background-image: linear-gradient(to left, #395183 0%, #0b6eca 100%);
}
.analytics_block .right_txt span {
  flex-grow: 1;
}

@media (max-width: 1020px) {
  .leadle-lp .header_box_wrap-pc,
  .leadle-lp .page_links {
    display: none;
  }
  .leadle-lp .site_logo_wrap .site_logo {
    width: 180px;
  }
  .leadle-lp .header {
    justify-content: start;
    padding: 2vh 4vw;
  }
  .leadle-lp .header_box,
  .leadle-lp .header_box-sp {
    display: flex;
    align-items: center;
  }
  .leadle-lp .header_box,
  .leadle-lp .header_fixed {
    display: none;
    padding: 0 4vw;
  }
  .leadle-lp .header_box_wrap-sp {
    display: flex;
  }
  .leadle-lp .header_box_wrap-pc .site_logo_wrap {
    display: none;
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 1001;
    right: 13px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    color: #031f2b;
    background: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
  }
  nav.globalMenuSp ul {
    background: #f0f0f0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #031f2b;
    padding: 1em 0;
    text-decoration: none;
  }
  nav.globalMenuSp.active {
    transform: translateY(0%);
  }

  .leadle-lp .main-visual_wrap {
    padding: 0 4vw;
  }
  .leadle-lp .main-visual_inner {
    background-position: bottom;
    height: 91vh;
  }
  .leadle-lp .heading-1 {
    font-size: 40px;
    padding-top: 48px;
  }
  .leadle-lp .main-visual_left {
    width: 380px;
    padding-right: 20px;
  }
  .leadle-lp .main-visual {
    box-sizing: border-box;
    height: 700px;
    width: 100%;
  }
  .leadle-lp .main-visual_inner {
    height: 100%;
  }
  .leadle-lp .main-visual_right {
    width: calc((100% - 380px) - 20px);
    height: 350px;
    background-color: #ffffff;
    border-radius: 8px;
  }
  .leadle-lp .main-visual_right video {
    height: 360px;
  }
  .leadle-lp .service_point {
    box-sizing: border-box;
  }
  .leadle-lp .service_point_list li {
    margin-right: 8px;
  }
  .leadle-lp .service_point_list .point_text {
    font-size: 16px;
  }
  .leadle-lp .movie_block > img {
    display: none;
  }
  .leadle-lp .footer .inner_box {
    padding: 40px 4vw;
  }
  .leadle-lp .related_links {
    flex-wrap: wrap;
  }
  .leadle-lp .inner_box {
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .leadle-lp .page_links li {
    font-size: 14px;
    margin: 0px 20px 0px 0px;
  }
  .leadle-lp .service_feature {
    flex-wrap: nowrap;
    padding-bottom: 160px;
  }
  .leadle-lp .service_feature .service_left .txt_num {
    bottom: -300px;
  }
  .leadle-lp .service_feature .service_right > img {
    max-width: 460px;
    width: 80%;
  }
  .leadle-lp .service_point_list img {
    display: none;
  }
}
@media (max-width: 768px) {
  .leadle-lp .br--sp {
    display: block;
  }
  .leadle-lp .br--pc {
    display: none;
  }
  .leadle-lp .br_sp {
    display: none;
  }
  .leadle-lp .heading-2 {
    margin-bottom: 60px;
  }
  .leadle-lp .heading-2 .sub_txt {
    font-size: 16px;
  }
  .leadle-lp .heading-2 .main_txt {
    font-size: 27px;
  }
  .leadle-lp .inner_box {
    width: 100%;
    font-size: 16px;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .leadle-lp .cv_button_wrap {
    padding: 40px 0 20px;
  }
  .leadle-lp .cv_button_wrap .cv_button__inner {
    padding: 40px 20px;
  }
  .leadle-lp .cv_button_wrap .desc_contents {
    padding-bottom: 20px;
  }
  .leadle-lp .cv_button_wrap .desc_contents .desc_head {
    font-size: 20px;
    letter-spacing: normal;
    padding-bottom: 8px;
  }
  .leadle-lp .cv_button_wrap .desc_contents .desc_txt {
    font-size: 13px;
  }
  .leadle-lp .cv_button_wrap .cv_button {
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }
  .leadle-lp .cv_button_wrap .cv_button > a {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
  .leadle-lp .cv_button-top {
    padding: 12px 0 24px;
  }
  .leadle-lp .cv_button-top .cv_button {
    height: 52px;
  }
  .leadle-lp .cv_button-top .cv_button > a {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
  }
  .leadle-lp .header_box,
  .leadle-lp .header_fixed {
    display: none;
  }
  .leadle-lp .site_logo_wrap .site_logo {
    width: 120px;
    padding: 0 4vw;
  }
  .leadle-lp .main-visual {
    background-size: 320px;
    height: 850px;
  }
  .leadle-lp .main-visual_wrap {
    display: block;
  }
  .leadle-lp .main-visual_inner {
    padding: 100px 4vw 40px;
    box-sizing: border-box;
    height: 100%;
    display: block;
  }
  .leadle-lp .main-visual_wrap {
    top: 47%;
  }
  .leadle-lp .main-visual_left {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 20px;
  }
  .leadle-lp .heading-1 {
    font-size: 26px;
    text-align: center;
    padding-top: 0;
  }
  .leadle-lp .main-visual_right {
    width: 100%;
    max-width: 460px;
    height: 200px;
    margin-bottom: 40px;
    margin: 0 auto 20px;
  }
  .leadle-lp .main-visual_right video {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0 auto;
  }
  .leadle-lp .recommend_link {
    max-width: 600px;
    margin: 0 auto;
    padding: 12px 0 24px;
    width: auto;
  }
  .leadle-lp .recommend_link--sp a {
    font-size: 16px;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 34px 10px 12px;
  }
  .leadle-lp .recommend_link--pc {
    display: none;
  }
  .leadle-lp .recommend_link--sp {
    display: block;
  }
  .leadle-lp .recommend_link--sp a {
    font-size: 14px;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 34px 10px 12px;
  }
  .leadle-lp .analytics_link {
    max-width: 600px;
    margin: 0 auto;
    padding: 12px 0 24px;
    width: auto;
  }
  .leadle-lp .analytics_link--sp a {
    font-size: 16px;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 34px 10px 12px;
  }
  .leadle-lp .analytics_link--pc {
    display: none;
  }
  .leadle-lp .analytics_link--sp {
    display: block;
  }
  .leadle-lp .cv_button_wrap {
    padding: 20px 0 40px;
  }
  .leadle-lp .cv_button-top {
    max-width: 600px;
    margin: 0 auto;
    padding: 12px 0 24px;
  }
  .leadle-lp .cv_button-top .cv_button {
    height: 52px;
  }
  .leadle-lp .cv_button-top .cv_button > a {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
  }
  .leadle-lp .service_point_list {
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .leadle-lp .service_point_list li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .leadle-lp .service_point_list li img {
    width: 40px;
  }
  .leadle-lp .service_point_list .point_text {
    font-size: 16px;
  }
  .leadle-lp .service_feature .service-sp {
    width: 70%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .leadle-lp .service_feature .service-pc {
    display: none;
  }
  .leadle-lp .service_left {
    width: 100%;
  }
  .leadle-lp .service_feature {
    margin-bottom: 74px;
  }
  .leadle-lp .service_feature .service_left .service_head {
    font-size: 18px;
    text-align: center;
  }
  .leadle-lp .service_feature .service_left .txt_num {
    display: none;
  }
  .leadle-lp .service_feature .service_right > img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .leadle-lp .service_feature .service_left .service_txt {
    padding-bottom: 0px;
  }
  .leadle-lp .movie_block {
    padding: 80px 0;
  }
  .leadle-lp .case-study_block {
    padding: 80px 0;
  }
  .leadle-lp .case-study_block .card_list_wrap {
    padding-bottom: 0;
  }
  .leadle-lp .case-study_block .card_list_wrap li {
    display: inherit;
    padding: 8vw;
  }
  .leadle-lp .case-study_block .card_list_wrap .thumb {
    text-align: center;
    z-index: 1;
    position: relative;
  }
  .leadle-lp .case-study_block .card_list_wrap li .thumb img {
    padding: 0;
    width: 180px;
    margin-bottom: 12px;
  }
  .leadle-lp .case-study_block .card_list_wrap li .card_title {
    font-size: 18px;
    text-align: center;
  }
  .leadle-lp .customer_block {
    padding: 80px 0;
  }
  .leadle-lp .customer_block .customer_head {
    font-size: 18px;
  }
  .leadle-lp .customer_block .customer_img {
    flex-wrap: wrap;
  }
  .leadle-lp .customer_block .customer_img li {
    width: calc(100% / 3);
    text-align: center;
  }
  .leadle-lp .customer_block .customer_img li > img {
    width: 80px;
    padding: 0 4px;
  }
  .leadle-lp .faq_block {
    padding: 80px 0;
  }
  .leadle-lp .faq_block .ac-menu_wrap .acd-label {
    font-size: 14px;
    padding: 12px 40px 12px 20px;
    line-height: 1.4;
    height: 70px;
  }
  .leadle-lp .faq_block .ac-menu_wrap .acd-label > span {
    font-size: 16px;
    margin-right: 8px;
    width: 42px;
  }
  .leadle-lp .faq_block .ac-menu_wrap .acd-content {
    font-size: 16px;
  }
  .leadle-lp .faq_block .ac-menu_wrap .acd-check:checked + .acd-label + .acd-content {
    padding: 12px 20px;
  }
  .leadle-lp .faq_block .ac-menu_wrap .acd-check:checked + .acd-label + .acd-content > span {
    font-size: 14px;
  }
  .leadle-lp .food-beauty_block .food-beauty_img--sp {
    display: block;
    width: 100%;
  }
  .leadle-lp .food-beauty_block .food-beauty_img--pc {
    display: none;
  }
  .leadle-lp .food-beauty_block .summary_wrap {
    display: block;
  }
  .leadle-lp .company_block {
    padding: 80px 0;
  }
  .leadle-lp .company_block .company_info li {
    padding: 12px 0;
  }
  .leadle-lp .site_logo_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .leadle-lp .footer .site_logo_wrap img {
    padding-bottom: 12px;
  }
  .leadle-lp .company_links {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8px;
  }
  .leadle-lp .company_txt {
    padding-bottom: 20px;
  }
  .leadle-lp .site_logo_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .leadle-lp .related_links_wrap {
    flex-wrap: wrap;
  }
  .leadle-lp .recommend_block {
    padding-bottom: 30px;
  }
  .leadle-lp .recommend_block .recommend_caption h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .leadle-lp .recommend_block .recommend_caption img {
    display: block;
    width: 94%;
    margin: 0 auto 50px;
  }
  .leadle-lp .recommend_block .appeal_wrap {
    list-style: none;
    display: block;
    justify-content: space-between;
    margin: 30px auto 70px;
  }
  .leadle-lp .recommend_block .left_txt {
    width: auto;
    float: none;
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .leadle-lp .recommend_block .left_point {
    font-size: 20px;
    height: 50px;
  }
  .leadle-lp .recommend_block .right_txt {
    width: auto;
    float: none;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.6;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .leadle-lp .recommend_block .right_point {
    font-size: 20px;
    height: 50px;
  }
  .leadle-lp .recommend_block #recommend {
    padding-bottom: 20px;
    margin-top: 50px;
  }
  .leadle-lp .analytics_block {
    padding-bottom: 30px;
  }
  .leadle-lp .analytics_block .analytics_caption h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .leadle-lp .analytics_block .analytics_caption img {
    display: block;
    width: 94%;
    margin: 0 auto 50px;
  }
  .leadle-lp .analytics_block .appeal_wrap {
    list-style: none;
    display: block;
    justify-content: space-between;
    margin: 30px auto 70px;
    padding: 0;
  }
  .leadle-lp .analytics_block .left_txt {
    width: auto;
    float: none;
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
  .leadle-lp .analytics_block .left_point {
    font-size: 20px;
    height: 50px;
  }
  .leadle-lp .analytics_block .right_txt {
    width: auto;
    float: none;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.6;
  }
  .leadle-lp .analytics_block .right_point {
    font-size: 20px;
    height: 50px;
  }
  .leadle-lp .analytics_block #analytics {
    margin-top: 20px;
  }

  #company {
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  .leadle-lp .br_sp {
    display: block;
  }
  .leadle-lp .main-visual {
    height: 920px;
  }
  .leadle-lp .main-visual_wrap {
    top: 50%;
  }
}
/* ---- map.scss ---- */
/* 地図 */
.map-wrap {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.map-wrap .map-area {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.map-wrap .map-search-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ced4da;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 10px;
  left: 10px;
  height: 48px;
  width: 460px;
  z-index: 30;
}
@media (max-width: 767px) {
  .map-wrap .map-search-box {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin: 6px;
    top: 0;
    left: 0;
    height: 45px;
    width: calc(100% - 12px);
  }
}
.map-wrap .map-search-box .map-search-open {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #395183;
  border-radius: 4px 0 0 4px;
  color: #fff;
  display: block;
  position: relative;
  top: -1px;
  left: -1px;
  height: 48px;
  width: 48px;
}
.map-wrap .map-search-box .map-search-open:after {
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  font-weight: 900;
  content: "\f0c9";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 17px;
  z-index: 2;
}
@media (max-width: 767px) {
  .map-wrap .map-search-box .map-search-open {
    height: 45px;
    width: 40px;
  }
  .map-wrap .map-search-box .map-search-open:after {
    top: 14px;
    left: 14px;
  }
}
.map-wrap .map-search-box .map-search-form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 48px;
  height: 100%;
  width: calc(460px - 48px);
}
@media (max-width: 767px) {
  .map-wrap .map-search-box .map-search-form {
    left: 40px;
    width: calc(100% - 40px);
  }
}
.map-wrap .map-search-box .map-search-form form {
  height: 100%;
}
.map-wrap .map-search-box .map-search-form .map-search-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  height: 100%;
  width: calc(460px - 48px - 48px);
}
@media (max-width: 767px) {
  .map-wrap .map-search-box .map-search-form .map-search-input {
    width: calc(100% - 40px);
  }
}
.map-wrap .map-search-box .map-search-form .map-search-input:placeholder-shown {
  color: #adadad;
}
.map-wrap .map-search-box .map-search-form .map-search-input::-webkit-input-placeholder {
  color: #adadad;
}
.map-wrap .map-search-box .map-search-form .map-search-input:-moz-placeholder {
  color: #adadad;
  opacity: 1;
}
.map-wrap .map-search-box .map-search-form .map-search-input::-moz-placeholder {
  color: #adadad;
  opacity: 1;
}
.map-wrap .map-search-box .map-search-form .map-search-input:-ms-input-placeholder {
  color: #adadad;
}
.map-wrap .map-search-box .map-search-form .map-search-button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0 4px 4px 0;
  color: #adadad;
  cursor: pointer;
  height: 100%;
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.map-wrap .map-search-box .map-search-form .map-search-button:after {
  font-family: Font Awesome\ 5 Free;
  font-size: 15px;
  font-weight: 900;
  content: "\f002";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 35;
}
@media (max-width: 767px) {
  .map-wrap .map-search-box .map-search-form .map-search-button {
    width: 40px;
  }
  .map-wrap .map-search-box .map-search-form .map-search-button:after {
    font-size: 14px;
    top: 15px;
  }
}
.map-wrap .map-search-box .map-search-form .map-search-button input {
  border: none;
}
.map-wrap .map-search-box .map-search-form .map-search-button:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
.map-wrap .map-search-box .map-search-form .map-search-button:disabled, .map-wrap .map-search-box .map-search-form .map-search-button.disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.map-wrap .map-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
.map-wrap .company-list-open-button {
  position: absolute;
  top: 10px;
  right: 80px;
  z-index: 31;
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #395183;
  color: #fff;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 13px;
  transition: all .3s linear;
}
.map-wrap .company-list-close-button {
  top: 20px;
  right: 30px;
}
.map-wrap .company-list-load-is-active {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 95%;
  width: 460px;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 32;
  background-color: #d3d3d3;
  opacity: 0.4;
}
.map-wrap .company-list-load-is-active .loader {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #ff4500 #00000010 #00000010;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.map-wrap .company-list-is-active {
  transform: translateX(0) !important;
}
.map-wrap .company-list-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  border: 1px solid #ced4da;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  overflow: auto;
  top: 10px;
  right: 10px;
  height: 95%;
  width: 460px;
  z-index: 30;
  padding-top: 50px;
  transform: translateX(100vw);
  transition: all .3s linear;
}
.map-wrap .company-list-box .count {
  margin: 10px;
}
.map-wrap .company-list-box .company-info-area {
  background: #fff;
  margin: 10px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.map-wrap .company-list-box .company-info-area .company-name {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  display: flex;
}
.map-wrap .company-list-box .company-info-area .company-name .marking {
  margin: auto 5px;
}
.map-wrap .company-list-box .company-info-area .company-name a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-wrap .company-list-box .company-info-area .company-tel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 6px;
  padding: 0 0 6px 20px;
  position: relative;
  width: calc(50% - 10px);
  font-size: 11px;
}
.map-wrap .company-list-box .company-info-area .company-tel:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f095";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
}
.map-wrap .company-list-box .company-info-area .company-url {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin: 0 0 6px;
  padding: 0 0 6px 20px;
  position: relative;
  width: calc(50% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.map-wrap .company-list-box .company-info-area .company-url a {
  font-size: 11px;
}
.map-wrap .company-list-box .company-info-area .company-url:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f0ac";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
}
.map-wrap .company-list-box .company-info-area .company-place {
  clear: both;
  border-bottom: 1px solid #ced4da;
  color: #333;
  font-size: 11px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0 0 10px 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-wrap .company-list-box .company-info-area .company-place:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f3c5";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.map-wrap .company-list-box .company-info-area .company-budget span {
  color: #333;
  display: block;
  font-size: 11px;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  position: relative;
}
.map-wrap .company-list-box .company-info-area .company-budget span:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f201";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.map-wrap .company-list-box .company-info-area .company-budget ul {
  margin: 0 0 5px;
  overflow: hidden;
}
.map-wrap .company-list-box .company-info-area .company-budget ul li {
  color: #333;
  font-size: 11px;
  float: left;
  margin: 0 22px 2px 0;
}
.map-wrap .company-list-box .company-info-area .company-published-media {
  color: #333;
  font-size: 11px;
  line-height: 1.4;
}
.map-wrap .map-company-download {
  position: absolute;
  top: 10px;
  right: 200px;
  z-index: 30;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #395183;
  color: #fff;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 13px;
}
.map-wrap .all-job-mark {
  position: absolute;
  top: 10px;
  right: 340px;
  z-index: 30;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #395183;
  color: #fff;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 13px;
}
.map-wrap .lmt-import {
  position: absolute;
  top: 10px;
  right: 480px;
  z-index: 30;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #395183;
  color: #fff;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 13px;
}

/* map-balloon */
.map-balloon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin: auto;
  padding: 0;
  width: 400px;
  z-index: 20;
}
@media (max-width: 767px) {
  .map-balloon {
    position: fixed;
    left: 10px;
    bottom: 8px;
    width: calc(100% - 20px);
  }
}
.map-balloon.active {
  display: block;
}
.map-balloon .map-balloon-box {
  background: #fff;
}
@media (max-width: 767px) {
  .map-balloon .map-balloon-box {
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  }
}
.map-balloon .map-balloon-box .company_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  display: flex;
}
.map-balloon .map-balloon-box .company_name a {
  font-size: 16px;
}
.map-balloon .map-balloon-box .company_name .marking {
  margin: auto 5px;
}
.map-balloon .map-balloon-box .company_name a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-balloon .map-balloon-box .company_tel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 6px;
  padding: 0 0 6px 20px;
  position: relative;
  width: calc(50% - 10px);
}
.map-balloon .map-balloon-box .company_tel a {
  font-size: 11px;
}
.map-balloon .map-balloon-box .company_tel:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f095";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .map-balloon .map-balloon-box .company_tel:after {
    top: 2px;
  }
}
.map-balloon .map-balloon-box .company_url {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin: 0 0 6px;
  padding: 0 0 6px 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(50% - 10px);
}
.map-balloon .map-balloon-box .company_url a {
  font-size: 11px;
}
.map-balloon .map-balloon-box .company_url:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f0ac";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .map-balloon .map-balloon-box .company_url:after {
    top: 2px;
  }
}
.map-balloon .map-balloon-box .company_place {
  clear: both;
  border-bottom: 1px solid #ced4da;
  color: #333;
  font-size: 11px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0 0 10px 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-balloon .map-balloon-box .company_place:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f3c5";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.map-balloon .map-balloon-box .budget span {
  color: #333;
  display: block;
  font-size: 11px;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  position: relative;
}
.map-balloon .map-balloon-box .budget span:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f201";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.map-balloon .map-balloon-box .budget ul {
  margin: 0 0 5px;
  overflow: hidden;
}
.map-balloon .map-balloon-box .budget ul li {
  color: #333;
  font-size: 11px;
  float: left;
  margin: 0 22px 2px 0;
}
.map-balloon .map-balloon-box .published_media {
  color: #333;
  font-size: 11px;
  line-height: 1.4;
}
.map-balloon .map-balloon-close {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
}
.map-balloon .map-balloon-close:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 11px;
  font-weight: 900;
  content: "\f00d";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}

/* map-balloon-sp */
.map-balloon-sp {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin: auto;
  padding: 0;
  position: fixed;
  left: 10px;
  bottom: 45px;
  width: calc(100% - 20px);
  z-index: 20;
}
.map-balloon-sp.active {
  display: block;
}
.map-balloon-sp .map-balloon-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  padding: 14px;
  position: relative;
  min-height: 220px;
  width: 100%;
}
.map-balloon-sp .map-balloon-box:after {
  display: none;
}
.map-balloon-sp .map-balloon-box .company_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 5px 15px 0;
  display: flex;
}
.map-balloon-sp .map-balloon-box .company_name a {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-balloon-sp .map-balloon-box .company_name .marking {
  margin: auto 5px;
}
.map-balloon-sp .map-balloon-box .company_tel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 6px;
  padding: 0 0 6px 20px;
  position: relative;
  width: calc(50% - 10px);
}
.map-balloon-sp .map-balloon-box .company_tel a {
  font-size: 11px;
}
.map-balloon-sp .map-balloon-box .company_tel:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f095";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
}
.map-balloon-sp .map-balloon-box .company_url {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin: 0 0 6px;
  padding: 0 0 6px 20px;
  position: relative;
  width: calc(50% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-balloon-sp .map-balloon-box .company_url a {
  font-size: 11px;
}
.map-balloon-sp .map-balloon-box .company_url:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f0ac";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
}
.map-balloon-sp .map-balloon-box .company_place {
  clear: both;
  border-bottom: 1px solid #ced4da;
  color: #333;
  font-size: 11px;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0 0 15px 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-balloon-sp .map-balloon-box .company_place:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f3c5";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.map-balloon-sp .map-balloon-box .budget span {
  color: #333;
  display: block;
  font-size: 11px;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  position: relative;
}
.map-balloon-sp .map-balloon-box .budget span:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f201";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.map-balloon-sp .map-balloon-box .budget ul {
  margin: 0 0 10px;
  overflow: hidden;
}
.map-balloon-sp .map-balloon-box .budget ul li {
  color: #333;
  font-size: 11px;
  float: left;
  margin: 0 22px 5px 0;
}
.map-balloon-sp .map-balloon-box .published_media {
  color: #333;
  font-size: 11px;
  line-height: 1.4;
}
.map-balloon-sp .map-balloon-close {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
}
.map-balloon-sp .map-balloon-close:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 11px;
  font-weight: 900;
  content: "\f00d";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}

/* ピン */
.map-pin span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.map-pin.map-pin-01 span {
  background-image: url(/static/images/sprite.png);
  background-position: -81px -109px;
  width: 27px;
  height: 43px;
}
@media (max-width: 767px) {
  .map-pin.map-pin-01 span {
    background-image: url(/static/images/sprite.png);
    background-position: -34px -27.5px;
    width: 17px;
    height: 27px;
    background-size: 81.5px 76px;
  }
}
.map-pin.map-pin-02 span {
  background-image: url(/static/images/sprite.png);
  background-position: -27px -109px;
  width: 27px;
  height: 43px;
}
@media (max-width: 767px) {
  .map-pin.map-pin-02 span {
    background-image: url(/static/images/sprite.png);
    background-position: -51px 0px;
    width: 17px;
    height: 27px;
    background-size: 81.5px 76px;
  }
}
.map-pin.map-pin-03 span {
  background-image: url(/static/images/sprite.png);
  background-position: -136px -43px;
  width: 27px;
  height: 43px;
}
@media (max-width: 767px) {
  .map-pin.map-pin-03 span {
    background-image: url(/static/images/sprite.png);
    background-position: -17px 0px;
    width: 17px;
    height: 27.5px;
    background-size: 81.5px 76px;
  }
}
.map-pin.map-pin-04 span {
  background-image: url(/static/images/sprite.png);
  background-position: -102px -55px;
  width: 27px;
  height: 43px;
}
@media (max-width: 767px) {
  .map-pin.map-pin-04 span {
    background-image: url(/static/images/sprite.png);
    background-position: -34px 0px;
    width: 17px;
    height: 27px;
    background-size: 81.5px 76px;
  }
}
.map-pin.map-pin-05 span {
  background-image: url(/static/images/sprite.png);
  background-position: -136px 0px;
  width: 27px;
  height: 43px;
}
@media (max-width: 767px) {
  .map-pin.map-pin-05 span {
    background-image: url(/static/images/sprite.png);
    background-position: 0px -27.5px;
    width: 17px;
    height: 27px;
    background-size: 81.5px 76px;
  }
}
.map-pin.map-pin-06 span {
  background-image: url(/static/images/sprite.png);
  background-position: 0px -109px;
  width: 27px;
  height: 43px;
}
@media (max-width: 767px) {
  .map-pin.map-pin-06 span {
    background-image: url(/static/images/sprite.png);
    background-position: 0px 0px;
    width: 17px;
    height: 27.5px;
    background-size: 81.5px 76px;
  }
}
.map-pin.map-pin-07 span {
  background-image: url(/static/images/sprite.png);
  background-position: -54px -109px;
  width: 27px;
  height: 43px;
}
@media (max-width: 767px) {
  .map-pin.map-pin-07 span {
    background-image: url(/static/images/sprite.png);
    background-position: -17px -27.5px;
    width: 17px;
    height: 27px;
    background-size: 81.5px 76px;
  }
}

.sp-map-wrap {
  padding-bottom: 40px;
}

.sp-company-list-is-active {
  height: 50vh !important;
}

.sp-company-list-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  border: 1px solid #ced4da;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  overflow: auto;
  bottom: 0;
  width: 100%;
  z-index: 30;
  transition: all .3s linear;
  height: 40px;
}
.sp-company-list-box .list-info-area {
  display: flex;
  padding-top: 2px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #f5f5f5;
  height: 40px;
}
.sp-company-list-box .list-info-area .company-count {
  width: 70%;
}
.sp-company-list-box .list-info-area .company-count p {
  height: 30px;
  display: flex;
  padding: 0px 10px;
  align-items: center;
  font-weight: bold;
}
.sp-company-list-box .list-info-area .list-open {
  width: 30%;
}
.sp-company-list-box .list-info-area .list-open a {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
}
.sp-company-list-box .company-info-area {
  background: #fff;
  margin: 10px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.sp-company-list-box .company-info-area .company-name {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  display: flex;
}
.sp-company-list-box .company-info-area .company-name .marking {
  margin: auto 5px;
}
.sp-company-list-box .company-info-area .company-name a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sp-company-list-box .company-info-area .company-tel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 6px;
  padding: 0 0 6px 20px;
  position: relative;
  width: calc(50% - 10px);
  font-size: 11px;
}
.sp-company-list-box .company-info-area .company-tel:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f095";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
}
.sp-company-list-box .company-info-area .company-url {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin: 0 0 6px;
  padding: 0 0 6px 20px;
  position: relative;
  width: calc(50% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.sp-company-list-box .company-info-area .company-url a {
  font-size: 11px;
}
.sp-company-list-box .company-info-area .company-url:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f0ac";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
}
.sp-company-list-box .company-info-area .company-place {
  clear: both;
  border-bottom: 1px solid #ced4da;
  color: #333;
  font-size: 11px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0 0 10px 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sp-company-list-box .company-info-area .company-place:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f3c5";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sp-company-list-box .company-info-area .company-budget span {
  color: #333;
  display: block;
  font-size: 11px;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  position: relative;
}
.sp-company-list-box .company-info-area .company-budget span:after {
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f201";
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.sp-company-list-box .company-info-area .company-budget ul {
  margin: 0 0 5px;
  overflow: hidden;
}
.sp-company-list-box .company-info-area .company-budget ul li {
  color: #333;
  font-size: 11px;
  float: left;
  margin: 0 22px 2px 0;
}
.sp-company-list-box .company-info-area .company-published-media {
  color: #333;
  font-size: 11px;
  line-height: 1.4;
}

.pin-info-area .info-button {
  position: absolute;
  bottom: 240px;
  right: 10px;
  z-index: 1;
}
.pin-info-area .info-button .icon {
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
}
.pin-info-area .info-button .icon:after {
  font-family: Font Awesome\ 5 Free;
  font-size: 18px;
  font-weight: 900;
  content: "\f129";
}
.pin-info-area .close-button {
  padding: 10px;
  position: absolute;
  right: 10px;
}
.pin-info-area .close-button:after {
  font-family: Font Awesome\ 5 Free;
  font-size: 18px;
  font-weight: 600;
  content: "\f00d";
  color: #666666;
}
.pin-info-area .info-text {
  position: absolute;
  width: 600px;
  bottom: 100px;
  right: 80px;
  padding: 0 15px 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.pin-info-area .info-text:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 150px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
}
.pin-info-area .info-text p {
  font-size: 12px;
}
.pin-info-area .info-text .title {
  padding: 10px 0px;
  font-size: 14px;
  font-weight: bold;
}
.pin-info-area .info-text .title:before {
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  font-weight: 900;
  content: "\f05a";
  margin-right: 5px;
}
.pin-info-area .info-text table {
  border-collapse: collapse;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  width: 100%;
  border: 0.5px solid #d3d3d3;
}
.pin-info-area .info-text table th {
  background-color: #395183;
  color: #fff;
  padding: 10px;
}
.pin-info-area .info-text table td {
  border: 0.5px solid #d3d3d3;
  padding: 0px 5px;
}
.pin-info-area .info-text table .pin1:after {
  content: url(/static/images/sprite/map_pin_01.png);
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.6);
}
.pin-info-area .info-text table .pin2:after {
  content: url(/static/images/sprite/map_pin_02.png);
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.6);
}
.pin-info-area .info-text table .pin3:after {
  content: url(/static/images/sprite/map_pin_03.png);
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.6);
}
.pin-info-area .info-text table .pin4:after {
  content: url(/static/images/sprite/map_pin_04.png);
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.6);
}
.pin-info-area .info-text table .pin5:after {
  content: url(/static/images/sprite/map_pin_05.png);
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.6);
}
.pin-info-area .info-text table .pin6:after {
  content: url(/static/images/sprite/map_pin_06.png);
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.6);
}
.pin-info-area .info-text table .pin7:after {
  content: url(/static/images/sprite/map_pin_07.png);
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.6);
}
.pin-info-area .info-text-sp {
  position: absolute;
  width: 95%;
  bottom: 100px;
  left: 5px;
  margin: 5px;
}
.pin-info-area .info-text-sp:after {
  display: none;
}
.pin-info-area .info-button-sp {
  bottom: 280px;
}

/* ===== テーマ別設定 ===== */
/* mynavi 用 */
.theme-mynavi .map-wrap .all-job-mark,
.theme-mynavi .map-wrap .map-company-download,
.theme-mynavi .map-wrap .company-list-open-button {
  background: #00AAEB;
}
.theme-mynavi .map-wrap .map-search-box .map-search-open {
  background: #00AAEB;
}

.news-container {
  padding: 96px 20px 40px;
  max-width: 820px;
  margin: 0 auto;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Noto Sans JP', 'Yu Gothic UI', 'Yu Gothic', 'Meiryo', sans-serif;
}
.news-container .news-title {
  font-size: 2em;
  margin: 0 0 1rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e7eb;
  letter-spacing: .02em;
}
.news-container .news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.news-container .news-empty {
  text-align: center;
  color: #6b7280;
  margin-top: 40px;
  font-size: 1.1rem;
}

.news-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  border: 1px solid rgba(17, 24, 39, 0.06);
  outline: none;
  cursor: pointer;
  position: relative;
}
.news-card.is-unread {
  border-color: rgba(255, 47, 85, 0.45);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 10px 28px rgba(255, 47, 85, 0.16);
}
.news-card.is-recent-unread:before {
  content: "";
  background: #ff2f55;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(255, 47, 85, 0.16);
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  top: 22px;
  width: 10px;
}
.news-card:hover {
  transform: translateY(-2px);
}
.news-card:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25), 0 8px 24px rgba(0, 0, 0, 0.08);
}
.news-card .news-content {
  padding: 18px 18px 20px;
}
.news-card .news-content .news-meta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.news-card .news-content .news-date {
  display: inline-block;
  font-size: .9rem;
  color: #6b7280;
  background: #f3f4f6;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 500;
}
.news-card .news-content .news-item-title {
  line-height: 1.55;
  font-weight: 600;
  margin: 2px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4e5156;
}

.news-status-badge,
.news-fresh-badge {
  border-radius: 999px;
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 6px 10px;
}

.news-status-badge.unread {
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #be123c;
}

.news-fresh-badge {
  background: #ff2f55;
  box-shadow: 0 4px 12px rgba(255, 47, 85, 0.22);
  color: #fff;
}

.news-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(2px);
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.news-modal {
  background: #fff;
  color: #111827;
  width: 100%;
  max-width: 880px;
  max-height: 86vh;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.06);
  outline: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 480px) {
  .news-modal {
    max-height: 92vh;
    border-radius: 12px;
  }
}
.news-modal__header {
  padding: 18px 22px 14px;
  border-bottom: 1px solid #eef2f7;
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-modal__title {
  flex: 1 1 auto;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .01em;
}
.news-modal__close {
  flex: 0 0 auto;
  border: none;
  background: #f3f4f6;
  color: #334155;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: background .15s ease, transform .1s ease;
}
.news-modal__close:hover {
  background: #e5e7eb;
}
.news-modal__close:active {
  transform: scale(0.98);
}
.news-modal__body {
  padding: 18px 24px 8px;
  overflow: auto;
}
.news-modal__meta {
  font-size: .92rem;
  color: #6b7280;
  margin: 0 0 12px;
}
.news-modal__footer {
  padding: 14px 22px 20px;
  border-top: 1px solid #f3f4f6;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  background: #fff;
}
.news-modal__action {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  padding: 10px 16px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  transition: background .15s ease, border-color .15s ease;
}
.news-modal__action:hover {
  background: #f9fafb;
  border-color: #cbd5e1;
}

.news-modal__header {
  padding: 18px 22px 14px;
  border-bottom: 1px solid #eef2f7;
  display: flex;
  align-items: center;
  gap: 12px;
}

.news-header {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.news-header .news-modal-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news-header .news-date-badge {
  display: inline-block;
  font-size: .82rem;
  line-height: 1;
  color: #374151;
  background: #f3f4f6;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 500;
}
.news-header .news-modal__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.5;
  color: #4e5156;
  word-break: break-word;
}

.news-body {
  font-size: 1rem;
  color: #334155;
  line-height: 1.9;
  /* EditorJS 系の画像ブロック */
}
.news-body p {
  margin: 0 0 1em;
}
.news-body h2, .news-body h3, .news-body h4, .news-body h5, .news-body h6 {
  font-weight: 700;
  color: #0f172a;
  line-height: 1.45;
  margin: 1.2em 0 .6em;
  letter-spacing: .01em;
}
.news-body h2 {
  font-size: 1.2rem;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: .35em;
}
.news-body h3 {
  font-size: 1.06rem;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: .25em;
}
.news-body h4 {
  font-size: 1rem;
}
.news-body ul, .news-body ol {
  margin: .8em 0 1.2em;
  padding-left: 1.4em;
}
.news-body ul {
  list-style: disc outside !important;
}
.news-body ol {
  list-style: decimal outside !important;
}
.news-body li::marker {
  color: #94a3b8;
}
.news-body ul ul {
  list-style: circle outside !important;
  margin-top: .2em;
}
.news-body ol ol {
  list-style: lower-alpha outside !important;
  margin-top: .2em;
}
.news-body strong {
  font-weight: 600;
  color: #111827;
}
.news-body a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.news-body a:hover {
  text-decoration-thickness: 2px;
}
.news-body blockquote {
  border-left: 4px solid #e5e7eb;
  padding: .6em 1em;
  margin: 1em 0;
  background: #f8fafc;
  color: #475569;
  border-radius: 8px;
}
.news-body hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 1.5em 0;
}
.news-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.news-body figure.ej-image {
  margin: 1.2em 0;
  text-align: center;
}
.news-body figure.ej-image img {
  margin: 0 auto;
}
.news-body figure.ej-image.is-stretched img {
  width: 100%;
}
.news-body figure.ej-image.has-background {
  padding: 12px;
  background: #f8fafc;
  border-radius: 12px;
}
.news-body figure.ej-image.has-border img {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.news-body figcaption {
  margin-top: .5em;
  font-size: .9em;
  color: #64748b;
}

.modal-fade-enter-active, .modal-fade-leave-active {
  transition: opacity .18s ease;
}

.modal-fade-enter, .modal-fade-leave-to {
  opacity: 0;
}

.modal-zoom-enter-active, .modal-zoom-leave-active {
  transition: transform .18s ease, opacity .18s ease;
}

.modal-zoom-enter, .modal-zoom-leave-to {
  transform: translateY(4px) scale(0.98);
  opacity: 0;
}

.pagination-bar {
  margin: 8px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagination-bar select {
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box;
}

.pagination-bar .page-list {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ---- pagination.scss ---- */
/* pagination */
.pagination {
  text-align: right;
  width: 100%;
}
.pagination > select {
  display: inline-block;
  width: 184px;
}
@media (max-width: 767px) {
  .pagination {
    text-align: center;
  }
  .pagination > select {
    display: block;
    margin: 5px auto 25px;
  }
}

.page-list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.page-list .page-item {
  float: left;
}
.page-list .page-item:first-child .page-link, .page-list .page-item:first-child .page-item > span {
  border-radius: 4px 0 0 4px;
  margin-left: 0;
}
.page-list .page-item:last-child .page-link, .page-list .page-item:last-child .page-item > span {
  border-radius: 0 4px 4px 0;
}
.page-list .page-item.active .page-link, .page-list .page-item.active .page-item > span {
  background-color: #58a0ed;
  border-color: #58a0ed;
  color: #fff;
  z-index: 1;
}
.page-list .page-item .page-link, .page-list .page-item > span {
  background-color: #fff;
  border: 1px solid #ced4da;
  color: #0056b3;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: .5rem .7rem;
  position: relative;
}
.page-list .page-item .page-link:hover, .page-list .page-item > span:hover {
  background-color: #58a0ed;
  border-color: #58a0ed;
  color: #fff;
  text-decoration: none;
}
.page-list .page-item .page-link:focus, .page-list .page-item > span:focus {
  outline: 0;
  z-index: 2;
}
.page-list .page-item > span {
  cursor: normal;
}
.page-list .page-item > span:hover {
  background: #fff;
  border-color: #ced4da;
  color: #333;
}

/* mynavi 用 */
.theme-mynavi .page-list .page-item .page-link, .theme-mynavi .page-list .page-item > span {
  color: #666;
}
.theme-mynavi .page-list .page-item.active .page-link, .theme-mynavi .page-list .page-item.active .page-item > span {
  color: #fff;
}

/* ---- pan.scss ---- */
@media (max-width: 767px) {
  .pan {
    display: none;
  }
}
.pan ul {
  margin: 10px 0;
}
.pan ul li {
  display: inline-block;
  font-size: 12px;
  position: relative;
  padding: 0 10px 0 18px;
}
.pan ul li:before {
  color: #999;
  font-family: Font Awesome\ 5 Free;
  font-size: 12px;
  font-weight: 900;
  content: "\f105";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  z-index: 2;
}
.pan ul li:first-child {
  padding: 0 10px 0 0;
}
.pan ul li:first-child:before {
  display: none;
}

/* ---- panel.scss ---- */
.panel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 0 auto 8px;
  padding: 5px 32px 10px;
  max-width: 335px;
}
@media (max-width: 767px) {
  .panel {
    margin: 0 20px 8px;
    padding: 5px 16px 10px;
    max-width: 100%;
  }
}
.panel p {
  margin: 20px 0 0;
}
.panel p .panel-label {
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.panel p input[type="text"],
.panel p input[type="email"],
.panel p input[type="password"] {
  font-size: 16px;
  margin: 5px 0 0;
  width: 100%;
}
.panel p .button-main, .panel p .job-show .job-show-modal .button-more, .job-show .job-show-modal .panel p .button-more, .panel p .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-job .search-button .panel p .button-secondary, .panel p .sidebar .search.search-agg .search-button .button-secondary, .sidebar .search.search-agg .search-button .panel p .button-secondary {
  margin: 0 auto;
  width: 170px;
}
.panel p.error {
  margin: 10px 0 0;
  padding: 0 0 5px 20px;
}
.panel p.message {
  font-size: 15px;
  margin: 20px 0 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .panel p.message {
    font-size: 14px;
    margin: 20px 0 10px;
    text-align: center;
  }
}
.panel p.buttons {
  margin: 30px 0;
}

.panel-title {
  padding: 50px 0 0;
  text-align: center;
}
.panel-title h2 {
  color: #395183;
  margin: 0 0 25px;
}
.panel-title h2 img {
  width: 300px;
}
.panel-title h3 {
  padding: 0;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .panel-title {
    padding: 20px 0 0;
  }
}

.panel-note {
  font-size: 12px;
  margin: 20px auto;
  max-width: 335px;
}
@media (max-width: 767px) {
  .panel-note {
    margin: 20px;
    max-width: 100%;
  }
}

/* ---- select-choice-modal.scss ---- */
/* 検索モーダル */
.select-choice-modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  display: none;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 500px;
  max-width: 940px;
  height: 100%;
  width: calc(100% - 25px);
  z-index: 999;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 767px) {
  .select-choice-modal {
    max-height: 360px;
  }
}
.select-choice-modal .select-choice-modal-title {
  background: #eff1ee;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 50px;
  padding: 0 12px;
  height: 50px;
}
.select-choice-modal .select-choice-modal-sidebar {
  float: left;
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(100% - 50px);
  width: 280px;
}
@media (max-width: 767px) {
  .select-choice-modal .select-choice-modal-sidebar {
    width: 140px;
  }
}
.select-choice-modal .select-choice-modal-sidebar ul li {
  background-color: #fff;
  border-top: 1px solid #eff1ee;
  min-height: 35px;
  position: relative;
}
.select-choice-modal .select-choice-modal-sidebar ul li:first-child {
  border-top: none;
}
.select-choice-modal .select-choice-modal-sidebar ul li:after {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-size: 10px;
  font-weight: 900;
  content: "\f105";
  display: block;
  margin: 0;
  position: absolute;
  text-indent: 0;
  top: 42%;
  right: 5px;
  z-index: 10;
}
.select-choice-modal .select-choice-modal-sidebar ul li.active {
  background-color: #eff1ee;
}
.select-choice-modal .select-choice-modal-sidebar ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 13px;
  line-height: 1.7em;
  padding: 9px 16px 7px 12px;
  width: 100%;
}
.select-choice-modal .select-choice-modal-sidebar ul li .label-selected {
  display: inline-block;
  margin: 0 0 0 6px;
}
.select-choice-modal .select-choice-modal-jobtype-sidebar, .select-choice-modal .select-choice-modal-area-sidebar {
  height: calc(100% - 170px);
}
.select-choice-modal .select-choice-modal-main {
  margin: 0 0 0 280px;
  padding: 0 0 120px;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 50px);
}
.select-choice-modal .select-choice-modal-main.no-sidebar {
  margin: 0 0 0 120px;
}
@media (max-width: 767px) {
  .select-choice-modal .select-choice-modal-main {
    margin: 0 0 0 120px;
    padding: 0 0 100px;
  }
}
.select-choice-modal .select-choice-modal-main p {
  line-height: 1.0;
  padding: 0 0 0 40px;
  vertical-align: top;
}
.select-choice-modal .select-choice-modal-main p label.checkbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0 20px 15px 0 !important;
  vertical-align: top;
  width: 280px;
}
@media (max-width: 767px) {
  .select-choice-modal .select-choice-modal-main p label.checkbox {
    width: 150px;
  }
}
.select-choice-modal .select-choice-modal-main p label.checkbox span {
  font-size: 14px;
  font-weight: normal;
}
.select-choice-modal .select-choice-modal-main p.check-all {
  padding: 18px 22px 15px;
}
.select-choice-modal .select-choice-modal-main p.check-all label.checkbox {
  display: inline-block !important;
  margin: 0 !important;
  width: 100%;
}
.select-choice-modal .select-choice-modal-main p.check-all label.checkbox span {
  font-size: 13px;
}
.select-choice-modal .select-choice-modal-main p.select-choice-modal-button {
  background: #fff;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  width: calc(100% - 280px);
  z-index: 3;
}
@media (max-width: 767px) {
  .select-choice-modal .select-choice-modal-main p.select-choice-modal-button {
    padding: 20px 0;
    width: calc(100% - 140px);
  }
}
.select-choice-modal .select-choice-modal-main p.select-choice-modal-button .button-main, .select-choice-modal .select-choice-modal-main p.select-choice-modal-button .job-show .job-show-modal .button-more, .job-show .job-show-modal .select-choice-modal .select-choice-modal-main p.select-choice-modal-button .button-more, .select-choice-modal .select-choice-modal-main p.select-choice-modal-button .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-job .search-button .select-choice-modal .select-choice-modal-main p.select-choice-modal-button .button-secondary, .select-choice-modal .select-choice-modal-main p.select-choice-modal-button .sidebar .search.search-agg .search-button .button-secondary, .sidebar .search.search-agg .search-button .select-choice-modal .select-choice-modal-main p.select-choice-modal-button .button-secondary {
  margin: 0 auto;
  width: 150px;
}

.select-choice.active .select-choice-modal ~ .modal-cover,
.select-tree.active .select-choice-modal ~ .modal-cover {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  display: block;
}

.select-choice-modal-jobtype {
  max-height: 620px;
}
.select-choice-modal-jobtype .select-choice-modal-main-jobtype {
  height: calc(100% - 170px);
}
.select-choice-modal-jobtype .jobtype-support-box {
  display: flex;
}
.select-choice-modal-jobtype .jobtype-support-box p {
  padding: 9px 16px 7px 12px;
  margin: auto;
  text-align: center;
  font-size: 14px;
}
.select-choice-modal-jobtype .jobtype-support-box .text-box {
  margin: 10px;
  height: 50px;
  width: 500px;
}
.select-choice-modal-jobtype .jobtype-support-box .button-check-area {
  margin: auto;
}
.select-choice-modal-jobtype .jobtype-support-box .button-check-area .button-check {
  margin: 0 auto;
  width: 150px;
  border-radius: 4px;
  background: #efa530;
  border: #efa530;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.05em;
  line-height: 38px;
  text-align: center;
  height: 38px;
}
.select-choice-modal-jobtype .jobtype-support-box .button-check-area .disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.select-choice-modal-area {
  max-height: 620px;
}
.select-choice-modal-area .select-choice-modal-main-area {
  height: calc(100% - 170px);
}
.select-choice-modal-area .area-support-box {
  display: flex;
}
.select-choice-modal-area .area-support-box p {
  padding: 9px 16px 7px 12px;
  margin: auto;
  text-align: center;
  font-size: 14px;
}
.select-choice-modal-area .area-support-box .text-box {
  margin: 10px;
  height: 50px;
  width: 500px;
}
.select-choice-modal-area .area-support-box .button-check-area {
  margin: auto;
}
.select-choice-modal-area .area-support-box .button-check-area .button-check {
  margin: 0 auto;
  width: 150px;
  border-radius: 4px;
  background: #efa530;
  border: #efa530;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.05em;
  line-height: 38px;
  text-align: center;
  height: 38px;
}
.select-choice-modal-area .area-support-box .button-check-area .disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

/* ---- sidebar.scss ---- */
/* 求人リストの検索条件サイドバー */
.sidebar {
  background: #fff;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  height: 100%;
  width: 220px;
  z-index: 900;
}
@media (max-width: 767px) {
  .sidebar {
    box-shadow: none;
    display: none;
    position: absolute;
    top: 110px;
    width: 100%;
  }
  .sidebar.open, .sidebar.active {
    display: block;
  }
  .sidebar.open + .main .job-list .job-list-body, .sidebar.active + .main .job-list .job-list-body {
    display: none;
  }
}
.sidebar .search {
  height: calc(100% - 140px);
}
@media (max-width: 767px) {
  .sidebar .search {
    height: 100%;
  }
}
.sidebar .search .search-menu {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .sidebar .search .search-menu {
    background: #fff;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0 0 100px;
    height: auto;
  }
}
.sidebar .search .search-menu .search-title {
  border-bottom: 1px solid #eceff1;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 48px;
  height: 50px;
  padding: 0 16px;
  position: relative;
}
@media (max-width: 767px) {
  .sidebar .search .search-menu .search-title {
    display: none;
  }
}
.sidebar .search .search-menu .search-title:before {
  color: #333;
  font-family: Font Awesome\ 5 Free;
  font-size: 15px;
  content: "\f002";
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0;
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
  left: 0;
  z-index: 2;
}
.sidebar .search .search-menu .search-row {
  padding: 10px 6px 4px 12px;
}
@media (max-width: 767px) {
  .sidebar .search .search-menu .search-row {
    padding: 10px;
  }
}
.sidebar .search .search-menu .search-row > select {
  margin: 0 0 6px;
  width: 100%;
}
.sidebar .search .search-menu .search-row .select-choice {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ced4da;
  cursor: text;
  margin: 0 0 6px;
  min-height: 32px;
  position: relative;
}
.sidebar .search .search-menu .search-row .select-choice.active {
  border-color: #20b2b2;
}
.sidebar .search .search-menu .search-row .select-choice.active .select-choice-field,
.sidebar .search .search-menu .search-row .select-choice.active .select-choice-modal {
  display: block;
}
.sidebar .search .search-menu .search-row .select-choice ul.select-choice-selected {
  color: #333;
  margin: 4px 8px 0;
}
.sidebar .search .search-menu .search-row .select-choice ul.select-choice-selected li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #828282;
  display: block;
  float: left;
  line-height: 1.2;
  margin: 0 6px 4px 0;
  padding: .2em 6px;
  position: relative;
  vertical-align: middle;
  z-index: 0;
}
@media (max-width: 767px) {
  .sidebar .search .search-menu .search-row .select-choice ul.select-choice-selected li {
    padding: .2em 6px;
  }
}
.sidebar .search .search-menu .search-row .select-choice ul.select-choice-selected li div {
  color: #fff;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.sidebar .search .search-menu .search-row .select-choice ul.select-choice-selected li a.select-choice-delete {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 1em;
  margin: auto 0 auto 6px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  z-index: 5;
}
.sidebar .search .search-menu .search-row .select-choice ul.select-choice-selected li a.select-choice-delete:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
.sidebar .search .search-menu .search-row .select-choice ul.select-choice-selected li a.select-choice-delete:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  font-size: 10px;
  font-weight: 900;
  content: "\f00d";
  display: inline-block;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 0.8px;
  left: 2.35px;
  z-index: 10;
  vertical-align: middle;
}
.sidebar .search .search-menu .search-row .select-choice .select-choice-field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #20b2b2;
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px;
  position: absolute;
  left: -1px;
  bottom: -187px;
  height: 190px;
  width: calc(100% + 2px);
  z-index: 9;
}
.sidebar .search .search-menu .search-row .select-choice .select-choice-field label.checkbox span {
  font-weight: normal;
}
.sidebar .search .search-menu .search-row .select-tree.active .select-choice-modal {
  display: block;
}
.sidebar .search .search-menu .search-row .select-tree .select-tree-button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #ced4da;
  line-height: 36px;
  margin-top: 3px;
  padding: 10px 20px;
}
.sidebar .search .search-menu .search-row .select-tree .select-tree-button.active {
  border-color: #20b2b2;
}
.sidebar .search .search-menu .search-row .select-tree .select-tree-selected {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #20b2b2;
  color: #20b2b2;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  height: 18px;
  padding: 0 3px;
  margin-left: 10px;
}
.sidebar .search .search-menu .search-row .time-shift {
  display: flex;
  justify-content: space-between;
  margin: 3px 0;
}
.sidebar .search .search-menu .search-row .time-shift .time-shift-button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  font-size: 10px;
  padding: 3px 3px;
  border: 1px solid #ced4da;
  line-height: 16px;
  margin-top: 3px;
}
.sidebar .search .search-menu .search-row .time-shift .time-shift-button.active {
  border-color: #20b2b2;
}
.sidebar .search .search-menu .search-row .keyword {
  text-align: center;
  margin: 3px 0;
}
.sidebar .search .search-menu .search-row .keyword .keyword-button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  font-size: 10px;
  padding: 3px 3px;
  border: 1px solid #ced4da;
  line-height: 16px;
  margin-top: 3px;
}
.sidebar .search .search-menu .search-row .keyword .keyword-button.active {
  border-color: #20b2b2;
}
.sidebar .search .search-menu .search-row .search-label {
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 6px 0;
}
.sidebar .search .search-menu .search-row .search-label-sub {
  color: #666;
  display: block;
  font-size: 11px;
  border-left: 3px solid #D1D0CE;
  margin: 10px 0 6px 0;
  padding-left: 3px;
}
.sidebar .search .search-menu .search-row .search-keyword-suggest {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.sidebar .search .search-menu .search-row .search-keyword-suggest ul {
  display: none;
}
.sidebar .search .search-menu .search-row .search-keyword-suggest.active label.text input {
  border: 1px solid #20b2b2;
}
.sidebar .search .search-menu .search-row .search-keyword-suggest.active ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #20b2b2;
  display: block;
  margin: 0 auto;
  min-height: 32px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px;
  position: absolute;
  left: 0;
  bottom: -222px;
  height: 222px;
  width: 100%;
  z-index: 9;
}
.sidebar .search .search-menu .search-row .search-keyword-suggest.active ul li a {
  color: #333;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  padding: 7px 5px;
}
.sidebar .search .search-menu .search-row .search-keyword-suggest.active ul li a:hover {
  background: #20b2b2;
  color: #fff;
}
.sidebar .search .search-menu .search-row label.radio {
  margin: 0 4px 6px 0;
}
.sidebar .search .search-menu .search-row label.radio:last-child {
  margin: 0 0 6px;
}
.sidebar .search .search-menu .search-row label.checkbox {
  display: block;
  margin: 0 0 10px;
}
.sidebar .search .search-menu .search-row label.checkbox:last-child {
  margin: 0;
}
.sidebar .search .search-menu .search-row label.checkbox.sub {
  margin: 0;
}
.sidebar .search .search-menu .search-row label.checkbox.sub span {
  font-weight: normal;
}
.sidebar .search .search-menu .search-row label.text {
  display: block;
  margin: 0 0 6px;
}
.sidebar .search .search-menu .search-row .keyword-info {
  color: #666;
  font-size: 11px;
  display: block;
  margin: 0 0 5px 0;
}
.sidebar .search .search-menu .search-row .keyword-tag-area .select-choice {
  display: none;
  border: none;
}
.sidebar .search .search-menu .search-row .keyword-tag-area .select-choice a.select-choice-delete:after {
  line-height: 1.2em !important;
}
.sidebar .search .search-menu .search-row .keyword-tag-area .open {
  display: block;
}
.sidebar .search .search-button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eff1ee;
  padding: 10px 16px;
  position: fixed;
  bottom: 0;
  height: 80px;
  width: 220px;
  text-align: center;
  z-index: 20;
}
@media (max-width: 767px) {
  .sidebar .search .search-button {
    position: fixed;
    bottom: 0;
    height: 80px;
    width: 100%;
  }
}
.sidebar .search .search-button .button-main, .sidebar .search .search-button .job-show .job-show-modal .button-more, .job-show .job-show-modal .sidebar .search .search-button .button-more, .sidebar .search.search-job .search-button .button-secondary, .sidebar .search.search-agg .search-button .button-secondary {
  line-height: 38px;
  margin: 0 auto 10px;
  height: 38px;
  width: 170px;
}
.sidebar .search .search-button span {
  display: inline-block;
  font-size: 12px;
  margin: 0 20px;
}
.sidebar .search.search-job {
  height: calc(100% - 190px);
}
@media (max-width: 767px) {
  .sidebar .search.search-job .search-menu {
    padding-bottom: 130px;
  }
}
.sidebar .search.search-job .search-button {
  height: 130px;
}
.sidebar .search.search-job .search-button .button-secondary {
  background: #fff;
  border: 1px solid #20b2b2;
  color: #20b2b2;
}
.sidebar .search.search-agg {
  height: calc(100% - 190px);
}
@media (max-width: 767px) {
  .sidebar .search.search-agg .search-menu {
    padding-bottom: 130px;
  }
}
.sidebar .search.search-agg .search-button {
  height: 130px;
}
.sidebar .search.search-agg .search-button .button-secondary {
  background: #fff;
  border: 1px solid #20b2b2;
  color: #20b2b2;
}

/* 地図検索の検索条件サイドバー */
.sidebar-map {
  top: 60px;
  left: -230px;
  transition: all 0.2s;
}
.sidebar-map .search-button {
  bottom: 0;
  left: -230px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .sidebar-map .search .search-menu .search-title {
    display: block;
    position: relative;
  }
  .sidebar-map .search .search-menu .search-title:before {
    color: #395183;
    position: absolute;
    left: auto;
    right: 10px;
  }
}
.sidebar-map.active {
  left: 0;
}
.sidebar-map.active .search-button {
  left: 0;
}

/* 企業詳細サイドバー */
@media (max-width: 767px) {
  .sidebar-company-show {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
    top: 0;
    height: 88px;
  }
  .sidebar-company-show.sidebar-fixed-sp {
    position: fixed;
    top: 0;
  }
}
.sidebar-company-show .return-prev {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eff1ee;
  padding: 16px;
  width: 220px;
  text-align: center;
  z-index: 20;
}
@media (max-width: 767px) {
  .sidebar-company-show .return-prev {
    background: #fff;
    text-align: left;
    width: auto;
  }
}
.sidebar-company-show .return-prev a {
  font-size: 13px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .sidebar-company-show .return-prev a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #20b2b2;
    border: 1px solid #20b2b2;
    color: #fff;
    display: block;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 38px;
    margin: 0 auto;
    position: relative;
    height: 38px;
    width: 170px;
  }
  .sidebar-company-show .return-prev a:after {
    font-family: Font Awesome\ 5 Free;
    font-size: 15px;
    font-weight: 900;
    content: "\f104";
    display: inline-block;
    line-height: 1em;
    text-indent: 0;
    position: absolute;
    top: 11px;
    left: 12px;
  }
}
.sidebar-company-show .return-prev a:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.8;
}
.sidebar-company-show .return-prev a:disabled, .sidebar-company-show .return-prev a.disabled {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.sidebar-company-show h4 {
  color: #333;
  font-size: 15px;
  margin: 32px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sidebar-company-show h4 {
    display: none;
  }
}
.sidebar-company-show ul {
  margin: 12px 0 0;
}
@media (max-width: 767px) {
  .sidebar-company-show ul {
    margin: 0 12px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .sidebar-company-show ul li {
    float: left;
    margin: 0 4px;
    text-align: center;
    width: calc(100% / 4 - 8px);
  }
}
.sidebar-company-show ul li a {
  color: #333;
  font-size: 14px;
  display: block;
  padding: 12px 20px;
}
@media (max-width: 767px) {
  .sidebar-company-show ul li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    font-size: 10px;
    line-height: 26px;
    padding: 0;
    height: 26px;
  }
}

/* 複数選択プルダウンチェックボックス */
.select-choice-list {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 20px;
  height: 100px;
  width: 200px;
  z-index: 999;
}
.select-choice-list ul.select-results li {
  cursor: pointer;
  padding: 4px;
}
.select-choice-list ul.select-results li:hover {
  background: #eff1ee;
}

/* mynavi 用 */
.theme-mynavi .search-button span a {
  color: #666;
  text-decoration: underline;
}

/* ---- table.scss ---- */
/* テーブル */
.table {
  border-bottom: 1px solid #ccc;
  table-layout: fixed;
  width: 100%;
}
.table tr {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
}
.table tr th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #707070;
  color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 14px;
  line-height: 1.4;
  padding: 14px;
  vertical-align: middle;
}
.table tr th span {
  font-size: 11px;
}
@media (max-width: 767px) {
  .table tr th {
    font-size: 10px;
    padding: 12px 10px;
  }
  .table tr th:first-child {
    width: 65px;
  }
  .table tr th span {
    font-size: 9px;
  }
}
.table tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  color: #333;
  font-size: 14px;
  padding: 14px;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 767px) {
  .table tr td {
    font-size: 11px;
    padding: 6px;
  }
  .table tr td:first-child {
    width: 65px;
  }
}
.table tr td ul {
  margin: 0 0 0 8px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .table tr td ul {
    margin: 0;
  }
}
.table tr td ul li {
  font-size: 11px;
  line-height: 1.3;
  list-style-type: disc;
  padding: 0;
}
@media (max-width: 767px) {
  .table tr td ul li {
    list-style-type: none;
    padding: 0 0 0 4px;
    position: relative;
  }
  .table tr td ul li:before {
    content: "・";
    display: block;
    position: absolute;
    left: -6px;
  }
}
@media (max-width: 767px) {
  .table tr td ul li {
    font-size: 9px;
  }
}
.table tr td span {
  color: #666;
  display: block;
  font-size: 12px;
  font-style: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .table tr td span {
    font-size: 10px;
  }
}
.table tr .left {
  text-align: left;
  vertical-align: middle;
}

/* ダッシュボードのテーブル */
.table-dashboard {
  border-bottom: 1px solid #ccc;
  table-layout: fixed;
  width: 100%;
}
.table-dashboard tr {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
}
.table-dashboard tr:nth-child(2n+1) {
  background: #eff1ee;
  border-top: none;
}
.table-dashboard tr:nth-child(6) .media_name, .table-dashboard tr:nth-child(10) .media_name, .table-dashboard tr:nth-child(14) .media_name, .table-dashboard tr:nth-child(18) .media_name, .table-dashboard tr:nth-child(22) .media_name, .table-dashboard tr:nth-child(26) .media_name, .table-dashboard tr:nth-child(30) .media_name, .table-dashboard tr:nth-child(34) .media_name, .table-dashboard tr:nth-child(38) .media_name, .table-dashboard tr:nth-child(42) .media_name {
  background: #eff1ee;
}
.table-dashboard tr .media_name {
  width: 130px;
}
@media (max-width: 767px) {
  .table-dashboard tr .media_name {
    width: 72px;
  }
}
.table-dashboard tr th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #707070;
  color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 14px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table-dashboard tr th {
    font-size: 10px;
    padding: 12px 10px;
  }
}
.table-dashboard tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  color: #333;
  font-size: 12px;
  font-style: italic;
  padding: 12px 14px;
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table-dashboard tr td {
    font-size: 10px;
    padding: 12px;
  }
}
.table-dashboard tr td span {
  color: #666;
  display: block;
  font-size: 12px;
  font-style: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .table-dashboard tr td span {
    font-size: 10px;
  }
}
.table-dashboard tr td.media_name {
  font-size: 13px;
  font-style: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .table-dashboard tr td.media_name {
    font-weight: bold;
    font-size: 10px;
    padding: 12px 4px;
  }
}
.table-dashboard tr td.total {
  background: #cadbec;
  font-style: normal;
  font-weight: bold;
}
