@charset "UTF-8";

@font-face {
  font-family: 'AkzidenzGroteskBqMedium';
  src: url('../fonts/akzidenz-grotesk-bq-medium.eot');
  src: url('../fonts/akzidenz-grotesk-bq-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/akzidenz-grotesk-bq-medium.woff2') format('woff2'),
    url('../fonts/akzidenz-grotesk-bq-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGroteskBqMedium';
  src: url('../fonts/akzidenz-grotesk-bq-medium.eot');
  src: url('../fonts/akzidenz-grotesk-bq-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/akzidenz-grotesk-bq-medium.woff2') format('woff2'),
    url('../fonts/akzidenz-grotesk-bq-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  background-color: #cf0f19;
  color: #060000;
}

html,
body {
  width: 100%;
  height: auto;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: #fff;
  background-color: #060000;
}

header {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0 22px;
  background-color: #060000;
  background-image: url(../images/background.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.logo {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 898.4438px;
  height: auto;
  margin: 88px auto 0 auto;
  display: block;
}

h1 {
  font-size: 0;
}

h2 {
  font-family: 'AkzidenzGroteskBqMedium', serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
  color: #fff;
  margin-top: 44px;
}

h3 {
  font-family: 'AkzidenzGroteskBqMedium', serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5em;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: absolute;
  bottom: 88px;
  width: calc(100% - 44px);
  height: auto;
  display: block;
  text-align: center;
}

footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
  background-color: #cf0f19;
  padding: 22px;
}

a,
a:visited {
  color: #fff;
  text-decoration: none;
}

.nakamura_engineering {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 27.5px;
}

.copyright {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 33px;
}