.navi-global-fn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.navi-btn {
  width: 80px;
  height: 80px;
  background: #a1e2e2;
  border: none;
  border-radius: 100px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.navi-btn .btntxt::before {
  content: "MENU";
  position: absolute;
  bottom: 15px;
  width: 100%;
  display: block;
  left: 0;
  font-size: 1.1rem;
}
.navi-btn .txt {
  text-indent: -9999px;
  display: block;
  text-align: left;
}
.navi-btn .bar {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 21px;
  height: 4px;
  border-radius: 3px;
  background: #000;
  width: 38px;
}
.navi-btn span:nth-of-type(1) {
  top: 19px;
}
.navi-btn span:nth-of-type(2) {
  top: 31px;
}
.navi-btn span:nth-of-type(3) {
  top: 43px;
}
.navi-btn.active span:nth-of-type(1) {
  top: 25px;
  left: 22px;
  transform: translateY(6px) rotate(-45deg);
}
.navi-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.navi-btn.active span:nth-of-type(3) {
  top: 37px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
}
.navi-btn.active {
  background: #d3efef;
}
.navi-btn.active .btntxt::before {
  content: "CLOSE";
}
.navi-global-block {
  border-radius: 0px 0px 30px 30px;
  background: #fff;
  border: 6px solid #8acfcf;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  display: none;
  padding: 1px 1px 10px;
}
.navi-global-title {
  font-size: 2.8rem;
  letter-spacing: 0.13em;
  line-height: 1.1;
  text-align: center;
  color: #208383;
  margin: 40px 0 30px;
}
.navi-global-menu {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin: 20px 100px 0;
  padding: 20px 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  font-size: 1.9rem;
  line-height: 1.2;
  gap: 10px;
  text-align: left;
}
.navi-global-menu .navi-global-item .navi-global-link {
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0 5px 34px;
  background: url("../images/mark-navi-arrow.png") no-repeat left center / 28px
    auto;
}
.navi-global-menu .navi-global-item .navi-global-link.is-logout {
  background-image: url("../images/mark-navi-logout.png");
}
.navi-home {
  position: absolute;
  right: 100px;
  top: 40px;
}
.navi-home-link {
  display: inline-block;
  background: url("../images/icon-home.png") no-repeat center top / 32px auto;
  width: 40px;
  height: 40px;
  padding-top: 32px;
  color: #208383;
  text-decoration: none;
  font-size: 1.3rem;
}
.bdr-t-d {
  border-top: 1px dashed #ccc;
}
.navi-global-submenu {
  list-style: none;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px 100px;
  font-size: 1.6rem;
  padding: 30px 2% 30px;
  gap: 10px;
}
.navi-global-submenu .navi-global-submenu-item .navi-global-submenu-link {
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 2px 2px 2px 25px;
}
.navi-global-submenu-link::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #46b6b6;
  border-right: 3px solid #46b6b6;
  position: absolute;
  left: 0;
  top: 45%;
  transform: rotate(45deg) translateY(-50%);
}
.top-mainmenu-list {
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 984px;
  max-width: 94%;
  flex-wrap: wrap;
}
.top-mainmenu-item {
  border-radius: 20px;
  background: #fff url("../images/mark-navi-arrow.png") no-repeat right 10px top
    10px / 28px auto;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.21);
  width: 22.5%;
}
.top-mainmenu-link {
  display: block;
  height: 100%;
  color: #000;
  text-decoration: none;
  /*  padding: 20px 25px 60px;*/
  padding: 20px 25px 45px;
  background-repeat: no-repeat;
  background-position: 20px bottom;
  background-size: 70px auto;
}
.top-mainmenu-link.is-profile {
  background-image: url("../images/top-mainmenu1.png");
}
.top-mainmenu-link.is-career {
  background-image: url("../images/top-mainmenu2.png");
  /*  padding-bottom: 30px;*/
}
.top-mainmenu-link.is-training {
  background-image: url("../images/top-mainmenu3.png");
}
.top-mainmenu-link.is-contact {
  background-image: url("../images/top-mainmenu4.png");
}
.top-mainmenu-title {
  font-size: 1.9rem;
}
.top-mainmenu-title-sub {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.top-mainmenu-link.is-profile .top-mainmenu-title-sub {
  color: #f79898;
}
.top-mainmenu-link.is-career .top-mainmenu-title-sub {
  color: #6ca12c;
}
.top-mainmenu-link.is-training .top-mainmenu-title-sub {
  color: #b176bf;
}
.top-mainmenu-link.is-contact .top-mainmenu-title-sub {
  color: #579bde;
}
.top-mainmenu-lead {
  line-height: 1.4;
}
.modal-footer-navi {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
  flex-direction: row-reverse;
}

@media screen and (max-width: 800px) {
  .footer-menu {
    font-size: 1.4rem;
  }
  .copy-r {
    font-size: 1rem;
  }
  .navi-btn {
    width: 66px;
    height: 66px;
    left: 10px;
    top: 15px;
  }
  .navi-btn .btntxt::before {
    bottom: 12px;
    font-size: 1rem;
  }
  .navi-btn .bar {
    left: 18px;
    height: 3px;
    width: 30px;
  }
  .navi-btn span:nth-of-type(1) {
    top: 15px;
  }
  .navi-btn span:nth-of-type(2) {
    top: 25px;
  }
  .navi-btn span:nth-of-type(3) {
    top: 35px;
  }
  .navi-btn.active span:nth-of-type(1) {
    top: 20px;
    left: 19px;
  }
  .navi-btn.active span:nth-of-type(3) {
    top: 32px;
    left: 19px;
  }
  .navi-global-title {
    font-size: 2.6rem;
    margin: 30px 0 20px;
  }
  .navi-global-menu {
    margin: 30px 20px 20px;
    padding: 30px 0;
    justify-content: space-between;
    font-size: 1.6rem;
    gap: 20px 0;
  }
  .navi-global-menu .navi-global-item {
    width: 48%;
  }
  .navi-global-menu .navi-global-item .navi-global-link {
    padding: 5px 0 5px 28px;
    background-size: 22px auto;
  }
  .navi-global-submenu {
    line-height: 1.2;
    display: block;
    margin: 20px;
    font-size: 1.5rem;
    padding: 0;
    text-align: left;
  }
  .navi-global-submenu .navi-global-submenu-item {
    margin: 20px 0;
  }