*, *: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;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@font-face {
	font-family: 'fus_icon';
	src:url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/fonts/fus_icon.ttf) format('truetype'),
		url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/fonts/fus_icon.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

i {
	font-family: 'fus_icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
/* 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
}

.fus-right:before {
	content: "\e608";
}
.fus-left:before {
	content: "\e60d";
}
.fus-tri:before {
	content: "\e606";
}
.fus-twitter:before {
	content: "\e60b";
}
.fus-face:before {
	content: "\e60c";
}
.fus-check:before {
	content: "\e60a";
}
.fus-tel:before {
	content: "\e609";
}
.fus-bobble:before {
	content: "\e600";
}
.fus-light:before {
	content: "\e601";
}
.fus-papaer:before {
	content: "\e602";
}
.fus-line:before {
	content: "\e603";
}
.fus-search:before {
	content: "\e604";
}
.fus-person:before {
	content: "\e605";
}
.fus-mail:before {
	content: "\e607";
}
/* 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;
}

@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;
  }
}
html{
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYb8td.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYb8td.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCgYb8td.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCcYb8td.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCsYb8td.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb8td.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
  line-height: 1.5;
/*   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Paragraphs */
p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* 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;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  font-weight: bold;
  margin-bottom: 0.2em;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  line-height: 1.8;
  font-size: 100%;
  color: #212121;
  -webkit-text-size-adjust: 100%;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* 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 {
  background-color: #FAFAFA;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 1.02em;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 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;
}

.hs-search-module .hs-input {
  margin-bottom: 10px;
}

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit]:hover, form .hs-button:hover {
  text-decoration: none;
  background: #014b84;
  color: #fff;
}

form input[type=submit],
form .hs-button {
  background-color: #0168B7;
  color: #fff;
  padding: 15px 53px;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  box-shadow: none;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  outline: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

ul.no-list {
  padding: 0;
}

.hs-form .hs-input[type="checkbox"] {
  position: relative;
  top: -2px;
}
/* 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;
}
/* Header container */
.header {
  width: 100%;
  min-height: 70px;
}

.header .header_inner {
  padding: 19px 0;
  top: -70px;
  transition: all 0.4s ease;
}

.header .header_inner .header_logo {
  float: left;
  margin: 0 3.8% 0 3.125%;
}

.header .header_inner .bl_languageBtn {
  float: right;
  margin-right: 3%;
  padding: 3px 0;
}

.header .header_inner  .bl_contactBtn {
  position: absolute;
  right: calc(3% + 72px);
  top: 19px;
  margin: 0;
  z-index: 10;
}

.header .header_inner .b2_contactBtn {
  position: absolute;
  right: calc(3% + 180px);
  top: 19px;
  margin: 0;
  z-index: 10;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin: 0 0.2% 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 1.5rem;
  padding: 26px 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-family: "Lato", sans-serif !important;
  font-weight: normal;
}
.custom-menu-primary .hs-menu-wrapper ul li a:hover{
  text-decoration:underline;
}
.header .header_inner .b2_contactBtn .hs-button {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  background-color: #292929;
  text-align: center;
  padding: 8px 10px;
  border: 1px solid transparent;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  opacity: 0.999;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.header .header_inner .bl_contactBtn .hs-button {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  background-color: #292929;
  text-align: center;
  padding: 8px 10px;
  border: 1px solid transparent;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  opacity: 0.999;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif !important;
  font-weight: normal;
}

.header .header_inner .bl_languageBtn p {
  border: 1px solid #949494;
  padding: 3px 8px;
  margin:0;
}

.header .header_inner .bl_languageBtn p a {
  color: #373c3f;
  text-decoration: none;
}

.header .header_inner .bl_languageBtn p a:first-of-type {
  pointer-events: none;
  color: #bbb;
}

.header .header_inner .b2_contactBtn .hs-button:before, 
.header .header_inner .b2_contactBtn .hs-button:after,
.header .header_inner .bl_contactBtn .hs-button:before,
.header .header_inner .bl_contactBtn .hs-button:after{
  content: "";
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #2190e5;
}

.header .header_inner .b2_contactBtn .hs-button:before,
.header .header_inner .bl_contactBtn .hs-button:before{
  top: 50%;
}

.header .header_inner .b2_contactBtn .hs-button:after,
.header .header_inner .bl_contactBtn .hs-button:after{
  bottom: 50%;
}

.header .header_inner .b2_contactBtn .hs-button:hover,
.header .header_inner .bl_contactBtn .hs-button:hover{
  text-decoration: none;
  background-color: #2190e5;
  border: 1px solid #2190e5;
  color: #fff;
}

.header .header_inner .b2_contactBtn .hs-button:hover:before,
.header .header_inner .b2_contactBtn .hs-button:hover:after,
.header .header_inner .bl_contactBtn .hs-button:hover:before,
.header .header_inner .bl_contactBtn .hs-button:hover:after{
  height: 50%;
  opacity: 1;
}


.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper {
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  position: absolute;
  width: 100vw;
  top: 50px;
  max-height: 0;
  left: calc( -120px + -7.925%);
  overflow: hidden;
  z-index: 100;
  display: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper > ul {
  margin: 0 50px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper > ul > li:first-child {
  width: 200px;
  margin-right: 60px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper > ul > li:last-child {
  width: calc(100% - 260px);
}

.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper > ul > li:last-child > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper > ul > li:last-child > ul > li {
  margin: 0 2.55% 15px 0;
  width: 18.805%;
  max-width: 236px;
}




@media(min-width:1201px){
  .header.fixed .header_inner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    transition: all 0.4s ease;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover .mega-menu-wrapper {
    max-height: 460px;
    display: block;
  }

}



.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:first-child > a {
  font-size: 2.6rem;
  position: relative;
  padding-left: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  text-decoration:none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:first-child > a:before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #ececec;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:first-child > ul > li:first-child > a {
  color: #969696;
  margin: 20px 0 26px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  cursor: text;
  display: block;
  text-decoration:none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:first-child > ul > li:last-child > a {
  border: 1px solid #969696;
  overflow: visible;
  display: block;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  text-align: center;
  padding: 8px 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration;
  background-color: transparent;
  opacity: 0.999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:first-child > ul > li:last-child > a:hover{
  border: 1px solid #2190e5;
}
.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:first-child > ul > li:last-child > a:before, 
.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:first-child > ul > li:last-child > a:after {
  content: "";
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:first-child > ul > li:last-child > a:hover:before, .custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:first-child > ul > li:last-child > a:hover:after {
  height: 50%;
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:first-child > ul > li:last-child > a:after {
  bottom: 50%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:first-child > ul > li:last-child > a:before {
  top: 50%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:last-child>ul>li > a {
  color: #ebebeb;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:last-child>ul>li > a span {
  color: #969696;
  margin-top: 2px;
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: lighter;
}

.custom-menu-primary .hs-menu-wrapper>ul li.flex-pulldown-more {
  display: none;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 45px;
  background-color: #f2f5f8;
  border-left: 1px solid #d7d7d7;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.TOPICS > .mega-menu-wrapper > ul > li:last-of-type{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc( 100% - 260px);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.TOPICS > .mega-menu-wrapper > ul > li:last-of-type > ul{
  width: 184px;
  margin-right: 30px;
  color: #969696;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.TOPICS > .mega-menu-wrapper > ul > li:last-of-type > ul > li{
  margin-bottom: 18px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.TOPICS > .mega-menu-wrapper > ul > li:last-of-type > ul > li > a{
  font-size: 1.4rem;
  font-family: "MS PGothic", arial, helvetica, sans-serif;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.OUR.WORK .mega-menu-wrapper>ul {
  padding: 30px 0;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.ABOUT.US .mega-menu-wrapper>ul>li:last-child>ul > li,
.custom-menu-primary .hs-menu-wrapper>ul>li.IR .mega-menu-wrapper>ul>li:last-child>ul > li{
  width: 184px;
  margin-right: 30px;
  color: #969696;
  margin-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.ABOUT.US .mega-menu-wrapper>ul>li:last-child>ul > li > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li.IR .mega-menu-wrapper>ul>li:last-child>ul > li > ul > li > a{
  color: #ececec;
  font-size: 1.4rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.ABOUT.US .mega-menu-wrapper>ul>li:last-child>ul > li > ul > li,
.custom-menu-primary .hs-menu-wrapper>ul>li.IR .mega-menu-wrapper>ul>li:last-child>ul > li > ul > li {
  margin-bottom: 18px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper>ul>li:last-child>ul>li>ul>li>a[href="javascript:;"] {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #969696;
}



@media(max-width:1200px){
  .header .header_inner {
    padding: 0;
    height: 91px;
  }

  .header {
    padding-top: 0;
    min-height: auto;
  }

  .header .header_inner .header_logo {
    float: none;
    margin: 0;
    padding: 10px 0 10px 15px;
    width: 100px;
  }

  .header .header_inner .header_logo img {
    width: 80px !important;
    height: 24px;
    max-width: 100%;
    vertical-align: top;
    display: block;
  }

  .header .header_inner .bl_languageBtn {
    float: none;
    position: absolute;
    right: 190px;
    top: 10px;
    margin: 0;
  }

  .header .header_inner .bl_contactBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #292929;
  }

  .header .header_inner .b2_contactBtn {
    display: block;
    position: absolute;
    right: 75px;
    top: 0;
    background-color: #292929;
  }

  .header .header_inner .bl_languageBtn p {
    padding: 1px 3px;
    font-size: 1.1rem;
  }

  .header .header_inner .bl_contactBtn .hs-button, .header .header_inner .b2_contactBtn .hs-button {
    color: #fff;
    padding: 14px 5px;
    display: block;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  nav.custom-menu-primary {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 13px 0 13px 8px;
    border-top: 1px solid #dbe0e4;
    border-bottom: 1px solid #dbe0e4;
    height: 47px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 1.2rem;
    padding: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li .mega-menu-wrapper {
    display: none;
  }

}


.custom-menu-primary .hs-menu-wrapper>ul li.flex-pulldown-more.flex-pulldown-more-visible {
  display: block;
}

.flex-pulldown-more button {
  height: 100%;
  font-size: 1.1rem;
  padding: 0 12px 10px;
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  color: #000;
  font-family: Arial;
  text-align: center;
  display: block;
  width: 100%;
}

.flex-pulldown-more button:after {
  content: "";
  position: absolute;
  background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/icon_black_arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 8.5px;
    height: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }

ul.flex-pulldown-add-menu {
  display: none;
  position: absolute;
  right: 0;
  background-color: #eee;
  z-index: 100;
  top: 46px !important;
}

ul.flex-pulldown-add-menu > li {
  width: 100%;
  font-size: 1.2rem;
  border-bottom: 1px solid #dbe0e4;
  background-color: #fff;
}

ul.flex-pulldown-add-menu > li > a {
  padding: 20px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: 1.2rem;
  display: block;
  font-family: "Lato", sans-serif !important;
  font-weight: normal;
  color: #373c3f;
  text-decoration: none;
}
.flex-pulldown-more button:hover {
  background: transparent;
  color: inherit;
}

@media(max-width:400px){
  .header .header_inner .bl_languageBtn p {
    padding: 1px 3px;
    font-size: 1rem;
  }

  .header .header_inner .bl_languageBtn {
    right: 161px;
  }

  .header .header_inner .bl_contactBtn .hs-button, .header .header_inner .b2_contactBtn .hs-button {
    font-size: 1rem;
    padding: 14px 2px;
  }
  .header .header_inner .b2_contactBtn {
    right: 65px;
}
}



/* note */
.header-ai {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.header-ai .email p a {
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.header-ai .email p a:hover {
  color: #000;
  background: #fff;
  cursor: pointer;
}
.header-ai .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 0 23px;
  max-width: 1000px;
  margin: 0 auto;
}
.header-ai .container:after,
.header-ai .container:before{
  content: none;
}

.header-ai .header-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
  margin-bottom: 7px;
}

.header-ai .social-media .hs_cos_wrapper_type_module {
  display: flex;
}

.header-ai .body-wrapper.hs-content-id-1.hs-landing-page.hs-page {
  background: pink;
}

.header-ai .logo-area img {
  display: block;
  max-width: 100%;
  width: 131px;
  height: auto;
  cursor: pointer;
}

.header-ai .logo-area a {
  display: block;
}

.header-ai .phone {
  font-size: 14px;
  color: #fff;
}

.header-ai .email {
  margin-left: 16px;
}

.header-ai .email p {
  display: initial;
  margin-bottom: 0;
}

.header-ai .email p a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
  width: 148px;
  background: #000;
  display: block;
  letter-spacing: 0.96px;
}

.header-ai .phone p {
  margin-bottom: 0;
  display: initial;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.96px;
}

.header-ai .social-media .social-item {
  margin-left: 5px;
}

.header-ai .social-media .social-item .icon-bg img {
  width: auto;
  height: 35px;
}

.header-ai.fixed {
  background: rgba(28,28,28,.9);
}

.header-ai .sp-on{
  display: none;
}

.header-ai .header-info .hs-button {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
  width: 148px;
  background: #000;
  display: block;
}

.header-ai .header-info .hs-button:hover {
  color: #000;
  background: #fff;
}

@media(max-width:1030px){
  .header-ai .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 750px){
  .header-ai .sp-off{
    display: none;
  } 
  .header-ai .sp-on{
    display: block;
  }
  .header-ai, .header-ai.fixed {
    background: #fff;
  }

  .header-ai .container {
    align-items: center;
    padding: 10px 15px;
  }

  .header-ai .phone img, .header-ai .email img {
    width: 58px;
    height: auto;
  }

  .header-ai .email p a {
    line-height: 0;
    width: auto;
  }

  .header-ai .email {
    margin-left: 5px;
  }

  .header-ai .social-media .social-item .icon-bg img {
    height: 30px;
  }
  .header-ai .header-info {
    margin-bottom: 0px;
  }
}
.header-crm {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  font: 16px/1 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Helvetica, Arial, Verdana, sans-serif;
  color: #313131;
}

.header-crm .container {
  position: relative;
  padding: 54px 15px 24px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: auto;
  margin-left: auto;
}

.header-crm .visible-xs {
  display: none;
}

.header-crm .header-info {
  float: left;
  width: 370px;
}

.header-crm .header-info ul {
  margin: 0;
  padding: 0;
}
.header-crm .header-info ul li {
  display: inline-block;
}

.header-crm .header-info ul li i {
  color: #1E5DAF;
  font-size: 111%;
}

.header-crm .header-info ul li p span {
  font-weight: 700;
  font-size: 162%;
  font-family: "Roboto Condensed";
  display: inline-block;
  margin-left: 5px;
}


.header-crm .btn:hover {
  background-color: #2575CC;
  color: #fff;
}

.header-crm .header-info ul li:last-child {
  padding-left: 15px;
}

.header-crm .share-link {
  float: right;
}

.header-crm .btn-brand {
  background-color: #1E5DAF;
  font-size: 108%;
  display: inline-block;
  padding: 15px 30px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

.header-crm #sns {
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 80%;
}

.header-crm .btn-facebook {
  border-color: #1E5DAF;
  color: #1E5DAF;
  font-family: "Roboto";
  font-weight: 700;
}

.header-crm .btn-trans {
  background-color: transparent;
  border: 1px solid #1E5DAF;
}

.header-crm .btn-thin {
  padding: 6px 8px;
}

.header-crm .btn {
  display: inline-block;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

.header-crm .btn-trans {
  background-color: transparent;
  border: 1px solid #1E5DAF;
}

.header-crm .header-info ul li p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
}

.header-crm .btn-twitter {
  border-color: #1DA5CC;
  color: #1DA5CC;
  font-family: "Roboto";
  font-weight: 700;
/*   margin-left: 20px; */
}

.header-crm span#likes:before {
    border-color: rgba(179, 179, 179, 0) !important;
    border-right-color: #B3B3B3 !important;
    border-width: 4px !important;
    margin-top: -4px;
}

.header-crm span#likes:before,.header-crm span#likes:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.header-crm span#likes:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 3px;
    margin-top: -3px;
}

.header-crm span#likes {
    position: relative;
    background: #fff;
    border: 1px solid #B3B3B3;
    margin-left: 1px;
    border-radius: 2px;
    padding-right: 3px;
    padding-left: 3px;
}


.header-crm .btn-twitter:hover {
  color: #fff;
  background-color: #1DA5CC;
}

.header-crm .btn-facebook:hover {
  color: #fff;
  background-color: #1E5DAF;
}

.header-crm.clearfix:after, .header-crm.clearfix:before, .header-crm .container:before, .header-crm .container:after {
  display: table;
  content: " ";
}

.header-crm.clearfix:after, .header-crm .container:after {
  clear: both;
}

.header-crm .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.header-crm.active > .container {
    margin-top: -24px;
}

.header-crm.active #sns {
    display: none;
}

.header-crm .logo-area h1.advance-logo-area {
    color: #313131;
}

@media (min-width: 768px) {
  .header-crm .container {
    width:750px
  }
}

@media (min-width: 992px) {
  .header-crm .container {
    width:990px;
  }
}

@media (min-width: 1200px) {
  .header-crm .container {
    width:1030px
  }
}

@media screen and (max-width: 1199px){
  .advance-logo-area {
    width: 400px !important;
  }
}

@media screen and (max-width: 991px){
  .advance-logo-area {
    width: 400px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .header-crm .container {
    padding: 45px 0 10px 0;
    width: 90%;
  }

  .advance-logo-area {
    font-size: 78%;
    width: 270px !important;
    float: left;
    overflow: hidden;
    word-break: break-all;
  }

  .advance-logo-area img {
    margin-right: 10px !important;
  }

  .header-crm .header-info ul li i {
    font-size: 90%;
  }

  .header-crm .header-info ul li p span.font-roboto {
    font-size: 108%;
  }

  .header-crm #sns {
    right: 0;
    top: 10px;
  }

/*   .header-crm .btn-twitter {
    margin-left: 18px;
  } */
  .header-crm .header-info {
    width: auto;
    display: inline-block;
  }
  .header-crm .header-info ul li:last-child {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px){
  .header-crm .container {
    position: relative;
    padding: 10px 15px 10px 15px;
  }

  .header-crm .container.visible-lg {
    display: none;
  }

  .header-crm .visible-xs {
    display: block;
  }

  .header-crm .advance-logo-area img {
    width: 76px !important;
    margin-right: 0px;
    margin-top: 3px !important;
  }

  .header-crm ul.xs_head_btns {
    margin-left: 15px;
    float: right;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    list-style: none;
    margin-bottom: 0;
  }

  .header-crm ul.xs_head_btns li {
    display: inline-block;
/*     margin-left: -1px; */
  }

  .header-crm ul.xs_head_btns .btn {
    height: 30px;
    width: 60px;
    line-height: 30px;
    padding: 0;
    text-align: center;
  }

  .header-crm .btn-brand {
    background-color: #1E5DAF;
    color: #fff;
    font-size: 108%;
  }

  .header-crm .btn-link {
    font-size: 108%;
    background-color: #008F5B;
    color: #fff;
  }

  .header-crm .xs_head_btns .btn.btn-trans {
    width: 30px;
  }

  .header-crm .btn-twitter {
    margin-left: 0;
  }

  .advance-logo-area {
    width: auto !important;
  }
  .advance-logo-area span {
    display: none;
  }
  .header-crm #tel_link {
    background-color: #EFF3F9;
    box-shadow: rgb(0 0 0 / 43%) 0px 7px 4px -4px;
    clear: both !important;
}

.header-crm #tel_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-crm #tel_link ul li {
    font-size: 117%;
    font-weight: bold;
    display: table;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid #1e5daf;
}

.header-crm #tel_link li span:first-child {
    color: #1e5daf;
    padding-left: 15px;
}

.header-crm #tel_link li span {
    display: table-cell;
    padding: 15px 0;
}

.header-crm #tel_link li span:last-child {
    width: 105px;
    padding-right: 15px;
}

.header-crm #tel_link li .btn {
    height: 35px;
    text-align: center;
    width: 105px;
    padding: 0;
    line-height: 35px;
}

.header-crm .btn-brand {
    background-color: #1E5DAF;
    color: #fff;
    font-size: 108%;
}
  .header-crm .btn-link:hover, .header-crm .btn-link:active, .header-crm .btn-link:focus {
    background-color: #00A566;
}
}
#wrapper {
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

#wrapper header.mods-header {
  background: #fff;
  z-index: 99;
}
.site-header .right a.bttn {
    width: 147px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #0a3464;
    margin-left: 26px;
    background-image: url(https://6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/Fusion_January2022/image/mark02.png);
    background-repeat: no-repeat;
    background-position: left 25px center;
    background-size: 5px auto;
    text-indent: 10px;
    font-size: 14px;
}
.mods-header .mods-header-head-in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mods-header .mods-header-txts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mods-header .mods-gnavBtn {
  background: #0168B7;
  z-index: 100;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: table;
  cursor: pointer;
}

.mods-header .mods-header-logo img {
  vertical-align: bottom;
  border: 0;
}

.mods-header .mods-header-logo a {
  text-decoration: none;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
  display: block;
}

.mods-header .mods-header-logo {
  margin-right: 30px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mods-header h1 {
  line-height: 1.5;
  font-weight: 500;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  margin-bottom: 0;
  color: #212121;
}

.mods-header-btns-sps {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.mods-header-btns-sps .mods-header-btn {
  width: 200px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 16px;
}

.mods-header-btn .hs-button {
  font-size: 13px;
  padding: 11px 0;
  background: #f1e91d;
  border: solid 3px #f1db1d;
  display: block;
  text-align: center;
  border-radius: 4px;
  position: relative;
  width: 100%;
  font-weight: bold;
  line-height: 1.8;
  color: #212121;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
}

.mods-header-btn .hs-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 10px;
  top: 50%;
  margin-top: -12.5px;
  background: url() center no-repeat;
  background-size: contain;
}

.mods-header-btn .hs-button:hover {
  text-decoration: underline;
}

.mods-header .mods-gnav {
  background: #0168B7;
  height: 48px;
}

.mods-header .mods-gnav .hs-menu-wrapper>ul>li {
  background: #0168B7;
  text-align: center;
}

.mods-header .mods-gnav .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mods-header .mods-gnav .hs-menu-wrapper ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 16px;
  transition: none;
}

.mods-header .mods-gnav .hs-menu-wrapper ul.hs-menu-children-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background-color: #0168b7;
}

.mods-header .mods-gnav .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a {
  font-size: 15px;
}

.mods-header .mods-gnav .hs-menu-wrapper>ul>li:hover ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

.mods-header .mods-gnav .hs-menu-wrapper>ul>li:last-child {
  display: none;
}

.mods-header .mods-gnav .hs-menu-wrapper ul li a:hover {
  text-decoration: underline;
  background: #0C416B;
}

.mods-header .mods-gnav .hs-menu-wrapper ul li.active > a,
.mods-header .mods-gnav .hs-menu-wrapper ul li.active-branch > a{
  background: #0C416B;
}

.mods-header h1>span {
  display: block;
}

/*------2nd hdr-------*/
.site-header {
  padding-top: 28px;
  padding-bottom: 20px;
  font-size: 14px;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #333333;
  line-height: 1.4;
  font-weight: 500;
  background-color:#fff;
}

.site-header .header-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.site-header .left {
  max-width: 360px;
  float: left;
}

.site-header .right {
  max-width: 580px;
  float: right;
  text-align: right;
}

.site-header .header-inner:after {
  content: "";
  clear: both;
  display: table;
}

.site-header .left > div {
  display: inline-block;
  vertical-align: middle;
}

.site-header .left > div:last-child {
  margin-left: 27px;
}

.site-header .left p {
  margin: 0;
}

.site-header .sp {
  display: none;
}

.site-header .right a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  text-decoration: none;
  transition: none;
}

.site-header .right a:nth-child(1) {
  display: none;
}

.site-header .right a:nth-child(2) {
  display: none;
}

.site-header .right .hs_cos_wrapper_type_rich_text span+a {
  width: 147px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #0a3464;
  margin-left: 26px;
  background-image: url("https://www.fusion.co.jp/crmforecaster/images/mark02.png");
  background-repeat: no-repeat;
  background-position: left 25px center;
  background-size: 5px auto;
  text-indent: 10px;
  font-size: 14px;
}

.site-header .right .hs_cos_wrapper_type_rich_text span {
  display: inline-block;
}

.site-header .right a img {
  border: 0;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

.site-header .header-logos a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: none;
}

.site-header .header-logos a img {
  border: 0;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

.site-header .header-logos a:hover {
  opacity: 0.7;
}

.site-header .right a:hover {
  opacity: 0.7;
}



@media screen and (min-width: 768px), print{
  #wrapper {
    max-width: 1180px;
    padding-top: 170px;
  }
  #wrapper header.mods-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }

  .mods-header .mods-gnav .mods-gnav-cont {
    max-width: 1180px;
    margin: 0 auto;
  }

  .mods-header .mods-header-head {
    padding: 32px 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mods-header .mods-wrap-in {
    max-width: 1180px;
    margin: 0 auto;
  }
  .mods-header .mods-gnavBtn {
    display: none;
  }

  .mods-header h1 {
    font-size: 20.8px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .mods-header .mods-gnav .hs-menu-wrapper>ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 48px;
  }

  .mods-header h1>span {
    font-size: 16px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }

  .social-icons-dma-mob {
    display: none;
  }

  .fixed-h .mods-header .mods-header-head {
    padding: 6px 0;
  }

  .fixed-h .mods-header h1 {
    font-size: 16px;
  }

  .fixed-h .mods-header h1>span {
    font-size: 12.8px;
  }

  .mods-header .mods-gnav .hs-menu-wrapper>ul>li {
    width: 100%;
    border-left: 1px solid #004E89;
    position: relative;
  }

  .mods-header .mods-gnav .hs-menu-wrapper ul li a {
    padding: 9.5px 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

}

@media(max-width:1226px){
  .site-header .header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width:1210px){
  .mods-header .mods-wrap-in {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media(max-width:1110px){
  .mods-header .mods-gnav .hs-menu-wrapper ul li a {
    font-size: 14px;
  }

  .mods-header .mods-gnav .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a {
    font-size: 14px;
  }

}

@media(max-width:960px){
  .mods-header .mods-gnav .hs-menu-wrapper ul li a {
    font-size: 11px;
  }

  .mods-header .mods-gnav .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a {
    font-size: 11px;
  }

}
@media(max-width:960px) and (min-width: 768px){
  .mods-header .mods-gnav .hs-menu-wrapper>ul {
    height: auto;
  }

  .mods-header .mods-gnav {
    height: auto;
  }

}

@media(max-width:880px){
  .mods-header h1 {
    font-size: 15px;
  }

  .mods-header h1>span {
    font-size: 14px;
  }

}

@media(max-width:767px){
  .mods-header-btns-sps {
    display: none;
  }

  .mods-header .mods-header-head {
    padding: 8px 0;
  }

  .mods-header .mods-header-logo {
    width: 40%;
    margin-right: 4%;
  }

  .mods-header .mods-header-txts {
    flex-wrap: initial;
  }

  .mods-header h1 {
    font-size: 12.8px;
  }

  .mods-header h1>span {
    font-size: 10.24px;
  }

  .mods-header .mods-gnavBtn {
    width: 50px;
    height: 50px;
  }

  .mods-header .mods-gnavBtn .mods-gnavBtn__in {
    width: 30px;
    display: table-cell;
    vertical-align: middle;
  }

  .mods-header .mods-gnavBtn .mods-gnavBtn-ico.item01 {
    width: 20px;
    margin: 0 auto 4px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: 0.3s;
    transform-origin: 50%;
  }

  .mods-header .mods-gnavBtn figure {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
  }

  .mods-header .mods-gnavBtn p.mods-gnavBtn__txt {
    font-size: 11.2px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    font-weight: 500;
    line-height: 1.8;
  }

  .mods-header .mods-gnavBtn .mods-gnavBtn-ico.item02 {
    width: 20px;
    margin: 0 auto 4px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: 0.3s;
    transform-origin: 50%;
  }

  .mods-header .mods-gnavBtn .mods-gnavBtn-ico.item03 {
    width: 20px;
    margin: 0 auto 4px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: 0.3s;
    transform-origin: 50%;
  }

  #wrapper {
    font-size: 14px;
  }
  .mods-header .mods-header-logo img {
    max-width: 100%;
    height: auto;
  }

  .mods-header .mods-gnav {
    -moz-transform: translateX(110vw);
    -ms-transform: translateX(110vw);
    -webkit-transform: translateX(110vw);
    transform: translateX(110vw);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 52%;
    width: 100vw;
    height: auto;
    z-index: 9;
  }

  .mods-header .mods-gnav .hs-menu-wrapper>ul>li>a {
    padding: 8px;
  }

  .mods-header .mods-gnav .hs-menu-wrapper ul li a {
    font-size: 14px;
  }

  .mods-header .mods-gnav .hs-menu-wrapper ul.hs-menu-children-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
  }

  .mods-header .mods-gnav .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a {
    font-size: 14px;
    padding: 8px 0px;
  }

  .mods-header .mods-gnav .hs-menu-wrapper>ul>li:last-child {
    display: block;
  }

  .mods-header .mods-gnav .hs-menu-wrapper>ul>li:last-child>a {
    background: #FFF001;
  }

  .mods-header .mods-gnav .hs-menu-wrapper>ul>li:last-child>a {
    color: #212121;
  }

  #wrapper {
    overflow: inherit;
  }

  .mods-header .mods-gnavBtn.on .mods-gnavBtn-ico.item01 {
    transform: rotate( 45deg ) translateY(7px) translateX(5.5px);
  }

  .mods-header .mods-gnavBtn.on .mods-gnavBtn-ico.item02 {
    transform: scaleX(0);
  }

  .mods-header .mods-gnavBtn.on .mods-gnavBtn-ico.item03 {
    transform: rotate( -45deg ) translateY(-3px) translateX(2px);
  }

  .mods-header .mods-gnav.on {
    -moz-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
  }

  .mods-header .mods-gnav div.child-trigger {
    position: absolute;
    right: 0;
    width: 50px;
    height: 41px;
    top: 0;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    line-height: 41px;
    text-align: center;
    padding-right: 15px;
  }

  .mods-header .mods-gnav .hs-menu-wrapper>ul>li {
    position: relative;
  }

  .mods-header .mods-gnav div.child-trigger:after {
    content: "+";
  }

  .mods-header .mods-gnav div.child-trigger.child-open:after {
    content: "-";
  }

  .mods-header .mods-gnav .hs-menu-wrapper > ul > li > a:hover {
    background: transparent;
  }

  .mods-header .mods-gnav .hs-menu-wrapper ul li:hover > a {
    background: #0c416b;
  }

  .mods-header .mods-gnav .hs-menu-wrapper>ul>li:hover:last-child>a {
    background: #fff001;
  }

}

@media screen and (min-width: 768px) and (max-width: 991px){
  .site-header .left>div:last-child {
    margin-left: 10px;
    margin-right: 10px;
}
}

@media screen and (max-width: 640px){
  .site-header .header-inner {
    width: 92%;
    padding-left: 0px;
    padding-right: 0px;
  }
.site-header .right span {
    display: none;
}

.site-header .right a.bttn {
    display: none;
}

.site-header .right a {
    width: 30px;
}
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999999;
    width: 100%;
    top: 0;
    line-height: 1.6;
  }

  .site-header .left {
    width: 80px;
    float: left;
    max-width: 100%;
    padding-top: 2px;
  }

  .site-header .right {
/*     width: 205px; */
    max-width: 100%;
  }

  .site-header .left>div:last-child {
    display: none;
  }

  .site-header .header-logos a img {
    width: 95% !important;
    vertical-align: bottom;
  }

  .site-header .right .hs_cos_wrapper_type_rich_text span {
    display: none;
  }

  .site-header .right .hs_cos_wrapper_type_rich_text span+a {
    display: none;
  }

  .site-header .right a:nth-child(1) {
    font-size: 16px;
    background-color: #4689d3;
    text-align: center;
    line-height: 30px;
    color: #fff;
    padding: 0;
    font-weight: bold;
    width: 58px;
    display: inline-block;
  }

  .site-header .right a:nth-child(2) {
    background-color: #093463;
    text-align: center;
    padding: 0 0px 0 0;
    width: 60px;
    color: #fff;
    height: 30px;
    display: inline-block;
  }

  .site-header .right a img {
    width: 100%;
  }

  .site-header .right .hs_cos_wrapper_type_rich_text span+a ~ a {
    width: 30px;
  }

  .site-header .right a:nth-child(2) img {
    height: 15px;
    width: auto;
  }

  .site-header .sp {
    display: block;
  }

  .site-header .sp .sub-tel {
    position: absolute;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    border-top: 1px solid #ccc;
    top: 50px;
    display: none;
  }

  .site-header .sp .sub-tel .line {
    overflow: hidden;
    padding: 8px;
    border-bottom: 1px solid #ccc;
  }

  .site-header .sp .sub-tel .line .hs_cos_wrapper_type_rich_text>span:nth-child(1) {
    margin-right: 12px;
    font-size: 14px;
    line-height: 1;
    padding-top: 10px;
    font-weight: bold;
    float: left;
  }

  .site-header .sp .sub-tel .line .hs_cos_wrapper_type_rich_text>span:nth-child(2) {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1;
    padding-top: 8px;
    float: left;
  }

  .site-header .sp .sub-tel .line .hs_cos_wrapper_type_rich_text>span a {
    padding: 5px 20px;
    color: #FFF;
    display: inline-block;
    background-color: #4689d3;
    float: right;
  }

  .site-header .sp .sub-tel .line .hs_cos_wrapper_type_rich_text>span a:hover {
    opacity: 0.7;
  }


}
.footer__container.content-wrapper {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 30px 20px 0;
}

footer.footer {
  position: relative;
}
.footer.landing-layout .footer-logo a {
    display: block;
    margin: 0 auto;
}

.landing-layout .footer__container.content-wrapper {
    padding-bottom: 30px;
}
.footer-logo a {
  display: block;
  margin-right: 28px;
  width: 137px;
}

.footer-logo img {
  max-width: 100%;
  width: 100% !important;
  height: auto;
  display: block;
}

.footer-middle {
  padding: 34px 0 15px;
  position: relative;
}

.footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.footer-policy {
  width: 100%;
  position: relative;
  float: left;
  max-width: 224px;
}

.footer-menu {
  width: 100%;
}

.footer-menu .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.footer-menu .hs-menu-wrapper > ul > li {
  width: 100%;
  max-width: 224px;
  position: relative;
}

.footer-menu .hs-menu-wrapper > ul > li.hs-menu-item > a, .footer-menu .hs-menu-wrapper>ul>li.hs-menu-item:nth-child(4) a {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Lato", sans-serif !important;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 10px;
}

.footer-menu .hs-menu-wrapper > ul > li.hs-menu-item:nth-child(4) li{
  margin-bottom: 0px;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 1.2rem;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.footer-middle a:hover {
  text-decoration: underline;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #dbe0e4;
}

.footer-bottom .container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__copyright span {
  font-size: 1.2rem;
  font-family: "Lato", sans-serif !important;
  font-weight: normal;
  display: block;
}

.footer-policy ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu .hs-menu-wrapper>ul> li.footer-policy ul li a {
    font-size: 1.3rem !important;
    font-weight: normal;
    display: inline-block !important;
    margin-bottom: 10px;
    letter-spacing: .05em;
    font-family: "Lato",sans-serif !important;
}

.footer-policy-area {
    display: none;
}

.footer-menu .hs-menu-wrapper>ul> li.footer-policy ul li {
    margin-bottom: 0;
}

.footer-menu .hs-menu-wrapper>ul>li span.drop-menu {
    display: none;
    width: 46px;
    background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/icon_ash_arrow.svg) no-repeat;
    background-size: 8px 10px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-menu .hs-menu-wrapper>ul>li.hs-menu-item:nth-child(4)> span.drop-menu {
    display: none;
}

.footer-menu .hs-menu-wrapper>ul>li.active-menu > span.drop-menu {
    -webkit-transform: rotate( 
180deg
 );
    transform: rotate( 
180deg
 );
}


/*============================================== Responsive media query ==============================================*/
@media screen and (max-width: 1200px){
  .footer__container.content-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.footer-top {
    padding: 23px 20px;
    border-bottom: 1px solid #dbe0e4;
}

.footer-logo a {
    margin-right: 14px;
    width: 80px;
}

.footer-middle {
    border-bottom: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #dbe0e4;
    position: relative;
}

.footer-menu .hs-menu-wrapper>ul {
    flex-direction: column;
}

.footer-menu .hs-menu-wrapper>ul>li.hs-menu-item>a {
    letter-spacing: 0.05em;
    color: #6c7377;
    font-weight: bold;
    font-family: "Lato", sans-serif !important;
    font-size: 1.2rem;
    width: calc(100% - 60px);
    margin-bottom: 0;
    padding: 14px 0 14px 20px;
}

.footer-menu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
    display: none;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li {
    margin-bottom: 0;
    border-bottom: 1px solid #798085;
    background-color: #858c91;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 1.2rem;
    padding: 14px 30px;
    width: 100%;
    display: block;
    color: #fff;
}

.footer-menu .hs-menu-wrapper>ul>li.hs-menu-item>a, .footer-menu .hs-menu-wrapper>ul>li.hs-menu-item:nth-child(4) a {
    font-size: 1.2rem;
    width: calc(100% - 60px);
    margin-bottom: 0;
    padding: 14px 0 14px 20px;
    letter-spacing: 0.05em;
    color: #6c7377;
    font-weight: bold;
    display: inline-block;
}

.footer-menu .hs-menu-wrapper>ul>li.hs-menu-item:nth-child(4) ul.hs-menu-children-wrapper {
    display: block;
}

.footer-menu .hs-menu-wrapper>ul>li.hs-menu-item:nth-child(4) > a {
    border-bottom: 1px solid #dbe0e4;
    position: relative;
}

.footer-bottom {
    padding: 22px 0;
    border-top: none;
}

.footer-bottom .container {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__copyright span {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #6c7377;
}
  .footer-menu .hs-menu-wrapper>ul>li.footer-policy ul li a {
    font-size: 1.2rem !important;
    font-weight: bold;
    width: calc(100% - 60px);
    margin-bottom: 0;
    padding: 14px 0 14px 20px;
    display: inline-block;
    letter-spacing: 0.05em;
    color: #6c7377;
}

.footer-menu .hs-menu-wrapper>ul>li.footer-policy {
    border: 0;
}

.footer-menu .hs-menu-wrapper>ul>li.hs-menu-item:nth-child(4) {
    border: 0;
}
  .footer-menu .hs-menu-wrapper>ul>li.hs-menu-item:nth-child(4) li {
    background-color: unset;
    border-bottom: 1px solid #dbe0e4;
    position: relative;
}
  .footer-menu .hs-menu-wrapper>ul>li.footer-policy ul li {
    background-color: unset;
    border-bottom: 1px solid #dbe0e4;
    position: relative;
}
  .footer-menu .hs-menu-wrapper>ul>li.hs-menu-item:nth-child(4) > a {
    width: 100%;
}
  .footer-menu .hs-menu-wrapper>ul>li span.drop-menu{
    display: block;
  }
}
.footer-ai {
  line-height: 0;
  background: #ff4d70;
}

.footer-ai .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.footer-ai .container:after,
.footer-ai .container:before{
  content: none;
}

.footer-ai .logo-area {
  display: initial;
}

.footer-ai .logo-area img {
  display: block;
}

.footer-ai .footer_info p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.96px;
}

.footer-ai .footer_info p span {
  font-size: 22px;
  margin-left: 30px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.96px;
}

.footer-ai .footer_info span strong {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-right: 8px;
  margin-top: -8px;
}

.footer-ai .footer_info span strong:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/icon_tel.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -5px;
}

.footer-ai .copyright span {
  font-size: 10px;
  color: #fff !important;
  text-align: center;
  padding: 25px 0;
  background: #ff3b62;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  letter-spacing: 0.96px;
  line-height: 1;
  margin: 0;
}

/*============================================== Responsive media query ==============================================*/
@media screen and (max-width: 991px){
  .footer-ai .footer_info p {
    font-size: 14px;
    margin-right: 20px;
  }
  .footer-ai .footer_info p span {
    margin-left: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 750px){
  .footer-ai .container {
    text-align: center;
    padding: 20px;
    width: 100%;
  }
  .footer-ai .logo-area {
    display: none;
  }
  .footer-ai .footer_info p {
    font-size: 12px;
    line-height: 1;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
  }
  .footer-ai .footer_info p span {
    font-size: 17px;
    display: block;
    margin: 15px 0 0;
  }
  .footer-info-area {
    width: 100%;
  }
  .footer-ai .copyright span {
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    background: #ff3b62;
  }
  .footer-ai .footer_info span strong {
    font-size: 15px;
    margin: 0 4px 0 0;
  }
  .footer-ai .footer_info span strong:after {
    width: 12px;
    height: 13px;
    margin-left: 4px;
  }
}
.footer-crm {
  background-color: #1E5DAF;
  color: #fff;
  padding: 36px 0 27px 0;
  font: 16px/1 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Helvetica, Arial, Verdana, sans-serif;
}

.footer-crm .container {
  width: 1030px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-crm .row {
  margin-left: -15px;
  margin-right: -15px;
  float: left;
  clear: both;
  width: calc(100% + 30px);
  display: block;
}

.footer-crm .col-md-offset-1 {
  margin-left: 5%;
}

.footer-crm .col-sm-6 {
  width: 30%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.footer-crm .col-md-13 {
  width: 65%;
  float: left;
  padding: 0 15px;
}

.footer-crm h3 {
  font-size: 112%;
  font-weight: bold;
  line-height: 1.92;
  letter-spacing: .1em;
  margin: 0;
  padding: 0;
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Verdana, sans-serif;
}

.footer-crm .hs-content-wrapper ul {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
}

.footer-crm .hs-content-wrapper ul li {
  font-size: 112%;
  display: inline-block;
  margin-right: 35px;
}

.footer-crm .hs-content-wrapper ul i {
  font-size: 111%;
}

.footer-crm .hs-content-wrapper a, 
.footer-crm .hs-content-wrapper a:hover, 
.footer-crm .hs-content-wrapper a:active, 
.footer-crm .hs-content-wrapper a:focus {
  color: #fff;
  text-decoration: none;
}

.footer-crm .copyright span {
  font-size: 87%;
  text-align: center;
  margin-top: 25px !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  clear: both;
  width: 100%;
  color: #fff !important;
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Verdana, sans-serif !important;
}

.footer-crm h3 {
  color: #fff;
}

.footer-crm .hs-content-wrapper ul li span {
  font-weight: 700;
  font-size: 162%;
  font-family: "Roboto Condensed";
}

@media screen and (min-width: 768px) and (max-width:991px){
  .footer-crm .col-sm-6 {
    margin-left: 0;
  }

  .footer-crm .col-md-13 {
    width: 70%;
  }

  .footer-crm h3 {
    font-size: 100%;
    line-height: 2.5;
    letter-spacing: 0;
  }

  .footer-crm .hs-content-wrapper ul li {
    margin-right: 10px;
  }
}


@media screen and (max-width: 767px){
  .footer-crm {
    padding: 22px 0;
    text-align: center;
    font-size: 14px;
  }

  .footer-crm .col-sm-6 {
    width: 100%;
  }

  .footer-crm .col-md-offset-1 {
    margin-left: 0;
  }

  .footer-crm .container {
    max-width: 100%;
  }

  .footer-crm h3 {
    font-size: 100%;
    margin-bottom: 18px;
    line-height: 1;
  }

  .footer-crm .row {
    width: 100%;
    margin: 0;
  }

  .footer-crm .col-md-13 {
    width: 100%;
    padding: 0 15px;
  }

  .footer-crm .hs-content-wrapper ul li {
    font-size: 108%;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
  }

  .footer-crm .hs-content-wrapper ul i {
    font-size: 16px;
  }

  .footer-crm .hs-content-wrapper ul li span {
    font-size: 175%;
  }

  .footer-crm .copyright span {
    font-size: 100%;
    margin-top: 11px !important;
  }

}
.hs-crmforecaster-banner .dnd-section {
  padding: 0px 0px;
  margin: 0;
}
.hs-crmforecaster-banner {
  padding-top: 89px;
}

.hs-crmforecaster-page .dnd-section {
  padding: 0px 0px;
}
.case-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.hs-form .hs_firstname legend {
  display: none !important;
}
.hs-crmforecaster-page .dnd-section>.row-fluid {
  max-width: 100%;
}
.dnd-section .dnd-column {
  padding: 0;
}
.module-wrapper-2 .hs_cos_wrapper_type_rich_text a.btn {
  border-radius: 5px;
}
.hs-crmforecaster-page .dnd-section .dnd-column {
  padding: 0px 0px;
}
.module-wrapper-2 .hs_cos_wrapper_type_rich_text a.btn:hover {
  color: rgba(255,255,255,0.7);
}
.hs-crmforecaster-banner .banner-area .dnd-section .dnd-column {
  padding: 0;
}
.hs-crmforecaster-page .inner-read .inner-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.hs-crmforecaster-page .advanced-image a[href=""] {
  cursor: auto;
}

.hs-crmforecaster-page .inner-read p {
  font-size: 14px;
  margin: 0 0 18px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 2;
}

.hs-crmforecaster-page .inner-read p:last-child {
  color: #2064af;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0px;
}

.hs-crmforecaster-page .box-gray {
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-bottom: 85px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #333333;
  font-weight: 500;
}

.hs-crmforecaster-page .box-gray .box-container {
  max-width: 1200px;
  background-color: #fff;
  margin: 0 auto 14px;
  padding-top: 80px;
  padding-bottom: 54px;
}

.hs-crmforecaster-page .box-gray .boxinner {
  max-width: 1000px;
  margin: 0 auto;
}

.hs-crmforecaster-page .box-gray .boxinner h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  margin-bottom: 90px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #333333;
}

.hs-crmforecaster-page .box-gray .boxinner h2:after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #2064af;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: -42px;
}

.hs-crmforecaster-page .box-gray .boxinner div#hs_cos_wrapper_widget_1642483650201 {
  text-align: left;
  margin-bottom: 40px;
  line-height: 2;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}

.hs-crmforecaster-page .box-gray .boxinner div#hs_cos_wrapper_widget_1642483650201 p {
  margin: 0 0 15px;
}

.hs-crmforecaster-page .box-gray .boxinner div#hs_cos_wrapper_widget_1642483698569 {
  background-color: #ebf4ff;
  text-align: center;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 30px;
  margin-bottom: 65px;
  line-height: 2;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}

.hs-crmforecaster-page .box-gray .boxinner div#hs_cos_wrapper_widget_1642483698569 img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  border: 0;
}

.hs-crmforecaster-page .box-gray .boxinner div#hs_cos_wrapper_widget_1642483698569 img.sp {
  display: none;
}

.hs-crmforecaster-page .box-contact {
  text-align: center;
  background-color: #093463;
  padding: 62px 0;
}

.hs-crmforecaster-page .box-contact .hs-button {
  display: block;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  color: #093463;
  text-align: center;
  line-height: 75px;
  background-color: #fff04c;
  border-radius: 75px;
  background-image: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/mark01.png);
  background-repeat: no-repeat;
  background-position: left 62px center;
  width: 100%;
  transition: none;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.hs-crmforecaster-page .box-contact .boxs-container {
  max-width: 600px;
  margin: 0 auto;
}

.hs-crmforecaster-page .box-contact .hs_cos_wrapper_type_module {
  width: 100%;
}

.hs-crmforecaster-page .box-contact .hs-button:hover {
  opacity: 0.7;
}
/* .cm-case-study {
padding-bottom: 87px;
padding-top: 82px;
} */

.hs-crmforecaster-page .katsuyou .katsuyou-container {
  padding-bottom: 87px;
  padding-top: 82px;
  max-width: 1200px;
  background-color: #fff;
  margin: 0 auto 14px;
}

.hs-crmforecaster-page .box-gray-mb02 {
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-bottom: 85px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 2;
}

.hs-crmforecaster-page .box-gray-mb02 .box-whitegoriyou {
  max-width: 1200px;
  background-color: #fff;
  margin: 0 auto 14px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hs-crmforecaster-page .box-gray-mb02 .goriyou-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.hs-crmforecaster-page .box-gray-mb02 h2 {
  margin-bottom: 70px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #333333;
}

.hs-crmforecaster-page .box-gray-mb02 h2>.sp {
  display: none;
}

.hs-crmforecaster-page .box-gray-mb02 h2:after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #2064af;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: -42px;
}

.hs-crmforecaster-page .box-gray-mb02 p {
  text-align: center;
  width: 100%;
  margin-bottom: 55px;
  color: #333333;
  font-size: 14px;
}

.hs-crmforecaster-page .box-gray-mb02 img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.hs-crmforecaster-page .box-gray-mb02 img.pc {
  display: inline;
}

.hs-crmforecaster-page .box-gray-mb02 img.sp {
  display: none;
}

/*----dcm----*/

.hs-dcfm-banner .dnd-section {
  padding: 0px 0px;
}

.cc-space-nones .dnd-section {
  padding: 0px 0px;
}

.cc-space-nones .dnd-section>.row-fluid {
  max-width: none;
}

.cc-space-nones .dnd-section .dnd-column {
  padding: 0px 0px;
}

.hs-dcfm-page {
  padding: 40px 0;
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_wave01.png) top no-repeat;
  background-size: cover;
  font-size: 16px;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
}

.hs-dcfm-page .dcfm-container {
  max-width: 1180px;
  margin: 0px auto;
  background: rgb(255, 255, 255);
}

.hs-dcfm-page section.dcfm-sec {
  padding: 49px 0px 40px;
}

.hs-dcfm-page .cm-marketing-now h2 {
  font-size: 2.2em;
  margin-bottom: 40px;
  color: rgb(1, 104, 183);
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", YuGothic, Meiryo, verdana, Osaka, "MS PGothic", sans-serif;
}

.hs-dcfm-page .cm-marketing-now h2>span {
  background: linear-gradient(rgba(255, 240, 1, 0) 0%, rgba(255, 240, 1, 0) 69%, rgb(255, 240, 1) 70%, rgb(255, 240, 1) 100%);
}

.hs-dcfm-page .cm-marketing-now div#hs_cos_wrapper_widget_1642563161749 {
  max-width: 880px;
  margin: 0px auto;
}

.hs-dcfm-page .cm-marketing-now article {
  margin-bottom: 3em;
}

.hs-dcfm-page .cm-marketing-now article p {
  margin-bottom: 1em;
}

.hs-dcfm-page .cm-marketing-now article p:last-child {
  margin-bottom: 0;
}

.hs-dcfm-page .cm-needed-now h2 {
  font-size: 2.2em;
  margin-bottom: 40px;
  color: rgb(1, 104, 183);
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", YuGothic, Meiryo, verdana, Osaka, "MS PGothic", sans-serif;
}

.hs-dcfm-page .cm-needed-now h2>span {
  background: linear-gradient(rgba(255, 240, 1, 0) 0%, rgba(255, 240, 1, 0) 69%, rgb(255, 240, 1) 70%, rgb(255, 240, 1) 100%);
}

.hs-dcfm-page .mod-btn02Wrap .widget_1642564243273-flexbox-positioning > div {
  display: flex;
  justify-content: flex-end;
  padding-right: 200px;
  flex-shrink: initial !important;
  width: inherit;
}

.hs-dcfm-page .mod-btn02Wrap .hs-button {
  text-decoration: none;
  position: relative;
  color: rgb(255, 255, 255);
  background: rgb(33, 128, 196);
  padding: 8px 40px 8px 80px;
  height: 50px;
  align-items: center;
  line-height: 1.5;
  display: flex;
}

.hs-dcfm-page .mod-btn02Wrap .hs-button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/ico_arrow01_yw_r.svg) center center / 21px no-repeat rgb(1, 104, 183);
}

.hs-dcfm-page .mod-btn02Wrap .hs-button:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  border-width: 25px;
  border-style: solid;
  border-color: transparent transparent rgb(33, 128, 196) rgb(33, 128, 196);
  border-image: initial;
}

.hs-dcfm-page .mod-btn02Wrap .hs-button:hover {
  text-decoration: underline;
}

.hs-dcfm-page section.mod-abthdr {
  padding-top: 96px;
}

.hs-dcfm-page section.mod-abthdr h1 {
  font-size: 2.2em;
  margin-bottom: 40px;
  color: rgb(1, 104, 183);
  line-height: 1.5;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", YuGothic, Meiryo, verdana, Osaka, "MS PGothic", sans-serif;
  font-weight: 500;
}

.hs-dcfm-page section.mod-abthdr h1>span {
  background: linear-gradient(rgba(255, 240, 1, 0) 0%, rgba(255, 240, 1, 0) 69%, rgb(255, 240, 1) 70%, rgb(255, 240, 1) 100%);
}

.hs-dcfm-page section.mod-modules {
  padding: 30px 0px;
}

.hs-dcfm-page .bnr_modules .hs-c-sectionbnr7 {
  max-width: 880px;
  margin: 0 auto 35px;
  position: relative;
}

.hs-dcfm-page .bnr_modules a {
  text-decoration: none;
  transition: none;
}

.hs-dcfm-page .bnr_modules img {
  vertical-align: bottom;
  max-width: 100%;
}


.hs-dcfm-page .bnr_modules a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.hs-dcfm-page .bnr-image-modules .hs-c-sectionimage8 {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}

.hs-dcfm-page section.cm-teacher {
  padding: 30px 0;
}

.image-with-video {
  margin-bottom: 35px;
}

.hs-dcfm-page section.cm-attendance {
  margin-top: -.5px;
}

.hs-dcfm-page section.cm-attendance>.hs-c-sectionattendance10 {
  max-width: 880px;
  margin: 0 auto;
}

.hs-dcfm-page section.cm-attendance h2 {
  font-size: 2.0em;
  color: #0168B7;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  padding-left: 1px;
}

.hs-dcfm-page section.cm-attendance p {
  margin-bottom: 0;
}

.hs-dcfm-page section.cm-attendance h4 {
  font-weight: bold;
  margin-bottom: 0.6em;
  line-height: 1.5;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
}

.hs-dcfm-page section.cm-attendance ul {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  list-style-type: none;
}

.hs-dcfm-page section.cm-attendance ul>li {
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.hs-dcfm-page section.cm-attendance ul>li:before {
  content: "●";
  margin-left: -1em;
  font-size: 0.6em;
  margin-right: 8px;
}

.mod-contactBtnSec .dnd-section {
  padding: 0px 0px;
}

.mod-contactBtnSec .dnd-section>.row-fluid {
  max-width: none;
}

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

.mod-downloadBtnSec .dnd-section {
  padding: 0px 0px;
}

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

.mod-downloadBtnSec .dnd-section>.row-fluid {
  max-width: none;
}

/*--------*/

.hs-assetdl-page .mod-assetdl-fm {
  font-size: 16px;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
}

.hs-assetdl-page .mod-assetdl-fm .assetdl-wrap-in {
  max-width: 1180px;
  margin: 0 auto;
}

.hs-assetdl-page .mod-assetdl-fm form {
  width: 100%;
}

.hs-assetdl-page .mod-assetdl-fm form .hs-richtext, .hs-assetdl-page .mod-assetdl-fm form .hs-richtext p {
  line-height: 24px;
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
}

.hs-assetdl-page .mod-assetdl-fm form p {
  display: block;
  margin-block-start: 1em; 
  margin-block-end: 1em; 
  margin-inline-start: 0px; 
  margin-inline-end: 0px; 
  font-weight: 500;
}

.hs-assetdl-page .mod-assetdl-fm form .hs-richtext {
  margin-bottom: 3px;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}

.hs-assetdl-page .mod-assetdl-fm form .hs-form-field {
  margin-bottom: 18px;
}

.hs-assetdl-page .mod-assetdl-fm form label:not(.hs-error-msg) {
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  color: #373c3f;
}

.hs-assetdl-page .mod-assetdl-fm form .hs-input {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  width: 100% !important;
  max-width: 100%;
  background-color: #f5f8fa;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline:none;
}
.hs-assetdl-page .mod-assetdl-fm form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

.hs-assetdl-page .mod-assetdl-fm form .hs_family_name.hs-family_name .hs-input {
  width: 90% !important;
}

.hs-assetdl-page .mod-assetdl-fm form legend.hs-field-desc a {
  color: #0000EE;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}

.hs-assetdl-page .mod-assetdl-fm form legend.hs-field-desc {
  margin: 0px 0px 6px;
  padding: 0px 2px;
}

.hs-assetdl-page .mod-assetdl-fm form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.hs-assetdl-page .mod-assetdl-fm form .inputs-list:first-child {
  padding-top: 6px;
}

.hs-assetdl-page .mod-assetdl-fm form .inputs-list>li {
  margin: 0px 0px;
}

.hs-assetdl-page .mod-assetdl-fm form .inputs-list>li>label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

.hs-assetdl-page .mod-assetdl-fm form .inputs-list .hs-input {
  height: auto;
  width: auto !important;
  max-width: 100%;
  cursor: pointer;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height: auto;
  vertical-align: baseline;
}

.hs-assetdl-page .mod-assetdl-fm form .grecaptcha-badge {
  margin: 0;
  height: auto;
  width: auto;
}

.hs-assetdl-page .mod-assetdl-fm form .hs_recaptcha {
  padding: 4px 8px 0px;
}

.hs-assetdl-page .mod-assetdl-fm form .hs-button {
  white-space: pre-wrap;
  background: #428bca;
  border-color: #428bca;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
}

.hs-assetdl-page .mod-assetdl-fm form .actions {
  text-align: center;
  margin-top: 20.5px;
  margin-bottom: 0px;
  padding: 16.5px 0px;
}

.hs-assetdl-page .mod-assetdl-fm form select.is-placeholder {
  color: #bfbfbf !important;
}

.hs-assetdl-page .mod-assetdl-fm form .hs-input.error {
  border-color: #c87872;
}

.hs-assetdl-page .mod-assetdl-fm form ul.no-list.hs-error-msgs label {
  color: #f2545b;
  font-size: 14px;
  margin: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-assetdl-page .mod-assetdl-fm form select.is-placeholder {
  padding-left: 10px;
}


.hs-contact-page .contact-forms-wp .mod-wrap-in {
  max-width: 1180px;
  margin: 0 auto;
}

.hs-contact-page .contact-forms-wp {
  padding: 30px 0;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #212121;
  -webkit-text-size-adjust: 100%;
}

.hs-contact-page .contact-forms-wp h1 {
  font-size: 2.0em;
  padding-left: 151px;
  color: #0168B7;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
}

.hs-contact-page .contact-forms-wp article {
  margin-bottom: 3em;
}

.hs-contact-page .contact-forms-wp article p {
  margin-bottom: 0;
}

.hs-contact-page .contact-forms-wp form {
  padding: 40px 160px;
  border: 1px solid #dedede;
  line-height: 1.8;
  font-size: 16px;
}

.hs-contact-page .contact-forms-wp form fieldset {
  border-bottom: 1px dotted #dedede;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.hs-contact-page .contact-forms-wp form fieldset>div {
  width: 48% !important;
  float: none !important;
  margin-bottom: 0;
  font-size: inherit;
}

.hs-contact-page .contact-forms-wp form label:not(.hs-error-msg) {
  font-weight: bold;
  margin-bottom: 0.2em;
  line-height: 1.8;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-size: 100%;
  color: #212121;
}

.hs-contact-page .contact-forms-wp form .input {
  margin-right: 0px !important;
}

.hs-contact-page .contact-forms-wp form input[type=text], 
.hs-contact-page .contact-forms-wp form input[type=email], 
.hs-contact-page .contact-forms-wp form input[type=password], 
.hs-contact-page .contact-forms-wp form input[type=tel], 
.hs-contact-page .contact-forms-wp form input[type=number], 
.hs-contact-page .contact-forms-wp form input[type=file], 
.hs-contact-page .contact-forms-wp form select, 
.hs-contact-page .contact-forms-wp form textarea {
  padding: 10px;
  font-size: 1.02em;
  width: 100% !important;
  box-sizing: border-box;
  background: #FAFAFA;
  border: 1px solid #D1D1D1;
  position: relative;
  border-radius: 0;
  font-family: Arial;
  line-height: normal;
}

.hs-contact-page .contact-forms-wp form .hs-input::placeholder {
  color: rgb(117, 117, 117);
}

.hs-contact-page .contact-forms-wp form:after {
  content: "";
  clear: both;
  display: table;
}

.hs-contact-page .contact-forms-wp form .hs_prefectures.hs-prefectures label:not(.hs-error-msg) {
  font-size: 13.6px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0;
}

.hs-contact-page .contact-forms-wp form .hs_prefectures.hs-prefectures .input {
  display: none;
}

.hs-contact-page .contact-forms-wp form fieldset .hs_message.hs-message {
  width: 100% !important;
}

.hs-contact-page .contact-forms-wp form fieldset .hs_message.hs-message textarea {
  height: 10em;
  padding: 10px;
  font-size: 1.02em;
  line-height: 1.3;
  resize: vertical;
  font-family: monospace;
}

.hs-contact-page .contact-forms-wp form fieldset .hs-richtext.hs-main-font-element section {
  height: 180px;
  padding: 18px;
  background: #F5F5F5;
  overflow-y: scroll;
  font-size: 0.85rem;
  margin-bottom: 40.8px;
  word-break: break-word;
}

.hs-contact-page .contact-forms-wp form fieldset .hs-richtext.hs-main-font-element section h3 {
  font-weight: bold;
  margin-bottom: 1em;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  line-height: 1.8;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-size: 13.6px;
}

.hs-contact-page .contact-forms-wp form fieldset .hs-richtext.hs-main-font-element {
  width: 100% !important;
}

.hs-contact-page .contact-forms-wp form fieldset .hs-richtext.hs-main-font-element section p {
  margin-bottom: 1em;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 13.6px;
}

.hs-contact-page .contact-forms-wp form fieldset .hs-richtext.hs-main-font-element section dl {
  margin-top: 0;
}

.hs-contact-page .contact-forms-wp form fieldset .hs-richtext.hs-main-font-element section dl dt {
  font-weight: bold;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  line-height: 1.8;
  font-size: 13.6px;
}

.hs-contact-page .contact-forms-wp form fieldset .hs-richtext.hs-main-font-element section dl dt>span {
  display: inline-block;
  width: 1.5em;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  color: #212121;
  -webkit-text-size-adjust: 100%;
}

.hs-contact-page .contact-forms-wp form fieldset .hs-richtext.hs-main-font-element section dl dd {
  padding-left: 1.5em;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 13.6px;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
}

.hs-contact-page .contact-forms-wp form fieldset .hs-richtext.hs-main-font-element section dl ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

.hs-contact-page .contact-forms-wp form fieldset:nth-child(7) {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
  display: block;
}

.hs-contact-page .contact-forms-wp form fieldset:nth-child(8) {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
  display: block;
}

.hs-contact-page .contact-forms-wp form fieldset:nth-child(9) {
  padding-bottom: 0;
  border: 0;
  display: block;
  float: left;
  width: 42.4%;
  margin: 0px 10px;
  position: relative;
  left: 45px;
}

.hs-contact-page .contact-forms-wp form fieldset:nth-child(8) p {
  font-size: 13.6px;
  margin-bottom: 2em;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
}

.hs-contact-page .contact-forms-wp form fieldset .hs_dcfm_trial.hs-dcfm_trial.hs-fieldtype-checkbox {
  width: 100% !important;
}

.hs-contact-page .contact-forms-wp form fieldset .hs_dcfm_trial.hs-dcfm_trial.hs-fieldtype-checkbox>label:not(.hs-error-msg) {
  display: none;
}

.hs-contact-page .contact-forms-wp form .hs_submit.hs-submit {
  width: 42.44%;
  float: right;
  margin: 0px 10px;
  position: relative;
  left: -45px;
}

.hs-contact-page .contact-forms-wp form .inputs-list>li {
  margin: 0px 0px;
}

.hs-contact-page .contact-forms-wp form .inputs-list>li label.hs-form-checkbox-display {
  padding: 10.5px 132px 10.5px 32px;
  cursor: pointer;
  background: #F5F5F5;
  display: block;
  margin-bottom: 0;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  font-size: 17.6px;
}

.hs-contact-page .contact-forms-wp form input[type=checkbox], form input[type=radio] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: auto;
  margin-right: 0px;
}

.hs-contact-page .contact-forms-wp form .hs-button {
  background: #0168B7;
  padding: 10.3px 30px;
  font-size: 19.2px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  box-shadow: none;
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  border-radius: 4px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  position: relative;
}

.hs-contact-page .contact-forms-wp form .hs-button:hover {
  text-decoration: none;
  background: #014b84;
}

.hs-contact-page .contact-forms-wp form fieldset:nth-child(2) {
  padding-bottom: 15.5px;
}

.hs-contact-page .contact-forms-wp form fieldset:nth-child(4) {
  padding-bottom: 15px;
}

.hs-contact-page .contact-forms-wp form fieldset:nth-child(6) {
  padding-bottom: 15.5px;
}

.hs-contact-page .contact-forms-wp form ul.no-list.hs-error-msgs li label {
  display: block !important;
  color: #DA6272;
  padding: 4px 0;
  font-size: 13px;
  margin: 0;
}

.hs-contact-page .contact-forms-wp form .hs-input.invalid.error {
  border-color: #D1D1D1;
}

.hs-contact-page .contact-forms-wp form .hs_error_rollup {
  display: none;
}

.hs-contact-page .contact-forms-wp form .hs-form-required:after {
  content: "必須";
  background: #0168B7;
  color: #fff;
  padding: 2px 6px;
  margin-left: 1em;
  font-size: 16px;
}

.hs-contact-page .contact-forms-wp form .hs-form-required {
  font-size: 0px;
}


.hs-entry-pages .contact-forms-wp form h3 {
  font-size: 1.5em;
  margin-top: 0;
  color: #0168B7;
  font-weight: 500;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  margin-bottom: 24px;
}

.hs-entry-pages .contact-forms-wp form fieldset {
  border: oldlace;
  margin: 0;
  padding: 0;
}

.hs-entry-pages .contact-forms-wp form label:not(.hs-error-msg) {
  margin-bottom: 0.6em;
  line-height: 1.5;
}

.hs-entry-pages .contact-forms-wp form label:empty {
  display: none;
}

.hs-entry-pages .contact-forms-wp form label:not(.hs-error-msg)>span:empty {
  display: inline-block;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(2) {
  border-bottom: 1px dotted #dedede;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(3) {
  border-bottom: 1px dotted #dedede;
  margin-bottom: 16px;
  padding-bottom: 15.5px;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(4) {
  border-bottom: 1px dotted #dedede;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.hs-entry-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth {
  display: flex;
  flex-direction: column;
}

.hs-entry-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth legend.hs-field-desc {
  order: 1;
  font-size: 13.6px;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
}

.hs-entry-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth .hs-input {
  font-size: 16.32px;
  line-height: normal;
  font-family: monospace;
  padding: 13.5px 10px;
  letter-spacing: normal;
}

.hs-entry-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth label#label-date_of_birth-a06a21a3-1c87-47d8-a6f5-e24dd5e8ca60_2608 {
  margin-bottom: 0.2em;
  line-height: 23px;
  position: relative;
  top: 3px;
}

.hs-entry-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth .hs-input::placeholder {
  color: #000;
}

.hs-entry-pages .contact-forms-wp form fieldset {
  margin-bottom: 16px;
  padding-bottom: 16px;
}


.hs-entry-pages .contact-forms-wp form fieldset:nth-child(5) label:not(.hs-error-msg) {
  margin-bottom: 0.2em;
  line-height: 28.8px;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(6) {
  border-bottom: 1px dotted #dedede;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(6) label:not(.hs-error-msg) {
  margin-bottom: 0.2em;
  line-height: 22.8px;
  position: relative;
  top: 2.5px;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(7) {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(7) label:not(.hs-error-msg) {
  margin-bottom: 0.2em;
  line-height: 22.8px;
  position: relative;
  top: 2.5px;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(7) .hs_address.hs-address {
  width: 100% !important;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(8) {
  border-bottom: 1px dotted #dedede;
  margin-bottom: 16px;
  padding-bottom: 15.5px;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(8) label:not(.hs-error-msg) {
  margin-bottom: 0.2em;
  line-height: 22.8px;
  position: relative;
  top: 2.5px;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(9) {
  width: 100% !important;
  float: none;
  margin: 0;
  left: 0;
}

.hs-contact-page .contact-forms-wp form section {
  height: 180px;
  padding: 18px;
  background: #F5F5F5;
  overflow-y: scroll;
  font-size: 0.85em;
  margin-bottom: 40.8px;
  word-break: break-word;
  display: block;
}

.hs-contact-page .contact-forms-wp form section h5 {
  font-weight: bold;
  margin-bottom: 1em;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  line-height: 1.8;
  font-size: 13.6px;
}

.hs-contact-page .contact-forms-wp form section p {
  margin-bottom: 1em !important;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 13.6px;
}

.hs-contact-page .contact-forms-wp form section dl {
  margin: 0;
  padding: 0;
}

.hs-contact-page .contact-forms-wp form section dl dt {
  font-weight: bold;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  line-height: 1.8;
  font-size: 13.6px;
}

.hs-contact-page .contact-forms-wp form section dl dt>span {
  display: inline-block;
  width: 1.5em;
}

.hs-contact-page .contact-forms-wp form section dl dd {
  margin: 0;
  padding-left: 1.5em;
  margin-bottom: 10px;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 13.6px;
}

.hs-contact-page .contact-forms-wp form section dl ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
  list-style-type: none;
}

.hs-contact-page .contact-forms-wp form section+ul {
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  justify-content: space-between;
  list-style-type: none;
}

.hs-contact-page .contact-forms-wp form section+ul>li {
  width: 48%;
  margin: 0 0 20px;
  text-align: center;
}

.hs-contact-page .contact-forms-wp form section+ul>li>a {
  text-decoration: underline;
  color: #212121;
}

.hs-entry-pages .contact-forms-wp form .inputs-list>li label.hs-form-checkbox-display {
  padding: 12px 132px 12px 32px;
  line-height: normal;
}

.hs-entry-pages .contact-forms-wp form .inputs-list>li label.hs-form-checkbox-display input[type=checkbox] {
  position: relative;
  top: -.5px;
}

.hs-entry-pages .contact-forms-wp form .hs_submit.hs-submit {
  width: 100% !important;
  margin: 0;
  left: 0;
  margin-bottom: 20px !important;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(10) {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(1) {
  margin: 0;
  padding: 0;
}

.hs-entry-pages .contact-forms-wp form fieldset:nth-child(4) label:not(.hs-error-msg) {
  line-height: 22.8px;
  margin-bottom: 0.2em;
  position: relative;
  top: 2.8px;
}

.hs-contact-page .contact-forms-wp form section+ul>li>a:hover {
  text-decoration: none;
}

/*---*/

.hs-contact-page .contact-forms-wp article p a {
  color: #0168B7;
}

.hs-contact-page .contact-forms-wp article p a:hover {
  text-decoration: underline;
}

.hs-group-pages .contact-forms-wp form h2 {
  font-size: 1.5em;
  color: #0168B7;
  margin-bottom: 0.3em;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  line-height: 1.8;
  font-weight: 500;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(1) {
  margin: 0;
  padding: 0;
  border: 0;
}

.hs-group-pages .contact-forms-wp form label:not(.hs-error-msg) {
  margin-bottom: 0.6em;
  line-height: 1.5;
}

.hs-group-pages .contact-forms-wp form label:not(.hs-error-msg)>span:empty {
  display: inline-block;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(4) label:not(.hs-error-msg) {
  font-weight: bold;
  margin-bottom: 0.2em;
  line-height: 22.8px;
  position: relative;
  top: 3px;
}

.hs-group-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth .hs-input {
  padding: 13.5px 10px;
  font-size: 1.02em;
  font-family: monospace;
  line-height: normal;
}

.hs-group-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth .hs-input::placeholder {
  color: #000;
}

.hs-group-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth {
  display: flex;
  flex-direction: column;
}

.hs-group-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth legend.hs-field-desc {
  order: 1;
  font-size: 13.6px;
  color: #212121;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(4) {
  padding-bottom: 16px;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(5) {
  padding-bottom: 15.5px;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(5) label:not(.hs-error-msg) {
  margin-bottom: 0.2em;
  line-height: 22.8px;
  position: relative;
  top: 3px;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(5)>div:last-child label:not(.hs-error-msg) {
  line-height: 28.8px;
  top: 0;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(6)>div {
  width: 100% !important;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(6) label:not(.hs-error-msg) {
  margin-bottom: 0.2em;
  line-height: 22.8px;
  position: relative;
  top: 3px;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(6) {
  padding-bottom: 16px;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(7) {
  display: flex;
  border-bottom: 1px dotted #dedede;
  padding-bottom: 15.5px;
  margin-bottom: 16px;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(7)>div {
  margin-bottom: 2em;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(7) label:not(.hs-error-msg) {
  margin-bottom: 0.2em;
  line-height: 22.8px;
  position: relative;
  top: 3px;
}

.hs-group-pages .contact-forms-wp form select {
  font-size: 1.02em;
  line-height: 20px;
  padding: 10px;
  padding-bottom: 8.6px;
  -webkit-appearance: none;
}

.hs-group-pages .contact-forms-wp form .hs_a.hs-a.hs-fieldtype-select .input {
  position: relative;
}

.hs-group-pages .contact-forms-wp form .hs_a.hs-a.hs-fieldtype-select .input:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 6px solid #000;
  border-bottom: none;
}


.hs-group-pages .contact-forms-wp form .hs_a.hs-a.hs-fieldtype-select label:not(.hs-error-msg)>span:last-child {
  margin-left: -9px;
  display: inline-block;
  background-color: #fff;
}

.hs-contact-page .contact-forms-wp form section h3 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 13.6px;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(9) {
  width: 100% !important;
  left: 0;
  margin: 0px 0px;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(9) p.mod-p01.mb2e.fz085 {
  font-size: 13.6px;
  margin-bottom: 2em;
  color: #212121;
  -webkit-text-size-adjust: 100%;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(10) {
  padding-bottom: 0;
  border: 0;
  display: block;
  float: left;
  width: 42.4%;
  margin: 0px 10px;
  position: relative;
  left: 45px;
}

.hs-group-pages .contact-forms-wp form .inputs-list>li label.hs-form-checkbox-display {
  padding: 11.5px 132px 15px 32px;
}

/* .mod-gnavSub-wp { */
/*     margin-top: -2.5px;
} */
@media screen and (min-width: 768px), print{
  div#wrapper.fixed-header-height {
    padding-top: 240px;
  }
}
.dcfm-prepare-page .top-title-section h1 {
  margin-bottom: 40px;
}

@media(max-width:1226px){
  .hs-crmforecaster-page .katsuyou .katsuyou-container{
    padding-left:15px;
    padding-right:15px;
  }

  .hs-crmforecaster-page .inner-read {
    padding-left:15px;
    padding-right:15px;
  }

  .hs-crmforecaster-page .box-gray .box-container{
    padding-left:15px;
    padding-right:15px;
  }

  .hs-crmforecaster-page .box-gray-mb02{
    padding-left:15px;
    padding-right:15px;
  }

  .hs-crmforecaster-page .box-gray .boxinner div#hs_cos_wrapper_widget_1642483698569 img {
    max-width:100%;
  }

  .hs-crmforecaster-page .box-gray-mb02 img {
    max-width:100%;
  }

  .hs-assetdl-page .mod-assetdl-fm .assetdl-wrap-in {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-contact-page .contact-forms-wp .mod-wrap-in {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-contact-page .contact-forms-wp h1 {
    padding-left: 0;
  }

  .hs-contact-page .contact-forms-wp form {
    padding: 40px 20px;
  }

}

@media(max-width:1053px){
  .mod-gnavSub-wp {
    margin-top: 26px;
  }
}

@media(max-width:959px){
  .hs-dcfm-page .cm-marketing-now div#hs_cos_wrapper_widget_1642563161749, section.dcfm-dma.dcfm-sec-smallWidth .hs_cos_wrapper_type_module {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-dcfm-page .bnr_modules .hs-c-sectionbnr7{
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-dcfm-page .bnr-image-modules .hs-c-sectionimage8{
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-dcfm-page section.cm-attendance>.hs-c-sectionattendance10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-contact-page .contact-forms-wp form fieldset:nth-child(9) {
    left: 0;
    width: 49%;
    margin: 0;
  }

  .hs-contact-page .contact-forms-wp form .hs_submit.hs-submit {
    left: 0;
    width: 49%;
    margin: 0;
  }

}


.icon-w-h-wrapper .section_title {
  color: #313131 !important;
}

.crm-section3 .hs_cos_wrapper_type_rich_text h3 {
  color: #313131;
}

.hs-crm-layout {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; 
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: #313131;
  margin: 0;
  padding: 0;
  font: 16px/1 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Helvetica, Arial, Verdana, sans-serif;
}

section.ai-banner .container:before {
  content: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/main_bg.png);
  position: absolute;
  top: 0;
  right: -446px;
}

.hs-ai-layout {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  letter-spacing: 0.96px !important;
  font-size: 18px;
}
body.hs-ai-layout-wrapper {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  line-height: 1;
}

.ai-section1 {
  padding: 74px 0 118px 0;
  background: #ff4d70;
}

.ai-section1 .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.ai-section1 h3 {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  line-height: 1.413;
  padding-bottom: 45px;
  margin-bottom: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.96px;
}



.ai-section1 p {
  font-size: 18px;
  color: #fff;
  line-height: 2.5;
  margin-bottom: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.96px;
}

.ai-section1 br.sp-on {
  display: none;
}

.ai-section1 .dnd-section .dnd-column {
  padding: 0;
}

.ai-section2 {
  padding: 102px 0 135px;
  background: #ff4d70;
}

.ai-section2 .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.crm-section1 {
  background-color: #1E5DAF;
  color: #fff;
  padding: 60px 0 70px 0;
  text-align: center;
}

.crm-section1 .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.crm-section1 .container:after {
  clear: both;
}

.crm-section1 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 156%;
  padding-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.crm-section1 .hs_cos_wrapper_type_rich_text .xs, .crm-section1 .hs_cos_wrapper_type_rich_text .sm {
  display: none;
}

.crm-section1 .hs_cos_wrapper_type_rich_text h3 span {
  font-size: 124%;
}

.crm-section1 .hs_cos_wrapper_type_rich_text p {
  line-height: 1.75;
  font-weight: bold;
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 0;
}

.crm-section2 {
  padding: 60px 0 90px 0;
}

.crm-section2 .container, .crm-section3 .container, .report-banner-section .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.crm-section2 .container:before, .crm-section2 .container:after, .crm-section3 .container:before, .crm-section3 .container:after,.report-banner-section .container:before, .report-banner-section .container:after, .report-banner-section .row:before, .report-banner-section .row:after{
  content: " ";
  display: table;
}

.crm-section2 .container:after, .crm-section3 .container:after, .report-banner-section .container:after, .report-banner-section .row:after {
  clear: both;
}

.crm-section3 {
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_01.png) #F1F4F4 no-repeat top center;
  padding: 60px 0 80px 0;
  text-align: center;
}
.crm-section3 .hs_cos_wrapper_type_rich_text h3 {
  font-weight: bold;
  font-size: 193%;
  text-align: center;
  margin-bottom: 40px;
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Verdana, sans-serif;
}

.crm-section3 .hs_cos_wrapper_type_rich_text h3 i {
  font-size: 53px;
  color: #1E5DAF;
  margin: 0 auto 25px auto;
  display: block;
  letter-spacing: .2em;
}

.crm-section3 .hs_cos_wrapper_type_rich_text h3 i:before {
  content: "\e601";
}

.crm-section3 .hs_cos_wrapper_type_rich_text h3 span {
  display: inline-block;
  border-bottom: 5px solid #1e5daf;
  margin: 0 auto;
  padding: 0 18px 10px 18px;
}

.crm-section3 .hs_cos_wrapper_type_rich_text p {
  font-size: 112%;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.5em;
}

.crm-section3 .hs_cos_wrapper_type_rich_text p .sm {
  display: none;
}

.crm-section3 .hs_cos_wrapper_type_rich_text ul {
  background-color: #fff;
  border: 1px solid #313131;
  padding: 18px 45px;
  display: inline-block;
  margin: 0 auto 1em auto;
  list-style: none;
}

.crm-section3 .hs_cos_wrapper_type_rich_text ul li {
  border-bottom: 1px solid #D5D5D5;
  font-weight: bold;
  padding: 12px 0;
  text-align: left;
  font-size: 112%;
}

.crm-section3 .hs_cos_wrapper_type_rich_text ul li i {
  color: #1E5DAF;
}

.crm-section3 .hs_cos_wrapper_type_rich_text ul li i:before {
  content: "\e60a";
}

.crm-section3 .hs_cos_wrapper_type_rich_text ul li:last-child {
  border: 0;
}

.crm-section3 .hs_cos_wrapper_type_rich_text p strong {
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_yline.png) repeat-x bottom left;
  display: inline;
}

.crm-section3 .hs_cos_wrapper_type_rich_text h4 {
  font-size: 175%;
  color: #1E5DAF;
  text-align: center;
  font-weight: bold;
  margin: 60px 0 50px 0;
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Verdana, sans-serif;
}

.crm-section4 {
  padding: 60px 0 0 0;
}

.crm-section4 .hs_cos_wrapper_type_rich_text h3 {
  font-weight: bold;
  font-size: 193%;
  text-align: center;
  margin-bottom: 40px;
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Verdana, sans-serif;
  color: #313131;
}

.crm-section4 .hs_cos_wrapper_type_rich_text h3 i {
  font-size: 53px;
  color: #1E5DAF;
  margin: 0 auto 25px auto;
  display: block;
  letter-spacing: .2em;
}

.crm-section4 .hs_cos_wrapper_type_rich_text h3 i:before {
  content: "\e602";
}

.crm-section4 .hs_cos_wrapper_type_rich_text h3 span {
  display: inline-block;
  border-bottom: 5px solid #1e5daf;
  margin: 0 auto;
  padding: 0 18px 10px 18px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.crm-section5 {
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_01.png) #F1F4F4 no-repeat top center;
  padding: 60px 0 80px 0;
}

.crm-section5 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  padding: 0;
}

.crm-professional-section {
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_06.png) #fff no-repeat top center;
  padding: 60px 0 0 0;
}

.crm-section6 {
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_01.png) #F1F4F4 no-repeat top center;
  padding: 60px 0 80px 0;
}

.crm-section6 .advanced-button-wrapper .button-area .btn {
  background-color: #008F5B;
  color: #fff;
}
.crm-section6 .advanced-button-wrapper .button-area .btn:hover{
  background-color: #00A566;
  color: #fff;
}

.crm-section6 .advanced-button-wrapper .row {
  margin-top: 0 !important;
}

.crm-section7 {
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_06.png) #fff no-repeat top center;
  padding: 60px 0 80px 0;
  text-align: center;
}

.crm-section7 .hs_cos_wrapper_type_rich_text p {
  line-height: 1.625;
}

.crm-section7 .hs_cos_wrapper_type_rich_text p br.xs {
  display: none;
}

.crm-section7 .hs_cos_wrapper_type_rich_text > div {
  border: 1px solid #CBCBCB;
  width: 852px;
  text-align: center;
  padding: 38px 0 60px 0;
  margin: 20px auto 0 auto;
  display: block;
}

.crm-section7 .hs_cos_wrapper_type_rich_text > div .img2 {
  display: none;
}

.crm-section7 .hs_cos_wrapper_type_rich_text > div p {
  width: 709px;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  line-height: 1.875;
}

.crm-section8 .advanced-button-wrapper {
  margin-bottom: 40px;
}

.hs-module-layout .mods-header .mods-gnav {
  display: none;
}

.hs-module-layout #wrapper {
  padding-top: 118px;
}

.hs-module-layout .mods-header .mods-header-logo img {
  width: 94px !important;
}

.hs-module-layout .mod-header-btns-sp ul li.fb_iframe_widget {
  position: relative;
  top: -1px;
}

.fixed-h .hs-module-layout .mods-header .mods-header-logo img {
  width: 150px !important;
}
.hs-contact-page .contact-forms-wp form .hs_custom_date .hs-input {
  padding-top: 12px;
  padding-bottom: 12px;
}

.fn-date-picker .pika-label {
  line-height: 1 !important;
}

select.pika-select.pika-select-year, select.pika-select.pika-select-month {
  height: 0;
  padding: 0 !important;
  margin: 0;
  border: none !important;
  font-size: 0;
  position:static !important;
}

.fn-date-picker .pika-title select {
  position: absolute !important;
}

.module-wrapper-1 {
  background-color: #F5FFF0;
  padding-bottom: 1px;
  padding-top: 50px;
  background-image: url(https://6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/Fusion_January2022/image/bg_01-1.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.module-wrapper-1 .module-wrapper-inner1 .container, .module-wrapper-1 .module-wrapper-inner2 .container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  padding: 0;
}

.module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 100%;
  font-weight: 500;
}

.hs-module-layout {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  text-size-adjust: 100%;
  font-size: 16px;
}

.module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h1 img {
  max-width: 100%;
  vertical-align: bottom;
}

.module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #216F41;
  margin-bottom: 5px;
}

.module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text dl dt {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #216F41;
  line-height: 1.2;
  margin-bottom: 5px;
}

.module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text dl dd {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  color: #216F41;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-left: 0;
}

.module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text dl {
  margin: 0;
}

.module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h4 {
  background-color: #FFF;
  width: 790px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #DB2436;
  font-size: 18px;
  font-weight: bold;
  color: #DB2436;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  text-align: center;
}

.module-wrapper-1 .dnd-section .dnd-column {
  padding: 0;
}


.module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h2, .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h3, .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h4 {
  font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","YuGothic","Meiryo",verdana,"Osaka","MS PGothic",Sans-Serif;
}


.module-wrapper-2 {
  padding-top: 50px;
  padding-bottom: 1px;
  border-bottom: 1px solid #CACACA;
}

.module-wrapper-2 .container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  padding: 0;
}

.module-wrapper-2 .dnd-section .dnd-column {
  padding: 0;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > div {
  margin-bottom: 60px;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > div h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #46AE43;
  background-image: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/icon_01.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 30px;
  padding-left: 65px;
  padding-top: 2px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", YuGothic, Meiryo, verdana, Osaka, "MS PGothic", sans-serif;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > div p {
  font-size: 16px;
  margin-bottom: 25px;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > div section img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > div section img.sp {
  display: none;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > div ol {
  padding: 10px 10px 10px 30px;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > div ol li {list-style: disc;}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text a.btn {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #216F41;
  max-width: 520px;
  width: 100%;
  margin: auto;
  margin-bottom: 95px;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > div > span {
  background-color: #216F41;
  width: 520px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  margin-bottom: 95px;
  display: block;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > dl {
  margin: 0;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > dl dt {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > dl dt img {
  vertical-align: bottom;
  max-width: 100%;
}

.module-wrapper-2 .hs_cos_wrapper_type_rich_text > dl dd {
  text-align: center;
  font-size: 14px;
  margin: 0;
}

@media screen and (max-width: 750px){
  section.ai-banner {
    font-size: 12px !important;
    background-image: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/main_bg_sp.png), -moz-linear-gradient(-90deg, #bb253e 0%, #ff386c 50%, #ff4d70 100%) !important;
    background-image: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/main_bg_sp.png), -webkit-linear-gradient(
      -90deg
      , #bb253e 0%, #ff386c 50%, #ff4d70 100%)!important;
    background-image: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/main_bg_sp.png), -ms-linear-gradient(-90deg, #bb253e 0%, #ff386c 50%, #ff4d70 100%) !important;
    background-position: center top 60px, center top !important;
    background-size: 100% auto !important;
  }
  section.ai-banner .container:before{
    display: none;
  }
  .ai-section1 .container {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }

  .ai-section1 h3 {
    font-size: 23px;
    padding-bottom: 17px;
  }

  .ai-section1 p {
    font-size: 14px;
    line-height: 2.07;
  }

  .ai-section1 {
    padding: 0 0 60px 0;
  }
  .ai-section2 {
    padding: 59px 0 65px;
  }

  .ai-section2 .container {
    width: 100%;
    padding: 0 20px;
  }


}

@media screen and (min-width: 768px){
  .crm-section1 .container, .crm-section2 .container,.crm-section3 .container, .report-banner-section .container, .container{
    max-width: 750px;
  }
}

@media screen and (min-width: 992px){
  .crm-section1 .container, .crm-section2 .container, .crm-section3 .container, .report-banner-section .container, .container{
    max-width: 1030px;
  }
}

@media screen and (max-width: 991px){
  .footer-ai .footer_info p {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .crm-section1 .hs_cos_wrapper_type_rich_text .sm{
    display: block;
  }
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .crm-section2 {
    padding: 20px 0 20px 0;
  }
  .crm-section3 .hs_cos_wrapper_type_rich_text p .sm {
    display: block;
  } 
  .crm-section3 .hs_cos_wrapper_type_rich_text p img {
    margin: 0 auto;
  }
  .crm-section7 .hs_cos_wrapper_type_rich_text>div .img2 {
    display: block;
    height: auto;
    margin: 0 auto;
  }

  .crm-section7 .hs_cos_wrapper_type_rich_text>div .img1 {
    display: none;
  }

  .crm-section7 .hs_cos_wrapper_type_rich_text>div {
    width: 100%;
  }

  .crm-section7 .hs_cos_wrapper_type_rich_text>div p {
    width: 80%;
  }
  .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h4 {
    width: 100%;
  }
}

@media screen and (max-width: 767px){
  .crm-section1 {
    padding: 30px 0 35px 0;
  } 
  .crm-section1 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 100%;
    padding-bottom: 10px;
    line-height: 1.3;
  }
  .hs-module-layout .mods-header .mods-header-logo img {
    position: relative;
    display: block;
    top: 4px;
  }
  .hs-module-layout .mod-header-btns-sp ul li.fb_iframe_widget {
    position: relative;
    top: 0px;
  }
  .mods-header .mods-gnavBtn p.mods-gnavBtn__txt {
    line-height: 1.7;
    margin-top: -1px;
  }
  .crm-section1 .hs_cos_wrapper_type_rich_text .xs {
    display: block;
  }

  .crm-section1 .hs_cos_wrapper_type_rich_text .sm {
    display: none;
  }

  .hs-crm-layout {
    font-size: 14px;
  }

  .crm-section1 .hs_cos_wrapper_type_rich_text h3 span {
    font-size: 125%;
  }

  .crm-section1 .hs_cos_wrapper_type_rich_text p {
    font-size: 100%;
  }
  .crm-section2 {
    padding: 20px 0 20px 0;
  }
  .crm-section1 .hs_cos_wrapper_type_rich_text .xs.sm {
    display: block;
  }
  .crm-section3 {
    background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_01sp.png) #F1F4F4 no-repeat top center;
    background-size: 500px auto;
    padding: 10px 0 25px 0;
    text-align: left;
  }

  .crm-section3 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 125%;
    margin-bottom: 11px;
  }

  .crm-section3 .hs_cos_wrapper_type_rich_text h3 i {
    font-size: 21px;
    margin: 0 auto 11px auto;
  }

  .crm-section3 .hs_cos_wrapper_type_rich_text h3 span {
    border-bottom: 3px solid #1e5daf;
    margin: 0 auto;
    padding: 0 9px 5px 9px;
  }

  .crm-section3 .hs_cos_wrapper_type_rich_text p {
    font-size: 100%;
    text-align: left;
    line-height: 1.58;
  }

  .crm-section3 .hs_cos_wrapper_type_rich_text ul {
    border: 1px solid #313131;
    padding: 7px 12px;
    margin: 0 auto 1em auto;
    width: 100%;
  }

  .crm-section3 .hs_cos_wrapper_type_rich_text ul li {
    padding: 6px 0;
    font-size: 100%;
    text-indent: -20px;
    line-height: 1.5;
    margin-left: 20px;
  }

  .crm-section3 .hs_cos_wrapper_type_rich_text h4 {
    font-size: 110%;
    margin: 25px 0 0 0;
  }
  .crm-section4 {
    padding: 15px 0;
  }

  .crm-section4 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 125%;
    margin-bottom: 11px;
  }

  .crm-section4 .hs_cos_wrapper_type_rich_text h3 i {
    font-size: 21px;
    margin: 0 auto 11px auto;
  }

  .crm-section4 .hs_cos_wrapper_type_rich_text h3 span {
    border-bottom: 3px solid #1e5daf;
    margin: 0 auto;
    padding: 0 9px 5px 9px;
  }
  .crm-section5{   
    background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_01sp.png) #F1F4F4 no-repeat top center;
    background-size: 500px auto;
    padding: 20px 0;
  }
  .crm-professional-section {
    background-image: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_06sp.png);
    padding: 20px 0 0 0;
    background-size: 500px auto;
  }
  .crm-section6 {
    background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_01sp.png) #F1F4F4 no-repeat top center;
    background-size: 500px auto;
    padding: 20px 0;
  }
  .crm-section7 {
    padding: 20px 0;
  }

  .crm-section7 .hs_cos_wrapper_type_rich_text p br.xs {
    display: block;
  }

  .crm-section7 .hs_cos_wrapper_type_rich_text>div {
    width: 100%;
    padding: 15px 0;
    margin: 10px auto 0 auto;
  }

  .crm-section7 .hs_cos_wrapper_type_rich_text>div .img2 {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
  }

  .crm-section7 .hs_cos_wrapper_type_rich_text>div .img1 {
    display: none;
  }

  .crm-section7 .hs_cos_wrapper_type_rich_text>div p {
    width: 90%;
    margin-top: 10px;
  }

  .module-wrapper-1 {
    background-color: #F5FFF0;
    padding-bottom: 1px;
    padding-top: 30px;
    background-image: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_01_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }

  .module-wrapper-1 .module-wrapper-inner1 .container, .module-wrapper-1 .module-wrapper-inner2 .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h1 {
    text-align: left;
    margin-bottom: 20px;
    width: 190px;
  }

  .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h1 img {
    max-width: 100%;
    height: auto;
  }

  .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h2 {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #216F41;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h2 br {
    display: inherit;
  }

  .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text dl dt {
    text-align: left;
    font-size: 23px;
    font-weight: bold;
    color: #216F41;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text dl dd {
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    color: #216F41;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h3 {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #212121;
  }

  .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }

  .hs-module-layout {
    line-height: 1.5;
  }

  .module-wrapper-1 .module-wrapper-inner1 .hs_cos_wrapper_type_rich_text h4 {
    text-align: left;
    background-color: #FFF;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #DB2436;
    font-size: 13px;
    font-weight: bold;
    color: #DB2436;
    margin-bottom: 15px;
    padding: 10px;
  }


  .module-wrapper-1 .module-wrapper-inner3 {
    margin-bottom: 25px;
  }
  .hs-module-layout #wrapper {
    padding-top: 0;
  }
  .module-wrapper-2 {
    padding-top: 30px;
    padding-bottom: 1px;
    border-bottom: 1px solid #CACACA;
    line-height: 1.5;
  }

  .module-wrapper-2 .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .module-wrapper-2 .hs_cos_wrapper_type_rich_text>div {
    margin-bottom: 30px;
  }

  .module-wrapper-2 .hs_cos_wrapper_type_rich_text>div h3 {
    font-size: 17px;
    font-weight: bold;
    color: #46AE43;
    background-size: 37px;
    margin-bottom: 15px;
    padding-left: 45px;
    line-height: 1.5;
  }

  .module-wrapper-2 .hs_cos_wrapper_type_rich_text>div p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .module-wrapper-2 .hs_cos_wrapper_type_rich_text>div section img.pc {
    display: none;
  }

  .module-wrapper-2 .hs_cos_wrapper_type_rich_text>div section img.sp {
    display: inherit;
  }

  .module-wrapper-2 .hs_cos_wrapper_type_rich_text>div ol {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .module-wrapper-2 .hs_cos_wrapper_type_rich_text>div>span {
    background-color: #216F41;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    margin-bottom: -5px;
    font-size: 14px;
    line-height: 1.4;
  }

  .module-wrapper-2 .hs_cos_wrapper_type_rich_text a.btn {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: -5px;
    width: 100%;
    max-width: 100%;
  }

  .module-wrapper-2 .hs_cos_wrapper_type_rich_text>dl dt {
    text-align: center;
    margin-bottom: 15px;
    width: 190px;
    margin-right: auto;
    margin-left: auto;
  }

  .module-wrapper-2 .hs_cos_wrapper_type_rich_text>dl dd {
    text-align: center;
    font-size: 11px;
    margin-bottom: 15px;
  }
  .hs-module-layout .mods-header .mods-gnav {
    display: block;
  }
}

.top-title-section .widget-type-rich_text h1,
.top-title-section .widget-type-header h1{
  font-size: 2.2em;
  margin-bottom: 40px;
  color: rgb(1, 104, 183);
  line-height: 1.5;
  font-weight: 500;
}

.body-container-wrapper.dcfm-page {
  font-size: 16px;
  color: #212121;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
}

.body-container-wrapper.dcfm-page h1,
.body-container-wrapper.dcfm-page h2,
.body-container-wrapper.dcfm-page h3,
.body-container-wrapper.dcfm-page h4,
.body-container-wrapper.dcfm-page h5,
.body-container-wrapper.dcfm-page h6{
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", sans-serif;
}

.top-title-section .widget-type-rich_text h1 span,
.top-title-section .widget-type-header h1 span{
  background: linear-gradient(to bottom, rgba(255, 240, 1, 0) 0%, rgba(255, 240, 1, 0) 69%, #fff001 70%, #fff001 100%);
}

.content-with-image .widget-type-header h2,
.model_section .widget-type-header h2,
.bottom_section .widget-type-header h2,
.application_flow .widget-type-header h2,
.course_outline .widget-type-header h2,
.browser_section .widget-type-header h2{
  font-size: 2.0em;
  color: #0168B7;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-weight: 500;
}

.content-with-image .widget-type-rich_text p,
.model_section .widget-type-rich_text p{
  margin-bottom: 3em;
  font-weight: 500;
  line-height: 1.8;
}

.course_section .widget-type-rich_text h2 {
  background: #0168B7;
  text-align: center;
  color: #fff;
  margin-bottom: 2em;
  font-weight: bold;
  font-size: 1.8em;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column-reverse;
}

.course_section .widget-type-rich_text h2 span {
  font-size: 17.6px;
  font-weight: 500;
  display: block;
}


.mod-sec01 .about-course-voices .about-course-voices-txt:before, 
.mod-sec01 .about-course-voices .about-course-voices-txt:after {
  content: "";
  position: absolute;
  background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/ico_doubleQuatation01.svg') center no-repeat;
    width: 40px;
    height: 30px;
    }

.model_section .widget-type-rich_text h3 {
  font-size: 1.2em;
  color: #0168B7;
  font-weight: bold;
  margin-bottom: 0.2em;
}

.model_section .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
}

.model_section .widget-type-rich_text ul li {
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  list-style-type: none;
}

.model_section .widget-type-rich_text ul li:before {
  content: "・";
  margin-left: -1em;
}


.bottom_section .hs-button {
  position: relative;
  color: #fff;
  background: #2180C4;
  padding: 8px 40px 8px 80px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 1.5;
  text-decoration: none;
}

.bottom_section .hs-button:hover {
  text-decoration: underline;
}

.bottom_section .hs-button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #0168B7 url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/ico_arrow01_yw_r.svg') center no-repeat;
    background-size: 21px;
    }

.bottom_section .hs-button:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border: 25px solid transparent;
  border-left: 25px solid #2180C4;
  border-bottom: 25px solid #2180C4;
}

.bottom_section .widget-type-rich_text ul {
  padding: 24px;
  column-count: 3;
  border: 4px solid #F5F5F5;
  margin:0;
}

.bottom_section .widget-type-rich_text ul li {
  font-size: 1em;
  font-weight: bold;
  padding-left: 1em;
  list-style-type: none;
}

.bottom_section .widget-type-rich_text ul li:before {
  content: "◆";
  color: #0168B7;
  margin-right: 4px;
  margin-left: -1em;
  font-size: 0.7em;
}

.bottom_section .widget-type-rich_text ul li span {
  font-size: 0.8em;
  font-weight: 500;
}



/* Prepare page style */






.browser_section .widget-type-rich_text {
  padding: 32px 44px;
  border: 3px solid #F5F5F5;
}

.browser_section .widget-type-rich_text h3 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0;
}

.browser_section .widget-type-rich_text  h4 {
  font-weight: bold;
  margin-bottom: 0.6em;
  line-height: 1.5;
  font-size: 100%;
}

.browser_section .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
}

.browser_section .widget-type-rich_text ul li {
  /*   padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 0.5em; */
  list-style-type: none;
}

.browser_section .widget-type-rich_text ul li:before {
  content: "●";
  margin-left: -1em;
  font-size: 0.6em;
  margin-right: 8px;
}

.browser_section .widget-type-rich_text ul.no-dot li {
  padding: 0;
  margin: 0;
}

.browser_section .widget-type-rich_text ul.no-dot li:before {
  content: none;
}

.dcfm-about-page .top-title-section h1 {
  margin-top: 12.5px;
}

.dcfm-prepare-page .bottom-pain h3,
.dcfm-about-page .bottom-pain h3,
.hs-dcfm-page .bottom-pain h3{
  margin: -9px 0 19px;
}


/* .dcfm-prepare-page .top-title-section h1 {
margin-top: 12.5px;
} */

.hs-contact-page .contact-forms-wp form label:not(.hs-error-msg) {
  display: block;
}

.hs-contact-page .contact-forms-wp form input[type=tel],
.hs-contact-page .contact-forms-wp form .hs_company input[type=text]{
  margin-bottom: 1px;
}

.hs-contact-page .contact-forms-wp form .hs-button {
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-contact-page .contact-forms-wp form .inputs-list>li label.hs-form-checkbox-display {
  padding: 11px 132px 11px 32px;
}
.dcfm-prepares-page .row-fluid [class*="span"] {min-height: 0;}

.hs-group-pages .contact-forms-wp form .hs_name_last_first_ label:not(.hs-error-msg) {
  padding-bottom: 1px;
}

.hs-group-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth .hs-input {
  padding: 11px 10px;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(4) {
  padding-bottom: 15px;
}

.hs-group-pages.hs-contact-page .contact-forms-wp form div.hs-fieldtype-date {
  display: flex;
  flex-wrap: wrap;
}

.hs-group-pages.hs-contact-page .contact-forms-wp form div.hs-fieldtype-date > * {
  width: 100%;
}

.hs-group-pages.hs-contact-page .contact-forms-wp form div.hs-fieldtype-date legend.hs-field-desc {
  order: 2;
  font-size: 0.85em;
  color: #212121;
}

.hs-group-pages.hs-contact-page .contact-forms-wp form div.hs-fieldtype-date input {
  padding: 11px 10px;
  font-size: 1.02em;
  font-family: monospace;
}

.hs-group-pages.hs-contact-page .contact-forms-wp form div.hs-fieldtype-date .hs-dateinput:before {
  outline: none;
  pointer-events: none;
  padding: 0;
  right: 10px;
  line-height: 1;
  z-index: 1;
}

.hs-group-pages .contact-forms-wp form fieldset:nth-child(7) {
  padding-bottom: 15px;
}

.hs-group-pages.hs-contact-page .contact-forms-wp form .inputs-list>li label.hs-form-checkbox-display {
  line-height: normal;
  padding: 13px 132px 13px 32px;
}


.service ul li .service_btn a:after {
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/icon_link.png);
}
.fixed-h .mod-gnavSub ul>li>a {
  padding: 10px 0;
  font-size: 0.8em;
  height: auto;
}

.fixed-h .mod-gnavSub ul {
  font-size: 16px;
  align-items: center;
}

.mod-gnavSub ul>li>a:before {
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/ico_arrow02_bu_r.svg) center no-repeat;
}

.content-with-video-column ul.program-module-modules>li h3:before {
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/ico_star_yw.svg) center center / contain no-repeat;
}

.crmforecaster-banner-wp a.btn-contact {
  background-image: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/mark01.png);
}

.sec_example_box .sec_example_box_left p strong {
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_yline.png) repeat-x bottom left;
  display: inline;
}
.hs-dcfm-page section.cm-teacher {
  padding: 30px 0;
}

.sec_links .content p strong {
  background: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_yline.png) repeat-x bottom left;
}

.program-attendance-flow ul>li:before {
  content: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/ico_arrow01_yw_r.svg);
}
.program-attendance-flow ul>li:after {
  content: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/ico_arrow01_yw_r.svg);
}
.program-attendance-flow .mmod-btn02Wrap a.mod-btn02:before {
  background: #0168B7 url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/ico_arrow01_yw_r-2.svg) center no-repeat;
}
.hs-crmforecaster-page .advanced-image {
  text-align: center;
}

.hs-entry-pages .contact-forms-wp form .hs-fieldtype-date legend.hs-field-desc {
  order: 2;
  font-size: 13.6px;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","YuGothic","Meiryo",verdana,"Osaka","MS PGothic",Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
  width: 100%;
}

.hs-entry-pages .hs-dateinput:before {
  z-index: 1;
  right: 10px;
}

.hs-entry-pages .contact-forms-wp form .hs-fieldtype-date {
  display: flex;
  flex-direction: column;
}

@media(max-width:1200px) and (min-width:768px){
  .dcfm-about-page .dnd-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media(max-width:767px){
  .dcfm-about-page .top-title-section h1 {
    margin-top: 0px;
  }

  .dcfm-prepare-page .top-title-section h1 {
    margin-top: 0px;
  }
  .body-container-wrapper.dcfm-page{
    font-size:14px;
  }
  .top-title-section .widget-type-rich_text h1,
  .top-title-section .widget-type-header h1{
    margin-bottom: 0;
    font-size: 19.2px;
  }
  .top-title-section .dnd-section{
    background: #F5F5F5;
  }
  .about-intro-point {
    display: block;
  }
  .content-with-image .widget-type-header h2, 
  .model_section .widget-type-header h2, 
  .bottom_section .widget-type-header h2,
  .application_flow .widget-type-header h2, 
  .course_outline .widget-type-header h2, 
  .browser_section .widget-type-header h2{
    font-size: 20.8px;
  }
  .course_section .widget-type-rich_text h2 {
    font-size: 16px;
    padding: 10px 16px;
  }

  .bottom_section .widget-type-rich_text ul {
    padding: 10px 16px;
    column-count: 1;
  }
  .bottom_section .hs-button:after {
    display: none;
  }
  .bottom_section .widget-type-rich_text ul li {
    font-size: 16px;
  }
  .application_flow .widget-type-rich_text ul {
    display: block;
  }

  .application_flow .widget-type-rich_text ul li {
    margin-bottom: 30px;
    padding: 10px 15px;
    margin-left: 0;
  }

  .application_flow .widget-type-rich_text ul li:before, 
  .application_flow .widget-type-rich_text ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    margin-top: 0;
    top: auto;
  }

  .application_flow .widget-type-rich_text ul li:before {
    bottom: -32px;
    border: 10px solid transparent;
    border-top: 15px solid #FFF001;
    right: auto;
  }

  .application_flow .widget-type-rich_text ul li:after {
    bottom: -23px;
    border: 10px solid transparent;
    border-top: 7px solid #fff;
    right: auto;
  }

  .browser_section .widget-type-rich_text {
    padding: 10px 15px;
  }

  .browser_section .widget-type-rich_text h3 {
    font-size: 19.2px;
  }

  .browser_section .widget-type-rich_text ul li:before {
    font-size: 9.6px;
  }

  .browser_section .widget-type-rich_text ul.no-dot li {
    line-height: 1.8;
  }
  .mod-gnavSub {
    display: none;
  }

  .dcfm-prepare-page .bottom-pain h3,
  .dcfm-about-page .bottom-pain h3,
  .hs-dcfm-page .bottom-pain h3{
    margin: -9px 0 6px;
  }
  .crm-section7 .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 10px;
  }
  .dcfm-about-page img {
    max-width: 100%;
  }
  .model_section .widget-type-rich_text h3 {
    font-size: 14px;
  }

  .hs-group-pages.hs-contact-page .contact-forms-wp form .hs-button {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .hs-group-pages.hs-contact-page .contact-forms-wp form .inputs-list>li label.hs-form-checkbox-display {
    padding: 8px 12px 11px;
  }

  .hs-group-pages.hs-contact-page .contact-forms-wp form fieldset:nth-child(7) {
    padding-bottom: 32px;
  }

  .hs-group-pages.hs-contact-page .contact-forms-wp form .hs_name_last_first_ label:not(.hs-error-msg) {
    padding-bottom: 0;
  }

  .hs-group-pages.hs-contact-page .contact-forms-wp form fieldset:nth-child(3) {
    margin-bottom: 14px;
  }

  .hs-group-pages.hs-contact-page .contact-forms-wp form div.hs-fieldtype-date legend.hs-field-desc {
    font-size: 13.6px;
  }

  .hs-group-pages.hs-contact-page .contact-forms-wp form div.hs-fieldtype-date input {
    padding-bottom: 10px;
  }

  .hs-group-pages.hs-contact-page .contact-forms-wp form div.hs-fieldtype-date {
    margin-bottom: 11px;
  }

  .hs-group-pages.hs-contact-page .contact-forms-wp form fieldset:nth-child(5)>div:first-child {
    margin-bottom: 10px;
  }

  .hs-dcfm-page section.mod-modules {
    padding: 15px 0px;
  }
  .hs-dcfm-page section.cm-teacher {
    padding: 15px 0px;
  }
  .report-banner-section {
    background-image: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_04sp.png) !important;
  }

  .report-banner-section.report_2 {
    background-image: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_03sp.png) !important;
  }

  .report-banner-section.report_3 {
    background-image: url(//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/Fusion_January2022/images/bg_05sp.png) !important;
  }
  .mods-header .social-icons-dma-mob {
    text-align: center;
    margin-top: 10px;
  }
  .hs-crm-layout .crm-section8 .advanced-button-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width:881px){
  .mod-gnavSub-wp {
    margin-top: 14px;
  }
}

@media(max-width:767px){
  .hs-dcfm-page {
    padding: 20px 0px;
    font-size: 14px;
    background-size: 176px;
  }

  .hs-dcfm-page section.dcfm-sec {
    padding: 20px 0px;
  }

  .hs-dcfm-page .cm-marketing-now h2 {
    font-size: 19.2px;
    margin-bottom: 20px;
  }

  .hs-dcfm-page .cm-needed-now h2 {
    font-size: 19.2px;
    margin-bottom: 20px;
  }
  .hs-dcfm-page .mod-btn02Wrap .widget_1642564243273-flexbox-positioning>div {
    padding-right: 0px;
  }

  .hs-dcfm-page .mod-btn02Wrap .widget_1642564243273-flexbox-positioning {
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-dcfm-page .mod-btn02Wrap .hs-button:after {
    display: none;
  }

  .hs-dcfm-page section.mod-abthdr {
    padding: 0px 15px;
  }

  .hs-dcfm-page section.mod-abthdr>.hs-c-sectionhdr5 {
    background: rgb(245, 245, 245);
    padding: 30px 0px;
  }

  .hs-dcfm-page section.mod-abthdr h1 {
    font-size: 19.2px;
    margin-bottom: 0;
  }

  .hs-dcfm-page section.mod-modules {
    padding: 15px 0px;
  }


  .hs-dcfm-page .bnr_modules .hs-c-sectionbnr7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 19.5px;
    position: relative;
  }

  .hs-dcfm-page section.cm-attendance h2 {
    font-size: 20.8px;
    padding-left: 0;
  }

  .hs-dcfm-page section.cm-attendance h4 {
    font-size: 14px;
  }

  .hs-dcfm-page section.cm-attendance ul>li:before {
    font-size: 9.6px;
  }

  .hs-dcfm-page section.cm-attendance ul {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", YuGothic, Meiryo, verdana, Osaka, "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 14px;
  }

  .mod-contactBtnSec {
    margin-top: .5px;
  }

  .mod-downloadBtnSec {
    margin-top: .5px;
  }

  .hs-dcfm-page .cm-marketing-now div#hs_cos_wrapper_widget_1642563142895 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-contact-page .contact-forms-wp {
    padding: 15px 0;
    font-size: 14px;
  }

  .hs-contact-page .contact-forms-wp h1 {
    font-size: 20.8px;
  }

  .hs-contact-page .contact-forms-wp form {
    padding: 8px 12px;
    font-size: 14px;
  }

  .hs-contact-page .contact-forms-wp form label:not(.hs-error-msg) {
    font-size: 14px;
  }

  .hs-contact-page .contact-forms-wp form .hs-form-required:after {
    font-size: 14px;
  }

  .hs-contact-page .contact-forms-wp form fieldset {
    display: block;
  }

  .hs-contact-page .contact-forms-wp form fieldset>div {
    width: 100% !important;
    margin-bottom: 1em;
  }

  .hs-contact-page .contact-forms-wp form input[type=text], 
  .hs-contact-page .contact-forms-wp form input[type=email], 
  .hs-contact-page .contact-forms-wp form input[type=password], 
  .hs-contact-page .contact-forms-wp form input[type=tel], 
  .hs-contact-page .contact-forms-wp form input[type=number], 
  .hs-contact-page .contact-forms-wp form input[type=file], 
  .hs-contact-page .contact-forms-wp form select, 
  .hs-contact-page .contact-forms-wp form textarea {
    padding: 10px 7px;
    font-size: 13.3333px;
    line-height: normal;
  }

  .hs-contact-page .contact-forms-wp form fieldset:nth-child(2) {
    padding-bottom: 16px;
  }

  .hs-contact-page .contact-forms-wp form fieldset:nth-child(4) {
    padding-bottom: 15.5px;
  }

  .hs-contact-page .contact-forms-wp form fieldset .hs_message.hs-message textarea {
    height: 8.01em;
    padding: 10px 7px;
    font-size: 13.3333px;
  }

  .hs-contact-page .contact-forms-wp form fieldset:nth-child(6) {
    padding-bottom: 16px;
  }

  .hs-contact-page .contact-forms-wp form fieldset:nth-child(9) {
    width: 100%;
  }

  .hs-contact-page .contact-forms-wp form .hs_submit.hs-submit {
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 1em;
    position: relative;
    top: 1px;
  }

  .hs-contact-page .contact-forms-wp form fieldset .hs_dcfm_trial.hs-dcfm_trial.hs-fieldtype-checkbox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-contact-page .contact-forms-wp form .inputs-list>li label.hs-form-checkbox-display {
    padding: 7.5px 12px !important;
    font-size: 16px;
    padding-bottom: 8.2px;
  }

  .hs-contact-page .contact-forms-wp form .hs-button {
    padding: 4px 16px !important;
    font-size: 16px !important;
    line-height: normal;
  }

  .hs-contact-page .contact-forms-wp form fieldset .hs-richtext.hs-main-font-element section {
    height: 160px;
    padding: 8px 12px;
  }

  .hs-entry-pages .contact-forms-wp form h3 {
    font-size: 17.6px;
    margin-bottom: 17.6px;
  }

  .hs-entry-pages .contact-forms-wp form label:not(.hs-error-msg)>span:empty {
    display: inline;
  }

  .hs-entry-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth .hs-input {
    font-size: 13.3333px;
    padding: 13.67px 10px;
  }

  .hs-entry-pages .contact-forms-wp form fieldset:nth-child(3) {
    padding-bottom: 16px;
    margin-bottom: 14px;
  }

  .hs-entry-pages .contact-forms-wp form fieldset:nth-child(4) {
    margin-bottom: 12.3px;
  }

  .hs-entry-pages .contact-forms-wp form fieldset:nth-child(5) {
    margin-bottom: 14.1px;
  }

  .hs-entry-pages .contact-forms-wp form fieldset:nth-child(5) label:not(.hs-error-msg) {
    position: relative;
    top: 1px;
  }

  .hs-entry-pages .contact-forms-wp form fieldset:nth-child(6) {
    padding-bottom: 15.5px;
    margin-bottom: 13.9px;
  }

  .hs-entry-pages .contact-forms-wp form fieldset:nth-child(7) {
    padding-bottom: 13.5px;
  }

  .hs-contact-page .contact-forms-wp form section {
    height: 160px;
    padding: 8px 12px;
  }

  .hs-contact-page .contact-forms-wp form section+ul {
    display: block;
  }

  .hs-contact-page .contact-forms-wp form section+ul>li {
    width: 100%;
    text-align: left;
    padding: 0px 10px;
    margin-bottom: 14px;
  }

  .hs-entry-pages .contact-forms-wp form .inputs-list>li label.hs-form-checkbox-display {
    padding: 8px 12px;
    padding-bottom: 9.5px;
  }

  .hs-entry-pages .contact-forms-wp form fieldset:nth-child(10) {
    margin-bottom: 0;
  }

  .hs-entry-pages .contact-forms-wp form .hs_submit.hs-submit {
    margin-bottom: 15px !important;
  }

  .hs-group-pages .contact-forms-wp form h2 {
    font-size: 17.6px;
    margin-bottom: 0.3em;
  }

  .hs-group-pages .contact-forms-wp form fieldset:nth-child(1) .hs-richtext.hs-main-font-element {
    margin-bottom: 0;
  }

  .hs-group-pages .contact-forms-wp form label:not(.hs-error-msg)>span:empty {
    display: inline;
  }

  .hs-group-pages .contact-forms-wp form fieldset {
    margin-bottom: 16px;
  }

  .hs-group-pages .contact-forms-wp form fieldset:nth-child(3) {
    margin-bottom: 13.5px;
  }

  .hs-group-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth .hs-input {
    padding: 13px 10px;
  }

  .hs-group-pages .contact-forms-wp form .hs_date_of_birth.hs-date_of_birth {
    margin-bottom: 11.5px;
  }

  .hs-group-pages .contact-forms-wp form fieldset:nth-child(4) {
    padding-bottom: 16px;
    margin-bottom: 13.3px;
  }

  .hs-group-pages .contact-forms-wp form fieldset:nth-child(5)>div {
    margin-bottom: 10.5px;
  }

  .hs-group-pages .contact-forms-wp form fieldset:nth-child(5)>div:last-child label:not(.hs-error-msg) {
    top: 1px;
  }

  .hs-group-pages .contact-forms-wp form fieldset:nth-child(5) {
    padding-bottom: 19px;
    margin-bottom: 14px;
  }

  .hs-group-pages .contact-forms-wp form fieldset:nth-child(7) {
    display: block;
    padding-bottom: 32px;
  }

  .hs-group-pages .contact-forms-wp form fieldset:nth-child(7)>div {
    margin-bottom: 12px;
  }

  .hs-group-pages .contact-forms-wp form fieldset:nth-child(6) {
    margin-bottom: 13.5px;
  }

  .hs-group-pages .contact-forms-wp form select {
    padding: 10px 7px;
    font-size: 13.3333px;
    line-height: normal;
  }

  .hs-group-pages .contact-forms-wp form fieldset:nth-child(10) {
    float: none;
    width: 100%;
    left: 0;
    margin: 0;
  }

  .hs-group-pages .contact-forms-wp form .inputs-list>li label.hs-form-checkbox-display {
    padding: 8px 12px;
    line-height: normal;
    padding-bottom: 10px;
  }

  .hs-group-pages .contact-forms-wp form fieldset:nth-child(10)>div {
    margin-bottom: 13px;
  }

  .hs-group-pages .contact-forms-wp form .hs_a.hs-a.hs-fieldtype-select label:not(.hs-error-msg)>span:last-child {
    margin-left: -8px;
  }

  .mod-gnavSub-wp {
    display:none;
  }

}

@media screen and (max-width: 640px){
  .hs-crmforecaster-banner {
    padding-top: 50px;
  }

  .hs-crmforecaster-page .inner-read .inner-container {
    max-width: 100%;
    width: 90%;
    padding-bottom: 30px;
  }

  .hs-crmforecaster-page .inner-read {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hs-crmforecaster-page .inner-read p {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.9;
  }

  .hs-crmforecaster-page .inner-read p:last-child {
    font-size: 13px;
    line-height: 2;
    color: #2064af;
  }
  .hs-crmforecaster-page .box-gray {
    background-color: #f3f3f3;
    padding-top: 11px;
    padding-bottom: 20px;
  }

  .hs-crmforecaster-page .box-gray .box-container {
    width: 92%;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 37px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
  }

  .hs-crmforecaster-page .box-gray .boxinner {
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
  }

  .hs-crmforecaster-page .box-gray .boxinner h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    line-height: 1.4;
    margin-bottom: 40px;
  }

  .hs-crmforecaster-page .box-gray .boxinner h2:after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #2064af;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    bottom: -15px;
  }

  .hs-crmforecaster-page .box-gray .boxinner div#hs_cos_wrapper_widget_1642483650201 {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .hs-crmforecaster-page .box-gray .boxinner div#hs_cos_wrapper_widget_1642483650201 p {
    margin: 0 0 10px;
  }

  .hs-crmforecaster-page .box-gray .boxinner div#hs_cos_wrapper_widget_1642483698569 img.sp {
    display: block;
  }

  .hs-crmforecaster-page .box-gray .boxinner div#hs_cos_wrapper_widget_1642483698569 img.pc {
    display: none;
  }

  .hs-crmforecaster-page .box-gray .boxinner div#hs_cos_wrapper_widget_1642483698569 {
    padding: 10px 0 0;
    margin-bottom: 30px;
  }

  .hs-crmforecaster-page .box-contact {
    padding: 35px 0;
  }

  .hs-crmforecaster-page .box-contact .hs-button {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #093463;
    text-align: center;
    width: 90%;
    line-height: 50px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 30px center;
  }

  .hs-crmforecaster-page .box-contact .hs_cos_wrapper_type_module {
    width: 100%;
  }

  .hs-crmforecaster-page .katsuyou .katsuyou-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 33px;
    width: 92%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .hs-crmforecaster-page .box-gray-mb02 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .hs-crmforecaster-page .box-gray-mb02 .box-whitegoriyou {
    max-width: 100%;
    padding-bottom: 30px;
    padding-top: 37px;
    width: 92%;
  }

  .hs-crmforecaster-page .box-gray-mb02 .goriyou-inner {
    max-width: 100%;
    width: 92%;
  }

  .hs-crmforecaster-page .box-gray-mb02 h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    line-height: 1.4;
  }

  .hs-crmforecaster-page .box-gray-mb02 h2:after {
    bottom: -17px;
    width: 20px;
    margin-left: -10px;
  }

  .hs-crmforecaster-page .box-gray-mb02 h2>.sp {
    display: inline;
  }

  .hs-crmforecaster-page .box-gray-mb02 p {
    text-align: left;
    margin-bottom: 23px;
    line-height: 1.8;
    font-size: 13px;
  }

  .hs-crmforecaster-page .box-gray-mb02 img.pc {
    display: none;
  }

  .hs-crmforecaster-page .box-gray-mb02 img.sp {
    display: inline;
  }

  .hs-crmforecaster-page .box-gray-mb02 img {
    width: 100%;
  }

  .hs-crmforecaster-page .box-gray-mb02 .box-whitegoriyou {
    margin-bottom: 0;
  }

  .hs-crmforecaster-page {
    margin-bottom: 20px;
  }

}

@media(max-width:480px){
  .hs-assetdl-page .mod-assetdl-fm form .hs_family_name.hs-family_name .hs-input {
    width: 100% !important;
  }
}

@media (max-width: 767px) and (min-width: 751px){

  .ai-section1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ai-section2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer.footer-ai {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-ai .footer_info p span {
    line-height: normal;
  }
}


@media (max-width: 1050px) and (min-width: 992px){
  .case-wrapper ul li p {
    font-size: 100% !important;
  }
  .case-wrapper ul {
    width: 100% !important;
    background-size: cover !important;
    background-position: top center !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .case-wrapper ul li {width: calc(20% - 20px)!important; 
  }
}
.mods-footer {
  font-size: 16px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "YuGothic", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  line-height: 1.8;
}

.mods-footer .mods-footer-links .hs-menu-wrapper>ul {
  margin-bottom: 1em;
  padding: 0;
  list-style-type: none;
}

.mods-footer .mods-footer-links .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  color: #212121;
}

.mods-footer .mods-footer-links .hs-menu-wrapper>ul>li:after {
  content: "｜";
  margin: 0 1em;
}

.mods-footer .mods-footer-links .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
}

.mods-footer .mods-footer-logo {
  text-align: center;
  margin-bottom: 1em;
}

.mods-footer .mods-footer-logo a {
  text-decoration: none;
  outline: none;
}

.mods-footer .mods-footer-logo a img {
  vertical-align: bottom;
}

.mods-footer .mods-footer-copyright {
  font-size: 12.8px;
  text-align: center;
  display: block;
  color: #212121;
}

.mods-footer .mods-footer-links .hs-menu-wrapper>ul>li:last-child:after {
  display: none;
}

.mods-footer .mods-footer-logo a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.mods-header .mods-header-logo a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*--------2nd ftr style2------*/

footer.site-footer {
  background-color: #ebf4ff;
  padding: 15px 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #333333;
  line-height: 1.4;
  font-weight: 500;
}

footer.site-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

footer.site-footer .left {
  width: 131px;
  float: left;
}

footer.site-footer .right {
  max-width: 800px;
  float: right;
  text-align: right;
  padding-top: 15px;
}

footer.site-footer .footer-inner:after {
  content: "";
  clear: both;
  display: table;
}

footer.site-footer .footer-logo img {
  width: auto !important;
  vertical-align: bottom !important;
  display: inline-block !important;
}

footer.site-footer .right .hs_cos_wrapper_type_text>span:nth-child(1) {
  font-size: 14px;
}

footer.site-footer .right .hs_cos_wrapper_type_text>span:nth-child(2) {
  display: inline-block;
  margin-left: 49px;
  font-size: 12px;
}

footer.site-footer .left a {
  display: block;
  margin-right: 28px;
  width: 137px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  font-weight: 500;
}

.mods-header .mods-header-logo img {
    width: 150px !important;
}

@media screen and (min-width: 768px), print{
  .mods-footer {
    padding: 35px 0;
    padding-bottom: 34.5px;
  }
  .mods-footer .mods-wrap-in {
    max-width: 1180px;
    margin: 0 auto;
  }
  .mods-footer .mods-footer-links .hs-menu-wrapper>ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }


}

@media(max-width:1226px){
  footer.site-footer .footer-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width:960px){
  .mods-footer .mods-wrap-in {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mods-footer .mods-footer-links .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }

}

@media(max-width:767px){
  .mods-footer {
    font-size: 14px;
    padding: 20px 0;
  }

  .mods-footer .mods-wrap-in {
    padding: 0 15px;
  }

  .mods-footer .mods-footer-links .hs-menu-wrapper>ul>li {
    text-align: center;
  }

  .mods-footer .mods-footer-links .hs-menu-wrapper>ul>li>a {
    font-size: 14.4px;
  }

  .mods-footer .mods-footer-links .hs-menu-wrapper>ul>li:after {
    display: none;
  }

}

@media screen and (max-width: 640px){
  footer.site-footer {
    padding: 22px 0 10px;
    line-height: 1.6;
  }

  footer.site-footer .footer-inner {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
  }

  footer.site-footer .left {
    float: none;
    display: none;
  }

  footer.site-footer .right {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 0;
    display: block;
    max-width: 100%;
  }

  footer.site-footer .right>span {
    letter-spacing: 0.7px;
    display: inline-block;
    margin-bottom: 8px;
  }

  footer.site-footer .right .hs_cos_wrapper_type_text>span {
    letter-spacing: 0.7px;
    display: inline-block;
    margin-bottom: 8px;
  }

  footer.site-footer .right .hs_cos_wrapper_type_text>span:nth-child(2) {
    display: block;
    margin-left: 0;
  }

  footer.site-footer .right .hs_cos_wrapper_type_text>span:nth-child(1) {
    font-size: 12px;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}