.form-block-2:root {
  --color-3: #081932;
  --color: white;
  --color-4: #1b2f5a;
  --color-5: #f37123;
  --color-2: #333;
  --color-6: #dce3f0;
  --color-7: #4292cf;
}

body {
  color: #333;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.2em;
}

li {
  margin-bottom: 10px;
}

.navbar {
  border-bottom: 1px none var(--color-3);
  background-color: #fff;
  justify-content: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.image {
  height: 65px;
}

.brand {
  margin: 10px 25px 10px 20px;
}

.nav-menu {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link-jm {
  color: var(--color-4);
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  padding: 10px 10px 10px 0;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.nav-link-jm:hover {
  color: var(--color-5);
}

.nav-icon {
  width: 25px;
}

.nav-text {
  margin-left: 10px;
  margin-right: 10px;
}

.hero {
  background-image: linear-gradient(#0000, #0000 27%, #000000c7), url('../images/hero.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 75vh;
  min-height: 600px;
  margin-top: 100px;
  padding: 5% 5% 0%;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--color-4);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--color-5);
  transform: scale(.9);
}

.orange-line {
  background-color: #f37123;
  width: 80%;
  height: 1px;
  margin-bottom: 10px;
}

.orange-line.less {
  margin-bottom: 15px;
}

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.txt-div._48 {
  width: 48%;
}

.txt-div._48.sp {
  width: 50%;
  color: #fff;
  background-color: #1b2f5a00;
  border-radius: 0;
  margin-top: 0;
  padding: 0 0 30px;
  position: absolute;
  inset: auto 0 0% auto;
}

.bold-line {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}
button.actionBarBtn.actionBarBtn--submit {
    margin-bottom:30px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
  inset: 0%;
}

.form-block-2 {
 background-color: #fff;
  border-radius: 15px;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 85%;
  margin-top: 0%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.h2-max {
  max-width: 90%;
  margin-bottom: 10px;
  font-size: 3em;
}

.h3-more {
  margin-bottom: 20px;
}

.text-field-3 {
  background-color: #0819320d;
  border: 1px #000;
}

.text-field-3:focus, .text-field-3::placeholder {
  color: var(--color-2);
}

.heading {
  margin-bottom: 20px;
}

.form-center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-3 {
  background-color: var(--color);
  border-radius: 10px 0 0 10px;
  max-width: 250px;
  margin-bottom: 10px;
  position: absolute;
  inset: 25px 0% auto auto;
  box-shadow: 2px 2px 5px #0003;
}

.new-footer {
  padding-top: 1%;
  padding-bottom: 3%;
}

.footer-wrap {
  border-top: 2px none var(--color-6);
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
}

.link-new {
  color: #4292cf;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.link-new:hover {
  color: #f37123;
}

.h4-lg {
  font-size: 1.5em;
}

.text-block {
  text-align: center;
  margin-top: 3%;
  font-size: .8em;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    padding-top: 10px;
  }

  .nav-text {
    display: flex;
  }

  .hero {
    background-position: 0 0, 50%;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 80px;
    padding-bottom: 5%;
    padding-left: 3%;
  }

  .txt-div._48 {
    width: 100%;
  }

  .txt-div._48.sp {
    text-align: left;
    align-items: flex-start;
    width: 45%;
    padding: 0;
  }

  .bold-line {
    display: none;
  }

  .form-block-2 {
    width: 50%;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    padding: 15px;
  }

  .h2-max {
    max-width: none;
    font-size: 2em;
  }

  .h3-more {
    font-size: 1.2em;
  }

  .image-3 {
    max-width: 200px;
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.2em;
  }

  ul {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .image {
    height: 55px;
  }

  .brand {
    margin-left: 10px;
    padding-left: 0;
  }

  .nav-menu {
    height: 65px;
  }

  .hero {
    background-position: 0 0, 50%;
    height: auto;
    min-height: 500px;
    margin-top: 70px;
    padding-left: 3%;
    padding-right: 5%;
  }

  .button {
    letter-spacing: 0;
    padding: 12px 20px;
  }

  .txt-div._48.sp {
    width: 48%;
  }

  .div-block {
    width: 90%;
  }

  .form-block-2 {
    padding: 10px;
  }

  .h2-max {
    font-size: 1.8em;
  }

  .h3-more {
    font-size: 1.2em;
  }

  .image-3 {
    top: 15px;
  }
}

@media screen and (max-width: 479px) {
    button.actionBarBtn.actionBarBtn--submit {
    margin-bottom: 30px;
}
    .txt-div._48.sp.div-2 {
    order: 1;
    margin-top: 250px;
}
    .form-block-2.w-form.div-1 {
        order:2;
}
  .image {
    height: 45px;
  }

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

  .nav-menu {
    height: 55px;
  }

  .nav-link-jm {
    padding: 5px;
  }

  .hero {
    background-color:#081932;
    background-image: url('../images/hero.jpg');
    /* background-position: 50% 100%; */
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 60px;
    padding-top: 5%;
    /* padding-bottom: 200px; */
    padding-left: 5%;
  }

  .button {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .txt-div._48 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .txt-div._48.sp {
    width: 100%;
    padding: 10px;
    position: static;
  }

  .div-block {
    width: 98%;
  }

  .form-block-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .h2-max {
    font-size: 1.6em;
  }

  .image-3 {
    inset: auto 0% 80% auto;
  }

  .footer-wrap {
    padding-top: 20px;
  }
}


