* {
  margin: 0;
}

html,
body {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Roboto, Arial, sans-serif;
  font-size: 62.5%;
  color: #666;
  background-image: radial-gradient(rgba(236, 236, 236, 1), rgba(204, 204, 204, 1));
  min-height: -webkit-fill-available;
  -webkit-font-smoothing:antialiased
}

::selection {
  background-color: #c0c0c0;
}


.container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: -webkit-fill-available;
}

.header {
  position: absolute;
  top: 80px;
  left: 80px;
}

.header--Title {
  width: 270px;
  height: 40px;
  background: url(../img/kizkiworks_pc.svg) top left;
  background-repeat: no-repeat;
}
.inner--Text {
  margin-top: 80px;
}

.innerLogo {
  width: 160px;
}

.footer {
  position: absolute;
  bottom: 80px;
  left: 80px;
  right: 80px;
}

.footer--Container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.mail,.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.15rem;
}

@media (max-width: 799px) {
  .header {
    top: 32px;
    left: 32px;
    right: 32px;
  }
  .footer {
    bottom: 32px;
    left: 32px;
    right: 32px;
  }
  .header--Title {
    width: 202px;
    height: 30px;
    background: url(../img/kizkiworks_sp.svg) top left;
  }
  .mail,.copyright {
    font-size: 1.2rem;
  }
}