/* header content */

/*
.header__content div{
 text-align: left; 
}

.header__content-wrap {
  margin: 5em auto;
  max-width: 90%;
}

.header__content .lead {
  background: #241ddd;
  border-radius: 0.4em;
  color: #fff;
  display: inline-block;
  font-size: 0.845em;
  font-weight: 700;
  padding: 0.75em 1em;
}

.header__content .catch {
  border-bottom: 0.1em solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0.85em 0;
  padding: 0.25em 0;
}

.header__content .catch span {
  font-weight: 700;
}
.header__content .catch strong {
  color: #ffd600;
  font-size: 1.25em;
  font-weight: 700;
}
.header__content .title {
  color: #fff;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.header__content .title strong {
  color: #ffd600;
  font-weight: 800;
}
.header__content .title span {
  font-size: 0.75em;
}

.header__content .desc {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.75;
  margin: 1em 0;
}

.header__content .feat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.header__content .feat li {
  background: #fff;
  border: 1px solid #312adf;
  border-radius: 0.25em;
  color: #241ddd;
  font-size: 0.65em;
  font-weight: 700;
  letter-spacing: 0;
  list-style-type: none;
  padding: 1em 0.5em 1em 3.5em;
  position: relative;
  width: 48.5%;
}

.header__content .feat li:before {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-feat-check.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 2em;
  left: 5%;
  position: absolute;
  top: 30%;
  width: 2em;
}
.header__content .category {
  margin: 0.35em 0;
}
.header__content .category li {
  background: #fff;
  border-radius: 0.3125em;
  color: #666;
  display: inline-block;
  font-size: 0.75em;
  margin-bottom: 0.65em;
  margin-right: 0.35em;
  padding: 0.4em 0.6em;
}

.header__content .sp-catch {
  display: block;
  margin: 2em auto 1em;
  width: 50%;
}

.header__content .link {
  background: #ffd600;
  border-radius: 0.25em;
  color: #333;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 auto;
  padding: 0.85em 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.header__content .link:after {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-chevron-right.svg) no-repeat;
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 0.75em;
  position: absolute;
  right: 1em;
  top: 40%;
  width: 0.35em;
}

.nav {
  display: none;
}


.nav__menu {
  align-items: center;
  display: flex;
  gap: 1.5em;
  list-style-type: none;
}
.nav__menu a {
  color: #1f1f1f;
  font-size: 0.875em;
  font-weight: 500;
  text-decoration: none;
  transition: unset;
}
.nav__menu a:hover {
  border-bottom: 0.15em solid #241ddd;
  color: #241ddd;
}
.nav__cta {
  align-items: center;
  display: flex;
  gap: 1em;
  margin: 1em 0;
}
.nav__cta a:first-child {
  background: #ffd600;
  color: #333;
}
.nav__cta a:first-child,
.nav__cta a:nth-child(2) {
  align-items: center;
  border-radius: 2.5rem;
  display: flex;
  font-weight: 700;
  gap: 1em;
  height: 100%;
  justify-content: center;
  min-width: 11.5em;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
}
.nav__cta a:nth-child(2) {
  background: #002d49;
  color: #fff;
}

.heading {
  gap: 1.5em;
}
.heading,
.heading__title {
  display: flex;
  flex-direction: column;
}
.heading__title {
  font-size: 1em;
  text-align: center;
}
.heading__title-en {
  color: #241ddd;
  font-family: Outfit, Noto Sans JP, Yu Gothic, YuGothic, Pro, Kozuka Gothic Pro,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1em;
  font-weight: 400;
}

.about {
  margin: 3em auto;
  max-width: 90%;
}

.about__content {
  margin: 3em auto;
  width: 100%;
}

.about__desc {
  line-height: 1.8;
  margin-bottom: 3.5em;
  margin-top: 2.5em;
}
.about__desc strong {
  color: #241ddd;
  font-weight: 700;
}
.about__info {
  background: #f8f8f8;
  border-radius: 0.5rem;
  padding: 1.25em 1.85em;
}
.about__info h3 {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  gap: 0.5em;
  justify-content: flex-start;
  margin-bottom: 1em;
}
.about__info h3:after {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-info.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
}
.about__info p {
  font-size: 1em;
}

.cta {
  align-items: center;
  background: linear-gradient(90deg, #1a83f5 -1.22%, #215ef4 100.62%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  justify-content: center;
  padding: 3em 5%;
  text-align: center;
}

.cta__row {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}

.cta__btn {
  background: #fff;
  border-radius: 0.35em;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.cta__btn p {
  font-size: 1.25em;
  font-weight: 700;
}

*/

/* min 1280px */

/*
@media (min-width: 1280px) {
  .header__content-wrap {
    margin: 0 auto;
    max-width: 65%;
  }
}
*/

/* min 1024px */

/* 
@media (min-width: 1024px) {
  .header__content-wrap {
    max-width: 80%;
  }
  
   .header__content .lead {
    border-radius: 0.25em;
    font-size: 1.25em;
    padding: 0.25em 0.5em;
  }
  
    .header__content .catch {
    font-size: 1.65em;
  }
  
    .header__content .title {
    font-size: 4em;
  }
  
    .header__content .title span {
    font-size: 0.75em;
  }
  
    .header__content .desc {
    font-size: 1em;
  }
  
    .header__content .feat {
    gap: 1em;
  }
  
  .header__content .feat li {
    font-size: 1.25em;
    padding: 1em 1em 1em 3.5em;
    width: 48%;
  }
   
  .header__content .category li {
    font-size: 0.85em;
  }
  
  .header__content .sp-catch {
    display: none;
  }

  .header__content .link {
    max-width: 65%;
  }
  
    .nav {
    background: #fff;
    box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  
  .heading__title-en {
    font-size: 1.25em;
  }
  
    .about {
    margin: 4em auto;
  }
    .about__content {
    margin: 4em auto;
    width: 85%;
  }
}
*/



.header__content div{
 text-align: left; 
}

.contact-submit{
  display: flex !important;
  justify-content: center;
  padding-bottom: 10px;
}

.contact-submit__btn-container{
width: 100%;
max-width: 366px;  
 max-height: 100px;
}


.sp-only {
  display: inline-block;
}
@media (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}
.pc-only {
  display: none;
}
@media (min-width: 1024px) {
  .pc-only {
    display: inline-block;
  }
}
.bg-blue {
  background: #003291;
}
.bg-gray {
  background: #f8f8f8;
}
.bg-gradient-ltblue-feat {
  background: linear-gradient(
    198deg,
    #fbfbfc,
    rgba(230, 240, 249, 0.69) 31%,
    rgba(160, 210, 255, 0) 65%
  );
}
.bg-gradient-ltblue-case {
  background: linear-gradient(
    342deg,
    #fbfbfc,
    rgba(230, 240, 249, 0.69) 31%,
    rgba(160, 210, 255, 0) 65%
  );
}

/*
@media (min-width: 1024px) {
  .header {
    min-height: 60em;
  }
}
 */
.header__fv {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 1024px) {
  .header__fv {
    height: 100vh;
    min-height: 60em;
  }
}
.header__content {
  align-items: flex-start;
  background: url(../../img/fv-bg-sp.webp) no-repeat 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (min-width: 1024px) {
  .header__content {
    background: url(../../img/fv-bg.webp) no-repeat 50%;
    background-size: cover;
  }
}
.header__content-wrap {
  margin: 5em auto;
  max-width: 90%;
}
@media (min-width: 768px) {
  .header__content-wrap {
    margin: 5em auto;
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .header__content-wrap {
    max-width: 80%;
  }
}
@media (min-width: 1280px) {
  .header__content-wrap {
    margin: 0 auto;
    max-width: 85%;
  }
}
.header__content .logo {
  left: 5%;
  max-width: 6em;
  position: absolute;
  top: 1.5em;
}
@media (min-width: 1024px) {
  .header__content .logo {
    max-width: 7.5em;
    top: 2em;
  }
}
.header__content .lead {
  background: #241ddd;
  border-radius: 0.4em;
  color: #fff;
  display: inline-block;
  font-size: 0.845em;
  font-weight: 700;
  padding: 0.75em 1em;
}
@media (min-width: 1024px) {
  .header__content .lead {
    border-radius: 0.25em;
    font-size: 1.25em;
    padding: 0.25em 0.5em;
  }
}
.header__content .catch {
  border-bottom: 0.1em solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0.85em 0;
  padding: 0.25em 0;
}
@media (min-width: 1024px) {
  .header__content .catch {
    font-size: 1.65em;
  }
}
.header__content .catch span {
  font-weight: 700;
}
.header__content .catch strong {
  color: #ffd600;
  font-size: 1.25em;
  font-weight: 700;
}
.header__content .title {
  color: #fff;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1024px) {
  .header__content .title {
    font-size: 4em;
  }
}
.header__content .title strong {
  color: #ffd600;
  font-weight: 800;
}
.header__content .title span {
  font-size: 0.75em;
}
@media (min-width: 1024px) {
  .header__content .title span {
    font-size: 0.75em;
  }
}
.header__content .desc {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.75;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .header__content .desc {
    font-size: 1em;
  }
}
.header__content .feat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media (min-width: 1024px) {
  .header__content .feat {
    gap: 1em;
  }
}
.header__content .feat li {
  background: #fff;
  border: 1px solid #312adf;
  border-radius: 0.25em;
  color: #241ddd;
  font-size: 0.65em;
  font-weight: 700;
  letter-spacing: 0;
  list-style-type: none;
  padding: 1em 0.5em 1em 3.5em;
  position: relative;
  width: 48.5%;
}
@media (min-width: 1024px) {
  .header__content .feat li {
    font-size: 1.25em;
    padding: 1em 1em 1em 3.5em;
    width: 48%;
  }
}
.header__content .feat li:before {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-feat-check.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 2em;
  left: 5%;
  position: absolute;
  top: 30%;
  width: 2em;
}
.header__content .category {
  margin: 0.35em 0;
}
.header__content .category li {
  background: #fff;
  border-radius: 0.3125em;
  color: #666;
  display: inline-block;
  font-size: 0.75em;
  margin-bottom: 0.65em;
  margin-right: 0.35em;
  padding: 0.4em 0.6em;
}
@media (min-width: 1024px) {
  .header__content .category li {
    font-size: 0.85em;
  }
}
.header__content .sp-catch {
  display: block;
  margin: 2em auto 1em;
  width: 50%;
}
@media (min-width: 1024px) {
  .header__content .sp-catch {
    display: none;
  }
}
.header__content .link {
  background: #ffd600;
  border-radius: 0.25em;
  color: #333;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 auto;
  padding: 0.85em 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .header__content .link {
    max-width: 65%;
  }
}
.header__content .link:after {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-chevron-right.svg) no-repeat;
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 0.75em;
  position: absolute;
  right: 1em;
  top: 40%;
  width: 0.35em;
}
.header__form {
  display: none;
}
@media (min-width: 1024px) {
  .header__form {
    align-items: center;
    background: linear-gradient(180deg, #f7f7f7, #e8efff);
    display: flex;
    flex-direction: column;
    gap: 1em;
    height: 100%;
    justify-content: center;
    padding: 0 3.5em;
    width: 33.3333333333%;
  }
}
.header__form h2 {
  color: #003291;
  font-size: 1.5em;
}
.header__form-info .sep {
  display: inline-block;
  font-size: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
.header__form-info .sep:after {
  right: 0;
}
.header__form-info .sep:after,
.header__form-info .sep:before {
  background: #c8c8c8;
  content: "";
  display: inline-block;
  height: 0.05em;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40%;
}
.header__form-info .sep:before {
  left: 0;
}
.header__form-info .lead {
  color: #2e2e2e;
  font-size: 0.85em;
  font-weight: 500;
  margin: 1em 0;
}
.header__form-info .link {
  background: #fff;
  border: 1px solid #003291;
  border-radius: 0.25em;
  color: #003291;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.header__form-info .desc {
  color: #2e2e2e;
  font-size: 0.65em;
  font-weight: 500;
  margin: 1em 0;
}
.header__form-info .desc a {
  color: inherit;
  text-decoration: underline;
}
.header__form-info .desc a:focus,
.header__form-info .desc a:hover {
  color: #241ddd;
  text-decoration: underline;
}
.header__sp-form {
  align-items: center;
  background: linear-gradient(180deg, #f7f7f7, #e8efff);
  display: none;
  flex-direction: column;
  gap: 1em;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 0 3% 0 5%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .header__sp-form {
    display: none;
  }
}
.header__sp-form__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  width: 100%;
}
.header__sp-form__head .close {
  height: 2.5em;
  padding: 0.5em;
  width: 2.5em;
}
.header__sp-form__head h2 {
  color: #003291;
  display: inline-block;
  font-size: 1.5em;
  width: 100%;
}
.header__sp-form__info .sep {
  display: inline-block;
  font-size: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
.header__sp-form__info .sep:after {
  right: 0;
}
.header__sp-form__info .sep:after,
.header__sp-form__info .sep:before {
  background: #c8c8c8;
  content: "";
  display: inline-block;
  height: 0.05em;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40%;
}
.header__sp-form__info .sep:before {
  left: 0;
}
.header__sp-form__info .lead {
  color: #2e2e2e;
  font-size: 0.85em;
  font-weight: 500;
  margin: 1em 0;
}
.header__sp-form__info .link {
  background: #fff;
  border: 1px solid #003291;
  border-radius: 0.25em;
  color: #003291;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.header__sp-form__info .desc {
  color: #2e2e2e;
  font-size: 0.65em;
  font-weight: 500;
  margin: 1em 0;
}
.header__sp-form__info .desc a {
  color: inherit;
  text-decoration: underline;
}
.header__sp-form__info .desc a:focus,
.header__sp-form__info .desc a:hover {
  color: #241ddd;
  text-decoration: underline;
}
.header__sp-form__content {
  display: block;
  height: 100%;
  overflow-y: scroll;
  padding: 2em 0.75em 5em 0.25em;
}
.header__sp-form .form__fv .hs_name1 {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.header__sp-form .form__fv .hs_phone {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.header__sp-navbar {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: center;
  position: absolute;
  right: 5%;
  top: 1em;
}
@media (min-width: 1024px) {
  .header__sp-navbar {
    display: none;
  }
}
.header__sp-toggle {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 3em;
  justify-content: center;
  width: 2.25em;
}
.header__sp-toggle span {
  background: #fff;
  height: 0.1em;
  margin: 0.25em 0;
  width: 100%;
}
.header__sp-link {
  background: #ffd600;
  border-radius: 2.5em;
  color: #333;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.5em 1.25em;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header__sp-link {
    display: none;
  }
}
.header__sp-menu {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.header__sp-menu-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.3em 5%;
}
.header__sp-menu-head .logo {
  max-width: 6em;
}
@media (min-width: 1024px) {
  .header__sp-menu-head .logo {
    max-width: 7.5em;
  }
}
.header__sp-menu-head .close {
  height: 2.5em;
  padding: 0.5em;
  width: 2.5em;
}
.header__sp-menu-content {
  margin: 0 auto;
  max-width: 90%;
}
.header__sp-menu-content .formBtn {
  background: #ffd600;
  border: 0.15em solid #ffd600;
  border-radius: 0.25em;
  color: #333;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 auto 1em;
  padding: 0.85em 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.header__sp-menu-content .formBtn:after {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-chevron-right.svg) no-repeat;
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 0.75em;
  position: absolute;
  right: 1em;
  top: 40%;
  width: 0.35em;
}
.header__sp-menu-content .linkBtn {
  background: #fff;
  border: 0.15em solid #003291;
  border-radius: 0.25em;
  color: #003291;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 auto 2em;
  padding: 0.85em 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.header__sp-menu-content ul li {
  align-items: center;
  border-bottom: 0.15em solid #dcdcdc;
  display: flex;
  font-size: 0.85em;
  font-weight: 700;
  justify-content: space-between;
  width: 100%;
}
.header__sp-menu-content ul li:after {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-chevron-right.svg) no-repeat 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  width: 0.5em;
}
.header__sp-menu-content ul li a {
  color: inherit;
  display: inline-block;
  height: 100%;
  padding: 0.65em;
  text-decoration: none;
  width: 100%;
}
.footer {
  padding: 2em 0;
}
.footer__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  gap: 2em;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 90%;
}
@media (min-width: 1024px) {
  .footer__content {
    flex-direction: row;
    font-size: 0.85em;
  }
}
.footer__content-left {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__content-left {
    flex-direction: row;
    gap: 1.5em;
    width: 50%;
  }
}
.footer__content-right {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__content-right {
    flex-direction: row;
    width: 50%;
  }
}
.footer__content-logo {
  max-width: 7.5em;
}
.footer__content p {
  font-family:Roboto,Noto Sans JP,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,小塚ゴシック Pro,Kozuka Gothic Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-weight:300
}
  font-weight: 300;
}
.contact {
  margin: 0 auto;
  padding: 3em 5%;
  text-align: center;
}

.contact.contact--part2{
  padding-top: 0px !important;
}

.contact.contact--part2 .form__contact.form-base .desc{
  text-align: left;
  padding-right: 7px;
  padding-left: 7px;
}

.contact.contact--part1{
  padding-bottom: 1em !important;
}

.hs-submit{
 display: block !important; 
}

@media (min-width: 1024px) {
  .contact {
    padding: 4em 5%;
  }
}
.contact__info {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .contact__info {
    flex-direction: row;
  }
}
.contact__info p {
  font-size: 1em;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .contact__info p {
    font-size: 1.25em;
  }
}
.contact__info .tel {
  color: #003291;
  font-size: 2.25em;
  font-weight: 700;
  margin: 0 0.5em;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .contact__info .tel {
    pointer-events: none;
  }
}
.cta {
  align-items: center;
  background: linear-gradient(90deg, #1a83f5 -1.22%, #215ef4 100.62%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  justify-content: center;
  padding: 3em 5%;
  text-align: center;
}
@media (min-width: 1024px) {
  .cta {
    padding: 2.5em 5%;
  }
}
.cta__row {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .cta__row {
    flex-direction: row;
    max-width: 85%;
  }
}
.cta__btn {
  background: #fff;
  border-radius: 0.35em;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1.25em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .cta__btn {
    width: 50%;
  }
}
.cta__btn p {
  font-size: 1.25em;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .cta__btn p {
    font-size: 1.65em;
  }
}
.cta__btn .cta__btn-yellow {
  background: #ffd600;
  border-radius: 0.25em;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 auto;
  padding: 0.85em 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .cta__btn .cta__btn-yellow {
    max-width: 65%;
  }
}
.cta__btn .cta__btn-yellow:after {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-chevron-right.svg) no-repeat;
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 0.75em;
  position: absolute;
  right: 1em;
  top: 40%;
  width: 0.35em;
}
.cta__btn .cta__btn-blue {
  background: #002d49;
  border-radius: 0.25em;
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 auto;
  padding: 0.85em 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .cta__btn .cta__btn-blue {
    max-width: 65%;
  }
}
.cta__btn .cta__btn-blue:after {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-chevron-white-right.svg) no-repeat;
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 0.75em;
  position: absolute;
  right: 1em;
  top: 40%;
  width: 0.35em;
}
.cta .sp-only {
  display: flex;
}
@media (min-width: 1024px) {
  .cta .sp-only {
    display: none;
  }
}
.cta .pc-only {
  display: none;
}
@media (min-width: 1024px) {
  .cta .pc-only {
    display: flex;
  }
}
.faq {
  margin: 3em auto;
  max-width: 90%;
  width: 100%;
}
@media (min-width: 1024px) {
  .faq {
    margin: 4em auto;
  }
}
.faq__list {
  margin: 3em auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .faq__list {
    margin: 4em auto;
    max-width: 85%;
  }
}
.faq__item {
  align-items: flex-start;
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 0.5em;
  box-shadow: 0 3px 10px 0 hsla(0, 0%, 56%, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 1em;
  padding: 1em 3em 1em 1em;
  position: relative;
}
@media (min-width: 1024px) {
  .faq__item {
    padding: 2em 3em;
  }
}
.faq__item p {
  margin: 0;
  text-align: left;
}
.faq .active .icon span:nth-of-type(2) {
  opacity: 0;
}
.faq .active .faq__item-a {
  display: flex;
  opacity: 1;
}
.faq .icon {
  display: flex;
  position: absolute;
  right: 0;
}
.faq .icon span {
  background: #241ddd;
  display: inline-block;
  height: 0.2em;
  width: 1em;
}
@media (min-width: 1024px) {
  .faq .icon span {
    height: 0.2em;
    width: 1.5em;
  }
}
.faq .icon span:nth-of-type(2) {
  opacity: 1;
  transform: rotate(90deg) translateX(-50%) translateY(0.5em);
  transform-origin: 0;
  transition: all 0.2s ease-in-out;
  width: 1em;
}
@media (min-width: 1024px) {
  .faq .icon span:nth-of-type(2) {
    transform: rotate(90deg) translateX(-50%) translateY(0.72em);
    width: 1.35em;
  }
}
.faq__item-a {
  align-items: center;
  display: none;
  font-size: 0.875em;
  opacity: 0;
  text-align: left;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .faq__item-a {
    font-size: 1em;
  }
}
.faq__item-a:before {
  color: #333;
  content: "A.";
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  margin-right: 1em;
  width: 0.5em;
}
@media (min-width: 1024px) {
  .faq__item-a:before {
    margin-right: 1em;
    width: 1em;
  }
}
.faq__item-q {
  align-items: center;
  display: flex;
  font-size: 0.875em;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .faq__item-q {
    font-size: 1em;
  }
}
.faq__item-q:hover {
  cursor: pointer;
}
.faq__item-q:before {
  color: #241ddd;
  content: "Q.";
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  margin-right: 1em;
  width: 0.5em;
}
@media (min-width: 1024px) {
  .faq__item-q:before {
    margin-right: 1em;
    width: 1em;
  }
}
.support {
  margin: 0 auto;
  padding: 3em 5%;
  text-align: center;
}
@media (min-width: 1024px) {
  .support {
    padding: 4em 5%;
  }
}
.support__list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  justify-content: space-between;
  margin: 3em auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .support__list {
    flex-direction: row;
    margin: 4em auto;
    width: 85%;
  }
}
.support__item {
  background: #fff;
  border-radius: 0.5em;
  box-shadow: 0 3px 10px 0 hsla(0, 0%, 56%, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .support__item {
    width: 32%;
  }
}
.support__item img {
  width: 100%;
}
.support__info {
  padding: 1.5em 1.5em 3em;
}
.support__info h3 {
  color: #4a90e2;
  font-size: 1.25em;
  letter-spacing: 0;
  text-align: center;
}
.support__info p {
  font-size: 0.85em;
  margin: 1em 0 0;
  max-width: 100%;
  text-align: left;
}
.flow {
  margin: 3em auto;
  max-width: 90%;
  width: 100%;
}
@media (min-width: 1024px) {
  .flow {
    margin: 4em auto;
  }
}
.flow__list {
  counter-reset: flow;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 4em auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .flow__list {
    flex-direction: row;
    max-width: 85%;
  }
}
.flow__item {
  background: #fff;
  border-radius: 0.5em;
  box-shadow: 0 3px 10px 0 hsla(0, 0%, 56%, 0.2);
  margin-bottom: 3em;
  padding: 1em 1em 1.5em;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .flow__item {
    width: 24%;
  }
}
.flow__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .flow__item:last-of-type {
    margin-bottom: 3em;
  }
}
.flow__item:after {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-triangle.svg) no-repeat;
  background-size: contain;
  bottom: -2.35em;
  content: "";
  display: inline-block;
  height: 3em;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  width: 1.75em;
  z-index: 1;
}
@media (min-width: 1024px) {
  .flow__item:after {
    left: unset;
    margin-left: unset;
    margin-right: unset;
    right: -1.75em;
    top: 35%;
    transform: rotate(0deg);
  }
}
.flow__item:last-of-type:after {
  display: none;
}
.flow__item small {
  background: #4a90e2;
  border-radius: 0.25em;
  color: #fff;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 700;
  padding: 0.25em;
  text-align: center;
  width: 100%;
}
.flow__item h3 {
  font-size: 1.35em;
  margin: 0.5em 0;
}
.flow__item img {
  height: 5.5em;
  width: 5.5em;
}
.flow__item p {
  color: #525252;
  font-size: 0.85em;
  letter-spacing: 0;
  margin: 0 auto;
  max-width: 90%;
  text-align: left;
  width: 90%;
}
@media (min-width: 1024px) {
  .flow__item p {
    max-width: 86%;
    width: 86%;
  }
}
.case {
  margin: 0 auto;
  padding: 3em 5%;
  text-align: center;
}
@media (min-width: 1024px) {
  .case {
    padding: 4em 5%;
  }
}
.case__list {
  display: flex;
  flex-direction: column;
  gap: 3.5em;
  justify-content: space-between;
  margin: 3em auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .case__list {
    margin: 4em auto;
    width: 85%;
  }
}
.case__list-client {
  flex-direction: column;
  gap: 3.5em;
}
@media (min-width: 1024px) {
  .case__list-client {
    flex-direction: row;
    gap: 1.5em;
  }
}
.case__item {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
@media (min-width: 1024px) {
  .case__item {
    flex-direction: row;
  }
}
.case__item-client {
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .case__item-client {
    width: 100%;
  }
}
.case__img {
  border: 0.05em solid #e3e3e3;
  border-radius: 0.25em;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .case__img {
    border-radius: 0.5em;
    width: 50%;
  }
}
.case__img-client {
  border-radius: 0.65em;
  width: 100%;
}
.case__info {
  display: flex;
  flex-direction: column;
  gap: 1em;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .case__info {
    width: 50%;
  }
}
.case__info-client {
  width: 100%;
}
@media (min-width: 1024px) {
  .case__info.sp-only {
    display: none;
  }
}
.case__info .number {
  background: linear-gradient(270deg, #003291 75%, #00a5eb);
  -webkit-background-clip: text;
  background-clip: text;
  font-family:Roboto,Noto Sans JP,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,小塚ゴシック Pro,Kozuka Gothic Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: 1.15em;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
}
.case__info .title {
  font-size: 1.75em;
}
.case__info .title-client {
  font-size: 1em;
}
.case__info .desc {
  font-size: 1em;
  line-height: 2;
}
.case__info .desc-client {
  font-size: 0.85em;
}
.case__info .result {
  max-width: 100%;
}
.case__info .category {
  color: #7d7d7d;
  font-size: 0.75em;
}
.graph {
  margin: 0 auto;
  padding: 3em 5%;
  text-align: center;
}
@media (min-width: 1024px) {
  .graph {
    padding: 4em 5%;
  }
}
.graph__content {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin: 3em auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .graph__content {
    margin: 4em auto;
    width: 85%;
  }
}
.graph__content img {
  margin: 0 auto;
  max-width: 60%;
  width: 27.5em;
}
.graph__content p {
  font-size: 0.75rem;
}
.feature {
  margin: 0 auto;
  padding: 3em 5%;
  text-align: center;
}
@media (min-width: 1024px) {
  .feature {
    padding: 4em 5%;
  }
}
.feature__list {
  display: flex;
  flex-direction: column;
  gap: 3.5em;
  justify-content: space-between;
  margin: 3em auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .feature__list {
    margin: 4em auto;
    width: 85%;
  }
}
.feature__item {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
@media (min-width: 1024px) {
  .feature__item {
    flex-direction: row;
  }
}
.feature__item:nth-of-type(odd) {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .feature__item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
.feature__img {
  border-radius: 0.5em;
  width: 100%;
}
@media (min-width: 1024px) {
  .feature__img {
    width: 50%;
  }
}
.feature__img img {
  border: 0.05em solid #e3e3e3;
  border-radius: 0.25em;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .feature__img img {
    border-radius: 0.5em;
  }
}
.feature__img figcaption {
  color: #363833;
  font-size: 0.5em;
  text-align: left;
}
.feature__info {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .feature__info {
    width: 50%;
  }
  .feature__info.sp-only {
    display: none;
  }
}
.feature__info .number {
  background: linear-gradient(270deg, #003291 75%, #00a5eb);
  -webkit-background-clip: text;
  background-clip: text;
  font-family:Roboto,Noto Sans JP,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,小塚ゴシック Pro,Kozuka Gothic Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: 1.15em;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
}
.feature__info .title {
  font-size: 1.75em;
}
.feature__info .desc {
  font-size: 1em;
  line-height: 2;
}
.feature__info .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feature__info .item {
  color: #241ddd;
  display: flex;
  font-size: 1.2em;
  font-weight: 700;
  gap: 1em;
  margin: 0 0 0.5em;
}
.feature__info .item:before {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-check.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-top: 0.25em;
  min-height: 1.5em;
  min-width: 1.5em;
}
@media (min-width: 1024px) {
  .feature__info .item:before {
    margin-top: 0;
  }
}
.problem {
  margin: 3em auto;
  max-width: 90%;
  width: 100%;
}
@media (min-width: 1024px) {
  .problem {
    margin: 4em auto;
  }
}
.problem__list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  justify-content: space-between;
  margin: 3em auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .problem__list {
    flex-direction: row;
    margin: 4em auto;
    width: 85%;
  }
}
.problem__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1em;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .problem__item {
    align-items: center;
    gap: 1.5em;
    text-align: center;
    width: 100%;
  }
}
.problem__item h3 {
  background: #5c7b8e;
  border-radius: 0.25em;
  color: #fff;
  display: inline-block;
  font-size: 1.125em;
  margin: 0 auto;
  padding: 0.25em 0.75em;
}
@media (min-width: 1024px) {
  .problem__item h3 {
    font-size: 1.5em;
    margin: 0;
  }
}
.problem__item p {
  font-size: 1em;
  line-height: 1.8;
  text-align: left;
}
.problem__item strong {
  color: #241ddd;
  font-weight: 700;
}
.about,
.problem__item img {
  width: 100%;
}
.about {
  margin: 3em auto;
  max-width: 90%;
}
@media (min-width: 1024px) {
  .about {
    margin: 4em auto;
  }
}
.about__content {
  margin: 3em auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .about__content {
    margin: 4em auto;
    width: 85%;
  }
}
.about__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 50em;
}
@media (min-width: 1024px) {
  .about__img {
    max-width: 60%;
  }
}
.about__desc {
  line-height: 1.8;
  margin-bottom: 3.5em;
  margin-top: 2.5em;
}
.about__desc strong {
  color: #241ddd;
  font-weight: 700;
}
.about__info {
  background: #f8f8f8;
  border-radius: 0.5rem;
  padding: 1.25em 1.85em;
}
.about__info h3 {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  gap: 0.5em;
  justify-content: flex-start;
  margin-bottom: 1em;
}
.about__info h3:after {
  background: url('https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-info.svg') no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
}
.about__info p {
  font-size: 1em;
}
.nav {
  display: none;
}
@media (min-width: 1024px) {
  .nav {
    background: #fff;
    box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}
.nav__menu {
  align-items: center;
  display: flex;
  gap: 1.5em;
  list-style-type: none;
}
.nav__menu a {
  color: #1f1f1f;
  font-size: 0.875em;
  font-weight: 500;
  text-decoration: none;
  transition: unset;
}
.nav__menu a:hover {
  border-bottom: 0.15em solid #241ddd;
  color: #241ddd;
}
.nav__cta {
  align-items: center;
  display: flex;
  gap: 1em;
  margin: 1em 0;
}
.nav__cta a:first-child {
  background: #ffd600;
  color: #333;
}
.nav__cta a:first-child,
.nav__cta a:nth-child(2) {
  align-items: center;
  border-radius: 2.5rem;
  display: flex;
  font-weight: 700;
  gap: 1em;
  height: 100%;
  justify-content: center;
  min-width: 11.5em;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
}
.nav__cta a:nth-child(2) {
  background: #002d49;
  color: #fff;
}
.form__fv {
  width: 100%;
}
.form__fv .hs-form-field:first-of-type {
  border-top: 1px solid #c8c8c8;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.form__fv .hs-form-field:last-of-type,
.form__fv .hs_phone {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.form__fv .hs-submit {
  border-radius: 0.25em;
  margin: 1.5em auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .form__fv .hs-submit {
    width: 100%;
  }
}
.form__fv .hs-submit:after {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-chevron-right.svg) no-repeat;
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 40%;
  width: 0.5em;
}
.form__fv .hs-submit .hs-button {
  background: #ffd600;
  border-radius: 0.25rem;
  color: #333;
  font-size: 1.25em;
  font-weight: 700;
  height: 100%;
  padding: 0.85em 0;
  width: 100%;
}
.form__contact {
  display: block;
  margin: 0px auto;
  max-width: 35em;
  padding: 0 0 4em;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .form__contact {
    margin: 0px auto;
  }
}
.form__contact .hs-ask2,
.form__contact .hs-form-field:last-of-type {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.form__contact .hs-form-field:first-of-type {
  border-top: 1px solid #c8c8c8;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.form__contact .hs-submit {
  margin: 2em auto 1em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .form__contact .hs-submit {
    margin: 3em auto 1em;
    width: 60%;
  }
}
.form__contact .hs-submit .contact-submit__btn-container:after {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/icon-chevron-right.svg) no-repeat;
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 1em;
  position: absolute;
  right: 40px;
  top: 40%;
  width: 0.5em;
}
.form__contact .hs-submit .hs-button {
  background: #ffd600;
  border-radius: 0.25em;
  color: #333;
  font-size: 1.25em;
  font-weight: 700;
  height: 100%;
  padding: 0.85em 0;
  width: 100%;
}
.form__contact .desc {
  color: #262626;
  display: inline-block;
  font-size: 0.65em;
  font-weight: 500;
  margin: 1em 0;
}
.form__contact .desc a {
  color: inherit;
  text-decoration: underline;
}
.form__contact .desc a:focus,
.form__contact .desc a:hover {
  color: #241ddd;
  text-decoration: underline;
}
.form-base input,
.form-base select,
.form-base textarea {
  border: none;
  margin: 0.25em 0;
  padding: 0.5em 0;
  width: 100%;
}
.form-base input:focus-visible,
.form-base select:focus-visible,
.form-base textarea:focus-visible {
  outline: none;
}
.form-base .hs-form-field {
  background: #fff;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  padding: 0.5em 1.25em;
}
.form-base .hs-form-field label {
  font-size: 0.85em;
  font-weight: 700;
}
.form-base .hs-error-msgs {
  color: #f2545b;
  font-size: 0.8em;
  font-weight: 500;
  list-style-type: none;
  margin: 0;
}
.form-base .hs_error_rollup {
  margin: 2em auto;
  text-align: center;
}
.form-base .hs_error_rollup .hs-main-font-element {
  font-size: 1em;
  font-weight: 700;
}
.heading {
  gap: 1.5em;
}
.heading,
.heading__title {
  display: flex;
  flex-direction: column;
}
.heading__title {
  font-size: 1em;
  text-align: center;
}
.heading__title-en {
  color: #241ddd;
  font-family: Outfit, Noto Sans JP, æ¸¸ã‚´ã‚·ãƒƒã‚¯, Yu Gothic,
    æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, YuGothic, å°å¡šã‚´ã‚·ãƒƒã‚¯ Pro, Kozuka Gothic Pro,
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1em;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .heading__title-en {
    font-size: 1.25em;
  }
}
.heading__title-base {
  font-size: 1.5em;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .heading__title-base {
    font-size: 2em;
  }
}
.heading__title-base-white {
  color: #fff;
  font-weight: 700;
}
.heading__title-base-lined {
  border-bottom: 0.1em solid #fff;
  display: inline-block;
  padding-bottom: 0.5em;
}
.heading__title-base-triangle {
  padding-top: 6em;
  position: relative;
}
.heading__title-base-triangle:before {
  background: url(https://39872411.fs1.hubspotusercontent-na1.net/hubfs/39872411/Innovex%20CSS%20Assets/bg-catch-sub-pc.svg) no-repeat bottom;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 6.5em;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}
.heading__title-padded {
  display: inline-block;
  margin: 3em 5% 4em;
}
.heading__highlight-blue {
  background: #241ddd;
  color: #fff;
  font-weight: 700;
  padding: 0 0.5em;
}
.heading__highlight-yellow {
  color: #ffd600;
  font-weight: 700;
}
a.link-base {
  color: inherit;
  -webkit-text-decoration: transparent;
  text-decoration: transparent;
}
a.link-base:focus,
a.link-base:hover {
  color: #241ddd;
  text-decoration: underline;
}
p.txt-base {
  font-size: 1em;
}
p.txt-base.center {
  text-align: center;
}