@charset "UTF-8";
/* CSS Document */
/*** 共通 ***/

* {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  overflow-x: hidden;
  height: 100%;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "小塚ゴシック Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro", "メイリオ",
    Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #1d213d;
  text-align: left;
  background-color: #f5f5f5;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ol,
ul,
dl,
dt,
dd {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
b,
strong {
  font-weight: 700;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  color: #347ab7;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: 400;
  text-align: inherit;
  text-align: -webkit-match-parent;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0.1rem;
}
button,
input {
  overflow: visible;
  margin: 0.1rem;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
  margin: 0.1rem;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
  margin: 0.1rem;
}
textarea {
  overflow: auto;
  resize: vertical;
  margin: 0.1rem;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  margin: 0.1rem;
}
[type="search"] {
  outline-offset: -2px;
  appearance: none;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[hidden] {
  display: none !important;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.form-check-input:checked {
  background-color: #757575;
  border-color: #757575;
}
input[type="radio"] ,
input[type="checkbox"] {
  vertical-align: middle;
  transform: scale(1.4);
  accent-color: #6c757d;
  border-color: #6c757d;
}
table tr td input[type="checkbox"] {
  margin-bottom: 0.5rem;
}
::placeholder {
  color: #cccccc;
}
::-ms-input-placeholder {
  color: #cccccc;
}
.form-control,
.form-select,
.btn {
  font-size: 1.4rem !important;
}
.form-control[disabled] {
  border-color: #eeeeee;
  background-color: #eeeeee;
}

/* スクロールバーを常に表示させる */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 16px;
}
::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 16px;
  border: 2px solid #f0f0f0;
}

/*** ヘッダー ***/
header.header1 {
  background-color: #1f286f;
  border-bottom: 5px solid #929ad6;
  padding: 1rem 0;
}
header.header1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site_ttl {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
header.header1 .page_child{
    display: flex;
    align-items: center;
}
.page_child li {
  position: relative;
  padding-left: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.07em;
}
.page_child li.page_child_tab::before {
  content: "\f231";
  font-family: bootstrap-icons !important;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  /* margin: auto; */
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.page_child li a, 
.page_child li.page_child_tab a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #ffffff;
}
header.header1 .page_child_left_bar{
    display: flex;
    position: relative;
    align-items: center;
}
header.header1 .page_child_left_bar::before{
    content:'';
    position: relative;
    height: 20px;
    width: 3px;
    background-color: #fff;
    display: block;
    margin-right: 25px;
}
.logo img{
  width: 12rem;
  padding-top: 0.2rem;
}
.select_box {
  position: relative;
  display: inline-block;
}
.link_box ul {
  display: flex;
  align-items: center;
}
.link_box ul li a {
  display: block;
  padding: 0.5rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
}
/*---------------↓ pc --------------------*/
@media (min-width: 768px) {

    .menubar {
        padding: 1.4rem 0;
        background-color: #fff;
    }
    .menubar .menu {
      display: flex;
      width: 100%;
      justify-content: space-between;
    }
    .nav_menu {
      cursor: pointer;
    }
    .menubar .nav_left {
      position: relative;
      display: flex;
      justify-content: flex-start;
      padding-left: 5rem;
    }
    .menubar .nav_left .company-name {
      font-weight: bold;
      font-size: 1.6rem;
    }
    .menubar .nav_left .nav_menu {
      position: absolute;
      width: 3.2rem;
      top: -3px;
      left: 0;
      z-index: 1;
    }
    .menubar .nav_left .company-name > .js-facilities-name {
      padding-left: 2rem;
    }
    .menubar .nav_right {
      display: flex;
    }
    .menubar .nav_right a {
      font-size: 1.4rem;
      margin-left: 0;
      font-weight: 700;
      display: flex;
      align-items: center;
    }
    .menubar .nav_right a span {
      padding-right: 0;
    }
    .menubar .select_box_menu > ul{
        display: flex;
        align-items: center;
        gap: 1rem 1.5rem;
    }
    .menubar .select_box_menu > ul > li .bi::before{
        margin-left: 0;
    }
}
/*---------------↑ pc --------------------*/

/*---------------↓ sp --------------------*/
@media (max-width: 767px) {
  header.header1 .container {
    gap: 10px;
    display: flex;
  }
  header.header1 .site_ttl {
    display: flex;
    align-items: center;
    gap: 0 6px;
    flex-grow: 1;
  }
  header.header1 .page_child li {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    padding: 0;
  }
  header.header1 .page_child li::before {
    content: "\f231";
    font-family: bootstrap-icons !important;
    position: relative;
    margin:0 1px 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  header.header1 .page_child li.page_child_tab a {
    display: flex;
    align-items: center;
    gap: 0 8px;
    font-size: 1.2rem;
  }
  header.header1 .page_child li.page_child_tab a:hover {
    text-decoration: underline;
  }
  header.header1 .page_child li.page_child_left_bar{
    display: none;
  }
  header.header1 .logo {
    width: 10rem;
    flex-shrink: 0;
  }
  header.header1 .page_child{
    flex-shrink: 0;
  }
  header.header1 .page_child_tab img {
    width: 20px;
  }
  header.header1 .logout {
    font-size: 1.2rem;
    flex-shrink: 0;
  }
  header.header1 .logout .logout-icon::before{
    margin: 0;
  }
  header.header1 .logout .logout-text{
    display: none;
  }
  header.header1 .logout .ico-size-sm {
    font-size: 1.8rem;
  }
  .menubar {
    padding: 1.4rem 0;
    background-color: #fff;
  }
  .menubar .menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .nav_menu {
    cursor: pointer;
  }
  .menubar .nav_left {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-left: 8rem;
  }
  .menubar .nav_left .company-name {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .menubar .nav_left .nav_menu {
    position: absolute;
    width: 3.2rem;
    top: -5px;
    left: 0;
    z-index: 1;
  }
  .menubar .nav_right {
    display: flex;
  }
  .menubar .nav_right a {
    font-size: 1.4rem;
    margin-left: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  .menubar .nav_right a span {
    padding-right: 0;
  }
  .menubar .nav_left .nav_menu {
    position: relative;
    width: 3.2rem;
    top: 0;
    left: 0;
    z-index: 1;
    flex-shrink: 0;
  }
  .menubar .nav_left {
    padding-left: 0;
  }
  .menubar .nav_left .company-name {
    font-size: 1.3rem;
  }
  .menubar .nav_left .company-name > .js-facilities-name .title,
  .menubar .nav_left .company-name >*{
    display: none;
  }
  .menubar .nav_left .company-name > .js-facilities-name{
    display: block;
  }
  .menubar .select_box_menu ul{
    display: flex;
    align-items: flex-end;
  }
  .menubar .select_box_menu .manual-text,
  .menubar .select_box_menu > ul > li a{
    display: none;
  }
  .menubar .select_box_menu > ul > li a:has(.manual-icon){
    display: block;
  }
  .menubar .select_box_menu .manual-icon::before{
    margin: 0;
  }
}
/*---------------↑ sp --------------------*/

/* メニュー */
.menu-close {
  display: none;
}
.nav_menu.is-open .menu-ham {
  display: none;
}
.nav_menu.is-open .menu-close {
  display: inline;
}

/* フッター */
footer {
  /* position: fixed; */
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #f6f5f4;
  color: #888;
  z-index: 1;
  position: sticky;
  top: 100dvh;
}
footer ul {
  padding: 3rem 0;
  display: block;
}
footer ul li {
  display: inline-block;
}
footer.footer1 ul li {
  margin-right: 2rem;
}
footer .copy {
  color: #fff;
  background: #1d213d;
  padding: 1.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .copy .foot-link ul{
    display: none;
}
footer .copy ul {
  padding: 0;
}
footer .copy ul li {
  padding-right: 3rem;
}
footer .copy ul li a {
  color: #fff;
  font-size: 1.4rem;
}
footer .copy p {
  text-align: center;
  width: 100%;
}
@media (max-width: 1169px) {
  footer {
    text-align: left;
  }
  footer .copy {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  footer .copy > * {
    width: 100%;
  }
  footer .copy ul li {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  footer .copy ul li {
    padding-right: 1.8rem;
  }
  footer .foot-copyright {
    font-size: 1.3rem;
  }
}

/* 下層ではない画面 */
.container {
  width: auto;
  max-width: 183.9rem;
  /* min-width: 124rem; */
  margin: 0 auto;
  padding: 0 2rem;
}
.container_inner {
  max-width: 120rem;
  margin: 0 auto;
}

/*** 下層共通 ***/
main {
  padding-bottom: 15rem;
  /* min-height: calc(100vh - 50px); */
}

/* .sub_contents {
  max-width: 100%;
} */
/* 画面サイズが広いものは1170pxで対応*/
.sub_contents .inner {
  position: relative;
  max-width: 140rem;
  width: calc(100% - var(--bs-gutter-x));
  margin: 0 auto;
}
/* 画面サイズが狭いものは960pxで対応*/
.sub_contents .inner_sm {
  position: relative;
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
}
.sub_contents .sub_sec {
  position: relative;
  margin: 1.5rem auto 0;
  /* max-width: 1170px;
  min-width: 960px; */
  padding: 2.5rem 2.5rem 5rem;
  background-color: #ffffff;
}
/* .sub_contents .sub_sec__2 {
  position: relative;
  max-width: 960px;
  margin: 2rem auto 0 auto;
  padding: 2.5rem 2.5rem 5rem;
  background-color: #ffffff;
} */
/* .sub_contents .sub_sec h2,
.sub_contents .sub_sec__2 h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #1D213D;
  padding-bottom: 1rem;
} */
.sub_contents .sub_sec h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #1d213d;
  padding: 0 0 1rem;
}
.sub_contents .sub_sec h2::after {
  position: absolute;
  content: "";
  width: 9rem;
  height: 0.4rem;
  left: 0;
  bottom: -0.2rem;
  background-color: #1f286f;
}
/* .sub_contents .sub_sec h2::after,
.sub_contents .sub_sec__2 h2::after {
  position: absolute;
  content: "";
  width: 9rem;
  height: 0.4rem;
  left: 0;
  bottom: -0.2rem;
  background-color: #65ad49;
} */

@media (max-width: 1399px) {
  .sub_contents .inner {
    max-width: 92vw;
  }
}

/* @media (max-width: 1169px) {
  .sub_contents .sub_sec {
    max-width: 92vw;
  }
} */
@media (max-width: 959px) {
  .sub_contents .inner_sm {
    width: 92vw;
  }
  /* .sub_contents .sub_sec {
    padding: 2.5rem 1rem 5rem;
  } */

  /* .sub_contents .sub_sec__2 {
    padding: 2.5rem 1rem 5rem;
    min-width: auto;
    max-width: 92vw;
  } */
}
@media (max-width: 767px) {
  .sub_contents {
    margin-right: auto;
    margin-left: auto;
  }
}

/*** パンくずリスト ***/
.sub_contents nav {
  padding-top: 1.5rem;
  font-size: 1.4rem;
}
.sub_contents nav a {
  color: #387ca7;
}
.sub_contents nav a span {
  padding-right: 0.5rem;
}
.sub_contents nav a:not([disabled]) {
  cursor: pointer;
}

/* アイコン */
[class^="ic-"]::before,
[class*=" ic-"]::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0 10px 2px -10px;
  vertical-align: middle;
}

/* Bootstrap icon使用時 アイコン調整 */
.bi::before {
  margin: 0 10px 2px -10px;
}

/* 上に行く・下に行くボタン */
a.totop,
a.todown {
  position: absolute;
  z-index: 2;
  right: -4.2rem;
}
a.totop {
  bottom: 5rem;
}
a.todown {
  top: 8rem;
}
/* .sub_sec a.totop,
.sub_sec a.todown,
.sub_sec__2 a.totop,
.sub_sec__2 a.todown {
  right: -4.2rem;
} */
.sub_sec a.totop,
.sub_sec a.todown {
  right: -4.2rem;
}
/* .sub_sec a.todown,
.sub_sec__2 a.todown {
  top: 0;
} */
.sub_sec a.todown {
  top: 0;
}
.sub_sec a.totop {
  bottom: 0;
}
@media (max-width: 1169px) {
  a.totop,
  a.todown {
    right: -2.2rem;
  }
  .sub_sec a.totop,
  .sub_sec a.todown {
    right: 0;
  }
}
@media (max-width: 1099px) {
  a.totop,
  a.todown {
    right: 0;
  }
}

/* ウィザード画面 */
.wizard-step ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 2rem;
}
.wizard-step li {
  border: solid 3px #eee;
  background: #fff;
  padding: 1.8rem 0.8rem 1.5rem;
  position: relative;
  z-index: 2;
  width: 20%;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0.8rem;
  text-align: center;
  letter-spacing: 0.07em;
}
.wizard-step li:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  background-color: #fff;
  padding: 0.3rem 0.8rem;
  font-family: "bootstrap-icons";
  content: "\f26a";
  font-size: 1.6rem;
  color: #ddd;
}
.wizard-step li:not(:last-of-type):after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: calc(-10% + 3px);
  margin: auto;
  width: calc(10% - 6px);
  height: 10px;
  background: #eee;
}
.wizard-step li.last:before {
  content: none;
}
.wizard-step li.last:after,
.wizard-step li.finished:after {
  border: none;
}
.wizard-step li.step-now {
  border: 3px solid #1f286f;
  color: #1f286f;
}
.wizard-step li.step-now:before {
  background-color: #ffffff;
  color: #1f286f;
  border-radius: 50%;
}
.wizard-step .step-disabled {
  color: #a0a1a2;
}
.wizard-step li.step-done {
  background-color: #E0E4FF;
  color: #1f286f;
  border: 3px solid #E0E4FF;
}
.wizard-step li.step-done:before {
  font-weight: bold;
  border-radius: 70px;
  background-color: #E0E4FF;
  color: #ffffff;
  font-weight: bold;
}

/* ネットde就業 Ms_Mainで使用しているウィザードリスト */
.wz-set-list {
  list-style: none;
}
/* リンク見た目 */
.wz-set-list li {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  position: relative;
  border: 1px solid #1f286f;
}
.wz-set-list a,
.wz-set-list a:hover,
.wz-set-list li{
  color: #1f286f !important;
  font-weight: bold;
}
/* リンクの下にある下矢印 */
.wz-set-list .bi-caret-down-fill {
  color: #1f286f;
  text-align: center;
  font-size: 3rem;
  margin: 0 auto;
}
/* リンクが登録したらつける「登録済み」アイコン */
.wz-set-list .btn-wz-done:after {
  content: "登録済み";
  padding: 0 0.6rem;
  border: 1px solid #1f286f;
  color: #1f286f;
  position: absolute;
  right: 3%;
}
/* リンク内の子リンク・枠線なし（ホバー時も含む） */
.wz-set-list li.wz-link2.btn-wz-enabled,
.wz-set-list li.wz-link2,
.wz-set-list li.wz-link2:hover {
  border:none !important;
}
.wz-set-list li.wz-link2,
.wz-set-list li.wz-link2:hover {    
    margin-top: 1rem;
}
/* リンク左側のチェックアイコン */
.wz-set-list li.wz-link:before,
.wz-set-list li.wz-link2:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "bootstrap-icons";
  content: "\f26a";
  margin-right: 1rem;
}
/* リンク内の子リンク階層 */
.wz-set-list li.wz-link2:before{
    margin-left: 2rem;
}
/* リンク左側のチェックアイコン・登録前の色 */
.wz-set-list li.btn-wz-enabled:before {
  color: #cccccc;
}
/* リンク左側のチェックアイコン・登録後の色 */
.wz-set-list li.btn-wz-done:before {
  color: #1f286f;
}
/* リンクボタンが使用不可の時 */
.wz-set-list li.btn-wz-disabled {
  background-color: #cccccc;
  border: solid 1px #cccccc;
  color: #a0a1a2 !important;
}

/* 文字色を赤にする */
.attention {
  color: #FF1919;
}

.sub_sec h1 {
  margin-bottom: 30px;
}

/* データを取得している非入力エリア */
.bg-grey {
  background-color: #eeeeee;
  padding:6px 10px;
  width: 100%;
  min-height: 30px;
}

/* 事業所台帳｜モーダル所属設定の入力エリア枠 */
.box-shozoku {
  border: 1px solid #333333;
  padding: 2rem;
  overflow-y: scroll;
  height: 350px;
}

/* type="number"のスピンボタン非表示 */
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input[type="number"] { 
  -moz-appearance:textfield; 
} 

/* ログイン後TOPメニュー */
.menu-all-list{
  display: flex;
  justify-content:center;
  align-items:stretch;
  flex-wrap: wrap;
  gap:2.5rem;
  margin-top: 3rem;
}
.menu-all-list a{
  display: block;
  width: 16%;
  border:1px solid #E2E2E2;
  padding: 2rem 1rem;
  background-color: #fff;
  color:#1D213D;
  font-weight: 700;
  border-radius: 1rem;
  text-align: center;
  transition: 0.3s;
}
.menu-all-list a.selected{
  background-color: #1f286f;
}
.menu-all-list a:hover{
  background-color: #E3E3E3;
  transition: 0.3s;
  text-decoration: none !important;
}
.menu-all-list a span{
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
}
.menu-all-list a span:before{
  font-size: 5rem;
  color: #1f286f !important;
}
.menu-all-list a::after{
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.4rem;
  margin: 1rem auto 0;
  background-color: #1f286f;
  border-radius: 0.2rem;
  transition: 0.3s;
}
.menu-all-list a:hover::after{
  width: 7.1rem;
  transition: 0.3s;
}
.menu-list-hr {
    width: 88%;
    margin:0 auto;
}

@media (max-width: 767px) {
    .menu-all-list {
        gap: 2rem;
        justify-content: space-between;
    }
    .menu-all-list a{
        width: 45.8%;
        font-size: 1.4rem;
    }
    .menu-all-list a span{
        padding-bottom: 1rem;
    }
    .menu-all-list a::after{
        width: 2.5rem;
        height: 0.4rem;
        margin: 1rem auto 0;
    }
    .menu-all-list a span:before{
        font-size: 4.5rem;
    }
    .menu-list-hr {
        width: 100%;
    }
}

/* ログイン画面 */
.logo-center {
    text-align: center;
    margin: 1rem auto;
}
.logo-center img {
    width: 200px;
}
.sub_contents #login {
    margin: 3.5rem auto 0;
    width: 36vw;
}
#login iframe {
    width: 100%;
    height: 40vh;
    max-height: 300px;
}
.btn-two-auth {
    font-size: 1.7rem !important;
    height: 70px !important;
    line-height: 1.2;
}
.two-auth-input {
    text-align: center;
    font-size: 2.5rem !important;
    height: 60px;
}
@media (max-width: 1169px) {
    .logo-center {
        margin: .5rem auto;
    }
    .sub_contents #login {
        width: 60vw;
    }
}
@media (max-width: 767px) { 
    .logo-center img {
        width: 150px;
    }   
    .sub_contents #login {
        width: 90vw;
    }
    .btn-two-auth {
        font-size: 2rem !important;
    }
}