* {
  font-weight: 500;
  font-style: normal;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

header {
  width: 100vw;
  position: fixed;
  top: 0;
  background-color: #FFF;
  z-index: 99999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.left img {
  padding-left: 30px;
  padding-top: 8px;
  height: 50px;
}

.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  width: 100%;
}

.right a {
  color: black;
  margin: 0 15px;
  text-decoration: none;
}

footer {
  width: 100%;
  height: 140px;
  background-color: #FFFF;
  position: relative;
}

footer .cp {
  position: absolute;
  bottom: 0;
  width: calc(100vw - 160px);
}

footer .footer-area {
  position: relative;
  height: 100%;
  padding: 0 80px;
}

footer .cp small {
  color: #000000;
  font-size: 10px;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: 200;
}

.footer-company_name img {
  width: 100%;
  padding-top: 20px;
  object-fit: cover;
  height: 80%;
}

.footer-company_name p {
  position: absolute;
  bottom: 0;
  font-size: 30px;
  padding: 20px;
  color: #000000;
}

.footer-link_list {
  margin-top: 34px;
}

.footer-link_list a p {
  color: #000000;
  font-size: 0.8rem;
  margin: 0 60px;
  margin-left: 0;
  text-align: left;
  font-weight: 300;
}

nav .instagram_icon {
  width: 20px;
  height: 20px;
}

footer .footer-link_list .instagram_icon {
  width: 15px;
  height: 15px;
}