* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: NotoSans;
  src: url(/NotoSans-Regular.ttf);
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

header {
  width: 100%;
  height: 170px;
  z-index: 1;
  font-weight: 800;
}

header .container {
  margin-top: 30px;
}

header .logo {
  float: left;
}

header .logo img {
  width: 250px;
  float: left;
}

header .logo .logo__text {
  float: right;
}

header .contact {
  float: right;
}

header .contact .telephone-numbers {
  width: 220px;
  font-size: 19px;
  text-align: right;
}

header .contact .telephone-numbers .telephone__logo {
  position: absolute;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 0;
  margin-left: 45px;
  top: 35px;
}

header .contact .telephone-numbers .telephone__logo svg {
  width: 16px;
  height: 16px;
}

header .contact a {
  text-decoration: none;
  color: #003366;
}

header .contact .mail {
  float: right;
  font-size: 17px;
  position: relative;
}

header .contact .mail .mail__logo {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: 210px;
  float: left;
}

header .contact .mail .mail__logo img {
  width: 16px;
  height: 16px;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin-top: 100px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

footer .footer__invisible-div {
  height: 150px;
}

footer .footer__links {
  height: 220px;
  margin-bottom: 70px;
}

footer .footer_left-content {
  float: left;
}

footer .footer_left-content p {
  margin: 6.5px 0;
}

footer .footer_left-content p:nth-child(1n+1) {
  color: #002662;
}

footer .footer_left-content p:nth-child(2n+1) {
  color: #f7941d;
}

footer .footer_right-content {
  float: left;
  margin-left: 60px;
}

footer .footer_right-content p {
  margin: 6.5px 0;
}

footer .footer_right-content p:nth-child(1n+1) {
  color: #f7941d;
}

footer .footer_right-content p:nth-child(2n+1) {
  color: #002662;
}

footer .button__download {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .button__download button {
  border: none;
  background: #ff8900;
  width: 250px;
  height: 55px;
  border-radius: 50px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.background {
  width: 100%;
  height: 900px;
  margin: auto;
  position: absolute;
  z-index: 0;
  height: 950px;
  top: -0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.background .background__city {
  position: absolute;
  z-index: 24;
  left: 0;
  bottom: 0px;
}

.background .background__city img {
  width: 100%;
  height: 500px;
}

.background .background__man {
  position: absolute;
  z-index: 25;
  right: 0;
  bottom: 0;
}

.background .background__man img {
  width: 100%;
  height: 900px;
}

.background .background__blue-sky {
  position: absolute;
  z-index: 21;
}

.background .background__blue-sky img {
  width: 100%;
  height: 80%;
  top: 0;
}

.background .background__blue-sky-1 {
  position: absolute;
  z-index: 21;
  left: 0;
}

.background .background__blue-sky-1 img {
  width: 124.5%;
  height: 80%;
  top: 0;
}

.background .background__blue-sky-2 {
  position: absolute;
  z-index: 21;
  right: 0;
}

.background .background__blue-sky-2 img {
  width: 100%;
  height: 80%;
  top: 0;
}

.background .background__center-sky {
  position: absolute;
  z-index: 20;
}

.background .background__center-sky img {
  width: 100%;
  height: 1000px;
}

.background .background__left-sky {
  position: absolute;
  z-index: 22;
  left: 0;
  top: 0;
}

.background .background__left-sky img {
  width: 100%;
  height: 300px;
}

.background .background__right-sky {
  position: absolute;
  z-index: 22;
  right: 0;
}

.background .background__right-sky img {
  width: 100%;
  height: 300px;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  height: auto;
  margin-top: 60px;
  z-index: 100;
}

.main .main__headers {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #003366;
}

.main .main__headers span {
  color: #ff8900;
}

.main .main__goods {
  width: 960px;
  margin: 50px auto;
}

.main .main__goods .main__good:first-child {
  margin-left: 0;
}

.main .main__goods .main__good:nth-child(4) {
  margin-right: 0;
}

.main .main__goods .main__good:nth-child(5) {
  margin-left: 0;
}

.main .main__goods .main__good:nth-child(8) {
  margin-right: 0;
}

.main .main__goods .main__good {
  width: 220px;
  height: 199px;
  background-color: #f5f5f5;
  display: inline-block;
  margin: 15px 10px;
}

.main .main__goods .main__good .good__headers {
  font-size: 16px;
  color: #003366;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  margin: 10px 10px;
}

.main .main__goods .main__good .good__image {
  position: relative;
}

.main .main__goods .main__good .good__image .good__info {
  position: absolute;
  width: 140px;
  height: 30px;
  background-color: #032d6d;
  font-size: 25px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-weight: 300;
}

.main .main__goods .main__good .good__image .good__info p {
  margin-left: 10px;
  margin-top: -5px;
}

.main .main__goods .main__good .good__image .good__info p:last-child {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  left: 95px;
  top: 11px;
  /* font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300; */
}

.main .main__goods .main__good .good__image .good__info p:last-child sup {
  position: absolute;
  top: 3px;
  left: 27px;
  font-size: 8px;
}

.main .button__buy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .button__buy button {
  border: none;
  background: #032d6d;
  width: 460px;
  height: 55px;
  border-radius: 50px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.container {
  width: 960px;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */