.sticky-nav {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.container {
  background-image: url('../images/main_img.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  height: 100vh;
  max-height: none;
  min-height: auto;
  min-width: auto;
  opacity: 1;
  object-fit: contain;
  overflow: auto;
}

.container-2 {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image {
  filter: grayscale();
  margin: 320px auto auto;
  padding-left: 0;
  display: block;
}

.div-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.navigation-bar {
  color: #676770;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 50px;
}

.brand-link {
  padding-top: 0;
  padding-bottom: 0;
}

.image-2 {
  width: 80px;
  margin-top: 18px;
}

.navigation-link {
  color: #333;
  padding-top: 40px;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #333;
  border-bottom: 4px solid #e77808;
}

.navigation-link.w--current {
  color: #333;
  border-bottom: 4px solid #e77808;
  padding-top: 40px;
  font-size: 14px;
}

.paragraph {
  color: #676770;
  margin-top: 22px;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  width: 200px;
  color: #555;
  text-align: center;
  border-top: 2px solid #bebebe;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.form-field {
  height: 45px;
  object-fit: fill;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.section-title-group {
  margin-bottom: 32px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section-2 {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-radius: 1px;
  padding: 80px 10px;
  position: relative;
}

.form {
  margin-top: 16px;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #555;
  margin-bottom: -3px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-3 {
  width: 300px;
  text-align: left;
  object-fit: fill;
  margin-top: 150px;
  position: static;
  overflow: visible;
}

.heading {
  text-align: left;
  border-left: 5px solid #e77808;
  margin-bottom: 36px;
  padding-left: 10px;
  font-size: 18px;
}

.columns {
  border-top: 1px #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-left: -10px;
}

.text-block-3 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-block-4 {
  text-align: left;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 23px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.column {
  border: 1px #000;
}

.text-block-5 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.column-2 {
  padding-left: 0;
}

.link {
  color: #e77808;
  text-transform: none;
  white-space: normal;
  font-style: normal;
  text-decoration: none;
}

.bold-text {
  font-size: 18px;
}

.text-span-5 {
  font-size: 17px;
}

.partner-link {
  text-align: left;
  margin-top: -8px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.columns-um {
  border-top: 1px #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: -10px;
}

.image-4 {
  width: 150px;
  height: auto;
  padding-bottom: 20px;
}

.partner-link-copy {
  text-align: left;
  margin-top: -8px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.columns-2 {
  border-top: 1px #ccc;
  border-bottom: 1px #ccc;
}

.div-block-2 {
  margin-top: 300px;
}

.text-block-6 {
  margin-bottom: 8px;
}

.heading-2 {
  margin-top: auto;
  margin-bottom: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-7 {
  color: #666;
}

@media screen and (max-width: 991px) {
  .text-block-2 {
    margin-top: 15px;
  }

  .navigation-menu {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-link {
    color: rgba(255, 255, 255, .52);
    background-color: #555;
  }

  .navigation-link:hover, .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #fff;
  }

  .icon {
    color: #333;
    font-size: 50px;
  }

  .text-span-2, .text-span-3, .text-span-4 {
    color: #555;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .form-field.text-area {
    display: block;
  }

  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section {
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-clip: border-box;
  }

  .image {
    max-width: 80%;
    margin-top: 179px;
  }

  .image-2 {
    width: 60px;
  }

  .navigation-link {
    color: #fff;
    background-color: #555;
  }

  .navigation-link:hover {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #fff;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .button {
    margin-bottom: 25px;
  }

  .icon {
    color: #333;
    font-size: 50px;
  }

  .text-span {
    color: #555;
  }

  .image-3 {
    margin-top: 0;
  }

  .image-4 {
    width: 140px;
    height: auto;
  }
}


