/* scss/module/_index.scss */
@keyframes scroll-float {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
}
/* media query */
/* centering */
/* set top position of pseudo element */
/* set pseudo element(no image) */
/* set pseudo element */
/* font set */
#contact {
  padding: 90px 0;
}
#contact #mktoForm_3743 {
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #contact #mktoForm_3743 {
    width: 700px !important;
    max-width: 100% !important;
  }
}
#contact .mktoForm .mktoAsterix {
  color: #00223F;
  font-size: 20px;
  font-weight: bold;
  display: inline-block !important;
  float: initial;
  margin-bottom: -7px;
}
#contact .mktoForm .mktoHtmlText {
  font-size: 10px;
  font-weight: normal;
  width: 100% !important;
}
#contact .mktoForm .mktoLabel {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100% !important;
}
#contact .mktoForm .mktoGutter, #contact .mktoForm .mktoOffset, #contact .mktoForm .mktoClear {
  display: none;
}
#contact .mktoForm .mktoFormRow .mktoFormCol {
  width: 100%;
  min-height: initial;
}
@media (max-width: 480px) {
  #contact .mktoForm .mktoFormRow .mktoFormCol {
    float: right !important;
  }
}
#contact .mktoForm .mktoFormRow:first-of-type {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 520px) {
  #contact .mktoForm .mktoFormRow:first-of-type {
    flex-direction: column;
  }
}
#contact .mktoForm .mktoFormRow:first-of-type .mktoFormCol {
  width: min(48%, 170px);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #contact .mktoForm .mktoFormRow:first-of-type .mktoFormCol {
    width: min(48%, 300px);
  }
}
@media (max-width: 520px) {
  #contact .mktoForm .mktoFormRow:first-of-type .mktoFormCol {
    width: 100%;
  }
}
#contact .mktoForm .mktoFormRow:nth-of-type(2) .mktoFormCol, #contact .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol {
  margin-bottom: 0 !important;
}
#contact .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol {
  margin-bottom: 0;
}
#contact .mktoForm .mktoFormRow:nth-of-type(13) .mktoHtmlText {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 1.5em;
  bottom: 0.9em;
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 30px) !important;
}
#contact .mktoForm .mktoFormRow:nth-of-type(13) .mktoHtmlText span {
  display: inline-block;
  text-underline-offset: 2px;
  text-decoration-color: #E8374A !important;
}
#contact .mktoForm .mktoFormRow:nth-of-type(13) .mktoHtmlText span strong {
  padding: 0;
  display: block;
}
#contact .mktoForm .mktoFormRow:nth-of-type(13) .mktoHtmlText span a {
  color: #E8374A;
  padding: 0 !important;
}
#contact .mktoForm .mktoFieldWrap {
  float: initial;
}
#contact .mktoForm input[type=text], #contact .mktoForm input[type=email], #contact .mktoForm input[type=tel] {
  height: 36px;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 0.5em;
  width: 100% !important;
}
#contact .mktoForm select {
  width: 100% !important;
  height: 36px;
}
#contact .mktoForm textarea {
  width: 100% !important;
  height: 100px;
  padding-left: 0.5em;
}
#contact .mktoForm .mktoButtonRow {
  width: 100% !important;
}
#contact .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 auto !important;
  display: block;
  width: min(100%, 300px);
}
@media (max-width: 768px) {
  #contact .mktoForm .mktoButtonRow .mktoButtonWrap {
    width: min(100%, 215px);
  }
}
#contact .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  width: 100% !important;
  font-size: 24px;
  font-weight: normal;
  border-radius: 6px;
  background-color: #00223F !important;
  border: 1px solid #00223F !important;
  background-image: initial;
}
@media (max-width: 768px) {
  #contact .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 20px;
    font-weight: normal;
  }
}
#contact .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  opacity: 0.8;
  background-color: #00223F;
}

#contact-complete {
  padding: 90px 0 50px;
}
@media (max-width: 768px) {
  #contact-complete {
    padding: 90px 0 50px;
  }
}
#contact-complete .text--first {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #contact-complete .text--first {
    font-size: 20px;
    font-weight: bold;
  }
}
#contact-complete .text--second {
  font-size: 16px;
  font-weight: normal;
  margin-top: 2.5em;
  text-align: center;
}
@media (max-width: 768px) {
  #contact-complete .text--second {
    font-size: 14px;
    font-weight: normal;
  }
}
#contact-complete .text--second__link {
  color: #454545;
}

.cta {
  background-color: #00223F;
  padding: 36px 0 45px;
}
.cta__heading {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .cta__heading {
    font-size: 22px;
    font-weight: bold;
  }
}
.cta__text {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .cta__text {
    font-size: 16px;
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  .cta__text br {
    display: none;
  }
}
.cta__btn {
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  width: min(100%, 230px);
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  color: #00223F;
  margin: 1.3em auto 0;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  position: relative;
  padding-right: 0.5em;
}
@media (max-width: 768px) {
  .cta__btn {
    font-size: 20px;
    font-weight: bold;
  }
}
.cta__btn::after {
  content: "";
  background: url("/img/hyper-automation/icn_cta_01.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: calc(50% - 22px / 2);
  right: 1.5em;
}
.cta__btn.start-animation {
  padding-right: 0;
  padding-left: 1em;
}
.cta__btn.start-animation::after {
  animation: button-after-animation-cta 0.2s ease-in-out 0s 1 forwards;
}
.cta__btn.end-animation {
  padding-right: 0.5em;
  padding-left: 0;
}
.cta__btn.end-animation::after {
  animation: button-after-reset-animation-cta 0.2s ease-in-out 0s 1 forwards;
}
.cta__btn:hover {
  color: #00223F;
}