* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  width: 960px;
  margin: auto;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h2,
h3,
h4 {
  text-align: center;
}
h1 {
  color: #002046;
  font-size: 24px;
}
h2 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
}
h3 {
  font-size: 24px;
  margin-bottom: 60px;
}
.logo path {
  fill: #002046;
}
img {
  width: 100%;
  height: auto;
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
.corner {
  border-left: transparent 285px solid;
  border-right: transparent 285px solid;
  width: 100px;
  margin: auto;
  margin-bottom: 45px;
}
.section-light {
  border-bottom: 20px solid #fff;
}
.section-light .corner {
  border-top: 80px solid #002046;
}
.section-light h2,
.section-light h3 {
  color: #002046;
}
.section-dark {
  background-color: #002046;
  border-bottom: 20px solid #002046;
  color: #fff;
}
.section-dark .corner {
  border-top: 80px solid #fff;
}
.dark-bk {
  background-color: #e5e8ec;
}
header {
  height: 100px;
  border-bottom: 4px solid #0f52a0;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .logo svg {
  height: 71px;
  margin-right: 7px;
}
header nav ul li {
  display: inline-block;
  margin-left: 15px;
  height: 96px;
}
header nav ul li a {
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 40px;
}
header nav ul li a:hover {
  color: #0f52a0;
}
header .contact-btn {
  background-color: #002046;
  color: #fff;
  width: 100px;
}
header .contact-btn:hover {
  background-color: #00306a;
}
header .contact-btn:hover a {
  color: inherit;
}
header .sp-menu-icon {
  display: none;
}
.visual {
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.visual img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
}
#company .map {
  height: 450px;
  width: 100%;
}
#company .map iframe {
  width: 100%;
  height: 100%;
}
#company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 125px;
}
#company dl dt {
  padding-left: 270px;
}
#company dl dd {
  padding-left: 40px;
}
#company dl dt,
#company dl dd {
  height: 76px;
  width: 50%;
  padding-top: 26px;
}
#company dl dt + dd + dt,
#company dl dd + dt + dd {
  border-top: #002046 1px solid;
}
#site .belt {
  overflow: hidden;
  height: 450px;
}
#site .belt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site .belt ul li {
  margin-left: 35px;
}
#site .belt ul li img {
  height: 450px;
  width: auto;
}
#site .belt .slick-arrow {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
#site .belt .slick-prev {
  left: 25px;
  z-index: 5;
}
#site .belt .slick-next {
  right: 25px;
}
#job .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  width: 680px;
  margin: auto;
  padding: 2px;
  background-color: #002046;
  font-size: 32px;
  line-height: 90px;
  margin-bottom: 60px;
  text-align: center;
}
#job .lead .lead-title {
  color: #fff;
  width: 190px;
}
#job .lead .lead-text {
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#job .offers {
  margin-bottom: 50px;
  padding: 40px 50px;
}
#job .offers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#job .offers ul li {
  background-color: #fff;
  border: 2px solid #002046;
  padding: 15px 20px;
  margin-bottom: 30px;
}
#job .offers ul li + li {
  margin-left: 30px;
}
#job .offers ul:last-child li {
  margin-bottom: 0;
}
#contact {
  padding: 80px 50px 60px;
}
#contact form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#contact form dl span,
#contact form dl .error {
  display: block;
  font-size: 12px;
  color: red;
}
#contact form dl dt {
  min-width: 150px;
}
#contact form dl dd {
  width: calc(100% - 150px);
}
#contact form dl dt,
#contact form dl dd {
  margin-bottom: 30px;
}
#contact form dl input,
#contact form dl textarea {
  width: 670px;
  background-color: #fff;
  border: 1px solid #002046;
  color: #002046;
  padding: 15px 20px;
}
#contact form dl input:focus,
#contact form dl textarea:focus {
  outline: none;
  border: 2px solid #002046;
}
#contact form dl input {
  height: 60px;
}
#contact form dl textarea {
  height: 150px;
  resize: vertical;
}
#contact form input[type="submit"],
#contact form input[type="button"] {
  padding: 35px 45px;
  border: none;
  display: block;
  margin: auto;
  cursor: pointer;
  font-size: 16px;
}
#contact form input[type="submit"] {
  background-color: #002046;
  color: #fff;
}
#contact form input[type="submit"]:hover {
  background-color: #00306a;
}
#contact form input[type="submit"]:active {
  background-color: #001022;
}
#contact form input[type="button"] {
  background-color: #c8ced6;
  color: #002046;
}
#contact form input[type="button"]:hover {
  background-color: #d0d6dd;
}
#contact form input[type="button"]:active {
  background-color: #95a2b2;
}
#contact form .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 500px;
}
#contact .lead {
  text-align: center;
}
.totop {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #002046;
  position: relative;
  margin: 35px 0 20px auto;
}
.totop:hover {
  background-color: #00306a;
}
.totop .arrow {
  width: 18px;
  height: 18px;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 9px);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.totop p {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 0;
  width: 0;
}
footer {
  height: 70px;
  border-top: 4px solid #0f52a0;
  margin-top: auto;
}
footer p {
  text-align: center;
  font-size: 12px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .corner {
    border-left: transparent 105px solid;
    border-right: transparent 105px solid;
    margin-bottom: 30px;
  }
  h1 {
    font-size: 5vw;
  }
  .section-light .corner {
    border-top: 50px solid #002046;
  }
  .section-dark .corner {
    border-top: 50px solid #fff;
  }
  header {
    position: relative;
  }
  header .container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  header .logo svg {
    height: 40px;
  }
  header nav {
    background: #fff;
    position: absolute;
    width: 100vw;
    z-index: 1000;
    opacity: 0.8;
    top: 100px;
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  header nav.show {
    display: block;
  }
  header nav ul li {
    display: block;
    margin-left: auto;
    border-bottom: 1px solid #002046;
  }
  header .contact-btn {
    width: auto;
  }
  header .sp-menu-icon {
    display: block;
  }
  header .sp-menu-icon span {
    display: block;
    width: 30px;
    background: #002046;
    height: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  header .sp-menu-icon span + span {
    margin-top: 10px;
  }
  header .sp-menu-icon.open .line-1 {
    -webkit-transform: rotate(45deg) translate(4px, 0px);
    transform: rotate(45deg) translate(4px, 0px);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  header .sp-menu-icon.open .line-2 {
    width: 0;
  }
  header .sp-menu-icon.open .line-3 {
    -webkit-transform: rotate(-45deg) translate(4px, 0px);
    transform: rotate(-45deg) translate(4px, 0px);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .visual {
    height: 50vh;
  }
  #company dl dt,
  #company dl dd {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    border-top: #002046 1px solid;
  }
  #company dl dt {
    background-color: #e5e8ec;
  }
  #job .lead {
    width: 100%;
    font-size: 4.5vw;
  }
  #job .lead .lead-title {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  #job .offers {
    padding: 40px 25px 20px;
  }
  #job .offers ul li {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 0.8rem;
  }
  #job .offers ul li + li {
    margin-left: 20px;
  }
  #job .offers ul:last-child li {
    margin-bottom: 20px;
  }
  #contact {
    padding-left: 0;
    padding-right: 0;
  }
  #contact form dl {
    padding: 0 50px;
  }
  #contact form dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  #contact form dl dd {
    width: 100%;
  }
  #contact form dl input,
  #contact form dl textarea {
    width: 100%;
  }
  #contact form dl span,
  #contact form dl .error {
    display: inline;
    padding-left: 5px;
  }
  #contact form .btn-wrap {
    width: 100%;
  }
  #contact form input[type="submit"],
  #contact form input[type="button"] {
    padding: 30px;
  }
}
@media (min-width: 1700px) {
  .visual {
    height: 70vh;
    padding-top: 0;
  }
}
