footer {
  color: #333;
}
/* メニュー */
.footer-menu {
  background-color: #1A005D;
}
.footer-menu-item {
  max-width: 1210px;
  margin: 0 auto;
  padding: 21px 0;
  color: #fff;
  font-size: 0.8rem;
}
.footer-menu-item ul {
  display: flex;
  justify-content: center;
}
.footer-menu-item ul li {
  position: relative;
  padding: 0 12px;
}
.footer-menu-item ul li::after,
.footer-menu-item ul li:first-of-type::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background: #fff;
  height: 50%;
}
.footer-menu-item ul li::after {
  right: 0;
}
.footer-menu-item ul li:first-of-type::before {
  left: 0;
}
.footer-menu-item ul li a:hover {
  text-decoration: underline;
  color: #8EC300;
}
.footer-flex {
  display: flex;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer-flex-left {
  flex: 0 0 40%;
  max-width: 40%;
}
.footer-flex-right {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.footer-flex-right .btn_02:hover {
  background: #8EC300;
  text-decoration: underline;
  color: #1A005D;
}
.footer-carbon {
  width: 70px;
}
.footer-box {
  background-color: #1A005D;
  height: 100px;
  width: 100%;
}
.footer-box p {
  display: none;
}
@media (max-width: 900px) {
  .footer-menu {
    display: none;
  }
  .footer-flex {
    flex-direction: column;
    text-align: center;
  }
  .footer-flex-left, .footer-flex-right {
    max-width: 100%;
  }
  .footer-logo img {
    margin: 0 auto 16px;
    width: 320px;
  }
  .footer-carbon {
    margin-top: 15px;
  }
  .btn_02,
  .footer-qr {
    display: none;
  }
  .footer-flex-right {
    justify-content: center;
  }
  .footer-copyright {
    display: none;
  }
  .footer-carbon {
    width: 70px;
  }
  .footer-box {
    margin-bottom: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    background-color: #003865;
  }
  .footer-box p {
    display: block;
    width: 100%;
    position: absolute;
    color: #fff;
    font-size: 0.8rem;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}

/* 右下固定メニュー */
#fixed-links {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 890;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#to-top-link {
  margin-bottom: 12px;
  width: 47px;
}

#recruit-link img {
  height: 80px;
  vertical-align: middle;
}

@media (max-width: 900px) {
  #fixed-links #recruit-link {
  display: none!important;
  }
  #fixed-links a {
  margin-bottom: 70px;
  }
}

#sp_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  background-color: rgba(0, 56, 101, 0.9);
}
#sp_menu_list ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 50px;
}
#sp_menu_list li {
  flex: 1;
  text-align: center;
  padding-top: 4px;
}
#sp_menu_list li img {
  width: 25px;
}
#sp_menu_list li span {
  font-size: 0.7rem;
  color: #fff;
}
#sp_menu_list li:not(:last-child) {
  border-right: solid 1px #005598;
}
@media screen and (max-width: 900px) {
  #sp_menu {
    display: block;
  }
  #sp_menu_list li img {
    margin: auto;
}
}

@media screen and (min-width: 901px) {
  #sp_menu {
    display: none;
  }
}