@charset "UTF-8";
/**************************************************
    sass
***************************************************/
/* -----------------------------------------------
	Variables
-------------------------------------------------- */
/* -----------------------------------------------
	Mixins
-------------------------------------------------- */
/* ---------- Media Query --------- */
/* ---------- CSS Hack --------- */
/* ---------- Common --------- */
/* ---------- Image --------- */
/* ---------- Arrow --------- */
/* ---------- Icon --------- */
/* ---------- Animation --------- */
/* -----------------------------------------------
  Functions
--------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**************************************************
	base
***************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
html {
  font-size: 18px;
  font-size: min(18px, 1.8vw);
  background: #fff;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: 4.8vw;
  }
}

body {
  background: #fff;
}
@media (max-width: 767px) {
  body {
    width: 100vw;
  }
}

body, button, input, textarea, select {
  color: #000;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
}
@media (max-width: 767px) {
  body, button, input, textarea, select {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

::-moz-selection {
  background: rgba(14, 13, 106, 0.7);
  color: #fff;
}

::selection {
  background: rgba(14, 13, 106, 0.7);
  color: #fff;
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

img, svg, video {
  border: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 0.8888888889rem;
  }
}

a {
  color: #0e0d6a;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover {
  color: #0e0d6a;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  color: inherit;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ---------- image ---------- */
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1em;
  font-size: 0.88em;
}

/* ---------- plain ---------- */
ul.plain, ol.plain {
  margin-left: 1em;
  margin-bottom: 1em;
}

.plain ul, .plain ol {
  margin: 0 0 0 1em;
}

ul.plain {
  list-style-type: disc;
}
ul.plain ul {
  list-style-type: circle;
}
ul.plain ul ul {
  list-style-type: square;
}

ol.plain, ol.plain ol {
  list-style-type: decimal;
}

dl.plain {
  margin: 0 0 1em;
}
dl.plain dt {
  font-weight: bold;
}
dl.plain dd {
  margin-bottom: 1em;
}

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

._horizontalrule {
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  margin: 2.2222222222rem 0;
}

/* ---------- text ---------- */
._bold {
  font-weight: 600;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._middle {
  font-size: 100% !important;
}

._large {
  font-size: 113% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._txtc, ._txtc th, ._txtc td {
  text-align: center !important;
}

._txtr, ._txtr th, ._txtr td {
  text-align: right !important;
}

._txtl, ._txtl th, ._txtl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

._green {
  color: #0e0d6a !important;
}

._gray {
  color: #999;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: 0.67rem !important;
}

._default {
  margin-bottom: 1.33rem !important;
}

._double {
  margin-bottom: 2.67rem !important;
}
@media (max-width: 767px) {
  ._double {
    margin-bottom: 1.6666666667rem !important;
  }
}

._first {
  margin-top: 0 !important;
}

/* ---------- devices ---------- */
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/**************************************************
    HubSpot Form
***************************************************/
body {
  width: 100%;
  max-width: 1080px;
  padding: 2.2222222222rem 2.2222222222rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body {
    max-width: 100%;
    padding: 2.2222222222rem 1.1111111111rem 1.1111111111rem;
  }
}
body .logo {
  margin-bottom: 1.6666666667rem;
}
@media (max-width: 767px) {
  body .logo {
    text-align: center;
    margin: 0 auto 1.6666666667rem;
  }
}
body .logo a {
  width: 160px;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  body .logo a {
    margin: 0 auto;
  }
}
body .logo a:hover {
  opacity: 0.6;
}
body .cover-image {
  margin-bottom: 2.2222222222rem;
}
@media (max-width: 767px) {
  body .cover-image {
    margin-bottom: 1.6666666667rem;
  }
}
body .cover-image span {
  display: block;
}
body .cover-image img {
  width: 100%;
  height: auto;
}
body .label-title {
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body .label-title {
    font-size: 0.7777777778rem;
  }
}
body .main-title {
  font-size: 1.7777777778rem;
  text-align: center;
  font-weight: bold;
  margin: 0.5555555556rem 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body .main-title {
    font-size: 1.2222222222rem;
    margin: 0.4444444444rem 0;
  }
}
body .sub-title {
  font-size: 1.2222222222rem;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body .sub-title {
    font-size: 0.8888888889rem;
  }
}
body .copyright {
  font-size: 0.8888888889rem;
  text-align: center;
  margin: 1.6666666667rem 0 0;
  color: #999;
}
@media (max-width: 767px) {
  body .copyright {
    font-size: 0.6666666667rem;
    margin: 1.1111111111rem 0 0;
  }
}
body .complete-title {
  font-size: 1.4444444444rem;
  border-top: 3px solid #eee;
  padding: 1.1111111111rem 0 0 0;
  margin: 3.3333333333rem 0 1.6666666667rem;
  color: #000;
  position: relative;
}
@media (max-width: 767px) {
  body .complete-title {
    font-size: 1.2222222222rem;
    padding: 1.1111111111rem 0 0 0;
    margin: 1.6666666667rem 0 1.1111111111rem;
    line-height: 1.4;
  }
}
body .complete-title::before {
  content: "";
  background: #0e0d6a;
  width: 5.5555555556rem;
  height: 3px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: -3px;
  left: 0;
}
body .thanks-text-block {
  background: #fafafa;
  zoom: 1;
  padding: 1.6666666667rem;
  margin: 0 0 2.2222222222rem;
  border-radius: 10px;
}
body .thanks-text-block:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
@media (max-width: 767px) {
  body .thanks-text-block {
    padding: 1.1111111111rem;
    margin: 0 0 1.6666666667rem;
  }
}
body .thanks-text-block p {
  font-size: 0.8888888889rem;
}
@media (max-width: 767px) {
  body .thanks-text-block p {
    font-size: 0.7777777778rem;
  }
}
body .button-back a {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.5555555556rem 1.6666666667rem 0.5555555556rem 0.5555555556rem;
  margin: 0 auto;
  font-size: 0.8888888889rem;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0e0d6a;
  border: 1px solid #0e0d6a;
}
body .button-back a::before {
  content: "";
  border-radius: 100%;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.6666666667rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_base.svg) no-repeat center center;
  background-size: 4px 6px;
}
@media (max-width: 767px) {
  body .button-back a::before {
    width: 1.1111111111rem;
    height: 1.1111111111rem;
  }
}
body .button-back a.-information {
  background: #4f8adf;
  border: 1px solid #4f8adf;
}
body .button-back a.-information::before {
  background: #fff url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_blue.svg) no-repeat center center;
  background-size: 4px 6px;
}
body .button-back a.-about-us {
  background: #df4286;
  border: 1px solid #df4286;
}
body .button-back a.-about-us::before {
  background: #fff url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_pink.svg) no-repeat center center;
  background-size: 4px 6px;
}
body .button-back a.-event {
  background: #8bd592;
  border: 1px solid #8bd592;
}
body .button-back a.-event::before {
  background: #fff url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_green.svg) no-repeat center center;
  background-size: 4px 6px;
}
body .button-back a.-topics {
  background: #fadf4e;
  border: 1px solid #fadf4e;
}
body .button-back a.-topics::before {
  background: #fff url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_yellow.svg) no-repeat center center;
  background-size: 4px 6px;
}
body .button-back a.-group-company {
  background: #e0933b;
  border: 1px solid #e0933b;
}
body .button-back a.-group-company::before {
  background: #fff url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_orange.svg) no-repeat center center;
  background-size: 4px 6px;
}
body .button-back a:hover {
  background: #ebf6ff;
  color: #0e0d6a;
}
body .button-back a:hover::before {
  background: #0e0d6a url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_white.svg) no-repeat center center;
  background-size: 4px 6px;
}
body .button-back a:hover.-information {
  background: #f4f9ff;
  color: #4f8adf;
}
body .button-back a:hover.-information::before {
  background: #4f8adf url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_white.svg) no-repeat center center;
  background-size: 4px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .button-back a:hover.-about-us {
  background: #fff6fa;
  color: #df4286;
}
body .button-back a:hover.-about-us::before {
  background: #df4286 url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_white.svg) no-repeat center center;
  background-size: 4px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .button-back a:hover.-event {
  background: #effdf0;
  color: #8bd592;
}
body .button-back a:hover.-event::before {
  background: #8bd592 url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_white.svg) no-repeat center center;
  background-size: 4px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .button-back a:hover.-topics {
  background: #fffeed;
  color: #fadf4e;
}
body .button-back a:hover.-topics::before {
  background: #fadf4e url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_white.svg) no-repeat center center;
  background-size: 4px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .button-back a:hover.-group-company {
  background: #fef2e4;
  color: #e0933b;
}
body .button-back a:hover.-group-company::before {
  background: #e0933b url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-a_white.svg) no-repeat center center;
  background-size: 4px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body form.hs-form {
  padding: 0;
  margin: 3.3333333333rem auto 0;
  border-top: 1px solid #dedede;
}
@media (max-width: 767px) {
  body form.hs-form {
    margin: 1.6666666667rem auto 0;
  }
}
body form.hs-form > div, body form.hs-form > fieldset {
  max-width: 100%;
  padding: 1.6666666667rem 0;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  body form.hs-form > div, body form.hs-form > fieldset {
    padding: 1.1111111111rem 0;
  }
}
body form.hs-form > div > .hs-form-field + .hs-form-field,
body form.hs-form > fieldset > .hs-form-field + .hs-form-field,
body form.hs-form > fieldset > div > .hs-form-field + .hs-form-field{
  margin-top: 1.6666666667rem;
}
@media (max-width: 767px) {
  body form.hs-form > div > .hs-form-field + .hs-form-field,
  body form.hs-form > fieldset > .hs-form-field + .hs-form-field,
  body form.hs-form > fieldset > div > .hs-form-field + .hs-form-field{
    margin-top: 1.1111111111rem;
  }
}
body form.hs-form > div > .hs-form-field:last-child,
body form.hs-form > fieldset > .hs-form-field:last-child {
  border-bottom: 0;
}
body form.hs-form > div div.input,
body form.hs-form > fieldset div.input {
  margin: 0 !important;
}
body form.hs-form > div.hs_submit,
body form.hs-form > div.hs_error_rollup,
body form.hs-form > div.hs_recaptcha,
body form.hs-form > div.legal-consent-container,
body form.hs-form > fieldset.hs_submit,
body form.hs-form > fieldset.hs_error_rollup,
body form.hs-form > fieldset.hs_recaptcha,
body form.hs-form > fieldset.legal-consent-container {
  border-bottom: none;
}
body form.hs-form > div.hs_recaptcha,
body form.hs-form > fieldset.hs_recaptcha {
  text-align: center;
  padding: 0;
  margin: 1.6666666667rem auto 0;
}
body form.hs-form > div.hs_recaptcha > .input,
body form.hs-form > fieldset.hs_recaptcha > .input {
  padding: 0;
  margin: 0 auto;
}
body form.hs-form > div.hs_recaptcha > .input .grecaptcha-badge,
body form.hs-form > fieldset.hs_recaptcha > .input .grecaptcha-badge {
  margin: 0 auto;
}
body form.hs-form .hs-form-field {
  position: relative;
  padding-left: 20rem;
}
@media (max-width: 767px) {
  body form.hs-form .hs-form-field {
    padding-left: 0;
  }
}
body form.hs-form .hs-form-field > label {
  width: 20rem;
  padding-right: 5.5555555556rem;
  position: absolute;
  left: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  body form.hs-form .hs-form-field > label {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5555555556rem;
    display: block;
    position: relative;
    font-size: 0.8333333333rem;
  }
}
body form.hs-form .hs-dependent-field .hs-form-field {
  position: relative;
  padding-left: 20rem;
}
@media (max-width: 767px) {
  body form.hs-form .hs-dependent-field .hs-form-field {
    padding-left: 0;
  }
}
body form.hs-form .hs-dependent-field .hs-form-field > label {
  position: absolute;
  left: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  body form.hs-form .hs-dependent-field .hs-form-field > label {
    position: relative;
  }
}
body form.hs-form .hs-input[type=email],
body form.hs-form .hs-input[type=tel],
body form.hs-form .hs-input[type=text] {
  display: block;
  width: 100% !important;
}
body form.hs-form .hs-input[name=state],
body form.hs-form .hs-input[name=zip] {
  max-width: 10.5rem;
}
body form.hs-form .hs-input[type=date],
body form.hs-form .hs-input[type=email],
body form.hs-form .hs-input[type=tel],
body form.hs-form .hs-input[type=text] {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  height: 3rem;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #b5c7e0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  body form.hs-form .hs-input[type=date],
  body form.hs-form .hs-input[type=email],
  body form.hs-form .hs-input[type=tel],
  body form.hs-form .hs-input[type=text] {
    font-size: 0.8888888889rem;
  }
}
body form.hs-form .hs-input[type=date]::-webkit-input-placeholder,
body form.hs-form .hs-input[type=email]::-webkit-input-placeholder,
body form.hs-form .hs-input[type=tel]::-webkit-input-placeholder,
body form.hs-form .hs-input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
body form.hs-form .hs-input[type=date]::-webkit-input-placeholder,
body form.hs-form .hs-input[type=email]::-webkit-input-placeholder,
body form.hs-form .hs-input[type=tel]::-webkit-input-placeholder,
body form.hs-form .hs-input[type=text]::-webkit-input-placeholder,
body form.hs-form .hs-input[type=date]::-moz-placeholder,
body form.hs-form .hs-input[type=email]::-moz-placeholder,
body form.hs-form .hs-input[type=tel]::-moz-placeholder,
body form.hs-form .hs-input[type=text]::-moz-placeholder,
body form.hs-form .hs-input[type=date]:-ms-input-placeholder,
body form.hs-form .hs-input[type=email]:-ms-input-placeholder,
body form.hs-form .hs-input[type=tel]:-ms-input-placeholder,
body form.hs-form .hs-input[type=text]:-ms-input-placeholder,
body form.hs-form .hs-input[type=date]::-ms-input-placeholder,
body form.hs-form .hs-input[type=email]::-ms-input-placeholder,
body form.hs-form .hs-input[type=tel]::-ms-input-placeholder,
body form.hs-form .hs-input[type=text]::-ms-input-placeholder,
body form.hs-form .hs-input[type=date]::placeholder,
body form.hs-form .hs-input[type=email]::placeholder,
body form.hs-form .hs-input[type=tel]::placeholder,
body form.hs-form .hs-input[type=text]::placeholder {
  color: #ccc;
}
body form.hs-form .hs-input[type=date][value=""],
body form.hs-form .hs-input[type=email][value=""],
body form.hs-form .hs-input[type=tel][value=""],
body form.hs-form .hs-input[type=text][value=""] {
  background-color: #fafcff;
}
body form.hs-form .hs-input[type=date].invalid,
body form.hs-form .hs-input[type=email].invalid,
body form.hs-form .hs-input[type=tel].invalid,
body form.hs-form .hs-input[type=text].invalid {
  border-color: #e53d1e;
  background-color: #fef3f1;
}
body form.hs-form textarea {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 10.3125rem;
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #b5c7e0;
  border-radius: 4px;
  background-color: #fafcff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  body form.hs-form textarea {
    font-size: 0.8888888889rem;
  }
}
body form.hs-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
body form.hs-form textarea::-webkit-input-placeholder,
body form.hs-form textarea::-moz-placeholder,
body form.hs-form textarea:-ms-input-placeholder,
body form.hs-form textarea::-ms-input-placeholder,
body form.hs-form textarea::placeholder {
  color: #ccc;
}
body form.hs-form textarea.invalid {
  border-color: #e53d1e;
  background-color: #fef3f1;
}
body form.hs-form .hs-form-checkbox:nth-of-type(n+2) {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  body form.hs-form .hs-form-checkbox:nth-of-type(n+2) {
    margin-top: 0;
  }
}
body form.hs-form .hs-form-checkbox .hs-form-checkbox-display {
  margin-bottom: 0 !important;
  cursor: pointer;
}
body form.hs-form input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
body form.hs-form input[type=checkbox] + span {
  display: block;
  position: relative;
  padding-top: 0.125rem;
  padding-left: 2.25rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #555;
}
@media (max-width: 767px) {
  body form.hs-form input[type=checkbox] + span {
    font-size: 0.7777777778rem;
    padding-top: 0;
    padding-left: 1.9444444444rem;
  }
}
body form.hs-form input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  border: 2px solid #b5c7e0;
  border-radius: 4px;
  background-color: #fafcff;
}
@media (max-width: 767px) {
  body form.hs-form input[type=checkbox] + span::before {
    width: 1.1111111111rem;
    height: 1.1111111111rem;
  }
}
body form.hs-form input[type=checkbox]:checked + span::before {
  border-color: #4f8adf;
  background-color: #4f8adf;
  background-image: url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_checkbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
body form.hs-form .inputs-list[role=checkbox].invalid input[type=checkbox] + span::before {
  border-color: #ed9a99;
  background-color: #fef3f1;
}
@media (max-width: 767px) {
  body form.hs-form .inputs-list > li {
    margin-bottom: 0.5555555556rem !important;
  }
  body form.hs-form .inputs-list > li:last-child {
    margin-bottom: 0 !important;
  }
}
body form.hs-form .hs-form-booleancheckbox-display {
  cursor: pointer;
}
body form.hs-form .hs-form-radio:nth-of-type(n+2) {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  body form.hs-form .hs-form-radio:nth-of-type(n+2) {
    margin-top: 0;
  }
}
body form.hs-form .hs-form-radio .hs-form-radio-display {
  width: auto !important;
  margin-bottom: 0 !important;
  cursor: pointer;
}
body form.hs-form input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
body form.hs-form input[type=radio] + span {
  display: block;
  position: relative;
  padding-top: 0.125rem;
  padding-left: 2.25rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #555;
}
@media (max-width: 767px) {
  body form.hs-form input[type=radio] + span {
    font-size: 0.7777777778rem;
  }
}
body form.hs-form input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  border: 2px solid #b5c7e0;
  border-radius: 20px;
  background-color: #fafcff;
}
@media (max-width: 767px) {
  body form.hs-form input[type=radio] + span::before {
    width: 1.1111111111rem;
    height: 1.1111111111rem;
    top: calc((100% - 1.25rem) / 2);
  }
}
body form.hs-form input[type=radio]:checked + span::before {
  background-image: url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_radio.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
body form.hs-form .inputs-list[role=checkbox].invalid input[type=radio] + span::before {
  border-color: #ed9a99;
  background-color: #fef3f1;
}
body form.hs-form select.hs-input {
  vertical-align: middle;
  width: 100% !important;
  height: 3rem;
  padding: 0.75rem 2rem 0.75rem 0.875rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #b5c7e0;
  border-radius: 4px;
  background-color: #fff;
  background-image: url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-down.svg);
  background-position: center right 12px;
  background-size: 12px auto;
  background-repeat: no-repeat;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  body form.hs-form select.hs-input {
    font-size: 0.7777777778rem;
  }
}
body form.hs-form select.hs-input.is-placeholder {
  border-color: #b5c7e0;
  background-color: #fafcff;
  color: #ccc;
}
body form.hs-form select.hs-input.is-placeholder option {
  color: #000;
}
body form.hs-form select.hs-input.invalid {
  border-color: #e53d1e;
  background-color: #fef3f1;
  color: #000;
}
body form.hs-form .hs-field-desc {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.8285714286;
  color: #666;
}
body form.hs-form .inputs-list.multi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  list-style-type: none;
}

/* ラジオボタン（縦）CSS追加 1 */
body form.hs-form .hs-nikkei_20241010_fw_q1 .inputs-list,
body form.hs-form .hs_nikkei_20241010_kwc_q1 .inputs-list,
body form.hs-form .hs_nikkei_20241010_kwc_q2 .inputs-list,
body form.hs-form .hs_government_20241106_iret_q1 .inputs-list,
body form.hs-form .hs_government_20241106_iret_q3 .inputs-list,
body form.hs-form .hs_seminar_20250226_sijfw_q1 .inputs-list,
body form.hs-form .hs_aiexpo_20250327_kdh_q3 .inputs-list,
body form.hs-form .hs_contact_about .inputs-list,
body form.hs-form .hs_nikkei_20241010_fw_q1 .inputs-list,
body form.hs-form .hs_planning_status_ai .inputs-list,
body form.hs-form .hs_planning_status_agile .inputs-list,
body form.hs-form .hogehoge .inputs-list{
  display: block !important;
}

/* ラジオボタン（縦）CSS追加 2 */
body form.hs-form .hs-nikkei_20241010_fw_q1 .inputs-list li,
body form.hs-form .hs_nikkei_20241010_kwc_q1 .inputs-list li,
body form.hs-form .hs_nikkei_20241010_kwc_q2 .inputs-list li,
body form.hs-form .hs_government_20241106_iret_q1 .inputs-list li,
body form.hs-form .hs_government_20241106_iret_q3 .inputs-list li,
body form.hs-form .hs_seminar_20250226_sijfw_q1 .inputs-list li,
body form.hs-form .hs_aiexpo_20250327_kdh_q3 .inputs-list li,
body form.hs-form .hs_contact_about .inputs-list li,
body form.hs-form .hs_nikkei_20241010_fw_q1 .inputs-list li,
body form.hs-form .hs_planning_status_ai .inputs-list li,
body form.hs-form .hs_planning_status_agile .inputs-list li,
body form.hs-form .hogehoge .inputs-list li{
  margin: 0.5555555556rem !important;
}

/* ラジオボタン（縦）CSS追加 3 */
@media (max-width: 767px) {
  body form.hs-form .hs-nikkei_20241010_fw_q1 .inputs-list li,
  body form.hs-form .hs_nikkei_20241010_kwc_q1 .inputs-list li,
  body form.hs-form .hs_nikkei_20241010_kwc_q2 .inputs-list li,
  body form.hs-form .hs_government_20241106_iret_q1 .inputs-list li,
  body form.hs-form .hs_government_20241106_iret_q3 .inputs-list li,
  body form.hs-form .hs_seminar_20250226_sijfw_q1 .inputs-list li,
  body form.hs-form .hs_aiexpo_20250327_kdh_q3 .inputs-list li,
  body form.hs-form .hs_contact_about .inputs-list li,
  body form.hs-form .hs_nikkei_20241010_fw_q1 .inputs-list li,
  body form.hs-form .hs_planning_status_ai .inputs-list li,
  body form.hs-form .hs_planning_status_agile .inputs-list li,
  body form.hs-form .hogehoge .inputs-list li{
    margin: 0.5555555556rem 0 !important;
  }
}

body form.hs-form .inputs-list.multi-container .hs-form-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  float: none;
  width: 100%;
  padding-right: 0;
}
body form.hs-form .no-list {
  padding-left: 0;
  list-style-type: none;
}
body form.hs-form .hs-error-msg {
  width: 100px;
  padding-right: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #e53d1e;
  list-style-type: none;
}
@media (max-width: 767px) {
  body form.hs-form .hs-error-msg {
    font-size: 0.6666666667rem;
  }
}
body form.hs-form .hs-fieldtype-checkbox .no-list.hs-error-msgs,
body form.hs-form .hs-fieldtype-radio .no-list.hs-error-msgs {
  margin-top: 0.625rem;
}
body form.hs-form .hs_firstname label > span:first-child strong,
body form.hs-form .hs_lastname label > span:first-child strong {
  font-weight: 400;
}
body form.hs-form .hs_firstname .hs-form-required,
body form.hs-form .hs_lastname .hs-form-required {
  display: none;
}
body form.hs-form .hs_plan_contract_check_migrate_support {
  position: relative;
  margin-top: -1.5rem;
}
body form.hs-form .hs_plan_contract_check_migrate_support::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #fff;
}
body form.hs-form .hs_plan_contract_check_migrate_support .input label span strong {
  font-size: 0.9375rem !important;
}
body form.hs-form .hs-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.9375rem 2.75rem 0.875rem;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-size: 0.9375rem;
  line-height: 1.4;
  border: 1px solid transparent;
  border-radius: 62.4375rem;
  background: 0 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 4.375rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1.0625rem;
  font-weight: 700;
  border-width: 2px;
  background: #0e0d6a;
  background-image: url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-b_white.svg);
  background-position: center right 1.25rem;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 767px) {
  body form.hs-form .hs-button {
    padding: 1.1111111111rem;
    min-height: inherit;
    font-size: 0.8888888889rem;
  }
}
body form.hs-form .hs-button:active,
body form.hs-form .hs-button:focus,
body form.hs-form .hs-button:hover {
  text-decoration: none;
  background: #4f8adf;
  background-image: url(https://www.kddi-digital.com/themes/kdh/images/icon/icon_arrow-b_white.svg);
  background-position: center right 1.25rem;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
}
body form.hs-form .hs-button[type=button],
body form.hs-form .hs-button[type=reset],
body form.hs-form .hs-button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body form.hs-form [data-whatintent=keyboard] .hbspt-form .hs_submit .hs-button:focus {
  outline-width: 0;
}
body form.hs-form [data-whatintent=mouse] .hbspt-form .hs_submit .hs-button:focus,
body form.hs-form [data-whatintent=touch] .hbspt-form .hs_submit .hs-button:focus {
  outline-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body form.hs-form .hbspt-form .hs_submit .hs-button.-disabled,
body form.hs-form .hbspt-form .hs_submit .hs-button:disabled {
  border-color: #9e9e9e !important;
  background: 0 0 !important;
  background-color: #9e9e9e !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}
body form.hs-form .hbspt-form .hs_submit .hs-button.-disabled:hover,
body form.hs-form .hbspt-form .hs_submit .hs-button:disabled:hover {
  border-color: #9e9e9e !important;
  background: 0 0 !important;
  background-color: #9e9e9e !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}
body form.hs-form .hbspt-form .hs_submit .hs-button.-disabled {
  pointer-events: none;
}
body form.hs-form .hs_error_rollup li {
  padding: 0.625rem;
  border: 1px solid #e53d1e;
  background: #fef3f1;
}
body form.hs-form .hs_error_rollup .hs-main-font-element {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #e53d1e;
}
body form.hs-form .hs-form-required {
  position: absolute;
  top: 0.2777777778rem;
  right: 2.2222222222rem;
  font-size: 0;
  display: block;
}
@media (max-width: 767px) {
  body form.hs-form .hs-form-required {
    top: 0.1666666667rem;
    right: 0;
  }
}
body form.hs-form .hs-form-required::before {
  content: "必須";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.1875rem 0.375rem;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3333333333;
  border-radius: 3px;
  background-color: #e53d1e;
  color: #fff;
}
@media (max-width: 767px) {
  body form.hs-form .hs-form-required::before {
    font-size: 0.5555555556rem;
  }
}
body form.hs-form .sw-Heading2 {
  position: relative;
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
body form.hs-form .legal-consent-container {
  font-size: 0.8888888889rem;
  background: #fafafa;
  border-radius: 10px;
  padding: 2.2222222222rem;
  margin-top: 2.2222222222rem;
}
@media (max-width: 767px) {
  body form.hs-form .legal-consent-container {
    padding: 1.1111111111rem;
    margin-top: 1.6666666667rem;
  }
}
body form.hs-form .legal-consent-container .hs-form-field {
  padding: 0;
  margin: 1.1111111111rem 0 0;
}
body form.hs-form .legal-consent-container .hs-form-field span {
  margin: 0;
}
body form.hs-form .legal-consent-container p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body form.hs-form .legal-consent-container p {
    font-size: 0.7777777778rem;
  }
}
body form.hs-form .legal-consent-container p:first-child {
  margin-bottom: 1.1111111111rem;
}
body form.hs-form .hs_satisfaction_text,
body form.hs-form .hs_satisfaction_program_20231122_dx_devrlopment,
body form.hs-form .hs_satisfaction_program_20241010,
body form.hs-form .hs_satisfaction_program_text,
body form.hs-form .hs_free_text_survey{
  padding-left: 0;
}
body form.hs-form .hs_satisfaction_text > label,
body form.hs-form .hs_satisfaction_program_20231122_dx_devrlopment > label,
body form.hs-form .hs_satisfaction_program_20241010 > label,
body form.hs-form .hs_satisfaction_program_text > label,
body form.hs-form .hs_free_text_survey > label{
  width: 100%;
  padding: 0 3.3333333333rem 0 0;
  margin-bottom: 1.1111111111rem;
  position: static;
  display: block;
}
@media (max-width: 767px) {
  body form.hs-form .hs_satisfaction_text > label,
  body form.hs-form .hs_satisfaction_program_20231122_dx_devrlopment > label,
  body form.hs-form .hs_satisfaction_program_20241010 > label,
  body form.hs-form .hs_satisfaction_program_text > label,
  body form.hs-form .hs_free_text_survey > label{
    padding: 0 2.2222222222rem 0 0;
  }
}
body form.hs-form .hs_satisfaction_text > label > .hs-form-required,
body form.hs-form .hs_satisfaction_program_20231122_dx_devrlopment > label > .hs-form-required,
body form.hs-form .hs_satisfaction_program_text > label > .hs-form-required,
body form.hs-form .hs_free_text_survey > label > .hs-form-required,

body form.hs-form .hs_satisfaction_text > label > .hs-form-required,
body form.hs-form .hs_satisfaction_program_20241010 > label > .hs-form-required,
body form.hs-form .hs_satisfaction_program_text > label > .hs-form-required,
body form.hs-form .hs_free_text_survey > label > .hs-form-required{
  top: 1.8888888889rem;
  right: 0;
}
body form.hs-form .hs_satisfaction_level,
body form.hs-form .hs_nps_webinar,
body form.hs-form .hs_planning_schedule,
body form.hs-form .hs-fieldtype-radio.field.hs-form-field{
  padding-left: 0;
}
body form.hs-form .hs_satisfaction_level > label,
body form.hs-form .hs_nps_webinar > label,
body form.hs-form .hs_planning_schedule > label,
body form.hs-form .hs-fieldtype-radio.field.hs-form-field > label{
  width: 100%;
  padding: 0 3.3333333333rem 0 0;
  margin-bottom: 1.1111111111rem;
  position: static;
  display: block;
}
@media (max-width: 767px) {
  body form.hs-form .hs_satisfaction_level > label,
  body form.hs-form .hs_nps_webinar > label,
  body form.hs-form .hs_planning_schedule > label,
  body form.hs-form .hs-fieldtype-radio.field.hs-form-field > label{
    padding: 0 2.2222222222rem 0 0;
  }
}
body form.hs-form .hs_satisfaction_level > label > .hs-form-required,
body form.hs-form .hs_nps_webinar > label > .hs-form-required,
body form.hs-form .hs_planning_schedule > label > .hs-form-required,
body form.hs-form .hs-fieldtype-radio.field.hs-form-field > label > .hs-form-required{
  top: 1.8888888889rem;
  right: 0;
}
@media (max-width: 767px) {
  body form.hs-form .hs_satisfaction_level > label > .hs-form-required,
  body form.hs-form .hs_nps_webinar > label > .hs-form-required,
  body form.hs-form .hs_planning_schedule > label > .hs-form-required,
  body form.hs-form .hs-fieldtype-radio.field.hs-form-field > label > .hs-form-required{
    top: 1.3333333333rem;
  }
}
body form.hs-form .hs_satisfaction_level > .input > .inputs-list,
body form.hs-form .hs_nps_webinar > .input > .inputs-list,
body form.hs-form .hs_planning_schedule > .input > .inputs-list,
body form.hs-form .hs-fieldtype-radio.field.hs-form-field > .input > .inputs-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -0.5555555556rem;
}
@media (max-width: 767px) {
  body form.hs-form .hs_satisfaction_level > .input > .inputs-list,
  body form.hs-form .hs_nps_webinar > .input > .inputs-list,
  body form.hs-form .hs_planning_schedule > .input > .inputs-list,
  body form.hs-form .hs-fieldtype-radio.field.hs-form-field > .input > .inputs-list{
    display: block;
    margin: 0;
  }
}
body form.hs-form .hs_satisfaction_level > .input > .inputs-list > .hs-form-radio,
body form.hs-form .hs_nps_webinar > .input > .inputs-list > .hs-form-radio,
body form.hs-form .hs_planning_schedule > .input > .inputs-list > .hs-form-radio,
body form.hs-form .hs-fieldtype-radio.field.hs-form-field > .input > .inputs-list > .hs-form-radio{
  margin: 0 0.5555555556rem;
}
@media (max-width: 767px) {
  body form.hs-form .hs_satisfaction_level > .input > .inputs-list > .hs-form-radio,
  body form.hs-form .hs_nps_webinar > .input > .inputs-list > .hs-form-radio,
  body form.hs-form .hs_planning_schedule > .input > .inputs-list > .hs-form-radio,
  body form.hs-form .hs-fieldtype-radio.field.hs-form-field > .input > .inputs-list > .hs-form-radio{
    margin: 0;
  }
}
body form.hs-form .hs-dependent-field .hs_sales_request_category,
body form.hs-form .hs-dependent-field .hs_planning_categories,
body form.hs-form .hs-dependent-field .hs_planning_categories_other,
body form.hs-form .hs-dependent-field .hs_sales_request_category_20241010,
body form.hs-form .hs-dependent-field .hs_sales_request_category_other,
body form.hs-form .hs-dependent-field .hs_satisfaction_program_20241010,
body form.hs-form .hs-dependent-field .hs_satisfaction_program_text,
body form.hs-form .hs-dependent-field .hs_planning_schedule,
body form.hs-form .hs-dependent-field .hs-fieldtype-radio.field.hs-form-field,
body form.hs-form .hs-dependent-field .hs-fieldtype-checkbox.field.hs-form-field,
body form.hs-form .hs-dependent-field .hs-fieldtype-textarea.field.hs-form-field,
body form.hs-form .form-columns-1 > .hs-fieldtype-checkbox.field.hs-form-field,
body form.hs-form .form-columns-1 > .hs-fieldtype-textarea.field.hs-form-field,
body form.hs-form .form-columns-1 > .hs-fieldtype-radio.field.hs-form-field,
body form.hs-form .form-columns-1 .hs-dependent-field .hs-fieldtype-checkbox{
  padding-left: 0;
}
body form.hs-form .hs-dependent-field .hs_sales_request_category > label,
body form.hs-form .hs-dependent-field .hs_planning_categories > label,
body form.hs-form .hs-dependent-field .hs_planning_categories_other > label,
body form.hs-form .hs-dependent-field .hs_sales_request_category_20241010 > label,
body form.hs-form .hs-dependent-field .hs_sales_request_category_other > label,
body form.hs-form .hs-dependent-field .hs_satisfaction_program_20241010 > label,
body form.hs-form .hs-dependent-field .hs_satisfaction_program_text > label,
body form.hs-form .hs-dependent-field .hs_planning_schedule > label,
body form.hs-form .hs-fieldtype-radio.field.hs-form-field > label,
body form.hs-form .hs-fieldtype-checkbox.field.hs-form-field > label,
body form.hs-form .hs-fieldtype-textarea.field.hs-form-field > label{
  width: 100%;
  padding: 0 3.3333333333rem 0 0;
  margin-bottom: 1.1111111111rem;
  position: static;
  display: block;
}
@media (max-width: 767px) {
  body form.hs-form .hs-dependent-field .hs_sales_request_category > label,
  body form.hs-form .hs-dependent-field .hs_planning_categories > label,
  body form.hs-form .hs-dependent-field .hs_planning_categories_other > label,
  body form.hs-form .hs-dependent-field .hs_sales_request_category_20241010> label,
  body form.hs-form .hs-dependent-field .hs_sales_request_category_other > label,
  body form.hs-form .hs-dependent-field .hs_satisfaction_program_2021010 > label,
  body form.hs-form .hs-dependent-field .hs_satisfaction_program_text > label,
  body form.hs-form .hs-dependent-field .hs_planning_schedule > label,
  body form.hs-form .hs-fieldtype-radio.field.hs-form-field > label,
  body form.hs-form .hs-fieldtype-checkbox.field.hs-form-field > label,
  body form.hs-form .hs-fieldtype-textarea.field.hs-form-field > label{
    padding: 0 2.2222222222rem 0 0;
  }
}
body form.hs-form .hs-dependent-field .hs_sales_request_category > label > .hs-form-required,
body form.hs-form .hs-dependent-field .hs_planning_categories > label > .hs-form-required,
body form.hs-form .hs-dependent-field .hs_planning_categories_other > label > .hs-form-required,
body form.hs-form .hs-dependent-field .hs_sales_request_category_20241010 > label > .hs-form-required,
body form.hs-form .hs-dependent-field .hs_sales_request_category_other > label > .hs-form-required,
body form.hs-form .hs-dependent-field .hs_satisfaction_program_20241010 > label > .hs-form-required,
body form.hs-form .hs-dependent-field .hs_satisfaction_program_text > label > .hs-form-required,
body form.hs-form .hs-dependent-field .hs_planning_schedule > label > .hs-form-required,
body form.hs-form .hs-fieldtype-radio.field.hs-form-field > label > .hs-form-required,
body form.hs-form .hs-fieldtype-checkbox.field.hs-form-field > label > .hs-form-required,
body form.hs-form .hs-fieldtype-textarea.field.hs-form-field > label > .hs-form-required{
  top: 0.2222222222rem;
  right: 0;
}
body form.hs-form .form-columns-1 .legal-consent-container {
  margin-top: 0;
}
body form.hs-form .form-columns-2 {
  position: relative;
  padding-left: 20rem;
}
@media (max-width: 767px) {
  body form.hs-form .form-columns-2 {
    padding-left: 0;
  }
}
body form.hs-form .form-columns-2 > .hs-main-font-element {
  width: 20rem;
  padding-right: 5.5555555556rem;
  position: absolute;
  left: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  body form.hs-form .form-columns-2 > .hs-main-font-element {
    width: 100%;
    padding-right: 0;
    position: static;
  }
}
body form.hs-form .form-columns-2 > .hs-main-font-element > span,
body form.hs-form .form-columns-2 > .hs-main-font-element > p > span{
  position: absolute;
  top: 0;
  right: 2.2222222222rem;
  display: block;
  padding: 0.1875rem 0.375rem;
  font-size: 0.7777777778rem;
  font-weight: 500;
  line-height: 1.3333333333;
  border-radius: 3px;
  background-color: #e53d1e;
  color: #fff;
}
@media (max-width: 767px) {
  body form.hs-form .form-columns-2 > .hs-main-font-element > span,
  body form.hs-form .form-columns-2 > .hs-main-font-element > p > span{
    top: 1.3333333333rem;
    right: 0;
    font-size: 0.5555555556rem;
  }
}
body form.hs-form .form-columns-2 .hs-form-field {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  body form.hs-form .form-columns-2 .hs-form-field {
    width: calc((100% - 0.94rem) / 2) !important;
    float: left !important;
  }
}
body form.hs-form .form-columns-2 .hs-form-field > label {
  width: auto;
  padding: 0;
  margin: 0 0 0.2222222222rem;
  position: static;
  font-size: 0.7777777778rem;
  display: block;
}
body form.hs-form .form-columns-2 .hs-form-field > .input {
  margin-right: 0.8333333333rem !important;
}
@media (max-width: 767px) {
  body form.hs-form .form-columns-2 .hs-form-field > .input {
    margin-right: 0 !important;
    margin-bottom: 0.5555555556rem !important;
  }
}
@media (max-width: 767px) {
  body form.hs-form .form-columns-2 .hs-form-field:last-child {
    float: right !important;
  }
}
body form.hs-form .form-columns-2 .hs-form-field:last-child > .input {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  body form.hs-form .form-columns-2 .hs-form-field:last-child > .input {
    margin-bottom: 0 !important;
  }
}

html[data-whatintent=keyboard] .hbspt-form .hs_submit .hs-button:not(.-disabled):hover,
html[data-whatintent=keyboard] .hbspt-form .hs_submit .hs-button:not(:disabled):hover {
  background-color: #444;
  color: #fff;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
}
html[data-whatintent=mouse] .hbspt-form .hs_submit .hs-button:not(.-disabled):hover,
html[data-whatintent=mouse] .hbspt-form .hs_submit .hs-button:not(:disabled):hover {
  background-color: #444;
  color: #fff;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
}