@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Prompt:wght@300;400;600&display=swap");
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  min-width: 320px;
  font: 13px/1.231 "Prompt", Arial, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  letter-spacing: 1.5px;
  font-feature-settings: "palt" 1;
}

body.theme-light {
  background-color: #efefef;
  color: #333;
  transition: all 0.5s;
}
body.theme-light .is-mode-dark {
  display: none;
}

body.theme-dark {
  background-color: #050a0e;
  color: #e7eaec;
  transition: all 0.5s;
}
body.theme-dark .is-mode-light {
  display: none;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.global_header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

/* theme_switch */
.theme_switch #theme_switch_btn {
  display: none;
}
.theme_switch label[for=theme_switch_btn] {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 24px;
}
.theme_switch label[for=theme_switch_btn]::after {
  margin-left: 0.5em;
  content: "";
  display: block;
  width: 42px;
  height: 24px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background: #d4d7dd;
}
.theme_switch label[for=theme_switch_btn]::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 21px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 10;
  background: #efefef;
  transition: all 0.5s;
}
.theme_switch #theme_switch_btn:checked + label[for=theme_switch_btn]::after {
  background: #ce3a42;
}
.theme_switch #theme_switch_btn:checked + label[for=theme_switch_btn]::before {
  right: 3px;
}

.section_sitelist {
  margin-top: 64px;
  margin-bottom: 80px;
}

.section_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.section_heading {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
}

/* top_logo */
.top_logo {
  width: 60%;
  max-width: 280px;
  margin: 50px auto;
}
.top_logo .text-en {
  text-align: center;
  display: block;
  margin-top: 1.5em;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.25em;
  color: #ababab;
}
.top_logo .text-en::before {
  content: "";
  display: inline-block;
  width: 1em;
}

/* google search */
.google_search {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 600px;
  position: relative;
  font-size: 16px;
}
.google_search input[type=text] {
  padding: 1em 1.5em;
  height: 3em;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 1.5em;
}
.google_search input[type=submit] {
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1.5em;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
}

/* sitelist */
.sitelist {
  display: flex;
  flex-wrap: wrap;
}
.sitelist .item {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}
.sitelist .item_body {
  padding: 15px;
}
.sitelist .item_name {
  font-size: 14px;
  font-weight: 600;
  font-weight: 700;
  color: #696969;
  margin-bottom: 15px;
}
.sitelist .item_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sitelist .item_buttons li {
  width: calc(50% - 5px);
}
.sitelist .item_buttons li:first-child:last-child {
  width: 80%;
  margin: 0 auto;
}
.sitelist .item_develop {
  padding: 15px;
  margin: 15px -15px -15px;
  border-top: solid 1px #efefef;
  background: #f6f6f6;
}
.sitelist .item_develop_name {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 639px) {
  .sitelist {
    justify-content: center;
  }
  .sitelist .item {
    width: 100%;
    max-width: 480px;
  }
  .sitelist .item:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 920px) {
  .sitelist {
    justify-content: flex-start;
  }
  .sitelist .item {
    width: calc(50% - 10px);
  }
  .sitelist .item:nth-child(odd) {
    margin-right: 20px;
  }
  .sitelist .item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 920px) and (max-width: 1199px) {
  .sitelist {
    justify-content: flex-start;
  }
  .sitelist .item {
    width: calc((100% - 40px) / 3);
  }
  .sitelist .item:nth-child(n+4) {
    margin-top: 20px;
  }
  .sitelist .item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .sitelist {
    justify-content: flex-start;
  }
  .sitelist .item {
    width: calc((100% - 60px) / 4);
  }
  .sitelist .item:nth-child(n+5) {
    margin-top: 20px;
  }
  .sitelist .item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
body .sitelist .item,
body.theme-light .sitelist .item {
  background: #fff;
}

body.theme-dark .sitelist .item {
  background: #151d24;
}

/* lplist */
.lplist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.lplist .item {
  width: calc((100% - 20px) / 2);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}
@media screen and (min-width: 920px) {
  .lplist .item {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 1200px) {
  .lplist .item {
    width: calc((100% - 80px) / 5);
  }
}
.lplist .item_body {
  padding: 15px;
}
.lplist .item_name {
  font-size: 14px;
  font-weight: 600;
  font-weight: 700;
  color: #696969;
}

body .lplist .item,
body.theme-light .lplist .item {
  background: #fff;
}

body.theme-dark .lplist .item {
  background: #151d24;
}

/* systemlist */
/* sitelist */
.systemlist {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
}
.systemlist .item {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}
.systemlist .item_body {
  padding: 15px;
}
.systemlist .item_name {
  font-size: 12px;
  color: #696969;
}

@media screen and (max-width: 639px) {
  .systemlist {
    max-width: 520px;
    justify-content: flex-start;
  }
  .systemlist .item {
    width: calc(50% - 10px);
  }
  .systemlist .item:nth-child(odd) {
    margin-right: 20px;
  }
  .systemlist .item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 919px) {
  .systemlist {
    justify-content: flex-start;
  }
  .systemlist .item {
    width: calc((100% - 40px) / 3);
  }
  .systemlist .item:nth-child(n+4) {
    margin-top: 20px;
  }
  .systemlist .item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 920px) and (max-width: 1199px) {
  .systemlist {
    justify-content: flex-start;
  }
  .systemlist .item {
    width: calc((100% - 60px) / 4);
  }
  .systemlist .item:nth-child(n+5) {
    margin-top: 20px;
  }
  .systemlist .item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .systemlist {
    justify-content: flex-start;
  }
  .systemlist .item {
    width: calc((100% - 100px) / 6);
  }
  .systemlist .item:nth-child(n+7) {
    margin-top: 20px;
  }
  .systemlist .item:not(:nth-child(6n)) {
    margin-right: 20px;
  }
}
body .systemlist .item,
body.theme-light .systemlist .item {
  background: #fff;
}

body.theme-dark .systemlist .item {
  background: #151d24;
}

/* snslist */
.snslist {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.snslist .item {
  width: 40px;
  margin: 0 10px;
}
.snslist .item a {
  display: block;
}

.global_footer {
  padding-bottom: 20px;
}
.global_footer .gf_copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #696969;
}

.button, .button-sub, .button-primary {
  display: block;
  position: relative;
}
.button a, .button-sub a, .button-primary a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  overflow: hidden;
  border-radius: 1.5em;
}

@media screen and (min-width: 640px) {
  .button, .button-sub, .button-primary {
    border-radius: 1.5em;
  }
}
.button-primary a {
  color: #ddddde;
  background: #ce3a42;
}

.button-sub a {
  color: #ddddde;
  background: #1e242d;
}

main.factory_vr h1 {
  margin: 40px auto;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
main.factory_vr .section_vr {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 835px;
}
main.factory_vr .section_vr h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
main.factory_vr .vr_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding: 57.485% 0 0;
  overflow: hidden;
}
main.factory_vr .vr_wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main.factory_vr .error_login {
  max-width: 835px;
  padding: 2em;
  margin: 0 auto 40px;
  text-align: center;
  color: #721c24;
  background-color: #f8d7da;
  border: solid 1px #f5c6cb;
  border-radius: 10px;
}

.dashbord_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0 0;
  margin: 0 auto 2em;
  width: 90%;
  max-width: 1360px;
}
.dashbord_header .dashbord_title {
  margin-right: 0.5em;
  font-size: 20px;
}
.dashbord_header .dashbord_header_btn a {
  font-size: 14px;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  background: #f5f5f5;
  color: #fff;
  background: #3c4b66;
  letter-spacing: normal;
  transition: background 0.2s;
}
.dashbord_header .dashbord_header_btn a:hover {
  background: #2e3d53;
}
.dashbord_header .dashbord_header_btn a::after {
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.5em;
  align-self: center;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  transform-origin: right center;
  transform: rotate(45deg);
}

.dashbord_note {
  line-height: 1.75;
  margin: 0 auto 15px;
  width: 90%;
  max-width: 1360px;
}

.dashbord_target {
  margin-top: 0.5em;
}
.dashbord_target h4 {
  display: inline-block;
  padding: 0 0.5em;
  white-space: nowrap;
  background: #3c4b66;
  color: #fafafa;
  height: 1.69em;
}
.dashbord_target ul {
  letter-spacing: -0.04em;
}
.dashbord_target ul li {
  display: inline-block;
  letter-spacing: normal;
}
.dashbord_target ul li:not(:last-child)::after {
  content: "｜";
}

.dashbord_section_title {
  margin-bottom: 1em;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .dashbord_header .dashbord_title {
    font-size: 28px;
  }
  .dashbord_header .dashbord_header_btn {
    font-size: 16px;
  }
  .dashbord_note {
    margin: 0 auto 20px;
  }
  .dashbord_target {
    display: flex;
    align-items: flex-start;
  }
  .dashbord_target h4 {
    height: 1.68em;
    margin-right: 1em;
    position: relative;
  }
  .dashbord_target h4::after {
    position: absolute;
    right: -0.59em;
    top: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.84em 0 0.85em 0.6em;
    border-color: transparent;
    border-left-color: #3c4b66;
  }
  .dashbord_section_title {
    font-size: 22px;
  }
}
.dashbord_base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  color: #747474;
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
  letter-spacing: normal;
  /* ----------------------------------------
   性別比率
  ---------------------------------------- */
  /* ----------------------------------------
   平均年齢
  ---------------------------------------- */
  /* ----------------------------------------
   年代別比率
  ---------------------------------------- */
  /* ----------------------------------------
   勤続年数比
  ---------------------------------------- */
  /* ----------------------------------------
   平均月残業時間
  ---------------------------------------- */
  /* ----------------------------------------
   未ログイン
  ---------------------------------------- */
}
.dashbord_base #gender,
.dashbord_base #paidholiday,
.dashbord_base #turnover,
.dashbord_base #avgage,
.dashbord_base #generation,
.dashbord_base #length,
.dashbord_base #overtime,
.dashbord_base #selection_career,
.dashbord_base #app_career,
.dashbord_base #selection_newgrad,
.dashbord_base #app_newgrad {
  flex: 0 0 100%;
}
.dashbord_base .dashboard_item {
  margin-bottom: 2.35%;
  border-radius: 5px;
  background: #FFF;
  overflow: hidden;
}
.dashbord_base .dashboard_item_header {
  min-height: 50px;
  padding: 8px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #e5e5e5;
}
.dashbord_base .dashboard_item_header .dashboard_item_title {
  margin: 6px 0;
  font-weight: bold;
  font-size: 14px;
}
.dashbord_base .dashboard_item_header .chart_toggle {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px #ededed;
}
.dashbord_base .dashboard_item_header .chart_toggle_btn {
  padding: 5px 15px;
  display: block;
  cursor: pointer;
  background: #f5f5f5;
}
.dashbord_base .dashboard_item_header .chart_toggle_btn.is-active {
  color: #fff;
  background: #3c4b66;
}
.dashbord_base .dashboard_item_header .dashboard_app_note {
  font-size: 0.928em;
  line-height: 1.6;
}
.dashbord_base .dashboard_item_header .term_selector {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}
.dashbord_base .dashboard_item_header .term_selector .term_title {
  white-space: nowrap;
  margin-right: 0.5em;
}
.dashbord_base .dashboard_item_header .term_selector .term_mark {
  margin: 0 0.5em;
}
.dashbord_base .dashboard_item_header .term_selector .term_form {
  position: relative;
}
.dashbord_base .dashboard_item_header .term_selector .term_form::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  overflow: hidden;
  background: url("/recruit/img/icon_calendar.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.dashbord_base .dashboard_item_header .term_selector .term_form input[type=text] {
  height: 30px;
  width: 112px;
  line-height: 30px;
  padding: 0 25px 0 8px;
  background: #F5F5F5;
  border-radius: 4px;
}
.dashbord_base .dashboard_item_body {
  padding: 15px;
}
.dashbord_base .chart_note {
  font-size: 12px;
  text-align: right;
}
.dashbord_base .chart_wrapper {
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.dashbord_base .chart_wrapper::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.dashbord_base .dashboard_item_body .data_notfound {
  padding: 30px;
  text-align: center;
}
.dashbord_base .media_toggle {
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.dashbord_base .media_toggle li {
  height: 25px;
  margin-left: 0.5em;
  margin-bottom: 8px;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  color: #384b68;
  align-items: center;
  border: solid 1px #687890;
  border-radius: 3px;
  cursor: pointer;
}
.dashbord_base .media_toggle li::before {
  display: inline-block;
  margin-right: 8px;
  content: "";
  width: 23px;
  height: 23px;
  overflow: hidden;
  background-color: #394b68;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  transition: background 0.2s ease-in-out;
}
.dashbord_base .media_toggle li.mediaID1::before {
  background-color: #4ba8e5;
  background-image: url("/recruit/img/media_mynavi.svg");
}
.dashbord_base .media_toggle li.mediaID2::before {
  background-color: #ea3223;
  background-image: url("/recruit/img/media_rikunabi.svg");
}
.dashbord_base .media_toggle li.mediaID3::before {
  background-color: #394b68;
  background-image: url("/recruit/img/media_other.svg");
}
.dashbord_base .media_toggle li.mediaID4::before {
  background-color: #394b68;
  background-image: url("/recruit/img/media_introduce.svg");
}
.dashbord_base .media_toggle li.mediaID5::before {
  background-color: #000000;
  background-image: url("/recruit/img/media_site.svg");
}
.dashbord_base .media_toggle li.mediaID6::before {
  background-color: #54aab7;
  background-image: url("/recruit/img/media_hellowork.svg");
}
.dashbord_base .media_toggle li.mediaID7::before {
  background-color: #394b68;
  background-image: url("/recruit/img/media_school.svg");
}
.dashbord_base .media_toggle li.mediaID8::before {
  background-color: #2164f3;
  background-image: url("/recruit/img/media_indeed.svg");
}
.dashbord_base .media_toggle li.mediaID9::before {
  background-color: #2a68ac;
  background-image: url("/recruit/img/media_rikunabi.svg");
}
.dashbord_base .media_toggle li.mediaID10::before {
  background-color: #4ba8e5;
  background-image: url("/recruit/img/media_mynavi.svg");
}
.dashbord_base .media_toggle li.mediaID11::before {
  background-color: #13aab7;
  background-image: url("/recruit/img/media_careertasu.svg");
}
.dashbord_base .media_toggle li.mediaID15::before {
  background-color: #007fc3;
  background-image: url("/recruit/img/media_doda.svg");
}
.dashbord_base .media_toggle li::after {
  display: inline-block;
  content: "";
  margin: 0 5px 0 8px;
  width: 13px;
  height: 13px;
  border-style: solid 1px #3c4b66;
  background: #3c4b66 url("/recruit/img/icon_check.svg") no-repeat center center;
  background-size: 10px auto;
}
.dashbord_base .media_toggle li.is-disable {
  color: #939393;
  background: #f5f5f5;
  border-color: #ededed;
}
.dashbord_base .media_toggle li.is-disable::before {
  background-color: #c7c7c7 !important;
}
.dashbord_base .media_toggle li.is-disable::after {
  width: 13px;
  height: 13px;
  border: solid 1px #dfdfdf;
  background: #FFF;
}
.dashbord_base .status_table_wrapper {
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.dashbord_base .status_table_wrapper::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.dashbord_base .status_table {
  font-size: 10px;
  min-width: 900px;
}
.dashbord_base .status_table tr.is-disable {
  display: none;
}
.dashbord_base .status_table {
  position: relative;
  width: 100%;
  color: #394b68;
  table-layout: fixed;
  border-collapse: collapse;
  z-index: 1;
}
.dashbord_base .status_table td,
.dashbord_base .status_table th {
  vertical-align: middle;
  border-bottom: solid 1px #E5E5E5;
}
.dashbord_base .status_table th {
  width: 125px;
  font-weight: normal;
}
.dashbord_base .status_table tbody tr th::before {
  display: inline-block;
  margin-right: 15px;
  content: "";
  width: 30px;
  height: 30px;
  overflow: hidden;
  vertical-align: middle;
  background-color: #394b68;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  border-radius: 50%;
}
.dashbord_base .status_table tbody tr.mediaID1 th::before {
  background-color: #4ba8e5;
  background-image: url("/recruit/img/media_mynavi.svg");
}
.dashbord_base .status_table tbody tr.mediaID2 th::before {
  background-color: #ea3223;
  background-image: url("/recruit/img/media_rikunabi.svg");
}
.dashbord_base .status_table tbody tr.mediaID3 th::before {
  background-color: #394b68;
  background-image: url("/recruit/img/media_other.svg");
}
.dashbord_base .status_table tbody tr.mediaID4 th::before {
  background-color: #394b68;
  background-image: url("/recruit/img/media_introduce.svg");
}
.dashbord_base .status_table tbody tr.mediaID5 th::before {
  background-color: #000000;
  background-image: url("/recruit/img/media_site.svg");
}
.dashbord_base .status_table tbody tr.mediaID6 th::before {
  background-color: #54aab7;
  background-image: url("/recruit/img/media_hellowork.svg");
}
.dashbord_base .status_table tbody tr.mediaID7 th::before {
  background-color: #394b68;
  background-image: url("/recruit/img/media_school.svg");
}
.dashbord_base .status_table tbody tr.mediaID8 th::before {
  background-color: #2164f3;
  background-image: url("/recruit/img/media_indeed.svg");
}
.dashbord_base .status_table tbody tr.mediaID9 th::before {
  background-color: #2a68ac;
  background-image: url("/recruit/img/media_rikunabi.svg");
}
.dashbord_base .status_table tbody tr.mediaID10 th::before {
  background-color: #4ba8e5;
  background-image: url("/recruit/img/media_mynavi.svg");
}
.dashbord_base .status_table tbody tr.mediaID11 th::before {
  background-color: #13aab7;
  background-image: url("/recruit/img/media_careertasu.svg");
}
.dashbord_base .status_table tbody tr.mediaID15 th::before {
  background-color: #007fc3;
  background-image: url("/recruit/img/media_doda.svg");
}
.dashbord_base .status_table td {
  text-align: center;
}
.dashbord_base .status_table tbody td {
  padding: 1.5em;
  font-weight: 500;
}
.dashbord_base .status_table tbody td:nth-child(even) {
  background: #F7F8FA;
}
.dashbord_base .status_table thead td {
  padding: 0.75em 0.25em;
}
.dashbord_base .status_table thead td:nth-child(even) {
  position: relative;
}
.dashbord_base .status_table thead td:nth-child(even)::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F7F8FA;
  border-radius: 10px 10px 0 0;
}
.dashbord_base .status_table thead td strong {
  font-weight: normal;
  font-size: 16px;
}
.dashbord_base .status_table thead td p {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 2.462em;
}
.dashbord_base .gender_chart {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.dashbord_base .gender_chart .chart_stage {
  margin: 0 auto;
}
.dashbord_base .gender_chart .gender_male {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.dashbord_base .gender_chart .gender_famale {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.dashbord_base .gender_chart .rate {
  display: block;
  margin: 10px auto 5px;
  font-size: 30px;
  white-space: nowrap;
  font-weight: bold;
}
.dashbord_base .gender_chart .gender_male .rate {
  color: #5e77d9;
}
.dashbord_base .gender_chart .gender_famale .rate {
  color: #e0847e;
}
.dashbord_base #generation .chart_stage {
  min-width: 400px;
}
.dashbord_base #length .chart_stage {
  min-width: 600px;
}
.dashbord_base #overtime .chart_stage {
  min-width: 1200px;
}
.dashbord_base .error_login {
  max-width: 835px;
  padding: 2em;
  margin: 0 auto 40px;
  text-align: center;
  color: #721c24;
  background-color: #f8d7da;
  border: solid 1px #f5c6cb;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .dashbord_base {
    padding: 0 0 15px;
    /* ----------------------------------------
     性別比率
    ---------------------------------------- */
  }
  .dashbord_base .dashboard_item_header .term_selector .term_form {
    margin: 5px 0;
  }
  .dashbord_base .dashboard_item_header .term_selector .term_title {
    font-size: 12px;
  }
  .dashbord_base .dashboard_item_header .term_selector .term_form input[type=text] {
    width: 110px;
  }
  .dashbord_base .status_table tbody tr th::before {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-size: 10px auto;
  }
  .dashbord_base .media_toggle {
    justify-content: flex-start;
  }
  .dashbord_base .media_toggle li {
    position: relative;
    width: calc(50% - 0.5em);
    height: 40px;
    margin-left: 0.5em;
    margin-bottom: 8px;
    padding-right: 25px;
    font-size: 10px;
  }
  .dashbord_base .media_toggle li::before {
    width: 38px;
    height: 38px;
  }
  .dashbord_base .media_toggle li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto 0;
  }
  .dashbord_base .gender_chart .chart_stage {
    width: 55%;
  }
  .dashbord_base .gender_chart .gender_male,
  .dashbord_base .gender_chart .gender_famale {
    width: 20%;
  }
  .dashbord_base .gender_chart .rate {
    margin: 10px auto 5px;
    font-size: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .dashbord_base {
    padding: 0 0 20px;
    /* ----------------------------------------
     性別比率
    ---------------------------------------- */
    /* ----------------------------------------
     勤続年数比
    ---------------------------------------- */
  }
  .dashbord_base #gender,
  .dashbord_base #paidholiday,
  .dashbord_base #turnover,
  .dashbord_base #avgage {
    flex: 0 0 48.84%;
  }
  .dashbord_base .dashboard_item_body {
    padding: 30px;
  }
  .dashbord_base .dashboard_item_title {
    font-size: 16px;
  }
  .dashbord_base .status_table {
    font-size: 12px;
    min-width: 1120px;
  }
  .dashbord_base .status_table th {
    width: 175px;
  }
  .dashbord_base .status_table thead td strong {
    font-size: 20px;
  }
  .dashbord_base .gender_chart .chart_stage {
    width: 54%;
  }
  .dashbord_base .gender_chart .gender_male,
  .dashbord_base .gender_chart .gender_famale {
    width: 20%;
  }
  .dashbord_base .gender_chart .rate {
    margin: 10px auto 5px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .dashbord_base {
    padding: 0 0 30px;
    /* ----------------------------------------
     性別比率
    ---------------------------------------- */
  }
  .dashbord_base #gender {
    flex: 0 0 31.78%;
  }
  .dashbord_base #paidholiday {
    flex: 0 0 31.78%;
  }
  .dashbord_base #turnover {
    flex: 0 0 31.78%;
  }
  .dashbord_base #avgage {
    flex: 0 0 31.78%;
  }
  .dashbord_base #generation {
    flex: 0 0 65.89%;
  }
  .dashbord_base .status_table {
    font-size: 14px;
  }
  .dashbord_base .status_table thead td strong {
    font-size: 28px;
  }
  .dashbord_base .gender_chart {
    max-width: inherit;
  }
}/*# sourceMappingURL=base.css.map */