@charset "UTF-8";
/*! 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;
}

@font-face {
  font-family: "Hiragino weightFixed";
  font-weight: normal;
  src: local("HiraginoSans-W4"), local("HiraginoSans-W3");
}
@font-face {
  font-family: "Hiragino weightFixed";
  font-weight: bold;
  src: local("HiraginoSans-W6");
}
svg[class^=icon] {
  fill: currentColor;
  width: 1em;
  height: auto;
}

.icon_inline {
  transform: translateY(0.15em);
  margin: 0 0.25em 0 0.125em;
}
.icon_inline.icon_launch {
  width: 0.9em;
  transform: translateY(1px);
}

.icon_arrow-reverse {
  transform: rotate(180deg);
}
.icon_arrow-reverse.icon_inline {
  transform: translateY(0.15em) rotate(180deg);
}

* {
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino weightFixed", "Hiragino Sans", "Segoe UI", "Meiryo", system-ui, sans-serif;
  color: #111;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  height: 100%;
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino weightFixed", "Hiragino Sans", "Segoe UI", "Meiryo", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #111;
  background: #fff;
  position: relative;
  hyphens: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  height: 100%;
}

ul, ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.15em;
  cursor: pointer;
  outline: none;
}
a.link {
  color: #049bf0;
}
a.link:hover, a.link:focus {
  text-decoration: underline;
}
a.link-underline {
  text-decoration: underline;
}
a.link-underline:hover, a.link-underline:focus {
  color: #049bf0;
}

button,
select,
input,
textarea {
  outline: 0;
}
button:required,
select:required,
input:required,
textarea:required {
  box-shadow: none;
}

span {
  outline: none;
}

img {
  vertical-align: bottom;
}

table {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

pre {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  color: #000;
}

mark {
  background: #fac800;
  color: #000;
  text-shadow: none;
}

@media (max-width: 768px) {
  .tablet-wrap {
    display: none;
  }
}

.hs-recaptcha {
  margin: 1.5rem 0;
}

.contents-terms .terms + .terms {
  margin: 4rem 0 0;
}
@media (max-width: 768px) {
  .contents-terms .terms + .terms {
    margin: 3rem 0 0;
  }
}
.contents-terms .terms ol li {
  margin: 1em 0 1em 1.5rem;
}
.contents-terms .terms ul li {
  margin: 1em 0 1em 1.5rem;
  list-style: disc;
}
.contents-terms .terms a {
  text-decoration: underline;
  color: #0cb3e6;
}
.contents-terms .enactment {
  margin: 4rem 0 0;
}
@media (max-width: 768px) {
  .contents-terms .enactment {
    margin: 3rem 0 0;
  }
}
.contents-terms .enactment p {
  margin: 0;
}

*[class*=layout_wrapper][class~=col_1] {
  max-width: 51px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_1] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_1] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_2] {
  max-width: 150px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_2] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_2] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_3] {
  max-width: 249px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_3] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_3] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_4] {
  max-width: 348px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_4] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_4] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_5] {
  max-width: 447px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_5] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_5] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_6] {
  max-width: 546px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_6] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_6] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_7] {
  max-width: 645px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_7] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_7] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_8] {
  max-width: 744px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_8] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_8] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_9] {
  max-width: 843px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_9] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_9] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_10] {
  max-width: 942px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_10] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_10] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_11] {
  max-width: 1041px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_11] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_11] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_12] {
  max-width: 1140px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_12] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_12] {
    padding: 0 20px;
  }
}

.container {
  padding-top: 4rem;
}
@media (max-width: 480px) {
  .container {
    padding-top: 0;
  }
}

.hs-field-desc {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #777;
  margin: 0 0 0.25rem;
}

.hs-form-required {
  color: #777;
  margin: 0 0 0 2px;
}

ul.hs-error-msgs {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #ff2635;
  margin: 5px 0 0;
}
ul.hs-error-msgs li + li {
  margin: 4px 0 0;
}

.hs_error_rollup ul.hs-error-msgs {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ff2635;
  margin: 0 0 8px;
}

.ui_button {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 20px;
  background: #049bf0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  border: none;
}
@media (max-width: 768px) {
  .ui_button {
    padding: 0.75rem;
  }
}
.ui_button:hover, .ui_button:focus {
  opacity: 0.7;
}
.ui_button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px fade(#e1e3e6, 70%);
}
.ui_button.button-deepGray {
  color: #fff;
  background: #000;
}
.ui_button.button-deepGray:hover, .ui_button.button-deepGray:focus {
  opacity: 0.7;
}
.ui_button.button-white {
  color: #616366;
  background: #fff;
  border-color: #b1b3b6;
}
.ui_button.button-white:hover, .ui_button.button-white:focus {
  color: #616366;
  background: bg_f3f4f5;
  border-color: #919396;
}
.ui_button.button-white:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px fade(#b1b3b6, 70%);
}
.ui_button.button-white-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
.ui_button.button-white-blue:hover, .ui_button.button-white-blue:focus {
  opacity: 0.9;
}
.ui_button.button-blue {
  color: #fff;
  background: #049bf0;
}
.ui_button.button-blue:hover, .ui_button.button-blue:focus {
  opacity: 0.5;
}
.ui_button.button-blue-black {
  color: #fff;
  background: #000;
  border-color: black;
}
.ui_button.button-blue-black:hover, .ui_button.button-blue-black:focus {
  color: #fff;
  background: black;
  border-color: black;
}
.ui_button.button-red {
  color: #fff;
  background: #ff2635;
  border-color: #d92a36;
}
.ui_button.button-red:hover, .ui_button.button-red:focus {
  color: #fff;
  background: #d92a36;
  border-color: #ad212b;
}
.ui_button.button-red:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px fade(#ff2635, 70%);
}
.ui_button.button-redSilent {
  color: #d92a36;
  background: #eeeff1;
  border-color: #e1e3e6;
  text-shadow: none;
}
.ui_button.button-redSilent:hover, .ui_button.button-redSilent:focus {
  color: #fff;
  background: #d92a36;
  border-color: #ad212b;
}
.ui_button.button-redSilent:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px fade(#d92a36, 70%);
}
.ui_button.button-redSilent:disabled:hover, .ui_button.button-redSilent:disabled:focus {
  color: #d1d3d6;
  text-shadow: none;
  background: #eeeff1;
  border-color: #e1e3e6;
}
.ui_button:disabled, .ui_button.button-disabled {
  color: #d1d3d6;
  background: #eeeff1;
  border-color: #e1e3e6;
  text-shadow: none;
  cursor: default;
}
.ui_button:disabled:hover, .ui_button:disabled:focus, .ui_button.button-disabled:hover, .ui_button.button-disabled:focus {
  color: #d1d3d6;
  background: #eeeff1;
  border-color: #e1e3e6;
}
.ui_button.button-letter {
  color: #56595c;
  background: none;
  border: 0;
  padding: 8px 0;
  margin: 0 1rem;
}
.ui_button.button-letter:hover:not(:disabled), .ui_button.button-letter:focus:not(:disabled) {
  color: #0cb3e6;
  text-decoration: underline;
}
.ui_button.button-letter:disabled {
  pointer-events: none;
  user-select: none;
}
.ui_button.button-small {
  font-size: 0.75rem;
  padding: 0.375rem 0.5rem;
}
.ui_button i[class^=icon] {
  line-height: 0.5em;
}

.hs-submit input[type=submit] {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 20px;
  background: #049bf0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  border: none;
}
@media (max-width: 768px) {
  .hs-submit input[type=submit] {
    padding: 0.75rem;
  }
}
.hs-submit input[type=submit]:hover, .hs-submit input[type=submit]:focus {
  opacity: 0.7;
}
.hs-submit input[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px fade(#e1e3e6, 70%);
}

.ui_button_big_black,
.ui_button_big_white {
  display: inline-block;
  min-width: 280px;
  padding: 20px 20px;
  line-height: 1;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: 800;
}
.ui_button_big_black:hover,
.ui_button_big_white:hover {
  opacity: 0.7;
}

.ui_button_big_black {
  background: #000;
  color: #fff;
}

.ui_button_big_white {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.ui_button_small_blue,
.ui_button_small_black {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 20px;
  background: #049bf0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
}

.ui_button_small_blue {
  background: #049bf0;
}
.ui_button_small_blue:hover {
  opacity: 0.8;
}

.ui_button_small_black {
  background: #000;
}
.ui_button_small_black:hover {
  opacity: 0.7;
}

.ui_button_white_arrow_right {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 280px;
  padding: 20px 54px;
  line-height: 1;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: 800;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.ui_button_white_arrow_right::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(-30px, 225%) rotate(45deg);
}
.ui_button_white_arrow_right:hover {
  opacity: 0.7;
}

@media screen and (max-width: 580px) {
  .ui_button_small_white_arrow_right {
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 140px;
    padding: 9px 30px;
    line-height: 1;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 800;
    background: #fff;
    border: 1px solid #000;
    color: #000;
  }
  .ui_button_small_white_arrow_right::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translate(-16px, 145%) rotate(45deg);
  }
  .ui_button_small_white_arrow_right:hover {
    opacity: 0.7;
  }
}
.ui_button_middle_blue_arrow_down {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 180px;
  padding: 13px 30px;
  line-height: 1;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 800;
}
.ui_button_middle_blue_arrow_down::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
}

.ui_button_middle_blue_arrow_down {
  background: #049bf0;
  color: #fff;
}
.ui_button_middle_blue_arrow_down::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-20px, 14px) rotate(135deg);
}
.ui_button_middle_blue_arrow_down:hover {
  opacity: 0.8;
}

.ui_button_small_blue_arrow_right,
.ui_button_small_brown_arrow_down {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  padding: 9px 30px;
  line-height: 1;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 800;
}
.ui_button_small_blue_arrow_right::after,
.ui_button_small_brown_arrow_down::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
}

.ui_button_small_blue_arrow_right {
  background: #049bf0;
  color: #fff;
}
.ui_button_small_blue_arrow_right::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-16px, 145%) rotate(45deg);
}
.ui_button_small_blue_arrow_right:hover {
  opacity: 0.8;
}

.ui_button_small_brown_arrow_down {
  background: #d24f06;
  color: #fff;
}
.ui_button_small_brown_arrow_down::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-16px, 120%) rotate(135deg);
}
.ui_button_small_brown_arrow_down:hover {
  opacity: 0.8;
}

.ui_button_text_arrow {
  position: relative;
  color: #000;
}
.ui_button_text_arrow::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(-4px, 145%) rotate(45deg);
}
.ui_button_text_arrow:hover {
  color: #049bf0;
}
.ui_button_text_arrow:hover::after {
  border-top: 2px solid #049bf0;
  border-right: 2px solid #049bf0;
}

.hs-fieldtype-checkbox .input,
.hs-fieldtype-booleancheckbox .input {
  margin: 4px 0 0;
}
.hs-fieldtype-checkbox .hs-form-checkbox,
.hs-fieldtype-checkbox .hs-form-booleancheckbox,
.hs-fieldtype-booleancheckbox .hs-form-checkbox,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox {
  position: relative;
  margin: 0 0 4px 0;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox],
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox],
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox],
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox] + span,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox] + span,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox] + span,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  padding: 0 0 0 28px;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox] + span::before,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox] + span::before,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox] + span::before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  vertical-align: top;
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #b1b3b6;
  border-radius: 4px;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox] + span::after,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox] + span::after,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox] + span::after,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::after {
  content: "";
  display: none;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:hover + span::before,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:hover + span::before,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:hover + span::before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:hover + span::before {
  border-color: #919396;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:focus + span::before,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:focus + span::before,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:focus + span::before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:focus + span::before {
  outline: none;
  border-color: #19C6fa;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:checked + span::before,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::before,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:checked + span::before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::before {
  border-color: #19C6fa;
  background: #19C6fa;
  border-width: 0 2px 2px 0;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:checked + span::after,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::after,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:checked + span::after,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::after {
  display: inline-block;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:disabled,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:disabled,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:disabled,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:disabled {
  cursor: default;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:disabled + span,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:disabled + span,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:disabled + span,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:disabled + span {
  cursor: default;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:disabled + span::before,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:disabled + span::before,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:disabled + span::before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:disabled + span::before {
  background: #f3f4f5;
  border-color: #d1d3d6;
}

.hs-fieldtype-booleancheckbox {
  display: flex;
  flex-direction: column;
}
.hs-fieldtype-booleancheckbox .hs-field-desc a {
  color: #049bf0;
}
.hs-fieldtype-booleancheckbox .hs-field-desc a:hover, .hs-fieldtype-booleancheckbox .hs-field-desc a:focus {
  text-decoration: underline;
}
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox {
  margin: 0 !important;
}

.hs-fieldtype-radio .input {
  margin: 4px 0 0;
}
.hs-fieldtype-radio .hs-form-radio {
  position: relative;
  margin: 0 0 4px;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio] + span {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  padding: 0 0 0 28px;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  vertical-align: top;
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #b1b3b6;
  border-radius: 100%;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:hover + span::before {
  border-color: #919396;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:focus + span::before {
  outline: none;
  border-color: #19C6fa;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:checked + span::before {
  background: #fff;
  box-shadow: inset 0 0 0 6px #19C6fa;
  border-color: #19C6fa;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:disabled {
  cursor: default;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:disabled + span {
  cursor: default;
  color: #aaa;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:disabled + span::before {
  background: #f3f4f5;
  border-color: #d1d3d6;
}

.hs-fieldtype-phonenumber input,
.hs-fieldtype-phonenumber textarea,
.hs-fieldtype-text input,
.hs-fieldtype-text textarea,
.hs-fieldtype-textarea input,
.hs-fieldtype-textarea textarea {
  font-size: 1.125rem;
  line-height: normal;
  vertical-align: bottom;
  width: 100% !important;
  max-width: 100%;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #b1b3b6;
  -webkit-appearance: none;
  padding: 0.625rem 0.75rem;
}
.hs-fieldtype-phonenumber input::placeholder,
.hs-fieldtype-phonenumber textarea::placeholder,
.hs-fieldtype-text input::placeholder,
.hs-fieldtype-text textarea::placeholder,
.hs-fieldtype-textarea input::placeholder,
.hs-fieldtype-textarea textarea::placeholder {
  color: #b1b3b6;
  line-height: 1.4;
}
.hs-fieldtype-phonenumber input:hover,
.hs-fieldtype-phonenumber textarea:hover,
.hs-fieldtype-text input:hover,
.hs-fieldtype-text textarea:hover,
.hs-fieldtype-textarea input:hover,
.hs-fieldtype-textarea textarea:hover {
  border-color: #919396;
}
.hs-fieldtype-phonenumber input:focus,
.hs-fieldtype-phonenumber textarea:focus,
.hs-fieldtype-text input:focus,
.hs-fieldtype-text textarea:focus,
.hs-fieldtype-textarea input:focus,
.hs-fieldtype-textarea textarea:focus {
  border-color: #19C6fa;
}
.hs-fieldtype-phonenumber input.invalid,
.hs-fieldtype-phonenumber textarea.invalid,
.hs-fieldtype-text input.invalid,
.hs-fieldtype-text textarea.invalid,
.hs-fieldtype-textarea input.invalid,
.hs-fieldtype-textarea textarea.invalid {
  border-color: #ff2635;
}

.hs-fieldtype-textarea textarea {
  font-size: 0.75rem;
  line-height: 1.6;
  min-height: 8rem;
}

.hs-fieldtype-select .hs-input {
  cursor: pointer;
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #b1b3b6;
  border-radius: 4px;
  padding: 0.75rem 0.5rem;
}
.hs-fieldtype-select .hs-input:hover {
  border-color: #919396;
}
.hs-fieldtype-select .hs-input:focus {
  border-color: #19C6fa;
}
.hs-fieldtype-select .hs-input.invalid {
  border-color: #ff2635;
}

.ui_dropdown {
  position: relative;
}
.ui_dropdown:hover .ui_dropdown-content {
  display: block;
}

.ui_dropdown-handle {
  color: #616366;
  cursor: pointer;
  margin: 0;
}

.ui_dropdown-content {
  display: none;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.75rem rgba(42, 45, 48, 0.15);
  padding: 0.75rem 1.25rem 0.75rem 0.5rem;
}
.ui_dropdown-content li a {
  display: block;
  font-size: 14px;
  color: #616366;
  padding-left: 1.5em;
  position: relative;
}
.ui_dropdown-content li a:hover, .ui_dropdown-content li a:focus {
  color: #049bf0;
}
.ui_dropdown-content li.active a {
  color: #049bf0;
}
.ui_dropdown-content li.active a::before {
  content: url('data:image/svg+xml;utf-8,<svg class="icon_enabled" viewBox="0 0 160 160" xmlns="http://www.w3.org/2000/svg"><path d="m0 0h160v160h-160z" fill="none"/><path d="m62.5 122.5-40-40 9.9-9.9 30.1 30.1 65.1-65.2 9.9 9.9z" fill="%230cb3e6"/></svg>');
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  left: 0;
  top: 3px;
}

.ui_tag {
  display: inline-block;
}
.ui_tag a {
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
  color: #111 !important;
  background: #ddd;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0.125rem 0.5rem;
}
.ui_tag a.event {
  background: #ffeea8;
}
.ui_tag a.release {
  background: #d6e2ba;
}
.ui_tag a.maintenance {
  background: #ffe1e1;
}
.ui_tag a.news {
  background: #ffeea8;
}
.ui_tag a.tech {
  background: #e5f9ff;
}
.ui_tag a.mackerelteam {
  background: #a8ebff;
}

.ui_pagenation {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0;
}

.ui_pagenation-prev a,
.ui_pagenation-next a,
.ui_pagenation-nums li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #616366;
  width: 2.25rem;
  height: 2.25rem;
}
@media screen and (max-width: 360px) {
  .ui_pagenation-prev a,
  .ui_pagenation-next a,
  .ui_pagenation-nums li a {
    width: 2rem;
    height: 2rem;
  }
}
.ui_pagenation-prev a:hover, .ui_pagenation-prev a:focus,
.ui_pagenation-next a:hover,
.ui_pagenation-next a:focus,
.ui_pagenation-nums li a:hover,
.ui_pagenation-nums li a:focus {
  background: #f3f4f5;
}
.ui_pagenation-prev svg,
.ui_pagenation-next svg,
.ui_pagenation-nums li svg {
  width: 1rem;
  height: auto;
}

.ui_pagenation-prev a,
.ui_pagenation-next a {
  border: 1px solid #b1b3b6;
  border-radius: 4px;
}
.ui_pagenation-prev.disabled a,
.ui_pagenation-next.disabled a {
  pointer-events: none;
  color: #d1d3d6;
  border-color: #e1e3e6;
}

.ui_pagenation-nums {
  display: flex;
  margin: 0 15px;
}
@media screen and (max-width: 360px) {
  .ui_pagenation-nums {
    margin: 0 10px;
  }
}
.ui_pagenation-nums li a {
  border-top: 1px solid #b1b3b6;
  border-bottom: 1px solid #b1b3b6;
}
.ui_pagenation-nums li:first-child a {
  border-left: 1px solid #b1b3b6;
  border-radius: 4px 0 0 4px;
}
.ui_pagenation-nums li:last-child a {
  border-right: 1px solid #b1b3b6;
  border-radius: 0 4px 4px 0;
}
.ui_pagenation-nums li.active a {
  font-weight: 700;
  color: #fff;
  background: #19C6fa;
  border: 0;
}
.ui_pagenation-nums li.active + li a {
  border-left: 0;
}
.ui_pagenation-nums li + li a {
  border-left: 1px solid #b1b3b6;
}

.ui_tooltip {
  position: relative;
}
.ui_tooltip:hover .ui_tooltip-content, .ui_tooltip:focus .ui_tooltip-content {
  display: block;
}
.ui_tooltip .ui_tooltip-content {
  display: none;
  font-size: 12px !important;
  line-height: 1.6 !important;
  text-align: left !important;
  color: #fff;
  background: #000;
  width: 250px;
  border-radius: 4px;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem !important;
  position: absolute;
  z-index: 1;
}
.ui_tooltip .ui_tooltip-content a {
  text-decoration: underline;
}
.ui_tooltip .ui_tooltip-content a:hover, .ui_tooltip .ui_tooltip-content a:focus {
  color: #049bf0;
}
.ui_tooltip .ui_tooltip-content.tooltip-top {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ui_tooltip .ui_tooltip-content.tooltip-top-left-sidefit {
  bottom: 100%;
  left: 0;
}
.ui_tooltip .ui_tooltip-content.tooltip-top-right-sidefit {
  bottom: 100%;
  right: 0;
}

.ui_blogCategory {
  display: inline-block;
}
.ui_blogCategory a {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #19C6fa;
  border-radius: 2px;
  padding: 0.25rem;
}
.ui_blogCategory a:hover, .ui_blogCategory a:focus {
  background: #0cb3e6;
}

[class^=message-] {
  border-radius: 2px;
  font-weight: 700;
  margin: 1em 0;
  padding: 10px 13px;
  position: relative;
}

[class^=message-] a {
  text-decoration: underline;
}
[class^=message-] a:hover {
  color: #049bf0;
}

.message-attention {
  background: #ffe1e1;
}

.message-notice {
  background: #e5f9ff;
}

.message-tip {
  background: #f4e5c3;
}

.widget_globalHeader {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid transparent;
  background: #fff;
}
@media (max-width: 480px) {
  .widget_globalHeader {
    position: static;
  }
}
.widget_globalHeader.is-drawing {
  border-bottom: 1px solid #e1e3e6;
}
@media (max-width: 480px) {
  .widget_globalHeader.is-drawing {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}

.widget_globalHeader-content {
  display: flex;
  height: 4rem;
}
.widget_globalHeader-content .mackerel-logo {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
  margin: 0;
}
.widget_globalHeader-content .mackerel-logo a {
  display: flex;
  align-items: center;
}
.widget_globalHeader-content .mackerel-logo svg {
  width: 170px;
  fill: #000;
}
@media (max-width: 480px) {
  .widget_globalHeader-content .mackerel-logo svg {
    width: 150px;
  }
}
.widget_globalHeader-content nav {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 100%;
  margin: 0 0 0 1.5rem;
}

.widget_globalHeader-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav.is-drawing {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 4rem;
    right: 0;
    z-index: 10;
    overflow: auto;
    width: 100%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    border-left: 1px solid #e1e3e6;
    padding: 0 60px 0 1.5rem;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-lists {
    display: flex;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 0;
    border-top: 1px solid #e1e3e6;
    padding: 0 0 5rem;
    margin: 0;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons li {
    margin: 0;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons a {
    text-align: center;
    width: 100%;
    margin-top: 0.75rem;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons .ui_button {
    padding: 0.75rem;
  }
}
@media (max-width: 768px) {
  .widget_globalHeader-nav.is-drawing {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .widget_globalHeader-nav.is-drawing {
    padding-right: 20px;
    max-width: 100%;
    border-left: 0;
  }
}

.widget_globalHeader-nav-lists {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-lists {
    display: none;
    flex: 0 0 auto;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-lists > li {
    width: 100%;
  }
}
.widget_globalHeader-nav-lists > li.active > a {
  color: #049bf0;
}
.widget_globalHeader-nav-lists > li + li {
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-lists > li + li {
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-lists > li + li a {
    border-top: 1px solid #e1e3e6;
    padding: 0.75rem 0;
  }
}
.widget_globalHeader-nav-lists > li a {
  color: #444;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-lists > li a {
    display: block;
  }
}
.widget_globalHeader-nav-lists > li a:hover, .widget_globalHeader-nav-lists > li a:focus {
  color: #049bf0;
}

.widget_globalHeader-nav-buttons {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-buttons {
    margin: 0 1rem 0 auto;
  }
}
@media (max-width: 768px) {
  .widget_globalHeader-nav-buttons {
    display: none;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 0;
    padding: 0 0 5rem;
    margin: 0;
  }
}
.widget_globalHeader-nav-buttons > li {
  margin: 0 0 0 0.5rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-buttons > li {
    width: 100%;
  }
}
.widget_globalHeader-nav-buttons > li a:not(.ui_button) {
  color: #444;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-buttons > li a:not(.ui_button) {
    display: block;
  }
}
.widget_globalHeader-nav-buttons > li a:not(.ui_button):hover, .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus {
  color: #0cb3e6;
}
.widget_globalHeader-nav-buttons .ui_button {
  font-size: 14px;
}

li.widget_globalHeader-dropdown {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  li.widget_globalHeader-dropdown {
    position: static;
    height: auto;
  }
}
li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button {
  color: #049bf0;
}
li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button:hover, li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button:focus {
  opacity: 0.7;
}
li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content {
  display: flex;
}
@media screen and (max-width: 1000px) {
  li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content {
    display: none;
  }
  li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content.is-open {
    display: block;
  }
}

.widget_globalHeader-dropdown-button {
  display: flex;
  align-items: center;
  color: #444;
  cursor: default;
  height: 100%;
  margin: 0;
}
.widget_globalHeader-dropdown-button:hover, .widget_globalHeader-dropdown-button:focus {
  color: #049bf0;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-button {
    height: auto;
    cursor: pointer;
    padding: 0.75rem 0;
  }
}
.widget_globalHeader-dropdown-button svg {
  width: 0.75rem;
  margin: 0 0 0 3px;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-button svg {
    width: 1rem;
    margin: 0 0 0 auto;
  }
}

.widget_globalHeader-dropdown-content {
  display: none;
  position: absolute;
  top: 3rem;
  left: -2rem;
  z-index: 10;
  white-space: nowrap;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.75rem rgba(42, 45, 48, 0.15);
  padding: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-content {
    position: static;
    white-space: normal;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 1rem;
    margin: 0 0 0 0.75rem;
  }
}
.widget_globalHeader-dropdown-content::before {
  display: inline-block;
  content: "";
  position: absolute;
  border: 5px solid transparent;
  top: -10px;
  left: calc(50% - 5px);
  border-bottom-color: #fff;
  left: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-content::before {
    display: none;
  }
}
.widget_globalHeader-dropdown-content > li + li {
  margin: 0 0 0 2rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-content > li + li {
    margin: 1.5rem 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-content.is-open {
    display: block;
  }
}

.widget_globalHeader-dropdown-lists li {
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-lists li {
    line-height: normal;
  }
}
.widget_globalHeader-dropdown-lists li.title {
  font-size: 16px;
  font-weight: 700;
  color: #444;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-lists li.title {
    font-size: 14px;
    margin: 0 0 0.5rem;
  }
}
.widget_globalHeader-dropdown-lists li.active a {
  color: #049bf0;
  cursor: default;
}
.widget_globalHeader-dropdown-lists li + li {
  margin: 1rem 0 0;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-lists li + li {
    margin: 0.75rem 0 0;
  }
}
.widget_globalHeader-dropdown-lists li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-lists li a {
    width: 100%;
  }
}
.widget_globalHeader-dropdown-lists li a img {
  width: 1.5rem;
  height: 100%;
  margin: 0 0.5rem 0 0;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-lists li a img {
    display: none;
  }
}
.widget_globalHeader-dropdown-lists li a img:hover + span, .widget_globalHeader-dropdown-lists li a img:focus + span {
  color: #049bf0;
}
.widget_globalHeader-dropdown-lists li a span {
  flex: 1;
  min-width: 0;
}

.widget_globalHeader-drawer {
  display: none;
  margin: 0 0 0 auto;
  z-index: 20;
}
.widget_globalHeader-drawer .icon_drawer-open,
.widget_globalHeader-drawer .icon_drawer-close {
  width: 1.5rem;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-drawer {
    display: flex;
    align-items: center;
  }
  .widget_globalHeader-drawer .icon_drawer-close {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .is-drawing + .widget_globalHeader-drawer .icon_drawer-open {
    display: none;
  }
  .is-drawing + .widget_globalHeader-drawer .icon_drawer-close {
    display: block;
  }
}

.widget_globalHeader2nd {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid transparent;
  background: #fff;
}
@media (max-width: 480px) {
  .widget_globalHeader2nd {
    position: static;
  }
}
.widget_globalHeader2nd.is-drawing {
  border-bottom: 1px solid #e1e3e6;
}
@media (max-width: 480px) {
  .widget_globalHeader2nd.is-drawing {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}

.widget_globalHeader-content-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 24px;
}

.widget_globalHeader-content {
  display: flex;
  height: 4rem;
}
.widget_globalHeader-content .mackerel-logo {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
  margin: 0;
}
.widget_globalHeader-content .mackerel-logo a {
  display: flex;
  align-items: center;
}
.widget_globalHeader-content .mackerel-logo svg {
  width: 170px;
  fill: #000;
}
@media (max-width: 480px) {
  .widget_globalHeader-content .mackerel-logo svg {
    width: 150px;
  }
}
.widget_globalHeader-content nav {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 100%;
  margin: 0 0 0 1.5rem;
}

.widget_globalHeader-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav.is-drawing {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 4rem;
    right: 0;
    z-index: 10;
    overflow: auto;
    width: 100%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    border-left: 1px solid #e1e3e6;
    padding: 0 60px 0 1.5rem;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-lists {
    display: flex;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 0;
    border-top: 1px solid #e1e3e6;
    padding: 0 0 5rem;
    margin: 0;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons li {
    margin: 0 auto;
    width: 80%;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons a {
    text-align: center;
    width: 100%;
    margin-top: 0.75rem;
  }
}
@media (max-width: 768px) {
  .widget_globalHeader-nav.is-drawing {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .widget_globalHeader-nav.is-drawing {
    padding-right: 20px;
    max-width: 100%;
    border-left: 0;
  }
}

.widget_globalHeader-nav-lists {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-lists {
    display: none;
    flex: 0 0 auto;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-lists > li {
    width: 100%;
  }
}
.widget_globalHeader-nav-lists > li.active > a {
  color: #049bf0;
}
.widget_globalHeader-nav-lists > li + li {
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-lists > li + li {
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-lists > li + li a {
    border-top: 1px solid #e1e3e6;
    padding: 0.75rem 0;
  }
}
.widget_globalHeader-nav-lists > li a {
  color: #444;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-lists > li a {
    display: block;
  }
}
.widget_globalHeader-nav-lists > li a:hover, .widget_globalHeader-nav-lists > li a:focus {
  color: #049bf0;
}

.widget_globalHeader-nav-buttons {
  display: flex;
  align-items: center;
}
.widget_globalHeader-nav-buttons li:nth-child(1) a {
  color: #444;
  font-weight: 600;
}
.widget_globalHeader-nav-buttons li:nth-child(1) a:hover, .widget_globalHeader-nav-buttons li:nth-child(1) a:focus {
  color: #049bf0;
}
.widget_globalHeader-nav-buttons li a {
  color: #fff;
  font-weight: 800;
}
.widget_globalHeader-nav-buttons li a:hover, .widget_globalHeader-nav-buttons li a:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-buttons {
    margin: 0 1rem 0 auto;
  }
}
@media (max-width: 768px) {
  .widget_globalHeader-nav-buttons {
    display: none;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 0;
    padding: 0 0 5rem;
    margin: 0;
  }
}
.widget_globalHeader-nav-buttons > li {
  margin: 0 0 0 0.5rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-buttons > li {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-buttons {
    margin: 0 1rem 0 auto;
    width: 100%;
    justify-content: end;
  }
  .widget_globalHeader-nav-buttons > li {
    width: auto;
  }
}
li.widget_globalHeader-dropdown {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  li.widget_globalHeader-dropdown {
    position: static;
    height: auto;
  }
}
li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button {
  color: #049bf0;
}
li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button:hover, li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button:focus {
  color: #049bf0;
}
li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content {
  display: flex;
}
@media screen and (max-width: 1100px) {
  li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content {
    display: none;
  }
  li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content.is-open {
    display: block;
  }
}

.widget_globalHeader-dropdown-button {
  display: flex;
  align-items: center;
  color: #444;
  cursor: default;
  height: 100%;
  margin: 0;
}
.widget_globalHeader-dropdown-button:hover, .widget_globalHeader-dropdown-button:focus {
  color: #049bf0;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-button {
    height: auto;
    cursor: pointer;
    padding: 0.75rem 0;
  }
}
.widget_globalHeader-dropdown-button svg {
  width: 0.75rem;
  margin: 0 0 0 3px;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-button svg {
    width: 1rem;
    margin: 0 0 0 auto;
  }
}

.widget_globalHeader-dropdown-content {
  display: none;
  position: absolute;
  top: 3rem;
  left: -2rem;
  z-index: 10;
  white-space: nowrap;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.75rem rgba(42, 45, 48, 0.15);
  padding: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-content {
    position: static;
    white-space: normal;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 1rem;
    margin: 0 0 0 0.75rem;
  }
}
.widget_globalHeader-dropdown-content::before {
  display: inline-block;
  content: "";
  position: absolute;
  border: 5px solid transparent;
  top: -10px;
  left: calc(50% - 5px);
  border-bottom-color: #fff;
  left: 2.5rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-content::before {
    display: none;
  }
}
.widget_globalHeader-dropdown-content > li + li {
  margin: 0 0 0 2rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-content > li + li {
    margin: 1.5rem 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-content.is-open {
    display: block;
  }
}

.widget_globalHeader-dropdown-lists li {
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-lists li {
    line-height: normal;
  }
}
.widget_globalHeader-dropdown-lists li.title {
  font-size: 16px;
  font-weight: 800;
  color: #444;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-lists li.title {
    font-size: 14px;
    margin: 0 0 0.5rem;
    font-weight: 800;
  }
}
.widget_globalHeader-dropdown-lists li.active a {
  color: #049bf0;
  cursor: default;
}
.widget_globalHeader-dropdown-lists li + li {
  margin: 1rem 0 0;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-lists li + li {
    margin: 0.75rem 0 0;
  }
}
.widget_globalHeader-dropdown-lists li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-lists li a {
    width: 100%;
  }
}
.widget_globalHeader-dropdown-lists li a img {
  width: 1.5rem;
  height: 100%;
  margin: 0 0.5rem 0 0;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-lists li a img {
    display: none;
  }
}
.widget_globalHeader-dropdown-lists li a img:hover + span, .widget_globalHeader-dropdown-lists li a img:focus + span {
  color: #0cb3e6;
}
.widget_globalHeader-dropdown-lists li a span {
  flex: 1;
  min-width: 0;
}

.widget_globalHeader-drawer {
  display: none;
  margin: 0 0 0 auto;
  z-index: 20;
}
.widget_globalHeader-drawer .icon_drawer-open,
.widget_globalHeader-drawer .icon_drawer-close {
  width: 1.5rem;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-drawer {
    display: flex;
    align-items: center;
  }
  .widget_globalHeader-drawer .icon_drawer-close {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .is-drawing + .widget_globalHeader-drawer .icon_drawer-open {
    display: none;
  }
  .is-drawing + .widget_globalHeader-drawer .icon_drawer-close {
    display: block;
  }
}

.widget_globalFooter {
  border-top: 1px solid #e1e3e6;
  padding: 2.5rem 0 0;
  margin: 6rem 0 0;
}
@media (max-width: 768px) {
  .widget_globalFooter {
    margin: 4rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter {
    margin: 3rem 0 0;
  }
}

.widget_globalFooter-nl {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  row-gap: 1.5rem;
}
@media (max-width: 768px) {
  .widget_globalFooter-nl {
    column-gap: normal;
  }
}

.widget_globalFooter-nl-info {
  grid-column: span 6;
}
@media (max-width: 768px) {
  .widget_globalFooter-nl-info {
    grid-column: span 12;
  }
}
.widget_globalFooter-nl-info .nl-info-title {
  font-size: 1.25rem;
  margin: 0;
}
.widget_globalFooter-nl-info .nl-info-desc {
  color: #777;
  margin: 0;
}

.widget_globalFooter-nl-form {
  grid-column: span 6;
}
@media (max-width: 768px) {
  .widget_globalFooter-nl-form {
    grid-column: span 9;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter-nl-form {
    grid-column: span 12;
  }
}
.widget_globalFooter-nl-form .hs-form {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 0.5rem;
  row-gap: 5px;
  position: relative;
}
.widget_globalFooter-nl-form .hs-form .input {
  margin: 0 !important;
}
.widget_globalFooter-nl-form .hs-form .hs_email {
  max-width: 100%;
  grid-column: span 2;
}
.widget_globalFooter-nl-form .hs-form .hs_hs_persona {
  grid-column: span 2;
}
.widget_globalFooter-nl-form .hs-form .hs_personal_information_consent {
  grid-column: auto;
}
@media (max-width: 480px) {
  .widget_globalFooter-nl-form .hs-form .hs_personal_information_consent {
    grid-column: span 2;
  }
}
.widget_globalFooter-nl-form .hs-form .hs-submit {
  grid-column: auto;
  width: 100%;
}
@media (max-width: 480px) {
  .widget_globalFooter-nl-form .hs-form .hs-submit {
    grid-column: span 2;
    margin-top: 0.75rem;
  }
}
.widget_globalFooter-nl-form .hs-form .hs-submit .hs-button {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 20px;
  background: #049bf0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  width: 100%;
}
@media (max-width: 768px) {
  .widget_globalFooter-nl-form .hs-form .hs-submit .hs-button {
    font-size: 16px;
  }
}
.widget_globalFooter-nl-form .hs-form .hs_error_rollup {
  grid-column: span 2;
  position: absolute;
  top: -1.75rem;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox {
  font-size: 12px;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::before {
  top: 2px;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::after {
  top: 7px;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox a {
  display: inline-block;
  color: #049bf0;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox a:hover, .widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox a:focus {
  text-decoration: underline;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox a::after {
  content: "";
  display: inline-block;
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/icon/icon_launch-blue.svg") no-repeat;
  width: 1em;
  height: 1em;
  transform: translateY(2px);
  margin: 0 0.25rem;
}

.widget_globalFooter-nav {
  border-top: 1px solid #e1e3e6;
  padding: 3rem 0 0;
  margin: 2.5rem 0 0;
}

.widget_globalFooter-nav-lists {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  font-size: 14px;
  line-height: 1.6;
  color: #777;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-nav-lists {
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .widget_globalFooter-nav-lists {
    column-gap: 2rem;
    row-gap: 2.5rem;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter-nav-lists {
    column-gap: normal;
  }
}
.widget_globalFooter-nav-lists > li {
  grid-column: span 2;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-nav-lists > li {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .widget_globalFooter-nav-lists > li {
    grid-column: span 6;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter-nav-lists > li {
    grid-column: span 12;
  }
}
.widget_globalFooter-nav-lists > li:first-child {
  grid-column: span 4;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-nav-lists > li:first-child {
    grid-column: span 12;
  }
}
.widget_globalFooter-nav-lists a:hover, .widget_globalFooter-nav-lists a:focus {
  color: #049bf0;
  text-decoration: underline;
}

.widget_globalFooter-nav-logo {
  margin: 0;
}
.widget_globalFooter-nav-logo svg {
  width: 4rem;
  height: auto;
}

.widget_globalFooter-nav-list-title {
  font-weight: 700;
  color: #444;
  display: block;
  padding: 0 0 1rem;
}
@media (max-width: 768px) {
  .widget_globalFooter-nav-list-title {
    padding: 0 0 0.5rem;
  }
}

.widget_globalFooter-nav-list-lists > li + li {
  margin: 0.5rem 0 0;
}

.widget_globalFooter-metasocial {
  background: #f8f9fa;
  padding: 1rem 0;
  margin: 2rem 0 0;
}

.widget_globalFooter-metasocial-lists {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  align-items: center;
  font-size: 12px;
  color: #777;
}
@media (max-width: 768px) {
  .widget_globalFooter-metasocial-lists {
    column-gap: 2rem;
    row-gap: 1rem;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter-metasocial-lists {
    column-gap: normal;
  }
}

.widget_globalFooter-copylight {
  grid-column: span 8;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-copylight {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .widget_globalFooter-copylight {
    grid-column: span 12;
    order: 3;
  }
}

.widget_globalFooter-lang {
  grid-column: span 2;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-lang {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .widget_globalFooter-lang {
    grid-column: span 6;
    order: 2;
  }
}
.widget_globalFooter-lang ul {
  display: flex;
  font-size: 14px;
}
.widget_globalFooter-lang li:first-child::after {
  content: "";
  display: inline-block;
  background: #c1c3c6;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 0.5rem;
  transform: translateY(-2px);
}
.widget_globalFooter-lang span {
  color: #444;
  position: relative;
}
.widget_globalFooter-lang span::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #444;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%);
}
.widget_globalFooter-lang a {
  color: #777;
}
.widget_globalFooter-lang a:hover, .widget_globalFooter-lang a:focus {
  color: #049bf0;
  text-decoration: underline;
}

.widget_globalFooter-social {
  display: flex;
  grid-column: span 2;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-social {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .widget_globalFooter-social {
    grid-column: span 6;
    order: 1;
  }
}
.widget_globalFooter-social a {
  display: flex;
  align-items: center;
}
.widget_globalFooter-social a:hover svg, .widget_globalFooter-social a:focus svg {
  fill: #484a4e;
}
.widget_globalFooter-social a + a {
  margin-left: 0.75rem;
}
.widget_globalFooter-social a:nth-child(1) {
  width: 20px;
  height: 20px;
}
.widget_globalFooter-social svg {
  width: 1.5rem;
  height: auto;
  fill: #616366;
}

.widget_globalFooter.blog-less .widget_globalFooter-nav-lists li {
  grid-column: span 3;
}
@media screen and (max-width: 1000px) {
  .widget_globalFooter.blog-less .widget_globalFooter-nav-lists li {
    grid-column: span 4;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter.blog-less .widget_globalFooter-nav-lists li {
    grid-column: span 12;
  }
}
.widget_globalFooter.blog-less .widget_globalFooter-nav-lists li:first-child {
  grid-column: span 3;
}
@media screen and (max-width: 1000px) {
  .widget_globalFooter.blog-less .widget_globalFooter-nav-lists li:first-child {
    grid-column: span 12;
  }
}

.widget_globalFooter.en .widget_globalFooter-nav {
  border: 0;
  padding: 0;
  margin: 0;
}

.widget_layoutCenter-header-content {
  display: flex;
  height: 60px;
  justify-content: center;
}
@media (max-width: 480px) {
  .widget_layoutCenter-header-content {
    height: 40px;
  }
}

.widget_layoutCenter-header-logo {
  display: flex;
  height: 100%;
  margin: 0;
}
.widget_layoutCenter-header-logo a {
  display: flex;
  align-items: center;
}
.widget_layoutCenter-header-logo .mackerel-logo {
  width: 200px;
  height: auto;
  fill: #000;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_layoutCenter-header-logo .mackerel-logo {
    width: 160px;
  }
}

.top_heroHeader {
  background: #0cb3e6;
  overflow: hidden;
}

.top_heroHeader-content {
  display: flex;
  padding: 5rem 0;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-content {
    flex-direction: column;
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .top_heroHeader-content {
    padding: 1.5rem 0 2rem;
  }
}

.top_heroHeader-info {
  flex: 0 0 348px;
  min-width: 0;
  margin: 0 8rem 0 0;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info {
    flex: 1;
    margin: 0 0 2rem;
  }
}
.top_heroHeader-info h1 {
  font-size: 4rem;
  line-height: 1.4;
  color: #fff;
  margin: -1rem 0 1.25rem;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info h1 {
    margin: 0 0 1rem;
  }
}
@media (max-width: 480px) {
  .top_heroHeader-info h1 {
    font-size: 3rem;
  }
}
.top_heroHeader-info h1 span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info h1 span {
    display: inline-block;
    white-space: normal;
  }
}
.top_heroHeader-info h1 span.name {
  position: relative;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info h1 span.name {
    padding: 0;
  }
}
.top_heroHeader-info h1 span.name::before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 2rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info h1 span.name::before {
    display: none;
  }
}
.top_heroHeader-info h1 span.name::after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 2rem;
  height: 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info h1 span.name::after {
    display: none;
  }
}
.top_heroHeader-info > p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info > p {
    margin: 0 0 1rem;
  }
}
.top_heroHeader-info > p span {
  display: block;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info > p span {
    display: inline;
  }
}

.top_heroHeader-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-buttons {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .top_heroHeader-buttons {
    grid-template-columns: 1fr;
  }
}
.top_heroHeader-buttons .ui_button {
  font-size: 1.25rem;
  padding: 1.25rem 1.5rem;
  max-width: 348px;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-buttons .ui_button {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .top_heroHeader-buttons .ui_button {
    font-size: 1.125rem;
  }
}
.top_heroHeader-buttons p {
  color: #fff;
  margin: 0;
}
@media (max-width: 480px) {
  .top_heroHeader-buttons p {
    text-align: center;
  }
}
.top_heroHeader-buttons p a {
  border-bottom: 1px solid #fff;
  padding: 0 0 0.25em;
  margin: 0 0 0 0.25rem;
}
.top_heroHeader-buttons p svg {
  fill: #fff;
}

.top_heroHeader-img {
  flex: 0 1 auto;
  min-width: 0;
  position: relative;
}
.top_heroHeader-img video,
.top_heroHeader-img img {
  position: absolute;
  height: 600px;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-img video,
  .top_heroHeader-img img {
    position: static;
    height: auto;
    width: 100%;
  }
}
.top_heroHeader-img video::-webkit-media-controls {
  display: none !important;
}

.widget_heroHeader {
  margin: 3rem 0 5rem;
}
@media (max-width: 480px) {
  .widget_heroHeader {
    margin-bottom: 3rem;
  }
}

.widget_heroHeader-title {
  font-size: 3.5rem;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_heroHeader-title {
    font-size: 2rem;
  }
}

.widget_heroHeader-description {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 1.5rem 0 0;
}
@media (max-width: 480px) {
  .widget_heroHeader-description {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.widget_heroHeader-description-sub {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #777;
  margin: 0.5rem 0 0;
}
.widget_heroHeader-description-sub a {
  color: #049bf0;
}
.widget_heroHeader-description-sub a:hover, .widget_heroHeader-description-sub a:focus {
  text-decoration: underline;
}
.widget_heroHeader-description-sub .icon_launch {
  fill: #049bf0;
}

.widget_tab-lists {
  display: flex;
  border-bottom: 2px solid #e1e3e6;
  margin: 0 0 2.5rem;
}

.widget_tab-list {
  margin: 0 2rem -2px 0;
}
.widget_tab-list:last-child {
  margin-right: 0;
}
.widget_tab-list.active a {
  color: #111;
  border-bottom: 2px solid #19C6fa;
  cursor: default;
}
.widget_tab-list.active a:hover, .widget_tab-list.active a:focus {
  border-color: #19C6fa;
}
.widget_tab-list a {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #aaa;
  border-bottom: 2px solid transparent;
  padding: 0 0 1rem;
}
.widget_tab-list a:hover, .widget_tab-list a:active {
  border-color: #c1c3c6;
}
@media (max-width: 480px) {
  .widget_tab-list a {
    font-size: 1rem;
  }
}

.widget_contactForm .hs-form {
  max-width: 447px;
  width: 100% !important;
}
.widget_contactForm fieldset[class*=form-columns] {
  margin: 0 0 1.5rem;
}
.widget_contactForm .form-columns-1 .input,
.widget_contactForm .form-columns-2 .input {
  margin-right: 0 !important;
}
.widget_contactForm .hs-form-field > label > span {
  font-weight: 700;
}
.widget_contactForm .form-columns-2 {
  display: flex;
}
.widget_contactForm .form-columns-2 .hs-fieldtype-text:first-child {
  margin: 0 1rem 0 0;
}

.widget_resourceDownloadForm-heroHeader {
  margin: 3rem 0;
}
@media (max-width: 480px) {
  .widget_resourceDownloadForm-heroHeader {
    margin-bottom: 3rem;
  }
}

.widget_resourceDownloadForm-heroHeader-assortment {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.widget_resourceDownloadForm-heroHeader-assortment span {
  display: inline-block;
}
.widget_resourceDownloadForm-heroHeader-assortment span + span {
  margin-left: 1rem;
}

.widget_resourceDownloadForm-heroHeader-title {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_resourceDownloadForm-heroHeader-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .widget_resourceDownloadForm-heroHeader-title br {
    display: none;
  }
}

.widget_resourceDownloadForm-heroHeader-description {
  color: #777;
  max-width: 744px;
  margin: 1rem auto 0;
}

.widget_resourceDownloadForm-content {
  display: flex;
  column-gap: 48px;
}
@media (max-width: 768px) {
  .widget_resourceDownloadForm-content {
    display: block;
  }
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail {
  width: 50%;
}
@media (max-width: 768px) {
  .widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail {
    width: 100%;
  }
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .slick img {
  border: 1px solid #e1e3e6;
  border-radius: 0.375rem;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  vertical-align: bottom;
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .dots {
  position: relative;
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .slick-dots {
  bottom: 0 !important;
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .point {
  background: #f8f9fa;
  border-radius: 0.5rem;
  margin: 3rem 0 1.5rem;
  padding: 1.5rem;
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .point h3 {
  margin: 0;
  margin-bottom: 1rem;
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .point ul {
  list-style: disc;
  margin-left: 30px;
}
.widget_resourceDownloadForm-content .widget_contactForm {
  border: 1px solid #e1e3e6;
  border-radius: 0.375rem;
  padding: 2rem;
  width: 50%;
}
@media (max-width: 768px) {
  .widget_resourceDownloadForm-content .widget_contactForm {
    max-width: 447px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .widget_resourceDownloadForm-content .widget_contactForm {
    border: 0;
    padding: 0;
  }
}
.widget_resourceDownloadForm-content .widget_contactForm .hs_review_status,
.widget_resourceDownloadForm-content .widget_contactForm .hs_customer_position {
  display: none;
}
.widget_resourceDownloadForm-content .hs-submit input[type=submit] {
  width: 100%;
  height: 50px;
}

.widget_resourceDownloadForm-description {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  .widget_resourceDownloadForm-description {
    font-size: 1rem;
  }
}

body[id^=page-resource_] .widget_globalFooter {
  border-top: 0;
  margin-top: 0;
}

.widget_otherResources {
  background: #f8f9fa;
  padding: 4rem 0;
  margin: 7.5rem 0 0;
}
@media (max-width: 480px) {
  .widget_otherResources {
    padding: 3rem 0;
    margin: 5rem 0 0;
  }
}
.widget_otherResources h3 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 3rem;
}
@media (max-width: 480px) {
  .widget_otherResources h3 {
    font-size: 1.5rem;
  }
}
.widget_otherResources .widget_resourceLists li a.current, .widget_otherResources .widget_resourceLists li a:hover, .widget_otherResources .widget_resourceLists li a:focus {
  background-color: #eeeff1;
}

.widget_resourceLists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
  row-gap: 48px;
}
@media (max-width: 768px) {
  .widget_resourceLists {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2.5rem;
  }
}
@media (max-width: 480px) {
  .widget_resourceLists {
    grid-template-columns: 1fr;
  }
}
.widget_resourceLists li a {
  display: flex;
  flex-direction: column;
  height: calc(100% + 3rem);
  padding: 1.5rem;
  margin: -1.5rem;
}
@media (max-width: 768px) {
  .widget_resourceLists li a {
    height: calc(100% + 2rem);
    padding: 1rem;
    margin: -1rem;
  }
}
@media (max-width: 480px) {
  .widget_resourceLists li a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto) 1fr;
    column-gap: 1.5rem;
    height: calc(100% + 1.5rem);
    padding: 0.75rem;
    margin: -0.75rem;
  }
}
.widget_resourceLists li a.current, .widget_resourceLists li a:hover, .widget_resourceLists li a:focus {
  background: #f8f9fa;
  border-radius: 0.5rem;
  transition: all 0.1s linear;
}
.widget_resourceLists li a.current img, .widget_resourceLists li a:hover img, .widget_resourceLists li a:focus img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
}
.widget_resourceLists li a.current .widget_resourceLists-link, .widget_resourceLists li a:hover .widget_resourceLists-link, .widget_resourceLists li a:focus .widget_resourceLists-link {
  text-decoration: underline;
}
.widget_resourceLists li a.current {
  cursor: pointer;
  pointer-events: none;
}
.widget_resourceLists li span {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  .widget_resourceLists li span {
    grid-row: 1/4;
    grid-column: 1;
    margin-bottom: 0;
  }
}
.widget_resourceLists li span::before {
  content: "";
  display: block;
  padding-top: 141.4%;
}
@media (max-width: 480px) {
  .widget_resourceLists li span::before {
    display: none;
  }
}
.widget_resourceLists li span img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .widget_resourceLists li span img {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.widget_resourceLists li img {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d3d6;
  vertical-align: bottom;
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  .widget_resourceLists li img {
    grid-row: 1/4;
    grid-column: 1;
    margin-bottom: 0;
  }
}
.widget_resourceLists li h4 {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_resourceLists li h4 {
    grid-row: 2;
    grid-column: 2;
    margin: 0;
  }
}
.widget_resourceLists li h4 br {
  display: none;
}

.widget_resourceLists-weak {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #777;
  margin: 0 0 0.5rem;
}
@media (max-width: 480px) {
  .widget_resourceLists-weak {
    grid-row: 1;
    grid-column: 2;
  }
}

.widget_resourceLists-link {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #049bf0;
  padding: 1rem 0 0;
  margin: auto 0 0;
}
@media (max-width: 480px) {
  .widget_resourceLists-link {
    grid-row: 3;
    grid-column: 2;
    margin: 0;
  }
}
.widget_resourceLists-link .icon_arrow {
  fill: #049bf0;
}

.widget_event-heroHeader {
  margin: 3rem auto 2.5rem;
}
@media (max-width: 480px) {
  .widget_event-heroHeader {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .widget_event-heroHeader .layout_wrapper {
    padding: 0;
  }
}
.widget_event-heroHeader img {
  vertical-align: bottom;
  width: 100%;
  border-radius: 0.5rem;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_event-heroHeader img {
    border-radius: 0;
  }
}

.widget_event-main h1,
.widget_event-main .widget_event-title {
  font-size: 2rem;
  line-height: 1.6;
  border: 0;
  padding: 0;
  margin: 0 0 2.25rem;
}
@media (max-width: 480px) {
  .widget_event-main h1,
  .widget_event-main .widget_event-title {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
  }
}

.widget_event .widget_contactForm {
  background: #f3f4f5;
  border-radius: 0.75rem;
  padding: 3rem 2rem;
  margin: 5rem 0 0;
}
@media (max-width: 480px) {
  .widget_event .widget_contactForm {
    overflow: hidden;
    border-radius: 0;
    margin: 3rem -20px 0;
    padding: 3rem 20px 3rem;
  }
}
.widget_event .widget_contactForm h3 {
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_event .widget_contactForm h3 {
    text-align: left;
  }
}
.widget_event .widget_contactForm .hs-form {
  margin: 1rem auto 0;
}
.widget_event .widget_contactForm .hs-form input[type=submit] {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 20px;
  background: #049bf0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  width: 100%;
  height: 50px;
}

.widget_center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.widget_center-content {
  text-align: center;
}
.widget_center-content h3 {
  font-size: 2rem;
  margin: 1.25rem 0 0;
}
.widget_center-content p {
  display: inline-block;
  text-align: left;
  margin: 0 0 1.25rem;
}
.widget_center-content p a {
  text-decoration: underline;
}
.widget_center-content p a:hover, .widget_center-content p a:focus {
  color: #049bf0;
}

.widget_center-logo {
  width: 4rem;
  height: auto;
}

.widget_center-gotop {
  display: block;
  font-size: 0.85rem;
  color: #049bf0;
}
.widget_center-gotop:hover, .widget_center-gotop:focus {
  text-decoration: underline;
}
.widget_center-gotop svg {
  fill: #049bf0;
  width: 0.85em;
  transform: none;
  margin-right: 0;
}

.widget_recommendBlock {
  text-align: center;
  margin: 5rem 0 0;
}
@media (max-width: 768px) {
  .widget_recommendBlock {
    margin: 4rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_recommendBlock {
    margin: 3rem 0 0;
  }
}

.widget_recommendBlock-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  background: #049bf0;
  border-radius: 0.5rem;
  padding: 3rem 2rem;
}
@media (max-width: 768px) {
  .widget_recommendBlock-content {
    min-height: auto;
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 480px) {
  .widget_recommendBlock-content {
    padding: 1.5rem 1rem;
  }
}
.widget_recommendBlock-content p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.widget_recommendBlock-content.trial h2 {
  margin: 0;
}
.widget_recommendBlock-content h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  .widget_recommendBlock-content h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.widget_recommendBlock-content div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.25rem;
}
@media (max-width: 480px) {
  .widget_recommendBlock-content div {
    grid-template-columns: 1fr;
    gap: 1rem 0;
    width: 100%;
  }
}
.widget_recommendBlock-content .ui_button {
  font-size: 1.125rem;
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .widget_recommendBlock-content .ui_button {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 480px) {
  .widget_recommendBlock-content .ui_button {
    font-size: 16px;
    width: 100%;
  }
}
.widget_recommendBlock-content .ui_button.button-white-blue {
  color: #049bf0;
}

.widget_recommendBlock2nd {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.widget_recommendBlock2nd-content {
  background: #6ed4ff;
  padding: 2.5rem 1.25rem;
  margin: 0 1.5rem;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .widget_recommendBlock2nd-content {
    margin: 0 1rem;
  }
}

.widget_recommendBlock2nd-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 700px) {
  .widget_recommendBlock2nd-button-wrapper {
    display: block;
  }
}

.widget_recommendBlock2nd_title {
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_recommendBlock2nd_title {
    font-size: 2rem;
  }
}

.widget_recommendBlock2nd_title_sub {
  padding-top: 1.25rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_recommendBlock2nd_title_sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .widget_recommendBlock2nd_title_sub {
    font-size: 0.875rem;
  }
}

.widget_recommendBlock2nd-button_white_wrapper {
  margin-left: 2.5rem;
}
@media screen and (max-width: 700px) {
  .widget_recommendBlock2nd-button_white_wrapper {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}

.widget_resourceBlock {
  background: #049bf0;
  overflow: hidden;
  padding: 3rem 0 0;
}
@media (max-width: 480px) {
  .widget_resourceBlock {
    padding: 2rem 0 0;
  }
}

.widget_resourceBlock-content {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 48px;
}
@media (max-width: 768px) {
  .widget_resourceBlock-content {
    column-gap: 2rem;
  }
}
@media (max-width: 480px) {
  .widget_resourceBlock-content {
    gap: 1.5rem 0;
  }
}
.widget_resourceBlock-content div {
  grid-column: span 4;
}
@media (max-width: 480px) {
  .widget_resourceBlock-content div {
    grid-column: span 8;
  }
}

.widget_resourceBlock-lead img {
  width: 13rem;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .widget_resourceBlock-lead img {
    margin: 0 0 0.5rem;
  }
}
.widget_resourceBlock-lead h2 {
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  .widget_resourceBlock-lead h2 {
    font-size: 1.75rem;
    margin: 0 0 1rem;
  }
}
.widget_resourceBlock-lead h2 span {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .widget_resourceBlock-lead h2 span {
    display: inline;
    white-space: normal;
  }
}
.widget_resourceBlock-lead .ui_button {
  font-size: 1.25rem;
  padding: 1.25rem 2rem;
  border-radius: 30px;
  color: #049bf0;
}
@media (max-width: 768px) {
  .widget_resourceBlock-lead .ui_button {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 480px) {
  .widget_resourceBlock-lead .ui_button {
    width: 100%;
  }
}
.widget_resourceBlock-lead.inline h2 span {
  display: inline;
  white-space: normal;
}

.widget_resourceBlock-img {
  height: 20rem;
  text-align: center;
}
@media (max-width: 480px) {
  .widget_resourceBlock-img {
    height: 15rem;
  }
}
.widget_resourceBlock-img a {
  display: block;
  transition: all 0.1s linear;
}
.widget_resourceBlock-img a:hover img, .widget_resourceBlock-img a:focus img {
  margin: -3px 0 0;
}
.widget_resourceBlock-img img {
  width: 80%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .widget_resourceBlock-img img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .widget_resourceBlock-img img {
    width: 70%;
  }
}

.widget_resourceBlock2nd {
  margin: auto;
  padding: 3.75rem 0;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 800px) {
  .widget_resourceBlock2nd {
    padding: 2.5em 0;
  }
}

.widget_resourceBlock2nd-content {
  margin: 0 1.5rem;
  background: #6ed4ff;
  border-radius: 10px;
}
@media screen and (max-width: 450px) {
  .widget_resourceBlock2nd-content {
    margin: 0 0.875rem;
  }
}

.widget_resourceBlock2nd-title {
  text-align: center;
  padding: 0.25rem 1rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
  background: #000;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (max-width: 1080px) {
  .widget_resourceBlock2nd-title {
    font-size: 1rem;
  }
}

.widget_resourceBlock2nd-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  padding: 1.25rem 0.75rem;
}
@media screen and (max-width: 1080px) {
  .widget_resourceBlock2nd-items {
    display: block;
  }
}

.widget_resourceBlock2nd-item-thumb {
  width: 320px;
  aspect-ratio: 2.42424242;
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  .widget_resourceBlock2nd-item-thumb {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  .widget_resourceBlock2nd-item-thumb {
    width: 260px;
  }
}
.widget_resourceBlock2nd-item-thumb img {
  width: 100%;
  height: 100%;
}

.widget_resourceBlock2nd-text-wrapper {
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_resourceBlock2nd-text-wrapper {
    text-align: center;
    padding-top: 1.25rem;
  }
}

.widget_resourceBlock2nd-button_wrapper {
  margin: 1.5em auto 0;
}
@media screen and (max-width: 700px) {
  .widget_resourceBlock2nd-button_wrapper {
    text-align: center;
    margin: 1.5rem auto 0;
  }
}

.widget_features-nav {
  background: #f3f4f5;
  overflow: auto;
}

.widget_features-nav-lists {
  display: flex;
  padding: 1rem 0;
}
.widget_features-nav-lists li {
  font-size: 14px;
  line-height: 1.2;
  color: #444;
  white-space: nowrap;
}
.widget_features-nav-lists li:last-child {
  padding-right: 60px;
}
@media (max-width: 768px) {
  .widget_features-nav-lists li:last-child {
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .widget_features-nav-lists li:last-child {
    padding-right: 20px;
  }
}
.widget_features-nav-lists li.active {
  font-weight: 700;
  color: #049bf0;
}
.widget_features-nav-lists li.active a {
  pointer-events: none;
}
.widget_features-nav-lists li + li {
  margin-left: 1.25rem;
}
.widget_features-nav-lists li a:hover, .widget_features-nav-lists li a:focus {
  color: #049bf0;
}

.widget_features-heroHeader-content {
  text-align: center;
  padding: 4em 0 7.5em;
}
@media (max-width: 480px) {
  .widget_features-heroHeader-content {
    padding: 3rem 0 6rem;
  }
}
.widget_features-heroHeader-content img {
  width: 5rem;
  margin: 0 0 2rem;
}
@media (max-width: 480px) {
  .widget_features-heroHeader-content img {
    width: 4rem;
    margin: 0 0 1.5rem;
  }
}
.widget_features-heroHeader-content h2 {
  font-size: 3.5rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .widget_features-heroHeader-content h2 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .widget_features-heroHeader-content h2 {
    font-size: 2rem;
  }
}
.widget_features-heroHeader-content p {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_features-heroHeader-content p {
    font-size: 1.125rem;
  }
}
.widget_features-heroHeader-content p span {
  display: block;
}
@media (max-width: 768px) {
  .widget_features-heroHeader-content p span {
    display: inline;
  }
}

.widget_features-content-wrapper {
  overflow: hidden;
}
@media (max-width: 768px) {
  .widget_features-content-wrapper {
    overflow: visible;
  }
}

.widget_features-content {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .widget_features-content {
    padding-bottom: 0;
  }
}
.widget_features-content + .widget_features-content {
  margin: 7.5rem 0 0;
}
@media (max-width: 480px) {
  .widget_features-content + .widget_features-content {
    margin: 5rem 0 0;
  }
}
.widget_features-content h3 {
  font-size: 1rem;
  line-height: 1.4;
  color: #049bf0;
  margin: 0 0 0.5rem;
}
.widget_features-content h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  .widget_features-content h2 {
    margin: 0 0 1rem;
  }
}
@media (max-width: 480px) {
  .widget_features-content h2 {
    font-size: 1.75rem;
  }
}
.widget_features-content h2 span {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .widget_features-content h2 span {
    display: inline;
    white-space: normal;
  }
}
.widget_features-content .content_img-main {
  position: relative;
  margin: 0;
}
.widget_features-content .content_img-main img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(33, 49, 64, 0.15);
}
@media (max-width: 480px) {
  .widget_features-content .content_img-main img {
    box-shadow: none;
  }
}
.widget_features-content p {
  color: #444;
  margin: 0;
}
@media (max-width: 768px) {
  .widget_features-content p {
    margin: 2rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_features-content p {
    margin: 1.5rem 0 0;
  }
}
.widget_features-content p a.link:visited,
.widget_features-content p a.link-underline:visited {
  color: #086682;
}
.widget_features-content p a.link:visited svg,
.widget_features-content p a.link-underline:visited svg {
  fill: #086682;
}
.widget_features-content .content_img-sub {
  margin: 3rem 0 0;
}
@media (max-width: 768px) {
  .widget_features-content .content_img-sub {
    margin: 2rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_features-content .content_img-sub {
    width: 90%;
    margin: 2rem auto 0;
  }
}
.widget_features-content .content_img-sub.border img {
  border: 1px solid #d1d3d6;
}
.widget_features-content .content_img-sub img {
  border-radius: 4px;
  width: 100%;
}
.widget_features-content .content_img-sub img + img {
  margin-top: 0.75rem;
}
.widget_features-content .content_img-sub span {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.6rem;
  line-height: 1.4;
  color: #777;
  margin: 0.5rem 0 0;
}
@media (max-width: 768px) {
  .widget_features-content .content_img-sub span {
    white-space: normal;
  }
}
.widget_features-content .content_img-sub figcaption {
  font-size: 12px;
  line-height: 1.4;
  color: #777;
  margin: 0.75rem 0 0;
}
.widget_features-content.content_right {
  display: grid;
  grid-template-rows: repeat(3, auto) 1fr;
  grid-template-columns: 6fr 4fr;
  gap: 0 48px;
}
@media (max-width: 768px) {
  .widget_features-content.content_right {
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_right {
    display: block;
  }
}
.widget_features-content.content_right h3, .widget_features-content.content_right h2 {
  grid-row: auto;
  grid-column: 2/3;
}
@media (max-width: 768px) {
  .widget_features-content.content_right h3, .widget_features-content.content_right h2 {
    grid-column: 1/3;
  }
}
.widget_features-content.content_right .content_img-main {
  grid-row: 1/5;
  grid-column: 1/2;
  overflow: hidden;
  width: calc(100% + 10px);
  height: calc(100% + 20px);
  margin: -10px 0 0 -10px;
}
@media (max-width: 768px) {
  .widget_features-content.content_right .content_img-main {
    grid-row: auto;
    grid-column: 1/3;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0 0 2rem;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_right .content_img-main {
    overflow: hidden;
    border: 1px solid #d1d3d6;
    border-radius: 4px;
    margin: 0 0 1.5rem;
  }
}
.widget_features-content.content_right .content_img-main::before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  right: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .widget_features-content.content_right .content_img-main::before {
    display: none;
  }
}
.widget_features-content.content_right .content_img-main img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  height: calc(100% - 20px);
}
@media (max-width: 768px) {
  .widget_features-content.content_right .content_img-main img {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_right .content_img-main img {
    width: 180%;
  }
}
.widget_features-content.content_right p {
  grid-row: auto;
  grid-column: 2/3;
}
@media (max-width: 768px) {
  .widget_features-content.content_right p {
    grid-column: 1/2;
  }
}
.widget_features-content.content_right .content_img-sub {
  grid-row: auto;
  grid-column: 2/3;
}
.widget_features-content.content_left {
  display: grid;
  grid-template-rows: repeat(3, auto) 1fr;
  grid-template-columns: 4fr 6fr;
  gap: 0 48px;
}
@media (max-width: 768px) {
  .widget_features-content.content_left {
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_left {
    display: block;
  }
}
.widget_features-content.content_left h3, .widget_features-content.content_left h2 {
  grid-row: auto;
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .widget_features-content.content_left h3, .widget_features-content.content_left h2 {
    grid-column: 1/3;
  }
}
.widget_features-content.content_left .content_img-main {
  grid-row: 1/5;
  grid-column: 2/3;
}
@media (max-width: 768px) {
  .widget_features-content.content_left .content_img-main {
    grid-row: auto;
    grid-column: 1/3;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_left .content_img-main {
    overflow: hidden;
    border: 1px solid #d1d3d6;
    border-radius: 4px;
  }
}
.widget_features-content.content_left .content_img-main img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .widget_features-content.content_left .content_img-main img {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_left .content_img-main img {
    width: 180%;
  }
}
.widget_features-content.content_left p {
  grid-row: auto;
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .widget_features-content.content_left p {
    grid-column: 1/2;
  }
}
.widget_features-content.content_left .content_img-sub {
  grid-row: auto;
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .widget_features-content.content_left .content_img-sub {
    grid-column: 2/3;
  }
}
.widget_features-content.content_center {
  display: grid;
  grid-template-rows: repeat(3, auto) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}
@media (max-width: 768px) {
  .widget_features-content.content_center {
    gap: 0 2rem;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_center {
    display: block;
  }
}
.widget_features-content.content_center h3, .widget_features-content.content_center h2, .widget_features-content.content_center .content_img-main {
  grid-row: auto;
  grid-column: 1/3;
}
.widget_features-content.content_center h2 {
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .widget_features-content.content_center .content_img-main {
    overflow: hidden;
    border: 1px solid #d1d3d6;
    border-radius: 4px;
  }
  .widget_features-content.content_center .content_img-main img {
    width: 180%;
  }
}
.widget_features-content.content_center p {
  grid-row: auto;
  grid-column: 1/2;
  margin: 2rem 0 0;
}
@media (max-width: 480px) {
  .widget_features-content.content_center p {
    margin: 1.5rem 0 0;
  }
}
.widget_features-content.content_center .content_img-sub {
  grid-row: auto;
  grid-column: 2/3;
  margin: 2.5rem 0 0;
}
@media (max-width: 768px) {
  .widget_features-content.content_center .content_img-sub {
    margin: 2rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_center .content_img-sub {
    width: 90%;
    margin: 2rem auto 0;
  }
}

.widget_features-lists-wrapper {
  background: #f8f9fa;
  margin: 7.5rem 0 0;
}
@media (max-width: 480px) {
  .widget_features-lists-wrapper {
    margin: 4rem 0 0;
  }
}

.widget_features-lists-content {
  padding: 4rem 0;
}
@media (max-width: 480px) {
  .widget_features-lists-content {
    padding: 3rem 0;
  }
}
.widget_features-lists-content .section-head {
  text-align: center;
  margin: 0 0 4rem;
}
@media (max-width: 768px) {
  .widget_features-lists-content .section-head {
    margin: 0 0 3rem;
  }
}
@media (max-width: 480px) {
  .widget_features-lists-content .section-head {
    text-align: left;
    margin: 0 0 2rem;
  }
}
.widget_features-lists-content .section-head h3 {
  font-size: 1rem;
  line-height: 1.4;
  color: #049bf0;
  margin: 0 0 0.5rem;
}
.widget_features-lists-content .section-head h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_features-lists-content .section-head h2 {
    font-size: 2rem;
  }
}

.widget_features-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  .widget_features-lists {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
  }
}
@media (max-width: 480px) {
  .widget_features-lists {
    grid-template-columns: 1fr;
    gap: 2.5rem 0;
  }
}
.widget_features-lists li.active a {
  pointer-events: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.widget_features-lists img {
  width: 3rem;
  margin: 0 0 1.5rem;
}
.widget_features-lists h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
.widget_features-lists p {
  font-size: 14px;
  color: #777;
  margin: 0 0 0.25rem;
}
.widget_features-lists a {
  font-size: 14px;
}

.widget_customerStory-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
  margin: 3rem 0 0;
}
@media (max-width: 480px) {
  .widget_customerStory-lists {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_customerStory-lists a {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}
.widget_customerStory-lists a:hover img, .widget_customerStory-lists a:focus img {
  opacity: 0.9;
}
.widget_customerStory-lists a:hover h4, .widget_customerStory-lists a:focus h4 {
  text-decoration: underline;
}
.widget_customerStory-lists a:hover .link, .widget_customerStory-lists a:focus .link {
  text-decoration: underline;
}
.widget_customerStory-lists img {
  width: 100%;
  border-radius: 4px;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .widget_customerStory-lists img {
    grid-column: span 1;
    grid-row: span 2;
    margin: 0;
  }
}
.widget_customerStory-lists img.border {
  border: 1px solid #e1e3e6;
}
.widget_customerStory-lists h4 {
  font-size: 1rem;
  line-height: 1.4;
  color: #049bf0;
  margin: 0 0 0.25rem;
}
.widget_customerStory-lists p {
  font-size: 0.75rem;
  color: #777;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_customerStory-lists h4, .widget_customerStory-lists p {
    grid-column: span 1;
    grid-row: auto;
  }
}
.widget_customerStory-lists .link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #049bf0;
  margin: 0.5rem 0 0;
}
@media (max-width: 480px) {
  .widget_customerStory-lists .link {
    grid-column: span 1;
    grid-row: auto;
  }
}

.widget_customer-heroHeader {
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader {
    margin: 0 auto 3rem;
  }
}

.widget_customer-heroHeader-content {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: normal 48px;
  height: 348px;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-content {
    grid-template-rows: auto;
    grid-template-columns: auto;
    gap: normal;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .widget_customer-heroHeader-content {
    height: auto;
  }
}

.widget_customer-heroHeader-backlink {
  grid-row: 1;
  grid-column: span 6;
  font-size: 0.875rem;
  color: #777;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-backlink {
    grid-column: auto !important;
  }
}
.widget_customer-heroHeader-backlink a:hover, .widget_customer-heroHeader-backlink a:focus {
  color: #049bf0;
  text-decoration: underline;
}
.widget_customer-heroHeader-backlink svg {
  transform: rotate(180deg) translateY(-0.1em) !important;
}

.widget_customer-heroHeader-firstImage {
  grid-row: span 2;
  grid-column: span 6;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-firstImage {
    grid-row: 2;
    grid-column: auto !important;
    overflow: visible;
  }
}
.widget_customer-heroHeader-firstImage img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-firstImage img {
    position: static !important;
    height: auto !important;
    width: 100% !important;
    left: auto !important;
    transform: none !important;
  }
}
.widget_customer-heroHeader-firstImage span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-firstImage span {
    position: static;
    text-align: right;
    color: #777;
    text-shadow: none;
    margin: 0.25rem 0 0;
  }
}

.widget_customer-heroHeader-title {
  grid-row: 2;
  grid-column: span 6;
  align-self: end;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-title {
    grid-row: 3;
    grid-column: auto !important;
  }
}
.widget_customer-heroHeader-title h2 {
  font-size: 2.25rem;
  line-height: 1.4;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-title h2 {
    font-size: 1.75rem;
    margin: 1.25rem 0 1rem !important;
  }
}
.widget_customer-heroHeader-title h2 span {
  display: block;
}
@media (max-width: 480px) {
  .widget_customer-heroHeader-title h2 span {
    display: inline;
  }
}
.widget_customer-heroHeader-title p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}
.widget_customer-heroHeader-title p a {
  text-decoration: underline;
}
.widget_customer-heroHeader-title p a:hover, .widget_customer-heroHeader-title p a:focus {
  color: #049bf0;
}
.widget_customer-heroHeader-title p a .icon_launch {
  transform: translateY(0.15em) !important;
}

.widget_customer-info {
  margin: 0 0 4.5rem;
}
.widget_customer-info figure {
  margin: 0 0 1rem;
}
.widget_customer-info figure img {
  width: 100%;
}

.widget_customer-members {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem 48px;
}
.widget_customer-members li {
  display: flex;
  flex-direction: column;
}
.widget_customer-members .company {
  line-height: 1.4;
  margin: 0 0 0.5rem;
}
.widget_customer-members .position {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #777;
  margin: 0 0 1rem;
}
.widget_customer-members .name {
  font-weight: 700;
  line-height: 1.2;
  margin: auto 0 0;
}
.widget_customer-members .links {
  display: flex;
  line-height: 1;
  margin: 0.5rem 0 0;
}
.widget_customer-members .links a:hover, .widget_customer-members .links a:focus {
  opacity: 0.85;
}
.widget_customer-members .links a + a {
  margin-left: 0.5rem;
}
.widget_customer-members .links img {
  width: 1.125rem;
  height: auto;
}

.widget_customer-subinfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e1e3e6;
  padding: 0.5rem 0 0;
  margin: 1.5rem 0 0;
}
.widget_customer-subinfo .interviewer {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #444;
  margin: 0 1rem 0 0;
}
.widget_customer-subinfo .releaseDay {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #777;
  margin: 0;
}

.widget_customer-interview .introduction,
.widget_customer-interview h3,
.widget_customer-interview .dialog-interviewer,
.widget_customer-interview .dialog,
.widget_customer-interview .external-link, .widget_customer-episode .introduction,
.widget_customer-episode h3,
.widget_customer-episode .dialog-interviewer,
.widget_customer-episode .dialog,
.widget_customer-episode .external-link {
  max-width: 744px;
  margin: 0 auto;
}
.widget_customer-interview h3, .widget_customer-episode h3 {
  font-size: 2rem;
  line-height: 1.4;
  color: #0cb3e6;
  margin-top: 4rem;
}
.widget_customer-interview .dialog-interviewer, .widget_customer-episode .dialog-interviewer {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .widget_customer-interview .dialog-interviewer, .widget_customer-episode .dialog-interviewer {
    padding-left: 2rem;
  }
}
.widget_customer-interview .dialog-interviewer::before, .widget_customer-episode .dialog-interviewer::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.875rem;
  left: calc(-48px - 1.5rem);
  width: 48px;
  border-top: 1px solid #777;
}
@media screen and (max-width: 1000px) {
  .widget_customer-interview .dialog-interviewer::before, .widget_customer-episode .dialog-interviewer::before {
    left: 0;
    width: 1.5rem;
  }
}
.widget_customer-interview .dialog, .widget_customer-episode .dialog {
  position: relative;
  margin-top: 2rem;
}
.widget_customer-interview .speaker, .widget_customer-episode .speaker {
  position: absolute;
  left: -1.5rem;
  transform: translateX(-100%);
  color: #777;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .widget_customer-interview .speaker, .widget_customer-episode .speaker {
    display: inline;
    position: static;
    transform: none;
    text-align: left;
    margin: 0 0.75rem 0 0;
  }
}
.widget_customer-interview .speaker.long, .widget_customer-episode .speaker.long {
  display: block;
  position: relative;
  left: calc((51px + 48px) * -1);
  transform: none;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .widget_customer-interview .speaker.long, .widget_customer-episode .speaker.long {
    display: inline-block;
    position: static;
  }
}
.widget_customer-interview .speak, .widget_customer-episode .speak {
  display: block;
}
@media screen and (max-width: 1100px) {
  .widget_customer-interview .speak, .widget_customer-episode .speak {
    display: inline;
  }
}
.widget_customer-interview .speak .speak + .speak, .widget_customer-episode .speak .speak + .speak {
  margin: 1rem 0 0;
}
@media screen and (max-width: 1100px) {
  .widget_customer-interview .speak .speak:first-child, .widget_customer-episode .speak .speak:first-child {
    display: inline;
  }
}
.widget_customer-interview .speak a, .widget_customer-episode .speak a {
  text-decoration: underline;
}
.widget_customer-interview .speak a:hover, .widget_customer-interview .speak a:focus, .widget_customer-episode .speak a:hover, .widget_customer-episode .speak a:focus {
  color: #049bf0;
}
.widget_customer-interview figure, .widget_customer-episode figure {
  text-align: center;
  margin: 2.5rem auto;
}
.widget_customer-interview figure img, .widget_customer-episode figure img {
  width: 100%;
}
.widget_customer-interview figure.figure-portrait, .widget_customer-episode figure.figure-portrait {
  float: right;
  margin: 2.5rem 0 2.5rem 3rem;
}
@media screen and (max-width: 580px) {
  .widget_customer-interview figure.figure-portrait, .widget_customer-episode figure.figure-portrait {
    float: none;
    max-width: 80%;
    margin: 1.5rem auto;
  }
}
.widget_customer-interview figure.figure-portrait img, .widget_customer-episode figure.figure-portrait img {
  max-width: 348px;
}
@media screen and (max-width: 580px) {
  .widget_customer-interview figure.figure-portrait img, .widget_customer-episode figure.figure-portrait img {
    max-width: 100%;
  }
}
.widget_customer-interview figure.figure-portrait figcaption, .widget_customer-episode figure.figure-portrait figcaption {
  text-align: left;
}
.widget_customer-interview figure.figure-function, .widget_customer-episode figure.figure-function {
  max-width: 744px;
  border: 1px solid #e1e3e6;
  border-radius: 4px;
  padding: 2rem 2rem;
}
.widget_customer-interview figure.figure-function img, .widget_customer-episode figure.figure-function img {
  max-width: 70%;
}
.widget_customer-interview figure.figure-function figcaption, .widget_customer-episode figure.figure-function figcaption {
  font-size: 0.875rem;
}
.widget_customer-interview figcaption, .widget_customer-episode figcaption {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #777;
  margin-top: 0.5rem;
}
.widget_customer-interview figcaption span, .widget_customer-episode figcaption span {
  display: block;
}
@media screen and (max-width: 580px) {
  .widget_customer-interview figcaption span, .widget_customer-episode figcaption span {
    display: inline;
  }
}
.widget_customer-interview code, .widget_customer-episode code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.95em;
  background: #f3f4f5;
  border: 1px solid #e1e3e6;
  border-radius: 2px;
  padding: 2px 4px;
  margin: 0 0.25rem;
}
.widget_customer-interview .favicon, .widget_customer-episode .favicon {
  display: inline-block;
  width: 1rem;
  vertical-align: text-top;
  background: #fff;
  margin: 0 6px 0 3px;
}
.widget_customer-interview .link, .widget_customer-episode .link {
  color: inherit;
  text-decoration: underline;
}
.widget_customer-interview .link:hover, .widget_customer-interview .link:focus, .widget_customer-episode .link:hover, .widget_customer-episode .link:focus {
  color: #049bf0;
}
.widget_customer-interview .external-link, .widget_customer-episode .external-link {
  line-height: 1.4;
  vertical-align: middle;
  background: #f3f4f5;
  border-radius: 4px;
  overflow: hidden;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
}
.widget_customer-interview .external-link a, .widget_customer-episode .external-link a {
  text-decoration: underline;
}
.widget_customer-interview .external-link a:hover, .widget_customer-interview .external-link a:focus, .widget_customer-episode .external-link a:hover, .widget_customer-episode .external-link a:focus {
  color: #049bf0;
}
.widget_customer-interview .slide, .widget_customer-episode .slide {
  margin: 2.5rem 0;
}
.widget_customer-interview .full-width, .widget_customer-episode .full-width {
  text-align: center;
  background: #f8f9fa;
  border-top: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
  margin: 4rem 0;
}
@media (max-width: 768px) {
  .widget_customer-interview .full-width, .widget_customer-episode .full-width {
    margin: 2rem 0;
  }
}
.widget_customer-interview .full-width figure, .widget_customer-episode .full-width figure {
  margin: 2.5rem 0 2rem;
}
.widget_customer-interview .full-width figcaption, .widget_customer-episode .full-width figcaption {
  margin-top: 1rem;
}
.widget_customer-interview .widget_resourceBlock, .widget_customer-episode .widget_resourceBlock {
  border-radius: 0.5rem;
  margin: 4rem 0 0;
}
.widget_customer-interview .widget_resourceBlock-lead h2, .widget_customer-episode .widget_resourceBlock-lead h2 {
  margin: 0 0 1rem;
}
.widget_customer-interview .widget_resourceBlock-content div:nth-child(1), .widget_customer-episode .widget_resourceBlock-content div:nth-child(1) {
  grid-column: span 5;
}
@media (max-width: 480px) {
  .widget_customer-interview .widget_resourceBlock-content div:nth-child(1), .widget_customer-episode .widget_resourceBlock-content div:nth-child(1) {
    grid-column: span 8;
  }
}
.widget_customer-interview .widget_resourceBlock-content div:nth-child(2), .widget_customer-episode .widget_resourceBlock-content div:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 480px) {
  .widget_customer-interview .widget_resourceBlock-content div:nth-child(2), .widget_customer-episode .widget_resourceBlock-content div:nth-child(2) {
    grid-column: span 8;
  }
}
.widget_customer-interview .widget_resourceBlock-img, .widget_customer-episode .widget_resourceBlock-img {
  height: 15rem;
}
.widget_customer-interview .widget_resourceBlock-img img, .widget_customer-episode .widget_resourceBlock-img img {
  width: 100%;
}
@media (max-width: 480px) {
  .widget_customer-interview .widget_resourceBlock-img img, .widget_customer-episode .widget_resourceBlock-img img {
    width: 70%;
  }
}

.widget_customer-episode .introduction {
  margin: 0 auto 4rem;
}
.widget_customer-episode h3 {
  margin: 0 0 2rem;
}
.widget_customer-episode h4 {
  font-size: 1.125rem;
  font-weight: 700;
}
.widget_customer-episode figure.figure-portrait {
  margin: 0 0 2.5rem 3rem;
}
.widget_customer-episode section {
  margin-bottom: 3rem;
}
.widget_customer-episode section::after {
  content: "";
  display: block;
  clear: both;
}

.widget_customer-customerStoryLists {
  background: #f8f9fa;
  padding: 4rem 0;
  margin: 5rem 0 0;
}
@media (max-width: 480px) {
  .widget_customer-customerStoryLists {
    padding: 3rem 0;
  }
}
.widget_customer-customerStoryLists h3 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 3rem;
}
@media (max-width: 480px) {
  .widget_customer-customerStoryLists h3 {
    font-size: 1.5rem;
  }
}
.widget_customer-customerStoryLists .widget_customerStory-lists {
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  .widget_customer-customerStoryLists .widget_customerStory-lists {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_customer-customerStoryLists .widget_customerStory-lists {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .widget_customer-customerStoryLists .widget_customerStory-lists a {
    grid-template-rows: repeat(2, auto) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}
.widget_customer-customerStoryLists .widget_customerStory-lists a:hover h4, .widget_customer-customerStoryLists .widget_customerStory-lists a:focus h4 {
  text-decoration: none;
}
@media (max-width: 480px) {
  .widget_customer-customerStoryLists .widget_customerStory-lists img {
    grid-row: span 3;
  }
}
.widget_customer-customerStoryLists .widget_customerStory-lists h4 {
  color: #111;
}
.widget_customer-customerStoryLists .link-row {
  text-align: right;
  margin: 1rem 0 0;
}
.widget_customer-customerStoryLists .link-row a {
  font-size: 0.875rem;
  font-weight: 700;
}

.widget_info-backlink {
  background: #f3f4f5;
  margin: 0 0 2.5rem;
}

.widget_info-backlink-content {
  padding: 3rem 0 1rem;
}
.widget_info-backlink-content a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #616366;
}
.widget_info-backlink-content a:hover, .widget_info-backlink-content a:focus {
  color: #049bf0;
}

.widget_info-head {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  .widget_info-head {
    margin: 0 0 1rem;
  }
}
.widget_info-head h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 !important;
}
@media (max-width: 480px) {
  .widget_info-head h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .widget_info-head .ui_dropdown-content {
    left: auto;
    right: 0;
    transform: translateY(100%);
  }
}

.widget_info-lists li {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem;
  border-radius: 4px;
  padding: 1rem;
  margin: 0 -1rem;
}
@media screen and (max-width: 640px) {
  .widget_info-lists li {
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 0.5rem;
    padding: 1rem 0;
    margin: 0;
  }
}
.widget_info-lists li:hover, .widget_info-lists li:focus {
  background: #f8f9fa;
  transition: all 0.1s linear;
}
@media screen and (max-width: 640px) {
  .widget_info-lists li:hover, .widget_info-lists li:focus {
    background: none;
  }
}
.widget_info-lists time {
  grid-column: span 1;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  line-height: 1.6;
  color: #111;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .widget_info-lists time {
    grid-column: auto;
    grid-row: 1;
  }
}
.widget_info-lists .ui_tag {
  grid-column: span 2;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .widget_info-lists .ui_tag {
    grid-column: auto;
    grid-row: 1;
  }
}
.widget_info-lists .title {
  grid-column: span 5;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .widget_info-lists .title {
    grid-column: span 2;
    grid-row: 2;
  }
}
.widget_info-lists .title:hover a, .widget_info-lists .title:focus a {
  text-decoration: underline;
}

.widget_infoEntry-header time {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #777;
}
.widget_infoEntry-header h1,
.widget_infoEntry-header .widget_infoEntry-title {
  font-size: 2rem;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 2.25rem;
}
@media (max-width: 480px) {
  .widget_infoEntry-header h1,
  .widget_infoEntry-header .widget_infoEntry-title {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
  }
}

.widge_infoEntry-content h2,
.widget_event-main h2 {
  font-size: 1.75rem;
  line-height: 1.6;
  border-bottom: 1px solid #e1e3e6;
  padding: 0 0 0.5rem;
  margin: 3.75rem 0 2rem;
}
@media (max-width: 480px) {
  .widge_infoEntry-content h2,
  .widget_event-main h2 {
    font-size: 1.5rem;
    margin: 2rem 0 1.25rem;
  }
}
.widge_infoEntry-content h3,
.widget_event-main h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  border-bottom: 1px solid #e1e3e6;
  padding: 0 0 0.25rem;
  margin: 3.5rem 0 1.75rem;
}
@media (max-width: 480px) {
  .widge_infoEntry-content h3,
  .widget_event-main h3 {
    font-size: 1.25rem;
    margin: 2rem 0 1rem;
  }
}
.widge_infoEntry-content h4,
.widget_event-main h4 {
  font-size: 1.25rem;
  margin: 1.5rem 0 0.5rem;
}
@media (max-width: 480px) {
  .widge_infoEntry-content h4,
  .widget_event-main h4 {
    font-size: 1.125rem;
  }
}
.widge_infoEntry-content h5, .widge_infoEntry-content h6,
.widget_event-main h5,
.widget_event-main h6 {
  font-size: 1rem;
  margin: 0 0 1rem;
}
.widge_infoEntry-content h2, .widge_infoEntry-content h3, .widge_infoEntry-content h4, .widge_infoEntry-content h5, .widge_infoEntry-content h6,
.widget_event-main h2,
.widget_event-main h3,
.widget_event-main h4,
.widget_event-main h5,
.widget_event-main h6 {
  scroll-margin-top: 4.5rem;
}
@media (max-width: 480px) {
  .widge_infoEntry-content h2, .widge_infoEntry-content h3, .widge_infoEntry-content h4, .widge_infoEntry-content h5, .widge_infoEntry-content h6,
  .widget_event-main h2,
  .widget_event-main h3,
  .widget_event-main h4,
  .widget_event-main h5,
  .widget_event-main h6 {
    scroll-margin-top: 0.5rem;
  }
}
.widge_infoEntry-content p,
.widget_event-main p {
  margin: 0 0 1rem;
}
.widge_infoEntry-content a,
.widget_event-main a {
  text-decoration: underline;
}
.widge_infoEntry-content a:hover, .widge_infoEntry-content a:focus,
.widget_event-main a:hover,
.widget_event-main a:focus {
  color: #049bf0;
}
.widge_infoEntry-content code,
.widget_event-main code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.9em;
  color: #866200;
  background: #f3f4f5;
  white-space: normal;
  border: 1px solid #e1e3e6;
  border-radius: 3px;
  padding: 0.25em 0.4em;
  margin: 0 2px;
}
.widge_infoEntry-content pre,
.widget_event-main pre {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  color: #111;
  white-space: pre;
  overflow: auto;
  background: #f3f4f5;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
}
.widge_infoEntry-content ul, .widge_infoEntry-content ol,
.widget_event-main ul,
.widget_event-main ol {
  margin: 1rem 0;
}
.widge_infoEntry-content ul li, .widge_infoEntry-content ol li,
.widget_event-main ul li,
.widget_event-main ol li {
  margin-left: 1.25rem;
}
.widge_infoEntry-content ul li + li, .widge_infoEntry-content ol li + li,
.widget_event-main ul li + li,
.widget_event-main ol li + li {
  margin-top: 0.5rem;
}
.widge_infoEntry-content ul li ul, .widge_infoEntry-content ol li ul,
.widget_event-main ul li ul,
.widget_event-main ol li ul {
  margin: 0 0 0.75rem;
}
.widge_infoEntry-content ul.contents, .widge_infoEntry-content ol.contents,
.widget_event-main ul.contents,
.widget_event-main ol.contents {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1.5rem 1.75rem;
}
.widge_infoEntry-content ul.contents::before, .widge_infoEntry-content ol.contents::before,
.widget_event-main ul.contents::before,
.widget_event-main ol.contents::before {
  content: "目次";
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
@media (max-width: 480px) {
  .widge_infoEntry-content ul.contents::before, .widge_infoEntry-content ol.contents::before,
  .widget_event-main ul.contents::before,
  .widget_event-main ol.contents::before {
    font-size: 1.125rem;
  }
}
.widge_infoEntry-content ul.contents li, .widge_infoEntry-content ol.contents li,
.widget_event-main ul.contents li,
.widget_event-main ol.contents li {
  color: #444;
}
.widge_infoEntry-content ul.contents a, .widge_infoEntry-content ol.contents a,
.widget_event-main ul.contents a,
.widget_event-main ol.contents a {
  text-decoration: none;
}
.widge_infoEntry-content ul.contents a:hover, .widge_infoEntry-content ul.contents a:focus, .widge_infoEntry-content ol.contents a:hover, .widge_infoEntry-content ol.contents a:focus,
.widget_event-main ul.contents a:hover,
.widget_event-main ul.contents a:focus,
.widget_event-main ol.contents a:hover,
.widget_event-main ol.contents a:focus {
  color: #111;
  text-decoration: underline;
}
.widge_infoEntry-content ul.contents a:visited, .widge_infoEntry-content ol.contents a:visited,
.widget_event-main ul.contents a:visited,
.widget_event-main ol.contents a:visited {
  color: #777;
}
.widge_infoEntry-content ul,
.widget_event-main ul {
  list-style-type: disc;
}
.widge_infoEntry-content ul li ul,
.widget_event-main ul li ul {
  list-style: circle;
}
.widge_infoEntry-content table,
.widget_event-main table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1rem 0;
}
.widge_infoEntry-content tr:hover,
.widget_event-main tr:hover {
  background: #f8f9fa;
}
.widge_infoEntry-content th,
.widget_event-main th {
  text-align: left;
}
@media (max-width: 480px) {
  .widge_infoEntry-content th,
  .widget_event-main th {
    display: none;
  }
}
.widge_infoEntry-content td,
.widget_event-main td {
  padding: 0.5rem 1.5rem 0.5rem 0;
}
@media (max-width: 480px) {
  .widge_infoEntry-content td,
  .widget_event-main td {
    display: block;
  }
}
.widge_infoEntry-content td:first-child,
.widget_event-main td:first-child {
  min-width: 120px;
  box-sizing: content-box;
}
.widge_infoEntry-content td:last-child,
.widget_event-main td:last-child {
  padding-right: 0;
}
.widge_infoEntry-content td.time,
.widget_event-main td.time {
  white-space: nowrap;
  vertical-align: top;
}
@media (max-width: 480px) {
  .widge_infoEntry-content td.time,
  .widget_event-main td.time {
    font-weight: 700;
    color: #777;
    white-space: normal;
    padding-bottom: 0;
  }
}
.widge_infoEntry-content td h4,
.widget_event-main td h4 {
  font-size: 1.125rem;
  margin: 0 0 0.25rem;
}
.widge_infoEntry-content td p,
.widget_event-main td p {
  margin: 0.5rem 0;
}
.widge_infoEntry-content td p.widget_event-strong,
.widget_event-main td p.widget_event-strong {
  font-weight: 700;
  margin: 0;
}
.widge_infoEntry-content td p.widget_event-strong + p,
.widget_event-main td p.widget_event-strong + p {
  margin: 2px 0 0.5rem;
}
.widge_infoEntry-content figure,
.widget_event-main figure {
  margin: 1rem 0;
}
.widge_infoEntry-content figure img,
.widget_event-main figure img {
  margin: 0;
}
.widge_infoEntry-content figcaption,
.widget_event-main figcaption {
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  margin: 0.5rem 0 0;
}
.widge_infoEntry-content img,
.widget_event-main img {
  width: 100%;
  margin: 0 0 1rem;
}
.widge_infoEntry-content hr,
.widget_event-main hr {
  margin: 2rem auto;
  border-width: 0;
  border-top: 1px solid #e1e3e6;
}
.widge_infoEntry-content iframe,
.widget_event-main iframe {
  margin: 1rem auto;
}
.widge_infoEntry-content .widget_event-speakers,
.widget_event-main .widget_event-speakers {
  display: flex;
  align-items: flex-start;
  margin: 1rem 0;
}
.widge_infoEntry-content .widget_event-speakers + .widget_event-speakers,
.widget_event-main .widget_event-speakers + .widget_event-speakers {
  margin-top: 1.5rem;
}
.widge_infoEntry-content .widget_event-speakers img,
.widget_event-main .widget_event-speakers img {
  width: 120px;
  height: auto;
  vertical-align: bottom;
}
.widge_infoEntry-content .widget_event-speaker,
.widget_event-main .widget_event-speaker {
  flex: 1;
  min-width: 0;
  margin: 0 0 0 1.5rem;
}
.widge_infoEntry-content .widget_event-speaker h4,
.widget_event-main .widget_event-speaker h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem;
}
.widge_infoEntry-content .widget_event-speaker p,
.widget_event-main .widget_event-speaker p {
  margin: 0.5rem 0;
}

.widget_infoEntry-tag {
  margin: 5rem 0 0;
}

.widget_infoEntry-pager {
  margin: 1.5rem 0 0;
}

.widget_infoEntry-pager-content {
  display: flex;
  justify-content: space-between;
  color: #616366;
  font-weight: 700;
  border-top: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
}

.widget_infoEntry-pager-prev,
.widget_infoEntry-pager-next {
  flex: 1 1 50%;
  display: flex;
  height: 100%;
}
.widget_infoEntry-pager-prev a,
.widget_infoEntry-pager-next a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
}
.widget_infoEntry-pager-prev a:hover, .widget_infoEntry-pager-prev a:focus,
.widget_infoEntry-pager-next a:hover,
.widget_infoEntry-pager-next a:focus {
  color: #049bf0;
  background: #f8f9fa;
}
.widget_infoEntry-pager-prev a svg,
.widget_infoEntry-pager-next a svg {
  flex: 0 0 auto;
}

.widget_infoEntry-pager-prev a {
  padding-right: 0.5rem;
}
.widget_infoEntry-pager-prev a .icon_arrow-reverse.icon_inline {
  transform: translateY(0) rotate(180deg);
}

.widget_infoEntry-pager-next a {
  justify-content: flex-end;
  padding-left: 0.5rem;
}
.widget_infoEntry-pager-next a .icon_arrow.icon_inline {
  transform: translateY(0);
}

.widget_infoEntry-recentEntries {
  margin: 4rem 0 0;
}

.widget_infoEntry-recentEntries-content h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
.widget_infoEntry-recentEntries-content .link-row {
  text-align: right;
  margin: 0.5rem 0 0;
}
.widget_infoEntry-recentEntries-content .link-row a {
  color: #777;
}
.widget_infoEntry-recentEntries-content .link-row a:hover, .widget_infoEntry-recentEntries-content .link-row a:focus {
  color: #049bf0;
  text-decoration: underline;
}

.widget_breadcrumbs {
  background: #f8f9fa;
  padding: 0.75rem 0;
}

.widget_breadcrumbs-lists {
  width: 100%;
}
.widget_breadcrumbs-lists li {
  display: inline;
  font-size: 14px;
  line-height: 1;
  color: #777;
}
.widget_breadcrumbs-lists li::after {
  content: "";
  display: inline-block;
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/icon/icon_arrow-gray.svg") no-repeat;
  width: 1em;
  height: 1em;
  transform: translateY(2px);
  margin: 0 0.25rem 0 0.5rem;
}
.widget_breadcrumbs-lists li:last-child::after {
  display: none;
}
.widget_breadcrumbs-lists li.active a {
  color: #049bf0;
}
.widget_breadcrumbs-lists li a:hover, .widget_breadcrumbs-lists li a:focus {
  color: #049bf0;
  text-decoration: underline;
}

.widget_blogEntries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 48px;
}
@media (max-width: 768px) {
  .widget_blogEntries {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }
}
@media (max-width: 480px) {
  .widget_blogEntries {
    grid-template-columns: 1fr;
    gap: 1rem 0;
  }
}
@media (max-width: 480px) {
  .widget_blogEntries li {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 2fr 1fr;
    gap: 0 1rem;
    border-bottom: 1px solid #f3f4f5;
    padding-bottom: 1rem;
  }
}
.widget_blogEntries a.entry-image {
  display: block;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .widget_blogEntries a.entry-image {
    grid-row: 2/3;
    grid-column: 2/3;
    margin: 0;
  }
}
.widget_blogEntries a.entry-image:hover, .widget_blogEntries a.entry-image:focus {
  opacity: 0.9;
}
.widget_blogEntries a.entry-image img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
@media (max-width: 480px) {
  .widget_blogEntries a.entry-image img {
    margin: 3px 0 0;
  }
}
.widget_blogEntries .ui_blogCategory {
  margin: 0 0 0.25rem;
}
@media (max-width: 480px) {
  .widget_blogEntries .ui_blogCategory {
    font-size: 10px;
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.widget_blogEntries a.entry-desc {
  display: block;
}
@media (max-width: 480px) {
  .widget_blogEntries a.entry-desc {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.widget_blogEntries a.entry-desc:hover h3, .widget_blogEntries a.entry-desc:focus h3 {
  color: #049bf0;
}
.widget_blogEntries a.entry-desc h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 1000px) {
  .widget_blogEntries a.entry-desc h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .widget_blogEntries a.entry-desc h3 {
    line-height: 1.4;
    margin: 0 0 0.25rem;
  }
}
.widget_blogEntries a.entry-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.875rem;
  color: #444;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_blogEntries a.entry-desc p {
    line-height: 1.6;
  }
}

.widget_blogCategories-content {
  border-top: 1px solid #e1e3e6;
  padding: 3rem 0 0;
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogCategories-content {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
  }
}
.widget_blogCategories-content h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  .widget_blogCategories-content h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
}

.widget_blogCategories-lists {
  display: flex;
  flex-wrap: wrap;
}
.widget_blogCategories-lists li {
  margin: 0 0.75rem 0.5rem 0;
}

.widget_blogNewsletter {
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogNewsletter {
    margin: 2rem 0 0;
  }
}

.widget_blogNewsletter-content {
  background: linear-gradient(to bottom right, #0cb3e6, #19C6fa);
  padding: 3rem 2rem;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .widget_blogNewsletter-content {
    padding: 1.5rem;
  }
}

.widget_blogNewsletter-title {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .widget_blogNewsletter-title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .widget_blogNewsletter-title {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 0.25rem;
  }
}

.widget_blogNewsletter-desc {
  font-size: 1.25rem;
  color: #fff;
  margin: 0 0 1.75rem;
  text-align: center;
}
@media (max-width: 768px) {
  .widget_blogNewsletter-desc {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 480px) {
  .widget_blogNewsletter-desc {
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
  }
}

.widget_blogNewsletter-form {
  color: #fff;
  max-width: 546px;
  margin: 0 auto;
}
.widget_blogNewsletter-form .hs-form {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 0.5rem;
  row-gap: 5px;
  position: relative;
}
.widget_blogNewsletter-form .hs-form fieldset .input {
  margin: 0 !important;
}
.widget_blogNewsletter-form .hs-form fieldset:nth-child(1) {
  max-width: 100%;
  grid-column: span 2;
}
.widget_blogNewsletter-form .hs-form fieldset:nth-child(2) {
  grid-column: span 2;
}
.widget_blogNewsletter-form .hs-form fieldset:nth-child(3) {
  grid-column: auto;
}
@media (max-width: 480px) {
  .widget_blogNewsletter-form .hs-form fieldset:nth-child(3) {
    grid-column: span 2;
  }
}
.widget_blogNewsletter-form .hs-form .hs-fieldtype-text input {
  border-color: #19C6fa;
}
.widget_blogNewsletter-form .hs-form .hs-fieldtype-text input:hover {
  border-color: #19C6fa;
}
.widget_blogNewsletter-form .hs-form .hs-fieldtype-text input:focus {
  border-color: #086682;
}
.widget_blogNewsletter-form .hs-form .hs-fieldtype-text input.invalid {
  border-color: #086682;
}
.widget_blogNewsletter-form .hs-form .hs-submit {
  grid-column: auto;
  width: 100%;
}
@media (max-width: 480px) {
  .widget_blogNewsletter-form .hs-form .hs-submit {
    grid-column: span 2;
    margin-top: 0.75rem;
  }
}
.widget_blogNewsletter-form .hs-form .hs-submit .hs-button {
  color: #fff;
  background: #000;
  width: 100%;
}
.widget_blogNewsletter-form .hs-form .hs-submit .hs-button:hover, .widget_blogNewsletter-form .hs-form .hs-submit .hs-button:focus {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .widget_blogNewsletter-form .hs-form .hs-submit .hs-button {
    font-size: 16px;
  }
}
.widget_blogNewsletter-form .hs-form .hs_error_rollup {
  grid-column: span 2;
  position: absolute;
  top: -1.5rem;
  margin: 0;
}
.widget_blogNewsletter-form .hs-form .hs_error_rollup ul {
  font-size: 0.75rem;
  margin: 0;
}
.widget_blogNewsletter-form .hs-form ul.hs-error-msgs {
  color: #f7db6a;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox {
  font-size: 12px;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::before {
  border-color: #19C6fa;
  top: 2px;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::after {
  top: 7px;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::before {
  border-color: #086682;
  background: #086682;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox a:hover, .widget_blogNewsletter-form .hs-fieldtype-booleancheckbox a:focus {
  opacity: 0.7;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox a::after {
  content: "";
  display: inline-block;
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/icon/icon_launch-white.svg") no-repeat;
  width: 1em;
  height: 1em;
  transform: translateY(2px);
  margin: 0 0.25rem;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox .hs-form-required {
  color: #fff;
}

.widget_blogInfos {
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogInfos {
    margin: 3rem 0 0;
  }
}

.widget_blogInfo {
  margin: 0 0 3rem;
}
@media (max-width: 480px) {
  .widget_blogInfo {
    margin: 0 0 2.5rem;
  }
}
.widget_blogInfo h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  .widget_blogInfo h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
}
.widget_blogInfo .link-row {
  font-size: 0.875rem;
  text-align: right;
  border-top: 1px solid #e1e3e6;
  padding: 1rem 0 0;
  margin: 2rem 0 0;
}

.widget_blogInfo-events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 768px) {
  .widget_blogInfo-events {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .widget_blogInfo-events {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.widget_blogInfo-events a {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .widget_blogInfo-events a {
    padding: 0;
    margin: 0;
  }
}
.widget_blogInfo-events a:focus h4, .widget_blogInfo-events a:hover h4 {
  text-decoration: underline;
}
.widget_blogInfo-events a:focus img, .widget_blogInfo-events a:hover img {
  opacity: 0.9;
}
.widget_blogInfo-events h4 {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0 0;
}
@media (max-width: 768px) {
  .widget_blogInfo-events h4 {
    margin: 0.5rem 0 0;
  }
}
.widget_blogInfo-events img {
  width: 100%;
  height: auto;
}

.widget_blogInfo .widget_customerStory-lists {
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin: 0;
}
@media (max-width: 768px) {
  .widget_blogInfo .widget_customerStory-lists {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .widget_blogInfo .widget_customerStory-lists {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .widget_blogInfo .widget_customerStory-lists a {
    grid-template-rows: repeat(2, auto) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}
.widget_blogInfo .widget_customerStory-lists a:hover h4, .widget_blogInfo .widget_customerStory-lists a:focus h4 {
  text-decoration: none;
}
@media (max-width: 480px) {
  .widget_blogInfo .widget_customerStory-lists img {
    grid-row: span 3;
  }
}
.widget_blogInfo .widget_customerStory-lists h4 {
  color: #111;
}
.widget_blogInfo .widget_customerStory-lists p {
  font-size: 0.875rem;
  line-height: 1.4;
}

#page-blog_entry .widget_globalHeader {
  background-color: #0cb3e6;
}
#page-blog_entry .widget_globalHeader.is-drawing {
  border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-content .mackerel-logo svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav.is-drawing {
  background: #0cb3e6;
}
@media screen and (max-width: 1000px) {
  #page-blog_entry .widget_globalHeader .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover, #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button:hover,
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover svg, #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button:hover svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:hover, #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:focus {
  opacity: 0.9;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray {
  color: #fff;
  background: #000;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:hover, #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li + li a,
  #page-blog_entry .widget_globalHeader .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
  }
  #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li a,
  #page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}

.widget_blogEntry {
  margin: 3rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogEntry {
    margin: 2rem 0 0;
  }
}
.widget_blogEntry .widget_recommendBlock {
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogEntry .widget_recommendBlock {
    margin: 2rem 0 0;
  }
}

.widget_blogEntry-header img {
  width: 100%;
  border-radius: 0.5rem;
  margin: 0 0 1.75rem;
}
@media (max-width: 480px) {
  .widget_blogEntry-header img {
    margin: 0 0 1rem;
    border-radius: 4px;
  }
}
.widget_blogEntry-header h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 1rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogEntry-header h1 {
    font-size: 1.75rem;
    margin: 0.75rem 0 0;
  }
}
.widget_blogEntry-header time {
  display: block;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #777;
  margin: 1rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogEntry-header time {
    margin: 0.75rem 0 0;
  }
}

.widget_blogEntry-inner .content {
  border-top: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
  padding: 1.5rem 0 2rem;
  margin: 2rem 0;
}
.widget_blogEntry-inner .content p {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.widget_blogEntry-inner .content ul {
  list-style: disc;
  margin: 0;
}
.widget_blogEntry-inner .content li {
  font-weight: 700;
  margin-left: 1.5rem;
}
.widget_blogEntry-inner .content a {
  text-decoration: none;
}
.widget_blogEntry-inner .content a:hover, .widget_blogEntry-inner .content a:focus {
  text-decoration: underline;
}
.widget_blogEntry-inner .content a:visited {
  color: #777;
}
.widget_blogEntry-inner h2 {
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 3rem 0 1.25rem;
}
@media (max-width: 480px) {
  .widget_blogEntry-inner h2 {
    font-size: 1.25rem;
    margin: 2rem 0 0.75rem;
  }
}
.widget_blogEntry-inner h3 {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 1.5rem 0 0.25rem;
}
.widget_blogEntry-inner h4, .widget_blogEntry-inner h5, .widget_blogEntry-inner h6 {
  font-size: 1rem;
  margin: 0 0 1rem;
}
.widget_blogEntry-inner h2, .widget_blogEntry-inner h3, .widget_blogEntry-inner h4, .widget_blogEntry-inner h5, .widget_blogEntry-inner h6 {
  scroll-margin-top: 4.5rem;
}
@media (max-width: 480px) {
  .widget_blogEntry-inner h2, .widget_blogEntry-inner h3, .widget_blogEntry-inner h4, .widget_blogEntry-inner h5, .widget_blogEntry-inner h6 {
    scroll-margin-top: 0.5rem;
  }
}
.widget_blogEntry-inner p {
  margin: 0 0 1rem;
}
.widget_blogEntry-inner a {
  text-decoration: underline;
}
.widget_blogEntry-inner a:hover, .widget_blogEntry-inner a:focus {
  color: #049bf0;
}
.widget_blogEntry-inner ul, .widget_blogEntry-inner ol {
  margin: 1rem 0;
}
.widget_blogEntry-inner ul li, .widget_blogEntry-inner ol li {
  margin-left: 1.25rem;
}
.widget_blogEntry-inner ul li + li, .widget_blogEntry-inner ol li + li {
  margin-top: 0.5rem;
}
.widget_blogEntry-inner ul li ul, .widget_blogEntry-inner ol li ul {
  margin: 0 0 0.75rem;
}
.widget_blogEntry-inner ul {
  list-style-type: disc;
}
.widget_blogEntry-inner ul li ul {
  list-style: circle;
}
.widget_blogEntry-inner code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.9em;
  color: #866200;
  background: #f3f4f5;
  white-space: normal;
  border: 1px solid #e1e3e6;
  border-radius: 3px;
  padding: 0.25em 0.4em;
  margin: 0 2px;
}
.widget_blogEntry-inner pre {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  color: #111;
  white-space: pre;
  overflow: auto;
  background: #f3f4f5;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
}
.widget_blogEntry-inner figure {
  margin: 1.5rem 0;
}
.widget_blogEntry-inner figure img {
  margin: 0;
}
.widget_blogEntry-inner figcaption {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #777;
  margin: 0.5rem 0 0;
}
.widget_blogEntry-inner img {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}
@media (max-width: 480px) {
  .widget_blogEntry-inner img {
    border-radius: 4px;
  }
}
.widget_blogEntry-inner hr {
  margin: 2rem auto;
  border-width: 0;
  border-top: 1px solid #e1e3e6;
}
.widget_blogEntry-inner iframe {
  margin: 1rem auto;
}

.widget_blogEntry-related-content {
  border-top: 1px solid #e1e3e6;
  padding: 2rem 0 0;
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogEntry-related-content {
    padding: 1rem 0 0;
    margin: 2rem 0 0;
  }
}
.widget_blogEntry-related-content h3 {
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .widget_blogEntry-related-content .widget_blogEntries li {
    grid-template-columns: 0.5fr 1fr;
  }
  .widget_blogEntry-related-content .widget_blogEntries li:last-of-type {
    border-bottom: 0;
    padding: 0;
  }
  .widget_blogEntry-related-content .widget_blogEntries a.entry-image {
    grid-column: 1/2;
    margin: 0;
  }
  .widget_blogEntry-related-content .widget_blogEntries .ui_blogCategory {
    grid-column: 2/3;
  }
  .widget_blogEntry-related-content .widget_blogEntries .entry-desc {
    grid-column: 2/3;
  }
}

.widget_resource-seminarContents-movieContainer {
  text-align: center;
}

.widget_resource-seminarContents-description {
  max-width: 744px;
  margin: 2rem auto 5rem;
}
.widget_resource-seminarContents-description h3 {
  margin: 0 0 0.75rem;
}
.widget_resource-seminarContents-description h3 span {
  font-size: 0.875rem;
  margin: 0 0 0 0.75rem;
  font-weight: bold;
}
.widget_resource-seminarContents-description h3 a {
  text-decoration: underline;
}
.widget_resource-seminarContents-description h3 a:focus, .widget_resource-seminarContents-description h3 a:hover {
  color: #049bf0;
  text-decoration: underline;
}
.widget_resource-seminarContents-description p a {
  color: #049bf0;
}
.widget_resource-seminarContents-description p a:focus, .widget_resource-seminarContents-description p a:hover {
  text-decoration: underline;
}
.widget_resource-seminarContents-description ul {
  list-style-type: disc;
  padding: 0 0 0 1rem;
}

.pricing h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 2.5rem;
}
@media (max-width: 480px) {
  .pricing h2 {
    font-size: 1.75rem;
    margin: 0 0 1.5rem;
  }
}

.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: normal 48px;
}
@media (max-width: 768px) {
  .plans {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem normal;
  }
}

.plan {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #c1c3c6;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2.5rem;
  min-height: 380px;
  position: relative;
}
@media (max-width: 768px) {
  .plan {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .plan {
    padding: 1rem;
  }
}
.plan h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #777;
  width: 100%;
  margin: 0 0 auto;
}
.plan p {
  width: 100%;
}
.plan .ui_button {
  padding: 1rem;
  margin: 1rem 0 0;
  border-radius: 30px;
}
.plan.plan-trial {
  border-color: #049bf0;
}

.plan_pricing {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #049bf0;
  margin: 0;
}

.plan_host {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1.4;
  width: 100%;
  border-top: 1px solid #e1e3e6;
  padding: 1rem 0 0;
  margin: auto 0 0;
}
.plan_host span {
  color: #444;
}
.plan_host span.plan_host-limit {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 0.5rem;
}

.plan_host-detail {
  font-size: 10px;
  line-height: 1.4;
  color: #444;
  margin: 0;
}

.plan2nd {
  min-height: 345px;
}
.plan2nd .plan_pricing {
  margin: auto 0;
}

.plan_pricing-standard {
  display: grid;
  gap: 5px 5px;
}

.plan_pricing-standard-pricing {
  grid-row: 1/3;
  grid-column: 1/2;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  color: #049bf0;
  margin: 0;
}

.plan_pricing-standard-yen {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: end;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  margin: 0 0 0 -5px;
}

.plan_pricing-standard-m {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  margin: 0;
}
.plan_pricing-standard-m::before {
  content: "/";
  display: inline-block;
  margin: 0 3px 0 0;
  transform: translateY(-1px);
}

.plan_host-contact {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 1.25rem;
}
@media (max-width: 768px) {
  .plan_host-contact {
    position: static;
    margin-top: 0.5rem;
  }
}

.plan_detail {
  font-size: 14px;
  color: #444;
  margin: 1rem 0 0 1.5rem;
}
.plan_detail li {
  list-style-type: disc;
}
.plan_detail b {
  color: #111;
}

.message-notice h4 {
  margin: 0 0 0.5rem;
}
.message-notice p {
  font-weight: 400;
  margin: 0;
}

.pricing_pnals-comparison {
  margin-top: 4.5rem;
}
@media (max-width: 480px) {
  .pricing_pnals-comparison {
    margin-top: 3rem;
  }
}
.pricing_pnals-comparison h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .pricing_pnals-comparison h3 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
  }
}

@media (max-width: 480px) {
  .comparisonChart {
    overflow: auto;
    padding-bottom: 1rem;
    margin: 0 -20px;
  }
}
.comparisonChart > div {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  position: relative;
}
@media (max-width: 480px) {
  .comparisonChart > div {
    min-width: 600px;
    padding: 0 20px;
  }
  .comparisonChart > div:nth-of-type(2n) > p {
    background: #f8f9fa;
  }
}
.comparisonChart > div:hover, .comparisonChart > div:focus {
  background: #f8f9fa;
}
@media (max-width: 480px) {
  .comparisonChart > div:hover, .comparisonChart > div:focus {
    background: none;
  }
}
.comparisonChart > div.comparisonChart_plan:hover, .comparisonChart > div.comparisonChart_plan:focus {
  background: none;
}
.comparisonChart > div.comparisonChart_plan p {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 0;
}
.comparisonChart > div.comparisonChart_plan.serviceSupport p:first-child {
  padding-top: 3rem;
}
.comparisonChart > div.buttons:hover, .comparisonChart > div.buttons:focus {
  background: none;
}
@media (max-width: 768px) {
  .comparisonChart > div.buttons {
    display: none;
  }
}
.comparisonChart > div.buttons p {
  padding-bottom: 0;
}
.comparisonChart > div.buttons .ui_button {
  white-space: normal;
  line-height: 1.4;
  width: 100%;
}
.comparisonChart > div p {
  line-height: 1.6;
  padding: 1rem;
  margin: 0;
}
.comparisonChart > div p:not(:first-child) {
  text-align: center;
}
.comparisonChart > div p:first-of-type {
  padding-left: 0;
}
.comparisonChart > div p:last-of-type {
  border-right: 1px solid #e1e3e6;
}
.comparisonChart > div p + p {
  border-left: 1px solid #e1e3e6;
}
.comparisonChart > div p .icon_disabled {
  fill: #ff2635;
  width: 1.5rem;
}
.comparisonChart > div p .icon_enabled {
  fill: #64cc18;
  width: 1.5rem;
}
.comparisonChart > div p .per {
  font-size: 0.75rem;
  color: #777;
}
.comparisonChart > div p .per::before {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  transform: translateY(-1px);
}
.comparisonChart > div p .custom {
  color: #777;
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.comparisonChart > div p a:not(.button-blue) {
  text-decoration: underline;
}
.comparisonChart > div p a:not(.button-blue):hover, .comparisonChart > div p a:not(.button-blue):focus {
  color: #049bf0;
}
.comparisonChart > div .limit-item {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .comparisonChart > div .limit-item {
    right: 30px;
  }
}
.comparisonChart > div .limit-item .ui_tooltip svg {
  fill: #777;
}
.comparisonChart > div .limit-item .ui_tooltip .tooltip-top-right-sidefit {
  right: -1rem;
}

.pricing_pnals-comparison-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.pricing_pnals-comparison-title h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.pricing_pnals-comparison-title p {
  color: #777;
  font-size: 0.8rem;
  margin: 0;
}
.pricing_pnals-comparison-title p a {
  color: #049bf0;
}

.pricing_plans {
  font-size: 14px;
}

.pricing_plans-limits {
  margin-top: 3.5rem;
}
@media (max-width: 480px) {
  .pricing_plans-limits {
    margin-top: 2.5rem;
  }
}
.pricing_plans-limits h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 1rem;
  scroll-margin-top: 4.5rem;
}
@media (max-width: 480px) {
  .pricing_plans-limits h3 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
    scroll-margin-top: 0.5rem;
  }
}

.pricing_plans-limits-chart {
  margin: 2rem 0 0;
}
.pricing_plans-limits-chart > div {
  display: grid;
  grid-template-columns: 2fr 1fr 3fr;
  border-bottom: 1px solid #e1e3e6;
}
.pricing_plans-limits-chart > div:hover, .pricing_plans-limits-chart > div:focus {
  background: #f8f9fa;
}
.pricing_plans-limits-chart > div p {
  line-height: 1.6;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
.pricing_plans-limits-chart > div p:last-child {
  padding-right: 0;
}
.pricing_plans-limits-chart > div .weak {
  display: block;
  font-size: 14px;
  color: #777;
}
.pricing_plans-limits-chart > div.detail {
  border-bottom: 0;
}
.pricing_plans-limits-chart > div.detail:hover, .pricing_plans-limits-chart > div.detail:focus {
  background: none;
}
.pricing_plans-limits-chart > div.detail p {
  font-size: 12px;
  line-height: 1.4;
  color: #777;
}
.pricing_plans-limits-chart > div.detail p a {
  text-decoration: underline;
}
.pricing_plans-limits-chart > div.detail p a:hover, .pricing_plans-limits-chart > div.detail p a:focus {
  color: #049bf0;
}
.pricing_plans-limits-chart > div.head:hover, .pricing_plans-limits-chart > div.head:focus {
  background: none;
}
.pricing_plans-limits-chart > div.head p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #777;
  padding: 0 0 0.75rem;
  margin: 0;
}

.pricing_faq {
  margin-top: 7.5rem;
}
@media (max-width: 480px) {
  .pricing_faq {
    margin-top: 5rem;
  }
}

.faq {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: normal 48px;
  margin: 0 0 6rem;
}
@media (max-width: 768px) {
  .faq {
    gap: 0;
  }
}
@media (max-width: 480px) {
  .faq {
    grid-template-columns: 1fr;
    gap: 1rem 0;
    margin: 0 0 3rem;
  }
}
.faq:last-child {
  margin: 0;
}
.faq h3 {
  grid-column: span 3;
  font-size: 1rem;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .faq h3 {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 480px) {
  .faq h3 {
    font-size: 1.25rem;
  }
}
.faq div {
  grid-column: span 7;
}
@media screen and (max-width: 1000px) {
  .faq div {
    grid-column: span 9;
  }
}
.faq details {
  border-bottom: 1px solid #e1e3e6;
}
.faq details:first-child {
  margin-top: -1rem;
}
.faq details[open] {
  background: #f8f9fa;
  padding: 0 0 1.25rem;
}
.faq details[open] summary {
  padding-bottom: 0.5rem;
}
.faq details[open] summary .icon_arrow {
  transform: rotate(90deg);
}
.faq details summary {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
.faq details summary:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 480px) {
  .faq details summary {
    font-size: 1rem;
    padding-left: 0;
  }
}
.faq details summary::-webkit-details-marker {
  display: none;
}
.faq details summary:hover, .faq details summary:focus {
  outline: none;
  background: #f8f9fa;
}
.faq details summary .icon_arrow {
  float: left;
  fill: #717376;
  width: 1rem;
  transition: all 0.1s linear;
  margin-top: 5px;
}
.faq details summary span {
  float: left;
  line-height: 1.4;
  width: calc(100% - 1rem);
  padding-left: 1.25rem;
}
.faq details p {
  margin: 0 1.25rem 0 3.25rem;
}
@media (max-width: 480px) {
  .faq details p {
    margin-left: 2.25rem;
  }
}

.widget_unitSplitBlock-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 1080px) {
  .widget_unitSplitBlock-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-items {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1.5rem;
  }
}

.widget_unitSplitBlock-item {
  border: 1px solid #919396;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.widget_unitSplitBlock-item:hover {
  opacity: 0.7;
}

.widget_unitSplitBlock-item-thumb-wrapper {
  position: relative;
  line-height: 0;
  width: 100%;
  aspect-ratio: 1.5018315;
  border-bottom: 1px solid #919396;
}
.widget_unitSplitBlock-item-thumb-wrapper img {
  width: 100%;
  height: 100%;
}

.widget_unitSplitBlock-item-badge {
  position: absolute;
  padding: 0.25rem;
  line-height: 1;
  right: 0;
  bottom: 0;
  transform: translate(-8px, -8px);
  background: #fff;
  border-radius: 4px;
  border: 1px solid #919396;
  color: #818386;
  font-size: 0.75rem;
  font-weight: 800;
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-item-badge {
    transform: translate(-4px, -4px);
    font-size: 0.6875rem;
  }
}

.widget_unitSplitBlock-item-text-wrapper {
  padding: 0 1.25rem 1.25rem;
  line-height: 1.3;
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-item-text-wrapper {
    padding: 0 1rem 1rem;
  }
}

.widget_unitSplitBlock-item-title {
  padding: 10px 0;
  border-bottom: 1px solid #c1c3c6;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-item-title {
    font-size: 0.75rem;
  }
}

.widget_unitSplitBlock-item-text {
  padding: 1.25rem 0 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-item-text {
    font-size: 0.75rem;
  }
}

.widget_unitSplitBlock-item-cap {
  padding: 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-item-cap {
    font-size: 0.6875rem;
  }
}

.widget_unitBlock-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f7f0eb;
  border: 1px solid #919396;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .widget_unitBlock-items {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  .widget_unitBlock-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.widget_unitBlock-item {
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 1080px) {
  .widget_unitBlock-item {
    padding: 1.25rem 1.25rem;
  }
}
.widget_unitBlock-item:nth-child(n+2) {
  border-left: 1px solid #919396;
}
@media screen and (max-width: 800px) {
  .widget_unitBlock-item:nth-child(n+2) {
    border-left: none;
    border-top: 1px solid #919396;
  }
}

.widget_unitBlock-item-title-wrapper {
  display: flex;
  align-items: center;
}

.widget_unitBlock-item-badge {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  line-height: 1.7;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  flex-shrink: 0;
}
@media screen and (max-width: 450px) {
  .widget_unitBlock-item-badge {
    line-height: 1.8;
  }
}

.widget_unitBlock-item-title {
  padding-left: 0.75rem;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_unitBlock-item-title {
    font-size: 1.25rem;
  }
}

.widget_unitBlock-item-thumb-wrapper {
  margin: 2rem auto 0;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 450px) {
  .widget_unitBlock-item-thumb-wrapper {
    margin: 0.5rem auto 0;
    width: 80px;
    height: 80px;
  }
}
.widget_unitBlock-item-thumb-wrapper img {
  width: 100%;
  height: 100%;
}

.widget_unitBlock-topic-items {
  margin: 1.5rem 0 0;
  padding-left: 18px;
}
@media screen and (max-width: 450px) {
  .widget_unitBlock-topic-items {
    padding-left: 14px;
    margin: 0.5rem 0 0;
  }
}

.widget_unitBlock-topic-item {
  position: relative;
  padding: 0.5rem 0;
  color: #444;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  border-top: 1px solid #c1c3c6;
}
@media screen and (max-width: 450px) {
  .widget_unitBlock-topic-item {
    font-size: 0.75rem;
  }
}
.widget_unitBlock-topic-item:nth-child(1) {
  border-top: none;
}
.widget_unitBlock-topic-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-18px, 15px);
  width: 8px;
  height: 8px;
  background: #c1c3c6;
}
@media screen and (max-width: 800px) {
  .widget_unitBlock-topic-item::before {
    transform: translate(-18px, 12px);
  }
}
@media screen and (max-width: 450px) {
  .widget_unitBlock-topic-item::before {
    transform: translate(-14px, 10px);
  }
}
.widget_unitBlock-topic-item strong {
  color: #07aa04;
}

.widget_heroHeader2nd {
  padding: 7rem 1.5rem 0;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .widget_heroHeader2nd {
    padding: 5rem 1rem 0;
  }
}
@media screen and (max-width: 480px) {
  .widget_heroHeader2nd {
    padding: 1rem 1rem 0;
  }
}

.widget_heroHeader2nd-title {
  display: block;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_heroHeader2nd-title {
    margin: 0 1rem;
    font-size: 2rem;
  }
}

.widget_heroHeader2nd-sub {
  display: block;
  padding-top: 1.25rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_heroHeader2nd-sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .widget_heroHeader2nd-sub {
    font-size: 0.875rem;
  }
}

.widget_sectionHeader {
  text-align: center;
}

.widget_sectionHeader-badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #000;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  font-weight: 800;
}
@media screen and (max-width: 480px) {
  .widget_sectionHeader-badge {
    font-size: 0.85rem;
  }
}

.widget_sectionHeader-title {
  display: block;
  padding-top: 1.25rem;
  line-height: 1.3;
  font-size: 2.25rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_sectionHeader-title {
    margin: 0 1rem;
    font-size: 1.75rem;
  }
}

.widget_sectionHeader-sub {
  display: block;
  padding-top: 1.25rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_sectionHeader-sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .widget_sectionHeader-sub {
    font-size: 0.875rem;
  }
}

.widget_unitColumn-primary,
.widget_unitColumn-secondary {
  max-width: 684px;
  width: 100%;
  border: 1px solid #919396;
  border-radius: 10px;
}

.widget_unitColumn-primary {
  background: #f7f0eb;
}

.widget_unitColumn-secondary {
  background: #e9f8ff;
}

.widget_unitColumn-item {
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 1080px) {
  .widget_unitColumn-item {
    padding: 1.25rem 1.25rem;
  }
}

.widget_unitColumn-item-title-wrapper {
  display: flex;
  align-items: center;
}

.widget_unitColumn-item-badge {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  line-height: 1.7;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  flex-shrink: 0;
}
@media screen and (max-width: 450px) {
  .widget_unitColumn-item-badge {
    line-height: 1.8;
  }
}

.widget_unitColumn-item-title {
  padding-left: 0.75rem;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_unitColumn-item-title {
    font-size: 1.25rem;
  }
}

.widget_unitColumn-item-thumb-wrapper {
  margin: 2.5rem auto 0;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 1080px) {
  .widget_unitColumn-item-thumb-wrapper {
    margin: 1.5rem auto 0;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 450px) {
  .widget_unitColumn-item-thumb-wrapper {
    margin: 0.5rem auto 0;
    width: 80px;
    height: 80px;
  }
}
.widget_unitColumn-item-thumb-wrapper img {
  width: 100%;
  height: 100%;
}

.widget_unitColumn-text-wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1080px) {
  .widget_unitColumn-text-wrapper {
    margin: 1.5rem auto 0;
  }
}

.widget_unitColumn-text-primary,
.widget_unitColumn-text-secondary {
  font-size: 1rem;
  line-height: 1.5;
}

.widget_unitColumn-text-secondary {
  font-weight: 600;
}
.widget_unitColumn-text-secondary a {
  text-decoration: underline;
  font-weight: 800;
  color: #039900;
}
.widget_unitColumn-text-secondary:hover a {
  opacity: 0.8;
}

.widget_paragraph {
  line-height: 1.5;
}

.widget_paragraph-topic {
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 480px) {
  .widget_paragraph-topic {
    font-size: 0.875rem;
  }
}

.widget_paragraph-topic-text,
.widget_paragraph-topic-excuse {
  padding-top: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .widget_paragraph-topic-text,
  .widget_paragraph-topic-excuse {
    font-size: 1rem;
  }
}

.widget_paragraph-topic-excuse {
  font-weight: 700;
  color: #07aa04;
}

.widget_paragraph-item {
  margin-top: 0.75rem;
}
.widget_paragraph-item ul {
  font-size: 1rem;
  list-style-type: disc;
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 480px) {
  .widget_paragraph-item ul {
    font-size: 1rem;
  }
}
.widget_paragraph-item ul ul {
  list-style-type: circle;
  margin: 0.75rem 0;
}
.widget_paragraph-item ul strong {
  font-weight: 700;
}
.widget_paragraph-item li {
  list-style: inherit;
}
.widget_paragraph-item li + li {
  margin: 0.75rem 0 0;
}

.widget_paragraph-excuse {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .widget_paragraph-excuse {
    font-size: 0.75rem;
  }
}

.widget_table-title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .widget_table-title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
  }
}

.comparisonChart_3column {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .comparisonChart_3column {
    margin: 0 -20px;
    padding-bottom: 1rem;
    overflow: auto;
  }
}
.comparisonChart_3column > div {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
@media (max-width: 480px) {
  .comparisonChart_3column > div {
    min-width: 600px;
    padding: 0 20px;
  }
  .comparisonChart_3column > div:nth-of-type(2n) > p {
    background: #f8f9fa;
  }
}
.comparisonChart_3column > div:hover, .comparisonChart_3column > div:focus {
  background: #f8f9fa;
}
@media (max-width: 480px) {
  .comparisonChart_3column > div:hover, .comparisonChart_3column > div:focus {
    background: none;
  }
}
.comparisonChart_3column > div.comparisonChart_plan:hover, .comparisonChart_3column > div.comparisonChart_plan:focus {
  background: none;
}
.comparisonChart_3column > div.comparisonChart_plan p {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 0;
}
.comparisonChart_3column > div.comparisonChart_plan.serviceSupport p:first-child {
  padding-top: 3rem;
}
.comparisonChart_3column > div.buttons:hover, .comparisonChart_3column > div.buttons:focus {
  background: none;
}
@media (max-width: 768px) {
  .comparisonChart_3column > div.buttons {
    display: none;
  }
}
.comparisonChart_3column > div.buttons p {
  padding-bottom: 0;
}
.comparisonChart_3column > div.buttons .ui_button {
  white-space: normal;
  line-height: 1.4;
  width: 100%;
}
.comparisonChart_3column > div p {
  line-height: 1.6;
  padding: 1rem;
  margin: 0;
}
.comparisonChart_3column > div p:not(:first-child) {
  text-align: center;
}
.comparisonChart_3column > div p:first-of-type {
  padding-left: 0;
}
.comparisonChart_3column > div p:last-of-type {
  border-right: 1px solid #e1e3e6;
}
.comparisonChart_3column > div p + p {
  border-left: 1px solid #e1e3e6;
}
.comparisonChart_3column > div p .icon_disabled {
  fill: #ff2635;
  width: 1.5rem;
}
.comparisonChart_3column > div p .icon_enabled {
  fill: #64cc18;
  width: 1.5rem;
}
.comparisonChart_3column > div p .per {
  font-size: 0.75rem;
  color: #777;
}
.comparisonChart_3column > div p .per::before {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  transform: translateY(-1px);
}
.comparisonChart_3column > div p .custom {
  color: #777;
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.comparisonChart_3column > div p a:not(.button-blue) {
  text-decoration: underline;
}
.comparisonChart_3column > div p a:not(.button-blue):hover, .comparisonChart_3column > div p a:not(.button-blue):focus {
  color: #049bf0;
}

.limit-item {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .limit-item {
    right: 30px;
  }
}

.ui_tooltip svg {
  fill: #777;
}
.ui_tooltip .tooltip-top-right-sidefit {
  right: -1rem;
}

#page-index .widget_globalHeader {
  background-color: #0cb3e6;
}
#page-index .widget_globalHeader.is-drawing {
  border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
}
#page-index .widget_globalHeader .widget_globalHeader-content .mackerel-logo svg,
#page-index .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-index .widget_globalHeader .widget_globalHeader-nav.is-drawing {
  background: #0cb3e6;
}
@media screen and (max-width: 1000px) {
  #page-index .widget_globalHeader .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover, #page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button:hover,
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover svg, #page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus svg,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button:hover svg,
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a svg,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:hover, #page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:focus {
  opacity: 0.9;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray {
  color: #fff;
  background: #000;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:hover, #page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  #page-index .widget_globalHeader .widget_globalHeader-nav-lists > li + li a,
  #page-index .widget_globalHeader .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
  }
  #page-index .widget_globalHeader .widget_globalHeader-nav-lists > li a,
  #page-index .widget_globalHeader .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}
#page-index .top_firstViewNews {
  background: #fff;
}
#page-index .top_firstViewNews-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
}
#page-index .top_firstViewNews-content a {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#page-index .top_firstViewNews-content a:hover .news-title, #page-index .top_firstViewNews-content a:focus .news-title {
  color: #049bf0;
  text-decoration: underline;
}
#page-index .top_firstViewNews-content .news {
  font-weight: 700;
  color: #fff;
  background: #ff2635;
  border-radius: 0.875rem;
  padding: 0 1rem;
  margin: 0 0.5rem 0 0;
}
#page-index .top_firstViewNews-content .news-date {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 1rem 0 0;
}
#page-index .top_firstViewNews-content .news-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-index .top_firstViewCustomers {
  padding: 2.5rem 0;
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers {
    padding: 2rem 0;
  }
}
#page-index .top_firstViewCustomers-lists {
  display: grid;
  grid-template-columns: repeat(10, auto);
  gap: 1.75rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #page-index .top_firstViewCustomers-lists {
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  #page-index .top_firstViewCustomers-lists {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers-lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
#page-index .top_firstViewCustomers-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-index .top_firstViewCustomers-lists li img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #page-index .top_firstViewCustomers-lists li.kddi img, #page-index .top_firstViewCustomers-lists li.sega img {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers-lists li.kddi img, #page-index .top_firstViewCustomers-lists li.sega img {
    max-width: 75%;
  }
}
#page-index .top_firstViewCustomers-lists li.idcf img {
  min-width: 2.5em;
}
#page-index .top_firstViewCustomers-lists li.ca img {
  max-width: 3em;
}
@media screen and (max-width: 1000px) {
  #page-index .top_firstViewCustomers-lists li.ca img {
    max-width: 3.5em;
  }
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers-lists li.ca img {
    max-width: 3em;
  }
}
#page-index .top_firstViewCustomers-lists li.ntt-east {
  margin: 0 -7px;
}
#page-index .top_firstViewCustomers-lists li.ntt-east img {
  min-width: 2.5em;
}
#page-index .top_firstViewCustomers-lists li.classmethod img {
  max-width: 5.5em;
}
#page-index .top_firstViewCustomers-lists li.ntt-smartConnect img {
  min-width: 1.5em;
}
#page-index .top_firstViewCustomers-lists li.mercari {
  margin: 0 -10px;
}
#page-index .top_firstViewCustomers-lists li.mercari img {
  min-width: 2.5em;
}
#page-index .top_firstViewCustomers-lists li.freee img {
  max-width: 6.5em;
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers-lists li.freee img {
    max-width: 5.5em;
  }
}
#page-index .top_firstViewCustomers-lists li.recochoku img {
  max-width: 7em;
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers-lists li.recochoku img {
    max-width: 6em;
  }
}
#page-index .top_media {
  background: #f8f9fa;
  padding: 3rem 0;
}
@media (max-width: 480px) {
  #page-index .top_media {
    padding: 2rem 0;
  }
}
#page-index .top_media-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
}
@media screen and (max-width: 1000px) {
  #page-index .top_media-content {
    grid-template-columns: 1fr;
    gap: 2rem normal;
  }
}
#page-index .top_media-content .all-view {
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: right;
  padding: 1rem 0 0;
  margin: auto 0 0;
}
#page-index .top_media-content .all-view a {
  color: #777;
}
#page-index .top_media-content .all-view a svg {
  fill: #777;
}
#page-index .top_media-content .all-view a:hover, #page-index .top_media-content .all-view a:focus {
  color: #049bf0;
  text-decoration: underline;
}
#page-index .top_media-content .all-view a:hover svg, #page-index .top_media-content .all-view a:focus svg {
  fill: #049bf0;
}
#page-index .top_media-title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
#page-index .top_media-news {
  grid-column: span 4;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #page-index .top_media-news {
    grid-column: span 12;
  }
}
#page-index .top_media-news-lists li {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #e1e3e6;
  padding: 0.5rem 0 0;
  margin: 0.5rem 0 0;
}
#page-index .top_media-news-lists li:last-child {
  border-bottom: 1px solid #e1e3e6;
  padding-bottom: 0.5rem;
}
#page-index .top_media-news-lists a:hover .news-title, #page-index .top_media-news-lists a:focus .news-title {
  color: #049bf0;
  text-decoration: underline;
}
#page-index .top_media-news-lists .news-date {
  flex: 0 0 auto;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.75rem;
  color: #111;
  margin: 0 0.5rem 0 0;
}
#page-index .top_media-news-lists .ui_tag {
  flex: 0 0 auto;
  margin: 0 0.5rem 0 0;
}
#page-index .top_media-news-lists .news-title {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-index .top_media-blog {
  grid-column: span 8;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  #page-index .top_media-blog {
    grid-column: span 12;
  }
}
#page-index .top_media-blog-lists {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
@media (max-width: 480px) {
  #page-index .top_media-blog-lists {
    overflow: auto;
    padding: 0 0 1rem;
    margin: 0.5rem -20px 0;
  }
}
#page-index .top_media-blog-lists li {
  flex: 1;
  min-width: 0;
}
@media (max-width: 480px) {
  #page-index .top_media-blog-lists li {
    flex: 0 0 60%;
  }
  #page-index .top_media-blog-lists li:first-child {
    padding-left: 20px;
  }
  #page-index .top_media-blog-lists li:last-child {
    padding-right: 20px;
  }
}
#page-index .top_media-blog-lists li + li {
  margin: 0 0 0 1.5rem;
}
#page-index .top_media-blog-lists a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#page-index .top_media-blog-lists a:hover .blog-title, #page-index .top_media-blog-lists a:focus .blog-title {
  color: #049bf0;
  text-decoration: underline;
}
#page-index .top_media-blog-lists .blog-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  max-height: 140px;
  border-radius: 4px;
  margin: 0;
}
#page-index .top_media-blog-lists .blog-img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
#page-index .top_media-blog-lists .blog-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  max-width: 100%;
}
#page-index .top_media-blog-lists .blog-title {
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  margin: 0.75rem 0 0.5rem;
}
#page-index .top_media-blog-lists .blog-meta {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: auto 0 0;
}
#page-index .top_media-blog-lists .ui_tag {
  margin: 0 0.5rem 0 0;
}
#page-index .top_media-blog-lists .blog-date {
  display: inline-block;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.75rem;
  color: #777;
}
#page-index .top_media.blog-less {
  padding: 2rem 0 1.5rem;
}
#page-index .top_media.blog-less .layout_wrapper.col_12 {
  max-width: 942px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #page-index .top_media.blog-less .layout_wrapper.col_12 {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  #page-index .top_media.blog-less .layout_wrapper.col_12 {
    padding: 0 20px;
  }
}
#page-index .top_media.blog-less .top_media-content {
  display: block;
}
#page-index .top_media.blog-less .top_media-title {
  font-size: 1.5rem;
  text-align: center;
}
#page-index .top_media.blog-less .top_media-news-lists .news-title {
  font-weight: normal;
}
#page-index .ui_tag {
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111;
  background: #ddd;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0.125rem 0.4rem;
}
#page-index .ui_tag.event {
  background: #ffeea8;
}
#page-index .ui_tag.release {
  background: #d6e2ba;
}
#page-index .ui_tag.maintenance {
  background: #ffe1e1;
}
#page-index .ui_tag.news {
  background: #ffeea8;
}
#page-index .ui_tag.tech {
  background: #e5f9ff;
}
#page-index .ui_tag.mackerelteam {
  background: #a8ebff;
}
#page-index .section-head h3 {
  font-size: 1rem;
  color: #049bf0;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-index .section-head h3 {
    margin: 0 0 0.5rem;
  }
}
#page-index .section-head h2 {
  font-size: 3rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-index .section-head h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
#page-index .section-head p {
  font-size: 1.25rem;
  margin: 0;
}
@media (max-width: 480px) {
  #page-index .section-head p {
    font-size: 1.125rem;
  }
}
#page-index .section-head a {
  display: inline-block;
  font-weight: 700;
  margin: 1rem 0 0;
}
#page-index .section-head span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  #page-index .section-head span {
    display: inline;
    white-space: normal;
  }
}
#page-index .top_features {
  margin: 5rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_features {
    margin: 2rem 0 0;
  }
}
#page-index .top_features-content .section-head {
  text-align: center;
  margin: 0 0 4rem;
}
@media (max-width: 480px) {
  #page-index .top_features-content .section-head {
    text-align: left;
    margin: 0 0 2rem;
  }
}
#page-index .top_features-lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(249px + 1px), 1fr));
  gap: 48px;
}
#page-index .top_features-lists img {
  width: 100%;
  margin: 0 0 1.25rem;
}
#page-index .top_features-lists h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}
#page-index .top_features-lists p {
  font-size: 14px;
  color: #777;
  margin: 0 0 0.5rem;
}
#page-index .top_features-lists a {
  font-size: 14px;
  font-weight: 700;
}
#page-index .top_partners {
  margin: 4rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_partners {
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_partners {
    margin: 2rem 0 0;
  }
}
#page-index .top_partners-content {
  border-top: 1px solid #e1e3e6;
  padding: 5rem 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_partners-content {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_partners-content {
    padding: 2rem 0;
  }
}
#page-index .top_partners-headrow {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 48px;
}
@media screen and (max-width: 1000px) {
  #page-index .top_partners-headrow {
    gap: 2rem normal;
  }
}
#page-index .top_partners-headrow .section-img {
  grid-column: span 5;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #page-index .top_partners-headrow .section-img {
    grid-column: span 10;
    order: 2;
  }
}
#page-index .top_partners-headrow .section-img img {
  width: 100%;
  max-width: 645px;
}
@media (max-width: 768px) {
  #page-index .top_partners-headrow .section-img img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #page-index .top_partners-headrow .section-img img {
    width: 100%;
  }
}
#page-index .top_partners-headrow .section-head {
  grid-column: span 5;
  order: 1;
}
@media screen and (max-width: 1000px) {
  #page-index .top_partners-headrow .section-head {
    grid-column: span 10;
    order: 2;
  }
}
#page-index .top_servicesSupport {
  margin: 4rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_servicesSupport {
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_servicesSupport {
    margin: 2rem 0 0;
  }
}
#page-index .top_servicesSupport-content {
  border-top: 1px solid #e1e3e6;
  padding: 6rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_servicesSupport-content {
    padding: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_servicesSupport-content {
    padding: 2rem 0 0;
  }
}
#page-index .top_serviceSupport-headrow {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
}
@media screen and (max-width: 1000px) {
  #page-index .top_serviceSupport-headrow {
    gap: 2rem normal;
  }
}
#page-index .top_serviceSupport-headrow .section-img {
  grid-column: span 8;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #page-index .top_serviceSupport-headrow .section-img {
    grid-column: span 12;
    order: 2;
  }
}
#page-index .top_serviceSupport-headrow .section-img::before, #page-index .top_serviceSupport-headrow .section-img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 32rem;
  height: 26rem;
  border-radius: 13rem;
  opacity: 0.15;
}
@media (max-width: 768px) {
  #page-index .top_serviceSupport-headrow .section-img::before, #page-index .top_serviceSupport-headrow .section-img::after {
    display: none;
  }
}
#page-index .top_serviceSupport-headrow .section-img::before {
  top: -4rem;
  left: -1rem;
  background: #a2eb6e;
}
#page-index .top_serviceSupport-headrow .section-img::after {
  bottom: -1rem;
  right: -1rem;
  background: #64d7fa;
}
#page-index .top_serviceSupport-headrow .section-img img {
  width: 100%;
  max-width: 645px;
}
@media (max-width: 768px) {
  #page-index .top_serviceSupport-headrow .section-img img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #page-index .top_serviceSupport-headrow .section-img img {
    width: 100%;
  }
}
#page-index .top_serviceSupport-headrow .section-head {
  grid-column: span 4;
  order: 2;
}
@media screen and (max-width: 1000px) {
  #page-index .top_serviceSupport-headrow .section-head {
    grid-column: span 12;
    order: 1;
  }
}
#page-index .top_serviceSupport-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 48px;
  margin: 3rem 0 0;
}
@media (max-width: 768px) {
  #page-index .top_serviceSupport-lists {
    column-gap: 2rem;
    margin: 2rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_serviceSupport-lists {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
#page-index .top_serviceSupport-lists img {
  width: 60px;
  height: auto;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-index .top_serviceSupport-lists img {
    margin: 0 0 0.5rem;
  }
}
#page-index .top_serviceSupport-lists h4 {
  font-size: 16px;
  margin: 0 0 0.25rem;
}
#page-index .top_serviceSupport-lists p {
  font-size: 14px;
  color: #777;
  margin: 0;
}
#page-index .top_calendly {
  margin: 3.5rem 0 0;
  padding: 5rem 0 3.5rem;
  background: #f8f9fa;
}
#page-index .top_calendly .section-head {
  text-align: center;
}
#page-index .top_reliability {
  background: #091B4B;
  overflow: hidden;
  padding: 5rem 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_reliability {
    padding: 3rem 0;
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_reliability {
    padding: 2rem 0;
    margin: 2rem 0 0;
  }
}
#page-index .top_reliability-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content {
    display: block;
    position: relative;
  }
}
#page-index .top_reliability-content .section-head {
  grid-column: span 6;
  color: #fff;
  position: relative;
  z-index: 1;
}
#page-index .top_reliability-content .section-head::before, #page-index .top_reliability-content .section-head::after {
  content: "";
  display: block;
  border-left: 1px dashed rgba(255, 255, 255, 0.1);
  height: calc(100% + 10rem);
  position: absolute;
  top: -5rem;
}
#page-index .top_reliability-content .section-head::before {
  left: 0;
}
#page-index .top_reliability-content .section-head::after {
  right: 27.4725274725%;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content .section-head::after {
    right: 66.6666666667%;
  }
}
#page-index .top_reliability-content .section-head h3 {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content .section-head h3, #page-index .top_reliability-content .section-head h2, #page-index .top_reliability-content .section-head p, #page-index .top_reliability-content .section-head a {
    width: 65%;
  }
}
@media (max-width: 480px) {
  #page-index .top_reliability-content .section-head h3, #page-index .top_reliability-content .section-head h2, #page-index .top_reliability-content .section-head p, #page-index .top_reliability-content .section-head a {
    width: 100%;
  }
}
#page-index .top_reliability-content .section-img {
  grid-column: span 6;
  position: relative;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content .section-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#page-index .top_reliability-content .section-img::before, #page-index .top_reliability-content .section-img::after {
  content: "";
  display: block;
  border-left: 1px dashed rgba(255, 255, 255, 0.1);
  height: calc(100% + 10rem);
  position: absolute;
  top: -5rem;
}
#page-index .top_reliability-content .section-img::before {
  left: 36.2637362582%;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content .section-img::before {
    left: 66.6666666667%;
  }
}
#page-index .top_reliability-content .section-img::after {
  right: 0;
}
#page-index .top_reliability-content .section-img img {
  position: absolute;
  top: 7rem;
  left: -36.2637362582%;
  width: 950px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content .section-img img {
    top: 4rem;
    left: 66.6666666667%;
  }
}
@media (max-width: 480px) {
  #page-index .top_reliability-content .section-img img {
    width: 850px;
    opacity: 0.5;
    left: 50%;
  }
}
#page-index .top_customers {
  margin: 4.5rem 0 0;
}
@media (max-width: 768px) {
  #page-index .top_customers {
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_customers {
    margin: 2rem 0 0;
  }
}
#page-index .top_customerStory-pickup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  margin: 2.5rem 0 0;
}
@media (max-width: 768px) {
  #page-index .top_customerStory-pickup {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
#page-index .top_customerStory-pickup-img {
  text-align: center;
}
#page-index .top_customerStory-pickup-img img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 768px) {
  #page-index .top_customerStory-pickup-img img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #page-index .top_customerStory-pickup-img img {
    width: 100%;
  }
}
#page-index a.top_customerStory-pickup-lead {
  display: block;
}
#page-index a.top_customerStory-pickup-lead:hover .quote, #page-index a.top_customerStory-pickup-lead:focus .quote {
  color: #049bf0;
}
#page-index a.top_customerStory-pickup-lead:hover .top_customerStory-corp h4, #page-index a.top_customerStory-pickup-lead:focus .top_customerStory-corp h4 {
  text-decoration: underline;
}
#page-index .top_customerStory-quote {
  display: block;
  padding: 1rem 1.25rem;
  position: relative;
}
#page-index .top_customerStory-quote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 5rem;
  border-top: 2px solid #e1e3e6;
  border-left: 2px solid #e1e3e6;
}
#page-index .top_customerStory-quote::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 5rem;
  border-bottom: 2px solid #e1e3e6;
  border-right: 2px solid #e1e3e6;
}
#page-index .top_customerStory-quote .quote {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
#page-index .top_customerStory-quote .story-title {
  font-size: 0.75rem;
  color: #777;
  margin: 0;
}
#page-index .top_customerStory-corp {
  text-align: center;
}
#page-index .top_customerStory-corp h4 {
  color: #049bf0;
  margin: 0;
}
#page-index .top_customerStory-corp p {
  font-size: 0.875rem;
  color: #777;
  margin: 0;
}
#page-index .link-row {
  text-align: right;
  margin: 1rem 0 0;
}
#page-index .link-row a {
  font-size: 0.875rem;
  font-weight: 700;
}
#page-index .top_customers-logo-lists {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 2rem 2rem;
  justify-content: space-between;
  align-items: center;
  border: 0.5rem solid #f3f4f5;
  padding: 2rem;
  margin: 3rem 0 5rem;
}
@media (max-width: 768px) {
  #page-index .top_customers-logo-lists {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 480px) {
  #page-index .top_customers-logo-lists {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
    padding: 2rem 1rem;
  }
}
#page-index .top_customers-logo-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-index .top_customers-logo-lists li img {
  max-width: 70%;
}
#page-index .top_customers-logo-lists li.creditsaison img {
  max-width: 50%;
}
#page-index .top_customers-logo-lists li.gmo-pepabo img {
  max-width: 105%;
}
#page-index .top_customers-logo-lists li.nulab img {
  max-width: 60%;
}
#page-index .top_customers-logo-lists li.itec img {
  max-width: 115%;
}
@media (max-width: 480px) {
  #page-index .top_customers-logo-lists li.itec img {
    max-width: 100%;
  }
}
#page-index .top_customers-logo-lists li.kayac img {
  max-width: 80%;
}
#page-index .top_customers-logo-lists li.value-commerce img {
  max-width: 85%;
}
#page-index .top_customers-logo-lists li.drecom img {
  max-width: 80%;
}
#page-index .top_customers-logo-lists li.dac img {
  max-width: 50%;
}
#page-index .top_customers-logo-lists li.just-systems img {
  max-width: 60%;
}
#page-index .top_customers-logo-lists li.seven img {
  max-width: 105%;
}
#page-index .top_customers-logo-lists li.tv-asahi img {
  max-width: 85%;
}
#page-index .en.top_customers {
  margin: 5rem 0 0;
}
#page-index .en.top_customers .top_customers-logo-lists {
  border: 0;
  padding: 0;
}

#page-index2 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
#page-index2 h1, #page-index2 h2, #page-index2 h3, #page-index2 p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#page-index2 .top_mv {
  padding: 2.5rem 0;
  background: #fff;
  background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/mv_bg_pc.svg");
  background-repeat: no-repeat;
  background-size: 220% auto;
  background-position: 58% 92%;
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv {
    background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/mv_bg_sp.svg");
    background-size: 100% auto;
    background-position: 100% 98%;
  }
}
@media screen and (max-width: 768px) {
  #page-index2 .top_mv {
    padding: 0.75rem 0 1.5rem;
  }
}
#page-index2 .top_mv-content {
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  justify-content: center;
  margin: 0 auto;
  padding: 0 5rem;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv-content {
    grid-template-columns: none;
    gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 800px) {
  #page-index2 .top_mv-content {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-index2 .top_mv-content {
    padding: 0 0.875rem;
  }
}
#page-index2 .top_mv-content-title {
  line-height: 1.3;
  font-size: 2.5rem;
  font-weight: 800;
}
#page-index2 .top_mv-content-text {
  margin-top: 1rem;
  line-height: 1.3;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv-content-text-line {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv-cv-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
#page-index2 .top_mv-cv-wrapper a {
  text-align: center;
}
#page-index2 .top_mv-button-cv-container {
  margin: 1.75rem 0 0;
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv-button-cv-container {
    margin: 1.75rem 1.75rem 0 0;
  }
}
#page-index2 .top_mv-notice-container {
  position: relative;
  display: inline-block;
  margin: 1.75rem 0 0;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background: rgba(238, 238, 238, 0.7);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv-notice-container {
    margin: 1.75rem 3rem 0 0;
  }
}
#page-index2 .top_mv-notice-container::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(87%, 12%);
  background: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/agentshi_01.svg") no-repeat;
  background-size: contain;
  width: 48px;
  height: 79px;
}
#page-index2 .top_mv-notice-text {
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  color: #d24f06;
}
#page-index2 .top_mv-notice-button-wrapper {
  margin-top: 0.75rem;
  text-align: center;
}
#page-index2 .top_mv-thumb-wrapper {
  width: 100%;
  aspect-ratio: 1.58102766;
}
#page-index2 .top_mv-thumb-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #919396;
}
#page-index2 .top_firstViewCustomers {
  padding: 1.5rem 0;
}
@media (max-width: 480px) {
  #page-index2 .top_firstViewCustomers {
    padding: 1rem 0;
  }
}
#page-index2 .top_firstViewCustomers-content {
  max-width: 1440px;
  box-sizing: content-box;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
#page-index2 .top_firstViewCustomers-content-text {
  text-align: center;
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 800;
}
@media (max-width: 480px) {
  #page-index2 .top_firstViewCustomers-content-text {
    font-size: 0.875rem;
  }
}
#page-index2 .top_firstViewCustomers-lists,
#page-index2 .top_Customers-lists {
  display: grid;
  grid-template-columns: repeat(10, auto);
  gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #page-index2 .top_firstViewCustomers-lists,
  #page-index2 .top_Customers-lists {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem;
    -moz-column-gap: 0.75rem;
  }
}
#page-index2 .top_firstViewCustomers-lists li,
#page-index2 .top_Customers-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-index2 .top_firstViewCustomers-lists li img,
#page-index2 .top_Customers-lists li img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #page-index2 .top_firstViewCustomers-lists li.kddi img, #page-index2 .top_firstViewCustomers-lists li.sega img,
  #page-index2 .top_Customers-lists li.kddi img,
  #page-index2 .top_Customers-lists li.sega img {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  #page-index2 .top_firstViewCustomers-lists li.kddi img, #page-index2 .top_firstViewCustomers-lists li.sega img,
  #page-index2 .top_Customers-lists li.kddi img,
  #page-index2 .top_Customers-lists li.sega img {
    max-width: 75%;
  }
}
#page-index2 .top_firstViewCustomers-lists li.idcf img,
#page-index2 .top_Customers-lists li.idcf img {
  min-width: 2.5em;
}
#page-index2 .top_firstViewCustomers-lists li.ca img,
#page-index2 .top_Customers-lists li.ca img {
  max-width: 3em;
}
@media screen and (max-width: 1000px) {
  #page-index2 .top_firstViewCustomers-lists li.ca img,
  #page-index2 .top_Customers-lists li.ca img {
    max-width: 3.5em;
  }
}
@media (max-width: 480px) {
  #page-index2 .top_firstViewCustomers-lists li.ca img,
  #page-index2 .top_Customers-lists li.ca img {
    max-width: 3em;
  }
}
#page-index2 .top_firstViewCustomers-lists li.ntt-east,
#page-index2 .top_Customers-lists li.ntt-east {
  margin: 0 -7px;
}
#page-index2 .top_firstViewCustomers-lists li.ntt-east img,
#page-index2 .top_Customers-lists li.ntt-east img {
  min-width: 2.5em;
}
#page-index2 .top_firstViewCustomers-lists li.classmethod img,
#page-index2 .top_Customers-lists li.classmethod img {
  max-width: 5.5em;
}
#page-index2 .top_firstViewCustomers-lists {
  padding-top: 1rem;
}
#page-index2 .top_Customers-lists {
  padding-top: 5rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_Customers-lists {
    padding-top: 2.5rem;
  }
}
#page-index2 .top_Customers-lists li.kddi img {
  max-width: 60%;
}
#page-index2 .top_Customers-lists li.idcf img {
  max-width: 85%;
}
#page-index2 .top_Customers-lists li.ca img {
  max-width: 37.5%;
}
#page-index2 .top_Customers-lists li.ntt-east img {
  max-width: 90%;
}
#page-index2 .top_Customers-lists li.classmethod img {
  max-width: 65%;
}
#page-index2 .top_Customers-lists li.ntt-smartConnect img {
  max-width: 75%;
}
#page-index2 .top_Customers-lists li.sega img {
  max-width: 55%;
}
#page-index2 .top_Customers-lists li.mercari img {
  max-width: 85%;
}
#page-index2 .top_Customers-lists li.freee img {
  max-width: 65%;
}
#page-index2 .top_Customers-lists li.recochoku img {
  max-width: 62.5%;
}
#page-index2 .top_Customers-lists li.creditsaison img {
  max-width: 45%;
}
#page-index2 .top_Customers-lists li.gmo-pepabo img {
  max-width: 100%;
}
#page-index2 .top_Customers-lists li.nulab img {
  max-width: 55%;
}
#page-index2 .top_Customers-lists li.itec img {
  max-width: 110%;
}
@media (max-width: 480px) {
  #page-index2 .top_Customers-lists li.itec img {
    max-width: 100%;
  }
}
#page-index2 .top_Customers-lists li.value-commerce img {
  max-width: 85%;
}
#page-index2 .top_Customers-lists li.drecom img {
  max-width: 80%;
}
#page-index2 .top_Customers-lists li.kayac img {
  max-width: 80%;
}
#page-index2 .top_Customers-lists li.dac img {
  max-width: 50%;
}
#page-index2 .top_Customers-lists li.just-systems img {
  max-width: 60%;
}
#page-index2 .top_Customers-lists li.gree img {
  max-width: 65%;
}
#page-index2 .top_Customers-lists li.seven img {
  max-width: 95%;
}
#page-index2 .top_Customers-lists li.tv-asahi img {
  max-width: 85%;
}
#page-index2 .top_media {
  background: #f8f9fa;
  padding: 3rem 0;
}
@media (max-width: 480px) {
  #page-index2 .top_media {
    padding: 2rem 0;
  }
}
#page-index2 .top_media-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
}
@media screen and (max-width: 1000px) {
  #page-index2 .top_media-content {
    grid-template-columns: 1fr;
    gap: 2rem normal;
  }
}
#page-index2 .top_media-content .all-view {
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: right;
  padding: 1rem 0 0;
  margin: auto 0 0;
}
#page-index2 .top_media-content .all-view a {
  color: #777;
}
#page-index2 .top_media-content .all-view a svg {
  fill: #777;
}
#page-index2 .top_media-content .all-view a:hover, #page-index2 .top_media-content .all-view a:focus {
  color: #049bf0;
  text-decoration: underline;
}
#page-index2 .top_media-content .all-view a:hover svg, #page-index2 .top_media-content .all-view a:focus svg {
  fill: #049bf0;
}
#page-index2 .top_media-title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
#page-index2 .top_news {
  padding: 2.5rem 0;
  border-top: 2px solid #c1c3c6;
  margin: 0 1.5rem;
}
@media screen and (max-width: 450px) {
  #page-index2 .top_news {
    padding: 1.25rem 0;
    margin: 0 1rem;
  }
}
#page-index2 .top_news-content {
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
}
#page-index2 .top_news-title {
  text-align: center;
}
#page-index2 .top_news-lists {
  padding-top: 1rem;
}
@media screen and (max-width: 450px) {
  #page-index2 .top_news-lists {
    padding-top: 0.5rem;
  }
}
#page-index2 .top_news-lists li {
  display: flex;
  align-items: center;
  border-top: 1px solid #e1e3e6;
  padding: 0.5rem 0 0;
  margin: 0.5rem 0 0;
}
#page-index2 .top_news-lists li:last-child {
  border-bottom: 1px solid #e1e3e6;
  padding-bottom: 0.5rem;
}
#page-index2 .top_news-lists a {
  line-height: 1;
}
#page-index2 .top_news-lists a:hover .news-title, #page-index2 .top_news-lists a:focus .news-title {
  color: #049bf0;
}
#page-index2 .news-date {
  flex: 0 0 auto;
  margin: 0 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
}
#page-index2 .ui_tag {
  flex: 0 0 auto;
}
#page-index2 .news-title {
  flex: 1;
  margin: 0 0 0 0.5rem;
  flex: 0.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#page-index2 .top_news-content-button-wrapper {
  margin-top: 0.25rem;
  text-align: end;
}
#page-index2 .top_news-content-button-wrapper a {
  display: inline-block;
  padding: 0.25rem 1rem 0.25rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 800;
}
#page-index2 .top_media-blog {
  grid-column: span 8;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  #page-index2 .top_media-blog {
    grid-column: span 12;
  }
}
#page-index2 .top_media-blog-lists {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
@media (max-width: 480px) {
  #page-index2 .top_media-blog-lists {
    overflow: auto;
    padding: 0 0 1rem;
    margin: 0.5rem -20px 0;
  }
}
#page-index2 .top_media-blog-lists li {
  flex: 1;
  min-width: 0;
}
@media (max-width: 480px) {
  #page-index2 .top_media-blog-lists li {
    flex: 0 0 60%;
  }
  #page-index2 .top_media-blog-lists li:first-child {
    padding-left: 20px;
  }
  #page-index2 .top_media-blog-lists li:last-child {
    padding-right: 20px;
  }
}
#page-index2 .top_media-blog-lists li + li {
  margin: 0 0 0 1.5rem;
}
#page-index2 .top_media-blog-lists a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#page-index2 .top_media-blog-lists a:hover .blog-title, #page-index2 .top_media-blog-lists a:focus .blog-title {
  color: #049bf0;
  text-decoration: underline;
}
#page-index2 .top_media-blog-lists .blog-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  max-height: 140px;
  border-radius: 4px;
  margin: 0;
}
#page-index2 .top_media-blog-lists .blog-img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
#page-index2 .top_media-blog-lists .blog-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  max-width: 100%;
}
#page-index2 .top_media-blog-lists .blog-title {
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  margin: 0.75rem 0 0.5rem;
}
#page-index2 .top_media-blog-lists .blog-meta {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: auto 0 0;
}
#page-index2 .top_media-blog-lists .ui_tag {
  margin: 0 0.5rem 0 0;
}
#page-index2 .top_media-blog-lists .blog-date {
  display: inline-block;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.75rem;
  color: #777;
}
#page-index2 .top_media.blog-less {
  padding: 2rem 0 1.5rem;
}
#page-index2 .top_media.blog-less .layout_wrapper.col_12 {
  max-width: 942px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #page-index2 .top_media.blog-less .layout_wrapper.col_12 {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  #page-index2 .top_media.blog-less .layout_wrapper.col_12 {
    padding: 0 20px;
  }
}
#page-index2 .top_media.blog-less .top_media-content {
  display: block;
}
#page-index2 .top_media.blog-less .top_media-title {
  font-size: 1.5rem;
  text-align: center;
}
#page-index2 .top_media.blog-less .top_media-news-lists .news-title {
  font-weight: normal;
}
#page-index2 .ui_tag {
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111;
  background: #ddd;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0.375rem 0.5rem;
}
#page-index2 .ui_tag.event {
  background: #ffeea8;
}
#page-index2 .ui_tag.release {
  background: #d6e2ba;
}
#page-index2 .ui_tag.maintenance {
  background: #ffe1e1;
}
#page-index2 .ui_tag.news {
  background: #ffeea8;
}
#page-index2 .ui_tag.tech {
  background: #e5f9ff;
}
#page-index2 .ui_tag.mackerelteam {
  background: #a8ebff;
}
#page-index2 .ui_tag:hover {
  opacity: 0.7;
}
#page-index2 .section-head2nd-title-badge {
  display: inline-block;
  padding: 0.125rem 1rem;
  background: #000;
  color: #fff;
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 800;
}
#page-index2 .section-head2nd-title {
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1080px) {
  #page-index2 .section-head2nd-title {
    margin: 0 1rem;
    font-size: 2rem;
  }
}
#page-index2 .section-head2nd-title-sub {
  display: block;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1080px) {
  #page-index2 .section-head2nd-title-sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #page-index2 .section-head2nd-title-sub {
    font-size: 0.875rem;
  }
}
#page-index2 .top_future2nd-o11y {
  position: relative;
  padding: 5rem 1.5rem 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd-o11y {
    padding: 3.75rem 1.5rem 0;
  }
}
@media screen and (max-width: 450px) {
  #page-index2 .top_future2nd-o11y {
    padding: 3.75rem 0.875rem 0;
  }
}
#page-index2 .top_future2nd-o11y::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  background: #6ed4ff;
  width: 100%;
  height: 380px;
  z-index: -1;
}
#page-index2 .top_future2nd-o11y-title {
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 1220px;
  background: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/decoration_01_pc.svg") no-repeat;
  background-size: contain;
}
#page-index2 .top_future2nd-o11y-title span {
  padding-top: 0.75rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd-o11y-title span {
    padding-top: 0.5rem;
  }
}
#page-index2 .top_o11y {
  margin: 3.75rem auto 0;
  width: 100%;
  max-width: 1156px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #919396;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_o11y {
    margin: 2.5rem auto 0;
  }
}
#page-index2 .top_o11y-title {
  text-align: center;
  padding: 0.25rem 1rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
  background: #000;
  color: #fff;
  border-radius: 9px 9px 0px 0px;
}
#page-index2 .top_o11y-overview .top_o11y-overview-content:nth-child(n+2) {
  border-top: 1px solid #919396;
}
#page-index2 .top_o11y-overview-content {
  padding: 0 1.5rem 2rem;
}
#page-index2 .top_o11y-overview-contents {
  display: grid;
  grid-template-columns: 42% auto;
  gap: 3rem;
  -moz-column-gap: 3rem;
  margin: 2rem auto 0;
  width: 100%;
  max-width: 944px;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_o11y-overview-contents {
    gap: 1.5rem;
    -moz-column-gap: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  #page-index2 .top_o11y-overview-contents {
    grid-template-columns: none;
  }
}
#page-index2 .top_o11y-overview-badge {
  padding-top: 2rem;
  text-align: center;
}
#page-index2 .top_o11y-overview-thumb-wrapper {
  text-align: center;
}
#page-index2 .top_o11y-overview-capton {
  font-size: 0.875rem;
  font-weight: 800;
}
#page-index2 .top_o11y-overview-thumb {
  margin-top: 0.5rem;
  width: 100%;
  aspect-ratio: 1.89898989;
}
#page-index2 .top_o11y-overview-thumb img {
  width: 100%;
  height: 100%;
}
#page-index2 .top_o11y-overview-text {
  line-height: 1.5;
  font-size: 1rem;
}
#page-index2 .top_o11y-overview-button-wrapper {
  text-align: center;
  margin: 1rem auto;
}
#page-index2 .top_o11y-message {
  background: #f7f0eb;
  border-top: 1px solid #919396;
}
#page-index2 .top_o11y-message-inner {
  margin: 0 auto;
  padding-bottom: 1.25rem;
  width: 100%;
  max-width: 920px;
}
#page-index2 .section-head2nd-title-badge-wrapper {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 450px) {
  #page-index2 .section-head2nd-title-badge-wrapper p {
    padding: 0.25rem 0.5rem;
  }
}
#page-index2 .top_o11y-message-text-wrapper {
  margin-top: 2rem;
  width: 100%;
  max-width: 920px;
  background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/top_011y_line_pc.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #page-index2 .top_o11y-message-text-wrapper {
    background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/top_011y_line_sp.svg");
  }
}
#page-index2 .top_o11y-message-text {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 684px;
  line-height: 1.5;
  font-size: 1rem;
}
#page-index2 .top_o11y-message-producer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 0 1rem;
}
#page-index2 .top_o11y-message-producer-face {
  width: 66px;
  height: 66px;
}
#page-index2 .top_o11y-message-producer-face img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#page-index2 .top_o11y-message-producer-name {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
#page-index2 .top_o11y-message-button-wrapper {
  margin-left: 1rem;
}
#page-index2 .top_future2nd {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd {
    padding-bottom: 2.5rem;
  }
}
#page-index2 .top_customer {
  margin: 0 auto;
  padding-bottom: 5rem;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_customer {
    padding-bottom: 2.5rem;
  }
}
#page-index2 .top_future2nd-content,
#page-index2 .top_customer-content {
  margin: 0 1.5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd-content,
  #page-index2 .top_customer-content {
    padding-top: 2.5rem;
    margin: 0 1rem;
  }
}
#page-index2 .top_future2nd-content > ul,
#page-index2 .top_customer-content > ul {
  margin-top: 2.5rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd-content > ul,
  #page-index2 .top_customer-content > ul {
    margin-top: 1.25rem;
  }
}
#page-index2 .top_future2nd-content > ul a,
#page-index2 .top_customer-content > ul a {
  color: #000;
}
#page-index2 .top_future2nd-content > ul a:hover,
#page-index2 .top_customer-content > ul a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#page-index2 .top_future2nd-title,
#page-index2 .top_customer-title {
  text-align: center;
}
#page-index2 .top_future2nd-title span,
#page-index2 .top_customer-title span {
  padding-top: 0.75rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd-title span,
  #page-index2 .top_customer-title span {
    padding-bottom: 0.5rem;
  }
}
#page-index2 .top_customer-title h2 {
  padding-top: 1.25rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_customer-title h2 {
    padding-top: 0.75rem;
  }
}
#page-index2 .top_customer-content-button-wrapper {
  text-align: center;
  margin: 2rem auto 0;
}
#page-index2 .top_support,
#page-index2 .top_partner {
  margin: 0 auto;
  padding-bottom: 5rem;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support,
  #page-index2 .top_partner {
    padding-bottom: 2.5rem;
  }
}
#page-index2 .top_support-content,
#page-index2 .top_partner-content {
  margin: 0 1.5rem;
  padding-top: 5rem;
  border-top: 2px solid #c1c3c6;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support-content,
  #page-index2 .top_partner-content {
    padding-top: 2.5rem;
    margin: 0 1rem;
  }
}
#page-index2 .top_support-content > ul,
#page-index2 .top_partner-content > ul {
  margin-top: 2.5rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support-content > ul,
  #page-index2 .top_partner-content > ul {
    margin-top: 1.25rem;
  }
}
#page-index2 .top_support-title,
#page-index2 .top_partner-title {
  text-align: center;
}
#page-index2 .top_support-title h2,
#page-index2 .top_partner-title h2 {
  padding-top: 1.25rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support-title h2,
  #page-index2 .top_partner-title h2 {
    padding-top: 0.75rem;
  }
}
#page-index2 .top_support-title span,
#page-index2 .top_partner-title span {
  padding-top: 0.75rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support-title span,
  #page-index2 .top_partner-title span {
    padding-top: 0.5rem;
  }
}
#page-index2 .top_support-content-button-wrapper,
#page-index2 .top_partner-content-button-wrapper {
  text-align: center;
  margin: 2rem auto 0;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support-content-button-wrapper,
  #page-index2 .top_partner-content-button-wrapper {
    margin: 1.25rem auto 0;
  }
}
#page-index2 .top_support-title {
  text-align: center;
  margin: 0 1rem;
}
#page-index2 .top_support-title h2 {
  padding-top: 20px;
}
#page-index2 .top_support-title span {
  padding-top: 0.75rem;
}
#page-index2 .top_application {
  padding: 5rem 0 1.5rem;
  background: #6ed4ff;
  background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/application_bg_pc.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_application {
    padding: 2.5rem 0 1.5rem;
    background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/application_bg_sp.svg");
  }
}
#page-index2 .top_application-calendly {
  margin: 0 auto;
  width: 100%;
  max-width: 1048px;
  padding: 0.5rem 1.25rem 0;
}
@media screen and (max-width: 700px) {
  #page-index2 .top_application-calendly {
    padding: 1.25rem 1.25rem 0;
  }
}
#page-index2 .top_application-title {
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 1220px;
  background: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/decoration_01_pc.svg") no-repeat;
  background-size: contain;
}
#page-index2 .top_application-title h2 {
  padding-top: 1.25rem;
}
#page-index2 .top_application-text {
  margin: 1.25rem auto 0;
  background: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/application_talk_pc.svg") no-repeat;
  background-size: contain;
  width: 312px;
  height: 84px;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_application-text {
    width: 260px;
    height: 70px;
  }
}
#page-index2 .top_application-text span {
  display: none;
}
#page-index2 .top_history {
  background: #f7f0eb;
  background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/top_history_bg_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_history {
    background-position: 50%;
  }
}
@media screen and (max-width: 580px) {
  #page-index2 .top_history {
    background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/top_history_bg_sp.png");
  }
}
#page-index2 .top_history-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_history-content {
    padding: 2.5rem 0;
  }
}
#page-index2 .top_history-title {
  text-align: center;
  margin: 0 1.5rem;
}
#page-index2 .top_history-title h2 {
  padding-top: 1.25rem;
}
#page-index2 .top_history-text {
  margin: 0 auto;
  padding: 1.25rem 1rem 0;
  max-width: 684px;
}
#page-index2 .top_history-content-button-wrapper {
  text-align: center;
  margin: 2rem auto 0;
}
#page-index2 .en.top_customers {
  margin: 5rem 0 0;
}
#page-index2 .en.top_customers .top_customers-logo-lists {
  border: 0;
  padding: 0;
}

body[id^=page-contact] .widget_contactForm {
  padding-bottom: 4rem;
}
body[id^=page-contact] .widget_contactForm .hs-submit input[type=submit] {
  width: 100%;
  max-width: 150px;
  height: 50px;
}

#page-resources .resources-contents {
  display: grid;
  grid-template-columns: minmax(auto, 249px) 3fr;
  column-gap: 48px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 950px) {
  #page-resources .resources-contents {
    grid-template-columns: none;
  }
}
#page-resources #hs_cos_wrapper_Main_Content .hs_cos_wrapper_type_module:last-child .resources-contents {
  margin-bottom: 0;
}
#page-resources .resources-assortment {
  font-size: 1.25rem;
  line-height: 1.6;
  word-wrap: break-word;
  margin: 0;
}
@media screen and (max-width: 950px) {
  #page-resources .resources-assortment {
    margin: 0 0 1.5rem;
  }
}
#page-resources .widget_resourceLists {
  grid-template-columns: repeat(auto-fill, 249px);
}
@media screen and (max-width: 950px) {
  #page-resources .widget_resourceLists {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  #page-resources .widget_resourceLists {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2.5rem;
  }
}
@media (max-width: 480px) {
  #page-resources .widget_resourceLists {
    grid-template-columns: 1fr;
  }
}

#page-features_monitoring .widget_features-content:nth-child(3) .content_img-main {
  min-height: 900px;
}
@media (max-width: 768px) {
  #page-features_monitoring .widget_features-content:nth-child(3) .content_img-main {
    min-height: auto;
  }
}

#page-features_multicloud .widget_features-content:first-child .content_img-main img {
  z-index: 1;
}
#page-features_multicloud .widget_features-content:first-child .content_img-sub {
  position: relative;
}
#page-features_multicloud .widget_features-content:first-child .content_img-sub img {
  position: relative;
  left: -4rem;
  top: 0;
  width: calc(100% + 150px);
}
@media (max-width: 768px) {
  #page-features_multicloud .widget_features-content:first-child .content_img-sub img {
    position: static;
    width: 100%;
  }
}

#page-features_extensibility .widget_features-content:last-child .content_img-main {
  min-height: 800px;
}
@media (max-width: 768px) {
  #page-features_extensibility .widget_features-content:last-child .content_img-main {
    min-height: auto;
  }
}

#page-reliability_dogfooding .widget_globalHeader {
  background: #091B4B;
}
#page-reliability_dogfooding .widget_globalHeader.is-drawing {
  border-color: rgb(14.4642857143, 43.3928571429, 120.5357142857);
}
#page-reliability_dogfooding .widget_globalHeader-content .mackerel-logo svg,
#page-reliability_dogfooding .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-reliability_dogfooding .widget_globalHeader-nav.is-drawing {
  background: #091B4B;
}
@media screen and (max-width: 1000px) {
  #page-reliability_dogfooding .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-reliability_dogfooding .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a:hover, #page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a:focus,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-reliability_dogfooding .widget_globalHeader-dropdown-button:hover,
#page-reliability_dogfooding .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a:hover svg, #page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a:focus svg,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-reliability_dogfooding .widget_globalHeader-dropdown-button:hover svg,
#page-reliability_dogfooding .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a svg,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-reliability_dogfooding .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
@media screen and (max-width: 1000px) {
  #page-reliability_dogfooding .widget_globalHeader-nav-lists > li + li a,
  #page-reliability_dogfooding .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(14.4642857143, 43.3928571429, 120.5357142857);
  }
  #page-reliability_dogfooding .widget_globalHeader-nav-lists > li a,
  #page-reliability_dogfooding .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}
#page-reliability_dogfooding .container {
  background: #091B4B;
  overflow: hidden;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .container {
    padding-bottom: 4rem;
  }
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .container {
    padding-bottom: 3rem;
  }
}
#page-reliability_dogfooding .reliability-heroHeader {
  text-align: center;
  padding: 4em 0 7.5em;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-heroHeader {
    padding: 3rem 0 5rem;
  }
}
#page-reliability_dogfooding .reliability-heroHeader img {
  width: 5rem;
  margin: 0 0 2rem;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-heroHeader img {
    width: 4rem;
    margin: 0 0 1.5rem;
  }
}
#page-reliability_dogfooding .reliability-heroHeader h2 {
  font-size: 3.5rem;
  line-height: 1.4;
  color: #19C6fa;
  margin: 0;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .reliability-heroHeader h2 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-heroHeader h2 {
    font-size: 1.75rem;
  }
}
#page-reliability_dogfooding .reliability-heroHeader h2 span {
  display: inline-block;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .reliability-heroHeader h2 span {
    display: inline;
  }
}
#page-reliability_dogfooding .reliability-content + .reliability-content {
  margin: 7.5rem 0 0;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content + .reliability-content {
    margin: 5rem 0 0;
  }
}
#page-reliability_dogfooding .reliability-content h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #19C6fa;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .reliability-content h2 {
    margin: 0 0 1rem;
  }
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content h2 {
    font-size: 1.75rem;
  }
}
#page-reliability_dogfooding .reliability-content h2 span {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .reliability-content h2 span {
    display: inline;
    white-space: normal;
  }
}
#page-reliability_dogfooding .reliability-content p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
#page-reliability_dogfooding .reliability-content.devel {
  display: grid;
  grid-template-rows: auto, auto;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .reliability-content.devel {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr;
  }
}
#page-reliability_dogfooding .reliability-content.devel h2, #page-reliability_dogfooding .reliability-content.devel p {
  grid-row: auto;
  grid-column: 1/2;
  position: relative;
  z-index: 1;
}
#page-reliability_dogfooding .reliability-content.devel .content_img {
  grid-row: 1/3;
  grid-column: 2/3;
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img {
    grid-row: auto;
    grid-column: 1/2;
    top: -60px;
    left: 45%;
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img img {
    opacity: 0.7;
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(1) {
  width: 3.5rem;
  transform: translate(-50%, -50%);
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:not(:first-child) {
  will-change: transform;
  animation: r1 20s linear infinite;
}
@keyframes r1 {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(2) {
  height: 160px;
  width: 162.5px;
  animation-duration: 60s;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(2) {
    height: 128px;
    width: 130px;
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(3) {
  width: 320px;
  filter: blur(1px);
  animation-duration: 100s;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(3) {
    width: 256px;
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(4) {
  width: 487px;
  filter: blur(2px);
  animation-duration: 140s;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(4) {
    width: 389.6px;
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(5) {
  width: 640px;
  filter: blur(4px);
  animation-duration: 180s;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(5) {
    width: 512px;
  }
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links {
  margin: 2.5rem 0 0;
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links a {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.1s linear;
  border-radius: 4px;
  padding: 1.5rem;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.knowHow .content_links a {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links a:hover, #page-reliability_dogfooding .reliability-content.knowHow .content_links a:focus {
  border-color: #19C6fa;
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links a:hover span, #page-reliability_dogfooding .reliability-content.knowHow .content_links a:focus span {
  text-decoration: underline;
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links a + a {
  margin: 1rem 0 0;
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links img {
  align-self: center;
  width: 100%;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.knowHow .content_links img {
    width: 90%;
    margin: 0 auto;
  }
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links time {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links h3 {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 0.5rem;
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links p {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #19C6fa;
  word-break: break-all;
}
#page-reliability_dogfooding .widget_features-lists-wrapper {
  background: #091B4B;
  margin: 3rem 0 0;
}
#page-reliability_dogfooding .widget_features-lists-content {
  border: 1px solid #19C6fa;
  border-radius: 0.75rem;
  padding: 2.5rem;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .widget_features-lists-content {
    padding: 1.5rem;
  }
}
#page-reliability_dogfooding .widget_features-lists-content .section-head {
  text-align: left;
}
#page-reliability_dogfooding .widget_features-lists-content .section-head h2 {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
}
#page-reliability_dogfooding .widget_features-lists {
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .widget_features-lists {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
#page-reliability_dogfooding .widget_features-lists h4 {
  color: rgba(255, 255, 255, 0.7);
}
#page-reliability_dogfooding .widget_features-lists p {
  color: rgba(255, 255, 255, 0.5);
}
#page-reliability_dogfooding .widget_features-lists a {
  color: #19C6fa;
}
#page-reliability_dogfooding .widget_globalFooter {
  margin: 0;
  border: 0;
}

#page-customers .customerStory-pickup {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1fr 1fr;
  gap: normal 48px;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr;
  }
}
#page-customers .customerStory-pickup-img {
  grid-row: 1/4;
  grid-column: 1/2;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup-img {
    grid-row: 1/2;
    grid-column: auto;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  #page-customers .customerStory-pickup-img {
    margin-bottom: 1rem;
  }
}
#page-customers .customerStory-pickup-img a:hover img, #page-customers .customerStory-pickup-img a:focus img {
  opacity: 0.9;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup-img a {
    pointer-events: none;
  }
}
#page-customers .customerStory-pickup-img img {
  width: 100%;
  border-radius: 6px;
}
@media (max-width: 480px) {
  #page-customers .customerStory-pickup-img img {
    border-radius: 4px;
  }
}
#page-customers .customerStory-pickup-corp {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup-corp {
    grid-row: 2/3;
    grid-column: auto;
  }
}
#page-customers .customerStory-pickup-corp a:hover h5, #page-customers .customerStory-pickup-corp a:focus h5 {
  color: #049bf0;
}
#page-customers .customerStory-pickup-corp h4 {
  font-size: 1rem;
  line-height: 1.4;
  color: #444;
  margin: 0 0 0.5rem;
}
#page-customers .customerStory-pickup-corp h5 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
#page-customers .customerStory-pickup-corp p {
  font-size: 14px;
  line-height: 1.6;
  color: #777;
  margin: 0;
}
#page-customers .customerStory-pickup-quote {
  grid-row: 2/3;
  grid-column: 2/3;
  display: block;
  position: relative;
  padding: 1rem 1.25rem;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup-quote {
    grid-row: 3/4;
    grid-column: auto;
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  #page-customers .customerStory-pickup-quote {
    margin-top: 1.5rem;
  }
}
#page-customers .customerStory-pickup-quote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 4rem;
  border-top: 2px solid #b1b3b6;
  border-left: 2px solid #b1b3b6;
}
#page-customers .customerStory-pickup-quote::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  height: 4rem;
  border-bottom: 2px solid #b1b3b6;
  border-right: 2px solid #b1b3b6;
}
#page-customers .customerStory-pickup-link {
  grid-row: 3/4;
  grid-column: 2/3;
  font-weight: 700;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup-link {
    grid-row: 4/5;
    grid-column: auto;
  }
}
#page-customers .widget_customerStory-lists {
  gap: 48px;
  margin: 5rem 0 0;
}
@media (max-width: 768px) {
  #page-customers .widget_customerStory-lists {
    gap: 2rem;
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-customers .widget_customerStory-lists {
    gap: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  #page-customers .widget_customerStory-lists a {
    grid-template-rows: repeat(2, auto) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}
#page-customers .widget_customerStory-lists a:hover h4, #page-customers .widget_customerStory-lists a:focus h4 {
  text-decoration: none;
}
@media (max-width: 480px) {
  #page-customers .widget_customerStory-lists img {
    grid-row: span 3;
  }
}
#page-customers .widget_customerStory-lists h4 {
  color: #111;
}
#page-customers .widget_customerStory-lists p {
  font-size: 0.875rem;
  line-height: 1.4;
}
#page-customers .widget_resourceBlock {
  margin: 5rem 0 0;
}
#page-customers .widget_resourceBlock-content div:nth-child(1) {
  grid-column: span 5;
}
@media (max-width: 480px) {
  #page-customers .widget_resourceBlock-content div:nth-child(1) {
    grid-column: span 8;
  }
}
#page-customers .widget_resourceBlock-content div:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 480px) {
  #page-customers .widget_resourceBlock-content div:nth-child(2) {
    grid-column: span 8;
  }
}
#page-customers .widget_resourceBlock-img {
  height: 15rem;
}
#page-customers .widget_resourceBlock-img img {
  width: 100%;
}
@media (max-width: 480px) {
  #page-customers .widget_resourceBlock-img img {
    width: 70%;
  }
}
#page-customers .customersList {
  margin: 6rem 0 0;
}
@media (max-width: 768px) {
  #page-customers .customersList {
    margin: 4rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-customers .customersList {
    margin: 2rem 0 0;
  }
}
#page-customers .customersList-head {
  text-align: center;
}
#page-customers .customersList-head h3 {
  font-size: 2.5rem;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
@media (max-width: 480px) {
  #page-customers .customersList-head h3 {
    font-size: 1.75rem;
  }
}
#page-customers .customersList-head p {
  margin: 0;
}
#page-customers .customersList-lists {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 3.5rem 2rem;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 0 0;
}
@media (max-width: 768px) {
  #page-customers .customersList-lists {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 480px) {
  #page-customers .customersList-lists {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1rem;
    margin: 2rem 0 0;
  }
}
#page-customers .customersList-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-customers .customersList-lists li img {
  max-width: 70%;
}
#page-customers .customersList-lists li.kddi img {
  max-width: 60%;
}
#page-customers .customersList-lists li.idcf img {
  max-width: 85%;
}
#page-customers .customersList-lists li.ca img {
  max-width: 37.5%;
}
#page-customers .customersList-lists li.ntt-east img {
  max-width: 90%;
}
#page-customers .customersList-lists li.classmethod img {
  max-width: 65%;
}
#page-customers .customersList-lists li.ntt-smartConnect img {
  max-width: 75%;
}
#page-customers .customersList-lists li.sega img {
  max-width: 55%;
}
#page-customers .customersList-lists li.mercari img {
  max-width: 85%;
}
#page-customers .customersList-lists li.freee img {
  max-width: 65%;
}
#page-customers .customersList-lists li.recochoku img {
  max-width: 62.5%;
}
#page-customers .customersList-lists li.creditsaison img {
  max-width: 45%;
}
#page-customers .customersList-lists li.gmo-pepabo img {
  max-width: 100%;
}
#page-customers .customersList-lists li.nulab img {
  max-width: 55%;
}
#page-customers .customersList-lists li.itec img {
  max-width: 110%;
}
@media (max-width: 480px) {
  #page-customers .customersList-lists li.itec img {
    max-width: 100%;
  }
}
#page-customers .customersList-lists li.value-commerce img {
  max-width: 85%;
}
#page-customers .customersList-lists li.drecom img {
  max-width: 80%;
}
#page-customers .customersList-lists li.kayac img {
  max-width: 80%;
}
#page-customers .customersList-lists li.dac img {
  max-width: 50%;
}
#page-customers .customersList-lists li.just-systems img {
  max-width: 60%;
}
#page-customers .customersList-lists li.gree img {
  max-width: 65%;
}
#page-customers .customersList-lists li.seven img {
  max-width: 95%;
}
#page-customers .customersList-lists li.tv-asahi img {
  max-width: 85%;
}

#page-customers_willer .widget_customer-heroHeader {
  margin: 0 auto 5.5rem;
}
#page-customers_willer .widget_customer-heroHeader-content {
  height: 546px;
}
#page-customers_willer .widget_customer-heroHeader-firstImage img {
  width: auto;
  height: 100%;
  left: 45%;
  transform: translateX(-55%);
}
@media (max-width: 768px) {
  #page-customers_willer .widget_customer-heroHeader-title h2 {
    margin: 0.5rem 0 1rem;
  }
}

#page-customers_creditsaison .widget_customer-heroHeader {
  margin: 0 auto 5.5rem;
}
#page-customers_creditsaison .widget_customer-heroHeader-content {
  height: 546px;
}
#page-customers_creditsaison .widget_customer-heroHeader {
  margin-bottom: 3rem;
}
#page-customers_creditsaison .widget_customer-heroHeader-firstImage img {
  height: auto;
  width: 160%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #page-customers_creditsaison .widget_customer-heroHeader-title h2 {
    margin: 0 0 1rem;
  }
}
#page-customers_creditsaison .widget_customer-subinfo {
  justify-content: center;
}
#page-customers_creditsaison .widget_customer-interview .figure-column {
  display: flex;
  justify-content: center;
  width: calc(100% - 100px);
  margin-left: auto;
}
@media (max-width: 768px) {
  #page-customers_creditsaison .widget_customer-interview .figure-column {
    width: 100%;
  }
}
#page-customers_creditsaison .widget_customer-interview .figure-column span {
  width: 35%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 1.5em;
  padding: 4px;
  margin: 0 10px;
}
@media (max-width: 480px) {
  #page-customers_creditsaison .widget_customer-interview .figure-column span {
    width: 40%;
    border-radius: 1rem;
  }
}
#page-customers_creditsaison .widget_customer-interview .figure-column img {
  clip-path: inset(0 0 0 0 round 1.4em 1.4em 1.4em 1.4em);
}
@media (max-width: 480px) {
  #page-customers_creditsaison .widget_customer-interview .figure-column img {
    clip-path: inset(0 0 0 0 round 0.9em 0.9em 0.9em 0.9em);
  }
}

#page-customers_cyberagent .widget_customer-heroHeader {
  margin: 0 auto 5.5rem;
}
#page-customers_cyberagent .widget_customer-heroHeader-content {
  grid-template-rows: repeat(3, auto);
  height: auto;
}
#page-customers_cyberagent .widget_customer-heroHeader-backlink,
#page-customers_cyberagent .widget_customer-heroHeader-title {
  grid-column: span 12;
}
#page-customers_cyberagent .widget_customer-heroHeader-title {
  grid-row: 3;
}
#page-customers_cyberagent .widget_customer-heroHeader-title h2 {
  margin: 2rem 0 1rem;
}
#page-customers_cyberagent .widget_customer-heroHeader-firstImage {
  grid-row: 2;
  grid-column: span 12;
  max-height: 570px;
}
#page-customers_cyberagent .widget_customer-heroHeader-firstImage img {
  position: relative;
  height: auto;
  width: 105%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#page-customers_itechankyuhanshin .widget_customer-heroHeader {
  margin: 0 auto 5.5rem;
}
#page-customers_itechankyuhanshin .widget_customer-heroHeader-content {
  height: 546px;
}
#page-customers_itechankyuhanshin .widget_customer-heroHeader-backlink,
#page-customers_itechankyuhanshin .widget_customer-heroHeader-title {
  grid-column: span 5;
}
#page-customers_itechankyuhanshin .widget_customer-heroHeader-firstImage {
  grid-column: span 7;
}
#page-customers_itechankyuhanshin .widget_customer-heroHeader-firstImage img {
  width: auto;
  height: 100%;
}

#page-customers_sega .widget_customer-heroHeader {
  margin: 0 auto 5.5rem;
}
#page-customers_sega .widget_customer-heroHeader-content {
  height: 546px;
}
#page-customers_sega .widget_customer-heroHeader-firstImage img {
  height: 100%;
  left: 52%;
  transform: translateX(-48%);
  width: auto;
}

#page-customers_pepabo .widget_customer-heroHeader-content {
  grid-template-rows: repeat(3, auto);
  height: auto;
}
#page-customers_pepabo .widget_customer-heroHeader-backlink,
#page-customers_pepabo .widget_customer-heroHeader-title {
  grid-column: span 12;
}
#page-customers_pepabo .widget_customer-heroHeader-title {
  grid-row: 3;
}
#page-customers_pepabo .widget_customer-heroHeader-title h2 {
  margin: 2rem 0 1rem;
}
#page-customers_pepabo .widget_customer-heroHeader-firstImage {
  grid-row: 2;
  grid-column: span 12;
  max-height: 570px;
}
@media (max-width: 768px) {
  #page-customers_pepabo .widget_customer-heroHeader-firstImage {
    overflow: hidden;
  }
}
#page-customers_pepabo .widget_customer-heroHeader-firstImage img {
  position: relative !important;
  height: auto;
  width: 130% !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

#page-customers_nulab .widget_customer-members {
  max-width: 744px;
}
#page-customers_nulab .widget_customer-interview figure.figure-function img {
  max-width: 100%;
}

#page-services-support_cre .aboutCre-content {
  background: #f8f9fa;
  border-radius: 1rem;
  padding: 8rem 9.5rem;
  margin: 0 0 4rem;
}
@media screen and (max-width: 1000px) {
  #page-services-support_cre .aboutCre-content {
    padding: 4rem 5rem;
  }
}
@media (max-width: 768px) {
  #page-services-support_cre .aboutCre-content {
    padding: 2rem 3rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-content {
    padding: 2rem;
  }
}
#page-services-support_cre .aboutCre-content h3 {
  font-size: 2.5rem;
  line-height: 1.6;
  margin: 0 0 3.5rem;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-content h3 {
    font-size: 1.5rem;
    margin: 0 0 2rem;
  }
}
#page-services-support_cre .aboutCre-content h3 span {
  display: inline-block;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-content h3 span {
    display: inline;
  }
}
#page-services-support_cre .aboutCre-content p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-content p {
    font-size: 1rem;
    font-weight: normal;
  }
}
#page-services-support_cre .aboutCre-content p + P {
  margin: 2.5rem 0 0;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-content p + P {
    margin: 1.5rem 0 0;
  }
}
#page-services-support_cre .aboutCre-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 48px;
  margin: 0 0 6rem;
}
@media (max-width: 768px) {
  #page-services-support_cre .aboutCre-lists {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-lists {
    grid-template-columns: 1fr;
    gap: 2.5rem 0;
  }
}
#page-services-support_cre .aboutCre-lists img {
  width: 4rem;
  height: auto;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-lists img {
    width: 3rem;
  }
}
#page-services-support_cre .aboutCre-lists h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 0.75rem;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-lists h4 {
    font-size: 1.125rem;
  }
}
#page-services-support_cre .aboutCre-lists p {
  font-size: 14px;
  color: #777;
  margin: 0;
}
#page-services-support_cre .aboutCre-onboardingBlock-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
  border-radius: 0.5rem;
  background: #f3f4f5;
  padding: 3rem 6rem 0;
}
@media screen and (max-width: 1000px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content {
    padding: 2rem 2.5rem 0;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content {
    grid-template-columns: 1fr;
  }
}
#page-services-support_cre .aboutCre-onboardingBlock-content div {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content div {
    padding-bottom: 0;
  }
}
#page-services-support_cre .aboutCre-onboardingBlock-content h3 {
  font-size: 3rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1000px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content h3 {
    font-size: 1.5rem;
    margin: 0 0 1rem;
  }
}
#page-services-support_cre .aboutCre-onboardingBlock-content h3 span {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content h3 span {
    display: inline;
  }
}
#page-services-support_cre .aboutCre-onboardingBlock-content p {
  font-weight: 700;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content p {
    font-weight: normal;
  }
}
#page-services-support_cre .aboutCre-onboardingBlock-content a {
  font-weight: 700;
}
#page-services-support_cre .aboutCre-onboardingBlock-content img {
  width: 100%;
}
@media (max-width: 768px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content img {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content img {
    width: 100%;
  }
}

#page-services-support_onboarding .onboarding_heroHeader {
  margin: 3rem 0 5rem;
  overflow: hidden;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_heroHeader {
    margin-bottom: 4rem;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  #page-services-support_onboarding .onboarding_heroHeader-content {
    grid-template-columns: 1fr;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-left h2 {
  font-size: 3.5rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_heroHeader-left h2 {
    font-size: 2rem;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-left p {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.5rem 0 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_heroHeader-left p {
    font-size: 1rem;
    margin: 1rem 0 0;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-left span {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #page-services-support_onboarding .onboarding_heroHeader-left span {
    display: inline;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-left .ui_button {
  font-size: 1.25rem;
  text-align: center;
  min-width: 348px;
  padding: 1rem 1.5rem;
  margin: 2rem 0 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_heroHeader-left .ui_button {
    font-size: 1.125rem;
    width: 100%;
    min-width: auto;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-right {
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #page-services-support_onboarding .onboarding_heroHeader-right {
    text-align: center;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-right img {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 546px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #page-services-support_onboarding .onboarding_heroHeader-right img {
    position: static;
    min-width: auto;
    max-width: 500px;
    padding: 0;
  }
}
#page-services-support_onboarding .section-img {
  flex: 1;
  min-width: 0;
  margin: 0;
}
#page-services-support_onboarding .section-img img {
  width: 100%;
  height: auto;
}
#page-services-support_onboarding figure {
  margin: 0;
}
#page-services-support_onboarding .section-content {
  flex: 1;
  min-width: 0;
}
#page-services-support_onboarding .section-content p {
  margin: 0.5rem 0 0;
}
#page-services-support_onboarding .onboarding_intro header h3 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_intro header h3 {
    font-size: 1.75rem;
  }
}
#page-services-support_onboarding .onboarding_intro header p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_intro header p {
    font-size: 1.125rem;
  }
}
#page-services-support_onboarding .onboarding_intro section {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro section {
    flex-direction: column;
    margin-top: 4rem;
  }
}
#page-services-support_onboarding .onboarding_intro section:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro section:nth-of-type(2n+1) {
    flex-direction: column;
  }
}
#page-services-support_onboarding .onboarding_intro section:nth-of-type(2) .section-img {
  text-align: right;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro section:nth-of-type(2) .section-img {
    text-align: center;
  }
}
#page-services-support_onboarding .onboarding_intro section + section {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro section + section {
    margin-top: 4rem;
  }
}
#page-services-support_onboarding .onboarding_intro .section-img {
  max-width: calc(50% - 48px / 2);
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro .section-img {
    max-width: 100%;
    text-align: center;
  }
}
#page-services-support_onboarding .onboarding_intro .section-img img {
  max-width: 100%;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro .section-img img {
    max-width: 60%;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_intro .section-img img {
    max-width: 80%;
  }
}
#page-services-support_onboarding .onboarding_intro .section-content {
  max-width: calc(50% - 48px / 2);
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro .section-content {
    max-width: 100%;
    margin: 1.5rem 0 0;
  }
}
#page-services-support_onboarding .onboarding_intro .section-content h4 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro .section-content h4 {
    font-size: 1.5rem;
  }
}
#page-services-support_onboarding .onboarding_intro .section-content p {
  color: #444;
}
#page-services-support_onboarding .onboarding_contact {
  margin: 5rem 0;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_contact {
    margin: 4rem 0;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_contact {
    margin: 3rem 0;
  }
}
#page-services-support_onboarding .onboarding_contact-content {
  text-align: center;
  background: #19C6fa;
  border-radius: 0.5rem;
  padding: 3rem 1.5rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_contact-content {
    border-radius: 4px;
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_contact-content {
    padding: 1.5rem 1rem;
  }
}
#page-services-support_onboarding .onboarding_contact-content h3 {
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 0.5rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_contact-content h3 {
    font-size: 1.5rem;
  }
}
#page-services-support_onboarding .onboarding_contact-content p {
  font-weight: 700;
  color: #fff;
  margin: 0 0 2rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_contact-content p {
    margin: 0 0 1rem;
  }
}
#page-services-support_onboarding .onboarding_contact-content .ui_button {
  font-size: 1.25rem;
  color: #0cb3e6;
  border-color: #0cb3e6;
  min-width: 300px;
  padding: 1.25rem 1.5rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_contact-content .ui_button {
    font-size: 1.125rem;
    width: 100%;
    min-width: auto;
    padding: 1rem 1.25rem;
  }
}
#page-services-support_onboarding .onboarding_recommended-content header,
#page-services-support_onboarding .onboarding_step-content header,
#page-services-support_onboarding .onboarding_plan-content header {
  text-align: center;
  margin: 0 0 4rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content header,
  #page-services-support_onboarding .onboarding_step-content header,
  #page-services-support_onboarding .onboarding_plan-content header {
    margin: 0 0 2rem;
  }
}
#page-services-support_onboarding .onboarding_recommended-content header h3,
#page-services-support_onboarding .onboarding_step-content header h3,
#page-services-support_onboarding .onboarding_plan-content header h3 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content header h3,
  #page-services-support_onboarding .onboarding_step-content header h3,
  #page-services-support_onboarding .onboarding_plan-content header h3 {
    font-size: 1.75rem;
    margin: 0 0 0.75rem;
  }
}
#page-services-support_onboarding .onboarding_recommended-content header p,
#page-services-support_onboarding .onboarding_step-content header p,
#page-services-support_onboarding .onboarding_plan-content header p {
  font-size: 1.25rem;
  margin: 0;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_recommended-content header p,
  #page-services-support_onboarding .onboarding_step-content header p,
  #page-services-support_onboarding .onboarding_plan-content header p {
    font-size: 1.125rem;
  }
}
#page-services-support_onboarding .onboarding_recommended-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 3.5rem 48px;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 2.5rem 0;
  }
}
#page-services-support_onboarding .onboarding_recommended-content li {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_recommended-content li {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content li {
    flex-direction: row;
  }
}
#page-services-support_onboarding .onboarding_recommended-content .section-img {
  max-width: 120px;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_recommended-content .section-img {
    max-width: 80px;
  }
}
#page-services-support_onboarding .onboarding_recommended-content .section-img img {
  transform: translateY(-1rem);
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_recommended-content .section-img img {
    transform: none;
  }
}
#page-services-support_onboarding .onboarding_recommended-content .section-content {
  margin: 0 0 0 1.25rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_recommended-content .section-content {
    margin: 1rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content .section-content {
    margin: 0 0 0 1rem;
  }
}
#page-services-support_onboarding .onboarding_recommended-content .section-content h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
#page-services-support_onboarding .onboarding_recommended-content .section-content p {
  color: #444;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content .section-content p {
    line-height: 1.6;
  }
}
#page-services-support_onboarding .onboarding_step-content {
  border-top: 1px solid #e1e3e6;
  padding-top: 5rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_step-content {
    padding-top: 4rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_step-content {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_step-content > div {
    overflow: auto;
    margin: 0 -40px;
    padding: 0 0 1rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_step-content > div {
    margin: 0 -20px;
  }
}
#page-services-support_onboarding .onboarding_step-content ol {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_step-content ol {
    width: 800px;
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_step-content ol {
    padding: 0 20px;
  }
}
#page-services-support_onboarding .onboarding_step-content li {
  flex: 1;
  min-width: 0;
}
#page-services-support_onboarding .onboarding_step-content li + li {
  border-left: 1px solid #e1e3e6;
  padding-left: 20px;
  margin-left: 20px;
}
#page-services-support_onboarding .onboarding_step-content h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_step-content h4 {
    font-size: 1.125rem;
  }
}
#page-services-support_onboarding .onboarding_step-content figure {
  margin: 30px auto 0;
}
#page-services-support_onboarding .onboarding_step-content img {
  width: 100%;
}
#page-services-support_onboarding .onboarding_step-content p {
  color: #444;
  margin: 20px 0 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_step-content p {
    line-height: 1.6;
  }
}
#page-services-support_onboarding .step-driver {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .step-driver {
    width: 800px;
    margin: 20px auto 0;
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .step-driver {
    padding: 0 20px;
  }
}
#page-services-support_onboarding .step-driver div {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  color: #0cb3e6;
  background: #f3f4f5;
  width: calc(50% - 10px);
}
@media (max-width: 480px) {
  #page-services-support_onboarding .step-driver div {
    font-size: 1.125rem;
  }
}
#page-services-support_onboarding .step-driver .step3-4 {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
#page-services-support_onboarding .onboarding_plan {
  margin-top: 5rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan {
    margin-top: 3rem;
  }
}
#page-services-support_onboarding .onboarding_plan-content {
  background: #f8f9fa;
  padding: 5rem 99px;
  border-radius: 0.75rem;
}
@media screen and (max-width: 1000px) {
  #page-services-support_onboarding .onboarding_plan-content {
    padding: 3rem 3.5rem;
  }
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_plan-content {
    padding: 2.5rem 2rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content {
    padding: 2rem 1.5rem;
  }
}
#page-services-support_onboarding .onboarding_plan-content table {
  table-layout: fixed;
  position: relative;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content thead {
    display: block;
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 10px 0 0;
  }
}
#page-services-support_onboarding .onboarding_plan-content tbody tr {
  padding: 0 0 2rem;
  margin: 0 0 2rem;
}
#page-services-support_onboarding .onboarding_plan-content tbody tr:first-child {
  margin-top: 1.5rem;
}
#page-services-support_onboarding .onboarding_plan-content tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e3e6;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content tr {
    flex-wrap: wrap;
  }
}
#page-services-support_onboarding .onboarding_plan-content th, #page-services-support_onboarding .onboarding_plan-content td {
  width: calc(25% - 1.5rem);
  padding: 0;
  text-align: center;
}
#page-services-support_onboarding .onboarding_plan-content th:first-child, #page-services-support_onboarding .onboarding_plan-content td:first-child {
  width: calc(50% - 1.5rem);
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content th:first-child, #page-services-support_onboarding .onboarding_plan-content td:first-child {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content th:first-child, #page-services-support_onboarding .onboarding_plan-content td:first-child {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content th:nth-child(n+2), #page-services-support_onboarding .onboarding_plan-content td:nth-child(n+2) {
    width: calc(50% - 1rem);
  }
}
#page-services-support_onboarding .onboarding_plan-content th {
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0 0 11px;
  margin: 0 0 -1px;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content th {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content th:nth-child(1) {
    display: none;
  }
}
#page-services-support_onboarding .onboarding_plan-content th:nth-child(2) {
  border-bottom: 1px solid #19C6fa;
}
#page-services-support_onboarding .onboarding_plan-content th:nth-child(3) {
  border-bottom: 1px solid #74e622;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) {
  display: flex;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content td:nth-child(1) {
    width: 100%;
  }
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) figure {
  max-width: 2.5rem;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) figure img {
  width: 100%;
  height: auto;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) div {
  flex: 1;
  min-width: 0;
  margin: 0 0 0 1rem;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0.5rem 0 0;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(n+2) {
  margin-top: 1.5rem;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(n+2) svg {
  width: 1.5rem;
  height: auto;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(2) svg {
  fill: #19C6fa;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(3) svg {
  fill: #74e622;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(3) svg.icon_onboarding-nothing {
  fill: #ddd;
}
#page-services-support_onboarding .onboarding_plan-content td span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  color: #777;
  margin: 1rem auto 0;
}
#page-services-support_onboarding .onboarding_plan-content .plan-period td:not(:first-child) {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content .plan-period td:not(:first-child) {
    margin: 0.5rem 0 0;
  }
}
#page-services-support_onboarding .onboarding_plan-content .plan-contant td {
  width: calc(50% - 1.5rem);
  margin: 0 !important;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content .plan-contant td {
    width: 100%;
  }
}
#page-services-support_onboarding .onboarding_plan-content .plan-contant .ui_button {
  font-size: 1.125rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.875rem 1.25rem;
}
@media screen and (max-width: 580px) {
  #page-services-support_onboarding .onboarding_plan-content .plan-contant .ui_button {
    display: block;
    margin: 1rem 0 0;
  }
}
#page-services-support_onboarding .onboarding_option header {
  text-align: left;
  margin: 3rem 0 2rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_option header {
    margin: 1rem 0 2rem;
  }
}
#page-services-support_onboarding .onboarding_option header h3 {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 1rem 0 0;
}
#page-services-support_onboarding .onboarding_option header p {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  margin: 0;
}
#page-services-support_onboarding .onboarding_option ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 3.5rem 48px;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_option ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 2.5rem 0;
  }
}
#page-services-support_onboarding .onboarding_option li {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_option li {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_option li {
    flex-direction: row;
  }
}
#page-services-support_onboarding .onboarding_option .section-img {
  flex: 0 0 auto;
  max-width: 40px;
}
#page-services-support_onboarding .onboarding_option .section-content {
  margin: 0 0 0 1rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_option .section-content {
    margin: 1rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_option .section-content {
    margin: 0 0 0 1rem;
  }
}
#page-services-support_onboarding .onboarding_option .section-content h4 {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
#page-services-support_onboarding .onboarding_option .section-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}
#page-services-support_onboarding .onboarding_cautions {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_cautions {
    margin-top: 3rem;
  }
}
#page-services-support_onboarding .onboarding_cautions-content {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_cautions-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
#page-services-support_onboarding .onboarding_cautions-content h3 {
  grid-column: span 2;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_cautions-content h3 {
    grid-column: auto;
    margin: 0 0 1rem;
  }
}
#page-services-support_onboarding .onboarding_cautions-content div {
  grid-column: span 8;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_cautions-content div {
    grid-column: auto;
  }
}
#page-services-support_onboarding .onboarding_cautions-content ul {
  font-size: 14px;
  color: #444;
  list-style-type: disc;
  padding: 0 0 0 1rem;
}
#page-services-support_onboarding .onboarding_cautions-content ul ul {
  list-style-type: circle;
  margin: 0.5rem 0;
}
#page-services-support_onboarding .onboarding_cautions-content li {
  list-style: inherit;
}
#page-services-support_onboarding .onboarding_cautions-content li + li {
  margin: 0.5rem 0 0;
}

body[id*=page-info] .widget_globalHeader {
  background: #f3f4f5;
}

#page-info .info_heroHeader {
  background: #f3f4f5;
}
#page-info .info_heroHeader-content {
  padding: 3rem 0 1.75rem;
}
@media (max-width: 480px) {
  #page-info .info_heroHeader-content {
    padding-bottom: 1.25rem;
  }
}
#page-info .info_heroHeader-content h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 480px) {
  #page-info .info_heroHeader-content h2 {
    font-size: 1.75rem;
  }
}
#page-info .info {
  margin: 2.5rem 0 0;
}
#page-info .infoBlock {
  margin: 0 0 5rem;
}
#page-info .infoBlock.widget_info {
  margin-bottom: 0;
}
#page-info .infoBlock h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-info .infoBlock h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
}
#page-info .info_maintenance-content {
  background: #ff7386;
  border-radius: 4px;
  padding: 1.25rem;
}
@media (max-width: 480px) {
  #page-info .info_maintenance-content {
    padding: 0.75rem 1rem;
  }
}
#page-info .info_maintenance-content a {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
#page-info .info_maintenance-content a:focus, #page-info .info_maintenance-content a:hover {
  text-decoration: underline;
}
#page-info .info_events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 768px) {
  #page-info .info_events {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  #page-info .info_events {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
#page-info .info_events a {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  padding: 1rem;
  margin: -1rem;
}
@media (max-width: 480px) {
  #page-info .info_events a {
    padding: 0;
    margin: 0;
  }
}
#page-info .info_events a:focus, #page-info .info_events a:hover {
  background: #f8f9fa;
  transition: all 0.1s linear;
}
#page-info .info_events a:focus h4, #page-info .info_events a:hover h4 {
  text-decoration: underline;
}
#page-info .info_events a:focus img, #page-info .info_events a:hover img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
}
#page-info .info_events h4 {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0 0;
}
@media (max-width: 768px) {
  #page-info .info_events h4 {
    margin: 0.5rem 0 0;
  }
}
#page-info .info_events img {
  width: 100%;
  height: auto;
}

#page-partners .widget_recommendBlock {
  margin: 0;
}
#page-partners .widget_recommendBlock-content {
  color: #fff;
  border-radius: 0;
  text-align: center;
  padding: 3rem 2rem;
  border: none;
  min-height: auto;
}
#page-partners .widget_recommendBlock-content p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
#page-partners .partners .widget_recommendBlock-content {
  max-width: 942px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
#page-partners .widget_features-heroHeader-content {
  padding: 4em 0 0;
}
@media (max-width: 768px) {
  #page-partners .widget_features-heroHeader-content {
    padding: 4em 20px 0 20px;
  }
}
@media (max-width: 480px) {
  #page-partners .widget_features-heroHeader-content {
    padding: 4em 20px 0 20px;
  }
}
#page-partners .partners_content-header h3 {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-partners .partners_content-header h3 {
    font-size: 1.75rem;
    margin: 0 0 1rem;
  }
}
#page-partners .partners_content-header h3 span {
  display: block;
}
@media (max-width: 768px) {
  #page-partners .partners_content-header h3 span {
    display: inline;
  }
}
#page-partners .partners_content-header p {
  font-size: 1.25rem;
}
#page-partners .partners_content-header p span {
  display: block;
}
@media (max-width: 768px) {
  #page-partners .partners_content-header p span {
    display: inline;
  }
}
#page-partners section {
  padding: 5rem 0 0;
  margin: 5rem 0 0;
  border-top: 1px solid #e1e3e6;
}
#page-partners section header {
  margin-bottom: 3em;
}
#page-partners .partners_business ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  margin: 3rem 0 0;
}
@media (max-width: 768px) {
  #page-partners .partners_business ul {
    grid-template-columns: 1fr;
  }
}
#page-partners .partners_business li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  #page-partners .partners_business li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    text-align: left;
    align-items: flex-start;
  }
}
#page-partners .partners_business li img {
  width: 4rem;
  height: auto;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  #page-partners .partners_business li img {
    grid-row: 1/3;
    grid-column: 1;
    margin: 0 1rem 0 0;
  }
}
#page-partners .partners_business li h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 0.75rem;
}
@media (max-width: 768px) {
  #page-partners .partners_business li h4 {
    grid-row: 1;
    grid-column: 2;
    margin: 0 0 0.25rem;
  }
}
#page-partners .partners_business li h4 span {
  display: block;
}
@media (max-width: 768px) {
  #page-partners .partners_business li h4 span {
    display: inline;
  }
}
#page-partners .partners_business li p {
  color: #444;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  #page-partners .partners_business li p {
    grid-row: 2;
    grid-column: 2;
  }
}
#page-partners .partners_business.merit, #page-partners .partners_business.industry {
  border: none;
  margin: 0;
}
#page-partners .partners_business.industry ul li:nth-of-type(2) h4 {
  margin: 0 0 2.2rem;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_business.industry ul li:nth-of-type(2) h4 {
    margin: 0 0 0.75rem;
  }
}
#page-partners .partners_business.worries {
  text-align: center;
}
#page-partners .partners_business.worries ul li {
  width: 265px;
  padding-bottom: 60px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_business.worries ul li {
    width: 100%;
  }
}
#page-partners .partners_business.worries ul li p {
  color: #fff;
  font-weight: bold;
  padding: 24px 30px;
  background: #0cb3e6;
  border-radius: 5px;
  min-height: 163px;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_business.worries ul li p {
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  #page-partners .partners_business.worries ul li p {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_business.worries ul li p {
    min-height: auto;
  }
}
#page-partners .partners_business.worries ul li:before {
  content: "";
  background: #0cb3e6;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: absolute;
  bottom: 30px;
  right: 43px;
}
#page-partners .partners_business.worries ul li:after {
  content: "";
  background: #0cb3e6;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  right: 32px;
}
#page-partners .partners_program {
  text-align: center;
  padding: 5rem 0;
}
#page-partners .partners_program .partners_content-header {
  margin: 0 0 3.5rem;
}
#page-partners .partners_program .partners_content-header p {
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  #page-partners .partners_program .partners_content-header p {
    font-size: 1.125rem;
  }
}
#page-partners .partners_program ul {
  background: #f8f9fa;
  border-radius: 0.75rem;
  padding: 0 3rem;
  box-sizing: border-box;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_program ul {
    padding: 3rem 3.5rem;
  }
}
@media (max-width: 768px) {
  #page-partners .partners_program ul {
    padding: 0 1.5rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_program ul {
    padding: 0 1.5rem;
    grid-template-columns: 1fr;
  }
}
#page-partners .partners_program li {
  padding: 30px 0;
  border-bottom: 1px solid #e1e3e6;
}
#page-partners .partners_program li div {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_program li {
    padding: 15px 0;
  }
  #page-partners .partners_program li:nth-of-type(3n) {
    border-bottom: 1px solid #e1e3e6;
  }
}
#page-partners .partners_program li:nth-of-type(3n), #page-partners .partners_program li:last-of-type {
  border: none;
}
#page-partners .partners_program li:nth-of-type(even) {
  padding: 30px 0 30px 30px;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_program li:nth-of-type(even) {
    padding: 15px 0;
  }
}
#page-partners .partners_program li strong {
  font-size: 1.25rem;
  color: #0cb3e6;
}
#page-partners .partners_program li strong::before {
  content: "●";
  color: #b6d1db;
  margin-right: 0.3rem;
}
#page-partners .partners_program li p {
  width: 390px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_program li p {
    width: 100%;
  }
}
#page-partners .partners_corporate {
  border-top: 1px solid #e1e3e6;
  padding: 5rem 0 0;
  margin: 5rem 0 0;
}
@media (max-width: 480px) {
  #page-partners .partners_corporate {
    padding: 3rem 0 0;
    margin: 3rem 0 0;
  }
}
#page-partners .partners_corporate .partners_content-header p {
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 480px) {
  #page-partners .partners_corporate .partners_content-header p {
    font-size: 1.125rem;
  }
}
#page-partners .partners_corporate .customerStory-content > h4 {
  text-align: center;
  font-size: 20px;
  margin: 3rem 0 2rem;
}
#page-partners .partners_corporate .customerStory-pickup {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1fr 1fr;
  gap: normal 48px;
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr;
  }
}
#page-partners .partners_corporate .customerStory-pickup-img {
  grid-row: 1/4;
  grid-column: 1/2;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup-img {
    grid-row: 1/2;
    grid-column: auto;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_corporate .customerStory-pickup-img {
    margin-bottom: 1rem;
  }
}
#page-partners .partners_corporate .customerStory-pickup-img img {
  max-width: 100%;
}
#page-partners .partners_corporate .customerStory-pickup-img a:hover img, #page-partners .partners_corporate .customerStory-pickup-img a:focus img {
  opacity: 0.9;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup-img a {
    pointer-events: none;
  }
}
#page-partners .partners_corporate .customerStory-pickup-img img {
  width: 100%;
  border-radius: 6px;
}
@media (max-width: 480px) {
  #page-partners .partners_corporate .customerStory-pickup-img img {
    border-radius: 4px;
  }
}
#page-partners .partners_corporate .customerStory-pickup-corp {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup-corp {
    grid-row: 2/3;
    grid-column: auto;
  }
}
#page-partners .partners_corporate .customerStory-pickup-corp a:hover h5, #page-partners .partners_corporate .customerStory-pickup-corp a:focus h5 {
  color: #049bf0;
}
#page-partners .partners_corporate .customerStory-pickup-corp h4 {
  font-size: 1rem;
  line-height: 1.4;
  color: #444;
  margin: 0 0 0.5rem;
}
#page-partners .partners_corporate .customerStory-pickup-corp h5 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
#page-partners .partners_corporate .customerStory-pickup-corp p {
  font-size: 14px;
  line-height: 1.6;
  color: #777;
  margin: 0;
}
#page-partners .partners_corporate .customerStory-pickup-quote {
  grid-row: 2/3;
  grid-column: 2/3;
  display: block;
  position: relative;
  padding: 1rem 1.25rem;
  margin: 2.5rem 0 0;
  font-size: 0.85rem;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup-quote {
    grid-row: 3/4;
    grid-column: auto;
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_corporate .customerStory-pickup-quote {
    margin-top: 1.5rem;
  }
}
#page-partners .partners_corporate .customerStory-pickup-quote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 4rem;
  border-top: 2px solid #b1b3b6;
  border-left: 2px solid #b1b3b6;
}
#page-partners .partners_corporate .customerStory-pickup-quote::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  height: 4rem;
  border-bottom: 2px solid #b1b3b6;
  border-right: 2px solid #b1b3b6;
}
#page-partners .partners_corporate .customerStory-pickup-link {
  grid-row: 3/4;
  grid-column: 2/3;
  font-weight: 700;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup-link {
    grid-row: 4/5;
    grid-column: auto;
  }
}
#page-partners .partners_corporate ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 0;
}
@media (max-width: 768px) {
  #page-partners .partners_corporate ul {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 480px) {
  #page-partners .partners_corporate ul {
    grid-template-columns: auto auto;
    gap: 1rem;
  }
}
#page-partners .partners_corporate li {
  width: 25%;
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 480px) {
  #page-partners .partners_corporate li {
    width: 29%;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_corporate li {
    padding-top: 0;
  }
}
#page-partners .partners_corporate li.kddi img {
  max-width: 55%;
}
#page-partners .partners_corporate li.classmethod img {
  max-width: 60%;
}
#page-partners .partners_corporate li.iret img {
  max-width: 50%;
}
#page-partners .partners_corporate li.ntteast img {
  max-width: 90%;
}
#page-partners .partners_corporate li.sonybiznetworks img {
  max-width: 90%;
}
#page-partners .partners_corporate li img {
  max-width: 70%;
}
#page-partners .partners_examples .partners_examples-content > h4 {
  text-align: center;
  font-size: 1.25rem;
  margin: 3rem 0 2rem;
}
#page-partners .partners_examples .partners_examples-content > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_examples .partners_examples-content > div {
    display: block;
  }
}
#page-partners .partners_examples .partners_examples-content > div div, #page-partners .partners_examples .partners_examples-content > div figure {
  margin: 0;
  max-width: 447px;
  width: 49%;
}
#page-partners .partners_examples .partners_examples-content > div div img, #page-partners .partners_examples .partners_examples-content > div figure img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_examples .partners_examples-content > div div, #page-partners .partners_examples .partners_examples-content > div figure {
    max-width: 100%;
    width: 100%;
  }
  #page-partners .partners_examples .partners_examples-content > div div img, #page-partners .partners_examples .partners_examples-content > div figure img {
    margin-bottom: 1rem;
  }
}
#page-partners .partners_examples .partners_examples-content > div h5 {
  margin: 0 0 0.5rem;
  font-size: 15px;
}
@media (max-width: 768px) {
  #page-partners .partners_examples .partners_examples-content > div h5 {
    margin: 0.5rem 0;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_examples .partners_examples-content > div h5 {
    margin: 0.5rem 0;
  }
}
#page-partners .partners_examples .partners_examples-content > div table {
  text-align: center;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  #page-partners .partners_examples .partners_examples-content > div table {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_examples .partners_examples-content > div table {
    width: 100%;
  }
}
#page-partners .partners_examples .partners_examples-content > div table th {
  background: #b6d1db;
}
#page-partners .partners_examples .partners_examples-content > div table th span {
  font-size: 17px;
}
#page-partners .partners_examples .partners_examples-content > div table td {
  padding: 15px;
  border: 1px solid #e1e3e6;
}
#page-partners .partners_examples .partners_examples-content > div table td .label {
  color: #fff;
  padding: 10px 0;
  width: 116px;
  border-radius: 5px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #page-partners .partners_examples .partners_examples-content > div table td .label {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_examples .partners_examples-content > div table td .label {
    width: 100%;
  }
}
#page-partners .partners_examples .partners_examples-content > div table td .label:nth-of-type(1) {
  background: #0cb3e6;
}
#page-partners .partners_examples .partners_examples-content > div table td .label:nth-of-type(2) {
  background: #0b8cb3;
}
#page-partners .partners_examples .partners_examples-content > div table td .label:nth-of-type(3) {
  background: #086682;
}
#page-partners .partners_examples .partners_examples-content > div table td .label:last-of-type {
  margin: 0;
}
#page-partners .partners_examples .partners_examples-content > div .arrow {
  padding: 10px 0;
  text-align: center;
}
#page-partners .partners_examples .partners_examples-content > div p {
  margin: 0;
}
#page-partners .partners_contract_flow ul {
  display: flex;
  flex-wrap: wrap;
  width: 708px;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 770px) {
  #page-partners .partners_contract_flow ul {
    width: 100%;
    justify-content: space-around;
  }
}
#page-partners .partners_contract_flow ul li {
  position: relative;
  text-align: center;
  width: 226px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 580px) {
  #page-partners .partners_contract_flow ul li {
    width: 200px;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_contract_flow ul li {
    width: 150px;
  }
}
#page-partners .partners_contract_flow ul li:last-of-type div:after {
  display: none;
}
#page-partners .partners_contract_flow ul li div {
  width: 176px;
  height: 176px;
  border-radius: 176px;
  position: relative;
  font-weight: bold;
  background: #a8ebff;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 580px) {
  #page-partners .partners_contract_flow ul li div {
    width: 150px;
    border-radius: 150px;
    height: 150px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_contract_flow ul li div {
    width: 120px;
    height: 120px;
    border-radius: 120px;
  }
  #page-partners .partners_contract_flow ul li div:after {
    zoom: 0.8;
  }
}
#page-partners .partners_contract_flow ul li div:after {
  content: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/partners/partners_arrow_right.svg");
  position: absolute;
  right: -22%;
}
#page-partners .partners_contract_flow ul li div span {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  width: 56px;
  height: 56px;
  text-align: center;
  border-radius: 56px;
  background: #19C6fa;
  display: block;
  line-height: 56px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  #page-partners .partners_contract_flow ul li div span {
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
  }
}
#page-partners .partners_contract_flow ul li p {
  width: 176px;
}
@media (max-width: 480px) {
  #page-partners .partners_contract_flow ul li p {
    width: 120px;
    font-size: 0.8rem;
  }
}
#page-partners .partners_faq {
  padding: 5rem 0;
  margin: 2rem 0;
}
#page-partners .partners_faq .faq {
  display: block;
  margin: 0;
}
#page-partners .partners_faq .faq:last-child {
  margin: 0;
}
#page-partners .partners_faq .faq details {
  border-bottom: 1px solid #e1e3e6;
}
#page-partners .partners_faq .faq details:first-child {
  margin-top: -1rem;
}
#page-partners .partners_faq .faq details[open] {
  background: #f8f9fa;
  padding: 0 0 1.25rem;
}
#page-partners .partners_faq .faq details[open] summary {
  padding-bottom: 0.5rem;
}
#page-partners .partners_faq .faq details[open] summary .icon_arrow {
  transform: rotate(90deg);
}
#page-partners .partners_faq .faq details summary {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
#page-partners .partners_faq .faq details summary:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 480px) {
  #page-partners .partners_faq .faq details summary {
    font-size: 1rem;
    padding-left: 0;
  }
}
#page-partners .partners_faq .faq details summary::-webkit-details-marker {
  display: none;
}
#page-partners .partners_faq .faq details summary:hover, #page-partners .partners_faq .faq details summary:focus {
  outline: none;
  background: #f8f9fa;
}
#page-partners .partners_faq .faq details summary .icon_arrow {
  float: left;
  fill: #717376;
  width: 1rem;
  transition: all 0.1s linear;
  margin-top: 5px;
}
#page-partners .partners_faq .faq details summary span {
  float: left;
  line-height: 1.4;
  width: calc(100% - 1rem);
  padding-left: 1.25rem;
}
#page-partners .partners_faq .faq details p {
  margin: 0 1.25rem 0 3.25rem;
}
@media (max-width: 480px) {
  #page-partners .partners_faq .faq details p {
    margin-left: 2.25rem;
  }
}
#page-partners .en.partners_business li:nth-child(2) p {
  margin: 0;
}

#page-brand-assets .brand_content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_content {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  #page-brand-assets .brand_content {
    gap: normal;
  }
}
#page-brand-assets .brand_content h3 {
  grid-column: span 3;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 480px) {
  #page-brand-assets .brand_content h3 {
    grid-column: span 12;
    margin: 0 0 1rem;
  }
}
@media (max-width: 768px) {
  #page-brand-assets .brand_content br {
    display: none;
  }
}
#page-brand-assets .brand_content .brand_content-main {
  grid-column: span 9;
}
@media (max-width: 480px) {
  #page-brand-assets .brand_content .brand_content-main {
    grid-column: span 12;
  }
}
#page-brand-assets .brand_content .brand_content-main p {
  margin: 0;
}
#page-brand-assets .brand_content + .brand_content {
  margin: 7.5rem 0 0;
}
@media (max-width: 480px) {
  #page-brand-assets .brand_content + .brand_content {
    margin: 5rem 0 0;
  }
}
#page-brand-assets .brand_logo ul {
  margin: 1rem 0;
}
#page-brand-assets .brand_logo-logos {
  margin: 3rem 0 0;
}
#page-brand-assets .brand_logo-normal,
#page-brand-assets .brand_logo-square {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_logo-normal,
  #page-brand-assets .brand_logo-square {
    gap: 2rem;
  }
}
#page-brand-assets .brand_logo-normal .logodata,
#page-brand-assets .brand_logo-square .logodata {
  display: flex;
  position: relative;
  margin: 0 0 1rem;
}
#page-brand-assets .brand_logo-normal .logodata::before,
#page-brand-assets .brand_logo-square .logodata::before {
  content: "";
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border: 1px solid #e1e3e6;
  mix-blend-mode: multiply;
  position: absolute;
}
#page-brand-assets .brand_logo-normal .logodata.black,
#page-brand-assets .brand_logo-square .logodata.black {
  background: #000;
}
#page-brand-assets .brand_logo-normal .logodata img,
#page-brand-assets .brand_logo-square .logodata img {
  width: 100%;
  height: auto;
}
#page-brand-assets .brand_logo-normal a:hover, #page-brand-assets .brand_logo-normal a:focus,
#page-brand-assets .brand_logo-square a:hover,
#page-brand-assets .brand_logo-square a:focus {
  color: #049bf0;
  text-decoration: underline;
}
#page-brand-assets .brand_logo-normal a + a,
#page-brand-assets .brand_logo-square a + a {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_logo-normal a + a,
  #page-brand-assets .brand_logo-square a + a {
    margin-left: 0.5rem;
  }
}
#page-brand-assets .brand_logo-square {
  margin: 3rem 0 0;
}
#page-brand-assets .brand_logo-square .logodata {
  width: 10rem;
  height: auto;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_logo-square .logodata {
    width: 6rem;
  }
}
@media (max-width: 480px) {
  #page-brand-assets .brand_logo-square .logodata {
    width: 4rem;
  }
}
#page-brand-assets .brand_spelling .brand_content-main p {
  margin: 0 0 2.5rem !important;
}
@media screen and (max-width: 380px) {
  #page-brand-assets .brand_spelling .brand_content-main p {
    margin: 0 0 1.5rem !important;
  }
}
#page-brand-assets .brand_spelling .brand_content-main > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_spelling .brand_content-main > div {
    gap: 2rem;
  }
}
@media screen and (max-width: 380px) {
  #page-brand-assets .brand_spelling .brand_content-main > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#page-brand-assets .brand_spelling .brand_content-main > div > div {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #e1e3e6;
  padding: 1.25rem 1.5rem;
}
#page-brand-assets .brand_spelling .brand_content-main svg {
  height: 2.5rem;
  width: auto;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_spelling .brand_content-main svg {
    height: 1.5rem;
  }
}
#page-brand-assets .brand_spelling .brand_content-main svg.icon_enabled {
  fill: #74e622;
}
#page-brand-assets .brand_spelling .brand_content-main svg.icon_disabled {
  fill: #ff2635;
}
#page-brand-assets .brand_spelling .brand_content-main span {
  font-size: 2.5rem;
  line-height: 1;
  color: #444;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_spelling .brand_content-main span {
    font-size: 1.5rem;
  }
}
#page-brand-assets .brand_attention .brand_content-main {
  max-width: 645px;
}
#page-brand-assets .brand_attention .brand_content-main h4 {
  font-size: 1rem;
  margin: 1.75rem 0 0.25rem;
}
@media (max-width: 480px) {
  #page-brand-assets .brand_attention .brand_content-main h4 {
    margin: 1rem 0 0;
  }
}

#page-privacy .widget_heroHeader .layout_wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  #page-privacy .widget_heroHeader .layout_wrapper {
    display: block;
  }
}
#page-privacy .widget_heroHeader-title {
  grid-column: 4/12;
}
#page-privacy .privacy_contents {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
#page-privacy .privacy_contents-contents {
  grid-column: span 3;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents-contents {
    grid-column: auto;
    background: #f3f4f5;
    border-radius: 4px;
    padding: 1rem 2rem;
  }
}
@media (max-width: 480px) {
  #page-privacy .privacy_contents-contents {
    padding: 1rem 1.5rem;
  }
}
#page-privacy .privacy_contents-contents div {
  position: sticky;
  top: 7rem;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents-contents div {
    position: static;
  }
}
#page-privacy .privacy_contents-contents h2 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents-contents h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  #page-privacy .privacy_contents-contents h2 {
    font-size: 1.125rem;
  }
}
#page-privacy .privacy_contents-contents li {
  font-size: 14px;
}
#page-privacy .privacy_contents-contents li a {
  color: #444;
}
#page-privacy .privacy_contents-contents li a:hover, #page-privacy .privacy_contents-contents li a:focus {
  text-decoration: underline;
}
#page-privacy .privacy_contents-contents li.revision {
  margin: 0.75rem 0 0;
}
#page-privacy .privacy_contents-contents li + li {
  margin: 0.25rem 0 0;
}
#page-privacy .privacy_contents-terms {
  grid-column: span 9;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents-terms {
    grid-column: auto;
  }
}
#page-privacy .privacy_contents-terms .terms + .terms {
  margin: 4rem 0 0;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents-terms .terms + .terms {
    margin: 3rem 0 0;
  }
}
#page-privacy .privacy_contents-terms .terms:first-child {
  margin-top: -0.25rem;
}
#page-privacy .privacy_contents-terms .terms h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 1rem;
  scroll-margin-top: 4.5rem;
}
@media (max-width: 480px) {
  #page-privacy .privacy_contents-terms .terms h2 {
    font-size: 1.25rem;
    scroll-margin-top: 0.5rem;
  }
}
#page-privacy .privacy_contents-terms .terms ol {
  list-style-type: decimal;
}
#page-privacy .privacy_contents-terms .terms ol ol {
  list-style-type: lower-alpha;
}
#page-privacy .privacy_contents-terms .terms ol ol ol {
  list-style-type: decimal;
}
#page-privacy .privacy_contents-terms .terms ul {
  list-style-type: disc;
}
#page-privacy .privacy_contents-terms .terms ul ul {
  list-style-type: circle;
}
#page-privacy .privacy_contents-terms .terms ul ul ul {
  list-style-type: square;
}
#page-privacy .privacy_contents-terms .terms li {
  margin: 0 0 0 1.5rem;
}
#page-privacy .privacy_contents-terms .terms li ol, #page-privacy .privacy_contents-terms .terms li ul {
  margin: 0.75rem 0 1.75rem;
}
#page-privacy .privacy_contents-terms .terms li a {
  text-decoration: underline;
}
#page-privacy .privacy_contents-terms .terms li a:hover, #page-privacy .privacy_contents-terms .terms li a:focus {
  color: #049bf0;
}
#page-privacy .privacy_contents-terms .terms li + li {
  margin-top: 0.75rem;
}
#page-privacy .privacy_contents-terms .terms .enactment-revision {
  margin: 30px 0;
}
#page-privacy .privacy_contents-terms .terms .enactment-revision li {
  margin: 0;
}
#page-privacy .privacy_contents-terms .terms .enactment-revision li + li {
  margin: 0;
}
#page-privacy .privacy-chart {
  width: 843px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#page-privacy .privacy-chart::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}
#page-privacy .privacy-chart::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 2px;
}
#page-privacy .privacy-chart-inner {
  width: 1500px;
  border: 1px solid #e1e3e6;
  padding: 10px;
  box-sizing: border-box;
}
#page-privacy table {
  border-collapse: collapse;
  font-size: 12px;
}
#page-privacy table th {
  border-bottom: 1px solid #e1e3e6;
  color: #777;
  font-weight: 700;
  margin: 0;
  padding: 0 5px;
  text-align: left;
  vertical-align: top;
}
#page-privacy table th.service-name, #page-privacy table th.company-name, #page-privacy table th.send-user-information {
  width: 200px;
}
#page-privacy table th.purpose, #page-privacy table th.purpose-service-providers, #page-privacy table th.opt-out-url {
  width: 300px;
}
#page-privacy table td {
  border-bottom: 1px solid #e1e3e6;
  padding: 8px 5px;
  vertical-align: top;
}
#page-privacy table td a {
  text-decoration: underline;
}
#page-privacy table td a:hover, #page-privacy table td a:focus {
  color: #049bf0;
}
#page-privacy table tr:last-of-type td {
  border: none;
  padding: 8px 5px 0;
}

#page-security .contents {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  #page-security .contents {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

#page-blog .widget_globalHeader {
  background-color: #0cb3e6;
}
#page-blog .widget_globalHeader.is-drawing {
  border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
}
#page-blog .widget_globalHeader .widget_globalHeader-content .mackerel-logo svg,
#page-blog .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav.is-drawing {
  background: #0cb3e6;
}
@media screen and (max-width: 1000px) {
  #page-blog .widget_globalHeader .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover, #page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button:hover,
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover svg, #page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus svg,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button:hover svg,
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a svg,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:hover, #page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:focus {
  opacity: 0.9;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray {
  color: #fff;
  background: #000;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:hover, #page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  #page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li + li a,
  #page-blog .widget_globalHeader .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
  }
  #page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li a,
  #page-blog .widget_globalHeader .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}
#page-blog .blog_heroHeader {
  background-color: #0cb3e6;
}
#page-blog .blog_heroHeader-content {
  text-align: center;
  color: #fff;
  padding: 2rem 0 4rem;
}
@media (max-width: 480px) {
  #page-blog .blog_heroHeader-content {
    padding: 1.5rem 0 3rem;
  }
}
#page-blog .blog_heroHeader-title {
  font-size: 3rem;
  line-height: 1;
  margin: 0;
}
@media (max-width: 480px) {
  #page-blog .blog_heroHeader-title {
    font-size: 2.5rem;
  }
}
#page-blog .blog_heroHeader-description {
  font-size: 1.25rem;
  margin: 1.25rem 0 0;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 480px) {
  #page-blog .blog_heroHeader-description {
    font-size: 16px;
    margin-top: 1rem;
  }
}
#page-blog .blog_link-row {
  text-align: right;
}
#page-blog .blog_link-row .link {
  font-size: 0.875rem;
  font-weight: 700;
}
#page-blog .blog_link-row .link:hover {
  text-decoration: underline;
}
#page-blog .blog_pickup {
  margin-top: 48px;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup {
    margin-top: 2rem;
  }
}
#page-blog .blog_pickup-title {
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-title {
    font-size: 1.25rem;
  }
}
#page-blog .blog_pickup-primary {
  margin-top: 1.25rem;
}
#page-blog .blog_pickup-primary .blog_pickup-entry {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
}
@media (max-width: 768px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry {
    column-gap: 2rem;
  }
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image {
  display: block;
  grid-row: 1/3;
  grid-column: 1/2;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image {
    grid-row: 1/2;
    grid-column: 1;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image:hover, #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image:focus {
  opacity: 0.9;
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image img {
  width: 100%;
  border-radius: 6px;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image img {
    border-radius: 4px;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry .ui_blogCategory {
  grid-row: 1/2;
  grid-column: 2/3;
  margin: 0;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry .ui_blogCategory {
    grid-row: 2/3;
    grid-column: 1;
    margin: 1rem 0 0;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc {
  display: block;
  grid-row: 2/3;
  grid-column: 2/3;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc {
    grid-row: 3/4;
    grid-column: 1;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc:hover h3, #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc:focus h3 {
  color: #049bf0;
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0.75rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc h3 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc h3 {
    font-size: 1.25rem;
    margin: 0.5rem 0 0;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1rem;
  color: #444;
  margin: 0.75rem 0 0;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc p {
    margin: 0.5rem 0 0;
  }
}
#page-blog .blog_pickup-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  border-bottom: 1px solid #e1e3e6;
  padding: 0 0 2.5rem;
  margin: 4.5rem 0 1rem;
}
@media (max-width: 768px) {
  #page-blog .blog_pickup-secondary {
    column-gap: 2rem;
    margin: 3.5rem 0 1rem;
  }
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-secondary {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 3rem;
    padding: 0 0 1.5rem;
    margin: 3rem 0 1rem;
  }
}
#page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-image:hover, #page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-image:focus {
  opacity: 0.9;
}
#page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-image img {
  width: 100%;
  border-radius: 6px;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-image img {
    border-radius: 4px;
  }
}
#page-blog .blog_pickup-secondary .blog_pickup-entry .ui_blogCategory {
  margin-top: 1.5rem;
}
#page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc:hover h3, #page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc:focus h3 {
  color: #049bf0;
}
#page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0.75rem 0 0;
}
@media (max-width: 768px) {
  #page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc h3 {
    font-size: 1.25rem;
  }
}
#page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1rem;
  color: #444;
  margin: 0.75rem 0 0;
}
@media (max-width: 768px) {
  #page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc p {
    margin-top: 0.5rem;
  }
}
#page-blog .widget_blogCategories-content {
  border: 0;
  padding: 0;
  margin: 2rem 0 0;
}
#page-blog .blog_feature-content {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 48px;
  margin: 4rem 0 0;
}
@media (max-width: 768px) {
  #page-blog .blog_feature-content {
    column-gap: 0;
  }
}
@media (max-width: 480px) {
  #page-blog .blog_feature-content {
    margin: 2.5rem 0 0;
  }
}
#page-blog .blog_feature_entries-container {
  grid-column: span 7;
}
@media (max-width: 768px) {
  #page-blog .blog_feature_entries-container {
    grid-column: span 10;
  }
}
#page-blog .blog_feature_entries {
  margin: 2rem 0 0;
}
@media (max-width: 480px) {
  #page-blog .blog_feature_entries {
    margin: 1.5rem 0 0;
  }
}
#page-blog .blog_feature_entries:first-of-type {
  margin-top: 0;
}
#page-blog .blog_feature_entries h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  #page-blog .blog_feature_entries h2 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
}
#page-blog ul.blog_feature_entry-lists li {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 180px auto;
  column-gap: 1.25rem;
  border-bottom: 1px solid #e1e3e6;
  padding: 0 0 1.5rem;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists li {
    grid-template-columns: 2fr 1fr;
    column-gap: 1rem;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
  }
}
#page-blog ul.blog_feature_entry-lists a.entry-image {
  display: block;
  grid-row: 1/3;
  grid-column: 1/2;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists a.entry-image {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
#page-blog ul.blog_feature_entry-lists a.entry-image:hover, #page-blog ul.blog_feature_entry-lists a.entry-image:focus {
  opacity: 0.9;
}
#page-blog ul.blog_feature_entry-lists a.entry-image img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists a.entry-image img {
    margin: 3px 0 0;
  }
}
#page-blog ul.blog_feature_entry-lists .ui_blogCategory {
  grid-row: 1/2;
  grid-column: 2/3;
  margin: 0 0 0.5rem;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists .ui_blogCategory {
    grid-column: 1/2;
    margin: 0 0 0.25rem;
  }
}
#page-blog ul.blog_feature_entry-lists a.entry-desc {
  display: block;
  grid-row: 2/3;
  grid-column: 2/3;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists a.entry-desc {
    grid-column: 1/2;
  }
}
#page-blog ul.blog_feature_entry-lists a.entry-desc:hover h3, #page-blog ul.blog_feature_entry-lists a.entry-desc:focus h3 {
  color: #049bf0;
}
#page-blog ul.blog_feature_entry-lists a.entry-desc h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 0.25rem;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists a.entry-desc h3 {
    font-size: 1.125rem;
  }
}
#page-blog ul.blog_feature_entry-lists a.entry-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.875rem;
  color: #444;
  margin: 0;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists a.entry-desc p {
    line-height: 1.6;
  }
}
#page-blog .blog_feature_sidebar-container {
  grid-column: span 3;
}
@media (max-width: 768px) {
  #page-blog .blog_feature_sidebar-container {
    display: none;
  }
}
#page-blog .blog_feature_sidebar {
  text-align: center;
  background: linear-gradient(to bottom right, #0cb3e6, #19C6fa);
  border-radius: 4px;
  padding: 1.25rem;
}
#page-blog .blog_feature_sidebar p {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 900px) {
  #page-blog .blog_feature_sidebar p {
    font-size: 1rem;
  }
}
#page-blog .blog_feature_sidebar .ui_button {
  font-size: 0.875rem;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 900px) {
  #page-blog .blog_feature_sidebar .ui_button {
    font-size: 0.75rem;
  }
}
#page-blog .blog_feature_sidebar.whitepaper {
  margin: 2.5rem 0 0;
  padding-bottom: 0;
}
#page-blog .blog_feature_sidebar.whitepaper img.logo {
  width: 100%;
  max-width: 180px;
  margin: 0 0 0.5rem;
}
#page-blog .blog_feature_sidebar.whitepaper .img-whitepaper {
  height: 120px;
  overflow: hidden;
}
#page-blog .blog_feature_sidebar.whitepaper .img-whitepaper img {
  width: 95%;
  margin-top: 1.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

#page-blog_category .widget_globalHeader {
  background-color: #0cb3e6;
}
#page-blog_category .widget_globalHeader.is-drawing {
  border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
}
#page-blog_category .widget_globalHeader .widget_globalHeader-content .mackerel-logo svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav.is-drawing {
  background: #0cb3e6;
}
@media screen and (max-width: 1000px) {
  #page-blog_category .widget_globalHeader .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover, #page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button:hover,
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover svg, #page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button:hover svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:hover, #page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:focus {
  opacity: 0.9;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray {
  color: #fff;
  background: #000;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:hover, #page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  #page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li + li a,
  #page-blog_category .widget_globalHeader .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
  }
  #page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li a,
  #page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}
#page-blog_category .blog_categoryHeader {
  margin: 3rem 0 3.5rem;
}
@media (max-width: 480px) {
  #page-blog_category .blog_categoryHeader {
    margin: 2rem 0;
  }
}
#page-blog_category .blog_categoryHeader-title {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
}
@media (max-width: 480px) {
  #page-blog_category .blog_categoryHeader-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-blog_category .blog_categoryHeader-title img {
  width: 5rem;
  height: auto;
  margin: 0 2rem 0 0;
}
@media (max-width: 480px) {
  #page-blog_category .blog_categoryHeader-title img {
    width: 4rem;
    margin: 0 0 1rem;
  }
}
#page-blog_category .blog_categoryHeader-title span {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (max-width: 480px) {
  #page-blog_category .blog_categoryHeader-title span {
    font-size: 2rem;
  }
}
#page-blog_category .blog_categoryHeader-category h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}
@media (max-width: 480px) {
  #page-blog_category .blog_categoryHeader-category h3 {
    margin: 0 0 0.5rem;
  }
}
#page-blog_category .blog_categoryHeader-category p {
  font-size: 14px;
  color: #444;
  margin: 0 0 0.5rem;
}
#page-blog_category .blog_categoryHeader-category .link {
  font-size: 14px;
}
#page-blog_category .blog_entries-list-content {
  border-top: 1px solid #e1e3e6;
  padding: 4rem 0 0;
}
@media (max-width: 480px) {
  #page-blog_category .blog_entries-list-content {
    padding: 1.5rem 0 0;
  }
}
#page-blog_category .blog_entries-list-content .ui_pagenation {
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  #page-blog_category .blog_entries-list-content .ui_pagenation {
    padding: 1.5rem 0 0;
    margin: 0;
  }
}

#page-blog_entries .widget_globalHeader {
  background-color: #0cb3e6;
}
#page-blog_entries .widget_globalHeader.is-drawing {
  border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-content .mackerel-logo svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav.is-drawing {
  background: #0cb3e6;
}
@media screen and (max-width: 1000px) {
  #page-blog_entries .widget_globalHeader .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover, #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button:hover,
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover svg, #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button:hover svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:hover, #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:focus {
  opacity: 0.9;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray {
  color: #fff;
  background: #000;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:hover, #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li + li a,
  #page-blog_entries .widget_globalHeader .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
  }
  #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li a,
  #page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}
#page-blog_entries .blog_entriesHeader {
  margin: 3rem 0 3.5rem;
}
@media (max-width: 480px) {
  #page-blog_entries .blog_entriesHeader {
    margin-bottom: 3rem;
  }
}
#page-blog_entries .blog_entriesHeader-title {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (max-width: 480px) {
  #page-blog_entries .blog_entriesHeader-title {
    font-size: 2rem;
  }
}

#page-trials {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
#page-trials .product-name {
  text-align: center;
  padding: 2rem 1rem 0;
}
@media (max-width: 480px) {
  #page-trials .product-name {
    padding: 1rem 1rem 1rem;
  }
}
#page-trials .product-name h3 {
  margin: 0;
  color: #000;
  font-size: 1.75rem;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  #page-trials .product-name h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  #page-trials .product-name h3 {
    font-size: 1rem;
  }
}
#page-trials .widget_globalHeader .layout_wrapper.col_12 {
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
}
#page-trials .widget_globalHeader-nav {
  justify-content: end;
}
@media (max-width: 768px) {
  #page-trials .widget_globalHeader-nav-buttons {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding: 0;
    margin: 0;
  }
}
#page-trials .widget_globalHeader-button a {
  color: #fff;
}
@media (max-width: 768px) {
  #page-trials .widget_globalHeader-button a {
    padding: 8px 10px;
  }
}
#page-trials .top_heroHeader-info {
  flex: none;
  min-width: 0;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #page-trials .top_heroHeader-info {
    text-align: center;
  }
}
#page-trials .top_heroHeader-info h1 {
  margin: 0 0 1.25rem;
  font-size: 3rem;
  font-weight: 800;
  color: #000;
  font-feature-settings: "palt";
}
@media (max-width: 480px) {
  #page-trials .top_heroHeader-info h1 {
    font-size: 2rem;
  }
}
#page-trials .top_heroHeader-info h3 {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}
#page-trials .top_heroHeader {
  background: #fff;
  background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/mv_bg_pc.svg");
  background-repeat: no-repeat;
  background-size: 220% auto;
  background-position: 58% 92%;
}
@media screen and (max-width: 1000px) {
  #page-trials .top_heroHeader {
    background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/mv_bg_sp.svg");
    background-size: 100% auto;
    background-position: 100% 98%;
  }
}
#page-trials .top_heroHeader-content {
  position: relative;
  min-width: 0;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 3rem 0 4rem 6rem;
}
@media screen and (max-width: 1000px) {
  #page-trials .top_heroHeader-content {
    display: block;
    padding: 0 1rem 2rem;
  }
}
#page-trials .top_heroHeader-notice-container {
  position: relative;
  display: inline-block;
  margin: 1.75rem 0 0;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background: rgba(238, 238, 238, 0.7);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1200px) {
  #page-trials .top_heroHeader-notice-container {
    margin: 1.75rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-trials .top_heroHeader-notice-container {
    padding: 1rem 0.875rem;
  }
}
#page-trials .top_heroHeader-notice-container::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(87%, 12%);
  background: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/agentshi_01.svg") no-repeat;
  background-size: contain;
  width: 48px;
  height: 79px;
}
#page-trials .top_heroHeader-notice-text {
  margin-top: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  color: #d24f06;
}
@media (max-width: 480px) {
  #page-trials .top_heroHeader-notice-text {
    font-size: 0.875rem;
  }
}
#page-trials .top_heroHeader-notice-button-wrapper {
  margin-top: 0.75rem;
  text-align: center;
}
#page-trials .trial-main-image {
  position: absolute;
  top: 0;
  left: 0px;
  transform: translate(80%, 10%);
  width: auto;
  height: 480px;
  aspect-ratio: 1.58102766;
}
@media screen and (max-width: 1000px) {
  #page-trials .trial-main-image {
    position: static;
    transform: none;
    margin: 2.5rem auto 0;
    width: 100%;
    height: auto;
  }
}
#page-trials .trial-main-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #919396;
}
#page-trials .section-head h3 {
  font-size: 1rem;
  color: #049bf0;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-trials .section-head h3 {
    margin: 0 0 0.5rem;
  }
}
#page-trials .section-head h2 {
  font-size: 3rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-trials .section-head h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
#page-trials .section-head p {
  font-size: 1.25rem;
  margin: 0;
}
@media (max-width: 480px) {
  #page-trials .section-head p {
    font-size: 1.125rem;
  }
}
#page-trials .section-head a {
  display: inline-block;
  font-weight: 700;
  margin: 1rem 0 0;
}
#page-trials .section-head span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  #page-trials .section-head span {
    display: inline;
    white-space: normal;
  }
}
#page-trials .trial_features {
  margin: 5rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-trials .trial_features {
    margin: 2rem 0 0;
  }
}
#page-trials .trial_features-content .section-head {
  text-align: center;
  margin: 0 0 4rem;
}
@media (max-width: 480px) {
  #page-trials .trial_features-content .section-head {
    text-align: left;
    margin: 0 0 2rem;
  }
}
#page-trials .trial_features-lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(249px + 1px), 1fr));
  gap: 48px;
}
#page-trials .trial_features-lists img {
  width: 100%;
  margin: 0 0 1.25rem;
}
#page-trials .trial_features-lists h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0.75rem 0 1rem;
  text-align: center;
}
#page-trials .trial_features-lists h5 {
  font-size: 1rem;
  margin: 1.5rem 0 0.5rem;
}
#page-trials .trial_features-lists p {
  font-size: 14px;
  color: #777;
  margin: 0 0 0.5rem;
}
#page-trials .trial_features-lists a {
  font-size: 14px;
  font-weight: 700;
}
#page-trials .trial_features-lists .lists-subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #0cb3e6;
  text-align: center;
}
#page-trials .pricing {
  margin-top: 6rem;
}
#page-trials .pricing .trial-pricingPlans-container p {
  color: #444;
  text-align: center;
  margin-bottom: 3rem;
}
#page-trials .widget_recommendBlock-content div {
  grid-template-columns: 1fr;
}

#page-movie .customers {
  margin: 7.5rem auto 0;
  text-align: center;
}
#page-movie .customers h2 {
  font-size: 2rem;
  margin: 0 0 3rem;
}
#page-movie .customers .top_customers-logo-lists {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 2rem 2rem;
  justify-content: space-between;
  align-items: center;
  border: 0.5rem solid #f3f4f5;
  padding: 2rem;
  margin: 3rem 0 5rem;
}
@media (max-width: 768px) {
  #page-movie .customers .top_customers-logo-lists {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 480px) {
  #page-movie .customers .top_customers-logo-lists {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
    padding: 2rem 1rem;
  }
}
#page-movie .customers .top_customers-logo-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-movie .customers .top_customers-logo-lists li img {
  max-width: 70%;
}
#page-movie .customers .top_customers-logo-lists li.creditsaison img {
  max-width: 50%;
}
#page-movie .customers .top_customers-logo-lists li.gmo-pepabo img {
  max-width: 105%;
}
#page-movie .customers .top_customers-logo-lists li.nulab img {
  max-width: 60%;
}
#page-movie .customers .top_customers-logo-lists li.itec img {
  max-width: 115%;
}
@media (max-width: 480px) {
  #page-movie .customers .top_customers-logo-lists li.itec img {
    max-width: 100%;
  }
}
#page-movie .customers .top_customers-logo-lists li.kayac img {
  max-width: 80%;
}
#page-movie .customers .top_customers-logo-lists li.value-commerce img {
  max-width: 85%;
}
#page-movie .customers .top_customers-logo-lists li.drecom img {
  max-width: 80%;
}
#page-movie .customers .top_customers-logo-lists li.dac img {
  max-width: 50%;
}
#page-movie .customers .top_customers-logo-lists li.just-systems img {
  max-width: 60%;
}
#page-movie .customers .top_customers-logo-lists li.seven img {
  max-width: 105%;
}
#page-movie .customers .top_customers-logo-lists li.tv-asahi img {
  max-width: 85%;
}

#page-lp {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
#page-lp h1, #page-lp h2, #page-lp h3, #page-lp p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#page-lp .ui_button {
  border-radius: 5px;
  border: none;
}
#page-lp .ui_button.button-blue {
  background: #049bf0;
  padding: 8px;
  font-size: 0.875rem;
}
@media screen and (max-width: 620px) {
  #page-lp .ui_button.button-blue {
    font-size: 0.75rem;
  }
}
#page-lp .container {
  padding-top: 0;
}
#page-lp .widget_globalHeader {
  background: transparent;
  position: relative;
}
#page-lp .widget_globalHeader.widget_globalHeader.is-drawing {
  border: none;
}
#page-lp .widget_globalHeader .widget_globalHeader-content {
  max-width: 1320px;
  margin: 1rem auto;
  width: 95%;
  align-items: baseline;
  justify-content: space-between;
  height: auto;
}
#page-lp .widget_globalHeader .widget_globalHeader-content .mackerel-logo-wrapper {
  display: flex;
}
#page-lp .widget_globalHeader .widget_globalHeader-content .mackerel-logo-wrapper p {
  margin-top: 0.5rem;
  margin-left: 1rem;
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(13, 9, 9, 0.5);
}
@media screen and (max-width: 768px) {
  #page-lp .widget_globalHeader .widget_globalHeader-content .mackerel-logo-wrapper {
    display: block;
  }
  #page-lp .widget_globalHeader .widget_globalHeader-content .mackerel-logo-wrapper p {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_globalHeader .widget_globalHeader-content {
    align-items: start;
  }
}
#page-lp .widget_globalHeader .widget_globalHeader-content nav {
  flex: none;
  display: block;
  margin: 0;
}
#page-lp .widget_globalHeader .widget_globalHeader-content nav .widget_globalHeader-nav {
  position: relative;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_globalHeader .widget_globalHeader-content nav .widget_globalHeader-nav .widget_globalHeader-nav-buttons {
    display: block;
    padding: 0;
  }
}
#page-lp .widget_globalHeader .widget_globalHeader-content nav .widget_globalHeader-nav .widget_globalHeader-button {
  margin: 0;
}
#page-lp .widget_globalHeader .widget_globalHeader-content nav .widget_globalHeader-nav .widget_globalHeader-button a {
  color: #fff;
}
#page-lp .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer {
  display: none;
}
#page-lp .top_LpHeroHeader {
  background: #f7f0eb;
  overflow: hidden;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content {
  position: relative;
  margin: 0 auto;
  max-width: 1296px;
  padding: 1.5rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  z-index: 0;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content {
    display: block;
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content {
    max-width: none;
    width: 100%;
    padding: 1rem 1rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content {
    padding: 0 1rem 2rem;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left {
  position: relative;
  width: 65%;
  padding-left: 2.25rem;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(11%, 21%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_bg_main.svg") no-repeat;
  background-size: contain;
  width: 963px;
  height: 615px;
}
@media screen and (max-width: 1260px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(9%, 23%);
    width: 868px;
    height: 556px;
  }
}
@media screen and (max-width: 1080px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(12%, 23%);
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(12%, 19%);
  }
}
@media screen and (max-width: 680px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(6%, 42%);
    width: 680px;
    height: 430px;
  }
}
@media screen and (max-width: 580px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(-3%, 57%);
    width: 540px;
    height: 342px;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(0%, 120%);
    width: 360px;
    height: 228px;
  }
}
@media screen and (max-width: 400px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(0%, 105%);
  }
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left {
    margin: auto;
    padding-left: 0;
    min-width: 680px;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left {
    width: 100%;
    min-width: auto;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info {
  position: relative;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 small {
  background: #049bf0;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  font-size: 1.75rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 small {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 small {
    font-size: 1rem;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 span {
  display: block;
  font-weight: 800;
  line-height: 3rem;
  font-size: 3rem;
  margin-top: 0.3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 span {
    font-size: 2.5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 span {
    font-size: 1.75rem;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10%, 47%);
}
@media screen and (max-width: 1300px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-138%, -68%);
  }
}
@media screen and (max-width: 1200px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-56%, -68%);
  }
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-100%, -42%);
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-52%, 38%);
  }
}
@media screen and (max-width: 720px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-115%, -50%);
  }
}
@media screen and (max-width: 620px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-115%, -20%);
  }
}
@media screen and (max-width: 500px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-67%, -26%);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-22%, -16%);
  }
}
@media screen and (max-width: 375px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-5%, -16%);
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text {
  position: relative;
  color: #fff;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text {
    font-size: 0.6875rem;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-144%, 25%) rotate(-10deg);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_agent_02.svg") no-repeat;
  background-size: contain;
  width: 54px;
  height: 66px;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::before {
    transform: translate(-144%, 14%) rotate(-10deg);
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::before {
    transform: translate(-153%, 35%) rotate(-10deg);
    width: 42px;
    height: 52px;
  }
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::before {
    transform: translate(-142%, 35%) rotate(-10deg);
    width: 32px;
    height: 40px;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(11%, -22%);
  background: #757575;
  width: 172px;
  height: 100px;
  clip-path: polygon(0 73%, 9% 61%, 5% 23%, 50% 0%, 100% 20%, 92% 100%, 15% 100%, 10% 70%);
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::after {
    transform: translate(8%, -20%);
    width: 163px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::after {
    transform: translate(9%, -19%);
    width: 148px;
    height: 82px;
  }
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::after {
    transform: translate(8%, -19%);
    width: 112px;
    height: 60px;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider {
  position: relative;
  max-width: 800px;
  padding: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider {
    padding: 0.75rem 0 0;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .slick-dotted.slick-slider {
  margin: 0 auto 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .top_LpHeroHeader-slider-contents .slick-slide {
  overflow: hidden;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .top_LpHeroHeader-slider-contents .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider #text-slider {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_dots {
  margin: 10px 0 0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list {
  width: 314px;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li {
  position: relative;
  display: inline-block;
  width: 94px;
  height: 49px;
  cursor: pointer;
  transition: opacity 0.3s;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li:nth-of-type(1) {
  background-size: 230% auto !important;
  background-position: 44% 72% !important;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li:nth-of-type(2) {
  background-size: 342% auto !important;
  background-position: 18% 52% !important;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li:nth-of-type(3) {
  background-size: 120% auto !important;
  background-position: 20% 46% !important;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li:hover::before {
  border: 4px solid #049bf0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li.slick-active::before {
  border: 4px solid #049bf0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right {
  position: relative;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  transform: translate(53%, -27%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_bg_form.svg") no-repeat;
  width: 1632px;
  height: 1716px;
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right::before {
    transform: translate(25%, -5%);
    background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_bg_form_small.svg") no-repeat;
    width: 1715px;
    height: 1320px;
  }
}
@media screen and (max-width: 1350px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right {
    padding: 4.5rem 0 0;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm {
  width: 348px;
  border-radius: 10px;
  background: #F6F6F6;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm {
    width: 60%;
    min-width: 328px;
    margin: auto;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm h2 {
  background: #049bf0;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.6rem;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hs-form {
    max-width: 100%;
    width: 100% !important;
  }
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hs-form fieldset {
    max-width: 100% !important;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form {
  width: 268px;
  margin: 0 auto;
  padding: 1.2rem 0;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form {
    width: 80%;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-form-field > label > span {
  font-size: 0.8125rem;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form fieldset[class*=form-columns] {
  margin: 0 0 0.9rem;
  line-height: 0.8;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form fieldset[class*=form-columns] label {
  margin: 0 0 6px;
  display: block;
  color: #454545;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form fieldset[class*=form-columns] label.hs-error-msg {
  color: #ff2635;
  line-height: 1rem;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form #message-0991fc2c-5bf9-4dfd-8c1d-d3691a23d8d0 {
  min-height: 70px;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-select .hs-input {
  background: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0.4rem;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-select .hs-input:focus {
  border-color: #049bf0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-phonenumber input,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-phonenumber textarea,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-text input,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-text textarea,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-textarea input,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-textarea textarea {
  font-size: 0.875rem;
  line-height: 1.2;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0.4rem;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-phonenumber input:focus,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-phonenumber textarea:focus,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-text input:focus,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-text textarea:focus,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-textarea input:focus,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-textarea textarea:focus {
  border-color: #049bf0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-field-desc {
  font-size: 0.625rem;
  color: #454545;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-field-desc a {
  color: #454545;
  text-decoration: underline;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-field-desc a:hover {
  opacity: 0.8;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs_number_of_hosts_lp .input {
  position: relative;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs_number_of_hosts_lp .input::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-16px, 170%) rotate(135deg);
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::before {
  border-color: #049bf0;
  background: #049bf0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .inputs-list {
  line-height: 1.5rem;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-submit input[type=submit] {
  background: #000;
  color: #fff;
  border-radius: 20px;
  width: 152px;
  height: 40px;
  display: block;
  margin: auto;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-submit input[type=submit]:hover {
  opacity: 0.8;
}
#page-lp .widget_LpTryPlanBlock {
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 0;
  max-width: 1296px;
  border-top: 2px solid #c5c5c5;
}
#page-lp .widget_LpTryPlanBlock-badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #000;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  font-weight: 800;
}
#page-lp .widget_LpTryPlanBlock-text {
  margin-top: 1.25rem;
  line-height: 1.3;
  font-size: 2.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpTryPlanBlock-text {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpTryPlanBlock-text {
    font-size: 1.5rem;
  }
}
#page-lp .widget_LpTryPlanBlock-text strong {
  color: #bf10eb;
}
@media screen and (min-width: 621px) {
  #page-lp .widget_LpTryPlanBlock-textLine {
    display: none;
  }
}
#page-lp .widget_LpTryPlanBlock-subtext {
  margin-top: 0.5rem;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 800;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpTryPlanBlock-subtext {
    font-size: 0.75rem;
  }
}
#page-lp .ui_button_white {
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  padding: 12px 46px;
  line-height: 1;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 0.875rem;
  font-weight: 800;
}
#page-lp .ui_button_white::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-16px, 185%) rotate(135deg);
}
#page-lp .ui_button_white:hover {
  opacity: 0.8;
}
#page-lp .widget_LpIssueBlock {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock {
    padding-bottom: 30px;
  }
}
#page-lp .widget_LpIssueBlock::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 1px;
  background: #6ed4ff;
  width: 100%;
  height: 60px;
  clip-path: polygon(50% 100%, 0% 0, 100% 0);
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock::after {
    height: 30px;
  }
}
#page-lp .widget_LpIssueBlock-content-wrapper {
  background: #6ed4ff;
}
#page-lp .widget_LpIssueBlock-content {
  margin: 0 auto;
  padding: 3.75rem 0 1.25rem;
  max-width: 1296px;
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpIssueBlock-content {
    padding: 3.75rem 2rem 1.25rem;
  }
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-content {
    padding: 2.5rem 2rem 1.25rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-content {
    padding: 2.5rem 1rem 1.25rem;
  }
}
#page-lp .widget_LpIssueBlock-title {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-title {
    font-size: 2rem;
  }
}
#page-lp .widget_LpIssueBlock-title::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(155%, -65%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_03.svg") no-repeat;
  background-size: contain;
  width: 117px;
  height: 111px;
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpIssueBlock-title::before {
    transform: translate(60%, -65%);
  }
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-title::before {
    transform: translate(125%, -65%);
    width: 82px;
    height: 77px;
  }
}
@media screen and (max-width: 900px) {
  #page-lp .widget_LpIssueBlock-title::before {
    transform: translate(0%, -65%);
  }
}
#page-lp .widget_LpIssueBlock-title::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(-170%, -15%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_04.svg") no-repeat;
  background-size: contain;
  width: 106px;
  height: 63px;
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpIssueBlock-title::after {
    transform: translate(-70%, -15%);
  }
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-title::after {
    transform: translate(-150%, -15%);
    width: 74px;
    height: 44px;
  }
}
@media screen and (max-width: 900px) {
  #page-lp .widget_LpIssueBlock-title::after {
    transform: translate(0%, -15%);
  }
}
@media screen and (min-width: 631px) {
  #page-lp .widget_LpIssueBlock-title-line {
    display: none;
  }
}
#page-lp .widget_LpIssueBlock-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-items {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpIssueBlock-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-lp .widget_LpIssueBlock-item {
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-item {
    padding: 1.25rem 1.25rem;
  }
}
#page-lp .widget_LpIssueBlock-item:nth-child(n+2) {
  border-left: 1px solid #6ed4ff;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpIssueBlock-item:nth-child(n+2) {
    border-left: none;
    border-top: 1px solid #6ed4ff;
  }
}
#page-lp .widget_LpIssueBlock-item-title-wrapper {
  display: flex;
  align-items: center;
}
#page-lp .widget_LpIssueBlock-item-badge {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  line-height: 1.7;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  flex-shrink: 0;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-item-badge {
    line-height: 1.8;
  }
}
#page-lp .widget_LpIssueBlock-item-title {
  margin-left: 0.75rem;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-item-title {
    font-size: 1.25rem;
  }
}
#page-lp .widget_LpIssueBlock-item-thumb-wrapper {
  margin: 1.25rem auto 0;
  width: 122px;
  height: 122px;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-item-thumb-wrapper {
    margin: 0.5rem auto 0;
    width: 110px;
    height: 110px;
  }
}
#page-lp .widget_LpIssueBlock-item-thumb-wrapper img {
  width: 100%;
  height: 100%;
}
#page-lp .widget_LpIssueBlock-topic-items {
  margin: 1rem 0 0;
  padding-left: 18px;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-topic-items {
    padding-left: 14px;
    margin: 0.5rem 0 0;
  }
}
#page-lp .widget_LpIssueBlock-topic-item {
  position: relative;
  padding: 0.5rem 0;
  color: #454545;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  border-top: 1px solid #c5c5c5;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-topic-item {
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpIssueBlock-topic-item:nth-child(1) {
  border-top: none;
}
#page-lp .widget_LpIssueBlock-topic-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-18px, 15px);
  width: 8px;
  height: 8px;
  background: #c5c5c5;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpIssueBlock-topic-item::before {
    transform: translate(-18px, 12px);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-topic-item::before {
    transform: translate(-14px, 10px);
  }
}
#page-lp .widget_LpIssueBlock-topic-item strong {
  color: #bf10eb;
}
#page-lp .widget_LpSolutionBlock {
  padding: 2.5rem 0 5rem;
}
#page-lp .widget_LpSolutionBlock-content-wrapper {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper {
    padding: 0 1rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-text {
  order: 1;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-main {
  order: 2;
  margin-top: 1.5rem;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-main {
    margin-top: 6rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(-52%, 84%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_05.svg") no-repeat;
  background-size: contain;
  width: 126px;
  height: 142px;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-wrapper::before {
    transform: translate(-23%, -9%);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-wrapper::before {
    transform: translate(0%, 330%);
    width: 80px;
    height: 90px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
  transform: translate(-35%, 0%);
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-30%, 0%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-66%, 47%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_agent_03.svg") no-repeat;
  background-size: contain;
  width: 121px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment::before {
    transform: translate(-58%, 90%);
    width: 80px;
    height: 54px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-11%, -20%);
  background: #757575;
  width: 260px;
  height: 100px;
  clip-path: polygon(0 8%, 100% 0, 97% 77%, 33% 75%, 21% 100%, 24% 74%, 2% 72%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment::after {
    transform: translate(-10%, -20%);
    clip-path: polygon(0 8%, 88% 0, 83% 77%, 33% 75%, 21% 100%, 24% 74%, 2% 72%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1)::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  transform: translate(0%, 20%);
  background: #f7f0eb;
  width: 100%;
  height: 533px;
  clip-path: polygon(0 33%, 100% 0, 100% 100%, 0 74%);
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1)::after {
    transform: translate(0%, 20%);
    height: 450px;
    clip-path: polygon(0 29%, 100% 0, 100% 100%, 0 82%);
  }
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1)::after {
    transform: translate(0%, 12%);
    height: 900px;
    clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 92%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) {
  margin-top: 6.25rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) {
    margin-top: 8rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-text {
  order: 2;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-text {
    order: 1;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-main {
  order: 1;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-main {
    order: 2;
    margin-top: 6rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-wrapper::before {
  display: none;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub {
  aspect-ratio: 1.64150943;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
  transform: translate(-18%, 26%);
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-8%, 17%);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-6%, 17%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment {
  width: 235px;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment {
    width: 200px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(30%, 165%) rotate(7deg);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_agent_01.svg") no-repeat;
  background-size: contain;
  width: 50px;
  height: 61px;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment::before {
    transform: translate(17%, 209%) rotate(7deg);
    width: 36px;
    height: 44px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-16%, -21%);
  background: #757575;
  width: 304px;
  height: 157px;
  clip-path: polygon(1% 19%, 47% 0, 100% 15%, 95% 83%, 79% 84%, 85% 100%, 69% 83%, 13% 85%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment::after {
    transform: translate(-27%, -19%);
    height: 140px;
    clip-path: polygon(18% 18%, 56% 0, 97% 15%, 93% 83%, 79% 84%, 84% 98%, 70% 83%, 26% 83%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2)::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  transform: translate(0%, 20%);
  background: #f7f0eb;
  width: 100%;
  height: 533px;
  clip-path: polygon(0 0, 100% 33%, 100% 74%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2)::after {
    transform: translate(0%, 20%);
    height: 450px;
    clip-path: polygon(0 0, 100% 20%, 100% 82%, 0 100%);
  }
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2)::after {
    transform: translate(0%, 22%);
    height: 900px;
    clip-path: polygon(0 0, 100% 20%, 100% 82%, 0 87%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) {
    margin-top: 8.5rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-content {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-content {
    max-width: 980px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-text {
    grid-template-columns: repeat(1, 1fr);
    max-width: 522px;
    margin: 0 auto;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-wrapper {
  margin-top: 0;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-wrapper {
    margin-top: 2.5rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(0%, 0%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_03.svg") no-repeat;
  background-size: contain;
  width: 149px;
  height: 140px;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub {
  aspect-ratio: 1.64150943;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
  transform: translate(-75%, -130%);
}
@media screen and (max-width: 1100px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-50%, 58%);
  }
}
@media screen and (max-width: 510px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-40%, 140%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment {
  width: 210px;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(182%, -8%) rotate(-4deg);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_agent_02.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 73px;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment::before {
    transform: translate(173%, 36%);
    width: 40px;
    height: 47px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  bottom: 0;
  transform: translate(18%, 18%);
  background: #757575;
  width: 298px;
  height: 105px;
  clip-path: polygon(0% 0%, 89% 9%, 88% 48%, 100% 61%, 87% 66%, 86% 100%, 7% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment::after {
    height: 88px;
    clip-path: polygon(3% 0%, 89% 9%, 85% 50%, 94% 62%, 84% 65%, 81% 100%, 7% 100%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-main {
  margin: 2rem auto 0;
  max-width: 860px;
  aspect-ratio: 1.45025295;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-main {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-main {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 510px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-main {
    margin-top: 8.5rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3)::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  transform: translate(0, 80px);
  background: #f7f0eb;
  width: 100%;
  height: 508px;
  clip-path: polygon(0 65%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3)::after {
    height: 900px;
    clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3)::after {
    height: 680px;
  }
}
#page-lp .widget_LpSolutionBlock-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin: 0 auto;
  max-width: 1072px;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content {
    grid-template-columns: repeat(1, 1fr);
    max-width: 522px;
  }
}
#page-lp .widget_LpSolutionBlock-badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #000;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  font-weight: 800;
}
#page-lp .widget_LpSolutionBlock-title-wrapper {
  display: flex;
  align-items: baseline;
  margin-top: 0.5rem;
}
#page-lp .widget_LpSolutionBlock-number {
  line-height: 1;
  color: #afafaf;
  font-size: 3.25rem;
  font-weight: 800;
  font-family: "Helvetica", "Arial", sans-serif;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-number {
    font-size: 2.25rem;
  }
}
#page-lp .widget_LpSolutionBlock-title {
  margin-left: 0.75rem;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-title {
    font-size: 2rem;
  }
}
#page-lp .widget_LpSolutionBlock-topic-items {
  margin: 1rem 0 0;
  padding-left: 18px;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-topic-items {
    padding-left: 14px;
    margin: 0.5rem 0 0;
  }
}
#page-lp .widget_LpSolutionBlock-topic-item {
  position: relative;
  padding: 0.5rem 0;
  color: #454545;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  border-top: 1px solid #c5c5c5;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-topic-item {
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpSolutionBlock-topic-item:nth-child(1) {
  border-top: none;
}
#page-lp .widget_LpSolutionBlock-topic-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-18px, 15px);
  width: 8px;
  height: 8px;
  background: #c5c5c5;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-topic-item::before {
    transform: translate(-18px, 12px);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-topic-item::before {
    transform: translate(-14px, 10px);
  }
}
#page-lp .widget_LpSolutionBlock-topic-item strong {
  color: #bf10eb;
}
#page-lp .widget_LpSolutionBlock-item-caption {
  margin-top: 1.5rem;
  color: #454545;
  line-height: 1.5;
  font-size: 1rem;
}
#page-lp .widget_LpSolutionBlock-thumb-sub-wrapper {
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-thumb-sub-wrapper {
    margin-top: 2.5rem;
  }
}
#page-lp .widget_LpSolutionBlock-thumb-sub {
  position: relative;
  max-width: 348px;
  width: 100%;
  aspect-ratio: 1.1409836;
  border: 4px solid #c5c5c5;
  border-radius: 10px;
  overflow: hidden;
}
#page-lp .widget_LpSolutionBlock-thumb-sub img {
  width: 100%;
  height: 100%;
}
#page-lp .widget_LpSolutionBlock-thumb-sub-caption {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
#page-lp .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
#page-lp .widget_LpSolutionBlock-thumb-sub-comment {
  position: relative;
  color: #fff;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 800;
}
#page-lp .widget_LpSolutionBlock-thumb-sub-comment-excuse {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-thumb-sub-comment-excuse {
    font-size: 0.6875rem;
  }
}
#page-lp .widget_LpSolutionBlock-thumb-main {
  position: relative;
  width: 100%;
  aspect-ratio: 0.6525;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.2);
}
#page-lp .widget_LpSolutionBlock-thumb-main img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
#page-lp .widget_LpCreBlock {
  margin: 0 auto;
  padding: 5rem 0;
  max-width: 1296px;
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpCreBlock {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock {
    padding: 3.75rem 1rem;
  }
}
#page-lp .widget_LpCreBlock-title {
  text-align: center;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpCreBlock-title {
    font-size: 2rem;
  }
}
#page-lp .widget_LpCreBlock-title-sub {
  padding-top: 1rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpCreBlock-title-sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-title-sub {
    font-size: 0.875rem;
  }
}
#page-lp .widget_LpCreBlock-content {
  margin: 0 auto;
  max-width: 856px;
}
#page-lp .widget_LpCreBlock-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.5rem;
  text-align: center;
  background: #f7f0eb;
  border: 1px solid #959595;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-items {
    margin-top: 1.25rem;
  }
}
#page-lp .widget_LpCreBlock-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
#page-lp .widget_LpCreBlock-item:nth-child(1) .widget_LpCreBlock-item-title {
  border-right: 1px solid #c5c5c5;
  background: #2f2f2f;
}
#page-lp .widget_LpCreBlock-item:nth-child(2) .widget_LpCreBlock-item-list::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(0%, 60%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 18px solid #c5c5c5;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpCreBlock-item:nth-child(2) .widget_LpCreBlock-item-list::before {
    transform: translate(0%, 80%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #c5c5c5;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-item:nth-child(2) .widget_LpCreBlock-item-list::before {
    transform: translate(0%, 50%);
  }
}
#page-lp .widget_LpCreBlock-item-title {
  background: #049bf0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpCreBlock-item-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-item-title {
    font-size: 0.875rem;
  }
}
#page-lp .widget_LpCreBlock-item-list {
  position: relative;
  padding: 1.25rem 1.5rem;
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 800;
  border-top: 1px solid #c5c5c5;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpCreBlock-item-list {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-item-list {
    padding: 1rem 1.5rem;
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpCreBlock-item-list:nth-child(2) {
  border-top: none;
}
#page-lp .widget_LpCreBlock-topic-items {
  margin: 2rem 0 0;
  padding-left: 18px;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-topic-items {
    padding-left: 14px;
    margin: 1rem 0 0;
  }
}
#page-lp .widget_LpCreBlock-topic-item {
  position: relative;
  padding: 0.5rem 0;
  color: #454545;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  border-top: 1px solid #c5c5c5;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-topic-item {
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpCreBlock-topic-item:nth-child(1) {
  border-top: none;
}
#page-lp .widget_LpCreBlock-topic-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-18px, 15px);
  width: 8px;
  height: 8px;
  background: #c5c5c5;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpCreBlock-topic-item::before {
    transform: translate(-18px, 12px);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-topic-item::before {
    transform: translate(-14px, 10px);
  }
}
#page-lp .widget_LpCreBlock-topic-item strong {
  color: #bf10eb;
}
#page-lp .widget_LpCustomersBlock {
  margin: 0 auto;
  padding: 5rem 0;
  max-width: 1296px;
  border-top: 2px solid #c5c5c5;
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpCustomersBlock {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock {
    padding: 3.75rem 1rem;
  }
}
#page-lp .widget_LpCustomersBlock-title {
  text-align: center;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpCustomersBlock-title {
    font-size: 2rem;
  }
}
#page-lp .widget_LpCustomersBlock-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 2.5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpCustomersBlock-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-items {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1.5rem;
  }
}
#page-lp .widget_LpCustomersBlock-item {
  border: 1px solid #959595;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
#page-lp .widget_LpCustomersBlock-item:hover .widget_LpCustomersBlock-item-title,
#page-lp .widget_LpCustomersBlock-item:hover .widget_LpCustomersBlock-item-customer,
#page-lp .widget_LpCustomersBlock-item:hover .widget_LpCustomersBlock-item-industry {
  opacity: 0.8;
}
#page-lp .widget_LpCustomersBlock-item-thumb-wrapper {
  position: relative;
  line-height: 0;
  width: 100%;
  aspect-ratio: 1.5018315;
  border-bottom: 1px solid #959595;
}
#page-lp .widget_LpCustomersBlock-item-thumb-wrapper img {
  width: 100%;
  height: 100%;
}
#page-lp .widget_LpCustomersBlock-item-badge {
  position: absolute;
  padding: 0.25rem;
  line-height: 1;
  right: 0;
  bottom: 0;
  transform: translate(-8px, -8px);
  background: #fff;
  border-radius: 4px;
  border: 1px solid #757575;
  color: #757575;
  font-size: 0.75rem;
  font-weight: 800;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-item-badge {
    transform: translate(-4px, -4px);
    font-size: 0.6875rem;
  }
}
#page-lp .widget_LpCustomersBlock-item-text-wrapper {
  padding: 0 1rem 1.25rem;
  line-height: 1.3;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-item-text-wrapper {
    padding: 0 0.5rem 1rem;
  }
}
#page-lp .widget_LpCustomersBlock-item-title {
  padding: 0.5rem 0;
  border-bottom: 1px solid #c5c5c5;
  font-size: 1rem;
  font-weight: 800;
  color: #049bf0;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-item-title {
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpCustomersBlock-item-customer {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-item-customer {
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpCustomersBlock-item-industry {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-item-industry {
    font-size: 0.6875rem;
  }
}
#page-lp .widget_LpPriceBlock {
  position: relative;
  padding: 5rem 0 7.5rem;
  background: #f7f0eb;
}
#page-lp .widget_LpPriceBlock::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  background: #6ed4ff;
  width: 100%;
  height: 60px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock::after {
    height: 30px;
  }
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpPriceBlock {
    padding: 5rem 2rem 7.5rem;
  }
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock {
    padding: 3.75rem 1rem 5.625rem;
  }
}
#page-lp .widget_LpPriceBlock-content {
  margin: 0 auto;
  max-width: 1296px;
}
#page-lp .widget_LpPriceBlock-title {
  text-align: center;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-title {
    font-size: 2rem;
  }
}
#page-lp .widget_LpPriceBlock-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #959595;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpPriceBlock-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-lp .widget_LpPriceBlock-items li:nth-child(1) {
  border-right: 1px solid #959595;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpPriceBlock-items li:nth-child(1) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpPriceBlock-items li:nth-child(2) .widget_LpPriceBlock-price-title {
    border-radius: 10px 10px 0 0;
  }
}
#page-lp .widget_LpPriceBlock-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  padding-bottom: 2.5rem;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-item {
    padding-bottom: 1.5rem;
  }
}
#page-lp .widget_LpPriceBlock-price-title {
  padding: 0.5rem 0;
  background: #2f2f2f;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-price-title {
    font-size: 1.25rem;
  }
}
#page-lp .widget_LpPriceBlock-price-plan-wrapper {
  padding: 2rem 0 0;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-price-plan-wrapper {
    padding: 1.5rem 0 0;
  }
}
#page-lp .widget_LpPriceBlock-price-plan-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
}
#page-lp .widget_LpPriceBlock-price-plan {
  color: #bf10eb;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-price-plan {
    font-size: 2rem;
  }
}
#page-lp .widget_LpPriceBlock-price-plan-sub {
  text-align: start;
  margin-left: 0.25rem;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-price-plan-sub {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
#page-lp .widget_LpPriceBlock-contact {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 800;
}
#page-lp .widget_LpPriceBlock-contact a {
  border-bottom: 1px solid #049bf0;
  color: #049bf0;
}
#page-lp .widget_LpPriceBlock-contact a:hover {
  opacity: 0.8;
}
#page-lp .ui_button_blue {
  display: inline-block;
  margin-top: 2rem;
  min-width: 260px;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 30px;
  background: #049bf0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}
#page-lp .ui_button_blue:hover {
  opacity: 0.8;
}
#page-lp .widget_LpPriceBlock-compare {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-compare {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
#page-lp .widget_LpPriceBlock-compare a {
  border-bottom: 1px solid #049bf0;
  color: #049bf0;
}
#page-lp .widget_LpPriceBlock-compare a:hover {
  opacity: 0.8;
}
#page-lp .widget_LpPriceBlock-content-info {
  margin-top: 2rem;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-content-info {
    margin-top: 1.5rem;
  }
}
#page-lp .widget_LpPriceBlock-content-info li a {
  border-bottom: 1px solid;
}
#page-lp .widget_LpPriceBlock-content-info li a:hover {
  opacity: 0.8;
}
#page-lp .widget_recommendPlanBlock {
  background: #6ed4ff;
}
#page-lp .widget_recommendPlanBlock-content {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 1296px;
  width: 100%;
  padding: 3.75rem 0.75rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_recommendPlanBlock-content {
    max-width: 600px;
    padding: 2.5rem 0.75rem;
  }
}
#page-lp .widget_recommendPlanBlock-content::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(30%, 40%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_01.svg") no-repeat;
  background-size: contain;
  width: 152px;
  height: 132px;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_recommendPlanBlock-content::before {
    transform: translate(10%, 90%);
    width: 90px;
    height: 78px;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_recommendPlanBlock-content::before {
    transform: translate(10%, 120%);
    width: 60px;
    height: 52px;
  }
}
#page-lp .widget_recommendPlanBlock-content::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(-30%, 40%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_02.svg") no-repeat;
  background-size: contain;
  width: 152px;
  height: 130px;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_recommendPlanBlock-content::after {
    transform: translate(-10%, 90%);
    width: 90px;
    height: 76px;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_recommendPlanBlock-content::after {
    transform: translate(-10%, 120%);
    width: 60px;
    height: 52px;
  }
}
#page-lp .recommendPlanTitle {
  margin-top: 0;
  line-height: 1;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .recommendPlanTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .recommendPlanTitle {
    font-size: 1.5rem;
  }
}
#page-lp .recommendPlanText {
  margin-top: 1.25rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .recommendPlanText {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .recommendPlanText {
    font-size: 0.875rem;
  }
}
#page-lp .recommendPlanText small {
  font-size: 0.85rem;
  font-weight: 600;
}
@media screen and (min-width: 1081px) {
  #page-lp .recommendPlanTextLine {
    display: none;
  }
}
#page-lp .ui_button_black {
  display: inline-block;
  margin-top: 2rem;
  min-width: 260px;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}
#page-lp .ui_button_black:hover {
  opacity: 0.8;
}
#page-lp .widget_LpFooter {
  padding-top: 3.75rem;
}
#page-lp .widget_LpFooter-content {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
}
@media screen and (max-width: 480px) {
  #page-lp .widget_LpFooter-content {
    padding: 0 1.25rem 3rem;
  }
}
#page-lp .widget_LpFooter-title {
  display: flex;
  align-items: flex-end;
}
#page-lp .mackerel-logo-footer {
  margin: 0;
  line-height: 0;
  width: 170px;
  height: auto;
  fill: #000;
}
@media screen and (max-width: 480px) {
  #page-lp .mackerel-logo-footer {
    width: 150px;
  }
}
#page-lp .widget_LpFooter-tagline {
  margin-left: 1rem;
  line-height: 1;
  color: #7f7f7f;
  font-size: 0.75rem;
  font-weight: 700;
}
#page-lp .widget_LpFooter-menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  line-height: 2;
  color: #000;
  font-size: 0.875rem;
  font-weight: 300;
}
#page-lp .widget_LpFooter-menu li a {
  padding: 0.5rem 1.5rem 0.5rem 0;
}
#page-lp .widget_LpFooter-menu li:hover a {
  opacity: 0.8;
}
#page-lp .widget_LpFooter-copyright {
  text-align: center;
  background-color: #e2e2e2;
}
#page-lp .widget_LpFooter-copyright-text {
  padding: 1.25rem 0;
  line-height: 1;
  font-size: 0.75rem;
}
#page-lp .top_firstViewCustomers {
  padding: 2.5rem 0;
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers {
    padding: 2rem 0;
  }
}
#page-lp .top_firstViewCustomers-lists {
  display: grid;
  grid-template-columns: repeat(10, auto);
  gap: 1.75rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #page-lp .top_firstViewCustomers-lists {
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  #page-lp .top_firstViewCustomers-lists {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers-lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
#page-lp .top_firstViewCustomers-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-lp .top_firstViewCustomers-lists li img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #page-lp .top_firstViewCustomers-lists li.kddi img, #page-lp .top_firstViewCustomers-lists li.sega img {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers-lists li.kddi img, #page-lp .top_firstViewCustomers-lists li.sega img {
    max-width: 75%;
  }
}
#page-lp .top_firstViewCustomers-lists li.idcf img {
  min-width: 2.5em;
}
#page-lp .top_firstViewCustomers-lists li.ca img {
  max-width: 3em;
}
@media screen and (max-width: 1000px) {
  #page-lp .top_firstViewCustomers-lists li.ca img {
    max-width: 3.5em;
  }
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers-lists li.ca img {
    max-width: 3em;
  }
}
#page-lp .top_firstViewCustomers-lists li.ntt-east {
  margin: 0 -7px;
}
#page-lp .top_firstViewCustomers-lists li.ntt-east img {
  min-width: 2.5em;
}
#page-lp .top_firstViewCustomers-lists li.classmethod img {
  max-width: 5.5em;
}
#page-lp .top_firstViewCustomers-lists li.ntt-smartConnect img {
  min-width: 1.5em;
}
#page-lp .top_firstViewCustomers-lists li.mercari {
  margin: 0 -10px;
}
#page-lp .top_firstViewCustomers-lists li.mercari img {
  min-width: 2.5em;
}
#page-lp .top_firstViewCustomers-lists li.freee img {
  max-width: 6.5em;
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers-lists li.freee img {
    max-width: 5.5em;
  }
}
#page-lp .top_firstViewCustomers-lists li.recochoku img {
  max-width: 7em;
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers-lists li.recochoku img {
    max-width: 6em;
  }
}

.top_Latemajority-HeroHeader {
  position: relative;
  background: #f7f0eb;
  overflow: hidden;
}
.top_Latemajority-HeroHeader::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  transform: translate(50%, -23%);
  background: url("/assets/img/lp/lp_bg_form.svg") no-repeat;
  width: 1632px;
  height: 1716px;
}
@media screen and (max-width: 900px) {
  .top_Latemajority-HeroHeader::before {
    transform: translate(64%, -23%);
  }
}
@media screen and (max-width: 700px) {
  .top_Latemajority-HeroHeader::before {
    transform: translate(25%, 21%);
    background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_bg_form_small.svg") no-repeat;
    width: 1715px;
    height: 1320px;
  }
}

.latemajority_header_cv {
  background: #000;
  padding: 0.5rem;
  font-size: 0.875rem;
}

.top_Latemajority-mv {
  position: relative;
  padding: 0 1.5rem;
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .top_Latemajority-mv {
    padding: 0 1rem;
  }
}

.top_Latemajority-mv-content {
  display: grid;
  grid-template-columns: 37% 60%;
  column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1140px) {
  .top_Latemajority-mv-content {
    display: block;
  }
}

.top_Latemajority-mv-thumb-wrapper {
  position: relative;
  max-width: 660px;
  aspect-ratio: 1.58102766;
}
@media screen and (max-width: 1140px) {
  .top_Latemajority-mv-thumb-wrapper {
    padding-top: 1.5rem;
    max-width: none;
  }
}
.top_Latemajority-mv-thumb-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.2);
}
.top_Latemajority-mv-thumb-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(17%, -12%);
  background: url("/assets/img/lp/lp_decoration_shape_06.svg") no-repeat;
  background-size: contain;
  width: 880px;
  height: 490px;
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  .top_Latemajority-mv-thumb-wrapper::before {
    transform: translate(55%, -22%);
  }
}
@media screen and (max-width: 700px) {
  .top_Latemajority-mv-thumb-wrapper::before {
    transform: translate(68%, -28%);
  }
}
@media screen and (max-width: 600px) {
  .top_Latemajority-mv-thumb-wrapper::before {
    display: none;
  }
}

.top_Latemajority-mv-title small {
  background: #049bf0;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  font-size: 1.75rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .top_Latemajority-mv-title small {
    font-size: 1.5rem;
  }
}
.top_Latemajority-mv-title span {
  display: block;
  font-weight: 800;
  line-height: 1.3;
  font-size: 3.25rem;
  margin-top: 0.3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .top_Latemajority-mv-title span {
    font-size: 2.5rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 1140px) {
  .top_Latemajority-mv-title-line {
    display: none;
  }
}

.top_Latemajority-title-sub {
  position: relative;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1140px) {
  .top_Latemajority-title-sub {
    display: inline-block;
  }
}
.top_Latemajority-title-sub::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(-100%, 40%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_agent_04.svg") no-repeat;
  background-size: contain;
  width: 62px;
  height: 43px;
}
@media screen and (max-width: 1140px) {
  .top_Latemajority-title-sub::after {
    transform: translate(100%, 40%);
  }
}

.top_Latemajority-cv-text {
  padding-top: 3rem;
  font-size: 1.75rem;
  font-weight: 800;
  color: #049bf0;
}

.ui_button_black_latemajority {
  display: inline-block;
  min-width: 260px;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}
.ui_button_black_latemajority:hover {
  opacity: 0.8;
}

#page-higher-plan {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
#page-higher-plan h1, #page-higher-plan h2, #page-higher-plan h3, #page-higher-plan h4, #page-higher-plan p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#page-higher-plan .higher-plan-overview {
  padding: 5rem 0;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-overview {
    padding: 5rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-overview {
    padding: 3rem 1rem;
  }
}
#page-higher-plan .higher-plan-overview-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
  column-gap: 60px;
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-overview-content {
    display: block;
    max-width: 600px;
  }
  #page-higher-plan .higher-plan-overview-content > div:nth-child(2) {
    padding-top: 3.75rem;
  }
}
#page-higher-plan .higher-plan-overview-content > div:last-of-type .higher-plan-overview-item {
  background: #e9f8ff;
}
#page-higher-plan .higher-plan-overview-content > div:last-of-type .higher-plan-overview-item::before {
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/higher-plan/higher_plan_person_02.svg") no-repeat;
  background-size: contain;
}
#page-higher-plan .higher-plan-overview-catchphrase {
  display: inline-block;
  transform: translate(75px, 0);
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-overview-catchphrase {
    font-size: 1rem;
  }
}
#page-higher-plan .higher-plan-overview-item {
  position: relative;
  margin-top: 1rem;
  min-height: 290px;
  background: #f7f0eb;
  border: 1px solid #919396;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-overview-item {
    min-height: auto;
  }
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-overview-item {
    margin-top: 0.5rem;
  }
}
#page-higher-plan .higher-plan-overview-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(20px, -73px);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/higher-plan/higher_plan_person_01.svg") no-repeat;
  background-size: contain;
  width: 46px;
  height: 73px;
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-overview-item::before {
    width: 36px;
    height: 57px;
    transform: translate(20px, -57px);
  }
}
#page-higher-plan .higher-plan-overview-item-title {
  text-align: center;
  padding: 0.25rem 1rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
  background: #000;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}
#page-higher-plan .higher-plan-overview-topic-items {
  margin: 40px;
  padding-left: 18px;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-overview-topic-items {
    margin: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-overview-topic-items {
    margin: 1rem;
  }
}
#page-higher-plan .higher-plan-overview-topic-item {
  position: relative;
  padding: 0.5rem 0;
  color: #444;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
  border-top: 1px solid #c1c3c6;
}
@media screen and (max-width: 450px) {
  #page-higher-plan .higher-plan-overview-topic-item {
    font-size: 0.75rem;
  }
}
#page-higher-plan .higher-plan-overview-topic-item:nth-child(1) {
  border-top: none;
}
#page-higher-plan .higher-plan-overview-topic-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-18px, 15px);
  width: 8px;
  height: 8px;
  background: #c1c3c6;
}
@media screen and (max-width: 800px) {
  #page-higher-plan .higher-plan-overview-topic-item::before {
    transform: translate(-18px, 12px);
  }
}
@media screen and (max-width: 450px) {
  #page-higher-plan .higher-plan-overview-topic-item::before {
    transform: translate(-14px, 10px);
  }
}
#page-higher-plan .higher-plan-overview-topic-item strong {
  color: #07aa04;
  font-weight: 700;
}
#page-higher-plan .higher-plan-overview-button-wrapper {
  margin-top: 20px;
  text-align: center;
}
#page-higher-plan .higher-plan-table {
  margin: 0 1.5rem;
  padding: 5rem 0;
  border-top: 2px solid #c1c3c6;
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-table {
    margin: 0 1rem;
    padding: 2.5rem 0;
  }
}
#page-higher-plan .higher-plan-table .widget_table {
  margin: 0 auto;
  max-width: 942px;
  width: 100%;
}
#page-higher-plan .higher-plan-table-excuse {
  max-width: 942px;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 0 0;
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-table-excuse {
    padding: 1rem 0 0;
  }
}
#page-higher-plan .higher-plan-table-excuse-title {
  font-size: 0.85rem;
  font-weight: 600;
}
#page-higher-plan .higher-plan-table-excuse-content {
  margin-top: 0.25rem;
}
#page-higher-plan .higher-plan-table-excuse-content ul {
  font-size: 0.75rem;
  list-style-type: disc;
  padding: 0 0 0 1rem;
}
#page-higher-plan .higher-plan-table-excuse-content ul ul {
  list-style-type: circle;
  margin: 0.25rem 0;
}
#page-higher-plan .higher-plan-table-excuse-content li {
  list-style: inherit;
}
#page-higher-plan .higher-plan-table-excuse-content li + li {
  margin: 0.25rem 0 0;
}
#page-higher-plan .higher-plan-detail {
  margin: 0 1.5rem;
  padding: 5rem 0;
}
#page-higher-plan .higher-plan-detail#premium {
  border-top: 2px solid #c1c3c6;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-detail {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-detail {
    margin: 0 1rem;
  }
}
#page-higher-plan .higher-plan-detail .widget_unitColumn-primary,
#page-higher-plan .higher-plan-detail .widget_unitColumn-secondary {
  margin: 60px auto 0;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-detail .widget_unitColumn-primary,
  #page-higher-plan .higher-plan-detail .widget_unitColumn-secondary {
    margin: 2.5rem auto 0;
  }
}
#page-higher-plan .higher-plan-detail-text {
  max-width: 684px;
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-detail-text {
    padding-top: 1.5rem;
  }
}
#page-higher-plan .higher-plan-detail-text .widget_paragraph {
  padding-top: 1.5rem;
}
#page-higher-plan .higher-plan-detail-text .widget_paragraph:first-child {
  padding-top: 0;
}
#page-higher-plan .widget_heroFooter2nd {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
#page-higher-plan .widget_heroFooter2nd .widget_heroFooter2nd-content {
  margin: 0 1.5rem;
  padding: 2.5rem 1.25rem;
}

/*# sourceMappingURL=mackerel-hubspot.css.map */
@charset "UTF-8";
/*! 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;
}

@font-face {
  font-family: "Hiragino weightFixed";
  font-weight: normal;
  src: local("HiraginoSans-W4"), local("HiraginoSans-W3");
}
@font-face {
  font-family: "Hiragino weightFixed";
  font-weight: bold;
  src: local("HiraginoSans-W6");
}
svg[class^=icon] {
  fill: currentColor;
  width: 1em;
  height: auto;
}

.icon_inline {
  transform: translateY(0.15em);
  margin: 0 0.25em 0 0.125em;
}
.icon_inline.icon_launch {
  width: 0.9em;
  transform: translateY(1px);
}

.icon_arrow-reverse {
  transform: rotate(180deg);
}
.icon_arrow-reverse.icon_inline {
  transform: translateY(0.15em) rotate(180deg);
}

* {
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino weightFixed", "Hiragino Sans", "Segoe UI", "Meiryo", system-ui, sans-serif;
  color: #111;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  height: 100%;
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino weightFixed", "Hiragino Sans", "Segoe UI", "Meiryo", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #111;
  background: #fff;
  position: relative;
  hyphens: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  height: 100%;
}

ul, ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.15em;
  cursor: pointer;
  outline: none;
}
a.link {
  color: #049bf0;
}
a.link:hover, a.link:focus {
  text-decoration: underline;
}
a.link-underline {
  text-decoration: underline;
}
a.link-underline:hover, a.link-underline:focus {
  color: #049bf0;
}

button,
select,
input,
textarea {
  outline: 0;
}
button:required,
select:required,
input:required,
textarea:required {
  box-shadow: none;
}

span {
  outline: none;
}

img {
  vertical-align: bottom;
}

table {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

pre {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  color: #000;
}

mark {
  background: #fac800;
  color: #000;
  text-shadow: none;
}

@media (max-width: 768px) {
  .tablet-wrap {
    display: none;
  }
}

.hs-recaptcha {
  margin: 1.5rem 0;
}

.contents-terms .terms + .terms {
  margin: 4rem 0 0;
}
@media (max-width: 768px) {
  .contents-terms .terms + .terms {
    margin: 3rem 0 0;
  }
}
.contents-terms .terms ol li {
  margin: 1em 0 1em 1.5rem;
}
.contents-terms .terms ul li {
  margin: 1em 0 1em 1.5rem;
  list-style: disc;
}
.contents-terms .terms a {
  text-decoration: underline;
  color: #0cb3e6;
}
.contents-terms .enactment {
  margin: 4rem 0 0;
}
@media (max-width: 768px) {
  .contents-terms .enactment {
    margin: 3rem 0 0;
  }
}
.contents-terms .enactment p {
  margin: 0;
}

*[class*=layout_wrapper][class~=col_1] {
  max-width: 51px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_1] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_1] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_2] {
  max-width: 150px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_2] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_2] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_3] {
  max-width: 249px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_3] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_3] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_4] {
  max-width: 348px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_4] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_4] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_5] {
  max-width: 447px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_5] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_5] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_6] {
  max-width: 546px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_6] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_6] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_7] {
  max-width: 645px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_7] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_7] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_8] {
  max-width: 744px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_8] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_8] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_9] {
  max-width: 843px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_9] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_9] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_10] {
  max-width: 942px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_10] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_10] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_11] {
  max-width: 1041px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_11] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_11] {
    padding: 0 20px;
  }
}

*[class*=layout_wrapper][class~=col_12] {
  max-width: 1140px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  *[class*=layout_wrapper][class~=col_12] {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  *[class*=layout_wrapper][class~=col_12] {
    padding: 0 20px;
  }
}

.container {
  padding-top: 4rem;
}
@media (max-width: 480px) {
  .container {
    padding-top: 0;
  }
}

.hs-field-desc {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #777;
  margin: 0 0 0.25rem;
}

.hs-form-required {
  color: #777;
  margin: 0 0 0 2px;
}

ul.hs-error-msgs {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #ff2635;
  margin: 5px 0 0;
}
ul.hs-error-msgs li + li {
  margin: 4px 0 0;
}

.hs_error_rollup ul.hs-error-msgs {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ff2635;
  margin: 0 0 8px;
}

.ui_button {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 20px;
  background: #049bf0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  border: none;
}
@media (max-width: 768px) {
  .ui_button {
    padding: 0.75rem;
  }
}
.ui_button:hover, .ui_button:focus {
  opacity: 0.7;
}
.ui_button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px fade(#e1e3e6, 70%);
}
.ui_button.button-deepGray {
  color: #fff;
  background: #000;
}
.ui_button.button-deepGray:hover, .ui_button.button-deepGray:focus {
  opacity: 0.7;
}
.ui_button.button-white {
  color: #616366;
  background: #fff;
  border-color: #b1b3b6;
}
.ui_button.button-white:hover, .ui_button.button-white:focus {
  color: #616366;
  background: bg_f3f4f5;
  border-color: #919396;
}
.ui_button.button-white:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px fade(#b1b3b6, 70%);
}
.ui_button.button-white-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
.ui_button.button-white-blue:hover, .ui_button.button-white-blue:focus {
  opacity: 0.9;
}
.ui_button.button-blue {
  color: #fff;
  background: #049bf0;
}
.ui_button.button-blue:hover, .ui_button.button-blue:focus {
  opacity: 0.5;
}
.ui_button.button-blue-black {
  color: #fff;
  background: #000;
  border-color: black;
}
.ui_button.button-blue-black:hover, .ui_button.button-blue-black:focus {
  color: #fff;
  background: black;
  border-color: black;
}
.ui_button.button-red {
  color: #fff;
  background: #ff2635;
  border-color: #d92a36;
}
.ui_button.button-red:hover, .ui_button.button-red:focus {
  color: #fff;
  background: #d92a36;
  border-color: #ad212b;
}
.ui_button.button-red:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px fade(#ff2635, 70%);
}
.ui_button.button-redSilent {
  color: #d92a36;
  background: #eeeff1;
  border-color: #e1e3e6;
  text-shadow: none;
}
.ui_button.button-redSilent:hover, .ui_button.button-redSilent:focus {
  color: #fff;
  background: #d92a36;
  border-color: #ad212b;
}
.ui_button.button-redSilent:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px fade(#d92a36, 70%);
}
.ui_button.button-redSilent:disabled:hover, .ui_button.button-redSilent:disabled:focus {
  color: #d1d3d6;
  text-shadow: none;
  background: #eeeff1;
  border-color: #e1e3e6;
}
.ui_button:disabled, .ui_button.button-disabled {
  color: #d1d3d6;
  background: #eeeff1;
  border-color: #e1e3e6;
  text-shadow: none;
  cursor: default;
}
.ui_button:disabled:hover, .ui_button:disabled:focus, .ui_button.button-disabled:hover, .ui_button.button-disabled:focus {
  color: #d1d3d6;
  background: #eeeff1;
  border-color: #e1e3e6;
}
.ui_button.button-letter {
  color: #56595c;
  background: none;
  border: 0;
  padding: 8px 0;
  margin: 0 1rem;
}
.ui_button.button-letter:hover:not(:disabled), .ui_button.button-letter:focus:not(:disabled) {
  color: #0cb3e6;
  text-decoration: underline;
}
.ui_button.button-letter:disabled {
  pointer-events: none;
  user-select: none;
}
.ui_button.button-small {
  font-size: 0.75rem;
  padding: 0.375rem 0.5rem;
}
.ui_button i[class^=icon] {
  line-height: 0.5em;
}

.hs-submit input[type=submit] {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 20px;
  background: #049bf0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  border: none;
}
@media (max-width: 768px) {
  .hs-submit input[type=submit] {
    padding: 0.75rem;
  }
}
.hs-submit input[type=submit]:hover, .hs-submit input[type=submit]:focus {
  opacity: 0.7;
}
.hs-submit input[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px fade(#e1e3e6, 70%);
}

.ui_button_big_black,
.ui_button_big_white {
  display: inline-block;
  min-width: 280px;
  padding: 20px 20px;
  line-height: 1;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: 800;
}
.ui_button_big_black:hover,
.ui_button_big_white:hover {
  opacity: 0.7;
}

.ui_button_big_black {
  background: #000;
  color: #fff;
}

.ui_button_big_white {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.ui_button_small_blue,
.ui_button_small_black {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 20px;
  background: #049bf0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
}

.ui_button_small_blue {
  background: #049bf0;
}
.ui_button_small_blue:hover {
  opacity: 0.8;
}

.ui_button_small_black {
  background: #000;
}
.ui_button_small_black:hover {
  opacity: 0.7;
}

.ui_button_white_arrow_right {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 280px;
  padding: 20px 54px;
  line-height: 1;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: 800;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.ui_button_white_arrow_right::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(-30px, 225%) rotate(45deg);
}
.ui_button_white_arrow_right:hover {
  opacity: 0.7;
}

@media screen and (max-width: 580px) {
  .ui_button_small_white_arrow_right {
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 140px;
    padding: 9px 30px;
    line-height: 1;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 800;
    background: #fff;
    border: 1px solid #000;
    color: #000;
  }
  .ui_button_small_white_arrow_right::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translate(-16px, 145%) rotate(45deg);
  }
  .ui_button_small_white_arrow_right:hover {
    opacity: 0.7;
  }
}
.ui_button_middle_blue_arrow_down {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 180px;
  padding: 13px 30px;
  line-height: 1;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 800;
}
.ui_button_middle_blue_arrow_down::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
}

.ui_button_middle_blue_arrow_down {
  background: #049bf0;
  color: #fff;
}
.ui_button_middle_blue_arrow_down::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-20px, 14px) rotate(135deg);
}
.ui_button_middle_blue_arrow_down:hover {
  opacity: 0.8;
}

.ui_button_small_blue_arrow_right,
.ui_button_small_brown_arrow_down {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  padding: 9px 30px;
  line-height: 1;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 800;
}
.ui_button_small_blue_arrow_right::after,
.ui_button_small_brown_arrow_down::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
}

.ui_button_small_blue_arrow_right {
  background: #049bf0;
  color: #fff;
}
.ui_button_small_blue_arrow_right::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-16px, 145%) rotate(45deg);
}
.ui_button_small_blue_arrow_right:hover {
  opacity: 0.8;
}

.ui_button_small_brown_arrow_down {
  background: #d24f06;
  color: #fff;
}
.ui_button_small_brown_arrow_down::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-16px, 120%) rotate(135deg);
}
.ui_button_small_brown_arrow_down:hover {
  opacity: 0.8;
}

.ui_button_text_arrow {
  position: relative;
  color: #000;
}
.ui_button_text_arrow::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(-4px, 145%) rotate(45deg);
}
.ui_button_text_arrow:hover {
  color: #049bf0;
}
.ui_button_text_arrow:hover::after {
  border-top: 2px solid #049bf0;
  border-right: 2px solid #049bf0;
}

.hs-fieldtype-checkbox .input,
.hs-fieldtype-booleancheckbox .input {
  margin: 4px 0 0;
}
.hs-fieldtype-checkbox .hs-form-checkbox,
.hs-fieldtype-checkbox .hs-form-booleancheckbox,
.hs-fieldtype-booleancheckbox .hs-form-checkbox,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox {
  position: relative;
  margin: 0 0 4px 0;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox],
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox],
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox],
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox] + span,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox] + span,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox] + span,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  padding: 0 0 0 28px;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox] + span::before,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox] + span::before,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox] + span::before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  vertical-align: top;
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #b1b3b6;
  border-radius: 4px;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox] + span::after,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox] + span::after,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox] + span::after,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::after {
  content: "";
  display: none;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:hover + span::before,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:hover + span::before,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:hover + span::before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:hover + span::before {
  border-color: #919396;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:focus + span::before,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:focus + span::before,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:focus + span::before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:focus + span::before {
  outline: none;
  border-color: #19C6fa;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:checked + span::before,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::before,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:checked + span::before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::before {
  border-color: #19C6fa;
  background: #19C6fa;
  border-width: 0 2px 2px 0;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:checked + span::after,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::after,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:checked + span::after,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::after {
  display: inline-block;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:disabled,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:disabled,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:disabled,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:disabled {
  cursor: default;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:disabled + span,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:disabled + span,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:disabled + span,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:disabled + span {
  cursor: default;
}
.hs-fieldtype-checkbox .hs-form-checkbox input[type=checkbox]:disabled + span::before,
.hs-fieldtype-checkbox .hs-form-booleancheckbox input[type=checkbox]:disabled + span::before,
.hs-fieldtype-booleancheckbox .hs-form-checkbox input[type=checkbox]:disabled + span::before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:disabled + span::before {
  background: #f3f4f5;
  border-color: #d1d3d6;
}

.hs-fieldtype-booleancheckbox {
  display: flex;
  flex-direction: column;
}
.hs-fieldtype-booleancheckbox .hs-field-desc a {
  color: #049bf0;
}
.hs-fieldtype-booleancheckbox .hs-field-desc a:hover, .hs-fieldtype-booleancheckbox .hs-field-desc a:focus {
  text-decoration: underline;
}
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox {
  margin: 0 !important;
}

.hs-fieldtype-radio .input {
  margin: 4px 0 0;
}
.hs-fieldtype-radio .hs-form-radio {
  position: relative;
  margin: 0 0 4px;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio] + span {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  padding: 0 0 0 28px;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  vertical-align: top;
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #b1b3b6;
  border-radius: 100%;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:hover + span::before {
  border-color: #919396;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:focus + span::before {
  outline: none;
  border-color: #19C6fa;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:checked + span::before {
  background: #fff;
  box-shadow: inset 0 0 0 6px #19C6fa;
  border-color: #19C6fa;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:disabled {
  cursor: default;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:disabled + span {
  cursor: default;
  color: #aaa;
}
.hs-fieldtype-radio .hs-form-radio input[type=radio]:disabled + span::before {
  background: #f3f4f5;
  border-color: #d1d3d6;
}

.hs-fieldtype-phonenumber input,
.hs-fieldtype-phonenumber textarea,
.hs-fieldtype-text input,
.hs-fieldtype-text textarea,
.hs-fieldtype-textarea input,
.hs-fieldtype-textarea textarea {
  font-size: 1.125rem;
  line-height: normal;
  vertical-align: bottom;
  width: 100% !important;
  max-width: 100%;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #b1b3b6;
  -webkit-appearance: none;
  padding: 0.625rem 0.75rem;
}
.hs-fieldtype-phonenumber input::placeholder,
.hs-fieldtype-phonenumber textarea::placeholder,
.hs-fieldtype-text input::placeholder,
.hs-fieldtype-text textarea::placeholder,
.hs-fieldtype-textarea input::placeholder,
.hs-fieldtype-textarea textarea::placeholder {
  color: #b1b3b6;
  line-height: 1.4;
}
.hs-fieldtype-phonenumber input:hover,
.hs-fieldtype-phonenumber textarea:hover,
.hs-fieldtype-text input:hover,
.hs-fieldtype-text textarea:hover,
.hs-fieldtype-textarea input:hover,
.hs-fieldtype-textarea textarea:hover {
  border-color: #919396;
}
.hs-fieldtype-phonenumber input:focus,
.hs-fieldtype-phonenumber textarea:focus,
.hs-fieldtype-text input:focus,
.hs-fieldtype-text textarea:focus,
.hs-fieldtype-textarea input:focus,
.hs-fieldtype-textarea textarea:focus {
  border-color: #19C6fa;
}
.hs-fieldtype-phonenumber input.invalid,
.hs-fieldtype-phonenumber textarea.invalid,
.hs-fieldtype-text input.invalid,
.hs-fieldtype-text textarea.invalid,
.hs-fieldtype-textarea input.invalid,
.hs-fieldtype-textarea textarea.invalid {
  border-color: #ff2635;
}

.hs-fieldtype-textarea textarea {
  font-size: 0.75rem;
  line-height: 1.6;
  min-height: 8rem;
}

.hs-fieldtype-select .hs-input {
  cursor: pointer;
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #b1b3b6;
  border-radius: 4px;
  padding: 0.75rem 0.5rem;
}
.hs-fieldtype-select .hs-input:hover {
  border-color: #919396;
}
.hs-fieldtype-select .hs-input:focus {
  border-color: #19C6fa;
}
.hs-fieldtype-select .hs-input.invalid {
  border-color: #ff2635;
}

.ui_dropdown {
  position: relative;
}
.ui_dropdown:hover .ui_dropdown-content {
  display: block;
}

.ui_dropdown-handle {
  color: #616366;
  cursor: pointer;
  margin: 0;
}

.ui_dropdown-content {
  display: none;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.75rem rgba(42, 45, 48, 0.15);
  padding: 0.75rem 1.25rem 0.75rem 0.5rem;
}
.ui_dropdown-content li a {
  display: block;
  font-size: 14px;
  color: #616366;
  padding-left: 1.5em;
  position: relative;
}
.ui_dropdown-content li a:hover, .ui_dropdown-content li a:focus {
  color: #049bf0;
}
.ui_dropdown-content li.active a {
  color: #049bf0;
}
.ui_dropdown-content li.active a::before {
  content: url('data:image/svg+xml;utf-8,<svg class="icon_enabled" viewBox="0 0 160 160" xmlns="http://www.w3.org/2000/svg"><path d="m0 0h160v160h-160z" fill="none"/><path d="m62.5 122.5-40-40 9.9-9.9 30.1 30.1 65.1-65.2 9.9 9.9z" fill="%230cb3e6"/></svg>');
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  left: 0;
  top: 3px;
}

.ui_tag {
  display: inline-block;
}
.ui_tag a {
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
  color: #111 !important;
  background: #ddd;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0.125rem 0.5rem;
}
.ui_tag a.event {
  background: #ffeea8;
}
.ui_tag a.release {
  background: #d6e2ba;
}
.ui_tag a.maintenance {
  background: #ffe1e1;
}
.ui_tag a.news {
  background: #ffeea8;
}
.ui_tag a.tech {
  background: #e5f9ff;
}
.ui_tag a.mackerelteam {
  background: #a8ebff;
}

.ui_pagenation {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0;
}

.ui_pagenation-prev a,
.ui_pagenation-next a,
.ui_pagenation-nums li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #616366;
  width: 2.25rem;
  height: 2.25rem;
}
@media screen and (max-width: 360px) {
  .ui_pagenation-prev a,
  .ui_pagenation-next a,
  .ui_pagenation-nums li a {
    width: 2rem;
    height: 2rem;
  }
}
.ui_pagenation-prev a:hover, .ui_pagenation-prev a:focus,
.ui_pagenation-next a:hover,
.ui_pagenation-next a:focus,
.ui_pagenation-nums li a:hover,
.ui_pagenation-nums li a:focus {
  background: #f3f4f5;
}
.ui_pagenation-prev svg,
.ui_pagenation-next svg,
.ui_pagenation-nums li svg {
  width: 1rem;
  height: auto;
}

.ui_pagenation-prev a,
.ui_pagenation-next a {
  border: 1px solid #b1b3b6;
  border-radius: 4px;
}
.ui_pagenation-prev.disabled a,
.ui_pagenation-next.disabled a {
  pointer-events: none;
  color: #d1d3d6;
  border-color: #e1e3e6;
}

.ui_pagenation-nums {
  display: flex;
  margin: 0 15px;
}
@media screen and (max-width: 360px) {
  .ui_pagenation-nums {
    margin: 0 10px;
  }
}
.ui_pagenation-nums li a {
  border-top: 1px solid #b1b3b6;
  border-bottom: 1px solid #b1b3b6;
}
.ui_pagenation-nums li:first-child a {
  border-left: 1px solid #b1b3b6;
  border-radius: 4px 0 0 4px;
}
.ui_pagenation-nums li:last-child a {
  border-right: 1px solid #b1b3b6;
  border-radius: 0 4px 4px 0;
}
.ui_pagenation-nums li.active a {
  font-weight: 700;
  color: #fff;
  background: #19C6fa;
  border: 0;
}
.ui_pagenation-nums li.active + li a {
  border-left: 0;
}
.ui_pagenation-nums li + li a {
  border-left: 1px solid #b1b3b6;
}

.ui_tooltip {
  position: relative;
}
.ui_tooltip:hover .ui_tooltip-content, .ui_tooltip:focus .ui_tooltip-content {
  display: block;
}
.ui_tooltip .ui_tooltip-content {
  display: none;
  font-size: 12px !important;
  line-height: 1.6 !important;
  text-align: left !important;
  color: #fff;
  background: #000;
  width: 250px;
  border-radius: 4px;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem !important;
  position: absolute;
  z-index: 1;
}
.ui_tooltip .ui_tooltip-content a {
  text-decoration: underline;
}
.ui_tooltip .ui_tooltip-content a:hover, .ui_tooltip .ui_tooltip-content a:focus {
  color: #049bf0;
}
.ui_tooltip .ui_tooltip-content.tooltip-top {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ui_tooltip .ui_tooltip-content.tooltip-top-left-sidefit {
  bottom: 100%;
  left: 0;
}
.ui_tooltip .ui_tooltip-content.tooltip-top-right-sidefit {
  bottom: 100%;
  right: 0;
}

.ui_blogCategory {
  display: inline-block;
}
.ui_blogCategory a {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #19C6fa;
  border-radius: 2px;
  padding: 0.25rem;
}
.ui_blogCategory a:hover, .ui_blogCategory a:focus {
  background: #0cb3e6;
}

[class^=message-] {
  border-radius: 2px;
  font-weight: 700;
  margin: 1em 0;
  padding: 10px 13px;
  position: relative;
}

[class^=message-] a {
  text-decoration: underline;
}
[class^=message-] a:hover {
  color: #049bf0;
}

.message-attention {
  background: #ffe1e1;
}

.message-notice {
  background: #e5f9ff;
}

.message-tip {
  background: #f4e5c3;
}

.widget_globalHeader {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid transparent;
  background: #fff;
}
@media (max-width: 480px) {
  .widget_globalHeader {
    position: static;
  }
}
.widget_globalHeader.is-drawing {
  border-bottom: 1px solid #e1e3e6;
}
@media (max-width: 480px) {
  .widget_globalHeader.is-drawing {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}

.widget_globalHeader-content {
  display: flex;
  height: 4rem;
}
.widget_globalHeader-content .mackerel-logo {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
  margin: 0;
}
.widget_globalHeader-content .mackerel-logo a {
  display: flex;
  align-items: center;
}
.widget_globalHeader-content .mackerel-logo svg {
  width: 170px;
  fill: #000;
}
@media (max-width: 480px) {
  .widget_globalHeader-content .mackerel-logo svg {
    width: 150px;
  }
}
.widget_globalHeader-content nav {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 100%;
  margin: 0 0 0 1.5rem;
}

.widget_globalHeader-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav.is-drawing {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 4rem;
    right: 0;
    z-index: 10;
    overflow: auto;
    width: 100%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    border-left: 1px solid #e1e3e6;
    padding: 0 60px 0 1.5rem;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-lists {
    display: flex;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 0;
    border-top: 1px solid #e1e3e6;
    padding: 0 0 5rem;
    margin: 0;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons li {
    margin: 0;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons a {
    text-align: center;
    width: 100%;
    margin-top: 0.75rem;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons .ui_button {
    padding: 0.75rem;
  }
}
@media (max-width: 768px) {
  .widget_globalHeader-nav.is-drawing {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .widget_globalHeader-nav.is-drawing {
    padding-right: 20px;
    max-width: 100%;
    border-left: 0;
  }
}

.widget_globalHeader-nav-lists {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-lists {
    display: none;
    flex: 0 0 auto;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-lists > li {
    width: 100%;
  }
}
.widget_globalHeader-nav-lists > li.active > a {
  color: #049bf0;
}
.widget_globalHeader-nav-lists > li + li {
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-lists > li + li {
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-lists > li + li a {
    border-top: 1px solid #e1e3e6;
    padding: 0.75rem 0;
  }
}
.widget_globalHeader-nav-lists > li a {
  color: #444;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-lists > li a {
    display: block;
  }
}
.widget_globalHeader-nav-lists > li a:hover, .widget_globalHeader-nav-lists > li a:focus {
  color: #049bf0;
}

.widget_globalHeader-nav-buttons {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-buttons {
    margin: 0 1rem 0 auto;
  }
}
@media (max-width: 768px) {
  .widget_globalHeader-nav-buttons {
    display: none;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 0;
    padding: 0 0 5rem;
    margin: 0;
  }
}
.widget_globalHeader-nav-buttons > li {
  margin: 0 0 0 0.5rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-buttons > li {
    width: 100%;
  }
}
.widget_globalHeader-nav-buttons > li a:not(.ui_button) {
  color: #444;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-nav-buttons > li a:not(.ui_button) {
    display: block;
  }
}
.widget_globalHeader-nav-buttons > li a:not(.ui_button):hover, .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus {
  color: #0cb3e6;
}
.widget_globalHeader-nav-buttons .ui_button {
  font-size: 14px;
}

li.widget_globalHeader-dropdown {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  li.widget_globalHeader-dropdown {
    position: static;
    height: auto;
  }
}
li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button {
  color: #049bf0;
}
li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button:hover, li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button:focus {
  opacity: 0.7;
}
li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content {
  display: flex;
}
@media screen and (max-width: 1000px) {
  li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content {
    display: none;
  }
  li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content.is-open {
    display: block;
  }
}

.widget_globalHeader-dropdown-button {
  display: flex;
  align-items: center;
  color: #444;
  cursor: default;
  height: 100%;
  margin: 0;
}
.widget_globalHeader-dropdown-button:hover, .widget_globalHeader-dropdown-button:focus {
  color: #049bf0;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-button {
    height: auto;
    cursor: pointer;
    padding: 0.75rem 0;
  }
}
.widget_globalHeader-dropdown-button svg {
  width: 0.75rem;
  margin: 0 0 0 3px;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-button svg {
    width: 1rem;
    margin: 0 0 0 auto;
  }
}

.widget_globalHeader-dropdown-content {
  display: none;
  position: absolute;
  top: 3rem;
  left: -2rem;
  z-index: 10;
  white-space: nowrap;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.75rem rgba(42, 45, 48, 0.15);
  padding: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-content {
    position: static;
    white-space: normal;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 1rem;
    margin: 0 0 0 0.75rem;
  }
}
.widget_globalHeader-dropdown-content::before {
  display: inline-block;
  content: "";
  position: absolute;
  border: 5px solid transparent;
  top: -10px;
  left: calc(50% - 5px);
  border-bottom-color: #fff;
  left: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-content::before {
    display: none;
  }
}
.widget_globalHeader-dropdown-content > li + li {
  margin: 0 0 0 2rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-content > li + li {
    margin: 1.5rem 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-content.is-open {
    display: block;
  }
}

.widget_globalHeader-dropdown-lists li {
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-lists li {
    line-height: normal;
  }
}
.widget_globalHeader-dropdown-lists li.title {
  font-size: 16px;
  font-weight: 700;
  color: #444;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-lists li.title {
    font-size: 14px;
    margin: 0 0 0.5rem;
  }
}
.widget_globalHeader-dropdown-lists li.active a {
  color: #049bf0;
  cursor: default;
}
.widget_globalHeader-dropdown-lists li + li {
  margin: 1rem 0 0;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-lists li + li {
    margin: 0.75rem 0 0;
  }
}
.widget_globalHeader-dropdown-lists li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-lists li a {
    width: 100%;
  }
}
.widget_globalHeader-dropdown-lists li a img {
  width: 1.5rem;
  height: 100%;
  margin: 0 0.5rem 0 0;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-dropdown-lists li a img {
    display: none;
  }
}
.widget_globalHeader-dropdown-lists li a img:hover + span, .widget_globalHeader-dropdown-lists li a img:focus + span {
  color: #049bf0;
}
.widget_globalHeader-dropdown-lists li a span {
  flex: 1;
  min-width: 0;
}

.widget_globalHeader-drawer {
  display: none;
  margin: 0 0 0 auto;
  z-index: 20;
}
.widget_globalHeader-drawer .icon_drawer-open,
.widget_globalHeader-drawer .icon_drawer-close {
  width: 1.5rem;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .widget_globalHeader-drawer {
    display: flex;
    align-items: center;
  }
  .widget_globalHeader-drawer .icon_drawer-close {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .is-drawing + .widget_globalHeader-drawer .icon_drawer-open {
    display: none;
  }
  .is-drawing + .widget_globalHeader-drawer .icon_drawer-close {
    display: block;
  }
}

.widget_globalHeader2nd {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid transparent;
  background: #fff;
}
@media (max-width: 480px) {
  .widget_globalHeader2nd {
    position: static;
  }
}
.widget_globalHeader2nd.is-drawing {
  border-bottom: 1px solid #e1e3e6;
}
@media (max-width: 480px) {
  .widget_globalHeader2nd.is-drawing {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}

.widget_globalHeader-content-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 24px;
}

.widget_globalHeader-content {
  display: flex;
  height: 4rem;
}
.widget_globalHeader-content .mackerel-logo {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
  margin: 0;
}
.widget_globalHeader-content .mackerel-logo a {
  display: flex;
  align-items: center;
}
.widget_globalHeader-content .mackerel-logo svg {
  width: 170px;
  fill: #000;
}
@media (max-width: 480px) {
  .widget_globalHeader-content .mackerel-logo svg {
    width: 150px;
  }
}
.widget_globalHeader-content nav {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 100%;
  margin: 0 0 0 1.5rem;
}

.widget_globalHeader-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav.is-drawing {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 4rem;
    right: 0;
    z-index: 10;
    overflow: auto;
    width: 100%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    border-left: 1px solid #e1e3e6;
    padding: 0 60px 0 1.5rem;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-lists {
    display: flex;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 0;
    border-top: 1px solid #e1e3e6;
    padding: 0 0 5rem;
    margin: 0;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons li {
    margin: 0 auto;
    width: 80%;
  }
  .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons a {
    text-align: center;
    width: 100%;
    margin-top: 0.75rem;
  }
}
@media (max-width: 768px) {
  .widget_globalHeader-nav.is-drawing {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .widget_globalHeader-nav.is-drawing {
    padding-right: 20px;
    max-width: 100%;
    border-left: 0;
  }
}

.widget_globalHeader-nav-lists {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-lists {
    display: none;
    flex: 0 0 auto;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-lists > li {
    width: 100%;
  }
}
.widget_globalHeader-nav-lists > li.active > a {
  color: #049bf0;
}
.widget_globalHeader-nav-lists > li + li {
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-lists > li + li {
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-lists > li + li a {
    border-top: 1px solid #e1e3e6;
    padding: 0.75rem 0;
  }
}
.widget_globalHeader-nav-lists > li a {
  color: #444;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-lists > li a {
    display: block;
  }
}
.widget_globalHeader-nav-lists > li a:hover, .widget_globalHeader-nav-lists > li a:focus {
  color: #049bf0;
}

.widget_globalHeader-nav-buttons {
  display: flex;
  align-items: center;
}
.widget_globalHeader-nav-buttons li:nth-child(1) a {
  color: #444;
  font-weight: 600;
}
.widget_globalHeader-nav-buttons li:nth-child(1) a:hover, .widget_globalHeader-nav-buttons li:nth-child(1) a:focus {
  color: #049bf0;
}
.widget_globalHeader-nav-buttons li a {
  color: #fff;
  font-weight: 800;
}
.widget_globalHeader-nav-buttons li a:hover, .widget_globalHeader-nav-buttons li a:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-buttons {
    margin: 0 1rem 0 auto;
  }
}
@media (max-width: 768px) {
  .widget_globalHeader-nav-buttons {
    display: none;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 0;
    padding: 0 0 5rem;
    margin: 0;
  }
}
.widget_globalHeader-nav-buttons > li {
  margin: 0 0 0 0.5rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-buttons > li {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .widget_globalHeader-nav-buttons {
    margin: 0 1rem 0 auto;
    width: 100%;
    justify-content: end;
  }
  .widget_globalHeader-nav-buttons > li {
    width: auto;
  }
}
li.widget_globalHeader-dropdown {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  li.widget_globalHeader-dropdown {
    position: static;
    height: auto;
  }
}
li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button {
  color: #049bf0;
}
li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button:hover, li.widget_globalHeader-dropdown.active .widget_globalHeader-dropdown-button:focus {
  color: #049bf0;
}
li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content {
  display: flex;
}
@media screen and (max-width: 1100px) {
  li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content {
    display: none;
  }
  li.widget_globalHeader-dropdown:hover .widget_globalHeader-dropdown-content.is-open {
    display: block;
  }
}

.widget_globalHeader-dropdown-button {
  display: flex;
  align-items: center;
  color: #444;
  cursor: default;
  height: 100%;
  margin: 0;
}
.widget_globalHeader-dropdown-button:hover, .widget_globalHeader-dropdown-button:focus {
  color: #049bf0;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-button {
    height: auto;
    cursor: pointer;
    padding: 0.75rem 0;
  }
}
.widget_globalHeader-dropdown-button svg {
  width: 0.75rem;
  margin: 0 0 0 3px;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-button svg {
    width: 1rem;
    margin: 0 0 0 auto;
  }
}

.widget_globalHeader-dropdown-content {
  display: none;
  position: absolute;
  top: 3rem;
  left: -2rem;
  z-index: 10;
  white-space: nowrap;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.75rem rgba(42, 45, 48, 0.15);
  padding: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-content {
    position: static;
    white-space: normal;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 1rem;
    margin: 0 0 0 0.75rem;
  }
}
.widget_globalHeader-dropdown-content::before {
  display: inline-block;
  content: "";
  position: absolute;
  border: 5px solid transparent;
  top: -10px;
  left: calc(50% - 5px);
  border-bottom-color: #fff;
  left: 2.5rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-content::before {
    display: none;
  }
}
.widget_globalHeader-dropdown-content > li + li {
  margin: 0 0 0 2rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-content > li + li {
    margin: 1.5rem 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-content.is-open {
    display: block;
  }
}

.widget_globalHeader-dropdown-lists li {
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-lists li {
    line-height: normal;
  }
}
.widget_globalHeader-dropdown-lists li.title {
  font-size: 16px;
  font-weight: 800;
  color: #444;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-lists li.title {
    font-size: 14px;
    margin: 0 0 0.5rem;
    font-weight: 800;
  }
}
.widget_globalHeader-dropdown-lists li.active a {
  color: #049bf0;
  cursor: default;
}
.widget_globalHeader-dropdown-lists li + li {
  margin: 1rem 0 0;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-lists li + li {
    margin: 0.75rem 0 0;
  }
}
.widget_globalHeader-dropdown-lists li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-lists li a {
    width: 100%;
  }
}
.widget_globalHeader-dropdown-lists li a img {
  width: 1.5rem;
  height: 100%;
  margin: 0 0.5rem 0 0;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-dropdown-lists li a img {
    display: none;
  }
}
.widget_globalHeader-dropdown-lists li a img:hover + span, .widget_globalHeader-dropdown-lists li a img:focus + span {
  color: #0cb3e6;
}
.widget_globalHeader-dropdown-lists li a span {
  flex: 1;
  min-width: 0;
}

.widget_globalHeader-drawer {
  display: none;
  margin: 0 0 0 auto;
  z-index: 20;
}
.widget_globalHeader-drawer .icon_drawer-open,
.widget_globalHeader-drawer .icon_drawer-close {
  width: 1.5rem;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .widget_globalHeader-drawer {
    display: flex;
    align-items: center;
  }
  .widget_globalHeader-drawer .icon_drawer-close {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .is-drawing + .widget_globalHeader-drawer .icon_drawer-open {
    display: none;
  }
  .is-drawing + .widget_globalHeader-drawer .icon_drawer-close {
    display: block;
  }
}

.widget_globalFooter {
  border-top: 1px solid #e1e3e6;
  padding: 2.5rem 0 0;
  margin: 6rem 0 0;
}
@media (max-width: 768px) {
  .widget_globalFooter {
    margin: 4rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter {
    margin: 3rem 0 0;
  }
}

.widget_globalFooter-nl {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  row-gap: 1.5rem;
}
@media (max-width: 768px) {
  .widget_globalFooter-nl {
    column-gap: normal;
  }
}

.widget_globalFooter-nl-info {
  grid-column: span 6;
}
@media (max-width: 768px) {
  .widget_globalFooter-nl-info {
    grid-column: span 12;
  }
}
.widget_globalFooter-nl-info .nl-info-title {
  font-size: 1.25rem;
  margin: 0;
}
.widget_globalFooter-nl-info .nl-info-desc {
  color: #777;
  margin: 0;
}

.widget_globalFooter-nl-form {
  grid-column: span 6;
}
@media (max-width: 768px) {
  .widget_globalFooter-nl-form {
    grid-column: span 9;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter-nl-form {
    grid-column: span 12;
  }
}
.widget_globalFooter-nl-form .hs-form {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 0.5rem;
  row-gap: 5px;
  position: relative;
}
.widget_globalFooter-nl-form .hs-form .input {
  margin: 0 !important;
}
.widget_globalFooter-nl-form .hs-form .hs_email {
  max-width: 100%;
  grid-column: span 2;
}
.widget_globalFooter-nl-form .hs-form .hs_hs_persona {
  grid-column: span 2;
}
.widget_globalFooter-nl-form .hs-form .hs_personal_information_consent {
  grid-column: auto;
}
@media (max-width: 480px) {
  .widget_globalFooter-nl-form .hs-form .hs_personal_information_consent {
    grid-column: span 2;
  }
}
.widget_globalFooter-nl-form .hs-form .hs-submit {
  grid-column: auto;
  width: 100%;
}
@media (max-width: 480px) {
  .widget_globalFooter-nl-form .hs-form .hs-submit {
    grid-column: span 2;
    margin-top: 0.75rem;
  }
}
.widget_globalFooter-nl-form .hs-form .hs-submit .hs-button {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 20px;
  background: #049bf0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  width: 100%;
}
@media (max-width: 768px) {
  .widget_globalFooter-nl-form .hs-form .hs-submit .hs-button {
    font-size: 16px;
  }
}
.widget_globalFooter-nl-form .hs-form .hs_error_rollup {
  grid-column: span 2;
  position: absolute;
  top: -1.75rem;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox {
  font-size: 12px;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::before {
  top: 2px;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::after {
  top: 7px;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox a {
  display: inline-block;
  color: #049bf0;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox a:hover, .widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox a:focus {
  text-decoration: underline;
}
.widget_globalFooter-nl-form .hs-fieldtype-booleancheckbox a::after {
  content: "";
  display: inline-block;
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/icon/icon_launch-blue.svg") no-repeat;
  width: 1em;
  height: 1em;
  transform: translateY(2px);
  margin: 0 0.25rem;
}

.widget_globalFooter-nav {
  border-top: 1px solid #e1e3e6;
  padding: 3rem 0 0;
  margin: 2.5rem 0 0;
}

.widget_globalFooter-nav-lists {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  font-size: 14px;
  line-height: 1.6;
  color: #777;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-nav-lists {
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .widget_globalFooter-nav-lists {
    column-gap: 2rem;
    row-gap: 2.5rem;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter-nav-lists {
    column-gap: normal;
  }
}
.widget_globalFooter-nav-lists > li {
  grid-column: span 2;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-nav-lists > li {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .widget_globalFooter-nav-lists > li {
    grid-column: span 6;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter-nav-lists > li {
    grid-column: span 12;
  }
}
.widget_globalFooter-nav-lists > li:first-child {
  grid-column: span 4;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-nav-lists > li:first-child {
    grid-column: span 12;
  }
}
.widget_globalFooter-nav-lists a:hover, .widget_globalFooter-nav-lists a:focus {
  color: #049bf0;
  text-decoration: underline;
}

.widget_globalFooter-nav-logo {
  margin: 0;
}
.widget_globalFooter-nav-logo svg {
  width: 4rem;
  height: auto;
}

.widget_globalFooter-nav-list-title {
  font-weight: 700;
  color: #444;
  display: block;
  padding: 0 0 1rem;
}
@media (max-width: 768px) {
  .widget_globalFooter-nav-list-title {
    padding: 0 0 0.5rem;
  }
}

.widget_globalFooter-nav-list-lists > li + li {
  margin: 0.5rem 0 0;
}

.widget_globalFooter-metasocial {
  background: #f8f9fa;
  padding: 1rem 0;
  margin: 2rem 0 0;
}

.widget_globalFooter-metasocial-lists {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  align-items: center;
  font-size: 12px;
  color: #777;
}
@media (max-width: 768px) {
  .widget_globalFooter-metasocial-lists {
    column-gap: 2rem;
    row-gap: 1rem;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter-metasocial-lists {
    column-gap: normal;
  }
}

.widget_globalFooter-copylight {
  grid-column: span 8;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-copylight {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .widget_globalFooter-copylight {
    grid-column: span 12;
    order: 3;
  }
}

.widget_globalFooter-lang {
  grid-column: span 2;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-lang {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .widget_globalFooter-lang {
    grid-column: span 6;
    order: 2;
  }
}
.widget_globalFooter-lang ul {
  display: flex;
  font-size: 14px;
}
.widget_globalFooter-lang li:first-child::after {
  content: "";
  display: inline-block;
  background: #c1c3c6;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 0.5rem;
  transform: translateY(-2px);
}
.widget_globalFooter-lang span {
  color: #444;
  position: relative;
}
.widget_globalFooter-lang span::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #444;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%);
}
.widget_globalFooter-lang a {
  color: #777;
}
.widget_globalFooter-lang a:hover, .widget_globalFooter-lang a:focus {
  color: #049bf0;
  text-decoration: underline;
}

.widget_globalFooter-social {
  display: flex;
  grid-column: span 2;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-social {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .widget_globalFooter-social {
    grid-column: span 6;
    order: 1;
  }
}
.widget_globalFooter-social a {
  display: flex;
  align-items: center;
}
.widget_globalFooter-social a:hover svg, .widget_globalFooter-social a:focus svg {
  fill: #484a4e;
}
.widget_globalFooter-social a + a {
  margin-left: 0.75rem;
}
.widget_globalFooter-social a:nth-child(1) {
  width: 20px;
  height: 20px;
}
.widget_globalFooter-social svg {
  width: 1.5rem;
  height: auto;
  fill: #616366;
}

.widget_globalFooter.blog-less .widget_globalFooter-nav-lists li {
  grid-column: span 3;
}
@media screen and (max-width: 1000px) {
  .widget_globalFooter.blog-less .widget_globalFooter-nav-lists li {
    grid-column: span 4;
  }
}
@media (max-width: 480px) {
  .widget_globalFooter.blog-less .widget_globalFooter-nav-lists li {
    grid-column: span 12;
  }
}
.widget_globalFooter.blog-less .widget_globalFooter-nav-lists li:first-child {
  grid-column: span 3;
}
@media screen and (max-width: 1000px) {
  .widget_globalFooter.blog-less .widget_globalFooter-nav-lists li:first-child {
    grid-column: span 12;
  }
}

.widget_globalFooter.en .widget_globalFooter-nav {
  border: 0;
  padding: 0;
  margin: 0;
}

.widget_layoutCenter-header-content {
  display: flex;
  height: 60px;
  justify-content: center;
}
@media (max-width: 480px) {
  .widget_layoutCenter-header-content {
    height: 40px;
  }
}

.widget_layoutCenter-header-logo {
  display: flex;
  height: 100%;
  margin: 0;
}
.widget_layoutCenter-header-logo a {
  display: flex;
  align-items: center;
}
.widget_layoutCenter-header-logo .mackerel-logo {
  width: 200px;
  height: auto;
  fill: #000;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_layoutCenter-header-logo .mackerel-logo {
    width: 160px;
  }
}

.top_heroHeader {
  background: #0cb3e6;
  overflow: hidden;
}

.top_heroHeader-content {
  display: flex;
  padding: 5rem 0;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-content {
    flex-direction: column;
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .top_heroHeader-content {
    padding: 1.5rem 0 2rem;
  }
}

.top_heroHeader-info {
  flex: 0 0 348px;
  min-width: 0;
  margin: 0 8rem 0 0;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info {
    flex: 1;
    margin: 0 0 2rem;
  }
}
.top_heroHeader-info h1 {
  font-size: 4rem;
  line-height: 1.4;
  color: #fff;
  margin: -1rem 0 1.25rem;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info h1 {
    margin: 0 0 1rem;
  }
}
@media (max-width: 480px) {
  .top_heroHeader-info h1 {
    font-size: 3rem;
  }
}
.top_heroHeader-info h1 span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info h1 span {
    display: inline-block;
    white-space: normal;
  }
}
.top_heroHeader-info h1 span.name {
  position: relative;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info h1 span.name {
    padding: 0;
  }
}
.top_heroHeader-info h1 span.name::before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 2rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info h1 span.name::before {
    display: none;
  }
}
.top_heroHeader-info h1 span.name::after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 2rem;
  height: 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info h1 span.name::after {
    display: none;
  }
}
.top_heroHeader-info > p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info > p {
    margin: 0 0 1rem;
  }
}
.top_heroHeader-info > p span {
  display: block;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-info > p span {
    display: inline;
  }
}

.top_heroHeader-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-buttons {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .top_heroHeader-buttons {
    grid-template-columns: 1fr;
  }
}
.top_heroHeader-buttons .ui_button {
  font-size: 1.25rem;
  padding: 1.25rem 1.5rem;
  max-width: 348px;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-buttons .ui_button {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .top_heroHeader-buttons .ui_button {
    font-size: 1.125rem;
  }
}
.top_heroHeader-buttons p {
  color: #fff;
  margin: 0;
}
@media (max-width: 480px) {
  .top_heroHeader-buttons p {
    text-align: center;
  }
}
.top_heroHeader-buttons p a {
  border-bottom: 1px solid #fff;
  padding: 0 0 0.25em;
  margin: 0 0 0 0.25rem;
}
.top_heroHeader-buttons p svg {
  fill: #fff;
}

.top_heroHeader-img {
  flex: 0 1 auto;
  min-width: 0;
  position: relative;
}
.top_heroHeader-img video,
.top_heroHeader-img img {
  position: absolute;
  height: 600px;
}
@media screen and (max-width: 1000px) {
  .top_heroHeader-img video,
  .top_heroHeader-img img {
    position: static;
    height: auto;
    width: 100%;
  }
}
.top_heroHeader-img video::-webkit-media-controls {
  display: none !important;
}

.widget_heroHeader {
  margin: 3rem 0 5rem;
}
@media (max-width: 480px) {
  .widget_heroHeader {
    margin-bottom: 3rem;
  }
}

.widget_heroHeader-title {
  font-size: 3.5rem;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_heroHeader-title {
    font-size: 2rem;
  }
}

.widget_heroHeader-description {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 1.5rem 0 0;
}
@media (max-width: 480px) {
  .widget_heroHeader-description {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.widget_heroHeader-description-sub {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #777;
  margin: 0.5rem 0 0;
}
.widget_heroHeader-description-sub a {
  color: #049bf0;
}
.widget_heroHeader-description-sub a:hover, .widget_heroHeader-description-sub a:focus {
  text-decoration: underline;
}
.widget_heroHeader-description-sub .icon_launch {
  fill: #049bf0;
}

.widget_tab-lists {
  display: flex;
  border-bottom: 2px solid #e1e3e6;
  margin: 0 0 2.5rem;
}

.widget_tab-list {
  margin: 0 2rem -2px 0;
}
.widget_tab-list:last-child {
  margin-right: 0;
}
.widget_tab-list.active a {
  color: #111;
  border-bottom: 2px solid #19C6fa;
  cursor: default;
}
.widget_tab-list.active a:hover, .widget_tab-list.active a:focus {
  border-color: #19C6fa;
}
.widget_tab-list a {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #aaa;
  border-bottom: 2px solid transparent;
  padding: 0 0 1rem;
}
.widget_tab-list a:hover, .widget_tab-list a:active {
  border-color: #c1c3c6;
}
@media (max-width: 480px) {
  .widget_tab-list a {
    font-size: 1rem;
  }
}

.widget_contactForm .hs-form {
  max-width: 447px;
  width: 100% !important;
}
.widget_contactForm fieldset[class*=form-columns] {
  margin: 0 0 1.5rem;
}
.widget_contactForm .form-columns-1 .input,
.widget_contactForm .form-columns-2 .input {
  margin-right: 0 !important;
}
.widget_contactForm .hs-form-field > label > span {
  font-weight: 700;
}
.widget_contactForm .form-columns-2 {
  display: flex;
}
.widget_contactForm .form-columns-2 .hs-fieldtype-text:first-child {
  margin: 0 1rem 0 0;
}

.widget_resourceDownloadForm-heroHeader {
  margin: 3rem 0;
}
@media (max-width: 480px) {
  .widget_resourceDownloadForm-heroHeader {
    margin-bottom: 3rem;
  }
}

.widget_resourceDownloadForm-heroHeader-assortment {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.widget_resourceDownloadForm-heroHeader-assortment span {
  display: inline-block;
}
.widget_resourceDownloadForm-heroHeader-assortment span + span {
  margin-left: 1rem;
}

.widget_resourceDownloadForm-heroHeader-title {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_resourceDownloadForm-heroHeader-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .widget_resourceDownloadForm-heroHeader-title br {
    display: none;
  }
}

.widget_resourceDownloadForm-heroHeader-description {
  color: #777;
  max-width: 744px;
  margin: 1rem auto 0;
}

.widget_resourceDownloadForm-content {
  display: flex;
  column-gap: 48px;
}
@media (max-width: 768px) {
  .widget_resourceDownloadForm-content {
    display: block;
  }
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail {
  width: 50%;
}
@media (max-width: 768px) {
  .widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail {
    width: 100%;
  }
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .slick img {
  border: 1px solid #e1e3e6;
  border-radius: 0.375rem;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  vertical-align: bottom;
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .dots {
  position: relative;
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .slick-dots {
  bottom: 0 !important;
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .point {
  background: #f8f9fa;
  border-radius: 0.5rem;
  margin: 3rem 0 1.5rem;
  padding: 1.5rem;
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .point h3 {
  margin: 0;
  margin-bottom: 1rem;
}
.widget_resourceDownloadForm-content .widget_resourceDownloadForm-detail .point ul {
  list-style: disc;
  margin-left: 30px;
}
.widget_resourceDownloadForm-content .widget_contactForm {
  border: 1px solid #e1e3e6;
  border-radius: 0.375rem;
  padding: 2rem;
  width: 50%;
}
@media (max-width: 768px) {
  .widget_resourceDownloadForm-content .widget_contactForm {
    max-width: 447px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .widget_resourceDownloadForm-content .widget_contactForm {
    border: 0;
    padding: 0;
  }
}
.widget_resourceDownloadForm-content .widget_contactForm .hs_review_status,
.widget_resourceDownloadForm-content .widget_contactForm .hs_customer_position {
  display: none;
}
.widget_resourceDownloadForm-content .hs-submit input[type=submit] {
  width: 100%;
  height: 50px;
}

.widget_resourceDownloadForm-description {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  .widget_resourceDownloadForm-description {
    font-size: 1rem;
  }
}

body[id^=page-resource_] .widget_globalFooter {
  border-top: 0;
  margin-top: 0;
}

.widget_otherResources {
  background: #f8f9fa;
  padding: 4rem 0;
  margin: 7.5rem 0 0;
}
@media (max-width: 480px) {
  .widget_otherResources {
    padding: 3rem 0;
    margin: 5rem 0 0;
  }
}
.widget_otherResources h3 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 3rem;
}
@media (max-width: 480px) {
  .widget_otherResources h3 {
    font-size: 1.5rem;
  }
}
.widget_otherResources .widget_resourceLists li a.current, .widget_otherResources .widget_resourceLists li a:hover, .widget_otherResources .widget_resourceLists li a:focus {
  background-color: #eeeff1;
}

.widget_resourceLists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
  row-gap: 48px;
}
@media (max-width: 768px) {
  .widget_resourceLists {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2.5rem;
  }
}
@media (max-width: 480px) {
  .widget_resourceLists {
    grid-template-columns: 1fr;
  }
}
.widget_resourceLists li a {
  display: flex;
  flex-direction: column;
  height: calc(100% + 3rem);
  padding: 1.5rem;
  margin: -1.5rem;
}
@media (max-width: 768px) {
  .widget_resourceLists li a {
    height: calc(100% + 2rem);
    padding: 1rem;
    margin: -1rem;
  }
}
@media (max-width: 480px) {
  .widget_resourceLists li a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto) 1fr;
    column-gap: 1.5rem;
    height: calc(100% + 1.5rem);
    padding: 0.75rem;
    margin: -0.75rem;
  }
}
.widget_resourceLists li a.current, .widget_resourceLists li a:hover, .widget_resourceLists li a:focus {
  background: #f8f9fa;
  border-radius: 0.5rem;
  transition: all 0.1s linear;
}
.widget_resourceLists li a.current img, .widget_resourceLists li a:hover img, .widget_resourceLists li a:focus img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
}
.widget_resourceLists li a.current .widget_resourceLists-link, .widget_resourceLists li a:hover .widget_resourceLists-link, .widget_resourceLists li a:focus .widget_resourceLists-link {
  text-decoration: underline;
}
.widget_resourceLists li a.current {
  cursor: pointer;
  pointer-events: none;
}
.widget_resourceLists li span {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  .widget_resourceLists li span {
    grid-row: 1/4;
    grid-column: 1;
    margin-bottom: 0;
  }
}
.widget_resourceLists li span::before {
  content: "";
  display: block;
  padding-top: 141.4%;
}
@media (max-width: 480px) {
  .widget_resourceLists li span::before {
    display: none;
  }
}
.widget_resourceLists li span img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .widget_resourceLists li span img {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.widget_resourceLists li img {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d3d6;
  vertical-align: bottom;
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  .widget_resourceLists li img {
    grid-row: 1/4;
    grid-column: 1;
    margin-bottom: 0;
  }
}
.widget_resourceLists li h4 {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_resourceLists li h4 {
    grid-row: 2;
    grid-column: 2;
    margin: 0;
  }
}
.widget_resourceLists li h4 br {
  display: none;
}

.widget_resourceLists-weak {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #777;
  margin: 0 0 0.5rem;
}
@media (max-width: 480px) {
  .widget_resourceLists-weak {
    grid-row: 1;
    grid-column: 2;
  }
}

.widget_resourceLists-link {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #049bf0;
  padding: 1rem 0 0;
  margin: auto 0 0;
}
@media (max-width: 480px) {
  .widget_resourceLists-link {
    grid-row: 3;
    grid-column: 2;
    margin: 0;
  }
}
.widget_resourceLists-link .icon_arrow {
  fill: #049bf0;
}

.widget_event-heroHeader {
  margin: 3rem auto 2.5rem;
}
@media (max-width: 480px) {
  .widget_event-heroHeader {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .widget_event-heroHeader .layout_wrapper {
    padding: 0;
  }
}
.widget_event-heroHeader img {
  vertical-align: bottom;
  width: 100%;
  border-radius: 0.5rem;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_event-heroHeader img {
    border-radius: 0;
  }
}

.widget_event-main h1,
.widget_event-main .widget_event-title {
  font-size: 2rem;
  line-height: 1.6;
  border: 0;
  padding: 0;
  margin: 0 0 2.25rem;
}
@media (max-width: 480px) {
  .widget_event-main h1,
  .widget_event-main .widget_event-title {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
  }
}

.widget_event .widget_contactForm {
  background: #f3f4f5;
  border-radius: 0.75rem;
  padding: 3rem 2rem;
  margin: 5rem 0 0;
}
@media (max-width: 480px) {
  .widget_event .widget_contactForm {
    overflow: hidden;
    border-radius: 0;
    margin: 3rem -20px 0;
    padding: 3rem 20px 3rem;
  }
}
.widget_event .widget_contactForm h3 {
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_event .widget_contactForm h3 {
    text-align: left;
  }
}
.widget_event .widget_contactForm .hs-form {
  margin: 1rem auto 0;
}
.widget_event .widget_contactForm .hs-form input[type=submit] {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 9px 18px;
  line-height: 1;
  border-radius: 20px;
  background: #049bf0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  width: 100%;
  height: 50px;
}

.widget_center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.widget_center-content {
  text-align: center;
}
.widget_center-content h3 {
  font-size: 2rem;
  margin: 1.25rem 0 0;
}
.widget_center-content p {
  display: inline-block;
  text-align: left;
  margin: 0 0 1.25rem;
}
.widget_center-content p a {
  text-decoration: underline;
}
.widget_center-content p a:hover, .widget_center-content p a:focus {
  color: #049bf0;
}

.widget_center-logo {
  width: 4rem;
  height: auto;
}

.widget_center-gotop {
  display: block;
  font-size: 0.85rem;
  color: #049bf0;
}
.widget_center-gotop:hover, .widget_center-gotop:focus {
  text-decoration: underline;
}
.widget_center-gotop svg {
  fill: #049bf0;
  width: 0.85em;
  transform: none;
  margin-right: 0;
}

.widget_recommendBlock {
  text-align: center;
  margin: 5rem 0 0;
}
@media (max-width: 768px) {
  .widget_recommendBlock {
    margin: 4rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_recommendBlock {
    margin: 3rem 0 0;
  }
}

.widget_recommendBlock-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  background: #049bf0;
  border-radius: 0.5rem;
  padding: 3rem 2rem;
}
@media (max-width: 768px) {
  .widget_recommendBlock-content {
    min-height: auto;
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 480px) {
  .widget_recommendBlock-content {
    padding: 1.5rem 1rem;
  }
}
.widget_recommendBlock-content p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.widget_recommendBlock-content.trial h2 {
  margin: 0;
}
.widget_recommendBlock-content h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  .widget_recommendBlock-content h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.widget_recommendBlock-content div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.25rem;
}
@media (max-width: 480px) {
  .widget_recommendBlock-content div {
    grid-template-columns: 1fr;
    gap: 1rem 0;
    width: 100%;
  }
}
.widget_recommendBlock-content .ui_button {
  font-size: 1.125rem;
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .widget_recommendBlock-content .ui_button {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 480px) {
  .widget_recommendBlock-content .ui_button {
    font-size: 16px;
    width: 100%;
  }
}
.widget_recommendBlock-content .ui_button.button-white-blue {
  color: #049bf0;
}

.widget_recommendBlock2nd {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.widget_recommendBlock2nd-content {
  background: #6ed4ff;
  padding: 2.5rem 1.25rem;
  margin: 0 1.5rem;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .widget_recommendBlock2nd-content {
    margin: 0 1rem;
  }
}

.widget_recommendBlock2nd-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 700px) {
  .widget_recommendBlock2nd-button-wrapper {
    display: block;
  }
}

.widget_recommendBlock2nd_title {
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_recommendBlock2nd_title {
    font-size: 2rem;
  }
}

.widget_recommendBlock2nd_title_sub {
  padding-top: 1.25rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_recommendBlock2nd_title_sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .widget_recommendBlock2nd_title_sub {
    font-size: 0.875rem;
  }
}

.widget_recommendBlock2nd-button_white_wrapper {
  margin-left: 2.5rem;
}
@media screen and (max-width: 700px) {
  .widget_recommendBlock2nd-button_white_wrapper {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}

.widget_resourceBlock {
  background: #049bf0;
  overflow: hidden;
  padding: 3rem 0 0;
}
@media (max-width: 480px) {
  .widget_resourceBlock {
    padding: 2rem 0 0;
  }
}

.widget_resourceBlock-content {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 48px;
}
@media (max-width: 768px) {
  .widget_resourceBlock-content {
    column-gap: 2rem;
  }
}
@media (max-width: 480px) {
  .widget_resourceBlock-content {
    gap: 1.5rem 0;
  }
}
.widget_resourceBlock-content div {
  grid-column: span 4;
}
@media (max-width: 480px) {
  .widget_resourceBlock-content div {
    grid-column: span 8;
  }
}

.widget_resourceBlock-lead img {
  width: 13rem;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .widget_resourceBlock-lead img {
    margin: 0 0 0.5rem;
  }
}
.widget_resourceBlock-lead h2 {
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  .widget_resourceBlock-lead h2 {
    font-size: 1.75rem;
    margin: 0 0 1rem;
  }
}
.widget_resourceBlock-lead h2 span {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .widget_resourceBlock-lead h2 span {
    display: inline;
    white-space: normal;
  }
}
.widget_resourceBlock-lead .ui_button {
  font-size: 1.25rem;
  padding: 1.25rem 2rem;
  border-radius: 30px;
  color: #049bf0;
}
@media (max-width: 768px) {
  .widget_resourceBlock-lead .ui_button {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 480px) {
  .widget_resourceBlock-lead .ui_button {
    width: 100%;
  }
}
.widget_resourceBlock-lead.inline h2 span {
  display: inline;
  white-space: normal;
}

.widget_resourceBlock-img {
  height: 20rem;
  text-align: center;
}
@media (max-width: 480px) {
  .widget_resourceBlock-img {
    height: 15rem;
  }
}
.widget_resourceBlock-img a {
  display: block;
  transition: all 0.1s linear;
}
.widget_resourceBlock-img a:hover img, .widget_resourceBlock-img a:focus img {
  margin: -3px 0 0;
}
.widget_resourceBlock-img img {
  width: 80%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .widget_resourceBlock-img img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .widget_resourceBlock-img img {
    width: 70%;
  }
}

.widget_resourceBlock2nd {
  margin: auto;
  padding: 3.75rem 0;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 800px) {
  .widget_resourceBlock2nd {
    padding: 2.5em 0;
  }
}

.widget_resourceBlock2nd-content {
  margin: 0 1.5rem;
  background: #6ed4ff;
  border-radius: 10px;
}
@media screen and (max-width: 450px) {
  .widget_resourceBlock2nd-content {
    margin: 0 0.875rem;
  }
}

.widget_resourceBlock2nd-title {
  text-align: center;
  padding: 0.25rem 1rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
  background: #000;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (max-width: 1080px) {
  .widget_resourceBlock2nd-title {
    font-size: 1rem;
  }
}

.widget_resourceBlock2nd-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  padding: 1.25rem 0.75rem;
}
@media screen and (max-width: 1080px) {
  .widget_resourceBlock2nd-items {
    display: block;
  }
}

.widget_resourceBlock2nd-item-thumb {
  width: 320px;
  aspect-ratio: 2.42424242;
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  .widget_resourceBlock2nd-item-thumb {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  .widget_resourceBlock2nd-item-thumb {
    width: 260px;
  }
}
.widget_resourceBlock2nd-item-thumb img {
  width: 100%;
  height: 100%;
}

.widget_resourceBlock2nd-text-wrapper {
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_resourceBlock2nd-text-wrapper {
    text-align: center;
    padding-top: 1.25rem;
  }
}

.widget_resourceBlock2nd-button_wrapper {
  margin: 1.5em auto 0;
}
@media screen and (max-width: 700px) {
  .widget_resourceBlock2nd-button_wrapper {
    text-align: center;
    margin: 1.5rem auto 0;
  }
}

.widget_features-nav {
  background: #f3f4f5;
  overflow: auto;
}

.widget_features-nav-lists {
  display: flex;
  padding: 1rem 0;
}
.widget_features-nav-lists li {
  font-size: 14px;
  line-height: 1.2;
  color: #444;
  white-space: nowrap;
}
.widget_features-nav-lists li:last-child {
  padding-right: 60px;
}
@media (max-width: 768px) {
  .widget_features-nav-lists li:last-child {
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .widget_features-nav-lists li:last-child {
    padding-right: 20px;
  }
}
.widget_features-nav-lists li.active {
  font-weight: 700;
  color: #049bf0;
}
.widget_features-nav-lists li.active a {
  pointer-events: none;
}
.widget_features-nav-lists li + li {
  margin-left: 1.25rem;
}
.widget_features-nav-lists li a:hover, .widget_features-nav-lists li a:focus {
  color: #049bf0;
}

.widget_features-heroHeader-content {
  text-align: center;
  padding: 4em 0 7.5em;
}
@media (max-width: 480px) {
  .widget_features-heroHeader-content {
    padding: 3rem 0 6rem;
  }
}
.widget_features-heroHeader-content img {
  width: 5rem;
  margin: 0 0 2rem;
}
@media (max-width: 480px) {
  .widget_features-heroHeader-content img {
    width: 4rem;
    margin: 0 0 1.5rem;
  }
}
.widget_features-heroHeader-content h2 {
  font-size: 3.5rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .widget_features-heroHeader-content h2 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .widget_features-heroHeader-content h2 {
    font-size: 2rem;
  }
}
.widget_features-heroHeader-content p {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_features-heroHeader-content p {
    font-size: 1.125rem;
  }
}
.widget_features-heroHeader-content p span {
  display: block;
}
@media (max-width: 768px) {
  .widget_features-heroHeader-content p span {
    display: inline;
  }
}

.widget_features-content-wrapper {
  overflow: hidden;
}
@media (max-width: 768px) {
  .widget_features-content-wrapper {
    overflow: visible;
  }
}

.widget_features-content {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .widget_features-content {
    padding-bottom: 0;
  }
}
.widget_features-content + .widget_features-content {
  margin: 7.5rem 0 0;
}
@media (max-width: 480px) {
  .widget_features-content + .widget_features-content {
    margin: 5rem 0 0;
  }
}
.widget_features-content h3 {
  font-size: 1rem;
  line-height: 1.4;
  color: #049bf0;
  margin: 0 0 0.5rem;
}
.widget_features-content h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  .widget_features-content h2 {
    margin: 0 0 1rem;
  }
}
@media (max-width: 480px) {
  .widget_features-content h2 {
    font-size: 1.75rem;
  }
}
.widget_features-content h2 span {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .widget_features-content h2 span {
    display: inline;
    white-space: normal;
  }
}
.widget_features-content .content_img-main {
  position: relative;
  margin: 0;
}
.widget_features-content .content_img-main img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(33, 49, 64, 0.15);
}
@media (max-width: 480px) {
  .widget_features-content .content_img-main img {
    box-shadow: none;
  }
}
.widget_features-content p {
  color: #444;
  margin: 0;
}
@media (max-width: 768px) {
  .widget_features-content p {
    margin: 2rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_features-content p {
    margin: 1.5rem 0 0;
  }
}
.widget_features-content p a.link:visited,
.widget_features-content p a.link-underline:visited {
  color: #086682;
}
.widget_features-content p a.link:visited svg,
.widget_features-content p a.link-underline:visited svg {
  fill: #086682;
}
.widget_features-content .content_img-sub {
  margin: 3rem 0 0;
}
@media (max-width: 768px) {
  .widget_features-content .content_img-sub {
    margin: 2rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_features-content .content_img-sub {
    width: 90%;
    margin: 2rem auto 0;
  }
}
.widget_features-content .content_img-sub.border img {
  border: 1px solid #d1d3d6;
}
.widget_features-content .content_img-sub img {
  border-radius: 4px;
  width: 100%;
}
.widget_features-content .content_img-sub img + img {
  margin-top: 0.75rem;
}
.widget_features-content .content_img-sub span {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.6rem;
  line-height: 1.4;
  color: #777;
  margin: 0.5rem 0 0;
}
@media (max-width: 768px) {
  .widget_features-content .content_img-sub span {
    white-space: normal;
  }
}
.widget_features-content .content_img-sub figcaption {
  font-size: 12px;
  line-height: 1.4;
  color: #777;
  margin: 0.75rem 0 0;
}
.widget_features-content.content_right {
  display: grid;
  grid-template-rows: repeat(3, auto) 1fr;
  grid-template-columns: 6fr 4fr;
  gap: 0 48px;
}
@media (max-width: 768px) {
  .widget_features-content.content_right {
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_right {
    display: block;
  }
}
.widget_features-content.content_right h3, .widget_features-content.content_right h2 {
  grid-row: auto;
  grid-column: 2/3;
}
@media (max-width: 768px) {
  .widget_features-content.content_right h3, .widget_features-content.content_right h2 {
    grid-column: 1/3;
  }
}
.widget_features-content.content_right .content_img-main {
  grid-row: 1/5;
  grid-column: 1/2;
  overflow: hidden;
  width: calc(100% + 10px);
  height: calc(100% + 20px);
  margin: -10px 0 0 -10px;
}
@media (max-width: 768px) {
  .widget_features-content.content_right .content_img-main {
    grid-row: auto;
    grid-column: 1/3;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0 0 2rem;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_right .content_img-main {
    overflow: hidden;
    border: 1px solid #d1d3d6;
    border-radius: 4px;
    margin: 0 0 1.5rem;
  }
}
.widget_features-content.content_right .content_img-main::before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  right: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .widget_features-content.content_right .content_img-main::before {
    display: none;
  }
}
.widget_features-content.content_right .content_img-main img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  height: calc(100% - 20px);
}
@media (max-width: 768px) {
  .widget_features-content.content_right .content_img-main img {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_right .content_img-main img {
    width: 180%;
  }
}
.widget_features-content.content_right p {
  grid-row: auto;
  grid-column: 2/3;
}
@media (max-width: 768px) {
  .widget_features-content.content_right p {
    grid-column: 1/2;
  }
}
.widget_features-content.content_right .content_img-sub {
  grid-row: auto;
  grid-column: 2/3;
}
.widget_features-content.content_left {
  display: grid;
  grid-template-rows: repeat(3, auto) 1fr;
  grid-template-columns: 4fr 6fr;
  gap: 0 48px;
}
@media (max-width: 768px) {
  .widget_features-content.content_left {
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_left {
    display: block;
  }
}
.widget_features-content.content_left h3, .widget_features-content.content_left h2 {
  grid-row: auto;
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .widget_features-content.content_left h3, .widget_features-content.content_left h2 {
    grid-column: 1/3;
  }
}
.widget_features-content.content_left .content_img-main {
  grid-row: 1/5;
  grid-column: 2/3;
}
@media (max-width: 768px) {
  .widget_features-content.content_left .content_img-main {
    grid-row: auto;
    grid-column: 1/3;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_left .content_img-main {
    overflow: hidden;
    border: 1px solid #d1d3d6;
    border-radius: 4px;
  }
}
.widget_features-content.content_left .content_img-main img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .widget_features-content.content_left .content_img-main img {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_left .content_img-main img {
    width: 180%;
  }
}
.widget_features-content.content_left p {
  grid-row: auto;
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .widget_features-content.content_left p {
    grid-column: 1/2;
  }
}
.widget_features-content.content_left .content_img-sub {
  grid-row: auto;
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .widget_features-content.content_left .content_img-sub {
    grid-column: 2/3;
  }
}
.widget_features-content.content_center {
  display: grid;
  grid-template-rows: repeat(3, auto) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}
@media (max-width: 768px) {
  .widget_features-content.content_center {
    gap: 0 2rem;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_center {
    display: block;
  }
}
.widget_features-content.content_center h3, .widget_features-content.content_center h2, .widget_features-content.content_center .content_img-main {
  grid-row: auto;
  grid-column: 1/3;
}
.widget_features-content.content_center h2 {
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .widget_features-content.content_center .content_img-main {
    overflow: hidden;
    border: 1px solid #d1d3d6;
    border-radius: 4px;
  }
  .widget_features-content.content_center .content_img-main img {
    width: 180%;
  }
}
.widget_features-content.content_center p {
  grid-row: auto;
  grid-column: 1/2;
  margin: 2rem 0 0;
}
@media (max-width: 480px) {
  .widget_features-content.content_center p {
    margin: 1.5rem 0 0;
  }
}
.widget_features-content.content_center .content_img-sub {
  grid-row: auto;
  grid-column: 2/3;
  margin: 2.5rem 0 0;
}
@media (max-width: 768px) {
  .widget_features-content.content_center .content_img-sub {
    margin: 2rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_features-content.content_center .content_img-sub {
    width: 90%;
    margin: 2rem auto 0;
  }
}

.widget_features-lists-wrapper {
  background: #f8f9fa;
  margin: 7.5rem 0 0;
}
@media (max-width: 480px) {
  .widget_features-lists-wrapper {
    margin: 4rem 0 0;
  }
}

.widget_features-lists-content {
  padding: 4rem 0;
}
@media (max-width: 480px) {
  .widget_features-lists-content {
    padding: 3rem 0;
  }
}
.widget_features-lists-content .section-head {
  text-align: center;
  margin: 0 0 4rem;
}
@media (max-width: 768px) {
  .widget_features-lists-content .section-head {
    margin: 0 0 3rem;
  }
}
@media (max-width: 480px) {
  .widget_features-lists-content .section-head {
    text-align: left;
    margin: 0 0 2rem;
  }
}
.widget_features-lists-content .section-head h3 {
  font-size: 1rem;
  line-height: 1.4;
  color: #049bf0;
  margin: 0 0 0.5rem;
}
.widget_features-lists-content .section-head h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_features-lists-content .section-head h2 {
    font-size: 2rem;
  }
}

.widget_features-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  .widget_features-lists {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
  }
}
@media (max-width: 480px) {
  .widget_features-lists {
    grid-template-columns: 1fr;
    gap: 2.5rem 0;
  }
}
.widget_features-lists li.active a {
  pointer-events: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.widget_features-lists img {
  width: 3rem;
  margin: 0 0 1.5rem;
}
.widget_features-lists h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
.widget_features-lists p {
  font-size: 14px;
  color: #777;
  margin: 0 0 0.25rem;
}
.widget_features-lists a {
  font-size: 14px;
}

.widget_customerStory-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
  margin: 3rem 0 0;
}
@media (max-width: 480px) {
  .widget_customerStory-lists {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_customerStory-lists a {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}
.widget_customerStory-lists a:hover img, .widget_customerStory-lists a:focus img {
  opacity: 0.9;
}
.widget_customerStory-lists a:hover h4, .widget_customerStory-lists a:focus h4 {
  text-decoration: underline;
}
.widget_customerStory-lists a:hover .link, .widget_customerStory-lists a:focus .link {
  text-decoration: underline;
}
.widget_customerStory-lists img {
  width: 100%;
  border-radius: 4px;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .widget_customerStory-lists img {
    grid-column: span 1;
    grid-row: span 2;
    margin: 0;
  }
}
.widget_customerStory-lists img.border {
  border: 1px solid #e1e3e6;
}
.widget_customerStory-lists h4 {
  font-size: 1rem;
  line-height: 1.4;
  color: #049bf0;
  margin: 0 0 0.25rem;
}
.widget_customerStory-lists p {
  font-size: 0.75rem;
  color: #777;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_customerStory-lists h4, .widget_customerStory-lists p {
    grid-column: span 1;
    grid-row: auto;
  }
}
.widget_customerStory-lists .link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #049bf0;
  margin: 0.5rem 0 0;
}
@media (max-width: 480px) {
  .widget_customerStory-lists .link {
    grid-column: span 1;
    grid-row: auto;
  }
}

.widget_customer-heroHeader {
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader {
    margin: 0 auto 3rem;
  }
}

.widget_customer-heroHeader-content {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: normal 48px;
  height: 348px;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-content {
    grid-template-rows: auto;
    grid-template-columns: auto;
    gap: normal;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .widget_customer-heroHeader-content {
    height: auto;
  }
}

.widget_customer-heroHeader-backlink {
  grid-row: 1;
  grid-column: span 6;
  font-size: 0.875rem;
  color: #777;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-backlink {
    grid-column: auto !important;
  }
}
.widget_customer-heroHeader-backlink a:hover, .widget_customer-heroHeader-backlink a:focus {
  color: #049bf0;
  text-decoration: underline;
}
.widget_customer-heroHeader-backlink svg {
  transform: rotate(180deg) translateY(-0.1em) !important;
}

.widget_customer-heroHeader-firstImage {
  grid-row: span 2;
  grid-column: span 6;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-firstImage {
    grid-row: 2;
    grid-column: auto !important;
    overflow: visible;
  }
}
.widget_customer-heroHeader-firstImage img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-firstImage img {
    position: static !important;
    height: auto !important;
    width: 100% !important;
    left: auto !important;
    transform: none !important;
  }
}
.widget_customer-heroHeader-firstImage span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-firstImage span {
    position: static;
    text-align: right;
    color: #777;
    text-shadow: none;
    margin: 0.25rem 0 0;
  }
}

.widget_customer-heroHeader-title {
  grid-row: 2;
  grid-column: span 6;
  align-self: end;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-title {
    grid-row: 3;
    grid-column: auto !important;
  }
}
.widget_customer-heroHeader-title h2 {
  font-size: 2.25rem;
  line-height: 1.4;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  .widget_customer-heroHeader-title h2 {
    font-size: 1.75rem;
    margin: 1.25rem 0 1rem !important;
  }
}
.widget_customer-heroHeader-title h2 span {
  display: block;
}
@media (max-width: 480px) {
  .widget_customer-heroHeader-title h2 span {
    display: inline;
  }
}
.widget_customer-heroHeader-title p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}
.widget_customer-heroHeader-title p a {
  text-decoration: underline;
}
.widget_customer-heroHeader-title p a:hover, .widget_customer-heroHeader-title p a:focus {
  color: #049bf0;
}
.widget_customer-heroHeader-title p a .icon_launch {
  transform: translateY(0.15em) !important;
}

.widget_customer-info {
  margin: 0 0 4.5rem;
}
.widget_customer-info figure {
  margin: 0 0 1rem;
}
.widget_customer-info figure img {
  width: 100%;
}

.widget_customer-members {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem 48px;
}
.widget_customer-members li {
  display: flex;
  flex-direction: column;
}
.widget_customer-members .company {
  line-height: 1.4;
  margin: 0 0 0.5rem;
}
.widget_customer-members .position {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #777;
  margin: 0 0 1rem;
}
.widget_customer-members .name {
  font-weight: 700;
  line-height: 1.2;
  margin: auto 0 0;
}
.widget_customer-members .links {
  display: flex;
  line-height: 1;
  margin: 0.5rem 0 0;
}
.widget_customer-members .links a:hover, .widget_customer-members .links a:focus {
  opacity: 0.85;
}
.widget_customer-members .links a + a {
  margin-left: 0.5rem;
}
.widget_customer-members .links img {
  width: 1.125rem;
  height: auto;
}

.widget_customer-subinfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e1e3e6;
  padding: 0.5rem 0 0;
  margin: 1.5rem 0 0;
}
.widget_customer-subinfo .interviewer {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #444;
  margin: 0 1rem 0 0;
}
.widget_customer-subinfo .releaseDay {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #777;
  margin: 0;
}

.widget_customer-interview .introduction,
.widget_customer-interview h3,
.widget_customer-interview .dialog-interviewer,
.widget_customer-interview .dialog,
.widget_customer-interview .external-link, .widget_customer-episode .introduction,
.widget_customer-episode h3,
.widget_customer-episode .dialog-interviewer,
.widget_customer-episode .dialog,
.widget_customer-episode .external-link {
  max-width: 744px;
  margin: 0 auto;
}
.widget_customer-interview h3, .widget_customer-episode h3 {
  font-size: 2rem;
  line-height: 1.4;
  color: #0cb3e6;
  margin-top: 4rem;
}
.widget_customer-interview .dialog-interviewer, .widget_customer-episode .dialog-interviewer {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .widget_customer-interview .dialog-interviewer, .widget_customer-episode .dialog-interviewer {
    padding-left: 2rem;
  }
}
.widget_customer-interview .dialog-interviewer::before, .widget_customer-episode .dialog-interviewer::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.875rem;
  left: calc(-48px - 1.5rem);
  width: 48px;
  border-top: 1px solid #777;
}
@media screen and (max-width: 1000px) {
  .widget_customer-interview .dialog-interviewer::before, .widget_customer-episode .dialog-interviewer::before {
    left: 0;
    width: 1.5rem;
  }
}
.widget_customer-interview .dialog, .widget_customer-episode .dialog {
  position: relative;
  margin-top: 2rem;
}
.widget_customer-interview .speaker, .widget_customer-episode .speaker {
  position: absolute;
  left: -1.5rem;
  transform: translateX(-100%);
  color: #777;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .widget_customer-interview .speaker, .widget_customer-episode .speaker {
    display: inline;
    position: static;
    transform: none;
    text-align: left;
    margin: 0 0.75rem 0 0;
  }
}
.widget_customer-interview .speaker.long, .widget_customer-episode .speaker.long {
  display: block;
  position: relative;
  left: calc((51px + 48px) * -1);
  transform: none;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .widget_customer-interview .speaker.long, .widget_customer-episode .speaker.long {
    display: inline-block;
    position: static;
  }
}
.widget_customer-interview .speak, .widget_customer-episode .speak {
  display: block;
}
@media screen and (max-width: 1100px) {
  .widget_customer-interview .speak, .widget_customer-episode .speak {
    display: inline;
  }
}
.widget_customer-interview .speak .speak + .speak, .widget_customer-episode .speak .speak + .speak {
  margin: 1rem 0 0;
}
@media screen and (max-width: 1100px) {
  .widget_customer-interview .speak .speak:first-child, .widget_customer-episode .speak .speak:first-child {
    display: inline;
  }
}
.widget_customer-interview .speak a, .widget_customer-episode .speak a {
  text-decoration: underline;
}
.widget_customer-interview .speak a:hover, .widget_customer-interview .speak a:focus, .widget_customer-episode .speak a:hover, .widget_customer-episode .speak a:focus {
  color: #049bf0;
}
.widget_customer-interview figure, .widget_customer-episode figure {
  text-align: center;
  margin: 2.5rem auto;
}
.widget_customer-interview figure img, .widget_customer-episode figure img {
  width: 100%;
}
.widget_customer-interview figure.figure-portrait, .widget_customer-episode figure.figure-portrait {
  float: right;
  margin: 2.5rem 0 2.5rem 3rem;
}
@media screen and (max-width: 580px) {
  .widget_customer-interview figure.figure-portrait, .widget_customer-episode figure.figure-portrait {
    float: none;
    max-width: 80%;
    margin: 1.5rem auto;
  }
}
.widget_customer-interview figure.figure-portrait img, .widget_customer-episode figure.figure-portrait img {
  max-width: 348px;
}
@media screen and (max-width: 580px) {
  .widget_customer-interview figure.figure-portrait img, .widget_customer-episode figure.figure-portrait img {
    max-width: 100%;
  }
}
.widget_customer-interview figure.figure-portrait figcaption, .widget_customer-episode figure.figure-portrait figcaption {
  text-align: left;
}
.widget_customer-interview figure.figure-function, .widget_customer-episode figure.figure-function {
  max-width: 744px;
  border: 1px solid #e1e3e6;
  border-radius: 4px;
  padding: 2rem 2rem;
}
.widget_customer-interview figure.figure-function img, .widget_customer-episode figure.figure-function img {
  max-width: 70%;
}
.widget_customer-interview figure.figure-function figcaption, .widget_customer-episode figure.figure-function figcaption {
  font-size: 0.875rem;
}
.widget_customer-interview figcaption, .widget_customer-episode figcaption {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #777;
  margin-top: 0.5rem;
}
.widget_customer-interview figcaption span, .widget_customer-episode figcaption span {
  display: block;
}
@media screen and (max-width: 580px) {
  .widget_customer-interview figcaption span, .widget_customer-episode figcaption span {
    display: inline;
  }
}
.widget_customer-interview code, .widget_customer-episode code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.95em;
  background: #f3f4f5;
  border: 1px solid #e1e3e6;
  border-radius: 2px;
  padding: 2px 4px;
  margin: 0 0.25rem;
}
.widget_customer-interview .favicon, .widget_customer-episode .favicon {
  display: inline-block;
  width: 1rem;
  vertical-align: text-top;
  background: #fff;
  margin: 0 6px 0 3px;
}
.widget_customer-interview .link, .widget_customer-episode .link {
  color: inherit;
  text-decoration: underline;
}
.widget_customer-interview .link:hover, .widget_customer-interview .link:focus, .widget_customer-episode .link:hover, .widget_customer-episode .link:focus {
  color: #049bf0;
}
.widget_customer-interview .external-link, .widget_customer-episode .external-link {
  line-height: 1.4;
  vertical-align: middle;
  background: #f3f4f5;
  border-radius: 4px;
  overflow: hidden;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
}
.widget_customer-interview .external-link a, .widget_customer-episode .external-link a {
  text-decoration: underline;
}
.widget_customer-interview .external-link a:hover, .widget_customer-interview .external-link a:focus, .widget_customer-episode .external-link a:hover, .widget_customer-episode .external-link a:focus {
  color: #049bf0;
}
.widget_customer-interview .slide, .widget_customer-episode .slide {
  margin: 2.5rem 0;
}
.widget_customer-interview .full-width, .widget_customer-episode .full-width {
  text-align: center;
  background: #f8f9fa;
  border-top: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
  margin: 4rem 0;
}
@media (max-width: 768px) {
  .widget_customer-interview .full-width, .widget_customer-episode .full-width {
    margin: 2rem 0;
  }
}
.widget_customer-interview .full-width figure, .widget_customer-episode .full-width figure {
  margin: 2.5rem 0 2rem;
}
.widget_customer-interview .full-width figcaption, .widget_customer-episode .full-width figcaption {
  margin-top: 1rem;
}
.widget_customer-interview .widget_resourceBlock, .widget_customer-episode .widget_resourceBlock {
  border-radius: 0.5rem;
  margin: 4rem 0 0;
}
.widget_customer-interview .widget_resourceBlock-lead h2, .widget_customer-episode .widget_resourceBlock-lead h2 {
  margin: 0 0 1rem;
}
.widget_customer-interview .widget_resourceBlock-content div:nth-child(1), .widget_customer-episode .widget_resourceBlock-content div:nth-child(1) {
  grid-column: span 5;
}
@media (max-width: 480px) {
  .widget_customer-interview .widget_resourceBlock-content div:nth-child(1), .widget_customer-episode .widget_resourceBlock-content div:nth-child(1) {
    grid-column: span 8;
  }
}
.widget_customer-interview .widget_resourceBlock-content div:nth-child(2), .widget_customer-episode .widget_resourceBlock-content div:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 480px) {
  .widget_customer-interview .widget_resourceBlock-content div:nth-child(2), .widget_customer-episode .widget_resourceBlock-content div:nth-child(2) {
    grid-column: span 8;
  }
}
.widget_customer-interview .widget_resourceBlock-img, .widget_customer-episode .widget_resourceBlock-img {
  height: 15rem;
}
.widget_customer-interview .widget_resourceBlock-img img, .widget_customer-episode .widget_resourceBlock-img img {
  width: 100%;
}
@media (max-width: 480px) {
  .widget_customer-interview .widget_resourceBlock-img img, .widget_customer-episode .widget_resourceBlock-img img {
    width: 70%;
  }
}

.widget_customer-episode .introduction {
  margin: 0 auto 4rem;
}
.widget_customer-episode h3 {
  margin: 0 0 2rem;
}
.widget_customer-episode h4 {
  font-size: 1.125rem;
  font-weight: 700;
}
.widget_customer-episode figure.figure-portrait {
  margin: 0 0 2.5rem 3rem;
}
.widget_customer-episode section {
  margin-bottom: 3rem;
}
.widget_customer-episode section::after {
  content: "";
  display: block;
  clear: both;
}

.widget_customer-customerStoryLists {
  background: #f8f9fa;
  padding: 4rem 0;
  margin: 5rem 0 0;
}
@media (max-width: 480px) {
  .widget_customer-customerStoryLists {
    padding: 3rem 0;
  }
}
.widget_customer-customerStoryLists h3 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 3rem;
}
@media (max-width: 480px) {
  .widget_customer-customerStoryLists h3 {
    font-size: 1.5rem;
  }
}
.widget_customer-customerStoryLists .widget_customerStory-lists {
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  .widget_customer-customerStoryLists .widget_customerStory-lists {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  .widget_customer-customerStoryLists .widget_customerStory-lists {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .widget_customer-customerStoryLists .widget_customerStory-lists a {
    grid-template-rows: repeat(2, auto) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}
.widget_customer-customerStoryLists .widget_customerStory-lists a:hover h4, .widget_customer-customerStoryLists .widget_customerStory-lists a:focus h4 {
  text-decoration: none;
}
@media (max-width: 480px) {
  .widget_customer-customerStoryLists .widget_customerStory-lists img {
    grid-row: span 3;
  }
}
.widget_customer-customerStoryLists .widget_customerStory-lists h4 {
  color: #111;
}
.widget_customer-customerStoryLists .link-row {
  text-align: right;
  margin: 1rem 0 0;
}
.widget_customer-customerStoryLists .link-row a {
  font-size: 0.875rem;
  font-weight: 700;
}

.widget_info-backlink {
  background: #f3f4f5;
  margin: 0 0 2.5rem;
}

.widget_info-backlink-content {
  padding: 3rem 0 1rem;
}
.widget_info-backlink-content a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #616366;
}
.widget_info-backlink-content a:hover, .widget_info-backlink-content a:focus {
  color: #049bf0;
}

.widget_info-head {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  .widget_info-head {
    margin: 0 0 1rem;
  }
}
.widget_info-head h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 !important;
}
@media (max-width: 480px) {
  .widget_info-head h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .widget_info-head .ui_dropdown-content {
    left: auto;
    right: 0;
    transform: translateY(100%);
  }
}

.widget_info-lists li {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem;
  border-radius: 4px;
  padding: 1rem;
  margin: 0 -1rem;
}
@media screen and (max-width: 640px) {
  .widget_info-lists li {
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 0.5rem;
    padding: 1rem 0;
    margin: 0;
  }
}
.widget_info-lists li:hover, .widget_info-lists li:focus {
  background: #f8f9fa;
  transition: all 0.1s linear;
}
@media screen and (max-width: 640px) {
  .widget_info-lists li:hover, .widget_info-lists li:focus {
    background: none;
  }
}
.widget_info-lists time {
  grid-column: span 1;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  line-height: 1.6;
  color: #111;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .widget_info-lists time {
    grid-column: auto;
    grid-row: 1;
  }
}
.widget_info-lists .ui_tag {
  grid-column: span 2;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .widget_info-lists .ui_tag {
    grid-column: auto;
    grid-row: 1;
  }
}
.widget_info-lists .title {
  grid-column: span 5;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .widget_info-lists .title {
    grid-column: span 2;
    grid-row: 2;
  }
}
.widget_info-lists .title:hover a, .widget_info-lists .title:focus a {
  text-decoration: underline;
}

.widget_infoEntry-header time {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #777;
}
.widget_infoEntry-header h1,
.widget_infoEntry-header .widget_infoEntry-title {
  font-size: 2rem;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 2.25rem;
}
@media (max-width: 480px) {
  .widget_infoEntry-header h1,
  .widget_infoEntry-header .widget_infoEntry-title {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
  }
}

.widge_infoEntry-content h2,
.widget_event-main h2 {
  font-size: 1.75rem;
  line-height: 1.6;
  border-bottom: 1px solid #e1e3e6;
  padding: 0 0 0.5rem;
  margin: 3.75rem 0 2rem;
}
@media (max-width: 480px) {
  .widge_infoEntry-content h2,
  .widget_event-main h2 {
    font-size: 1.5rem;
    margin: 2rem 0 1.25rem;
  }
}
.widge_infoEntry-content h3,
.widget_event-main h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  border-bottom: 1px solid #e1e3e6;
  padding: 0 0 0.25rem;
  margin: 3.5rem 0 1.75rem;
}
@media (max-width: 480px) {
  .widge_infoEntry-content h3,
  .widget_event-main h3 {
    font-size: 1.25rem;
    margin: 2rem 0 1rem;
  }
}
.widge_infoEntry-content h4,
.widget_event-main h4 {
  font-size: 1.25rem;
  margin: 1.5rem 0 0.5rem;
}
@media (max-width: 480px) {
  .widge_infoEntry-content h4,
  .widget_event-main h4 {
    font-size: 1.125rem;
  }
}
.widge_infoEntry-content h5, .widge_infoEntry-content h6,
.widget_event-main h5,
.widget_event-main h6 {
  font-size: 1rem;
  margin: 0 0 1rem;
}
.widge_infoEntry-content h2, .widge_infoEntry-content h3, .widge_infoEntry-content h4, .widge_infoEntry-content h5, .widge_infoEntry-content h6,
.widget_event-main h2,
.widget_event-main h3,
.widget_event-main h4,
.widget_event-main h5,
.widget_event-main h6 {
  scroll-margin-top: 4.5rem;
}
@media (max-width: 480px) {
  .widge_infoEntry-content h2, .widge_infoEntry-content h3, .widge_infoEntry-content h4, .widge_infoEntry-content h5, .widge_infoEntry-content h6,
  .widget_event-main h2,
  .widget_event-main h3,
  .widget_event-main h4,
  .widget_event-main h5,
  .widget_event-main h6 {
    scroll-margin-top: 0.5rem;
  }
}
.widge_infoEntry-content p,
.widget_event-main p {
  margin: 0 0 1rem;
}
.widge_infoEntry-content a,
.widget_event-main a {
  text-decoration: underline;
}
.widge_infoEntry-content a:hover, .widge_infoEntry-content a:focus,
.widget_event-main a:hover,
.widget_event-main a:focus {
  color: #049bf0;
}
.widge_infoEntry-content code,
.widget_event-main code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.9em;
  color: #866200;
  background: #f3f4f5;
  white-space: normal;
  border: 1px solid #e1e3e6;
  border-radius: 3px;
  padding: 0.25em 0.4em;
  margin: 0 2px;
}
.widge_infoEntry-content pre,
.widget_event-main pre {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  color: #111;
  white-space: pre;
  overflow: auto;
  background: #f3f4f5;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
}
.widge_infoEntry-content ul, .widge_infoEntry-content ol,
.widget_event-main ul,
.widget_event-main ol {
  margin: 1rem 0;
}
.widge_infoEntry-content ul li, .widge_infoEntry-content ol li,
.widget_event-main ul li,
.widget_event-main ol li {
  margin-left: 1.25rem;
}
.widge_infoEntry-content ul li + li, .widge_infoEntry-content ol li + li,
.widget_event-main ul li + li,
.widget_event-main ol li + li {
  margin-top: 0.5rem;
}
.widge_infoEntry-content ul li ul, .widge_infoEntry-content ol li ul,
.widget_event-main ul li ul,
.widget_event-main ol li ul {
  margin: 0 0 0.75rem;
}
.widge_infoEntry-content ul.contents, .widge_infoEntry-content ol.contents,
.widget_event-main ul.contents,
.widget_event-main ol.contents {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1.5rem 1.75rem;
}
.widge_infoEntry-content ul.contents::before, .widge_infoEntry-content ol.contents::before,
.widget_event-main ul.contents::before,
.widget_event-main ol.contents::before {
  content: "目次";
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
@media (max-width: 480px) {
  .widge_infoEntry-content ul.contents::before, .widge_infoEntry-content ol.contents::before,
  .widget_event-main ul.contents::before,
  .widget_event-main ol.contents::before {
    font-size: 1.125rem;
  }
}
.widge_infoEntry-content ul.contents li, .widge_infoEntry-content ol.contents li,
.widget_event-main ul.contents li,
.widget_event-main ol.contents li {
  color: #444;
}
.widge_infoEntry-content ul.contents a, .widge_infoEntry-content ol.contents a,
.widget_event-main ul.contents a,
.widget_event-main ol.contents a {
  text-decoration: none;
}
.widge_infoEntry-content ul.contents a:hover, .widge_infoEntry-content ul.contents a:focus, .widge_infoEntry-content ol.contents a:hover, .widge_infoEntry-content ol.contents a:focus,
.widget_event-main ul.contents a:hover,
.widget_event-main ul.contents a:focus,
.widget_event-main ol.contents a:hover,
.widget_event-main ol.contents a:focus {
  color: #111;
  text-decoration: underline;
}
.widge_infoEntry-content ul.contents a:visited, .widge_infoEntry-content ol.contents a:visited,
.widget_event-main ul.contents a:visited,
.widget_event-main ol.contents a:visited {
  color: #777;
}
.widge_infoEntry-content ul,
.widget_event-main ul {
  list-style-type: disc;
}
.widge_infoEntry-content ul li ul,
.widget_event-main ul li ul {
  list-style: circle;
}
.widge_infoEntry-content table,
.widget_event-main table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1rem 0;
}
.widge_infoEntry-content tr:hover,
.widget_event-main tr:hover {
  background: #f8f9fa;
}
.widge_infoEntry-content th,
.widget_event-main th {
  text-align: left;
}
@media (max-width: 480px) {
  .widge_infoEntry-content th,
  .widget_event-main th {
    display: none;
  }
}
.widge_infoEntry-content td,
.widget_event-main td {
  padding: 0.5rem 1.5rem 0.5rem 0;
}
@media (max-width: 480px) {
  .widge_infoEntry-content td,
  .widget_event-main td {
    display: block;
  }
}
.widge_infoEntry-content td:first-child,
.widget_event-main td:first-child {
  min-width: 120px;
  box-sizing: content-box;
}
.widge_infoEntry-content td:last-child,
.widget_event-main td:last-child {
  padding-right: 0;
}
.widge_infoEntry-content td.time,
.widget_event-main td.time {
  white-space: nowrap;
  vertical-align: top;
}
@media (max-width: 480px) {
  .widge_infoEntry-content td.time,
  .widget_event-main td.time {
    font-weight: 700;
    color: #777;
    white-space: normal;
    padding-bottom: 0;
  }
}
.widge_infoEntry-content td h4,
.widget_event-main td h4 {
  font-size: 1.125rem;
  margin: 0 0 0.25rem;
}
.widge_infoEntry-content td p,
.widget_event-main td p {
  margin: 0.5rem 0;
}
.widge_infoEntry-content td p.widget_event-strong,
.widget_event-main td p.widget_event-strong {
  font-weight: 700;
  margin: 0;
}
.widge_infoEntry-content td p.widget_event-strong + p,
.widget_event-main td p.widget_event-strong + p {
  margin: 2px 0 0.5rem;
}
.widge_infoEntry-content figure,
.widget_event-main figure {
  margin: 1rem 0;
}
.widge_infoEntry-content figure img,
.widget_event-main figure img {
  margin: 0;
}
.widge_infoEntry-content figcaption,
.widget_event-main figcaption {
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  margin: 0.5rem 0 0;
}
.widge_infoEntry-content img,
.widget_event-main img {
  width: 100%;
  margin: 0 0 1rem;
}
.widge_infoEntry-content hr,
.widget_event-main hr {
  margin: 2rem auto;
  border-width: 0;
  border-top: 1px solid #e1e3e6;
}
.widge_infoEntry-content iframe,
.widget_event-main iframe {
  margin: 1rem auto;
}
.widge_infoEntry-content .widget_event-speakers,
.widget_event-main .widget_event-speakers {
  display: flex;
  align-items: flex-start;
  margin: 1rem 0;
}
.widge_infoEntry-content .widget_event-speakers + .widget_event-speakers,
.widget_event-main .widget_event-speakers + .widget_event-speakers {
  margin-top: 1.5rem;
}
.widge_infoEntry-content .widget_event-speakers img,
.widget_event-main .widget_event-speakers img {
  width: 120px;
  height: auto;
  vertical-align: bottom;
}
.widge_infoEntry-content .widget_event-speaker,
.widget_event-main .widget_event-speaker {
  flex: 1;
  min-width: 0;
  margin: 0 0 0 1.5rem;
}
.widge_infoEntry-content .widget_event-speaker h4,
.widget_event-main .widget_event-speaker h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem;
}
.widge_infoEntry-content .widget_event-speaker p,
.widget_event-main .widget_event-speaker p {
  margin: 0.5rem 0;
}

.widget_infoEntry-tag {
  margin: 5rem 0 0;
}

.widget_infoEntry-pager {
  margin: 1.5rem 0 0;
}

.widget_infoEntry-pager-content {
  display: flex;
  justify-content: space-between;
  color: #616366;
  font-weight: 700;
  border-top: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
}

.widget_infoEntry-pager-prev,
.widget_infoEntry-pager-next {
  flex: 1 1 50%;
  display: flex;
  height: 100%;
}
.widget_infoEntry-pager-prev a,
.widget_infoEntry-pager-next a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
}
.widget_infoEntry-pager-prev a:hover, .widget_infoEntry-pager-prev a:focus,
.widget_infoEntry-pager-next a:hover,
.widget_infoEntry-pager-next a:focus {
  color: #049bf0;
  background: #f8f9fa;
}
.widget_infoEntry-pager-prev a svg,
.widget_infoEntry-pager-next a svg {
  flex: 0 0 auto;
}

.widget_infoEntry-pager-prev a {
  padding-right: 0.5rem;
}
.widget_infoEntry-pager-prev a .icon_arrow-reverse.icon_inline {
  transform: translateY(0) rotate(180deg);
}

.widget_infoEntry-pager-next a {
  justify-content: flex-end;
  padding-left: 0.5rem;
}
.widget_infoEntry-pager-next a .icon_arrow.icon_inline {
  transform: translateY(0);
}

.widget_infoEntry-recentEntries {
  margin: 4rem 0 0;
}

.widget_infoEntry-recentEntries-content h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
.widget_infoEntry-recentEntries-content .link-row {
  text-align: right;
  margin: 0.5rem 0 0;
}
.widget_infoEntry-recentEntries-content .link-row a {
  color: #777;
}
.widget_infoEntry-recentEntries-content .link-row a:hover, .widget_infoEntry-recentEntries-content .link-row a:focus {
  color: #049bf0;
  text-decoration: underline;
}

.widget_breadcrumbs {
  background: #f8f9fa;
  padding: 0.75rem 0;
}

.widget_breadcrumbs-lists {
  width: 100%;
}
.widget_breadcrumbs-lists li {
  display: inline;
  font-size: 14px;
  line-height: 1;
  color: #777;
}
.widget_breadcrumbs-lists li::after {
  content: "";
  display: inline-block;
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/icon/icon_arrow-gray.svg") no-repeat;
  width: 1em;
  height: 1em;
  transform: translateY(2px);
  margin: 0 0.25rem 0 0.5rem;
}
.widget_breadcrumbs-lists li:last-child::after {
  display: none;
}
.widget_breadcrumbs-lists li.active a {
  color: #049bf0;
}
.widget_breadcrumbs-lists li a:hover, .widget_breadcrumbs-lists li a:focus {
  color: #049bf0;
  text-decoration: underline;
}

.widget_blogEntries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 48px;
}
@media (max-width: 768px) {
  .widget_blogEntries {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }
}
@media (max-width: 480px) {
  .widget_blogEntries {
    grid-template-columns: 1fr;
    gap: 1rem 0;
  }
}
@media (max-width: 480px) {
  .widget_blogEntries li {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 2fr 1fr;
    gap: 0 1rem;
    border-bottom: 1px solid #f3f4f5;
    padding-bottom: 1rem;
  }
}
.widget_blogEntries a.entry-image {
  display: block;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .widget_blogEntries a.entry-image {
    grid-row: 2/3;
    grid-column: 2/3;
    margin: 0;
  }
}
.widget_blogEntries a.entry-image:hover, .widget_blogEntries a.entry-image:focus {
  opacity: 0.9;
}
.widget_blogEntries a.entry-image img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
@media (max-width: 480px) {
  .widget_blogEntries a.entry-image img {
    margin: 3px 0 0;
  }
}
.widget_blogEntries .ui_blogCategory {
  margin: 0 0 0.25rem;
}
@media (max-width: 480px) {
  .widget_blogEntries .ui_blogCategory {
    font-size: 10px;
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.widget_blogEntries a.entry-desc {
  display: block;
}
@media (max-width: 480px) {
  .widget_blogEntries a.entry-desc {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.widget_blogEntries a.entry-desc:hover h3, .widget_blogEntries a.entry-desc:focus h3 {
  color: #049bf0;
}
.widget_blogEntries a.entry-desc h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 1000px) {
  .widget_blogEntries a.entry-desc h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .widget_blogEntries a.entry-desc h3 {
    line-height: 1.4;
    margin: 0 0 0.25rem;
  }
}
.widget_blogEntries a.entry-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.875rem;
  color: #444;
  margin: 0;
}
@media (max-width: 480px) {
  .widget_blogEntries a.entry-desc p {
    line-height: 1.6;
  }
}

.widget_blogCategories-content {
  border-top: 1px solid #e1e3e6;
  padding: 3rem 0 0;
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogCategories-content {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
  }
}
.widget_blogCategories-content h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  .widget_blogCategories-content h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
}

.widget_blogCategories-lists {
  display: flex;
  flex-wrap: wrap;
}
.widget_blogCategories-lists li {
  margin: 0 0.75rem 0.5rem 0;
}

.widget_blogNewsletter {
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogNewsletter {
    margin: 2rem 0 0;
  }
}

.widget_blogNewsletter-content {
  background: linear-gradient(to bottom right, #0cb3e6, #19C6fa);
  padding: 3rem 2rem;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .widget_blogNewsletter-content {
    padding: 1.5rem;
  }
}

.widget_blogNewsletter-title {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .widget_blogNewsletter-title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .widget_blogNewsletter-title {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 0.25rem;
  }
}

.widget_blogNewsletter-desc {
  font-size: 1.25rem;
  color: #fff;
  margin: 0 0 1.75rem;
  text-align: center;
}
@media (max-width: 768px) {
  .widget_blogNewsletter-desc {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 480px) {
  .widget_blogNewsletter-desc {
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
  }
}

.widget_blogNewsletter-form {
  color: #fff;
  max-width: 546px;
  margin: 0 auto;
}
.widget_blogNewsletter-form .hs-form {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 0.5rem;
  row-gap: 5px;
  position: relative;
}
.widget_blogNewsletter-form .hs-form fieldset .input {
  margin: 0 !important;
}
.widget_blogNewsletter-form .hs-form fieldset:nth-child(1) {
  max-width: 100%;
  grid-column: span 2;
}
.widget_blogNewsletter-form .hs-form fieldset:nth-child(2) {
  grid-column: span 2;
}
.widget_blogNewsletter-form .hs-form fieldset:nth-child(3) {
  grid-column: auto;
}
@media (max-width: 480px) {
  .widget_blogNewsletter-form .hs-form fieldset:nth-child(3) {
    grid-column: span 2;
  }
}
.widget_blogNewsletter-form .hs-form .hs-fieldtype-text input {
  border-color: #19C6fa;
}
.widget_blogNewsletter-form .hs-form .hs-fieldtype-text input:hover {
  border-color: #19C6fa;
}
.widget_blogNewsletter-form .hs-form .hs-fieldtype-text input:focus {
  border-color: #086682;
}
.widget_blogNewsletter-form .hs-form .hs-fieldtype-text input.invalid {
  border-color: #086682;
}
.widget_blogNewsletter-form .hs-form .hs-submit {
  grid-column: auto;
  width: 100%;
}
@media (max-width: 480px) {
  .widget_blogNewsletter-form .hs-form .hs-submit {
    grid-column: span 2;
    margin-top: 0.75rem;
  }
}
.widget_blogNewsletter-form .hs-form .hs-submit .hs-button {
  color: #fff;
  background: #000;
  width: 100%;
}
.widget_blogNewsletter-form .hs-form .hs-submit .hs-button:hover, .widget_blogNewsletter-form .hs-form .hs-submit .hs-button:focus {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .widget_blogNewsletter-form .hs-form .hs-submit .hs-button {
    font-size: 16px;
  }
}
.widget_blogNewsletter-form .hs-form .hs_error_rollup {
  grid-column: span 2;
  position: absolute;
  top: -1.5rem;
  margin: 0;
}
.widget_blogNewsletter-form .hs-form .hs_error_rollup ul {
  font-size: 0.75rem;
  margin: 0;
}
.widget_blogNewsletter-form .hs-form ul.hs-error-msgs {
  color: #f7db6a;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox {
  font-size: 12px;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::before {
  border-color: #19C6fa;
  top: 2px;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] + span::after {
  top: 7px;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::before {
  border-color: #086682;
  background: #086682;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox a:hover, .widget_blogNewsletter-form .hs-fieldtype-booleancheckbox a:focus {
  opacity: 0.7;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox a::after {
  content: "";
  display: inline-block;
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/icon/icon_launch-white.svg") no-repeat;
  width: 1em;
  height: 1em;
  transform: translateY(2px);
  margin: 0 0.25rem;
}
.widget_blogNewsletter-form .hs-fieldtype-booleancheckbox .hs-form-required {
  color: #fff;
}

.widget_blogInfos {
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogInfos {
    margin: 3rem 0 0;
  }
}

.widget_blogInfo {
  margin: 0 0 3rem;
}
@media (max-width: 480px) {
  .widget_blogInfo {
    margin: 0 0 2.5rem;
  }
}
.widget_blogInfo h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  .widget_blogInfo h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
}
.widget_blogInfo .link-row {
  font-size: 0.875rem;
  text-align: right;
  border-top: 1px solid #e1e3e6;
  padding: 1rem 0 0;
  margin: 2rem 0 0;
}

.widget_blogInfo-events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 768px) {
  .widget_blogInfo-events {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .widget_blogInfo-events {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.widget_blogInfo-events a {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .widget_blogInfo-events a {
    padding: 0;
    margin: 0;
  }
}
.widget_blogInfo-events a:focus h4, .widget_blogInfo-events a:hover h4 {
  text-decoration: underline;
}
.widget_blogInfo-events a:focus img, .widget_blogInfo-events a:hover img {
  opacity: 0.9;
}
.widget_blogInfo-events h4 {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0 0;
}
@media (max-width: 768px) {
  .widget_blogInfo-events h4 {
    margin: 0.5rem 0 0;
  }
}
.widget_blogInfo-events img {
  width: 100%;
  height: auto;
}

.widget_blogInfo .widget_customerStory-lists {
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin: 0;
}
@media (max-width: 768px) {
  .widget_blogInfo .widget_customerStory-lists {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .widget_blogInfo .widget_customerStory-lists {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .widget_blogInfo .widget_customerStory-lists a {
    grid-template-rows: repeat(2, auto) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}
.widget_blogInfo .widget_customerStory-lists a:hover h4, .widget_blogInfo .widget_customerStory-lists a:focus h4 {
  text-decoration: none;
}
@media (max-width: 480px) {
  .widget_blogInfo .widget_customerStory-lists img {
    grid-row: span 3;
  }
}
.widget_blogInfo .widget_customerStory-lists h4 {
  color: #111;
}
.widget_blogInfo .widget_customerStory-lists p {
  font-size: 0.875rem;
  line-height: 1.4;
}

#page-blog_entry .widget_globalHeader {
  background-color: #0cb3e6;
}
#page-blog_entry .widget_globalHeader.is-drawing {
  border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-content .mackerel-logo svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav.is-drawing {
  background: #0cb3e6;
}
@media screen and (max-width: 1000px) {
  #page-blog_entry .widget_globalHeader .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover, #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button:hover,
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover svg, #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button:hover svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li > a svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:hover, #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:focus {
  opacity: 0.9;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray {
  color: #fff;
  background: #000;
}
#page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:hover, #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li + li a,
  #page-blog_entry .widget_globalHeader .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
  }
  #page-blog_entry .widget_globalHeader .widget_globalHeader-nav-lists > li a,
  #page-blog_entry .widget_globalHeader .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}

.widget_blogEntry {
  margin: 3rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogEntry {
    margin: 2rem 0 0;
  }
}
.widget_blogEntry .widget_recommendBlock {
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogEntry .widget_recommendBlock {
    margin: 2rem 0 0;
  }
}

.widget_blogEntry-header img {
  width: 100%;
  border-radius: 0.5rem;
  margin: 0 0 1.75rem;
}
@media (max-width: 480px) {
  .widget_blogEntry-header img {
    margin: 0 0 1rem;
    border-radius: 4px;
  }
}
.widget_blogEntry-header h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 1rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogEntry-header h1 {
    font-size: 1.75rem;
    margin: 0.75rem 0 0;
  }
}
.widget_blogEntry-header time {
  display: block;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #777;
  margin: 1rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogEntry-header time {
    margin: 0.75rem 0 0;
  }
}

.widget_blogEntry-inner .content {
  border-top: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
  padding: 1.5rem 0 2rem;
  margin: 2rem 0;
}
.widget_blogEntry-inner .content p {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.widget_blogEntry-inner .content ul {
  list-style: disc;
  margin: 0;
}
.widget_blogEntry-inner .content li {
  font-weight: 700;
  margin-left: 1.5rem;
}
.widget_blogEntry-inner .content a {
  text-decoration: none;
}
.widget_blogEntry-inner .content a:hover, .widget_blogEntry-inner .content a:focus {
  text-decoration: underline;
}
.widget_blogEntry-inner .content a:visited {
  color: #777;
}
.widget_blogEntry-inner h2 {
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 3rem 0 1.25rem;
}
@media (max-width: 480px) {
  .widget_blogEntry-inner h2 {
    font-size: 1.25rem;
    margin: 2rem 0 0.75rem;
  }
}
.widget_blogEntry-inner h3 {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 1.5rem 0 0.25rem;
}
.widget_blogEntry-inner h4, .widget_blogEntry-inner h5, .widget_blogEntry-inner h6 {
  font-size: 1rem;
  margin: 0 0 1rem;
}
.widget_blogEntry-inner h2, .widget_blogEntry-inner h3, .widget_blogEntry-inner h4, .widget_blogEntry-inner h5, .widget_blogEntry-inner h6 {
  scroll-margin-top: 4.5rem;
}
@media (max-width: 480px) {
  .widget_blogEntry-inner h2, .widget_blogEntry-inner h3, .widget_blogEntry-inner h4, .widget_blogEntry-inner h5, .widget_blogEntry-inner h6 {
    scroll-margin-top: 0.5rem;
  }
}
.widget_blogEntry-inner p {
  margin: 0 0 1rem;
}
.widget_blogEntry-inner a {
  text-decoration: underline;
}
.widget_blogEntry-inner a:hover, .widget_blogEntry-inner a:focus {
  color: #049bf0;
}
.widget_blogEntry-inner ul, .widget_blogEntry-inner ol {
  margin: 1rem 0;
}
.widget_blogEntry-inner ul li, .widget_blogEntry-inner ol li {
  margin-left: 1.25rem;
}
.widget_blogEntry-inner ul li + li, .widget_blogEntry-inner ol li + li {
  margin-top: 0.5rem;
}
.widget_blogEntry-inner ul li ul, .widget_blogEntry-inner ol li ul {
  margin: 0 0 0.75rem;
}
.widget_blogEntry-inner ul {
  list-style-type: disc;
}
.widget_blogEntry-inner ul li ul {
  list-style: circle;
}
.widget_blogEntry-inner code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.9em;
  color: #866200;
  background: #f3f4f5;
  white-space: normal;
  border: 1px solid #e1e3e6;
  border-radius: 3px;
  padding: 0.25em 0.4em;
  margin: 0 2px;
}
.widget_blogEntry-inner pre {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  color: #111;
  white-space: pre;
  overflow: auto;
  background: #f3f4f5;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
}
.widget_blogEntry-inner figure {
  margin: 1.5rem 0;
}
.widget_blogEntry-inner figure img {
  margin: 0;
}
.widget_blogEntry-inner figcaption {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #777;
  margin: 0.5rem 0 0;
}
.widget_blogEntry-inner img {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}
@media (max-width: 480px) {
  .widget_blogEntry-inner img {
    border-radius: 4px;
  }
}
.widget_blogEntry-inner hr {
  margin: 2rem auto;
  border-width: 0;
  border-top: 1px solid #e1e3e6;
}
.widget_blogEntry-inner iframe {
  margin: 1rem auto;
}

.widget_blogEntry-related-content {
  border-top: 1px solid #e1e3e6;
  padding: 2rem 0 0;
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  .widget_blogEntry-related-content {
    padding: 1rem 0 0;
    margin: 2rem 0 0;
  }
}
.widget_blogEntry-related-content h3 {
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .widget_blogEntry-related-content .widget_blogEntries li {
    grid-template-columns: 0.5fr 1fr;
  }
  .widget_blogEntry-related-content .widget_blogEntries li:last-of-type {
    border-bottom: 0;
    padding: 0;
  }
  .widget_blogEntry-related-content .widget_blogEntries a.entry-image {
    grid-column: 1/2;
    margin: 0;
  }
  .widget_blogEntry-related-content .widget_blogEntries .ui_blogCategory {
    grid-column: 2/3;
  }
  .widget_blogEntry-related-content .widget_blogEntries .entry-desc {
    grid-column: 2/3;
  }
}

.widget_resource-seminarContents-movieContainer {
  text-align: center;
}

.widget_resource-seminarContents-description {
  max-width: 744px;
  margin: 2rem auto 5rem;
}
.widget_resource-seminarContents-description h3 {
  margin: 0 0 0.75rem;
}
.widget_resource-seminarContents-description h3 span {
  font-size: 0.875rem;
  margin: 0 0 0 0.75rem;
  font-weight: bold;
}
.widget_resource-seminarContents-description h3 a {
  text-decoration: underline;
}
.widget_resource-seminarContents-description h3 a:focus, .widget_resource-seminarContents-description h3 a:hover {
  color: #049bf0;
  text-decoration: underline;
}
.widget_resource-seminarContents-description p a {
  color: #049bf0;
}
.widget_resource-seminarContents-description p a:focus, .widget_resource-seminarContents-description p a:hover {
  text-decoration: underline;
}
.widget_resource-seminarContents-description ul {
  list-style-type: disc;
  padding: 0 0 0 1rem;
}

.pricing h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 2.5rem;
}
@media (max-width: 480px) {
  .pricing h2 {
    font-size: 1.75rem;
    margin: 0 0 1.5rem;
  }
}

.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: normal 48px;
}
@media (max-width: 768px) {
  .plans {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem normal;
  }
}

.plan {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #c1c3c6;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2.5rem;
  min-height: 380px;
  position: relative;
}
@media (max-width: 768px) {
  .plan {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .plan {
    padding: 1rem;
  }
}
.plan h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #777;
  width: 100%;
  margin: 0 0 auto;
}
.plan p {
  width: 100%;
}
.plan .ui_button {
  padding: 1rem;
  margin: 1rem 0 0;
  border-radius: 30px;
}
.plan.plan-trial {
  border-color: #049bf0;
}

.plan_pricing {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #049bf0;
  margin: 0;
}

.plan_host {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1.4;
  width: 100%;
  border-top: 1px solid #e1e3e6;
  padding: 1rem 0 0;
  margin: auto 0 0;
}
.plan_host span {
  color: #444;
}
.plan_host span.plan_host-limit {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 0.5rem;
}

.plan_host-detail {
  font-size: 10px;
  line-height: 1.4;
  color: #444;
  margin: 0;
}

.plan2nd {
  min-height: 345px;
}
.plan2nd .plan_pricing {
  margin: auto 0;
}

.plan_pricing-standard {
  display: grid;
  gap: 5px 5px;
}

.plan_pricing-standard-pricing {
  grid-row: 1/3;
  grid-column: 1/2;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  color: #049bf0;
  margin: 0;
}

.plan_pricing-standard-yen {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: end;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  margin: 0 0 0 -5px;
}

.plan_pricing-standard-m {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  margin: 0;
}
.plan_pricing-standard-m::before {
  content: "/";
  display: inline-block;
  margin: 0 3px 0 0;
  transform: translateY(-1px);
}

.plan_host-contact {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 1.25rem;
}
@media (max-width: 768px) {
  .plan_host-contact {
    position: static;
    margin-top: 0.5rem;
  }
}

.plan_detail {
  font-size: 14px;
  color: #444;
  margin: 1rem 0 0 1.5rem;
}
.plan_detail li {
  list-style-type: disc;
}
.plan_detail b {
  color: #111;
}

.message-notice h4 {
  margin: 0 0 0.5rem;
}
.message-notice p {
  font-weight: 400;
  margin: 0;
}

.pricing_pnals-comparison {
  margin-top: 4.5rem;
}
@media (max-width: 480px) {
  .pricing_pnals-comparison {
    margin-top: 3rem;
  }
}
.pricing_pnals-comparison h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  .pricing_pnals-comparison h3 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
  }
}

@media (max-width: 480px) {
  .comparisonChart {
    overflow: auto;
    padding-bottom: 1rem;
    margin: 0 -20px;
  }
}
.comparisonChart > div {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  position: relative;
}
@media (max-width: 480px) {
  .comparisonChart > div {
    min-width: 600px;
    padding: 0 20px;
  }
  .comparisonChart > div:nth-of-type(2n) > p {
    background: #f8f9fa;
  }
}
.comparisonChart > div:hover, .comparisonChart > div:focus {
  background: #f8f9fa;
}
@media (max-width: 480px) {
  .comparisonChart > div:hover, .comparisonChart > div:focus {
    background: none;
  }
}
.comparisonChart > div.comparisonChart_plan:hover, .comparisonChart > div.comparisonChart_plan:focus {
  background: none;
}
.comparisonChart > div.comparisonChart_plan p {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 0;
}
.comparisonChart > div.comparisonChart_plan.serviceSupport p:first-child {
  padding-top: 3rem;
}
.comparisonChart > div.buttons:hover, .comparisonChart > div.buttons:focus {
  background: none;
}
@media (max-width: 768px) {
  .comparisonChart > div.buttons {
    display: none;
  }
}
.comparisonChart > div.buttons p {
  padding-bottom: 0;
}
.comparisonChart > div.buttons .ui_button {
  white-space: normal;
  line-height: 1.4;
  width: 100%;
}
.comparisonChart > div p {
  line-height: 1.6;
  padding: 1rem;
  margin: 0;
}
.comparisonChart > div p:not(:first-child) {
  text-align: center;
}
.comparisonChart > div p:first-of-type {
  padding-left: 0;
}
.comparisonChart > div p:last-of-type {
  border-right: 1px solid #e1e3e6;
}
.comparisonChart > div p + p {
  border-left: 1px solid #e1e3e6;
}
.comparisonChart > div p .icon_disabled {
  fill: #ff2635;
  width: 1.5rem;
}
.comparisonChart > div p .icon_enabled {
  fill: #64cc18;
  width: 1.5rem;
}
.comparisonChart > div p .per {
  font-size: 0.75rem;
  color: #777;
}
.comparisonChart > div p .per::before {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  transform: translateY(-1px);
}
.comparisonChart > div p .custom {
  color: #777;
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.comparisonChart > div p a:not(.button-blue) {
  text-decoration: underline;
}
.comparisonChart > div p a:not(.button-blue):hover, .comparisonChart > div p a:not(.button-blue):focus {
  color: #049bf0;
}
.comparisonChart > div .limit-item {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .comparisonChart > div .limit-item {
    right: 30px;
  }
}
.comparisonChart > div .limit-item .ui_tooltip svg {
  fill: #777;
}
.comparisonChart > div .limit-item .ui_tooltip .tooltip-top-right-sidefit {
  right: -1rem;
}

.pricing_pnals-comparison-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.pricing_pnals-comparison-title h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.pricing_pnals-comparison-title p {
  color: #777;
  font-size: 0.8rem;
  margin: 0;
}
.pricing_pnals-comparison-title p a {
  color: #049bf0;
}

.pricing_plans {
  font-size: 14px;
}

.pricing_plans-limits {
  margin-top: 3.5rem;
}
@media (max-width: 480px) {
  .pricing_plans-limits {
    margin-top: 2.5rem;
  }
}
.pricing_plans-limits h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 1rem;
  scroll-margin-top: 4.5rem;
}
@media (max-width: 480px) {
  .pricing_plans-limits h3 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
    scroll-margin-top: 0.5rem;
  }
}

.pricing_plans-limits-chart {
  margin: 2rem 0 0;
}
.pricing_plans-limits-chart > div {
  display: grid;
  grid-template-columns: 2fr 1fr 3fr;
  border-bottom: 1px solid #e1e3e6;
}
.pricing_plans-limits-chart > div:hover, .pricing_plans-limits-chart > div:focus {
  background: #f8f9fa;
}
.pricing_plans-limits-chart > div p {
  line-height: 1.6;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
.pricing_plans-limits-chart > div p:last-child {
  padding-right: 0;
}
.pricing_plans-limits-chart > div .weak {
  display: block;
  font-size: 14px;
  color: #777;
}
.pricing_plans-limits-chart > div.detail {
  border-bottom: 0;
}
.pricing_plans-limits-chart > div.detail:hover, .pricing_plans-limits-chart > div.detail:focus {
  background: none;
}
.pricing_plans-limits-chart > div.detail p {
  font-size: 12px;
  line-height: 1.4;
  color: #777;
}
.pricing_plans-limits-chart > div.detail p a {
  text-decoration: underline;
}
.pricing_plans-limits-chart > div.detail p a:hover, .pricing_plans-limits-chart > div.detail p a:focus {
  color: #049bf0;
}
.pricing_plans-limits-chart > div.head:hover, .pricing_plans-limits-chart > div.head:focus {
  background: none;
}
.pricing_plans-limits-chart > div.head p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #777;
  padding: 0 0 0.75rem;
  margin: 0;
}

.pricing_faq {
  margin-top: 7.5rem;
}
@media (max-width: 480px) {
  .pricing_faq {
    margin-top: 5rem;
  }
}

.faq {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: normal 48px;
  margin: 0 0 6rem;
}
@media (max-width: 768px) {
  .faq {
    gap: 0;
  }
}
@media (max-width: 480px) {
  .faq {
    grid-template-columns: 1fr;
    gap: 1rem 0;
    margin: 0 0 3rem;
  }
}
.faq:last-child {
  margin: 0;
}
.faq h3 {
  grid-column: span 3;
  font-size: 1rem;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .faq h3 {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 480px) {
  .faq h3 {
    font-size: 1.25rem;
  }
}
.faq div {
  grid-column: span 7;
}
@media screen and (max-width: 1000px) {
  .faq div {
    grid-column: span 9;
  }
}
.faq details {
  border-bottom: 1px solid #e1e3e6;
}
.faq details:first-child {
  margin-top: -1rem;
}
.faq details[open] {
  background: #f8f9fa;
  padding: 0 0 1.25rem;
}
.faq details[open] summary {
  padding-bottom: 0.5rem;
}
.faq details[open] summary .icon_arrow {
  transform: rotate(90deg);
}
.faq details summary {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
.faq details summary:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 480px) {
  .faq details summary {
    font-size: 1rem;
    padding-left: 0;
  }
}
.faq details summary::-webkit-details-marker {
  display: none;
}
.faq details summary:hover, .faq details summary:focus {
  outline: none;
  background: #f8f9fa;
}
.faq details summary .icon_arrow {
  float: left;
  fill: #717376;
  width: 1rem;
  transition: all 0.1s linear;
  margin-top: 5px;
}
.faq details summary span {
  float: left;
  line-height: 1.4;
  width: calc(100% - 1rem);
  padding-left: 1.25rem;
}
.faq details p {
  margin: 0 1.25rem 0 3.25rem;
}
@media (max-width: 480px) {
  .faq details p {
    margin-left: 2.25rem;
  }
}

.widget_unitSplitBlock-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 1080px) {
  .widget_unitSplitBlock-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-items {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1.5rem;
  }
}

.widget_unitSplitBlock-item {
  border: 1px solid #919396;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.widget_unitSplitBlock-item:hover {
  opacity: 0.7;
}

.widget_unitSplitBlock-item-thumb-wrapper {
  position: relative;
  line-height: 0;
  width: 100%;
  aspect-ratio: 1.5018315;
  border-bottom: 1px solid #919396;
}
.widget_unitSplitBlock-item-thumb-wrapper img {
  width: 100%;
  height: 100%;
}

.widget_unitSplitBlock-item-badge {
  position: absolute;
  padding: 0.25rem;
  line-height: 1;
  right: 0;
  bottom: 0;
  transform: translate(-8px, -8px);
  background: #fff;
  border-radius: 4px;
  border: 1px solid #919396;
  color: #818386;
  font-size: 0.75rem;
  font-weight: 800;
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-item-badge {
    transform: translate(-4px, -4px);
    font-size: 0.6875rem;
  }
}

.widget_unitSplitBlock-item-text-wrapper {
  padding: 0 1.25rem 1.25rem;
  line-height: 1.3;
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-item-text-wrapper {
    padding: 0 1rem 1rem;
  }
}

.widget_unitSplitBlock-item-title {
  padding: 10px 0;
  border-bottom: 1px solid #c1c3c6;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-item-title {
    font-size: 0.75rem;
  }
}

.widget_unitSplitBlock-item-text {
  padding: 1.25rem 0 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-item-text {
    font-size: 0.75rem;
  }
}

.widget_unitSplitBlock-item-cap {
  padding: 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .widget_unitSplitBlock-item-cap {
    font-size: 0.6875rem;
  }
}

.widget_unitBlock-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f7f0eb;
  border: 1px solid #919396;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .widget_unitBlock-items {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  .widget_unitBlock-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.widget_unitBlock-item {
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 1080px) {
  .widget_unitBlock-item {
    padding: 1.25rem 1.25rem;
  }
}
.widget_unitBlock-item:nth-child(n+2) {
  border-left: 1px solid #919396;
}
@media screen and (max-width: 800px) {
  .widget_unitBlock-item:nth-child(n+2) {
    border-left: none;
    border-top: 1px solid #919396;
  }
}

.widget_unitBlock-item-title-wrapper {
  display: flex;
  align-items: center;
}

.widget_unitBlock-item-badge {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  line-height: 1.7;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  flex-shrink: 0;
}
@media screen and (max-width: 450px) {
  .widget_unitBlock-item-badge {
    line-height: 1.8;
  }
}

.widget_unitBlock-item-title {
  padding-left: 0.75rem;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_unitBlock-item-title {
    font-size: 1.25rem;
  }
}

.widget_unitBlock-item-thumb-wrapper {
  margin: 2rem auto 0;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 450px) {
  .widget_unitBlock-item-thumb-wrapper {
    margin: 0.5rem auto 0;
    width: 80px;
    height: 80px;
  }
}
.widget_unitBlock-item-thumb-wrapper img {
  width: 100%;
  height: 100%;
}

.widget_unitBlock-topic-items {
  margin: 1.5rem 0 0;
  padding-left: 18px;
}
@media screen and (max-width: 450px) {
  .widget_unitBlock-topic-items {
    padding-left: 14px;
    margin: 0.5rem 0 0;
  }
}

.widget_unitBlock-topic-item {
  position: relative;
  padding: 0.5rem 0;
  color: #444;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  border-top: 1px solid #c1c3c6;
}
@media screen and (max-width: 450px) {
  .widget_unitBlock-topic-item {
    font-size: 0.75rem;
  }
}
.widget_unitBlock-topic-item:nth-child(1) {
  border-top: none;
}
.widget_unitBlock-topic-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-18px, 15px);
  width: 8px;
  height: 8px;
  background: #c1c3c6;
}
@media screen and (max-width: 800px) {
  .widget_unitBlock-topic-item::before {
    transform: translate(-18px, 12px);
  }
}
@media screen and (max-width: 450px) {
  .widget_unitBlock-topic-item::before {
    transform: translate(-14px, 10px);
  }
}
.widget_unitBlock-topic-item strong {
  color: #07aa04;
}

.widget_heroHeader2nd {
  padding: 7rem 1.5rem 0;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .widget_heroHeader2nd {
    padding: 5rem 1rem 0;
  }
}
@media screen and (max-width: 480px) {
  .widget_heroHeader2nd {
    padding: 1rem 1rem 0;
  }
}

.widget_heroHeader2nd-title {
  display: block;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_heroHeader2nd-title {
    margin: 0 1rem;
    font-size: 2rem;
  }
}

.widget_heroHeader2nd-sub {
  display: block;
  padding-top: 1.25rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_heroHeader2nd-sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .widget_heroHeader2nd-sub {
    font-size: 0.875rem;
  }
}

.widget_sectionHeader {
  text-align: center;
}

.widget_sectionHeader-badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #000;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  font-weight: 800;
}
@media screen and (max-width: 480px) {
  .widget_sectionHeader-badge {
    font-size: 0.85rem;
  }
}

.widget_sectionHeader-title {
  display: block;
  padding-top: 1.25rem;
  line-height: 1.3;
  font-size: 2.25rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_sectionHeader-title {
    margin: 0 1rem;
    font-size: 1.75rem;
  }
}

.widget_sectionHeader-sub {
  display: block;
  padding-top: 1.25rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_sectionHeader-sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .widget_sectionHeader-sub {
    font-size: 0.875rem;
  }
}

.widget_unitColumn-primary,
.widget_unitColumn-secondary {
  max-width: 684px;
  width: 100%;
  border: 1px solid #919396;
  border-radius: 10px;
}

.widget_unitColumn-primary {
  background: #f7f0eb;
}

.widget_unitColumn-secondary {
  background: #e9f8ff;
}

.widget_unitColumn-item {
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 1080px) {
  .widget_unitColumn-item {
    padding: 1.25rem 1.25rem;
  }
}

.widget_unitColumn-item-title-wrapper {
  display: flex;
  align-items: center;
}

.widget_unitColumn-item-badge {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  line-height: 1.7;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  flex-shrink: 0;
}
@media screen and (max-width: 450px) {
  .widget_unitColumn-item-badge {
    line-height: 1.8;
  }
}

.widget_unitColumn-item-title {
  padding-left: 0.75rem;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .widget_unitColumn-item-title {
    font-size: 1.25rem;
  }
}

.widget_unitColumn-item-thumb-wrapper {
  margin: 2.5rem auto 0;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 1080px) {
  .widget_unitColumn-item-thumb-wrapper {
    margin: 1.5rem auto 0;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 450px) {
  .widget_unitColumn-item-thumb-wrapper {
    margin: 0.5rem auto 0;
    width: 80px;
    height: 80px;
  }
}
.widget_unitColumn-item-thumb-wrapper img {
  width: 100%;
  height: 100%;
}

.widget_unitColumn-text-wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1080px) {
  .widget_unitColumn-text-wrapper {
    margin: 1.5rem auto 0;
  }
}

.widget_unitColumn-text-primary,
.widget_unitColumn-text-secondary {
  font-size: 1rem;
  line-height: 1.5;
}

.widget_unitColumn-text-secondary {
  font-weight: 600;
}
.widget_unitColumn-text-secondary a {
  text-decoration: underline;
  font-weight: 800;
  color: #039900;
}
.widget_unitColumn-text-secondary:hover a {
  opacity: 0.8;
}

.widget_paragraph {
  line-height: 1.5;
}

.widget_paragraph-topic {
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 480px) {
  .widget_paragraph-topic {
    font-size: 0.875rem;
  }
}

.widget_paragraph-topic-text,
.widget_paragraph-topic-excuse {
  padding-top: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .widget_paragraph-topic-text,
  .widget_paragraph-topic-excuse {
    font-size: 1rem;
  }
}

.widget_paragraph-topic-excuse {
  font-weight: 700;
  color: #07aa04;
}

.widget_paragraph-item {
  margin-top: 0.75rem;
}
.widget_paragraph-item ul {
  font-size: 1rem;
  list-style-type: disc;
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 480px) {
  .widget_paragraph-item ul {
    font-size: 1rem;
  }
}
.widget_paragraph-item ul ul {
  list-style-type: circle;
  margin: 0.75rem 0;
}
.widget_paragraph-item ul strong {
  font-weight: 700;
}
.widget_paragraph-item li {
  list-style: inherit;
}
.widget_paragraph-item li + li {
  margin: 0.75rem 0 0;
}

.widget_paragraph-excuse {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .widget_paragraph-excuse {
    font-size: 0.75rem;
  }
}

.widget_table-title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .widget_table-title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
  }
}

.comparisonChart_3column {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .comparisonChart_3column {
    margin: 0 -20px;
    padding-bottom: 1rem;
    overflow: auto;
  }
}
.comparisonChart_3column > div {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
@media (max-width: 480px) {
  .comparisonChart_3column > div {
    min-width: 600px;
    padding: 0 20px;
  }
  .comparisonChart_3column > div:nth-of-type(2n) > p {
    background: #f8f9fa;
  }
}
.comparisonChart_3column > div:hover, .comparisonChart_3column > div:focus {
  background: #f8f9fa;
}
@media (max-width: 480px) {
  .comparisonChart_3column > div:hover, .comparisonChart_3column > div:focus {
    background: none;
  }
}
.comparisonChart_3column > div.comparisonChart_plan:hover, .comparisonChart_3column > div.comparisonChart_plan:focus {
  background: none;
}
.comparisonChart_3column > div.comparisonChart_plan p {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 0;
}
.comparisonChart_3column > div.comparisonChart_plan.serviceSupport p:first-child {
  padding-top: 3rem;
}
.comparisonChart_3column > div.buttons:hover, .comparisonChart_3column > div.buttons:focus {
  background: none;
}
@media (max-width: 768px) {
  .comparisonChart_3column > div.buttons {
    display: none;
  }
}
.comparisonChart_3column > div.buttons p {
  padding-bottom: 0;
}
.comparisonChart_3column > div.buttons .ui_button {
  white-space: normal;
  line-height: 1.4;
  width: 100%;
}
.comparisonChart_3column > div p {
  line-height: 1.6;
  padding: 1rem;
  margin: 0;
}
.comparisonChart_3column > div p:not(:first-child) {
  text-align: center;
}
.comparisonChart_3column > div p:first-of-type {
  padding-left: 0;
}
.comparisonChart_3column > div p:last-of-type {
  border-right: 1px solid #e1e3e6;
}
.comparisonChart_3column > div p + p {
  border-left: 1px solid #e1e3e6;
}
.comparisonChart_3column > div p .icon_disabled {
  fill: #ff2635;
  width: 1.5rem;
}
.comparisonChart_3column > div p .icon_enabled {
  fill: #64cc18;
  width: 1.5rem;
}
.comparisonChart_3column > div p .per {
  font-size: 0.75rem;
  color: #777;
}
.comparisonChart_3column > div p .per::before {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  transform: translateY(-1px);
}
.comparisonChart_3column > div p .custom {
  color: #777;
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.comparisonChart_3column > div p a:not(.button-blue) {
  text-decoration: underline;
}
.comparisonChart_3column > div p a:not(.button-blue):hover, .comparisonChart_3column > div p a:not(.button-blue):focus {
  color: #049bf0;
}

.limit-item {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .limit-item {
    right: 30px;
  }
}

.ui_tooltip svg {
  fill: #777;
}
.ui_tooltip .tooltip-top-right-sidefit {
  right: -1rem;
}

#page-index .widget_globalHeader {
  background-color: #0cb3e6;
}
#page-index .widget_globalHeader.is-drawing {
  border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
}
#page-index .widget_globalHeader .widget_globalHeader-content .mackerel-logo svg,
#page-index .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-index .widget_globalHeader .widget_globalHeader-nav.is-drawing {
  background: #0cb3e6;
}
@media screen and (max-width: 1000px) {
  #page-index .widget_globalHeader .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover, #page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button:hover,
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover svg, #page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus svg,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button:hover svg,
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-lists > li > a svg,
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-index .widget_globalHeader .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:hover, #page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:focus {
  opacity: 0.9;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray {
  color: #fff;
  background: #000;
}
#page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:hover, #page-index .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  #page-index .widget_globalHeader .widget_globalHeader-nav-lists > li + li a,
  #page-index .widget_globalHeader .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
  }
  #page-index .widget_globalHeader .widget_globalHeader-nav-lists > li a,
  #page-index .widget_globalHeader .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}
#page-index .top_firstViewNews {
  background: #fff;
}
#page-index .top_firstViewNews-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
}
#page-index .top_firstViewNews-content a {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#page-index .top_firstViewNews-content a:hover .news-title, #page-index .top_firstViewNews-content a:focus .news-title {
  color: #049bf0;
  text-decoration: underline;
}
#page-index .top_firstViewNews-content .news {
  font-weight: 700;
  color: #fff;
  background: #ff2635;
  border-radius: 0.875rem;
  padding: 0 1rem;
  margin: 0 0.5rem 0 0;
}
#page-index .top_firstViewNews-content .news-date {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 1rem 0 0;
}
#page-index .top_firstViewNews-content .news-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-index .top_firstViewCustomers {
  padding: 2.5rem 0;
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers {
    padding: 2rem 0;
  }
}
#page-index .top_firstViewCustomers-lists {
  display: grid;
  grid-template-columns: repeat(10, auto);
  gap: 1.75rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #page-index .top_firstViewCustomers-lists {
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  #page-index .top_firstViewCustomers-lists {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers-lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
#page-index .top_firstViewCustomers-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-index .top_firstViewCustomers-lists li img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #page-index .top_firstViewCustomers-lists li.kddi img, #page-index .top_firstViewCustomers-lists li.sega img {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers-lists li.kddi img, #page-index .top_firstViewCustomers-lists li.sega img {
    max-width: 75%;
  }
}
#page-index .top_firstViewCustomers-lists li.idcf img {
  min-width: 2.5em;
}
#page-index .top_firstViewCustomers-lists li.ca img {
  max-width: 3em;
}
@media screen and (max-width: 1000px) {
  #page-index .top_firstViewCustomers-lists li.ca img {
    max-width: 3.5em;
  }
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers-lists li.ca img {
    max-width: 3em;
  }
}
#page-index .top_firstViewCustomers-lists li.ntt-east {
  margin: 0 -7px;
}
#page-index .top_firstViewCustomers-lists li.ntt-east img {
  min-width: 2.5em;
}
#page-index .top_firstViewCustomers-lists li.classmethod img {
  max-width: 5.5em;
}
#page-index .top_firstViewCustomers-lists li.ntt-smartConnect img {
  min-width: 1.5em;
}
#page-index .top_firstViewCustomers-lists li.mercari {
  margin: 0 -10px;
}
#page-index .top_firstViewCustomers-lists li.mercari img {
  min-width: 2.5em;
}
#page-index .top_firstViewCustomers-lists li.freee img {
  max-width: 6.5em;
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers-lists li.freee img {
    max-width: 5.5em;
  }
}
#page-index .top_firstViewCustomers-lists li.recochoku img {
  max-width: 7em;
}
@media (max-width: 480px) {
  #page-index .top_firstViewCustomers-lists li.recochoku img {
    max-width: 6em;
  }
}
#page-index .top_media {
  background: #f8f9fa;
  padding: 3rem 0;
}
@media (max-width: 480px) {
  #page-index .top_media {
    padding: 2rem 0;
  }
}
#page-index .top_media-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
}
@media screen and (max-width: 1000px) {
  #page-index .top_media-content {
    grid-template-columns: 1fr;
    gap: 2rem normal;
  }
}
#page-index .top_media-content .all-view {
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: right;
  padding: 1rem 0 0;
  margin: auto 0 0;
}
#page-index .top_media-content .all-view a {
  color: #777;
}
#page-index .top_media-content .all-view a svg {
  fill: #777;
}
#page-index .top_media-content .all-view a:hover, #page-index .top_media-content .all-view a:focus {
  color: #049bf0;
  text-decoration: underline;
}
#page-index .top_media-content .all-view a:hover svg, #page-index .top_media-content .all-view a:focus svg {
  fill: #049bf0;
}
#page-index .top_media-title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
#page-index .top_media-news {
  grid-column: span 4;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #page-index .top_media-news {
    grid-column: span 12;
  }
}
#page-index .top_media-news-lists li {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #e1e3e6;
  padding: 0.5rem 0 0;
  margin: 0.5rem 0 0;
}
#page-index .top_media-news-lists li:last-child {
  border-bottom: 1px solid #e1e3e6;
  padding-bottom: 0.5rem;
}
#page-index .top_media-news-lists a:hover .news-title, #page-index .top_media-news-lists a:focus .news-title {
  color: #049bf0;
  text-decoration: underline;
}
#page-index .top_media-news-lists .news-date {
  flex: 0 0 auto;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.75rem;
  color: #111;
  margin: 0 0.5rem 0 0;
}
#page-index .top_media-news-lists .ui_tag {
  flex: 0 0 auto;
  margin: 0 0.5rem 0 0;
}
#page-index .top_media-news-lists .news-title {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-index .top_media-blog {
  grid-column: span 8;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  #page-index .top_media-blog {
    grid-column: span 12;
  }
}
#page-index .top_media-blog-lists {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
@media (max-width: 480px) {
  #page-index .top_media-blog-lists {
    overflow: auto;
    padding: 0 0 1rem;
    margin: 0.5rem -20px 0;
  }
}
#page-index .top_media-blog-lists li {
  flex: 1;
  min-width: 0;
}
@media (max-width: 480px) {
  #page-index .top_media-blog-lists li {
    flex: 0 0 60%;
  }
  #page-index .top_media-blog-lists li:first-child {
    padding-left: 20px;
  }
  #page-index .top_media-blog-lists li:last-child {
    padding-right: 20px;
  }
}
#page-index .top_media-blog-lists li + li {
  margin: 0 0 0 1.5rem;
}
#page-index .top_media-blog-lists a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#page-index .top_media-blog-lists a:hover .blog-title, #page-index .top_media-blog-lists a:focus .blog-title {
  color: #049bf0;
  text-decoration: underline;
}
#page-index .top_media-blog-lists .blog-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  max-height: 140px;
  border-radius: 4px;
  margin: 0;
}
#page-index .top_media-blog-lists .blog-img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
#page-index .top_media-blog-lists .blog-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  max-width: 100%;
}
#page-index .top_media-blog-lists .blog-title {
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  margin: 0.75rem 0 0.5rem;
}
#page-index .top_media-blog-lists .blog-meta {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: auto 0 0;
}
#page-index .top_media-blog-lists .ui_tag {
  margin: 0 0.5rem 0 0;
}
#page-index .top_media-blog-lists .blog-date {
  display: inline-block;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.75rem;
  color: #777;
}
#page-index .top_media.blog-less {
  padding: 2rem 0 1.5rem;
}
#page-index .top_media.blog-less .layout_wrapper.col_12 {
  max-width: 942px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #page-index .top_media.blog-less .layout_wrapper.col_12 {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  #page-index .top_media.blog-less .layout_wrapper.col_12 {
    padding: 0 20px;
  }
}
#page-index .top_media.blog-less .top_media-content {
  display: block;
}
#page-index .top_media.blog-less .top_media-title {
  font-size: 1.5rem;
  text-align: center;
}
#page-index .top_media.blog-less .top_media-news-lists .news-title {
  font-weight: normal;
}
#page-index .ui_tag {
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111;
  background: #ddd;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0.125rem 0.4rem;
}
#page-index .ui_tag.event {
  background: #ffeea8;
}
#page-index .ui_tag.release {
  background: #d6e2ba;
}
#page-index .ui_tag.maintenance {
  background: #ffe1e1;
}
#page-index .ui_tag.news {
  background: #ffeea8;
}
#page-index .ui_tag.tech {
  background: #e5f9ff;
}
#page-index .ui_tag.mackerelteam {
  background: #a8ebff;
}
#page-index .section-head h3 {
  font-size: 1rem;
  color: #049bf0;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-index .section-head h3 {
    margin: 0 0 0.5rem;
  }
}
#page-index .section-head h2 {
  font-size: 3rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-index .section-head h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
#page-index .section-head p {
  font-size: 1.25rem;
  margin: 0;
}
@media (max-width: 480px) {
  #page-index .section-head p {
    font-size: 1.125rem;
  }
}
#page-index .section-head a {
  display: inline-block;
  font-weight: 700;
  margin: 1rem 0 0;
}
#page-index .section-head span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  #page-index .section-head span {
    display: inline;
    white-space: normal;
  }
}
#page-index .top_features {
  margin: 5rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_features {
    margin: 2rem 0 0;
  }
}
#page-index .top_features-content .section-head {
  text-align: center;
  margin: 0 0 4rem;
}
@media (max-width: 480px) {
  #page-index .top_features-content .section-head {
    text-align: left;
    margin: 0 0 2rem;
  }
}
#page-index .top_features-lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(249px + 1px), 1fr));
  gap: 48px;
}
#page-index .top_features-lists img {
  width: 100%;
  margin: 0 0 1.25rem;
}
#page-index .top_features-lists h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}
#page-index .top_features-lists p {
  font-size: 14px;
  color: #777;
  margin: 0 0 0.5rem;
}
#page-index .top_features-lists a {
  font-size: 14px;
  font-weight: 700;
}
#page-index .top_partners {
  margin: 4rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_partners {
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_partners {
    margin: 2rem 0 0;
  }
}
#page-index .top_partners-content {
  border-top: 1px solid #e1e3e6;
  padding: 5rem 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_partners-content {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_partners-content {
    padding: 2rem 0;
  }
}
#page-index .top_partners-headrow {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 48px;
}
@media screen and (max-width: 1000px) {
  #page-index .top_partners-headrow {
    gap: 2rem normal;
  }
}
#page-index .top_partners-headrow .section-img {
  grid-column: span 5;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #page-index .top_partners-headrow .section-img {
    grid-column: span 10;
    order: 2;
  }
}
#page-index .top_partners-headrow .section-img img {
  width: 100%;
  max-width: 645px;
}
@media (max-width: 768px) {
  #page-index .top_partners-headrow .section-img img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #page-index .top_partners-headrow .section-img img {
    width: 100%;
  }
}
#page-index .top_partners-headrow .section-head {
  grid-column: span 5;
  order: 1;
}
@media screen and (max-width: 1000px) {
  #page-index .top_partners-headrow .section-head {
    grid-column: span 10;
    order: 2;
  }
}
#page-index .top_servicesSupport {
  margin: 4rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_servicesSupport {
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_servicesSupport {
    margin: 2rem 0 0;
  }
}
#page-index .top_servicesSupport-content {
  border-top: 1px solid #e1e3e6;
  padding: 6rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_servicesSupport-content {
    padding: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_servicesSupport-content {
    padding: 2rem 0 0;
  }
}
#page-index .top_serviceSupport-headrow {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
}
@media screen and (max-width: 1000px) {
  #page-index .top_serviceSupport-headrow {
    gap: 2rem normal;
  }
}
#page-index .top_serviceSupport-headrow .section-img {
  grid-column: span 8;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #page-index .top_serviceSupport-headrow .section-img {
    grid-column: span 12;
    order: 2;
  }
}
#page-index .top_serviceSupport-headrow .section-img::before, #page-index .top_serviceSupport-headrow .section-img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 32rem;
  height: 26rem;
  border-radius: 13rem;
  opacity: 0.15;
}
@media (max-width: 768px) {
  #page-index .top_serviceSupport-headrow .section-img::before, #page-index .top_serviceSupport-headrow .section-img::after {
    display: none;
  }
}
#page-index .top_serviceSupport-headrow .section-img::before {
  top: -4rem;
  left: -1rem;
  background: #a2eb6e;
}
#page-index .top_serviceSupport-headrow .section-img::after {
  bottom: -1rem;
  right: -1rem;
  background: #64d7fa;
}
#page-index .top_serviceSupport-headrow .section-img img {
  width: 100%;
  max-width: 645px;
}
@media (max-width: 768px) {
  #page-index .top_serviceSupport-headrow .section-img img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #page-index .top_serviceSupport-headrow .section-img img {
    width: 100%;
  }
}
#page-index .top_serviceSupport-headrow .section-head {
  grid-column: span 4;
  order: 2;
}
@media screen and (max-width: 1000px) {
  #page-index .top_serviceSupport-headrow .section-head {
    grid-column: span 12;
    order: 1;
  }
}
#page-index .top_serviceSupport-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 48px;
  margin: 3rem 0 0;
}
@media (max-width: 768px) {
  #page-index .top_serviceSupport-lists {
    column-gap: 2rem;
    margin: 2rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_serviceSupport-lists {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
#page-index .top_serviceSupport-lists img {
  width: 60px;
  height: auto;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-index .top_serviceSupport-lists img {
    margin: 0 0 0.5rem;
  }
}
#page-index .top_serviceSupport-lists h4 {
  font-size: 16px;
  margin: 0 0 0.25rem;
}
#page-index .top_serviceSupport-lists p {
  font-size: 14px;
  color: #777;
  margin: 0;
}
#page-index .top_calendly {
  margin: 3.5rem 0 0;
  padding: 5rem 0 3.5rem;
  background: #f8f9fa;
}
#page-index .top_calendly .section-head {
  text-align: center;
}
#page-index .top_reliability {
  background: #091B4B;
  overflow: hidden;
  padding: 5rem 0;
}
@media screen and (max-width: 1000px) {
  #page-index .top_reliability {
    padding: 3rem 0;
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_reliability {
    padding: 2rem 0;
    margin: 2rem 0 0;
  }
}
#page-index .top_reliability-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content {
    display: block;
    position: relative;
  }
}
#page-index .top_reliability-content .section-head {
  grid-column: span 6;
  color: #fff;
  position: relative;
  z-index: 1;
}
#page-index .top_reliability-content .section-head::before, #page-index .top_reliability-content .section-head::after {
  content: "";
  display: block;
  border-left: 1px dashed rgba(255, 255, 255, 0.1);
  height: calc(100% + 10rem);
  position: absolute;
  top: -5rem;
}
#page-index .top_reliability-content .section-head::before {
  left: 0;
}
#page-index .top_reliability-content .section-head::after {
  right: 27.4725274725%;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content .section-head::after {
    right: 66.6666666667%;
  }
}
#page-index .top_reliability-content .section-head h3 {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content .section-head h3, #page-index .top_reliability-content .section-head h2, #page-index .top_reliability-content .section-head p, #page-index .top_reliability-content .section-head a {
    width: 65%;
  }
}
@media (max-width: 480px) {
  #page-index .top_reliability-content .section-head h3, #page-index .top_reliability-content .section-head h2, #page-index .top_reliability-content .section-head p, #page-index .top_reliability-content .section-head a {
    width: 100%;
  }
}
#page-index .top_reliability-content .section-img {
  grid-column: span 6;
  position: relative;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content .section-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#page-index .top_reliability-content .section-img::before, #page-index .top_reliability-content .section-img::after {
  content: "";
  display: block;
  border-left: 1px dashed rgba(255, 255, 255, 0.1);
  height: calc(100% + 10rem);
  position: absolute;
  top: -5rem;
}
#page-index .top_reliability-content .section-img::before {
  left: 36.2637362582%;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content .section-img::before {
    left: 66.6666666667%;
  }
}
#page-index .top_reliability-content .section-img::after {
  right: 0;
}
#page-index .top_reliability-content .section-img img {
  position: absolute;
  top: 7rem;
  left: -36.2637362582%;
  width: 950px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  #page-index .top_reliability-content .section-img img {
    top: 4rem;
    left: 66.6666666667%;
  }
}
@media (max-width: 480px) {
  #page-index .top_reliability-content .section-img img {
    width: 850px;
    opacity: 0.5;
    left: 50%;
  }
}
#page-index .top_customers {
  margin: 4.5rem 0 0;
}
@media (max-width: 768px) {
  #page-index .top_customers {
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-index .top_customers {
    margin: 2rem 0 0;
  }
}
#page-index .top_customerStory-pickup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  margin: 2.5rem 0 0;
}
@media (max-width: 768px) {
  #page-index .top_customerStory-pickup {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
#page-index .top_customerStory-pickup-img {
  text-align: center;
}
#page-index .top_customerStory-pickup-img img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 768px) {
  #page-index .top_customerStory-pickup-img img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #page-index .top_customerStory-pickup-img img {
    width: 100%;
  }
}
#page-index a.top_customerStory-pickup-lead {
  display: block;
}
#page-index a.top_customerStory-pickup-lead:hover .quote, #page-index a.top_customerStory-pickup-lead:focus .quote {
  color: #049bf0;
}
#page-index a.top_customerStory-pickup-lead:hover .top_customerStory-corp h4, #page-index a.top_customerStory-pickup-lead:focus .top_customerStory-corp h4 {
  text-decoration: underline;
}
#page-index .top_customerStory-quote {
  display: block;
  padding: 1rem 1.25rem;
  position: relative;
}
#page-index .top_customerStory-quote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 5rem;
  border-top: 2px solid #e1e3e6;
  border-left: 2px solid #e1e3e6;
}
#page-index .top_customerStory-quote::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 5rem;
  border-bottom: 2px solid #e1e3e6;
  border-right: 2px solid #e1e3e6;
}
#page-index .top_customerStory-quote .quote {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
#page-index .top_customerStory-quote .story-title {
  font-size: 0.75rem;
  color: #777;
  margin: 0;
}
#page-index .top_customerStory-corp {
  text-align: center;
}
#page-index .top_customerStory-corp h4 {
  color: #049bf0;
  margin: 0;
}
#page-index .top_customerStory-corp p {
  font-size: 0.875rem;
  color: #777;
  margin: 0;
}
#page-index .link-row {
  text-align: right;
  margin: 1rem 0 0;
}
#page-index .link-row a {
  font-size: 0.875rem;
  font-weight: 700;
}
#page-index .top_customers-logo-lists {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 2rem 2rem;
  justify-content: space-between;
  align-items: center;
  border: 0.5rem solid #f3f4f5;
  padding: 2rem;
  margin: 3rem 0 5rem;
}
@media (max-width: 768px) {
  #page-index .top_customers-logo-lists {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 480px) {
  #page-index .top_customers-logo-lists {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
    padding: 2rem 1rem;
  }
}
#page-index .top_customers-logo-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-index .top_customers-logo-lists li img {
  max-width: 70%;
}
#page-index .top_customers-logo-lists li.creditsaison img {
  max-width: 50%;
}
#page-index .top_customers-logo-lists li.gmo-pepabo img {
  max-width: 105%;
}
#page-index .top_customers-logo-lists li.nulab img {
  max-width: 60%;
}
#page-index .top_customers-logo-lists li.itec img {
  max-width: 115%;
}
@media (max-width: 480px) {
  #page-index .top_customers-logo-lists li.itec img {
    max-width: 100%;
  }
}
#page-index .top_customers-logo-lists li.kayac img {
  max-width: 80%;
}
#page-index .top_customers-logo-lists li.value-commerce img {
  max-width: 85%;
}
#page-index .top_customers-logo-lists li.drecom img {
  max-width: 80%;
}
#page-index .top_customers-logo-lists li.dac img {
  max-width: 50%;
}
#page-index .top_customers-logo-lists li.just-systems img {
  max-width: 60%;
}
#page-index .top_customers-logo-lists li.seven img {
  max-width: 105%;
}
#page-index .top_customers-logo-lists li.tv-asahi img {
  max-width: 85%;
}
#page-index .en.top_customers {
  margin: 5rem 0 0;
}
#page-index .en.top_customers .top_customers-logo-lists {
  border: 0;
  padding: 0;
}

#page-index2 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
#page-index2 h1, #page-index2 h2, #page-index2 h3, #page-index2 p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#page-index2 .top_mv {
  padding: 2.5rem 0;
  background: #fff;
  background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/mv_bg_pc.svg");
  background-repeat: no-repeat;
  background-size: 220% auto;
  background-position: 58% 92%;
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv {
    background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/mv_bg_sp.svg");
    background-size: 100% auto;
    background-position: 100% 98%;
  }
}
@media screen and (max-width: 768px) {
  #page-index2 .top_mv {
    padding: 0.75rem 0 1.5rem;
  }
}
#page-index2 .top_mv-content {
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  justify-content: center;
  margin: 0 auto;
  padding: 0 5rem;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv-content {
    grid-template-columns: none;
    gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 800px) {
  #page-index2 .top_mv-content {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-index2 .top_mv-content {
    padding: 0 0.875rem;
  }
}
#page-index2 .top_mv-content-title {
  line-height: 1.3;
  font-size: 2.5rem;
  font-weight: 800;
}
#page-index2 .top_mv-content-text {
  margin-top: 1rem;
  line-height: 1.3;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv-content-text-line {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv-cv-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
#page-index2 .top_mv-cv-wrapper a {
  text-align: center;
}
#page-index2 .top_mv-button-cv-container {
  margin: 1.75rem 0 0;
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv-button-cv-container {
    margin: 1.75rem 1.75rem 0 0;
  }
}
#page-index2 .top_mv-notice-container {
  position: relative;
  display: inline-block;
  margin: 1.75rem 0 0;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background: rgba(238, 238, 238, 0.7);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_mv-notice-container {
    margin: 1.75rem 3rem 0 0;
  }
}
#page-index2 .top_mv-notice-container::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(87%, 12%);
  background: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/agentshi_01.svg") no-repeat;
  background-size: contain;
  width: 48px;
  height: 79px;
}
#page-index2 .top_mv-notice-text {
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  color: #d24f06;
}
#page-index2 .top_mv-notice-button-wrapper {
  margin-top: 0.75rem;
  text-align: center;
}
#page-index2 .top_mv-thumb-wrapper {
  width: 100%;
  aspect-ratio: 1.58102766;
}
#page-index2 .top_mv-thumb-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #919396;
}
#page-index2 .top_firstViewCustomers {
  padding: 1.5rem 0;
}
@media (max-width: 480px) {
  #page-index2 .top_firstViewCustomers {
    padding: 1rem 0;
  }
}
#page-index2 .top_firstViewCustomers-content {
  max-width: 1440px;
  box-sizing: content-box;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
#page-index2 .top_firstViewCustomers-content-text {
  text-align: center;
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 800;
}
@media (max-width: 480px) {
  #page-index2 .top_firstViewCustomers-content-text {
    font-size: 0.875rem;
  }
}
#page-index2 .top_firstViewCustomers-lists,
#page-index2 .top_Customers-lists {
  display: grid;
  grid-template-columns: repeat(10, auto);
  gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #page-index2 .top_firstViewCustomers-lists,
  #page-index2 .top_Customers-lists {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem;
    -moz-column-gap: 0.75rem;
  }
}
#page-index2 .top_firstViewCustomers-lists li,
#page-index2 .top_Customers-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-index2 .top_firstViewCustomers-lists li img,
#page-index2 .top_Customers-lists li img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #page-index2 .top_firstViewCustomers-lists li.kddi img, #page-index2 .top_firstViewCustomers-lists li.sega img,
  #page-index2 .top_Customers-lists li.kddi img,
  #page-index2 .top_Customers-lists li.sega img {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  #page-index2 .top_firstViewCustomers-lists li.kddi img, #page-index2 .top_firstViewCustomers-lists li.sega img,
  #page-index2 .top_Customers-lists li.kddi img,
  #page-index2 .top_Customers-lists li.sega img {
    max-width: 75%;
  }
}
#page-index2 .top_firstViewCustomers-lists li.idcf img,
#page-index2 .top_Customers-lists li.idcf img {
  min-width: 2.5em;
}
#page-index2 .top_firstViewCustomers-lists li.ca img,
#page-index2 .top_Customers-lists li.ca img {
  max-width: 3em;
}
@media screen and (max-width: 1000px) {
  #page-index2 .top_firstViewCustomers-lists li.ca img,
  #page-index2 .top_Customers-lists li.ca img {
    max-width: 3.5em;
  }
}
@media (max-width: 480px) {
  #page-index2 .top_firstViewCustomers-lists li.ca img,
  #page-index2 .top_Customers-lists li.ca img {
    max-width: 3em;
  }
}
#page-index2 .top_firstViewCustomers-lists li.ntt-east,
#page-index2 .top_Customers-lists li.ntt-east {
  margin: 0 -7px;
}
#page-index2 .top_firstViewCustomers-lists li.ntt-east img,
#page-index2 .top_Customers-lists li.ntt-east img {
  min-width: 2.5em;
}
#page-index2 .top_firstViewCustomers-lists li.classmethod img,
#page-index2 .top_Customers-lists li.classmethod img {
  max-width: 5.5em;
}
#page-index2 .top_firstViewCustomers-lists {
  padding-top: 1rem;
}
#page-index2 .top_Customers-lists {
  padding-top: 5rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_Customers-lists {
    padding-top: 2.5rem;
  }
}
#page-index2 .top_Customers-lists li.kddi img {
  max-width: 60%;
}
#page-index2 .top_Customers-lists li.idcf img {
  max-width: 85%;
}
#page-index2 .top_Customers-lists li.ca img {
  max-width: 37.5%;
}
#page-index2 .top_Customers-lists li.ntt-east img {
  max-width: 90%;
}
#page-index2 .top_Customers-lists li.classmethod img {
  max-width: 65%;
}
#page-index2 .top_Customers-lists li.ntt-smartConnect img {
  max-width: 75%;
}
#page-index2 .top_Customers-lists li.sega img {
  max-width: 55%;
}
#page-index2 .top_Customers-lists li.mercari img {
  max-width: 85%;
}
#page-index2 .top_Customers-lists li.freee img {
  max-width: 65%;
}
#page-index2 .top_Customers-lists li.recochoku img {
  max-width: 62.5%;
}
#page-index2 .top_Customers-lists li.creditsaison img {
  max-width: 45%;
}
#page-index2 .top_Customers-lists li.gmo-pepabo img {
  max-width: 100%;
}
#page-index2 .top_Customers-lists li.nulab img {
  max-width: 55%;
}
#page-index2 .top_Customers-lists li.itec img {
  max-width: 110%;
}
@media (max-width: 480px) {
  #page-index2 .top_Customers-lists li.itec img {
    max-width: 100%;
  }
}
#page-index2 .top_Customers-lists li.value-commerce img {
  max-width: 85%;
}
#page-index2 .top_Customers-lists li.drecom img {
  max-width: 80%;
}
#page-index2 .top_Customers-lists li.kayac img {
  max-width: 80%;
}
#page-index2 .top_Customers-lists li.dac img {
  max-width: 50%;
}
#page-index2 .top_Customers-lists li.just-systems img {
  max-width: 60%;
}
#page-index2 .top_Customers-lists li.gree img {
  max-width: 65%;
}
#page-index2 .top_Customers-lists li.seven img {
  max-width: 95%;
}
#page-index2 .top_Customers-lists li.tv-asahi img {
  max-width: 85%;
}
#page-index2 .top_media {
  background: #f8f9fa;
  padding: 3rem 0;
}
@media (max-width: 480px) {
  #page-index2 .top_media {
    padding: 2rem 0;
  }
}
#page-index2 .top_media-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
}
@media screen and (max-width: 1000px) {
  #page-index2 .top_media-content {
    grid-template-columns: 1fr;
    gap: 2rem normal;
  }
}
#page-index2 .top_media-content .all-view {
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: right;
  padding: 1rem 0 0;
  margin: auto 0 0;
}
#page-index2 .top_media-content .all-view a {
  color: #777;
}
#page-index2 .top_media-content .all-view a svg {
  fill: #777;
}
#page-index2 .top_media-content .all-view a:hover, #page-index2 .top_media-content .all-view a:focus {
  color: #049bf0;
  text-decoration: underline;
}
#page-index2 .top_media-content .all-view a:hover svg, #page-index2 .top_media-content .all-view a:focus svg {
  fill: #049bf0;
}
#page-index2 .top_media-title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
#page-index2 .top_news {
  padding: 2.5rem 0;
  border-top: 2px solid #c1c3c6;
  margin: 0 1.5rem;
}
@media screen and (max-width: 450px) {
  #page-index2 .top_news {
    padding: 1.25rem 0;
    margin: 0 1rem;
  }
}
#page-index2 .top_news-content {
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
}
#page-index2 .top_news-title {
  text-align: center;
}
#page-index2 .top_news-lists {
  padding-top: 1rem;
}
@media screen and (max-width: 450px) {
  #page-index2 .top_news-lists {
    padding-top: 0.5rem;
  }
}
#page-index2 .top_news-lists li {
  display: flex;
  align-items: center;
  border-top: 1px solid #e1e3e6;
  padding: 0.5rem 0 0;
  margin: 0.5rem 0 0;
}
#page-index2 .top_news-lists li:last-child {
  border-bottom: 1px solid #e1e3e6;
  padding-bottom: 0.5rem;
}
#page-index2 .top_news-lists a {
  line-height: 1;
}
#page-index2 .top_news-lists a:hover .news-title, #page-index2 .top_news-lists a:focus .news-title {
  color: #049bf0;
}
#page-index2 .news-date {
  flex: 0 0 auto;
  margin: 0 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
}
#page-index2 .ui_tag {
  flex: 0 0 auto;
}
#page-index2 .news-title {
  flex: 1;
  margin: 0 0 0 0.5rem;
  flex: 0.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#page-index2 .top_news-content-button-wrapper {
  margin-top: 0.25rem;
  text-align: end;
}
#page-index2 .top_news-content-button-wrapper a {
  display: inline-block;
  padding: 0.25rem 1rem 0.25rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 800;
}
#page-index2 .top_media-blog {
  grid-column: span 8;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  #page-index2 .top_media-blog {
    grid-column: span 12;
  }
}
#page-index2 .top_media-blog-lists {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
@media (max-width: 480px) {
  #page-index2 .top_media-blog-lists {
    overflow: auto;
    padding: 0 0 1rem;
    margin: 0.5rem -20px 0;
  }
}
#page-index2 .top_media-blog-lists li {
  flex: 1;
  min-width: 0;
}
@media (max-width: 480px) {
  #page-index2 .top_media-blog-lists li {
    flex: 0 0 60%;
  }
  #page-index2 .top_media-blog-lists li:first-child {
    padding-left: 20px;
  }
  #page-index2 .top_media-blog-lists li:last-child {
    padding-right: 20px;
  }
}
#page-index2 .top_media-blog-lists li + li {
  margin: 0 0 0 1.5rem;
}
#page-index2 .top_media-blog-lists a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#page-index2 .top_media-blog-lists a:hover .blog-title, #page-index2 .top_media-blog-lists a:focus .blog-title {
  color: #049bf0;
  text-decoration: underline;
}
#page-index2 .top_media-blog-lists .blog-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  max-height: 140px;
  border-radius: 4px;
  margin: 0;
}
#page-index2 .top_media-blog-lists .blog-img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
#page-index2 .top_media-blog-lists .blog-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  max-width: 100%;
}
#page-index2 .top_media-blog-lists .blog-title {
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  margin: 0.75rem 0 0.5rem;
}
#page-index2 .top_media-blog-lists .blog-meta {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: auto 0 0;
}
#page-index2 .top_media-blog-lists .ui_tag {
  margin: 0 0.5rem 0 0;
}
#page-index2 .top_media-blog-lists .blog-date {
  display: inline-block;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.75rem;
  color: #777;
}
#page-index2 .top_media.blog-less {
  padding: 2rem 0 1.5rem;
}
#page-index2 .top_media.blog-less .layout_wrapper.col_12 {
  max-width: 942px;
  box-sizing: content-box;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #page-index2 .top_media.blog-less .layout_wrapper.col_12 {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  #page-index2 .top_media.blog-less .layout_wrapper.col_12 {
    padding: 0 20px;
  }
}
#page-index2 .top_media.blog-less .top_media-content {
  display: block;
}
#page-index2 .top_media.blog-less .top_media-title {
  font-size: 1.5rem;
  text-align: center;
}
#page-index2 .top_media.blog-less .top_media-news-lists .news-title {
  font-weight: normal;
}
#page-index2 .ui_tag {
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111;
  background: #ddd;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0.375rem 0.5rem;
}
#page-index2 .ui_tag.event {
  background: #ffeea8;
}
#page-index2 .ui_tag.release {
  background: #d6e2ba;
}
#page-index2 .ui_tag.maintenance {
  background: #ffe1e1;
}
#page-index2 .ui_tag.news {
  background: #ffeea8;
}
#page-index2 .ui_tag.tech {
  background: #e5f9ff;
}
#page-index2 .ui_tag.mackerelteam {
  background: #a8ebff;
}
#page-index2 .ui_tag:hover {
  opacity: 0.7;
}
#page-index2 .section-head2nd-title-badge {
  display: inline-block;
  padding: 0.125rem 1rem;
  background: #000;
  color: #fff;
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 800;
}
#page-index2 .section-head2nd-title {
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1080px) {
  #page-index2 .section-head2nd-title {
    margin: 0 1rem;
    font-size: 2rem;
  }
}
#page-index2 .section-head2nd-title-sub {
  display: block;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1080px) {
  #page-index2 .section-head2nd-title-sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #page-index2 .section-head2nd-title-sub {
    font-size: 0.875rem;
  }
}
#page-index2 .top_future2nd-o11y {
  position: relative;
  padding: 5rem 1.5rem 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd-o11y {
    padding: 3.75rem 1.5rem 0;
  }
}
@media screen and (max-width: 450px) {
  #page-index2 .top_future2nd-o11y {
    padding: 3.75rem 0.875rem 0;
  }
}
#page-index2 .top_future2nd-o11y::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  background: #6ed4ff;
  width: 100%;
  height: 380px;
  z-index: -1;
}
#page-index2 .top_future2nd-o11y-title {
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 1220px;
  background: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/decoration_01_pc.svg") no-repeat;
  background-size: contain;
}
#page-index2 .top_future2nd-o11y-title span {
  padding-top: 0.75rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd-o11y-title span {
    padding-top: 0.5rem;
  }
}
#page-index2 .top_o11y {
  margin: 3.75rem auto 0;
  width: 100%;
  max-width: 1156px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #919396;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_o11y {
    margin: 2.5rem auto 0;
  }
}
#page-index2 .top_o11y-title {
  text-align: center;
  padding: 0.25rem 1rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
  background: #000;
  color: #fff;
  border-radius: 9px 9px 0px 0px;
}
#page-index2 .top_o11y-overview .top_o11y-overview-content:nth-child(n+2) {
  border-top: 1px solid #919396;
}
#page-index2 .top_o11y-overview-content {
  padding: 0 1.5rem 2rem;
}
#page-index2 .top_o11y-overview-contents {
  display: grid;
  grid-template-columns: 42% auto;
  gap: 3rem;
  -moz-column-gap: 3rem;
  margin: 2rem auto 0;
  width: 100%;
  max-width: 944px;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_o11y-overview-contents {
    gap: 1.5rem;
    -moz-column-gap: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  #page-index2 .top_o11y-overview-contents {
    grid-template-columns: none;
  }
}
#page-index2 .top_o11y-overview-badge {
  padding-top: 2rem;
  text-align: center;
}
#page-index2 .top_o11y-overview-thumb-wrapper {
  text-align: center;
}
#page-index2 .top_o11y-overview-capton {
  font-size: 0.875rem;
  font-weight: 800;
}
#page-index2 .top_o11y-overview-thumb {
  margin-top: 0.5rem;
  width: 100%;
  aspect-ratio: 1.89898989;
}
#page-index2 .top_o11y-overview-thumb img {
  width: 100%;
  height: 100%;
}
#page-index2 .top_o11y-overview-text {
  line-height: 1.5;
  font-size: 1rem;
}
#page-index2 .top_o11y-overview-button-wrapper {
  text-align: center;
  margin: 1rem auto;
}
#page-index2 .top_o11y-message {
  background: #f7f0eb;
  border-top: 1px solid #919396;
}
#page-index2 .top_o11y-message-inner {
  margin: 0 auto;
  padding-bottom: 1.25rem;
  width: 100%;
  max-width: 920px;
}
#page-index2 .section-head2nd-title-badge-wrapper {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 450px) {
  #page-index2 .section-head2nd-title-badge-wrapper p {
    padding: 0.25rem 0.5rem;
  }
}
#page-index2 .top_o11y-message-text-wrapper {
  margin-top: 2rem;
  width: 100%;
  max-width: 920px;
  background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/top_011y_line_pc.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #page-index2 .top_o11y-message-text-wrapper {
    background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/top_011y_line_sp.svg");
  }
}
#page-index2 .top_o11y-message-text {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 684px;
  line-height: 1.5;
  font-size: 1rem;
}
#page-index2 .top_o11y-message-producer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 0 1rem;
}
#page-index2 .top_o11y-message-producer-face {
  width: 66px;
  height: 66px;
}
#page-index2 .top_o11y-message-producer-face img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#page-index2 .top_o11y-message-producer-name {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
#page-index2 .top_o11y-message-button-wrapper {
  margin-left: 1rem;
}
#page-index2 .top_future2nd {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd {
    padding-bottom: 2.5rem;
  }
}
#page-index2 .top_customer {
  margin: 0 auto;
  padding-bottom: 5rem;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_customer {
    padding-bottom: 2.5rem;
  }
}
#page-index2 .top_future2nd-content,
#page-index2 .top_customer-content {
  margin: 0 1.5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd-content,
  #page-index2 .top_customer-content {
    padding-top: 2.5rem;
    margin: 0 1rem;
  }
}
#page-index2 .top_future2nd-content > ul,
#page-index2 .top_customer-content > ul {
  margin-top: 2.5rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd-content > ul,
  #page-index2 .top_customer-content > ul {
    margin-top: 1.25rem;
  }
}
#page-index2 .top_future2nd-content > ul a,
#page-index2 .top_customer-content > ul a {
  color: #000;
}
#page-index2 .top_future2nd-content > ul a:hover,
#page-index2 .top_customer-content > ul a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#page-index2 .top_future2nd-title,
#page-index2 .top_customer-title {
  text-align: center;
}
#page-index2 .top_future2nd-title span,
#page-index2 .top_customer-title span {
  padding-top: 0.75rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_future2nd-title span,
  #page-index2 .top_customer-title span {
    padding-bottom: 0.5rem;
  }
}
#page-index2 .top_customer-title h2 {
  padding-top: 1.25rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_customer-title h2 {
    padding-top: 0.75rem;
  }
}
#page-index2 .top_customer-content-button-wrapper {
  text-align: center;
  margin: 2rem auto 0;
}
#page-index2 .top_support,
#page-index2 .top_partner {
  margin: 0 auto;
  padding-bottom: 5rem;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support,
  #page-index2 .top_partner {
    padding-bottom: 2.5rem;
  }
}
#page-index2 .top_support-content,
#page-index2 .top_partner-content {
  margin: 0 1.5rem;
  padding-top: 5rem;
  border-top: 2px solid #c1c3c6;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support-content,
  #page-index2 .top_partner-content {
    padding-top: 2.5rem;
    margin: 0 1rem;
  }
}
#page-index2 .top_support-content > ul,
#page-index2 .top_partner-content > ul {
  margin-top: 2.5rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support-content > ul,
  #page-index2 .top_partner-content > ul {
    margin-top: 1.25rem;
  }
}
#page-index2 .top_support-title,
#page-index2 .top_partner-title {
  text-align: center;
}
#page-index2 .top_support-title h2,
#page-index2 .top_partner-title h2 {
  padding-top: 1.25rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support-title h2,
  #page-index2 .top_partner-title h2 {
    padding-top: 0.75rem;
  }
}
#page-index2 .top_support-title span,
#page-index2 .top_partner-title span {
  padding-top: 0.75rem;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support-title span,
  #page-index2 .top_partner-title span {
    padding-top: 0.5rem;
  }
}
#page-index2 .top_support-content-button-wrapper,
#page-index2 .top_partner-content-button-wrapper {
  text-align: center;
  margin: 2rem auto 0;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_support-content-button-wrapper,
  #page-index2 .top_partner-content-button-wrapper {
    margin: 1.25rem auto 0;
  }
}
#page-index2 .top_support-title {
  text-align: center;
  margin: 0 1rem;
}
#page-index2 .top_support-title h2 {
  padding-top: 20px;
}
#page-index2 .top_support-title span {
  padding-top: 0.75rem;
}
#page-index2 .top_application {
  padding: 5rem 0 1.5rem;
  background: #6ed4ff;
  background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/application_bg_pc.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_application {
    padding: 2.5rem 0 1.5rem;
    background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/application_bg_sp.svg");
  }
}
#page-index2 .top_application-calendly {
  margin: 0 auto;
  width: 100%;
  max-width: 1048px;
  padding: 0.5rem 1.25rem 0;
}
@media screen and (max-width: 700px) {
  #page-index2 .top_application-calendly {
    padding: 1.25rem 1.25rem 0;
  }
}
#page-index2 .top_application-title {
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 1220px;
  background: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/decoration_01_pc.svg") no-repeat;
  background-size: contain;
}
#page-index2 .top_application-title h2 {
  padding-top: 1.25rem;
}
#page-index2 .top_application-text {
  margin: 1.25rem auto 0;
  background: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/application_talk_pc.svg") no-repeat;
  background-size: contain;
  width: 312px;
  height: 84px;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_application-text {
    width: 260px;
    height: 70px;
  }
}
#page-index2 .top_application-text span {
  display: none;
}
#page-index2 .top_history {
  background: #f7f0eb;
  background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/top_history_bg_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  #page-index2 .top_history {
    background-position: 50%;
  }
}
@media screen and (max-width: 580px) {
  #page-index2 .top_history {
    background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/top_history_bg_sp.png");
  }
}
#page-index2 .top_history-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (max-width: 800px) {
  #page-index2 .top_history-content {
    padding: 2.5rem 0;
  }
}
#page-index2 .top_history-title {
  text-align: center;
  margin: 0 1.5rem;
}
#page-index2 .top_history-title h2 {
  padding-top: 1.25rem;
}
#page-index2 .top_history-text {
  margin: 0 auto;
  padding: 1.25rem 1rem 0;
  max-width: 684px;
}
#page-index2 .top_history-content-button-wrapper {
  text-align: center;
  margin: 2rem auto 0;
}
#page-index2 .en.top_customers {
  margin: 5rem 0 0;
}
#page-index2 .en.top_customers .top_customers-logo-lists {
  border: 0;
  padding: 0;
}

body[id^=page-contact] .widget_contactForm {
  padding-bottom: 4rem;
}
body[id^=page-contact] .widget_contactForm .hs-submit input[type=submit] {
  width: 100%;
  max-width: 150px;
  height: 50px;
}

#page-resources .resources-contents {
  display: grid;
  grid-template-columns: minmax(auto, 249px) 3fr;
  column-gap: 48px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 950px) {
  #page-resources .resources-contents {
    grid-template-columns: none;
  }
}
#page-resources #hs_cos_wrapper_Main_Content .hs_cos_wrapper_type_module:last-child .resources-contents {
  margin-bottom: 0;
}
#page-resources .resources-assortment {
  font-size: 1.25rem;
  line-height: 1.6;
  word-wrap: break-word;
  margin: 0;
}
@media screen and (max-width: 950px) {
  #page-resources .resources-assortment {
    margin: 0 0 1.5rem;
  }
}
#page-resources .widget_resourceLists {
  grid-template-columns: repeat(auto-fill, 249px);
}
@media screen and (max-width: 950px) {
  #page-resources .widget_resourceLists {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  #page-resources .widget_resourceLists {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2.5rem;
  }
}
@media (max-width: 480px) {
  #page-resources .widget_resourceLists {
    grid-template-columns: 1fr;
  }
}

#page-features_monitoring .widget_features-content:nth-child(3) .content_img-main {
  min-height: 900px;
}
@media (max-width: 768px) {
  #page-features_monitoring .widget_features-content:nth-child(3) .content_img-main {
    min-height: auto;
  }
}

#page-features_multicloud .widget_features-content:first-child .content_img-main img {
  z-index: 1;
}
#page-features_multicloud .widget_features-content:first-child .content_img-sub {
  position: relative;
}
#page-features_multicloud .widget_features-content:first-child .content_img-sub img {
  position: relative;
  left: -4rem;
  top: 0;
  width: calc(100% + 150px);
}
@media (max-width: 768px) {
  #page-features_multicloud .widget_features-content:first-child .content_img-sub img {
    position: static;
    width: 100%;
  }
}

#page-features_extensibility .widget_features-content:last-child .content_img-main {
  min-height: 800px;
}
@media (max-width: 768px) {
  #page-features_extensibility .widget_features-content:last-child .content_img-main {
    min-height: auto;
  }
}

#page-reliability_dogfooding .widget_globalHeader {
  background: #091B4B;
}
#page-reliability_dogfooding .widget_globalHeader.is-drawing {
  border-color: rgb(14.4642857143, 43.3928571429, 120.5357142857);
}
#page-reliability_dogfooding .widget_globalHeader-content .mackerel-logo svg,
#page-reliability_dogfooding .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-reliability_dogfooding .widget_globalHeader-nav.is-drawing {
  background: #091B4B;
}
@media screen and (max-width: 1000px) {
  #page-reliability_dogfooding .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-reliability_dogfooding .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a:hover, #page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a:focus,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-reliability_dogfooding .widget_globalHeader-dropdown-button:hover,
#page-reliability_dogfooding .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a:hover svg, #page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a:focus svg,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-reliability_dogfooding .widget_globalHeader-dropdown-button:hover svg,
#page-reliability_dogfooding .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-reliability_dogfooding .widget_globalHeader-nav-lists > li > a svg,
#page-reliability_dogfooding .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-reliability_dogfooding .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
@media screen and (max-width: 1000px) {
  #page-reliability_dogfooding .widget_globalHeader-nav-lists > li + li a,
  #page-reliability_dogfooding .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(14.4642857143, 43.3928571429, 120.5357142857);
  }
  #page-reliability_dogfooding .widget_globalHeader-nav-lists > li a,
  #page-reliability_dogfooding .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}
#page-reliability_dogfooding .container {
  background: #091B4B;
  overflow: hidden;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .container {
    padding-bottom: 4rem;
  }
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .container {
    padding-bottom: 3rem;
  }
}
#page-reliability_dogfooding .reliability-heroHeader {
  text-align: center;
  padding: 4em 0 7.5em;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-heroHeader {
    padding: 3rem 0 5rem;
  }
}
#page-reliability_dogfooding .reliability-heroHeader img {
  width: 5rem;
  margin: 0 0 2rem;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-heroHeader img {
    width: 4rem;
    margin: 0 0 1.5rem;
  }
}
#page-reliability_dogfooding .reliability-heroHeader h2 {
  font-size: 3.5rem;
  line-height: 1.4;
  color: #19C6fa;
  margin: 0;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .reliability-heroHeader h2 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-heroHeader h2 {
    font-size: 1.75rem;
  }
}
#page-reliability_dogfooding .reliability-heroHeader h2 span {
  display: inline-block;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .reliability-heroHeader h2 span {
    display: inline;
  }
}
#page-reliability_dogfooding .reliability-content + .reliability-content {
  margin: 7.5rem 0 0;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content + .reliability-content {
    margin: 5rem 0 0;
  }
}
#page-reliability_dogfooding .reliability-content h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #19C6fa;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .reliability-content h2 {
    margin: 0 0 1rem;
  }
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content h2 {
    font-size: 1.75rem;
  }
}
#page-reliability_dogfooding .reliability-content h2 span {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .reliability-content h2 span {
    display: inline;
    white-space: normal;
  }
}
#page-reliability_dogfooding .reliability-content p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
#page-reliability_dogfooding .reliability-content.devel {
  display: grid;
  grid-template-rows: auto, auto;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}
@media (max-width: 768px) {
  #page-reliability_dogfooding .reliability-content.devel {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr;
  }
}
#page-reliability_dogfooding .reliability-content.devel h2, #page-reliability_dogfooding .reliability-content.devel p {
  grid-row: auto;
  grid-column: 1/2;
  position: relative;
  z-index: 1;
}
#page-reliability_dogfooding .reliability-content.devel .content_img {
  grid-row: 1/3;
  grid-column: 2/3;
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img {
    grid-row: auto;
    grid-column: 1/2;
    top: -60px;
    left: 45%;
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img img {
    opacity: 0.7;
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(1) {
  width: 3.5rem;
  transform: translate(-50%, -50%);
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:not(:first-child) {
  will-change: transform;
  animation: r1 20s linear infinite;
}
@keyframes r1 {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(2) {
  height: 160px;
  width: 162.5px;
  animation-duration: 60s;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(2) {
    height: 128px;
    width: 130px;
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(3) {
  width: 320px;
  filter: blur(1px);
  animation-duration: 100s;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(3) {
    width: 256px;
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(4) {
  width: 487px;
  filter: blur(2px);
  animation-duration: 140s;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(4) {
    width: 389.6px;
  }
}
#page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(5) {
  width: 640px;
  filter: blur(4px);
  animation-duration: 180s;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.devel .content_img img:nth-child(5) {
    width: 512px;
  }
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links {
  margin: 2.5rem 0 0;
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links a {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.1s linear;
  border-radius: 4px;
  padding: 1.5rem;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.knowHow .content_links a {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links a:hover, #page-reliability_dogfooding .reliability-content.knowHow .content_links a:focus {
  border-color: #19C6fa;
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links a:hover span, #page-reliability_dogfooding .reliability-content.knowHow .content_links a:focus span {
  text-decoration: underline;
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links a + a {
  margin: 1rem 0 0;
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links img {
  align-self: center;
  width: 100%;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .reliability-content.knowHow .content_links img {
    width: 90%;
    margin: 0 auto;
  }
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links time {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links h3 {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 0.5rem;
}
#page-reliability_dogfooding .reliability-content.knowHow .content_links p {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #19C6fa;
  word-break: break-all;
}
#page-reliability_dogfooding .widget_features-lists-wrapper {
  background: #091B4B;
  margin: 3rem 0 0;
}
#page-reliability_dogfooding .widget_features-lists-content {
  border: 1px solid #19C6fa;
  border-radius: 0.75rem;
  padding: 2.5rem;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .widget_features-lists-content {
    padding: 1.5rem;
  }
}
#page-reliability_dogfooding .widget_features-lists-content .section-head {
  text-align: left;
}
#page-reliability_dogfooding .widget_features-lists-content .section-head h2 {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
}
#page-reliability_dogfooding .widget_features-lists {
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 480px) {
  #page-reliability_dogfooding .widget_features-lists {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
#page-reliability_dogfooding .widget_features-lists h4 {
  color: rgba(255, 255, 255, 0.7);
}
#page-reliability_dogfooding .widget_features-lists p {
  color: rgba(255, 255, 255, 0.5);
}
#page-reliability_dogfooding .widget_features-lists a {
  color: #19C6fa;
}
#page-reliability_dogfooding .widget_globalFooter {
  margin: 0;
  border: 0;
}

#page-customers .customerStory-pickup {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1fr 1fr;
  gap: normal 48px;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr;
  }
}
#page-customers .customerStory-pickup-img {
  grid-row: 1/4;
  grid-column: 1/2;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup-img {
    grid-row: 1/2;
    grid-column: auto;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  #page-customers .customerStory-pickup-img {
    margin-bottom: 1rem;
  }
}
#page-customers .customerStory-pickup-img a:hover img, #page-customers .customerStory-pickup-img a:focus img {
  opacity: 0.9;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup-img a {
    pointer-events: none;
  }
}
#page-customers .customerStory-pickup-img img {
  width: 100%;
  border-radius: 6px;
}
@media (max-width: 480px) {
  #page-customers .customerStory-pickup-img img {
    border-radius: 4px;
  }
}
#page-customers .customerStory-pickup-corp {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup-corp {
    grid-row: 2/3;
    grid-column: auto;
  }
}
#page-customers .customerStory-pickup-corp a:hover h5, #page-customers .customerStory-pickup-corp a:focus h5 {
  color: #049bf0;
}
#page-customers .customerStory-pickup-corp h4 {
  font-size: 1rem;
  line-height: 1.4;
  color: #444;
  margin: 0 0 0.5rem;
}
#page-customers .customerStory-pickup-corp h5 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
#page-customers .customerStory-pickup-corp p {
  font-size: 14px;
  line-height: 1.6;
  color: #777;
  margin: 0;
}
#page-customers .customerStory-pickup-quote {
  grid-row: 2/3;
  grid-column: 2/3;
  display: block;
  position: relative;
  padding: 1rem 1.25rem;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup-quote {
    grid-row: 3/4;
    grid-column: auto;
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  #page-customers .customerStory-pickup-quote {
    margin-top: 1.5rem;
  }
}
#page-customers .customerStory-pickup-quote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 4rem;
  border-top: 2px solid #b1b3b6;
  border-left: 2px solid #b1b3b6;
}
#page-customers .customerStory-pickup-quote::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  height: 4rem;
  border-bottom: 2px solid #b1b3b6;
  border-right: 2px solid #b1b3b6;
}
#page-customers .customerStory-pickup-link {
  grid-row: 3/4;
  grid-column: 2/3;
  font-weight: 700;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-customers .customerStory-pickup-link {
    grid-row: 4/5;
    grid-column: auto;
  }
}
#page-customers .widget_customerStory-lists {
  gap: 48px;
  margin: 5rem 0 0;
}
@media (max-width: 768px) {
  #page-customers .widget_customerStory-lists {
    gap: 2rem;
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-customers .widget_customerStory-lists {
    gap: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  #page-customers .widget_customerStory-lists a {
    grid-template-rows: repeat(2, auto) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}
#page-customers .widget_customerStory-lists a:hover h4, #page-customers .widget_customerStory-lists a:focus h4 {
  text-decoration: none;
}
@media (max-width: 480px) {
  #page-customers .widget_customerStory-lists img {
    grid-row: span 3;
  }
}
#page-customers .widget_customerStory-lists h4 {
  color: #111;
}
#page-customers .widget_customerStory-lists p {
  font-size: 0.875rem;
  line-height: 1.4;
}
#page-customers .widget_resourceBlock {
  margin: 5rem 0 0;
}
#page-customers .widget_resourceBlock-content div:nth-child(1) {
  grid-column: span 5;
}
@media (max-width: 480px) {
  #page-customers .widget_resourceBlock-content div:nth-child(1) {
    grid-column: span 8;
  }
}
#page-customers .widget_resourceBlock-content div:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 480px) {
  #page-customers .widget_resourceBlock-content div:nth-child(2) {
    grid-column: span 8;
  }
}
#page-customers .widget_resourceBlock-img {
  height: 15rem;
}
#page-customers .widget_resourceBlock-img img {
  width: 100%;
}
@media (max-width: 480px) {
  #page-customers .widget_resourceBlock-img img {
    width: 70%;
  }
}
#page-customers .customersList {
  margin: 6rem 0 0;
}
@media (max-width: 768px) {
  #page-customers .customersList {
    margin: 4rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-customers .customersList {
    margin: 2rem 0 0;
  }
}
#page-customers .customersList-head {
  text-align: center;
}
#page-customers .customersList-head h3 {
  font-size: 2.5rem;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
@media (max-width: 480px) {
  #page-customers .customersList-head h3 {
    font-size: 1.75rem;
  }
}
#page-customers .customersList-head p {
  margin: 0;
}
#page-customers .customersList-lists {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 3.5rem 2rem;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 0 0;
}
@media (max-width: 768px) {
  #page-customers .customersList-lists {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 480px) {
  #page-customers .customersList-lists {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1rem;
    margin: 2rem 0 0;
  }
}
#page-customers .customersList-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-customers .customersList-lists li img {
  max-width: 70%;
}
#page-customers .customersList-lists li.kddi img {
  max-width: 60%;
}
#page-customers .customersList-lists li.idcf img {
  max-width: 85%;
}
#page-customers .customersList-lists li.ca img {
  max-width: 37.5%;
}
#page-customers .customersList-lists li.ntt-east img {
  max-width: 90%;
}
#page-customers .customersList-lists li.classmethod img {
  max-width: 65%;
}
#page-customers .customersList-lists li.ntt-smartConnect img {
  max-width: 75%;
}
#page-customers .customersList-lists li.sega img {
  max-width: 55%;
}
#page-customers .customersList-lists li.mercari img {
  max-width: 85%;
}
#page-customers .customersList-lists li.freee img {
  max-width: 65%;
}
#page-customers .customersList-lists li.recochoku img {
  max-width: 62.5%;
}
#page-customers .customersList-lists li.creditsaison img {
  max-width: 45%;
}
#page-customers .customersList-lists li.gmo-pepabo img {
  max-width: 100%;
}
#page-customers .customersList-lists li.nulab img {
  max-width: 55%;
}
#page-customers .customersList-lists li.itec img {
  max-width: 110%;
}
@media (max-width: 480px) {
  #page-customers .customersList-lists li.itec img {
    max-width: 100%;
  }
}
#page-customers .customersList-lists li.value-commerce img {
  max-width: 85%;
}
#page-customers .customersList-lists li.drecom img {
  max-width: 80%;
}
#page-customers .customersList-lists li.kayac img {
  max-width: 80%;
}
#page-customers .customersList-lists li.dac img {
  max-width: 50%;
}
#page-customers .customersList-lists li.just-systems img {
  max-width: 60%;
}
#page-customers .customersList-lists li.gree img {
  max-width: 65%;
}
#page-customers .customersList-lists li.seven img {
  max-width: 95%;
}
#page-customers .customersList-lists li.tv-asahi img {
  max-width: 85%;
}

#page-customers_willer .widget_customer-heroHeader {
  margin: 0 auto 5.5rem;
}
#page-customers_willer .widget_customer-heroHeader-content {
  height: 546px;
}
#page-customers_willer .widget_customer-heroHeader-firstImage img {
  width: auto;
  height: 100%;
  left: 45%;
  transform: translateX(-55%);
}
@media (max-width: 768px) {
  #page-customers_willer .widget_customer-heroHeader-title h2 {
    margin: 0.5rem 0 1rem;
  }
}

#page-customers_creditsaison .widget_customer-heroHeader {
  margin: 0 auto 5.5rem;
}
#page-customers_creditsaison .widget_customer-heroHeader-content {
  height: 546px;
}
#page-customers_creditsaison .widget_customer-heroHeader {
  margin-bottom: 3rem;
}
#page-customers_creditsaison .widget_customer-heroHeader-firstImage img {
  height: auto;
  width: 160%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #page-customers_creditsaison .widget_customer-heroHeader-title h2 {
    margin: 0 0 1rem;
  }
}
#page-customers_creditsaison .widget_customer-subinfo {
  justify-content: center;
}
#page-customers_creditsaison .widget_customer-interview .figure-column {
  display: flex;
  justify-content: center;
  width: calc(100% - 100px);
  margin-left: auto;
}
@media (max-width: 768px) {
  #page-customers_creditsaison .widget_customer-interview .figure-column {
    width: 100%;
  }
}
#page-customers_creditsaison .widget_customer-interview .figure-column span {
  width: 35%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 1.5em;
  padding: 4px;
  margin: 0 10px;
}
@media (max-width: 480px) {
  #page-customers_creditsaison .widget_customer-interview .figure-column span {
    width: 40%;
    border-radius: 1rem;
  }
}
#page-customers_creditsaison .widget_customer-interview .figure-column img {
  clip-path: inset(0 0 0 0 round 1.4em 1.4em 1.4em 1.4em);
}
@media (max-width: 480px) {
  #page-customers_creditsaison .widget_customer-interview .figure-column img {
    clip-path: inset(0 0 0 0 round 0.9em 0.9em 0.9em 0.9em);
  }
}

#page-customers_cyberagent .widget_customer-heroHeader {
  margin: 0 auto 5.5rem;
}
#page-customers_cyberagent .widget_customer-heroHeader-content {
  grid-template-rows: repeat(3, auto);
  height: auto;
}
#page-customers_cyberagent .widget_customer-heroHeader-backlink,
#page-customers_cyberagent .widget_customer-heroHeader-title {
  grid-column: span 12;
}
#page-customers_cyberagent .widget_customer-heroHeader-title {
  grid-row: 3;
}
#page-customers_cyberagent .widget_customer-heroHeader-title h2 {
  margin: 2rem 0 1rem;
}
#page-customers_cyberagent .widget_customer-heroHeader-firstImage {
  grid-row: 2;
  grid-column: span 12;
  max-height: 570px;
}
#page-customers_cyberagent .widget_customer-heroHeader-firstImage img {
  position: relative;
  height: auto;
  width: 105%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#page-customers_itechankyuhanshin .widget_customer-heroHeader {
  margin: 0 auto 5.5rem;
}
#page-customers_itechankyuhanshin .widget_customer-heroHeader-content {
  height: 546px;
}
#page-customers_itechankyuhanshin .widget_customer-heroHeader-backlink,
#page-customers_itechankyuhanshin .widget_customer-heroHeader-title {
  grid-column: span 5;
}
#page-customers_itechankyuhanshin .widget_customer-heroHeader-firstImage {
  grid-column: span 7;
}
#page-customers_itechankyuhanshin .widget_customer-heroHeader-firstImage img {
  width: auto;
  height: 100%;
}

#page-customers_sega .widget_customer-heroHeader {
  margin: 0 auto 5.5rem;
}
#page-customers_sega .widget_customer-heroHeader-content {
  height: 546px;
}
#page-customers_sega .widget_customer-heroHeader-firstImage img {
  height: 100%;
  left: 52%;
  transform: translateX(-48%);
  width: auto;
}

#page-customers_pepabo .widget_customer-heroHeader-content {
  grid-template-rows: repeat(3, auto);
  height: auto;
}
#page-customers_pepabo .widget_customer-heroHeader-backlink,
#page-customers_pepabo .widget_customer-heroHeader-title {
  grid-column: span 12;
}
#page-customers_pepabo .widget_customer-heroHeader-title {
  grid-row: 3;
}
#page-customers_pepabo .widget_customer-heroHeader-title h2 {
  margin: 2rem 0 1rem;
}
#page-customers_pepabo .widget_customer-heroHeader-firstImage {
  grid-row: 2;
  grid-column: span 12;
  max-height: 570px;
}
@media (max-width: 768px) {
  #page-customers_pepabo .widget_customer-heroHeader-firstImage {
    overflow: hidden;
  }
}
#page-customers_pepabo .widget_customer-heroHeader-firstImage img {
  position: relative !important;
  height: auto;
  width: 130% !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

#page-customers_nulab .widget_customer-members {
  max-width: 744px;
}
#page-customers_nulab .widget_customer-interview figure.figure-function img {
  max-width: 100%;
}

#page-services-support_cre .aboutCre-content {
  background: #f8f9fa;
  border-radius: 1rem;
  padding: 8rem 9.5rem;
  margin: 0 0 4rem;
}
@media screen and (max-width: 1000px) {
  #page-services-support_cre .aboutCre-content {
    padding: 4rem 5rem;
  }
}
@media (max-width: 768px) {
  #page-services-support_cre .aboutCre-content {
    padding: 2rem 3rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-content {
    padding: 2rem;
  }
}
#page-services-support_cre .aboutCre-content h3 {
  font-size: 2.5rem;
  line-height: 1.6;
  margin: 0 0 3.5rem;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-content h3 {
    font-size: 1.5rem;
    margin: 0 0 2rem;
  }
}
#page-services-support_cre .aboutCre-content h3 span {
  display: inline-block;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-content h3 span {
    display: inline;
  }
}
#page-services-support_cre .aboutCre-content p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-content p {
    font-size: 1rem;
    font-weight: normal;
  }
}
#page-services-support_cre .aboutCre-content p + P {
  margin: 2.5rem 0 0;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-content p + P {
    margin: 1.5rem 0 0;
  }
}
#page-services-support_cre .aboutCre-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 48px;
  margin: 0 0 6rem;
}
@media (max-width: 768px) {
  #page-services-support_cre .aboutCre-lists {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-lists {
    grid-template-columns: 1fr;
    gap: 2.5rem 0;
  }
}
#page-services-support_cre .aboutCre-lists img {
  width: 4rem;
  height: auto;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-lists img {
    width: 3rem;
  }
}
#page-services-support_cre .aboutCre-lists h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 0.75rem;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-lists h4 {
    font-size: 1.125rem;
  }
}
#page-services-support_cre .aboutCre-lists p {
  font-size: 14px;
  color: #777;
  margin: 0;
}
#page-services-support_cre .aboutCre-onboardingBlock-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
  border-radius: 0.5rem;
  background: #f3f4f5;
  padding: 3rem 6rem 0;
}
@media screen and (max-width: 1000px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content {
    padding: 2rem 2.5rem 0;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content {
    grid-template-columns: 1fr;
  }
}
#page-services-support_cre .aboutCre-onboardingBlock-content div {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content div {
    padding-bottom: 0;
  }
}
#page-services-support_cre .aboutCre-onboardingBlock-content h3 {
  font-size: 3rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1000px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content h3 {
    font-size: 1.5rem;
    margin: 0 0 1rem;
  }
}
#page-services-support_cre .aboutCre-onboardingBlock-content h3 span {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content h3 span {
    display: inline;
  }
}
#page-services-support_cre .aboutCre-onboardingBlock-content p {
  font-weight: 700;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content p {
    font-weight: normal;
  }
}
#page-services-support_cre .aboutCre-onboardingBlock-content a {
  font-weight: 700;
}
#page-services-support_cre .aboutCre-onboardingBlock-content img {
  width: 100%;
}
@media (max-width: 768px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content img {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  #page-services-support_cre .aboutCre-onboardingBlock-content img {
    width: 100%;
  }
}

#page-services-support_onboarding .onboarding_heroHeader {
  margin: 3rem 0 5rem;
  overflow: hidden;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_heroHeader {
    margin-bottom: 4rem;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  #page-services-support_onboarding .onboarding_heroHeader-content {
    grid-template-columns: 1fr;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-left h2 {
  font-size: 3.5rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_heroHeader-left h2 {
    font-size: 2rem;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-left p {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.5rem 0 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_heroHeader-left p {
    font-size: 1rem;
    margin: 1rem 0 0;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-left span {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #page-services-support_onboarding .onboarding_heroHeader-left span {
    display: inline;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-left .ui_button {
  font-size: 1.25rem;
  text-align: center;
  min-width: 348px;
  padding: 1rem 1.5rem;
  margin: 2rem 0 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_heroHeader-left .ui_button {
    font-size: 1.125rem;
    width: 100%;
    min-width: auto;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-right {
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #page-services-support_onboarding .onboarding_heroHeader-right {
    text-align: center;
  }
}
#page-services-support_onboarding .onboarding_heroHeader-right img {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 546px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #page-services-support_onboarding .onboarding_heroHeader-right img {
    position: static;
    min-width: auto;
    max-width: 500px;
    padding: 0;
  }
}
#page-services-support_onboarding .section-img {
  flex: 1;
  min-width: 0;
  margin: 0;
}
#page-services-support_onboarding .section-img img {
  width: 100%;
  height: auto;
}
#page-services-support_onboarding figure {
  margin: 0;
}
#page-services-support_onboarding .section-content {
  flex: 1;
  min-width: 0;
}
#page-services-support_onboarding .section-content p {
  margin: 0.5rem 0 0;
}
#page-services-support_onboarding .onboarding_intro header h3 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_intro header h3 {
    font-size: 1.75rem;
  }
}
#page-services-support_onboarding .onboarding_intro header p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_intro header p {
    font-size: 1.125rem;
  }
}
#page-services-support_onboarding .onboarding_intro section {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro section {
    flex-direction: column;
    margin-top: 4rem;
  }
}
#page-services-support_onboarding .onboarding_intro section:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro section:nth-of-type(2n+1) {
    flex-direction: column;
  }
}
#page-services-support_onboarding .onboarding_intro section:nth-of-type(2) .section-img {
  text-align: right;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro section:nth-of-type(2) .section-img {
    text-align: center;
  }
}
#page-services-support_onboarding .onboarding_intro section + section {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro section + section {
    margin-top: 4rem;
  }
}
#page-services-support_onboarding .onboarding_intro .section-img {
  max-width: calc(50% - 48px / 2);
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro .section-img {
    max-width: 100%;
    text-align: center;
  }
}
#page-services-support_onboarding .onboarding_intro .section-img img {
  max-width: 100%;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro .section-img img {
    max-width: 60%;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_intro .section-img img {
    max-width: 80%;
  }
}
#page-services-support_onboarding .onboarding_intro .section-content {
  max-width: calc(50% - 48px / 2);
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro .section-content {
    max-width: 100%;
    margin: 1.5rem 0 0;
  }
}
#page-services-support_onboarding .onboarding_intro .section-content h4 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_intro .section-content h4 {
    font-size: 1.5rem;
  }
}
#page-services-support_onboarding .onboarding_intro .section-content p {
  color: #444;
}
#page-services-support_onboarding .onboarding_contact {
  margin: 5rem 0;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_contact {
    margin: 4rem 0;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_contact {
    margin: 3rem 0;
  }
}
#page-services-support_onboarding .onboarding_contact-content {
  text-align: center;
  background: #19C6fa;
  border-radius: 0.5rem;
  padding: 3rem 1.5rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_contact-content {
    border-radius: 4px;
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_contact-content {
    padding: 1.5rem 1rem;
  }
}
#page-services-support_onboarding .onboarding_contact-content h3 {
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 0.5rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_contact-content h3 {
    font-size: 1.5rem;
  }
}
#page-services-support_onboarding .onboarding_contact-content p {
  font-weight: 700;
  color: #fff;
  margin: 0 0 2rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_contact-content p {
    margin: 0 0 1rem;
  }
}
#page-services-support_onboarding .onboarding_contact-content .ui_button {
  font-size: 1.25rem;
  color: #0cb3e6;
  border-color: #0cb3e6;
  min-width: 300px;
  padding: 1.25rem 1.5rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_contact-content .ui_button {
    font-size: 1.125rem;
    width: 100%;
    min-width: auto;
    padding: 1rem 1.25rem;
  }
}
#page-services-support_onboarding .onboarding_recommended-content header,
#page-services-support_onboarding .onboarding_step-content header,
#page-services-support_onboarding .onboarding_plan-content header {
  text-align: center;
  margin: 0 0 4rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content header,
  #page-services-support_onboarding .onboarding_step-content header,
  #page-services-support_onboarding .onboarding_plan-content header {
    margin: 0 0 2rem;
  }
}
#page-services-support_onboarding .onboarding_recommended-content header h3,
#page-services-support_onboarding .onboarding_step-content header h3,
#page-services-support_onboarding .onboarding_plan-content header h3 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content header h3,
  #page-services-support_onboarding .onboarding_step-content header h3,
  #page-services-support_onboarding .onboarding_plan-content header h3 {
    font-size: 1.75rem;
    margin: 0 0 0.75rem;
  }
}
#page-services-support_onboarding .onboarding_recommended-content header p,
#page-services-support_onboarding .onboarding_step-content header p,
#page-services-support_onboarding .onboarding_plan-content header p {
  font-size: 1.25rem;
  margin: 0;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_recommended-content header p,
  #page-services-support_onboarding .onboarding_step-content header p,
  #page-services-support_onboarding .onboarding_plan-content header p {
    font-size: 1.125rem;
  }
}
#page-services-support_onboarding .onboarding_recommended-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 3.5rem 48px;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 2.5rem 0;
  }
}
#page-services-support_onboarding .onboarding_recommended-content li {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_recommended-content li {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content li {
    flex-direction: row;
  }
}
#page-services-support_onboarding .onboarding_recommended-content .section-img {
  max-width: 120px;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_recommended-content .section-img {
    max-width: 80px;
  }
}
#page-services-support_onboarding .onboarding_recommended-content .section-img img {
  transform: translateY(-1rem);
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_recommended-content .section-img img {
    transform: none;
  }
}
#page-services-support_onboarding .onboarding_recommended-content .section-content {
  margin: 0 0 0 1.25rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_recommended-content .section-content {
    margin: 1rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content .section-content {
    margin: 0 0 0 1rem;
  }
}
#page-services-support_onboarding .onboarding_recommended-content .section-content h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
#page-services-support_onboarding .onboarding_recommended-content .section-content p {
  color: #444;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_recommended-content .section-content p {
    line-height: 1.6;
  }
}
#page-services-support_onboarding .onboarding_step-content {
  border-top: 1px solid #e1e3e6;
  padding-top: 5rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_step-content {
    padding-top: 4rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_step-content {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_step-content > div {
    overflow: auto;
    margin: 0 -40px;
    padding: 0 0 1rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_step-content > div {
    margin: 0 -20px;
  }
}
#page-services-support_onboarding .onboarding_step-content ol {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_step-content ol {
    width: 800px;
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_step-content ol {
    padding: 0 20px;
  }
}
#page-services-support_onboarding .onboarding_step-content li {
  flex: 1;
  min-width: 0;
}
#page-services-support_onboarding .onboarding_step-content li + li {
  border-left: 1px solid #e1e3e6;
  padding-left: 20px;
  margin-left: 20px;
}
#page-services-support_onboarding .onboarding_step-content h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_step-content h4 {
    font-size: 1.125rem;
  }
}
#page-services-support_onboarding .onboarding_step-content figure {
  margin: 30px auto 0;
}
#page-services-support_onboarding .onboarding_step-content img {
  width: 100%;
}
#page-services-support_onboarding .onboarding_step-content p {
  color: #444;
  margin: 20px 0 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_step-content p {
    line-height: 1.6;
  }
}
#page-services-support_onboarding .step-driver {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .step-driver {
    width: 800px;
    margin: 20px auto 0;
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .step-driver {
    padding: 0 20px;
  }
}
#page-services-support_onboarding .step-driver div {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  color: #0cb3e6;
  background: #f3f4f5;
  width: calc(50% - 10px);
}
@media (max-width: 480px) {
  #page-services-support_onboarding .step-driver div {
    font-size: 1.125rem;
  }
}
#page-services-support_onboarding .step-driver .step3-4 {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
#page-services-support_onboarding .onboarding_plan {
  margin-top: 5rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan {
    margin-top: 3rem;
  }
}
#page-services-support_onboarding .onboarding_plan-content {
  background: #f8f9fa;
  padding: 5rem 99px;
  border-radius: 0.75rem;
}
@media screen and (max-width: 1000px) {
  #page-services-support_onboarding .onboarding_plan-content {
    padding: 3rem 3.5rem;
  }
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_plan-content {
    padding: 2.5rem 2rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content {
    padding: 2rem 1.5rem;
  }
}
#page-services-support_onboarding .onboarding_plan-content table {
  table-layout: fixed;
  position: relative;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content thead {
    display: block;
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 10px 0 0;
  }
}
#page-services-support_onboarding .onboarding_plan-content tbody tr {
  padding: 0 0 2rem;
  margin: 0 0 2rem;
}
#page-services-support_onboarding .onboarding_plan-content tbody tr:first-child {
  margin-top: 1.5rem;
}
#page-services-support_onboarding .onboarding_plan-content tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e3e6;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content tr {
    flex-wrap: wrap;
  }
}
#page-services-support_onboarding .onboarding_plan-content th, #page-services-support_onboarding .onboarding_plan-content td {
  width: calc(25% - 1.5rem);
  padding: 0;
  text-align: center;
}
#page-services-support_onboarding .onboarding_plan-content th:first-child, #page-services-support_onboarding .onboarding_plan-content td:first-child {
  width: calc(50% - 1.5rem);
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content th:first-child, #page-services-support_onboarding .onboarding_plan-content td:first-child {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content th:first-child, #page-services-support_onboarding .onboarding_plan-content td:first-child {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content th:nth-child(n+2), #page-services-support_onboarding .onboarding_plan-content td:nth-child(n+2) {
    width: calc(50% - 1rem);
  }
}
#page-services-support_onboarding .onboarding_plan-content th {
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0 0 11px;
  margin: 0 0 -1px;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content th {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content th:nth-child(1) {
    display: none;
  }
}
#page-services-support_onboarding .onboarding_plan-content th:nth-child(2) {
  border-bottom: 1px solid #19C6fa;
}
#page-services-support_onboarding .onboarding_plan-content th:nth-child(3) {
  border-bottom: 1px solid #74e622;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) {
  display: flex;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content td:nth-child(1) {
    width: 100%;
  }
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) figure {
  max-width: 2.5rem;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) figure img {
  width: 100%;
  height: auto;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) div {
  flex: 1;
  min-width: 0;
  margin: 0 0 0 1rem;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(1) p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0.5rem 0 0;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(n+2) {
  margin-top: 1.5rem;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(n+2) svg {
  width: 1.5rem;
  height: auto;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(2) svg {
  fill: #19C6fa;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(3) svg {
  fill: #74e622;
}
#page-services-support_onboarding .onboarding_plan-content td:nth-child(3) svg.icon_onboarding-nothing {
  fill: #ddd;
}
#page-services-support_onboarding .onboarding_plan-content td span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  color: #777;
  margin: 1rem auto 0;
}
#page-services-support_onboarding .onboarding_plan-content .plan-period td:not(:first-child) {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content .plan-period td:not(:first-child) {
    margin: 0.5rem 0 0;
  }
}
#page-services-support_onboarding .onboarding_plan-content .plan-contant td {
  width: calc(50% - 1.5rem);
  margin: 0 !important;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_plan-content .plan-contant td {
    width: 100%;
  }
}
#page-services-support_onboarding .onboarding_plan-content .plan-contant .ui_button {
  font-size: 1.125rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.875rem 1.25rem;
}
@media screen and (max-width: 580px) {
  #page-services-support_onboarding .onboarding_plan-content .plan-contant .ui_button {
    display: block;
    margin: 1rem 0 0;
  }
}
#page-services-support_onboarding .onboarding_option header {
  text-align: left;
  margin: 3rem 0 2rem;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_option header {
    margin: 1rem 0 2rem;
  }
}
#page-services-support_onboarding .onboarding_option header h3 {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 1rem 0 0;
}
#page-services-support_onboarding .onboarding_option header p {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  margin: 0;
}
#page-services-support_onboarding .onboarding_option ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 3.5rem 48px;
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_option ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 2.5rem 0;
  }
}
#page-services-support_onboarding .onboarding_option li {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_option li {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_option li {
    flex-direction: row;
  }
}
#page-services-support_onboarding .onboarding_option .section-img {
  flex: 0 0 auto;
  max-width: 40px;
}
#page-services-support_onboarding .onboarding_option .section-content {
  margin: 0 0 0 1rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_option .section-content {
    margin: 1rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-services-support_onboarding .onboarding_option .section-content {
    margin: 0 0 0 1rem;
  }
}
#page-services-support_onboarding .onboarding_option .section-content h4 {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
#page-services-support_onboarding .onboarding_option .section-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}
#page-services-support_onboarding .onboarding_cautions {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_cautions {
    margin-top: 3rem;
  }
}
#page-services-support_onboarding .onboarding_cautions-content {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_cautions-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
#page-services-support_onboarding .onboarding_cautions-content h3 {
  grid-column: span 2;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_cautions-content h3 {
    grid-column: auto;
    margin: 0 0 1rem;
  }
}
#page-services-support_onboarding .onboarding_cautions-content div {
  grid-column: span 8;
}
@media (max-width: 768px) {
  #page-services-support_onboarding .onboarding_cautions-content div {
    grid-column: auto;
  }
}
#page-services-support_onboarding .onboarding_cautions-content ul {
  font-size: 14px;
  color: #444;
  list-style-type: disc;
  padding: 0 0 0 1rem;
}
#page-services-support_onboarding .onboarding_cautions-content ul ul {
  list-style-type: circle;
  margin: 0.5rem 0;
}
#page-services-support_onboarding .onboarding_cautions-content li {
  list-style: inherit;
}
#page-services-support_onboarding .onboarding_cautions-content li + li {
  margin: 0.5rem 0 0;
}

body[id*=page-info] .widget_globalHeader {
  background: #f3f4f5;
}

#page-info .info_heroHeader {
  background: #f3f4f5;
}
#page-info .info_heroHeader-content {
  padding: 3rem 0 1.75rem;
}
@media (max-width: 480px) {
  #page-info .info_heroHeader-content {
    padding-bottom: 1.25rem;
  }
}
#page-info .info_heroHeader-content h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 480px) {
  #page-info .info_heroHeader-content h2 {
    font-size: 1.75rem;
  }
}
#page-info .info {
  margin: 2.5rem 0 0;
}
#page-info .infoBlock {
  margin: 0 0 5rem;
}
#page-info .infoBlock.widget_info {
  margin-bottom: 0;
}
#page-info .infoBlock h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-info .infoBlock h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
}
#page-info .info_maintenance-content {
  background: #ff7386;
  border-radius: 4px;
  padding: 1.25rem;
}
@media (max-width: 480px) {
  #page-info .info_maintenance-content {
    padding: 0.75rem 1rem;
  }
}
#page-info .info_maintenance-content a {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
#page-info .info_maintenance-content a:focus, #page-info .info_maintenance-content a:hover {
  text-decoration: underline;
}
#page-info .info_events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 768px) {
  #page-info .info_events {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  #page-info .info_events {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
#page-info .info_events a {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  padding: 1rem;
  margin: -1rem;
}
@media (max-width: 480px) {
  #page-info .info_events a {
    padding: 0;
    margin: 0;
  }
}
#page-info .info_events a:focus, #page-info .info_events a:hover {
  background: #f8f9fa;
  transition: all 0.1s linear;
}
#page-info .info_events a:focus h4, #page-info .info_events a:hover h4 {
  text-decoration: underline;
}
#page-info .info_events a:focus img, #page-info .info_events a:hover img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
}
#page-info .info_events h4 {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0 0;
}
@media (max-width: 768px) {
  #page-info .info_events h4 {
    margin: 0.5rem 0 0;
  }
}
#page-info .info_events img {
  width: 100%;
  height: auto;
}

#page-partners .widget_recommendBlock {
  margin: 0;
}
#page-partners .widget_recommendBlock-content {
  color: #fff;
  border-radius: 0;
  text-align: center;
  padding: 3rem 2rem;
  border: none;
  min-height: auto;
}
#page-partners .widget_recommendBlock-content p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
#page-partners .partners .widget_recommendBlock-content {
  max-width: 942px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
#page-partners .widget_features-heroHeader-content {
  padding: 4em 0 0;
}
@media (max-width: 768px) {
  #page-partners .widget_features-heroHeader-content {
    padding: 4em 20px 0 20px;
  }
}
@media (max-width: 480px) {
  #page-partners .widget_features-heroHeader-content {
    padding: 4em 20px 0 20px;
  }
}
#page-partners .partners_content-header h3 {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-partners .partners_content-header h3 {
    font-size: 1.75rem;
    margin: 0 0 1rem;
  }
}
#page-partners .partners_content-header h3 span {
  display: block;
}
@media (max-width: 768px) {
  #page-partners .partners_content-header h3 span {
    display: inline;
  }
}
#page-partners .partners_content-header p {
  font-size: 1.25rem;
}
#page-partners .partners_content-header p span {
  display: block;
}
@media (max-width: 768px) {
  #page-partners .partners_content-header p span {
    display: inline;
  }
}
#page-partners section {
  padding: 5rem 0 0;
  margin: 5rem 0 0;
  border-top: 1px solid #e1e3e6;
}
#page-partners section header {
  margin-bottom: 3em;
}
#page-partners .partners_business ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  margin: 3rem 0 0;
}
@media (max-width: 768px) {
  #page-partners .partners_business ul {
    grid-template-columns: 1fr;
  }
}
#page-partners .partners_business li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  #page-partners .partners_business li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    text-align: left;
    align-items: flex-start;
  }
}
#page-partners .partners_business li img {
  width: 4rem;
  height: auto;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  #page-partners .partners_business li img {
    grid-row: 1/3;
    grid-column: 1;
    margin: 0 1rem 0 0;
  }
}
#page-partners .partners_business li h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 0.75rem;
}
@media (max-width: 768px) {
  #page-partners .partners_business li h4 {
    grid-row: 1;
    grid-column: 2;
    margin: 0 0 0.25rem;
  }
}
#page-partners .partners_business li h4 span {
  display: block;
}
@media (max-width: 768px) {
  #page-partners .partners_business li h4 span {
    display: inline;
  }
}
#page-partners .partners_business li p {
  color: #444;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  #page-partners .partners_business li p {
    grid-row: 2;
    grid-column: 2;
  }
}
#page-partners .partners_business.merit, #page-partners .partners_business.industry {
  border: none;
  margin: 0;
}
#page-partners .partners_business.industry ul li:nth-of-type(2) h4 {
  margin: 0 0 2.2rem;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_business.industry ul li:nth-of-type(2) h4 {
    margin: 0 0 0.75rem;
  }
}
#page-partners .partners_business.worries {
  text-align: center;
}
#page-partners .partners_business.worries ul li {
  width: 265px;
  padding-bottom: 60px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_business.worries ul li {
    width: 100%;
  }
}
#page-partners .partners_business.worries ul li p {
  color: #fff;
  font-weight: bold;
  padding: 24px 30px;
  background: #0cb3e6;
  border-radius: 5px;
  min-height: 163px;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_business.worries ul li p {
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  #page-partners .partners_business.worries ul li p {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_business.worries ul li p {
    min-height: auto;
  }
}
#page-partners .partners_business.worries ul li:before {
  content: "";
  background: #0cb3e6;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: absolute;
  bottom: 30px;
  right: 43px;
}
#page-partners .partners_business.worries ul li:after {
  content: "";
  background: #0cb3e6;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  right: 32px;
}
#page-partners .partners_program {
  text-align: center;
  padding: 5rem 0;
}
#page-partners .partners_program .partners_content-header {
  margin: 0 0 3.5rem;
}
#page-partners .partners_program .partners_content-header p {
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  #page-partners .partners_program .partners_content-header p {
    font-size: 1.125rem;
  }
}
#page-partners .partners_program ul {
  background: #f8f9fa;
  border-radius: 0.75rem;
  padding: 0 3rem;
  box-sizing: border-box;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_program ul {
    padding: 3rem 3.5rem;
  }
}
@media (max-width: 768px) {
  #page-partners .partners_program ul {
    padding: 0 1.5rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_program ul {
    padding: 0 1.5rem;
    grid-template-columns: 1fr;
  }
}
#page-partners .partners_program li {
  padding: 30px 0;
  border-bottom: 1px solid #e1e3e6;
}
#page-partners .partners_program li div {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_program li {
    padding: 15px 0;
  }
  #page-partners .partners_program li:nth-of-type(3n) {
    border-bottom: 1px solid #e1e3e6;
  }
}
#page-partners .partners_program li:nth-of-type(3n), #page-partners .partners_program li:last-of-type {
  border: none;
}
#page-partners .partners_program li:nth-of-type(even) {
  padding: 30px 0 30px 30px;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_program li:nth-of-type(even) {
    padding: 15px 0;
  }
}
#page-partners .partners_program li strong {
  font-size: 1.25rem;
  color: #0cb3e6;
}
#page-partners .partners_program li strong::before {
  content: "●";
  color: #b6d1db;
  margin-right: 0.3rem;
}
#page-partners .partners_program li p {
  width: 390px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_program li p {
    width: 100%;
  }
}
#page-partners .partners_corporate {
  border-top: 1px solid #e1e3e6;
  padding: 5rem 0 0;
  margin: 5rem 0 0;
}
@media (max-width: 480px) {
  #page-partners .partners_corporate {
    padding: 3rem 0 0;
    margin: 3rem 0 0;
  }
}
#page-partners .partners_corporate .partners_content-header p {
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 480px) {
  #page-partners .partners_corporate .partners_content-header p {
    font-size: 1.125rem;
  }
}
#page-partners .partners_corporate .customerStory-content > h4 {
  text-align: center;
  font-size: 20px;
  margin: 3rem 0 2rem;
}
#page-partners .partners_corporate .customerStory-pickup {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1fr 1fr;
  gap: normal 48px;
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr;
  }
}
#page-partners .partners_corporate .customerStory-pickup-img {
  grid-row: 1/4;
  grid-column: 1/2;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup-img {
    grid-row: 1/2;
    grid-column: auto;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_corporate .customerStory-pickup-img {
    margin-bottom: 1rem;
  }
}
#page-partners .partners_corporate .customerStory-pickup-img img {
  max-width: 100%;
}
#page-partners .partners_corporate .customerStory-pickup-img a:hover img, #page-partners .partners_corporate .customerStory-pickup-img a:focus img {
  opacity: 0.9;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup-img a {
    pointer-events: none;
  }
}
#page-partners .partners_corporate .customerStory-pickup-img img {
  width: 100%;
  border-radius: 6px;
}
@media (max-width: 480px) {
  #page-partners .partners_corporate .customerStory-pickup-img img {
    border-radius: 4px;
  }
}
#page-partners .partners_corporate .customerStory-pickup-corp {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup-corp {
    grid-row: 2/3;
    grid-column: auto;
  }
}
#page-partners .partners_corporate .customerStory-pickup-corp a:hover h5, #page-partners .partners_corporate .customerStory-pickup-corp a:focus h5 {
  color: #049bf0;
}
#page-partners .partners_corporate .customerStory-pickup-corp h4 {
  font-size: 1rem;
  line-height: 1.4;
  color: #444;
  margin: 0 0 0.5rem;
}
#page-partners .partners_corporate .customerStory-pickup-corp h5 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
#page-partners .partners_corporate .customerStory-pickup-corp p {
  font-size: 14px;
  line-height: 1.6;
  color: #777;
  margin: 0;
}
#page-partners .partners_corporate .customerStory-pickup-quote {
  grid-row: 2/3;
  grid-column: 2/3;
  display: block;
  position: relative;
  padding: 1rem 1.25rem;
  margin: 2.5rem 0 0;
  font-size: 0.85rem;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup-quote {
    grid-row: 3/4;
    grid-column: auto;
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_corporate .customerStory-pickup-quote {
    margin-top: 1.5rem;
  }
}
#page-partners .partners_corporate .customerStory-pickup-quote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 4rem;
  border-top: 2px solid #b1b3b6;
  border-left: 2px solid #b1b3b6;
}
#page-partners .partners_corporate .customerStory-pickup-quote::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  height: 4rem;
  border-bottom: 2px solid #b1b3b6;
  border-right: 2px solid #b1b3b6;
}
#page-partners .partners_corporate .customerStory-pickup-link {
  grid-row: 3/4;
  grid-column: 2/3;
  font-weight: 700;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_corporate .customerStory-pickup-link {
    grid-row: 4/5;
    grid-column: auto;
  }
}
#page-partners .partners_corporate ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 0;
}
@media (max-width: 768px) {
  #page-partners .partners_corporate ul {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 480px) {
  #page-partners .partners_corporate ul {
    grid-template-columns: auto auto;
    gap: 1rem;
  }
}
#page-partners .partners_corporate li {
  width: 25%;
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 480px) {
  #page-partners .partners_corporate li {
    width: 29%;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_corporate li {
    padding-top: 0;
  }
}
#page-partners .partners_corporate li.kddi img {
  max-width: 55%;
}
#page-partners .partners_corporate li.classmethod img {
  max-width: 60%;
}
#page-partners .partners_corporate li.iret img {
  max-width: 50%;
}
#page-partners .partners_corporate li.ntteast img {
  max-width: 90%;
}
#page-partners .partners_corporate li.sonybiznetworks img {
  max-width: 90%;
}
#page-partners .partners_corporate li img {
  max-width: 70%;
}
#page-partners .partners_examples .partners_examples-content > h4 {
  text-align: center;
  font-size: 1.25rem;
  margin: 3rem 0 2rem;
}
#page-partners .partners_examples .partners_examples-content > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_examples .partners_examples-content > div {
    display: block;
  }
}
#page-partners .partners_examples .partners_examples-content > div div, #page-partners .partners_examples .partners_examples-content > div figure {
  margin: 0;
  max-width: 447px;
  width: 49%;
}
#page-partners .partners_examples .partners_examples-content > div div img, #page-partners .partners_examples .partners_examples-content > div figure img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #page-partners .partners_examples .partners_examples-content > div div, #page-partners .partners_examples .partners_examples-content > div figure {
    max-width: 100%;
    width: 100%;
  }
  #page-partners .partners_examples .partners_examples-content > div div img, #page-partners .partners_examples .partners_examples-content > div figure img {
    margin-bottom: 1rem;
  }
}
#page-partners .partners_examples .partners_examples-content > div h5 {
  margin: 0 0 0.5rem;
  font-size: 15px;
}
@media (max-width: 768px) {
  #page-partners .partners_examples .partners_examples-content > div h5 {
    margin: 0.5rem 0;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_examples .partners_examples-content > div h5 {
    margin: 0.5rem 0;
  }
}
#page-partners .partners_examples .partners_examples-content > div table {
  text-align: center;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  #page-partners .partners_examples .partners_examples-content > div table {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_examples .partners_examples-content > div table {
    width: 100%;
  }
}
#page-partners .partners_examples .partners_examples-content > div table th {
  background: #b6d1db;
}
#page-partners .partners_examples .partners_examples-content > div table th span {
  font-size: 17px;
}
#page-partners .partners_examples .partners_examples-content > div table td {
  padding: 15px;
  border: 1px solid #e1e3e6;
}
#page-partners .partners_examples .partners_examples-content > div table td .label {
  color: #fff;
  padding: 10px 0;
  width: 116px;
  border-radius: 5px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #page-partners .partners_examples .partners_examples-content > div table td .label {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_examples .partners_examples-content > div table td .label {
    width: 100%;
  }
}
#page-partners .partners_examples .partners_examples-content > div table td .label:nth-of-type(1) {
  background: #0cb3e6;
}
#page-partners .partners_examples .partners_examples-content > div table td .label:nth-of-type(2) {
  background: #0b8cb3;
}
#page-partners .partners_examples .partners_examples-content > div table td .label:nth-of-type(3) {
  background: #086682;
}
#page-partners .partners_examples .partners_examples-content > div table td .label:last-of-type {
  margin: 0;
}
#page-partners .partners_examples .partners_examples-content > div .arrow {
  padding: 10px 0;
  text-align: center;
}
#page-partners .partners_examples .partners_examples-content > div p {
  margin: 0;
}
#page-partners .partners_contract_flow ul {
  display: flex;
  flex-wrap: wrap;
  width: 708px;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 770px) {
  #page-partners .partners_contract_flow ul {
    width: 100%;
    justify-content: space-around;
  }
}
#page-partners .partners_contract_flow ul li {
  position: relative;
  text-align: center;
  width: 226px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 580px) {
  #page-partners .partners_contract_flow ul li {
    width: 200px;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_contract_flow ul li {
    width: 150px;
  }
}
#page-partners .partners_contract_flow ul li:last-of-type div:after {
  display: none;
}
#page-partners .partners_contract_flow ul li div {
  width: 176px;
  height: 176px;
  border-radius: 176px;
  position: relative;
  font-weight: bold;
  background: #a8ebff;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 580px) {
  #page-partners .partners_contract_flow ul li div {
    width: 150px;
    border-radius: 150px;
    height: 150px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  #page-partners .partners_contract_flow ul li div {
    width: 120px;
    height: 120px;
    border-radius: 120px;
  }
  #page-partners .partners_contract_flow ul li div:after {
    zoom: 0.8;
  }
}
#page-partners .partners_contract_flow ul li div:after {
  content: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/partners/partners_arrow_right.svg");
  position: absolute;
  right: -22%;
}
#page-partners .partners_contract_flow ul li div span {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  width: 56px;
  height: 56px;
  text-align: center;
  border-radius: 56px;
  background: #19C6fa;
  display: block;
  line-height: 56px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  #page-partners .partners_contract_flow ul li div span {
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
  }
}
#page-partners .partners_contract_flow ul li p {
  width: 176px;
}
@media (max-width: 480px) {
  #page-partners .partners_contract_flow ul li p {
    width: 120px;
    font-size: 0.8rem;
  }
}
#page-partners .partners_faq {
  padding: 5rem 0;
  margin: 2rem 0;
}
#page-partners .partners_faq .faq {
  display: block;
  margin: 0;
}
#page-partners .partners_faq .faq:last-child {
  margin: 0;
}
#page-partners .partners_faq .faq details {
  border-bottom: 1px solid #e1e3e6;
}
#page-partners .partners_faq .faq details:first-child {
  margin-top: -1rem;
}
#page-partners .partners_faq .faq details[open] {
  background: #f8f9fa;
  padding: 0 0 1.25rem;
}
#page-partners .partners_faq .faq details[open] summary {
  padding-bottom: 0.5rem;
}
#page-partners .partners_faq .faq details[open] summary .icon_arrow {
  transform: rotate(90deg);
}
#page-partners .partners_faq .faq details summary {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
#page-partners .partners_faq .faq details summary:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 480px) {
  #page-partners .partners_faq .faq details summary {
    font-size: 1rem;
    padding-left: 0;
  }
}
#page-partners .partners_faq .faq details summary::-webkit-details-marker {
  display: none;
}
#page-partners .partners_faq .faq details summary:hover, #page-partners .partners_faq .faq details summary:focus {
  outline: none;
  background: #f8f9fa;
}
#page-partners .partners_faq .faq details summary .icon_arrow {
  float: left;
  fill: #717376;
  width: 1rem;
  transition: all 0.1s linear;
  margin-top: 5px;
}
#page-partners .partners_faq .faq details summary span {
  float: left;
  line-height: 1.4;
  width: calc(100% - 1rem);
  padding-left: 1.25rem;
}
#page-partners .partners_faq .faq details p {
  margin: 0 1.25rem 0 3.25rem;
}
@media (max-width: 480px) {
  #page-partners .partners_faq .faq details p {
    margin-left: 2.25rem;
  }
}
#page-partners .en.partners_business li:nth-child(2) p {
  margin: 0;
}

#page-brand-assets .brand_content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_content {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  #page-brand-assets .brand_content {
    gap: normal;
  }
}
#page-brand-assets .brand_content h3 {
  grid-column: span 3;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 480px) {
  #page-brand-assets .brand_content h3 {
    grid-column: span 12;
    margin: 0 0 1rem;
  }
}
@media (max-width: 768px) {
  #page-brand-assets .brand_content br {
    display: none;
  }
}
#page-brand-assets .brand_content .brand_content-main {
  grid-column: span 9;
}
@media (max-width: 480px) {
  #page-brand-assets .brand_content .brand_content-main {
    grid-column: span 12;
  }
}
#page-brand-assets .brand_content .brand_content-main p {
  margin: 0;
}
#page-brand-assets .brand_content + .brand_content {
  margin: 7.5rem 0 0;
}
@media (max-width: 480px) {
  #page-brand-assets .brand_content + .brand_content {
    margin: 5rem 0 0;
  }
}
#page-brand-assets .brand_logo ul {
  margin: 1rem 0;
}
#page-brand-assets .brand_logo-logos {
  margin: 3rem 0 0;
}
#page-brand-assets .brand_logo-normal,
#page-brand-assets .brand_logo-square {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_logo-normal,
  #page-brand-assets .brand_logo-square {
    gap: 2rem;
  }
}
#page-brand-assets .brand_logo-normal .logodata,
#page-brand-assets .brand_logo-square .logodata {
  display: flex;
  position: relative;
  margin: 0 0 1rem;
}
#page-brand-assets .brand_logo-normal .logodata::before,
#page-brand-assets .brand_logo-square .logodata::before {
  content: "";
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border: 1px solid #e1e3e6;
  mix-blend-mode: multiply;
  position: absolute;
}
#page-brand-assets .brand_logo-normal .logodata.black,
#page-brand-assets .brand_logo-square .logodata.black {
  background: #000;
}
#page-brand-assets .brand_logo-normal .logodata img,
#page-brand-assets .brand_logo-square .logodata img {
  width: 100%;
  height: auto;
}
#page-brand-assets .brand_logo-normal a:hover, #page-brand-assets .brand_logo-normal a:focus,
#page-brand-assets .brand_logo-square a:hover,
#page-brand-assets .brand_logo-square a:focus {
  color: #049bf0;
  text-decoration: underline;
}
#page-brand-assets .brand_logo-normal a + a,
#page-brand-assets .brand_logo-square a + a {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_logo-normal a + a,
  #page-brand-assets .brand_logo-square a + a {
    margin-left: 0.5rem;
  }
}
#page-brand-assets .brand_logo-square {
  margin: 3rem 0 0;
}
#page-brand-assets .brand_logo-square .logodata {
  width: 10rem;
  height: auto;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_logo-square .logodata {
    width: 6rem;
  }
}
@media (max-width: 480px) {
  #page-brand-assets .brand_logo-square .logodata {
    width: 4rem;
  }
}
#page-brand-assets .brand_spelling .brand_content-main p {
  margin: 0 0 2.5rem !important;
}
@media screen and (max-width: 380px) {
  #page-brand-assets .brand_spelling .brand_content-main p {
    margin: 0 0 1.5rem !important;
  }
}
#page-brand-assets .brand_spelling .brand_content-main > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_spelling .brand_content-main > div {
    gap: 2rem;
  }
}
@media screen and (max-width: 380px) {
  #page-brand-assets .brand_spelling .brand_content-main > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#page-brand-assets .brand_spelling .brand_content-main > div > div {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #e1e3e6;
  padding: 1.25rem 1.5rem;
}
#page-brand-assets .brand_spelling .brand_content-main svg {
  height: 2.5rem;
  width: auto;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_spelling .brand_content-main svg {
    height: 1.5rem;
  }
}
#page-brand-assets .brand_spelling .brand_content-main svg.icon_enabled {
  fill: #74e622;
}
#page-brand-assets .brand_spelling .brand_content-main svg.icon_disabled {
  fill: #ff2635;
}
#page-brand-assets .brand_spelling .brand_content-main span {
  font-size: 2.5rem;
  line-height: 1;
  color: #444;
}
@media (max-width: 768px) {
  #page-brand-assets .brand_spelling .brand_content-main span {
    font-size: 1.5rem;
  }
}
#page-brand-assets .brand_attention .brand_content-main {
  max-width: 645px;
}
#page-brand-assets .brand_attention .brand_content-main h4 {
  font-size: 1rem;
  margin: 1.75rem 0 0.25rem;
}
@media (max-width: 480px) {
  #page-brand-assets .brand_attention .brand_content-main h4 {
    margin: 1rem 0 0;
  }
}

#page-privacy .widget_heroHeader .layout_wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  #page-privacy .widget_heroHeader .layout_wrapper {
    display: block;
  }
}
#page-privacy .widget_heroHeader-title {
  grid-column: 4/12;
}
#page-privacy .privacy_contents {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
#page-privacy .privacy_contents-contents {
  grid-column: span 3;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents-contents {
    grid-column: auto;
    background: #f3f4f5;
    border-radius: 4px;
    padding: 1rem 2rem;
  }
}
@media (max-width: 480px) {
  #page-privacy .privacy_contents-contents {
    padding: 1rem 1.5rem;
  }
}
#page-privacy .privacy_contents-contents div {
  position: sticky;
  top: 7rem;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents-contents div {
    position: static;
  }
}
#page-privacy .privacy_contents-contents h2 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents-contents h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  #page-privacy .privacy_contents-contents h2 {
    font-size: 1.125rem;
  }
}
#page-privacy .privacy_contents-contents li {
  font-size: 14px;
}
#page-privacy .privacy_contents-contents li a {
  color: #444;
}
#page-privacy .privacy_contents-contents li a:hover, #page-privacy .privacy_contents-contents li a:focus {
  text-decoration: underline;
}
#page-privacy .privacy_contents-contents li.revision {
  margin: 0.75rem 0 0;
}
#page-privacy .privacy_contents-contents li + li {
  margin: 0.25rem 0 0;
}
#page-privacy .privacy_contents-terms {
  grid-column: span 9;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents-terms {
    grid-column: auto;
  }
}
#page-privacy .privacy_contents-terms .terms + .terms {
  margin: 4rem 0 0;
}
@media (max-width: 768px) {
  #page-privacy .privacy_contents-terms .terms + .terms {
    margin: 3rem 0 0;
  }
}
#page-privacy .privacy_contents-terms .terms:first-child {
  margin-top: -0.25rem;
}
#page-privacy .privacy_contents-terms .terms h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 1rem;
  scroll-margin-top: 4.5rem;
}
@media (max-width: 480px) {
  #page-privacy .privacy_contents-terms .terms h2 {
    font-size: 1.25rem;
    scroll-margin-top: 0.5rem;
  }
}
#page-privacy .privacy_contents-terms .terms ol {
  list-style-type: decimal;
}
#page-privacy .privacy_contents-terms .terms ol ol {
  list-style-type: lower-alpha;
}
#page-privacy .privacy_contents-terms .terms ol ol ol {
  list-style-type: decimal;
}
#page-privacy .privacy_contents-terms .terms ul {
  list-style-type: disc;
}
#page-privacy .privacy_contents-terms .terms ul ul {
  list-style-type: circle;
}
#page-privacy .privacy_contents-terms .terms ul ul ul {
  list-style-type: square;
}
#page-privacy .privacy_contents-terms .terms li {
  margin: 0 0 0 1.5rem;
}
#page-privacy .privacy_contents-terms .terms li ol, #page-privacy .privacy_contents-terms .terms li ul {
  margin: 0.75rem 0 1.75rem;
}
#page-privacy .privacy_contents-terms .terms li a {
  text-decoration: underline;
}
#page-privacy .privacy_contents-terms .terms li a:hover, #page-privacy .privacy_contents-terms .terms li a:focus {
  color: #049bf0;
}
#page-privacy .privacy_contents-terms .terms li + li {
  margin-top: 0.75rem;
}
#page-privacy .privacy_contents-terms .terms .enactment-revision {
  margin: 30px 0;
}
#page-privacy .privacy_contents-terms .terms .enactment-revision li {
  margin: 0;
}
#page-privacy .privacy_contents-terms .terms .enactment-revision li + li {
  margin: 0;
}
#page-privacy .privacy-chart {
  width: 843px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#page-privacy .privacy-chart::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}
#page-privacy .privacy-chart::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 2px;
}
#page-privacy .privacy-chart-inner {
  width: 1500px;
  border: 1px solid #e1e3e6;
  padding: 10px;
  box-sizing: border-box;
}
#page-privacy table {
  border-collapse: collapse;
  font-size: 12px;
}
#page-privacy table th {
  border-bottom: 1px solid #e1e3e6;
  color: #777;
  font-weight: 700;
  margin: 0;
  padding: 0 5px;
  text-align: left;
  vertical-align: top;
}
#page-privacy table th.service-name, #page-privacy table th.company-name, #page-privacy table th.send-user-information {
  width: 200px;
}
#page-privacy table th.purpose, #page-privacy table th.purpose-service-providers, #page-privacy table th.opt-out-url {
  width: 300px;
}
#page-privacy table td {
  border-bottom: 1px solid #e1e3e6;
  padding: 8px 5px;
  vertical-align: top;
}
#page-privacy table td a {
  text-decoration: underline;
}
#page-privacy table td a:hover, #page-privacy table td a:focus {
  color: #049bf0;
}
#page-privacy table tr:last-of-type td {
  border: none;
  padding: 8px 5px 0;
}

#page-security .contents {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  #page-security .contents {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

#page-blog .widget_globalHeader {
  background-color: #0cb3e6;
}
#page-blog .widget_globalHeader.is-drawing {
  border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
}
#page-blog .widget_globalHeader .widget_globalHeader-content .mackerel-logo svg,
#page-blog .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav.is-drawing {
  background: #0cb3e6;
}
@media screen and (max-width: 1000px) {
  #page-blog .widget_globalHeader .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover, #page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button:hover,
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover svg, #page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus svg,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button:hover svg,
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li > a svg,
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-blog .widget_globalHeader .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:hover, #page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:focus {
  opacity: 0.9;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray {
  color: #fff;
  background: #000;
}
#page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:hover, #page-blog .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  #page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li + li a,
  #page-blog .widget_globalHeader .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
  }
  #page-blog .widget_globalHeader .widget_globalHeader-nav-lists > li a,
  #page-blog .widget_globalHeader .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}
#page-blog .blog_heroHeader {
  background-color: #0cb3e6;
}
#page-blog .blog_heroHeader-content {
  text-align: center;
  color: #fff;
  padding: 2rem 0 4rem;
}
@media (max-width: 480px) {
  #page-blog .blog_heroHeader-content {
    padding: 1.5rem 0 3rem;
  }
}
#page-blog .blog_heroHeader-title {
  font-size: 3rem;
  line-height: 1;
  margin: 0;
}
@media (max-width: 480px) {
  #page-blog .blog_heroHeader-title {
    font-size: 2.5rem;
  }
}
#page-blog .blog_heroHeader-description {
  font-size: 1.25rem;
  margin: 1.25rem 0 0;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 480px) {
  #page-blog .blog_heroHeader-description {
    font-size: 16px;
    margin-top: 1rem;
  }
}
#page-blog .blog_link-row {
  text-align: right;
}
#page-blog .blog_link-row .link {
  font-size: 0.875rem;
  font-weight: 700;
}
#page-blog .blog_link-row .link:hover {
  text-decoration: underline;
}
#page-blog .blog_pickup {
  margin-top: 48px;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup {
    margin-top: 2rem;
  }
}
#page-blog .blog_pickup-title {
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-title {
    font-size: 1.25rem;
  }
}
#page-blog .blog_pickup-primary {
  margin-top: 1.25rem;
}
#page-blog .blog_pickup-primary .blog_pickup-entry {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
}
@media (max-width: 768px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry {
    column-gap: 2rem;
  }
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image {
  display: block;
  grid-row: 1/3;
  grid-column: 1/2;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image {
    grid-row: 1/2;
    grid-column: 1;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image:hover, #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image:focus {
  opacity: 0.9;
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image img {
  width: 100%;
  border-radius: 6px;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-image img {
    border-radius: 4px;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry .ui_blogCategory {
  grid-row: 1/2;
  grid-column: 2/3;
  margin: 0;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry .ui_blogCategory {
    grid-row: 2/3;
    grid-column: 1;
    margin: 1rem 0 0;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc {
  display: block;
  grid-row: 2/3;
  grid-column: 2/3;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc {
    grid-row: 3/4;
    grid-column: 1;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc:hover h3, #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc:focus h3 {
  color: #049bf0;
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0.75rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc h3 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc h3 {
    font-size: 1.25rem;
    margin: 0.5rem 0 0;
  }
}
#page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1rem;
  color: #444;
  margin: 0.75rem 0 0;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-primary .blog_pickup-entry a.entry-desc p {
    margin: 0.5rem 0 0;
  }
}
#page-blog .blog_pickup-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  border-bottom: 1px solid #e1e3e6;
  padding: 0 0 2.5rem;
  margin: 4.5rem 0 1rem;
}
@media (max-width: 768px) {
  #page-blog .blog_pickup-secondary {
    column-gap: 2rem;
    margin: 3.5rem 0 1rem;
  }
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-secondary {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 3rem;
    padding: 0 0 1.5rem;
    margin: 3rem 0 1rem;
  }
}
#page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-image:hover, #page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-image:focus {
  opacity: 0.9;
}
#page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-image img {
  width: 100%;
  border-radius: 6px;
}
@media (max-width: 480px) {
  #page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-image img {
    border-radius: 4px;
  }
}
#page-blog .blog_pickup-secondary .blog_pickup-entry .ui_blogCategory {
  margin-top: 1.5rem;
}
#page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc:hover h3, #page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc:focus h3 {
  color: #049bf0;
}
#page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0.75rem 0 0;
}
@media (max-width: 768px) {
  #page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc h3 {
    font-size: 1.25rem;
  }
}
#page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1rem;
  color: #444;
  margin: 0.75rem 0 0;
}
@media (max-width: 768px) {
  #page-blog .blog_pickup-secondary .blog_pickup-entry a.entry-desc p {
    margin-top: 0.5rem;
  }
}
#page-blog .widget_blogCategories-content {
  border: 0;
  padding: 0;
  margin: 2rem 0 0;
}
#page-blog .blog_feature-content {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 48px;
  margin: 4rem 0 0;
}
@media (max-width: 768px) {
  #page-blog .blog_feature-content {
    column-gap: 0;
  }
}
@media (max-width: 480px) {
  #page-blog .blog_feature-content {
    margin: 2.5rem 0 0;
  }
}
#page-blog .blog_feature_entries-container {
  grid-column: span 7;
}
@media (max-width: 768px) {
  #page-blog .blog_feature_entries-container {
    grid-column: span 10;
  }
}
#page-blog .blog_feature_entries {
  margin: 2rem 0 0;
}
@media (max-width: 480px) {
  #page-blog .blog_feature_entries {
    margin: 1.5rem 0 0;
  }
}
#page-blog .blog_feature_entries:first-of-type {
  margin-top: 0;
}
#page-blog .blog_feature_entries h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
  #page-blog .blog_feature_entries h2 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
}
#page-blog ul.blog_feature_entry-lists li {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 180px auto;
  column-gap: 1.25rem;
  border-bottom: 1px solid #e1e3e6;
  padding: 0 0 1.5rem;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists li {
    grid-template-columns: 2fr 1fr;
    column-gap: 1rem;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
  }
}
#page-blog ul.blog_feature_entry-lists a.entry-image {
  display: block;
  grid-row: 1/3;
  grid-column: 1/2;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists a.entry-image {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
#page-blog ul.blog_feature_entry-lists a.entry-image:hover, #page-blog ul.blog_feature_entry-lists a.entry-image:focus {
  opacity: 0.9;
}
#page-blog ul.blog_feature_entry-lists a.entry-image img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists a.entry-image img {
    margin: 3px 0 0;
  }
}
#page-blog ul.blog_feature_entry-lists .ui_blogCategory {
  grid-row: 1/2;
  grid-column: 2/3;
  margin: 0 0 0.5rem;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists .ui_blogCategory {
    grid-column: 1/2;
    margin: 0 0 0.25rem;
  }
}
#page-blog ul.blog_feature_entry-lists a.entry-desc {
  display: block;
  grid-row: 2/3;
  grid-column: 2/3;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists a.entry-desc {
    grid-column: 1/2;
  }
}
#page-blog ul.blog_feature_entry-lists a.entry-desc:hover h3, #page-blog ul.blog_feature_entry-lists a.entry-desc:focus h3 {
  color: #049bf0;
}
#page-blog ul.blog_feature_entry-lists a.entry-desc h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 0.25rem;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists a.entry-desc h3 {
    font-size: 1.125rem;
  }
}
#page-blog ul.blog_feature_entry-lists a.entry-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.875rem;
  color: #444;
  margin: 0;
}
@media (max-width: 480px) {
  #page-blog ul.blog_feature_entry-lists a.entry-desc p {
    line-height: 1.6;
  }
}
#page-blog .blog_feature_sidebar-container {
  grid-column: span 3;
}
@media (max-width: 768px) {
  #page-blog .blog_feature_sidebar-container {
    display: none;
  }
}
#page-blog .blog_feature_sidebar {
  text-align: center;
  background: linear-gradient(to bottom right, #0cb3e6, #19C6fa);
  border-radius: 4px;
  padding: 1.25rem;
}
#page-blog .blog_feature_sidebar p {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 900px) {
  #page-blog .blog_feature_sidebar p {
    font-size: 1rem;
  }
}
#page-blog .blog_feature_sidebar .ui_button {
  font-size: 0.875rem;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 900px) {
  #page-blog .blog_feature_sidebar .ui_button {
    font-size: 0.75rem;
  }
}
#page-blog .blog_feature_sidebar.whitepaper {
  margin: 2.5rem 0 0;
  padding-bottom: 0;
}
#page-blog .blog_feature_sidebar.whitepaper img.logo {
  width: 100%;
  max-width: 180px;
  margin: 0 0 0.5rem;
}
#page-blog .blog_feature_sidebar.whitepaper .img-whitepaper {
  height: 120px;
  overflow: hidden;
}
#page-blog .blog_feature_sidebar.whitepaper .img-whitepaper img {
  width: 95%;
  margin-top: 1.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

#page-blog_category .widget_globalHeader {
  background-color: #0cb3e6;
}
#page-blog_category .widget_globalHeader.is-drawing {
  border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
}
#page-blog_category .widget_globalHeader .widget_globalHeader-content .mackerel-logo svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav.is-drawing {
  background: #0cb3e6;
}
@media screen and (max-width: 1000px) {
  #page-blog_category .widget_globalHeader .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover, #page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button:hover,
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover svg, #page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button:hover svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li > a svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:hover, #page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:focus {
  opacity: 0.9;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray {
  color: #fff;
  background: #000;
}
#page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:hover, #page-blog_category .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  #page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li + li a,
  #page-blog_category .widget_globalHeader .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
  }
  #page-blog_category .widget_globalHeader .widget_globalHeader-nav-lists > li a,
  #page-blog_category .widget_globalHeader .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}
#page-blog_category .blog_categoryHeader {
  margin: 3rem 0 3.5rem;
}
@media (max-width: 480px) {
  #page-blog_category .blog_categoryHeader {
    margin: 2rem 0;
  }
}
#page-blog_category .blog_categoryHeader-title {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
}
@media (max-width: 480px) {
  #page-blog_category .blog_categoryHeader-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-blog_category .blog_categoryHeader-title img {
  width: 5rem;
  height: auto;
  margin: 0 2rem 0 0;
}
@media (max-width: 480px) {
  #page-blog_category .blog_categoryHeader-title img {
    width: 4rem;
    margin: 0 0 1rem;
  }
}
#page-blog_category .blog_categoryHeader-title span {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (max-width: 480px) {
  #page-blog_category .blog_categoryHeader-title span {
    font-size: 2rem;
  }
}
#page-blog_category .blog_categoryHeader-category h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}
@media (max-width: 480px) {
  #page-blog_category .blog_categoryHeader-category h3 {
    margin: 0 0 0.5rem;
  }
}
#page-blog_category .blog_categoryHeader-category p {
  font-size: 14px;
  color: #444;
  margin: 0 0 0.5rem;
}
#page-blog_category .blog_categoryHeader-category .link {
  font-size: 14px;
}
#page-blog_category .blog_entries-list-content {
  border-top: 1px solid #e1e3e6;
  padding: 4rem 0 0;
}
@media (max-width: 480px) {
  #page-blog_category .blog_entries-list-content {
    padding: 1.5rem 0 0;
  }
}
#page-blog_category .blog_entries-list-content .ui_pagenation {
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  #page-blog_category .blog_entries-list-content .ui_pagenation {
    padding: 1.5rem 0 0;
    margin: 0;
  }
}

#page-blog_entries .widget_globalHeader {
  background-color: #0cb3e6;
}
#page-blog_entries .widget_globalHeader.is-drawing {
  border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-content .mackerel-logo svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer svg {
  fill: #fff;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav.is-drawing {
  background: #0cb3e6;
}
@media screen and (max-width: 1000px) {
  #page-blog_entries .widget_globalHeader .widget_globalHeader-nav.is-drawing {
    border-left: 0;
  }
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button),
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button {
  color: #fff;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover, #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus,
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button:hover,
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button:focus {
  opacity: 0.8;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a:hover svg, #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a:focus svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):hover svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button):focus svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button:hover svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button:focus svg {
  opacity: 0.8;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li > a svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons > li a:not(.ui_button) svg,
#page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-button svg {
  fill: #fff;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue {
  color: #0cb3e6;
  background: #fff;
  border: 0;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:hover, #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-blue:focus {
  opacity: 0.9;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray {
  color: #fff;
  background: #000;
}
#page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:hover, #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-buttons .button-deepGray:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li + li a,
  #page-blog_entries .widget_globalHeader .widget_globalHeader-nav.is-drawing .widget_globalHeader-nav-buttons {
    border-color: rgb(48.7603305785, 198.5082644628, 244.2396694215);
  }
  #page-blog_entries .widget_globalHeader .widget_globalHeader-nav-lists > li a,
  #page-blog_entries .widget_globalHeader .widget_globalHeader-dropdown-lists li.title {
    color: #fff;
  }
}
#page-blog_entries .blog_entriesHeader {
  margin: 3rem 0 3.5rem;
}
@media (max-width: 480px) {
  #page-blog_entries .blog_entriesHeader {
    margin-bottom: 3rem;
  }
}
#page-blog_entries .blog_entriesHeader-title {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (max-width: 480px) {
  #page-blog_entries .blog_entriesHeader-title {
    font-size: 2rem;
  }
}

#page-trials {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
#page-trials .product-name {
  text-align: center;
  padding: 2rem 1rem 0;
}
@media (max-width: 480px) {
  #page-trials .product-name {
    padding: 1rem 1rem 1rem;
  }
}
#page-trials .product-name h3 {
  margin: 0;
  color: #000;
  font-size: 1.75rem;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  #page-trials .product-name h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  #page-trials .product-name h3 {
    font-size: 1rem;
  }
}
#page-trials .widget_globalHeader .layout_wrapper.col_12 {
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
}
#page-trials .widget_globalHeader-nav {
  justify-content: end;
}
@media (max-width: 768px) {
  #page-trials .widget_globalHeader-nav-buttons {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding: 0;
    margin: 0;
  }
}
#page-trials .widget_globalHeader-button a {
  color: #fff;
}
@media (max-width: 768px) {
  #page-trials .widget_globalHeader-button a {
    padding: 8px 10px;
  }
}
#page-trials .top_heroHeader-info {
  flex: none;
  min-width: 0;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #page-trials .top_heroHeader-info {
    text-align: center;
  }
}
#page-trials .top_heroHeader-info h1 {
  margin: 0 0 1.25rem;
  font-size: 3rem;
  font-weight: 800;
  color: #000;
  font-feature-settings: "palt";
}
@media (max-width: 480px) {
  #page-trials .top_heroHeader-info h1 {
    font-size: 2rem;
  }
}
#page-trials .top_heroHeader-info h3 {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}
#page-trials .top_heroHeader {
  background: #fff;
  background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/mv_bg_pc.svg");
  background-repeat: no-repeat;
  background-size: 220% auto;
  background-position: 58% 92%;
}
@media screen and (max-width: 1000px) {
  #page-trials .top_heroHeader {
    background-image: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/mv_bg_sp.svg");
    background-size: 100% auto;
    background-position: 100% 98%;
  }
}
#page-trials .top_heroHeader-content {
  position: relative;
  min-width: 0;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 3rem 0 4rem 6rem;
}
@media screen and (max-width: 1000px) {
  #page-trials .top_heroHeader-content {
    display: block;
    padding: 0 1rem 2rem;
  }
}
#page-trials .top_heroHeader-notice-container {
  position: relative;
  display: inline-block;
  margin: 1.75rem 0 0;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background: rgba(238, 238, 238, 0.7);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1200px) {
  #page-trials .top_heroHeader-notice-container {
    margin: 1.75rem 0 0;
  }
}
@media (max-width: 480px) {
  #page-trials .top_heroHeader-notice-container {
    padding: 1rem 0.875rem;
  }
}
#page-trials .top_heroHeader-notice-container::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(87%, 12%);
  background: url("https://14523765.fs1.hubspotusercontent-na1.net/hubfs/14523765/assets/img/index/agentshi_01.svg") no-repeat;
  background-size: contain;
  width: 48px;
  height: 79px;
}
#page-trials .top_heroHeader-notice-text {
  margin-top: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  color: #d24f06;
}
@media (max-width: 480px) {
  #page-trials .top_heroHeader-notice-text {
    font-size: 0.875rem;
  }
}
#page-trials .top_heroHeader-notice-button-wrapper {
  margin-top: 0.75rem;
  text-align: center;
}
#page-trials .trial-main-image {
  position: absolute;
  top: 0;
  left: 0px;
  transform: translate(80%, 10%);
  width: auto;
  height: 480px;
  aspect-ratio: 1.58102766;
}
@media screen and (max-width: 1000px) {
  #page-trials .trial-main-image {
    position: static;
    transform: none;
    margin: 2.5rem auto 0;
    width: 100%;
    height: auto;
  }
}
#page-trials .trial-main-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #919396;
}
#page-trials .section-head h3 {
  font-size: 1rem;
  color: #049bf0;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  #page-trials .section-head h3 {
    margin: 0 0 0.5rem;
  }
}
#page-trials .section-head h2 {
  font-size: 3rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
@media (max-width: 480px) {
  #page-trials .section-head h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
#page-trials .section-head p {
  font-size: 1.25rem;
  margin: 0;
}
@media (max-width: 480px) {
  #page-trials .section-head p {
    font-size: 1.125rem;
  }
}
#page-trials .section-head a {
  display: inline-block;
  font-weight: 700;
  margin: 1rem 0 0;
}
#page-trials .section-head span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  #page-trials .section-head span {
    display: inline;
    white-space: normal;
  }
}
#page-trials .trial_features {
  margin: 5rem 0 0;
}
@media screen and (max-width: 1000px) {
  #page-trials .trial_features {
    margin: 2rem 0 0;
  }
}
#page-trials .trial_features-content .section-head {
  text-align: center;
  margin: 0 0 4rem;
}
@media (max-width: 480px) {
  #page-trials .trial_features-content .section-head {
    text-align: left;
    margin: 0 0 2rem;
  }
}
#page-trials .trial_features-lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(249px + 1px), 1fr));
  gap: 48px;
}
#page-trials .trial_features-lists img {
  width: 100%;
  margin: 0 0 1.25rem;
}
#page-trials .trial_features-lists h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0.75rem 0 1rem;
  text-align: center;
}
#page-trials .trial_features-lists h5 {
  font-size: 1rem;
  margin: 1.5rem 0 0.5rem;
}
#page-trials .trial_features-lists p {
  font-size: 14px;
  color: #777;
  margin: 0 0 0.5rem;
}
#page-trials .trial_features-lists a {
  font-size: 14px;
  font-weight: 700;
}
#page-trials .trial_features-lists .lists-subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #0cb3e6;
  text-align: center;
}
#page-trials .pricing {
  margin-top: 6rem;
}
#page-trials .pricing .trial-pricingPlans-container p {
  color: #444;
  text-align: center;
  margin-bottom: 3rem;
}
#page-trials .widget_recommendBlock-content div {
  grid-template-columns: 1fr;
}

#page-movie .customers {
  margin: 7.5rem auto 0;
  text-align: center;
}
#page-movie .customers h2 {
  font-size: 2rem;
  margin: 0 0 3rem;
}
#page-movie .customers .top_customers-logo-lists {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 2rem 2rem;
  justify-content: space-between;
  align-items: center;
  border: 0.5rem solid #f3f4f5;
  padding: 2rem;
  margin: 3rem 0 5rem;
}
@media (max-width: 768px) {
  #page-movie .customers .top_customers-logo-lists {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 480px) {
  #page-movie .customers .top_customers-logo-lists {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
    padding: 2rem 1rem;
  }
}
#page-movie .customers .top_customers-logo-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-movie .customers .top_customers-logo-lists li img {
  max-width: 70%;
}
#page-movie .customers .top_customers-logo-lists li.creditsaison img {
  max-width: 50%;
}
#page-movie .customers .top_customers-logo-lists li.gmo-pepabo img {
  max-width: 105%;
}
#page-movie .customers .top_customers-logo-lists li.nulab img {
  max-width: 60%;
}
#page-movie .customers .top_customers-logo-lists li.itec img {
  max-width: 115%;
}
@media (max-width: 480px) {
  #page-movie .customers .top_customers-logo-lists li.itec img {
    max-width: 100%;
  }
}
#page-movie .customers .top_customers-logo-lists li.kayac img {
  max-width: 80%;
}
#page-movie .customers .top_customers-logo-lists li.value-commerce img {
  max-width: 85%;
}
#page-movie .customers .top_customers-logo-lists li.drecom img {
  max-width: 80%;
}
#page-movie .customers .top_customers-logo-lists li.dac img {
  max-width: 50%;
}
#page-movie .customers .top_customers-logo-lists li.just-systems img {
  max-width: 60%;
}
#page-movie .customers .top_customers-logo-lists li.seven img {
  max-width: 105%;
}
#page-movie .customers .top_customers-logo-lists li.tv-asahi img {
  max-width: 85%;
}

#page-lp {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
#page-lp h1, #page-lp h2, #page-lp h3, #page-lp p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#page-lp .ui_button {
  border-radius: 5px;
  border: none;
}
#page-lp .ui_button.button-blue {
  background: #049bf0;
  padding: 8px;
  font-size: 0.875rem;
}
@media screen and (max-width: 620px) {
  #page-lp .ui_button.button-blue {
    font-size: 0.75rem;
  }
}
#page-lp .container {
  padding-top: 0;
}
#page-lp .widget_globalHeader {
  background: transparent;
  position: relative;
}
#page-lp .widget_globalHeader.widget_globalHeader.is-drawing {
  border: none;
}
#page-lp .widget_globalHeader .widget_globalHeader-content {
  max-width: 1320px;
  margin: 1rem auto;
  width: 95%;
  align-items: baseline;
  justify-content: space-between;
  height: auto;
}
#page-lp .widget_globalHeader .widget_globalHeader-content .mackerel-logo-wrapper {
  display: flex;
}
#page-lp .widget_globalHeader .widget_globalHeader-content .mackerel-logo-wrapper p {
  margin-top: 0.5rem;
  margin-left: 1rem;
  font-family: "Hiragino Sans";
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(13, 9, 9, 0.5);
}
@media screen and (max-width: 768px) {
  #page-lp .widget_globalHeader .widget_globalHeader-content .mackerel-logo-wrapper {
    display: block;
  }
  #page-lp .widget_globalHeader .widget_globalHeader-content .mackerel-logo-wrapper p {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_globalHeader .widget_globalHeader-content {
    align-items: start;
  }
}
#page-lp .widget_globalHeader .widget_globalHeader-content nav {
  flex: none;
  display: block;
  margin: 0;
}
#page-lp .widget_globalHeader .widget_globalHeader-content nav .widget_globalHeader-nav {
  position: relative;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_globalHeader .widget_globalHeader-content nav .widget_globalHeader-nav .widget_globalHeader-nav-buttons {
    display: block;
    padding: 0;
  }
}
#page-lp .widget_globalHeader .widget_globalHeader-content nav .widget_globalHeader-nav .widget_globalHeader-button {
  margin: 0;
}
#page-lp .widget_globalHeader .widget_globalHeader-content nav .widget_globalHeader-nav .widget_globalHeader-button a {
  color: #fff;
}
#page-lp .widget_globalHeader .widget_globalHeader-content .widget_globalHeader-drawer {
  display: none;
}
#page-lp .top_LpHeroHeader {
  background: #f7f0eb;
  overflow: hidden;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content {
  position: relative;
  margin: 0 auto;
  max-width: 1296px;
  padding: 1.5rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  z-index: 0;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content {
    display: block;
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content {
    max-width: none;
    width: 100%;
    padding: 1rem 1rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content {
    padding: 0 1rem 2rem;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left {
  position: relative;
  width: 65%;
  padding-left: 2.25rem;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(11%, 21%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_bg_main.svg") no-repeat;
  background-size: contain;
  width: 963px;
  height: 615px;
}
@media screen and (max-width: 1260px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(9%, 23%);
    width: 868px;
    height: 556px;
  }
}
@media screen and (max-width: 1080px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(12%, 23%);
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(12%, 19%);
  }
}
@media screen and (max-width: 680px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(6%, 42%);
    width: 680px;
    height: 430px;
  }
}
@media screen and (max-width: 580px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(-3%, 57%);
    width: 540px;
    height: 342px;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(0%, 120%);
    width: 360px;
    height: 228px;
  }
}
@media screen and (max-width: 400px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left::before {
    transform: translate(0%, 105%);
  }
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left {
    margin: auto;
    padding-left: 0;
    min-width: 680px;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left {
    width: 100%;
    min-width: auto;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info {
  position: relative;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 small {
  background: #049bf0;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  font-size: 1.75rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 small {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 small {
    font-size: 1rem;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 span {
  display: block;
  font-weight: 800;
  line-height: 3rem;
  font-size: 3rem;
  margin-top: 0.3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 span {
    font-size: 2.5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info h1 span {
    font-size: 1.75rem;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10%, 47%);
}
@media screen and (max-width: 1300px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-138%, -68%);
  }
}
@media screen and (max-width: 1200px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-56%, -68%);
  }
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-100%, -42%);
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-52%, 38%);
  }
}
@media screen and (max-width: 720px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-115%, -50%);
  }
}
@media screen and (max-width: 620px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-115%, -20%);
  }
}
@media screen and (max-width: 500px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-67%, -26%);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-22%, -16%);
  }
}
@media screen and (max-width: 375px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description {
    transform: translate(-5%, -16%);
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text {
  position: relative;
  color: #fff;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text {
    font-size: 0.6875rem;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-144%, 25%) rotate(-10deg);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_agent_02.svg") no-repeat;
  background-size: contain;
  width: 54px;
  height: 66px;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::before {
    transform: translate(-144%, 14%) rotate(-10deg);
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::before {
    transform: translate(-153%, 35%) rotate(-10deg);
    width: 42px;
    height: 52px;
  }
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::before {
    transform: translate(-142%, 35%) rotate(-10deg);
    width: 32px;
    height: 40px;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(11%, -22%);
  background: #757575;
  width: 172px;
  height: 100px;
  clip-path: polygon(0 73%, 9% 61%, 5% 23%, 50% 0%, 100% 20%, 92% 100%, 15% 100%, 10% 70%);
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::after {
    transform: translate(8%, -20%);
    width: 163px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::after {
    transform: translate(9%, -19%);
    width: 148px;
    height: 82px;
  }
}
@media screen and (max-width: 540px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-info .top_LpHeroHeader-info-description .top_LpHeroHeader-info-description-text::after {
    transform: translate(8%, -19%);
    width: 112px;
    height: 60px;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider {
  position: relative;
  max-width: 800px;
  padding: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider {
    padding: 0.75rem 0 0;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .slick-dotted.slick-slider {
  margin: 0 auto 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .top_LpHeroHeader-slider-contents .slick-slide {
  overflow: hidden;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .top_LpHeroHeader-slider-contents .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider #text-slider {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_dots {
  margin: 10px 0 0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list {
  width: 314px;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li {
  position: relative;
  display: inline-block;
  width: 94px;
  height: 49px;
  cursor: pointer;
  transition: opacity 0.3s;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li:nth-of-type(1) {
  background-size: 230% auto !important;
  background-position: 44% 72% !important;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li:nth-of-type(2) {
  background-size: 342% auto !important;
  background-position: 18% 52% !important;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li:nth-of-type(3) {
  background-size: 120% auto !important;
  background-position: 20% 46% !important;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li:hover::before {
  border: 4px solid #049bf0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-left .top_LpHeroHeader-slider .thumbs_list li.slick-active::before {
  border: 4px solid #049bf0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right {
  position: relative;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  transform: translate(53%, -27%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_bg_form.svg") no-repeat;
  width: 1632px;
  height: 1716px;
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right::before {
    transform: translate(25%, -5%);
    background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_bg_form_small.svg") no-repeat;
    width: 1715px;
    height: 1320px;
  }
}
@media screen and (max-width: 1350px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right {
    padding: 4.5rem 0 0;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm {
  width: 348px;
  border-radius: 10px;
  background: #F6F6F6;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm {
    width: 60%;
    min-width: 328px;
    margin: auto;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm h2 {
  background: #049bf0;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.6rem;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hs-form {
    max-width: 100%;
    width: 100% !important;
  }
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hs-form fieldset {
    max-width: 100% !important;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form {
  width: 268px;
  margin: 0 auto;
  padding: 1.2rem 0;
}
@media screen and (max-width: 1140px) {
  #page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form {
    width: 80%;
  }
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-form-field > label > span {
  font-size: 0.8125rem;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form fieldset[class*=form-columns] {
  margin: 0 0 0.9rem;
  line-height: 0.8;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form fieldset[class*=form-columns] label {
  margin: 0 0 6px;
  display: block;
  color: #454545;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form fieldset[class*=form-columns] label.hs-error-msg {
  color: #ff2635;
  line-height: 1rem;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form #message-0991fc2c-5bf9-4dfd-8c1d-d3691a23d8d0 {
  min-height: 70px;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-select .hs-input {
  background: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0.4rem;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-select .hs-input:focus {
  border-color: #049bf0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-phonenumber input,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-phonenumber textarea,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-text input,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-text textarea,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-textarea input,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-textarea textarea {
  font-size: 0.875rem;
  line-height: 1.2;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0.4rem;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-phonenumber input:focus,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-phonenumber textarea:focus,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-text input:focus,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-text textarea:focus,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-textarea input:focus,
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-textarea textarea:focus {
  border-color: #049bf0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-field-desc {
  font-size: 0.625rem;
  color: #454545;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-field-desc a {
  color: #454545;
  text-decoration: underline;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-field-desc a:hover {
  opacity: 0.8;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs_number_of_hosts_lp .input {
  position: relative;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs_number_of_hosts_lp .input::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-16px, 170%) rotate(135deg);
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox]:checked + span::before {
  border-color: #049bf0;
  background: #049bf0;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .inputs-list {
  line-height: 1.5rem;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-submit input[type=submit] {
  background: #000;
  color: #fff;
  border-radius: 20px;
  width: 152px;
  height: 40px;
  display: block;
  margin: auto;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page-lp .top_LpHeroHeader .top_LpHeroHeaderBlock-content .top_LpHeroHeaderBlock-content-right .widget_contactForm .hbspt-form .hs-submit input[type=submit]:hover {
  opacity: 0.8;
}
#page-lp .widget_LpTryPlanBlock {
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 0;
  max-width: 1296px;
  border-top: 2px solid #c5c5c5;
}
#page-lp .widget_LpTryPlanBlock-badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #000;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  font-weight: 800;
}
#page-lp .widget_LpTryPlanBlock-text {
  margin-top: 1.25rem;
  line-height: 1.3;
  font-size: 2.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpTryPlanBlock-text {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpTryPlanBlock-text {
    font-size: 1.5rem;
  }
}
#page-lp .widget_LpTryPlanBlock-text strong {
  color: #bf10eb;
}
@media screen and (min-width: 621px) {
  #page-lp .widget_LpTryPlanBlock-textLine {
    display: none;
  }
}
#page-lp .widget_LpTryPlanBlock-subtext {
  margin-top: 0.5rem;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 800;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpTryPlanBlock-subtext {
    font-size: 0.75rem;
  }
}
#page-lp .ui_button_white {
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  padding: 12px 46px;
  line-height: 1;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 0.875rem;
  font-weight: 800;
}
#page-lp .ui_button_white::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-16px, 185%) rotate(135deg);
}
#page-lp .ui_button_white:hover {
  opacity: 0.8;
}
#page-lp .widget_LpIssueBlock {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock {
    padding-bottom: 30px;
  }
}
#page-lp .widget_LpIssueBlock::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 1px;
  background: #6ed4ff;
  width: 100%;
  height: 60px;
  clip-path: polygon(50% 100%, 0% 0, 100% 0);
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock::after {
    height: 30px;
  }
}
#page-lp .widget_LpIssueBlock-content-wrapper {
  background: #6ed4ff;
}
#page-lp .widget_LpIssueBlock-content {
  margin: 0 auto;
  padding: 3.75rem 0 1.25rem;
  max-width: 1296px;
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpIssueBlock-content {
    padding: 3.75rem 2rem 1.25rem;
  }
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-content {
    padding: 2.5rem 2rem 1.25rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-content {
    padding: 2.5rem 1rem 1.25rem;
  }
}
#page-lp .widget_LpIssueBlock-title {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-title {
    font-size: 2rem;
  }
}
#page-lp .widget_LpIssueBlock-title::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(155%, -65%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_03.svg") no-repeat;
  background-size: contain;
  width: 117px;
  height: 111px;
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpIssueBlock-title::before {
    transform: translate(60%, -65%);
  }
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-title::before {
    transform: translate(125%, -65%);
    width: 82px;
    height: 77px;
  }
}
@media screen and (max-width: 900px) {
  #page-lp .widget_LpIssueBlock-title::before {
    transform: translate(0%, -65%);
  }
}
#page-lp .widget_LpIssueBlock-title::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(-170%, -15%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_04.svg") no-repeat;
  background-size: contain;
  width: 106px;
  height: 63px;
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpIssueBlock-title::after {
    transform: translate(-70%, -15%);
  }
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-title::after {
    transform: translate(-150%, -15%);
    width: 74px;
    height: 44px;
  }
}
@media screen and (max-width: 900px) {
  #page-lp .widget_LpIssueBlock-title::after {
    transform: translate(0%, -15%);
  }
}
@media screen and (min-width: 631px) {
  #page-lp .widget_LpIssueBlock-title-line {
    display: none;
  }
}
#page-lp .widget_LpIssueBlock-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-items {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpIssueBlock-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-lp .widget_LpIssueBlock-item {
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-item {
    padding: 1.25rem 1.25rem;
  }
}
#page-lp .widget_LpIssueBlock-item:nth-child(n+2) {
  border-left: 1px solid #6ed4ff;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpIssueBlock-item:nth-child(n+2) {
    border-left: none;
    border-top: 1px solid #6ed4ff;
  }
}
#page-lp .widget_LpIssueBlock-item-title-wrapper {
  display: flex;
  align-items: center;
}
#page-lp .widget_LpIssueBlock-item-badge {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  line-height: 1.7;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  flex-shrink: 0;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-item-badge {
    line-height: 1.8;
  }
}
#page-lp .widget_LpIssueBlock-item-title {
  margin-left: 0.75rem;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpIssueBlock-item-title {
    font-size: 1.25rem;
  }
}
#page-lp .widget_LpIssueBlock-item-thumb-wrapper {
  margin: 1.25rem auto 0;
  width: 122px;
  height: 122px;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-item-thumb-wrapper {
    margin: 0.5rem auto 0;
    width: 110px;
    height: 110px;
  }
}
#page-lp .widget_LpIssueBlock-item-thumb-wrapper img {
  width: 100%;
  height: 100%;
}
#page-lp .widget_LpIssueBlock-topic-items {
  margin: 1rem 0 0;
  padding-left: 18px;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-topic-items {
    padding-left: 14px;
    margin: 0.5rem 0 0;
  }
}
#page-lp .widget_LpIssueBlock-topic-item {
  position: relative;
  padding: 0.5rem 0;
  color: #454545;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  border-top: 1px solid #c5c5c5;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-topic-item {
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpIssueBlock-topic-item:nth-child(1) {
  border-top: none;
}
#page-lp .widget_LpIssueBlock-topic-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-18px, 15px);
  width: 8px;
  height: 8px;
  background: #c5c5c5;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpIssueBlock-topic-item::before {
    transform: translate(-18px, 12px);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpIssueBlock-topic-item::before {
    transform: translate(-14px, 10px);
  }
}
#page-lp .widget_LpIssueBlock-topic-item strong {
  color: #bf10eb;
}
#page-lp .widget_LpSolutionBlock {
  padding: 2.5rem 0 5rem;
}
#page-lp .widget_LpSolutionBlock-content-wrapper {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper {
    padding: 0 1rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-text {
  order: 1;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-main {
  order: 2;
  margin-top: 1.5rem;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-main {
    margin-top: 6rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(-52%, 84%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_05.svg") no-repeat;
  background-size: contain;
  width: 126px;
  height: 142px;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-wrapper::before {
    transform: translate(-23%, -9%);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-wrapper::before {
    transform: translate(0%, 330%);
    width: 80px;
    height: 90px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
  transform: translate(-35%, 0%);
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-30%, 0%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-66%, 47%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_agent_03.svg") no-repeat;
  background-size: contain;
  width: 121px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment::before {
    transform: translate(-58%, 90%);
    width: 80px;
    height: 54px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-11%, -20%);
  background: #757575;
  width: 260px;
  height: 100px;
  clip-path: polygon(0 8%, 100% 0, 97% 77%, 33% 75%, 21% 100%, 24% 74%, 2% 72%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1) .widget_LpSolutionBlock-thumb-sub-comment::after {
    transform: translate(-10%, -20%);
    clip-path: polygon(0 8%, 88% 0, 83% 77%, 33% 75%, 21% 100%, 24% 74%, 2% 72%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1)::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  transform: translate(0%, 20%);
  background: #f7f0eb;
  width: 100%;
  height: 533px;
  clip-path: polygon(0 33%, 100% 0, 100% 100%, 0 74%);
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1)::after {
    transform: translate(0%, 20%);
    height: 450px;
    clip-path: polygon(0 29%, 100% 0, 100% 100%, 0 82%);
  }
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(1)::after {
    transform: translate(0%, 12%);
    height: 900px;
    clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 92%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) {
  margin-top: 6.25rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) {
    margin-top: 8rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-text {
  order: 2;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-text {
    order: 1;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-main {
  order: 1;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-main {
    order: 2;
    margin-top: 6rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-wrapper::before {
  display: none;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub {
  aspect-ratio: 1.64150943;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
  transform: translate(-18%, 26%);
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-8%, 17%);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-6%, 17%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment {
  width: 235px;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment {
    width: 200px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(30%, 165%) rotate(7deg);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_agent_01.svg") no-repeat;
  background-size: contain;
  width: 50px;
  height: 61px;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment::before {
    transform: translate(17%, 209%) rotate(7deg);
    width: 36px;
    height: 44px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-16%, -21%);
  background: #757575;
  width: 304px;
  height: 157px;
  clip-path: polygon(1% 19%, 47% 0, 100% 15%, 95% 83%, 79% 84%, 85% 100%, 69% 83%, 13% 85%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2) .widget_LpSolutionBlock-thumb-sub-comment::after {
    transform: translate(-27%, -19%);
    height: 140px;
    clip-path: polygon(18% 18%, 56% 0, 97% 15%, 93% 83%, 79% 84%, 84% 98%, 70% 83%, 26% 83%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2)::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  transform: translate(0%, 20%);
  background: #f7f0eb;
  width: 100%;
  height: 533px;
  clip-path: polygon(0 0, 100% 33%, 100% 74%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2)::after {
    transform: translate(0%, 20%);
    height: 450px;
    clip-path: polygon(0 0, 100% 20%, 100% 82%, 0 100%);
  }
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(2)::after {
    transform: translate(0%, 22%);
    height: 900px;
    clip-path: polygon(0 0, 100% 20%, 100% 82%, 0 87%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) {
    margin-top: 8.5rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-content {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-content {
    max-width: 980px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-text {
    grid-template-columns: repeat(1, 1fr);
    max-width: 522px;
    margin: 0 auto;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-wrapper {
  margin-top: 0;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-wrapper {
    margin-top: 2.5rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(0%, 0%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_03.svg") no-repeat;
  background-size: contain;
  width: 149px;
  height: 140px;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub {
  aspect-ratio: 1.64150943;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
  transform: translate(-75%, -130%);
}
@media screen and (max-width: 1100px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-50%, 58%);
  }
}
@media screen and (max-width: 510px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
    transform: translate(-40%, 140%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment {
  width: 210px;
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(182%, -8%) rotate(-4deg);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_agent_02.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 73px;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment::before {
    transform: translate(173%, 36%);
    width: 40px;
    height: 47px;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  bottom: 0;
  transform: translate(18%, 18%);
  background: #757575;
  width: 298px;
  height: 105px;
  clip-path: polygon(0% 0%, 89% 9%, 88% 48%, 100% 61%, 87% 66%, 86% 100%, 7% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-sub-comment::after {
    height: 88px;
    clip-path: polygon(3% 0%, 89% 9%, 85% 50%, 94% 62%, 84% 65%, 81% 100%, 7% 100%);
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-main {
  margin: 2rem auto 0;
  max-width: 860px;
  aspect-ratio: 1.45025295;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-main {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-main {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 510px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3) .widget_LpSolutionBlock-thumb-main {
    margin-top: 8.5rem;
  }
}
#page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3)::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  transform: translate(0, 80px);
  background: #f7f0eb;
  width: 100%;
  height: 508px;
  clip-path: polygon(0 65%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3)::after {
    height: 900px;
    clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-content-wrapper:nth-child(3)::after {
    height: 680px;
  }
}
#page-lp .widget_LpSolutionBlock-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin: 0 auto;
  max-width: 1072px;
}
@media screen and (max-width: 930px) {
  #page-lp .widget_LpSolutionBlock-content {
    grid-template-columns: repeat(1, 1fr);
    max-width: 522px;
  }
}
#page-lp .widget_LpSolutionBlock-badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #000;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  font-weight: 800;
}
#page-lp .widget_LpSolutionBlock-title-wrapper {
  display: flex;
  align-items: baseline;
  margin-top: 0.5rem;
}
#page-lp .widget_LpSolutionBlock-number {
  line-height: 1;
  color: #afafaf;
  font-size: 3.25rem;
  font-weight: 800;
  font-family: "Helvetica", "Arial", sans-serif;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-number {
    font-size: 2.25rem;
  }
}
#page-lp .widget_LpSolutionBlock-title {
  margin-left: 0.75rem;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-title {
    font-size: 2rem;
  }
}
#page-lp .widget_LpSolutionBlock-topic-items {
  margin: 1rem 0 0;
  padding-left: 18px;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-topic-items {
    padding-left: 14px;
    margin: 0.5rem 0 0;
  }
}
#page-lp .widget_LpSolutionBlock-topic-item {
  position: relative;
  padding: 0.5rem 0;
  color: #454545;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  border-top: 1px solid #c5c5c5;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-topic-item {
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpSolutionBlock-topic-item:nth-child(1) {
  border-top: none;
}
#page-lp .widget_LpSolutionBlock-topic-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-18px, 15px);
  width: 8px;
  height: 8px;
  background: #c5c5c5;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-topic-item::before {
    transform: translate(-18px, 12px);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpSolutionBlock-topic-item::before {
    transform: translate(-14px, 10px);
  }
}
#page-lp .widget_LpSolutionBlock-topic-item strong {
  color: #bf10eb;
}
#page-lp .widget_LpSolutionBlock-item-caption {
  margin-top: 1.5rem;
  color: #454545;
  line-height: 1.5;
  font-size: 1rem;
}
#page-lp .widget_LpSolutionBlock-thumb-sub-wrapper {
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpSolutionBlock-thumb-sub-wrapper {
    margin-top: 2.5rem;
  }
}
#page-lp .widget_LpSolutionBlock-thumb-sub {
  position: relative;
  max-width: 348px;
  width: 100%;
  aspect-ratio: 1.1409836;
  border: 4px solid #c5c5c5;
  border-radius: 10px;
  overflow: hidden;
}
#page-lp .widget_LpSolutionBlock-thumb-sub img {
  width: 100%;
  height: 100%;
}
#page-lp .widget_LpSolutionBlock-thumb-sub-caption {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
#page-lp .widget_LpSolutionBlock-thumb-sub-comment-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
#page-lp .widget_LpSolutionBlock-thumb-sub-comment {
  position: relative;
  color: #fff;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 800;
}
#page-lp .widget_LpSolutionBlock-thumb-sub-comment-excuse {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpSolutionBlock-thumb-sub-comment-excuse {
    font-size: 0.6875rem;
  }
}
#page-lp .widget_LpSolutionBlock-thumb-main {
  position: relative;
  width: 100%;
  aspect-ratio: 0.6525;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.2);
}
#page-lp .widget_LpSolutionBlock-thumb-main img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
#page-lp .widget_LpCreBlock {
  margin: 0 auto;
  padding: 5rem 0;
  max-width: 1296px;
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpCreBlock {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock {
    padding: 3.75rem 1rem;
  }
}
#page-lp .widget_LpCreBlock-title {
  text-align: center;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpCreBlock-title {
    font-size: 2rem;
  }
}
#page-lp .widget_LpCreBlock-title-sub {
  padding-top: 1rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpCreBlock-title-sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-title-sub {
    font-size: 0.875rem;
  }
}
#page-lp .widget_LpCreBlock-content {
  margin: 0 auto;
  max-width: 856px;
}
#page-lp .widget_LpCreBlock-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.5rem;
  text-align: center;
  background: #f7f0eb;
  border: 1px solid #959595;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-items {
    margin-top: 1.25rem;
  }
}
#page-lp .widget_LpCreBlock-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
#page-lp .widget_LpCreBlock-item:nth-child(1) .widget_LpCreBlock-item-title {
  border-right: 1px solid #c5c5c5;
  background: #2f2f2f;
}
#page-lp .widget_LpCreBlock-item:nth-child(2) .widget_LpCreBlock-item-list::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(0%, 60%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 18px solid #c5c5c5;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpCreBlock-item:nth-child(2) .widget_LpCreBlock-item-list::before {
    transform: translate(0%, 80%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #c5c5c5;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-item:nth-child(2) .widget_LpCreBlock-item-list::before {
    transform: translate(0%, 50%);
  }
}
#page-lp .widget_LpCreBlock-item-title {
  background: #049bf0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpCreBlock-item-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-item-title {
    font-size: 0.875rem;
  }
}
#page-lp .widget_LpCreBlock-item-list {
  position: relative;
  padding: 1.25rem 1.5rem;
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 800;
  border-top: 1px solid #c5c5c5;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpCreBlock-item-list {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-item-list {
    padding: 1rem 1.5rem;
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpCreBlock-item-list:nth-child(2) {
  border-top: none;
}
#page-lp .widget_LpCreBlock-topic-items {
  margin: 2rem 0 0;
  padding-left: 18px;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-topic-items {
    padding-left: 14px;
    margin: 1rem 0 0;
  }
}
#page-lp .widget_LpCreBlock-topic-item {
  position: relative;
  padding: 0.5rem 0;
  color: #454545;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 800;
  border-top: 1px solid #c5c5c5;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-topic-item {
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpCreBlock-topic-item:nth-child(1) {
  border-top: none;
}
#page-lp .widget_LpCreBlock-topic-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-18px, 15px);
  width: 8px;
  height: 8px;
  background: #c5c5c5;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpCreBlock-topic-item::before {
    transform: translate(-18px, 12px);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCreBlock-topic-item::before {
    transform: translate(-14px, 10px);
  }
}
#page-lp .widget_LpCreBlock-topic-item strong {
  color: #bf10eb;
}
#page-lp .widget_LpCustomersBlock {
  margin: 0 auto;
  padding: 5rem 0;
  max-width: 1296px;
  border-top: 2px solid #c5c5c5;
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpCustomersBlock {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock {
    padding: 3.75rem 1rem;
  }
}
#page-lp .widget_LpCustomersBlock-title {
  text-align: center;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpCustomersBlock-title {
    font-size: 2rem;
  }
}
#page-lp .widget_LpCustomersBlock-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 2.5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpCustomersBlock-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-items {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1.5rem;
  }
}
#page-lp .widget_LpCustomersBlock-item {
  border: 1px solid #959595;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
#page-lp .widget_LpCustomersBlock-item:hover .widget_LpCustomersBlock-item-title,
#page-lp .widget_LpCustomersBlock-item:hover .widget_LpCustomersBlock-item-customer,
#page-lp .widget_LpCustomersBlock-item:hover .widget_LpCustomersBlock-item-industry {
  opacity: 0.8;
}
#page-lp .widget_LpCustomersBlock-item-thumb-wrapper {
  position: relative;
  line-height: 0;
  width: 100%;
  aspect-ratio: 1.5018315;
  border-bottom: 1px solid #959595;
}
#page-lp .widget_LpCustomersBlock-item-thumb-wrapper img {
  width: 100%;
  height: 100%;
}
#page-lp .widget_LpCustomersBlock-item-badge {
  position: absolute;
  padding: 0.25rem;
  line-height: 1;
  right: 0;
  bottom: 0;
  transform: translate(-8px, -8px);
  background: #fff;
  border-radius: 4px;
  border: 1px solid #757575;
  color: #757575;
  font-size: 0.75rem;
  font-weight: 800;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-item-badge {
    transform: translate(-4px, -4px);
    font-size: 0.6875rem;
  }
}
#page-lp .widget_LpCustomersBlock-item-text-wrapper {
  padding: 0 1rem 1.25rem;
  line-height: 1.3;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-item-text-wrapper {
    padding: 0 0.5rem 1rem;
  }
}
#page-lp .widget_LpCustomersBlock-item-title {
  padding: 0.5rem 0;
  border-bottom: 1px solid #c5c5c5;
  font-size: 1rem;
  font-weight: 800;
  color: #049bf0;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-item-title {
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpCustomersBlock-item-customer {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-item-customer {
    font-size: 0.75rem;
  }
}
#page-lp .widget_LpCustomersBlock-item-industry {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  #page-lp .widget_LpCustomersBlock-item-industry {
    font-size: 0.6875rem;
  }
}
#page-lp .widget_LpPriceBlock {
  position: relative;
  padding: 5rem 0 7.5rem;
  background: #f7f0eb;
}
#page-lp .widget_LpPriceBlock::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  background: #6ed4ff;
  width: 100%;
  height: 60px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock::after {
    height: 30px;
  }
}
@media screen and (max-width: 1328px) {
  #page-lp .widget_LpPriceBlock {
    padding: 5rem 2rem 7.5rem;
  }
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock {
    padding: 3.75rem 1rem 5.625rem;
  }
}
#page-lp .widget_LpPriceBlock-content {
  margin: 0 auto;
  max-width: 1296px;
}
#page-lp .widget_LpPriceBlock-title {
  text-align: center;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-title {
    font-size: 2rem;
  }
}
#page-lp .widget_LpPriceBlock-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #959595;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpPriceBlock-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-lp .widget_LpPriceBlock-items li:nth-child(1) {
  border-right: 1px solid #959595;
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpPriceBlock-items li:nth-child(1) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #page-lp .widget_LpPriceBlock-items li:nth-child(2) .widget_LpPriceBlock-price-title {
    border-radius: 10px 10px 0 0;
  }
}
#page-lp .widget_LpPriceBlock-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  padding-bottom: 2.5rem;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-item {
    padding-bottom: 1.5rem;
  }
}
#page-lp .widget_LpPriceBlock-price-title {
  padding: 0.5rem 0;
  background: #2f2f2f;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-price-title {
    font-size: 1.25rem;
  }
}
#page-lp .widget_LpPriceBlock-price-plan-wrapper {
  padding: 2rem 0 0;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-price-plan-wrapper {
    padding: 1.5rem 0 0;
  }
}
#page-lp .widget_LpPriceBlock-price-plan-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
}
#page-lp .widget_LpPriceBlock-price-plan {
  color: #bf10eb;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-price-plan {
    font-size: 2rem;
  }
}
#page-lp .widget_LpPriceBlock-price-plan-sub {
  text-align: start;
  margin-left: 0.25rem;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-price-plan-sub {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
#page-lp .widget_LpPriceBlock-contact {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 800;
}
#page-lp .widget_LpPriceBlock-contact a {
  border-bottom: 1px solid #049bf0;
  color: #049bf0;
}
#page-lp .widget_LpPriceBlock-contact a:hover {
  opacity: 0.8;
}
#page-lp .ui_button_blue {
  display: inline-block;
  margin-top: 2rem;
  min-width: 260px;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 30px;
  background: #049bf0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}
#page-lp .ui_button_blue:hover {
  opacity: 0.8;
}
#page-lp .widget_LpPriceBlock-compare {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-compare {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
#page-lp .widget_LpPriceBlock-compare a {
  border-bottom: 1px solid #049bf0;
  color: #049bf0;
}
#page-lp .widget_LpPriceBlock-compare a:hover {
  opacity: 0.8;
}
#page-lp .widget_LpPriceBlock-content-info {
  margin-top: 2rem;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_LpPriceBlock-content-info {
    margin-top: 1.5rem;
  }
}
#page-lp .widget_LpPriceBlock-content-info li a {
  border-bottom: 1px solid;
}
#page-lp .widget_LpPriceBlock-content-info li a:hover {
  opacity: 0.8;
}
#page-lp .widget_recommendPlanBlock {
  background: #6ed4ff;
}
#page-lp .widget_recommendPlanBlock-content {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 1296px;
  width: 100%;
  padding: 3.75rem 0.75rem;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_recommendPlanBlock-content {
    max-width: 600px;
    padding: 2.5rem 0.75rem;
  }
}
#page-lp .widget_recommendPlanBlock-content::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(30%, 40%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_01.svg") no-repeat;
  background-size: contain;
  width: 152px;
  height: 132px;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_recommendPlanBlock-content::before {
    transform: translate(10%, 90%);
    width: 90px;
    height: 78px;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_recommendPlanBlock-content::before {
    transform: translate(10%, 120%);
    width: 60px;
    height: 52px;
  }
}
#page-lp .widget_recommendPlanBlock-content::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(-30%, 40%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_decoration_shape_02.svg") no-repeat;
  background-size: contain;
  width: 152px;
  height: 130px;
}
@media screen and (max-width: 1080px) {
  #page-lp .widget_recommendPlanBlock-content::after {
    transform: translate(-10%, 90%);
    width: 90px;
    height: 76px;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .widget_recommendPlanBlock-content::after {
    transform: translate(-10%, 120%);
    width: 60px;
    height: 52px;
  }
}
#page-lp .recommendPlanTitle {
  margin-top: 0;
  line-height: 1;
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .recommendPlanTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .recommendPlanTitle {
    font-size: 1.5rem;
  }
}
#page-lp .recommendPlanText {
  margin-top: 1.25rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  #page-lp .recommendPlanText {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #page-lp .recommendPlanText {
    font-size: 0.875rem;
  }
}
#page-lp .recommendPlanText small {
  font-size: 0.85rem;
  font-weight: 600;
}
@media screen and (min-width: 1081px) {
  #page-lp .recommendPlanTextLine {
    display: none;
  }
}
#page-lp .ui_button_black {
  display: inline-block;
  margin-top: 2rem;
  min-width: 260px;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}
#page-lp .ui_button_black:hover {
  opacity: 0.8;
}
#page-lp .widget_LpFooter {
  padding-top: 3.75rem;
}
#page-lp .widget_LpFooter-content {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
}
@media screen and (max-width: 480px) {
  #page-lp .widget_LpFooter-content {
    padding: 0 1.25rem 3rem;
  }
}
#page-lp .widget_LpFooter-title {
  display: flex;
  align-items: flex-end;
}
#page-lp .mackerel-logo-footer {
  margin: 0;
  line-height: 0;
  width: 170px;
  height: auto;
  fill: #000;
}
@media screen and (max-width: 480px) {
  #page-lp .mackerel-logo-footer {
    width: 150px;
  }
}
#page-lp .widget_LpFooter-tagline {
  margin-left: 1rem;
  line-height: 1;
  color: #7f7f7f;
  font-size: 0.75rem;
  font-weight: 700;
}
#page-lp .widget_LpFooter-menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  line-height: 2;
  color: #000;
  font-size: 0.875rem;
  font-weight: 300;
}
#page-lp .widget_LpFooter-menu li a {
  padding: 0.5rem 1.5rem 0.5rem 0;
}
#page-lp .widget_LpFooter-menu li:hover a {
  opacity: 0.8;
}
#page-lp .widget_LpFooter-copyright {
  text-align: center;
  background-color: #e2e2e2;
}
#page-lp .widget_LpFooter-copyright-text {
  padding: 1.25rem 0;
  line-height: 1;
  font-size: 0.75rem;
}
#page-lp .top_firstViewCustomers {
  padding: 2.5rem 0;
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers {
    padding: 2rem 0;
  }
}
#page-lp .top_firstViewCustomers-lists {
  display: grid;
  grid-template-columns: repeat(10, auto);
  gap: 1.75rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #page-lp .top_firstViewCustomers-lists {
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  #page-lp .top_firstViewCustomers-lists {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers-lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
#page-lp .top_firstViewCustomers-lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-lp .top_firstViewCustomers-lists li img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #page-lp .top_firstViewCustomers-lists li.kddi img, #page-lp .top_firstViewCustomers-lists li.sega img {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers-lists li.kddi img, #page-lp .top_firstViewCustomers-lists li.sega img {
    max-width: 75%;
  }
}
#page-lp .top_firstViewCustomers-lists li.idcf img {
  min-width: 2.5em;
}
#page-lp .top_firstViewCustomers-lists li.ca img {
  max-width: 3em;
}
@media screen and (max-width: 1000px) {
  #page-lp .top_firstViewCustomers-lists li.ca img {
    max-width: 3.5em;
  }
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers-lists li.ca img {
    max-width: 3em;
  }
}
#page-lp .top_firstViewCustomers-lists li.ntt-east {
  margin: 0 -7px;
}
#page-lp .top_firstViewCustomers-lists li.ntt-east img {
  min-width: 2.5em;
}
#page-lp .top_firstViewCustomers-lists li.classmethod img {
  max-width: 5.5em;
}
#page-lp .top_firstViewCustomers-lists li.ntt-smartConnect img {
  min-width: 1.5em;
}
#page-lp .top_firstViewCustomers-lists li.mercari {
  margin: 0 -10px;
}
#page-lp .top_firstViewCustomers-lists li.mercari img {
  min-width: 2.5em;
}
#page-lp .top_firstViewCustomers-lists li.freee img {
  max-width: 6.5em;
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers-lists li.freee img {
    max-width: 5.5em;
  }
}
#page-lp .top_firstViewCustomers-lists li.recochoku img {
  max-width: 7em;
}
@media (max-width: 480px) {
  #page-lp .top_firstViewCustomers-lists li.recochoku img {
    max-width: 6em;
  }
}

.top_Latemajority-HeroHeader {
  position: relative;
  background: #f7f0eb;
  overflow: hidden;
}
.top_Latemajority-HeroHeader::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  transform: translate(50%, -23%);
  background: url("/assets/img/lp/lp_bg_form.svg") no-repeat;
  width: 1632px;
  height: 1716px;
}
@media screen and (max-width: 900px) {
  .top_Latemajority-HeroHeader::before {
    transform: translate(64%, -23%);
  }
}
@media screen and (max-width: 700px) {
  .top_Latemajority-HeroHeader::before {
    transform: translate(25%, 21%);
    background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_bg_form_small.svg") no-repeat;
    width: 1715px;
    height: 1320px;
  }
}

.latemajority_header_cv {
  background: #000;
  padding: 0.5rem;
  font-size: 0.875rem;
}

.top_Latemajority-mv {
  position: relative;
  padding: 0 1.5rem;
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .top_Latemajority-mv {
    padding: 0 1rem;
  }
}

.top_Latemajority-mv-content {
  display: grid;
  grid-template-columns: 37% 60%;
  column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1140px) {
  .top_Latemajority-mv-content {
    display: block;
  }
}

.top_Latemajority-mv-thumb-wrapper {
  position: relative;
  max-width: 660px;
  aspect-ratio: 1.58102766;
}
@media screen and (max-width: 1140px) {
  .top_Latemajority-mv-thumb-wrapper {
    padding-top: 1.5rem;
    max-width: none;
  }
}
.top_Latemajority-mv-thumb-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.2);
}
.top_Latemajority-mv-thumb-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(17%, -12%);
  background: url("/assets/img/lp/lp_decoration_shape_06.svg") no-repeat;
  background-size: contain;
  width: 880px;
  height: 490px;
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  .top_Latemajority-mv-thumb-wrapper::before {
    transform: translate(55%, -22%);
  }
}
@media screen and (max-width: 700px) {
  .top_Latemajority-mv-thumb-wrapper::before {
    transform: translate(68%, -28%);
  }
}
@media screen and (max-width: 600px) {
  .top_Latemajority-mv-thumb-wrapper::before {
    display: none;
  }
}

.top_Latemajority-mv-title small {
  background: #049bf0;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  font-size: 1.75rem;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .top_Latemajority-mv-title small {
    font-size: 1.5rem;
  }
}
.top_Latemajority-mv-title span {
  display: block;
  font-weight: 800;
  line-height: 1.3;
  font-size: 3.25rem;
  margin-top: 0.3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .top_Latemajority-mv-title span {
    font-size: 2.5rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 1140px) {
  .top_Latemajority-mv-title-line {
    display: none;
  }
}

.top_Latemajority-title-sub {
  position: relative;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1140px) {
  .top_Latemajority-title-sub {
    display: inline-block;
  }
}
.top_Latemajority-title-sub::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  transform: translate(-100%, 40%);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/lp/lp_agent_04.svg") no-repeat;
  background-size: contain;
  width: 62px;
  height: 43px;
}
@media screen and (max-width: 1140px) {
  .top_Latemajority-title-sub::after {
    transform: translate(100%, 40%);
  }
}

.top_Latemajority-cv-text {
  padding-top: 3rem;
  font-size: 1.75rem;
  font-weight: 800;
  color: #049bf0;
}

.ui_button_black_latemajority {
  display: inline-block;
  min-width: 260px;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}
.ui_button_black_latemajority:hover {
  opacity: 0.8;
}

#page-higher-plan {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
#page-higher-plan h1, #page-higher-plan h2, #page-higher-plan h3, #page-higher-plan h4, #page-higher-plan p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#page-higher-plan .higher-plan-overview {
  padding: 5rem 0;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-overview {
    padding: 5rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-overview {
    padding: 3rem 1rem;
  }
}
#page-higher-plan .higher-plan-overview-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
  column-gap: 60px;
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-overview-content {
    display: block;
    max-width: 600px;
  }
  #page-higher-plan .higher-plan-overview-content > div:nth-child(2) {
    padding-top: 3.75rem;
  }
}
#page-higher-plan .higher-plan-overview-content > div:last-of-type .higher-plan-overview-item {
  background: #e9f8ff;
}
#page-higher-plan .higher-plan-overview-content > div:last-of-type .higher-plan-overview-item::before {
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/higher-plan/higher_plan_person_02.svg") no-repeat;
  background-size: contain;
}
#page-higher-plan .higher-plan-overview-catchphrase {
  display: inline-block;
  transform: translate(75px, 0);
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-overview-catchphrase {
    font-size: 1rem;
  }
}
#page-higher-plan .higher-plan-overview-item {
  position: relative;
  margin-top: 1rem;
  min-height: 290px;
  background: #f7f0eb;
  border: 1px solid #919396;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-overview-item {
    min-height: auto;
  }
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-overview-item {
    margin-top: 0.5rem;
  }
}
#page-higher-plan .higher-plan-overview-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(20px, -73px);
  background: url("https://8911186.fs1.hubspotusercontent-na1.net/hubfs/8911186/assets/img/higher-plan/higher_plan_person_01.svg") no-repeat;
  background-size: contain;
  width: 46px;
  height: 73px;
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-overview-item::before {
    width: 36px;
    height: 57px;
    transform: translate(20px, -57px);
  }
}
#page-higher-plan .higher-plan-overview-item-title {
  text-align: center;
  padding: 0.25rem 1rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 800;
  background: #000;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}
#page-higher-plan .higher-plan-overview-topic-items {
  margin: 40px;
  padding-left: 18px;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-overview-topic-items {
    margin: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-overview-topic-items {
    margin: 1rem;
  }
}
#page-higher-plan .higher-plan-overview-topic-item {
  position: relative;
  padding: 0.5rem 0;
  color: #444;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
  border-top: 1px solid #c1c3c6;
}
@media screen and (max-width: 450px) {
  #page-higher-plan .higher-plan-overview-topic-item {
    font-size: 0.75rem;
  }
}
#page-higher-plan .higher-plan-overview-topic-item:nth-child(1) {
  border-top: none;
}
#page-higher-plan .higher-plan-overview-topic-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-18px, 15px);
  width: 8px;
  height: 8px;
  background: #c1c3c6;
}
@media screen and (max-width: 800px) {
  #page-higher-plan .higher-plan-overview-topic-item::before {
    transform: translate(-18px, 12px);
  }
}
@media screen and (max-width: 450px) {
  #page-higher-plan .higher-plan-overview-topic-item::before {
    transform: translate(-14px, 10px);
  }
}
#page-higher-plan .higher-plan-overview-topic-item strong {
  color: #07aa04;
  font-weight: 700;
}
#page-higher-plan .higher-plan-overview-button-wrapper {
  margin-top: 20px;
  text-align: center;
}
#page-higher-plan .higher-plan-table {
  margin: 0 1.5rem;
  padding: 5rem 0;
  border-top: 2px solid #c1c3c6;
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-table {
    margin: 0 1rem;
    padding: 2.5rem 0;
  }
}
#page-higher-plan .higher-plan-table .widget_table {
  margin: 0 auto;
  max-width: 942px;
  width: 100%;
}
#page-higher-plan .higher-plan-table-excuse {
  max-width: 942px;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 0 0;
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-table-excuse {
    padding: 1rem 0 0;
  }
}
#page-higher-plan .higher-plan-table-excuse-title {
  font-size: 0.85rem;
  font-weight: 600;
}
#page-higher-plan .higher-plan-table-excuse-content {
  margin-top: 0.25rem;
}
#page-higher-plan .higher-plan-table-excuse-content ul {
  font-size: 0.75rem;
  list-style-type: disc;
  padding: 0 0 0 1rem;
}
#page-higher-plan .higher-plan-table-excuse-content ul ul {
  list-style-type: circle;
  margin: 0.25rem 0;
}
#page-higher-plan .higher-plan-table-excuse-content li {
  list-style: inherit;
}
#page-higher-plan .higher-plan-table-excuse-content li + li {
  margin: 0.25rem 0 0;
}
#page-higher-plan .higher-plan-detail {
  margin: 0 1.5rem;
  padding: 5rem 0;
}
#page-higher-plan .higher-plan-detail#premium {
  border-top: 2px solid #c1c3c6;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-detail {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-detail {
    margin: 0 1rem;
  }
}
#page-higher-plan .higher-plan-detail .widget_unitColumn-primary,
#page-higher-plan .higher-plan-detail .widget_unitColumn-secondary {
  margin: 60px auto 0;
}
@media screen and (max-width: 1080px) {
  #page-higher-plan .higher-plan-detail .widget_unitColumn-primary,
  #page-higher-plan .higher-plan-detail .widget_unitColumn-secondary {
    margin: 2.5rem auto 0;
  }
}
#page-higher-plan .higher-plan-detail-text {
  max-width: 684px;
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
}
@media screen and (max-width: 480px) {
  #page-higher-plan .higher-plan-detail-text {
    padding-top: 1.5rem;
  }
}
#page-higher-plan .higher-plan-detail-text .widget_paragraph {
  padding-top: 1.5rem;
}
#page-higher-plan .higher-plan-detail-text .widget_paragraph:first-child {
  padding-top: 0;
}
#page-higher-plan .widget_heroFooter2nd {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
#page-higher-plan .widget_heroFooter2nd .widget_heroFooter2nd-content {
  margin: 0 1.5rem;
  padding: 2.5rem 1.25rem;
}

/*# sourceMappingURL=mackerel-hubspot.css.map */