html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
div {
  margin: 0;
  padding: 0;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0 !important;
}

html {
  height: 100%;
  max-width: 1440px;
  margin-left: calc((100vw - 1440px) / 2);
  margin-right: calc((100vw - 1440px) / 2);
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none !important;
}

header {
  z-index: 10;
  position: fixed;
  width: 100%;
  opacity: 1;
  max-width: 1440px;
}

header img {
  width: 100%;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.header-background {
  position: relative;
}

.header-container-pc {
  position: absolute;
  top: 10%;
  height: 100px;
  width: 100%;
}

.recruit-button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 50px !important;
}
.recruit-button button {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-family: YuGothicStd, sans-serif;
  font-weight: 200;
  background-color: #004496;
  width: 250px;
  height: 31px;
  border-radius: 10px;
  margin-right: 13%;
  margin-bottom: 21px;
}

.recruit-button a {
  color: rgb(255, 255, 255) !important;
}

.header-contents {
  display: flex;
  justify-content: center;
}

.header-menu {
  margin-left: 59px;
  text-align: center;
}

.header-menu-first {
  text-align: center;
}
.header-menu-ja {
  width: 84px;
  height: 20px;
  color: #004496;
  font-size: 20px;
  font-family: YuGothicStd, sans-serif;
  font-weight: 200;
  text-align: center;
}

.header-menu-en {
  color: #004496;
  font-size: 12px;
  font-family: Helvetica;
  text-align: center;
}

.header-logo {
  display: flex;
  align-items: center;
  width: 225px;
}
.header-logo img {
  width: 225px;
}

.header-container-sp {
  display: none;
}

.navbar-container {
  display: none;
}

.space {
  height: 91px;
  width: 100%;
  z-index: 10;
  opacity: 1 !important;
}

.position-fixed {
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  html {
    height: 100%;
    max-width: 1440px;
    margin-left: 0;
    margin-right: 0;
    -webkit-text-size-adjust: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  html {
    height: 100%;
    max-width: 1440px;
    margin-left: 0;
    margin-right: 0;
    -webkit-text-size-adjust: 100%;
  }
  .header-container-pc {
    display: none;
  }

  .header-background img {
    height: 55px;
  }

  .header-container-sp {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 23%;
  }
  .header-logo {
    margin-left: 20px;
  }
  .header-logo img {
    width: 130px;
  }

  .header-right {
    display: flex;
    align-items: center;
    margin-right: 5%;
  }
  .header-right img {
    width: 29px;
    height: 14px;
  }
  .navbar-container {
    background-color: #004496;
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .nav-header-container {
    justify-content: space-between;
  }
  .nav-header-container span {
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: 100;
    margin-top: -13px;
  }

  .nav-header-logo img {
    margin-top: 15px;
    margin-left: 20px;
    width: 130px;
  }

  .navbar-menu-ja {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: YuGothicStd, sans-serif;
    font-weight: 200;
  }

  .navbar-border {
    width: 61px;
    height: 1px;
    border: 1px solid rgb(255, 255, 255);
  }

  .navbar-menu-en {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: Helvetica;
  }

  .navbar-menu {
    margin-bottom: 30px;
    margin-left: 33%;
    list-style-type: none;
  }

  .navbar-menu-top {
    margin-top: 30px;
  }

  .hide {
    display: none !important;
  }

  .position-to-static {
    position: static;
  }

  .display-to-flex {
    display: flex;
  }
  .space {
    height: 25px;
  }
}
