@charset "UTF-8";
/* =======================================
	【BASE】footer CV枠線で囲むver
========================================== */
.banner {
  position: fixed;
  right: 7.2%;
  top: 60%;
  z-index: 2;
}
.banner a {
  width: 122px;
  height: 122px;
  display: block;
}
.banner a:hover {
  opacity: 0.7;
}

.footer02 {
  color: #fff;
}

.fLogo {
  width: 21em;
}

.footer02_02 a {
  color: #fff;
}

.footer02 tr {
  display: flex;
  flex-direction: column;
  line-height: 150%;
  color: #fff;
}

.footer02 .contact,
.footer02 .recruit {
  border-bottom: 2px solid #fff;
}
.footer02 .contact span {
  background: url(../img/mailW.png) no-repeat center / contain;
  width: 1.1em;
  height: 0.8em;
  display: inline-block;
  margin-left: 0.5em;
}
.footer02 .recruit span {
  background: url(../img/link.png) no-repeat center / contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 2.5em;
}

.footer02_nav {
  display: flex;
  justify-content: end;
  font-size: 1.5rem;
}

.footer02_nav li {
  margin-bottom: 14px;
}

.footer02_nav a {
  display: inline-block;
}

.footer02_nav ul {
  margin-left: 6%;
}

.pagetop img {
  margin: 0 0 0 auto;
}
/*# sourceMappingURL=footer.css.map */