*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 {
  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 */
  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 {
  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"] {
  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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.banner-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
      max-width: 100%;
}
.banner-section .dnd-section {
  padding: 0;
}


@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(https://22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/Mdc_Cci_Feb_2023/fonts/Roboto-Bold/97uahxiqZRoncBaCEI3aW1tXRa8TVwTICgirnJhmVJw.woff2) format("woff2"),
    url(https://22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/Mdc_Cci_Feb_2023/fonts/Roboto-Bold/97uahxiqZRoncBaCEI3aWz8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}
@font-face {
  font-family: wf_2be09b22a3d64ff683be5f3a6;
  src: url(https://22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/Mdc_Cci_Feb_2023/fonts/wf_2be09b22a3d64ff683be5f3a6/file.woff2) format("woff2"), 
    url(https://22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/Mdc_Cci_Feb_2023/fonts/wf_2be09b22a3d64ff683be5f3a6/file.woff) format("woff"),
    url(https://22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/Mdc_Cci_Feb_2023/fonts/wf_2be09b22a3d64ff683be5f3a6/file.ttf) format("ttf");
}
@font-face {
  font-family: wf_6b65f8e10511466fb1ad29ba2;
  src: url(https://22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/Mdc_Cci_Feb_2023/fonts/wf_6b65f8e10511466fb1ad29ba2/file.woff2) format("woff2"), 
    url(https://22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/Mdc_Cci_Feb_2023/fonts/wf_6b65f8e10511466fb1ad29ba2/file.woff) format("woff"),
    url(https://22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/Mdc_Cci_Feb_2023/fonts/wf_6b65f8e10511466fb1ad29ba2/file.ttf) format("ttf");
}
@font-face {
  font-family: wf_88bad21ca337421d8ab124ed5;
  src: url(https://22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/Mdc_Cci_Feb_2023/fonts/wf_88bad21ca337421d8ab124ed5/file.woff2) format("woff2"), 
    url(https://22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/Mdc_Cci_Feb_2023/fonts/wf_88bad21ca337421d8ab124ed5/file.woff) format("woff"),
    url(https://22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/Mdc_Cci_Feb_2023/fonts/wf_88bad21ca337421d8ab124ed5/file.ttf) format("ttf");
}



html{
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  touch-action: manipulation;
}


body { 
  font-size: 18px;
  font-family: Arial,Helvetica,sans-serif;
  line-height:normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
.heading-margin  .widget-type-linked_image{
  margin-bottom:20px;
}


h1{
  font-size: 30px;
}

h2{
  font-size: 20px;
  line-height: 1em;
}

h3{
  font-size: 18px;
}

h4{
  font-size: 17px;
  line-height: 1em;
}

h5{
  font-size: 16px;
}

h6{
  font-size: 15px;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  padding-bottom: 5px;
  color: #666666;
  margin-right: 10px;
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
}

/* Help text - legends */

form legend {

}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  padding: 13px;
  background-color: rgba(100,100,100,0.1);
  border-color: rgba(0,0,0,0.3);
  color: #333;
  width: 100%;
  border-radius: 2px;
  outline: none;
  box-shadow: inset 1px 1px 2px 0 rgb(0 0 0 / 10%);
  border: 1px solid rgba(0,0,0,.3);
  font-family: Times, Times New Roman;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {

}




/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

input:checked + span{
  color: #7fbee7;
}
/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {

}

form .hs-richtext img {
  max-width: 100% !important;

}

.hs-search-module .hs-button {
  margin-top: 20px;
}
/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */



.hs-input.invalid.error {
  border-color: #fc92a5;
}
.hs-error-msgs label {
  color: #fc92a5;
}
/* Submit button */

.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
    font-family: Times New Roman;
  font-size: 16px;
  line-height: 1.8;
  white-space: normal;
  padding: 5px;
  text-align: center;
  border: 3px solid #808080;
  border-radius: 0;
  background: #808080;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: button;
  margin: 20px 0;
}
.button:hover,
.hs-button:hover {
  opacity: .5;
}
/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}


@media (max-width: 479px) {
  .hs-recaptcha {
    margin-top:10px;
    margin-bottom:10px;
    overflow-y:hidden !important;
    overflow-x:auto !important;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.cst-main-header-wrapp {
  min-height: 60px !important;
}
.cst-main-header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 99;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li ul li {
  margin: 5px 0;
}
.scroll-header .cst-main-header {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}
.cst-main-header .cst-header {
  max-width: 100%;
  margin: 0 auto;
}
.header-button a.cta_button {
  letter-spacing: 0.25em;
  font-family: wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  background: repeat padding-box border-box 0% 0% / auto auto scroll linear-gradient(90deg, rgb(0, 222, 156) 0%, rgb(31, 166, 228) 100%);
  display: block;
  margin-top: 17px;
  line-height: normal;
  padding: 5px 20px;
  padding-left: 19px;
  padding-bottom: 4px;
}
.header-button a.cta_button:hover {
  background: #87CDED;
  color: #fff;
}
.header-right-col {
  float: right;
  padding-right: 145px;
}
.cst-menu-wrap {
  float: left;
  padding-top: 21px;
  padding-right: 5px;
}
.header-button {
  float: left;
}
.cst-main-header .cst-header-flex .cst-site-logo img {
  max-width: 178px;
  width: 100%;
}
.header-logo svg {
  width: 215px;
  height: 32px;
}
.header-logo {
  margin-left: 20px;
  margin-top: 15px;
  float: left;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li a {
  padding: 2px 15px;
  letter-spacing: 0.1em;
  color: #000000;
  font-family: wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  margin: 0 10px;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li:hover>a{ 
  color: #EEC01D;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li:last-child a {
  padding-right: 19px;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li ul {
  list-style: none;
  margin: 0;
  min-width: 100px;
  padding: 10px 0;
  position: absolute;
  background-color: #fff;
  display: none;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul>li:hover ul{
  display: block;
}
.cst-header-flex {
  min-height: 60px;
}
.cst-main-header .cst-toggle-grup {
  z-index: 10000;
  cursor: pointer;
  position: relative;
}
.cst-main-header .cst-toggle-grup .cst-toggle-inr {
  border-radius: 0;
  transition: all .5s;
}
.cst-main-header .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp {
  position: relative;
  width: 22px;
  height: 20px;
  margin: auto;
}

.cst-main-header .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle1 {
  background-color: #000;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all .25s ease-in-out;
}
.cst-main-header .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle2 {
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #000;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all .25s ease-in-out;
}
.cst-main-header .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle3 {
  bottom: 0;
  background-color: #000;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all .25s ease-in-out;
}
.cst-mobile-header {
  background-color: hsla(0,0%,100%,.95);
  height: 100vh;
  margin-left: 0;
  max-width: 100%;
  opacity: 0;
  position: fixed;
  right: -100%;
  top: 0;
  transition: opacity .6s ease;
  width: 100%;
  z-index: 999;
  left: auto;
}
.cst-mobile-header .cst-mob-header {
  display: flex;
  justify-content: space-around;
  margin: 65px auto 0;
  width: 100%;
}
.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul {
  width: 100%;
  position: relative;
  -webkit-transform: translateZ(0);
  padding: 0;
  margin: 0;
}
.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul li {
  background-color: rgb(255 255 255 / 0%);
  margin: 0;
  position: relative;
  display: block;
  list-style: none;
  box-sizing: border-box;
  min-width: 220px;
  text-align: center;
  transition: background-color 0.4s ease 0s,background-color .4s ease 0s;
  justify-content: center;
}
.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul li a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: normal normal normal 18px/1.4em wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
  line-height: 48px;
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul li ul {
  display: none;
  margin: 0;
  padding: 0;
}
.mobile-open .cst-main-header .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle1 {
  transform: translateY(10px) translateY(-50%) rotate(-45deg);
}
.mobile-open .cst-main-header .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle2 {
  opacity: 0;
}
.mobile-open .cst-main-header .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle3 {
  transform: translateY(-10px) translateY(50%) rotate(45deg);
}
.mobile-open .cst-mobile-header {
  right: 0;
  opacity: 1;
  visibility: inherit;
  width: 100vw;
  transition: opacity .6s ease ,right .8s ease;
}

.mobile-open .cst-main-header {
  position: relative;
  z-index: unset;
}
body.mobile-open {
  overflow: hidden;
}

.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul li.child-open .child-trigger:after {
  content: "-";
}

.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.social-icon-box .cst-main-header {
  z-index: 0;
}
.cst-main-footer .quick-action-bar .quick-action-bar-inr li.action-bar3:last-child:before {
  margin-right: 0;
}

@media (min-width: 768px){
  .cst-main-header .cst-toggle-grup{
    display: none;
  }
  .cst-mobile-header{
    display: none;
  }
}

@media (max-width: 840px){
  .header-right-col {
    padding-right: 20px;
  }
}

@media (max-width: 767px){
  .cst-main-header .cst-header-flex .cst-menu-wrap {
    display: none;
  }
  .child-trigger {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    left: 80%;
    top: 0;
    width: 35px;
    font-size: medium;
  }
  .child-trigger:after {
    content: "+";
    font-weight: 700;
  }
  .header-button a.cta_button {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-button {
    display: none;
  }
  .header-right-col {
    padding-right: 0;
  }
  .header-logo svg {
    height: 30px;
    width: 201px;
  }
  .cst-main-header .cst-toggle-grup .cst-toggle-inr {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
  }
  .cst-main-header .cst-toggle-grup {
    width: 50px;
    height: 50px;
  }
  .cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul li a {
    font-size: 16px;
    line-height: 56px;
  }
  .cst-main-header .cst-toggle-grup {
    margin: 5px 5px 5px 0;
  }
  .header-logo {
    margin-left: 15px;
  }
  .cst-mobile-header .cst-mob-header {
    margin-top: 59px;
  }
  .cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul>li:last-child>a {
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
  }
  .cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul>li:first-child>a {
    color: #00de9c !important;
  }
  .cst-main-header .cst-toggle-grup {
    position: fixed;
    top: 0;
    right: 0;
  }
}
.cst-main-footer {
  background-image: linear-gradient(90deg, #00DE9C 0%, #1FA6E4 100%);
  position: relative;
  z-index: 2;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul>li:last-child>a {
  display: none;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul>li:nth-child(3)>a {
  padding-right: 19px;
}
.cst-main-footer .cst-footer-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.cst-main-footer .cst-footer-top .cst-footer-logo {
  margin-top: 47px;
  margin-bottom: 30px;
}
.cst-main-footer .cst-footer-top .cst-footer-logo img {
  max-width: 200px;
  width: 100%;
}
.cst-main-footer .cst-footer-bottom .cst-ftr-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul li {
  margin: 40px 0px 54px calc((100% - 686px) * 0);
}
.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul li:nth-child(3) a {
  padding-right: 39px;
}
.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul li a {
  color: #000;
  display: flex;
  font-style: normal;
  line-height: 1em;
  padding: 3px 14px;
  transition: inherit;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 700;
  font-family: wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
}
.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul li a .ftr-arow-svg {
  transition: inherit;
  margin: 0px;
  display: initial;
  width: 12px;
  height: 12px;
  fill: #FFFFFF;
}
.cst-main-footer .cst-footer-bottom p {
  margin: 0;
}
.cst-main-footer .footer-copyright {
  padding-bottom: 65px;
  margin: 0;
  margin-right: -10px;
  padding-top: 39px;
  font-size: 13px;
}
.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul li:first-child a {
  padding-right: 37px;
}

.back-to-top {
  position: fixed;
  z-index: 9;
  width: 47px;
  height: 47px;
  transition: all 0.2s ease, visibility 0s;
  border-radius: 200px;
  border: 0px solid rgb(65, 117, 134);
  background: rgb(0, 222, 156);
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: block !important;
  opacity: 1 !important;
}
.back-to-top:hover {
  background: rgb(117, 233, 198);
}
.back-to-top svg {
  height: 25px;
  width: 25px;
  fill: #fff;
  position: relative;
  left: 11px;
  top: 11px;
}
/**** footer social share module ***/

.cst-main-footer .quick-action-main {
  display: none;
}
.quick-social-icon-grp {
  bottom: 100%;
  display: none;
  margin-right: 20px;
  min-height: 50px;
  min-width: 50px;
  position: absolute;
}
.quick-social-icon-grp .quick-social-icon {
  padding: 0;
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  will-change: opacity;
  position: relative;
  display: block;
  margin: 0 auto 14px;
  color: #fff;
  transition: opacity .3s .32s;
}

.quick-social-icon-grp .quick-social-icon.phone {
  background-color: #63c956;
}


.quick-social-icon-grp .quick-social-icon .quick-icon-item {
  fill: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  box-sizing: border-box;
}

.quick-social-icon-grp .quick-social-icon .quick-icon-item img {
  height: 17px;
  width: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.quick-social-icon-grp .quick-social-icon .quick-social-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px #ccc;
  color: #1d2d3c;
  font: normal normal normal 12px/normal helvetica-w01-light,helvetica-w02-light,sans-serif;
  left: -16px;
  letter-spacing: .2px;
  max-width: 160px;
  overflow: hidden;
  padding: 8px 8px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  top: 50%;
  transform: translate(-100%,-15px);
  white-space: nowrap;
  line-height: 1;
  padding-bottom: 7px;
}
.quick-social-icon-grp .quick-social-icon.email {
  background-color: #be1867;
}
.cst-main-footer .quick-action-bar
.quick-social-icon-grp .quick-social-icon.facebook {
  background-color: #3c5999;
}
.quick-social-icon-grp .quick-social-icon.facebook {
  background-color: #3c5999;
}

.social-icon-box .quick-social-icon-grp {
  display: block;
}
.social-icon-box .cst-main-footer .quick-action-bar .quick-action-bar-inr li:before {
  height: 3px;
  transform: translate(11.5px,-2px) rotate(-45deg);
  width: 17px;
}
.social-icon-box .cst-main-footer .quick-action-bar .quick-action-bar-inr li.action-bar2:before {
  height: 0;
  width: 0;
  opacity: 0;
  transition: opacity .3s;
}

.social-icon-box .cst-main-footer .quick-action-bar .quick-action-bar-inr li.action-bar3:before {
  height: 3px;
  margin-right: 0;
  transform: translate(-11.5px,-2px) rotate(45deg);
  width: 17px;
}

.social-icon-box  .cst-main-footer .quick-action-bar .quick-action-bar-inr li:before{
  transition:none;
}
.social-icon-box  .cst-main-footer  .quick-action-overlay {
  width: 100%;
  left: calc(50% - (100% / 2));
  background-color: #fff;
  opacity: .9;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  transition: opacity .4s;
  will-change: opacity;
}
.mobile-open .quick-action-bar-grp {
  opacity: 0;
  display: none;
}
.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul li:nth-child(2) {
  display: none;
}
.quick-social-icon-grp .quick-social-icon.facebook {
  margin-bottom: 16px;
}

@media (max-width: 1024px){
  .cst-main-footer .footer-copyright {
    margin-right: 0;
  }
}


@media (max-width: 767px){
  .cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul li:last-child {
    display: none;
  }
  .cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul li:nth-child(2) {
    display: block;
  }
  .cst-main-footer .cst-footer-bottom .cst-ftr-flex {
    display: block;
  }
  .cst-main-footer .footer-copyright {
    margin: 0;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 10px;
    font-size: 10px;
  }

  .cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul li a {
    font-size: 10px;
    padding: 3px 16px!important;
    letter-spacing: 0.12em;
    font-family: wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
  }
  .cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul li {
    margin-bottom: 30px;
    margin-top: 27px;
  }
  .cst-footer-menu {
    text-align: center;
    width: 100%;
  }
  .cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper ul {
    justify-content: center;
  }
  .cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul>li:first-child>a {
    color: rgb(0,222,255);
  }
.cst-main-footer.ft-no-navigation .footer-copyright {
    padding-top: 25px;
}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-page form label::after {
  background-color: #dc143c;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 80%;
  font-style: normal;
  font-weight: 400;
  line-height: .64em;
  margin: 0.1em 0.5em;
  margin-left: 10px;
  padding: 5px 3px;
  content: " 必須 ";
}
.contact-page form .hs-error-msgs label::after {
  display: none;
}
.contact-page form .hs-form-required {
  display: inline-block;
  font-style: normal;
  line-height: .64em;
  padding: 5px 3px;
  margin: 0.1em 0.5em;
  border-radius: 2px;
  color: #ffffff;
  background-color: #dc143c;
  font-weight: 400;
  font-size: 80%;
  display: none;
}
.contact-row1 .dnd-section>.row-fluid {
  max-width: 820px;
}
.scroll-header .home-page-header .cst-main-header {
  background-color: #fff;
}
/* .contact-page form .hs-fieldtype-select label:after,
.contact-page form .hs-fieldtype-textarea label:after{
  background-color: #c0c0c0;
} */
.contact-page form .hs_bb.hs-bb.hs-fieldtype-select.field.hs-form-field label:after {
  background-color: #dc143c;
}
.home-page-header .cst-main-header {
  transition: background-color 0.3s ease-in-out;
}
.contact-page form {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 71px;
  padding-bottom: 191px;
  -webkit-font-smoothing: auto;
  -moz-font-smoothing: auto;
}
.contact-page form fieldset {
  max-width: 100% !important;
}
.contact-page form .hs-form-field {
  padding: 10px;
  margin: 0;
}
.contact-page form fieldset .hs-form-field .input {
  margin: 0 !important;
}
.contact-page form .hs-input{
  width: 100% !important;
}
.contact-page form label {
  display: block;
}
.contact-page form input[type=checkbox] {
  width: auto !important;
}
.contact-page form .hs-field-desc {
  padding-bottom: 5px;
  color: #999;
}
.contact-page form .hs-button {
  width: 260px;
  margin-right: auto;
  margin-left: auto;
  outline: none;
  padding-top: 12.5px;
  margin-top: 0;
}
.contact-page form .hs_submit {
  text-align: center;
  margin: 16px;
}
.contact-page form select.hs-input {
  border: 1px solid rgba(0,0,0,.3);
  background-color: #fff;
  box-shadow: none;
}
.contact-page form .hs-richtext p {
  text-align: center;
  margin: 10px 10px 5px;
  color: #333;
  font-family: Arial,Helvetica,sans-serif;
}
.contact-page form .hs-richtext p a {
  color: #50c8a7;
  text-decoration: none;
  outline: none;
}
.contact-page form .hs-richtext p a:hover {
  color: #9ee0ce;
  text-decoration: none;
}
.contact-page form .hs-fieldtype-booleancheckbox {
  margin: 0;
  padding-bottom: 5px;
}
.contact-page form .hs-form-booleancheckbox {
  text-align: center;
}
.home-page-header .cst-main-header-wrapp {
  min-height: auto !important;
}
.home-page-header .cst-main-header {
  background-color: transparent;
}
.home-row1 .dnd-section {
  padding-top: 80px;
  padding-bottom: 40px;
}
.home-row1 .hs_cos_wrapper_type_rich_text h1 {
  letter-spacing: .1em;
  text-align: center;
  margin: 0;
}
.home-row1 .hs_cos_wrapper_type_rich_text h6 {
  margin: 0 0 51px;
  text-align: center;
  color: rgb(31 166 228);
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: wf_6b65f8e10511466fb1ad29ba2;
}
.home-row1 .hs_cos_wrapper_type_rich_text p {
  font-weight: bold;
  font-size: 15px;
  line-height: 2em;
  text-align: center;
  margin: 0;
}
.home-row1 .hs_cos_wrapper_type_rich_text h5 {
  line-height: 1.8em;
  text-align: center;
  font-size: 25px;
  margin: 0 0 31px;
}
.home-row1 {
  position: relative;
}
.home-row1:after {
  content: "";
  display: block;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  height: 100%;
  background: #fff;
  opacity: .88;
}
.home-row1 .dnd-section > .row-fluid {
  position: relative;
  z-index: 9;
}
.contact-page form .hs-fieldtype-textarea .hs-field-desc {
  position: absolute;
  top: 14px;
  right: -54%;
}
.contact-page form .hs-fieldtype-textarea {
  position: relative;
}
.contact-page form .hs_c.hs-c.hs-fieldtype-textarea.field.hs-form-field .hs-field-desc {
  right: -30%;
}

.contact-page form .hs_aaaa.hs-aaaa.hs-fieldtype-select.field.hs-form-field label:after {
  content: " 任意 ";
  background-color: #c0c0c0;
}

.contact-page form .hs_b.hs-b.hs-fieldtype-select.field.hs-form-field label:after {
  content: " 任意 ";
  background-color: #c0c0c0;
}
.contact-page form .hs-fieldtype-textarea label:after {
  content: " 任意 ";
  background-color: #c0c0c0;
}

.contact-page form .hs_format label:after, .contact-page form .hs_industry label:after {
  content: " 任意 ";
  background-color: #c0c0c0;
}


.contact-page form .hs-form-booleancheckbox span {
  color: rgba(51,51,51,.6);
}
.contact-page form label.hs-main-font-element {
  position: relative;
  left: 10px;
}

@media (max-width: 767px) {
  .contact-page form {
    width: 100%;
    padding-bottom: 71px;
  }
  .contact-page form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .contact-page form .hs-fieldtype-textarea .hs-field-desc {
    position: static;
  }
  .contact-page form .hs-button {
    width: 100%;
  }
}