/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* 
.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
 */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "icomoon";
  src: url("https://2990183.fs1.hubspotusercontent-na2.net/hubfs/2990183/raw_assets/public/Scorer_July2020/fonts/icomoon.ttf") format("truetype"),
    url("https://2990183.fs1.hubspotusercontent-na2.net/hubfs/2990183/raw_assets/public/Scorer_July2020/fonts/icomoon.woff") format("woff"),
    url("https://2990183.fs1.hubspotusercontent-na2.net/hubfs/2990183/raw_assets/public/Scorer_July2020/fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  color: #151515;
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: Noto Sans JP;
  font-size: 1rem;
  color: #494a52;
  letter-spacing: 0.03rem;
  z-index: 0;
  background-color: #FFFFFF;
  /*   position: relative; */
}

p {}

/* Anchor Links */
a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {}

ul li,
ol li {}

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

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

.body-container-wrapper {
  margin-top: 80px;
}

.content-wrapper {
  margin: 0 auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;
  text-decoration: none;
  font-size: 20px;
  line-height: 150%;
  margin-top: 10px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  display: inline-block;
  margin-bottom: .5rem;
}

.hs-error-msgs label {
  color: #d9534f !important;
  line-height: 165% !important;
}

.hs-input,
.systems-page input[type="password"] {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #546e7a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: .25rem;
  outline: none;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

/* .hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
} */

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #d9534f;
/*   background-image: url(); */
  padding-right: 36px;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 20px;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #eba5a3;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Noto Sans JP;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.hs-menu-item.active a {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */



h2.product {
  /*線の種類（実線） 太さ 色*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-size: 30px;
}

h3.product {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-size: 24px;
}



/* Breadcrumb */
.cst-breadcrumb .page-center:after {
  content: '';
  display: table;
  clear: both;
}

.cst-breadcrumb {
  height: 30px;
  font-size: 12px;
}

.cst-breadcrumb .hs-breadcrumb-menu-item {
  padding: 0;
  line-height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.cst-breadcrumb .hs-breadcrumb-menu-item .hs-breadcrumb-label {
  color: #979797;
}

.cst-breadcrumb .hs-breadcrumb-menu-item a {
  text-decoration: underline;
}

.cst-breadcrumb .hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider {
  display: none;
}

.cst-breadcrumb .hs-breadcrumb-menu-item:after {
  display: inline-block;
  font-family: 'icomoon';
  content: '\e90f';
  color: #979797;
  -webkit-transform: rotate(-90deg) scale(0.5);
  transform: rotate(-90deg) scale(0.5);
  position: relative;
  top: 0;
  margin-left: 2px;
  margin-right: 2px;
}

.cst-breadcrumb .hs-breadcrumb-menu-item.last-crumb:after {
  display: none;
}

.cst-breadcrumb .hs-breadcrumb-menu-item span.hs-breadcrumb-label {
  text-decoration: none;
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
}

.cst-breadcrumb ul.hs-breadcrumb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cst-breadcrumb .hs-breadcrumb-menu-item.last-crumb {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cst-breadcrumb .hs-breadcrumb-menu-item a:hover {
  text-decoration: none;
}

/* Integration */
.integration-image-section {
  margin-top: 88px;
}

.integration-image-section .dnd-section {
  background-color: rgb(0, 188, 212);
  height: 160px;
  position: relative;
}

.integration-content-section,
.integration-form-section,
.integration-form-section form .hs-default-font-element,
.integration-form-section form .hs-main-font-element,
.integration-form-section form {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic", YuGothic, Roboto, Ubuntu, "Hiragino Kaku Gothic Pro", "Hiragino Sans GB", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
}

.integration-content-section,
.integration-form-section {
  font-size: 16px;
  line-height: 1.5;
  color: #455A64;
  letter-spacing: normal;
}

.integration-content-section .dnd-section {
  text-align: center;
  padding: 0 16px;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 44px;
}

.integration-content-section h2 {
  font-family: inherit;
  color: inherit;
  text-align: center;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  margin-bottom: 8px;
  line-height: 150%;
  font-size: 30px;
}

.integration-content-section p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 165%;
}

.integration-content-section hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: none;
  border-top: 1px solid #CFD8DC;
  width: 100px;
  margin: 32px auto;
  background-color: transparent;
  color: transparent;
}

.integration-form-section .dnd-section {
  max-width: 640px;
  margin: 0 auto;
  padding: 44px !important;
  padding-top: 0 !important;
}

.integration-form-section p,
.contact-form-section p {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 165%;
}

.integration-form-section a {
  color: #42B5D1;
  text-decoration: none;
}

.integration-form-section a:hover,
.integration-form-section a:focus {
  color: #2788a0;
  text-decoration: none;
}

.integration-form-section form .hs-default-font-element,
.integration-form-section form .hs-main-font-element {
  font-size: 16px;
  line-height: 1.5;
  color: #455a64;
  letter-spacing: normal;
  padding-bottom: 4px;
  margin: 0;
}

.integration-form-section form h3 {
  border-top: 1px solid #CFD8DC;
  padding-top: 32px;
  margin-top: 32px;
  font-family: inherit;
  line-height: 150%;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-size: 24px;
  color: #455A64;
  margin-bottom: 0;
}

.integration-form-section form p {
  color: #78909C;
}

.integration-form-section form .hs-form-field {
  margin-bottom: 16px;
}

.integration-form-section form label,
.contact-form-section form label {
  display: inline-block;
  margin-bottom: 8px;
}

.integration-form-section form .hs-fieldtype-booleancheckbox legend,
.contact-form-section form .hs-fieldtype-booleancheckbox legend {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 16px;
}

.integration-form-section form .hs-fieldtype-booleancheckbox .input .inputs-list,
.contact-form-section form .hs-fieldtype-booleancheckbox .input .inputs-list {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  padding: 8px;
  line-height: 0;
}

.integration-form-section form .hs-fieldtype-booleancheckbox .input .inputs-list label,
.contact-form-section form .hs-fieldtype-booleancheckbox .input .inputs-list label {
  margin: 0;
}

.integration-form-section form .hs-fieldtype-booleancheckbox .input .inputs-list label .hs-input[type=checkbox],
.contact-form-section form .hs-fieldtype-booleancheckbox .input .inputs-list label .hs-input[type=checkbox] {
  font: inherit;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  margin-right: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.integration-form-section form .hs-button {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 20px;
  line-height: 150%;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  border-color: rgb(0, 188, 212);
  background-color: rgb(0, 188, 212);
  margin-bottom: 16px;
}

/* Ready */
.ready-lyt,
.main-lyt {
  margin-bottom: 104px;
}

.ready-card-section {
  margin-top: 64px;
  margin-bottom: 72px;
}

.partner-program-section {
  margin-top: 120px;
}

/* Audience */
.l-doubleColumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 64px !important;
}

.o-pageNavi_wrapper {
  position: relative;
}

.l-doubleColumns_right {
  width: 100%;
  max-width: 640px;
}

.o-pageNavi {
  max-height: calc(100vh - 80px);
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.o-pageNavi_contents {
  width: 320px;
  height: auto;
  background-color: #F6F6F6;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  overflow: hidden;
}

.audience-title-section {
  height: 64px;
  background: #DCF2FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.audience-title-section p {
  margin: 0;
  font-weight: 500;
  color: #82C8E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.audience-title-section p img {
  display: inline-block;
  margin-right: 1em;
}

.audience-menu-section .hs-menu-wrapper ul {
  margin: 0;
  padding: 0 0 40px 0;
}

.audience-menu-section .hs-menu-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  border-bottom: 2px solid #FFFFFF;
  position: relative;
  width: 100%;
}

.audience-menu-section .hs-menu-wrapper ul li a {
  padding: 24px 40px;
  display: block;
  width: 100%;
  color: #151515;
}

.o-pageNavi.fixed {
  position: fixed;
}

.audience-menu-section .hs-menu-wrapper ul li.selected a {
  padding-left: 48px;
  color: #979797;
}

.audience-developer-card-section .download-cta {
  color: #82C8E6;
  border: 3px solid #82C8E6;
  background-color: transparent;
  border-radius: 48px;
  text-align: center;
  position: relative;
  max-width: 400px;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  width: 228px;
  height: 44px;
  padding: 0.7em;
  border-width: 2px;
  box-sizing: border-box !important;
}

.audience-developer-card-section .download-cta .a-transparentButton_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  margin: auto;
}

.audience-developer-card-section .download-cta .a-transparentButton_title .icon-download {
  margin-right: 4px;
}

.audience-developer-card-section .download-cta:hover {
  background-color: #82C8E6;
  color: #FFFFFF;
}

.audience-developer-card-section p {
  margin: 0;
}

.audience-menu-section .hs-menu-wrapper ul li a .icon-pulldown {
  -webkit-transform: rotate(-90deg) scale(0.5);
  transform: rotate(-90deg) scale(0.5);
  color: #A0A0A0;
}

.o-pageNavi::-webkit-scrollbar {
  display: none;
}

.audience-right-section {
  font-size: 15px;
  line-height: 2.0;
  letter-spacing: 1.5px;
  color: #151515;
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-bottom: 90px;
}

.audience-right-section h2[id] {
  margin-top: 90px;
  padding-left: 16px;
  font-size: 22px;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  border-left: solid 5px #151515;
}

.audience-right-section p {
  margin: 1.8em 0;
}

.audience-right-section ul {
  margin: 1.8em 0;
  padding: 1.8rem 1.8rem 1.8rem 3.6rem;
  background-color: #F6F6F6;
}

.audience-right-section ul li {
  line-height: 1.5;
  margin: 0.9em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.audience-right-section ul li:before {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.8em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '・';
}

.audience-right-section h4 {
  line-height: 2.0;
  color: #151515;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-top: 48px;
}

.audience-right-section p:last-child {
  margin-bottom: 0;
}

.audience-solution-section {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.audience-solution-section h2[id] {
  display: block;
  width: 580px;
  margin: 0px 0 20px 0;
  font-size: 22px;
  letter-spacing: 0.4rem;
  line-height: 2.2rem;
  min-height: 2.2rem;
  border-left: solid 5px #151515;
}

.audience-solution-section h2[id]:before {
  content: '\00A0';
}

.audience-solution-section p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.audience-menu-section .hs-menu-wrapper ul li a > div {
  display: inline-block;
  -webkit-transform: rotate(-90deg) scale(0.5);
  transform: rotate(-90deg) scale(0.5);
}

/* Retail */
.recent-post-section {
  font-size: 15px;
  line-height: 2.0;
  letter-spacing: 0.1em;
  color: #151515;
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-bottom: 90px;
}

.recent-post-section table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
  display: table;
}

.recent-post-section tbody {
  display: table-row-group;
  vertical-align: middle;
}

.recent-post-section tr, .recent-post-section td {
  vertical-align: inherit;
}

.recent-post-section table td {
  min-width: 5px;
}

.recent-post-section table td,
.recent-post-section table th {
  border: 1px solid #DDD;
}

.recent-post-section td {
  display: table-cell;
  background: #F6F6F6;
  border: 3px solid #FFFFFF;
  border-top: none;
  padding: 32px 16px;
  font-weight: 700;
  text-align: center;
}

.recent-post-section table tr td {
  display: table-cell;
  background: #F6F6F6;
  border: 3px solid #FFFFFF;
  border-top: none;
  padding: 32px 16px;
  font-weight: 700;
  text-align: center;
}

.recent-post-section table p {
  font-size: 15px;
  line-height: 2.0;
  margin: 1.8em 0;
  font-weight: inherit;
}

.recent-post-section table strong {
  font-weight: 700;
}

.recent-post-section p {
  margin: 1.8em 0;
  font-size: 15px;
  line-height: 2.0;
}

.classification-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-bottom: 0;
}

.classification-section p {
  display: inline-block;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  height: auto;
  line-height: 1.8;
  font-size: 13px;
  border-radius: 25px;
  color: #151515;
  background-color: #E5E5E5;
  padding: 0 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 6px 5px 0;
  float: left;
}

.retail-partner-company-section {
  max-width: 800px;
  width: 100%;
  margin: 160px auto;
}

.retail-partner-company-section h2 {
  display: block;
  margin: 0px auto 20px auto;
  font-size: 22px;
  letter-spacing: 0.4rem;
  line-height: 2.2rem;
  min-height: 2.2rem;
  border-left: solid 5px #151515;
}

.retail-partner-company-section h2:before {
  content: '\00A0';
}

.retail-partner-company-section .span6:first-child {
  display: inline-block !important;
  height: 320px;
  width: 320px;
  overflow: hidden;
  position: relative;
  justify-content: inherit !important;
}

.retail-partner-company-section .span6:first-child img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.retail-partner-company-section .span6:last-child {
  display: inline-block !important;
  width: calc(100% - 320px);
  padding: 30px 0 0 40px;
  margin: 0;
  justify-content: inherit !important;
}

.retail-partner-company-section .span6 p {
  margin: 0;
  font-size: 13px;
  line-height: 2;
  font-style: normal;
}

.retail-partner-company-section .span6 p span+span {
  padding-left: 100px;
  float: none;
  text-align: left;
}

.retail-partner-company-section .span6 p span {
  float: left;
  display: block;
}

.retail-partner-company-section a.cst-btn.a-wideButton {
  display: block;
  margin: 60px auto 0 auto;
}

.solution-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 64px !important;
}

.solution-wrap .solution-left {
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

.solution-wrap .solution-left .solution-left-inner {
  width: 100%;
  max-width: 320px;
  height: auto;
  background-color: #F6F6F6;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  overflow: hidden;
  padding-top: 10px;
}

.solution-wrap .o-pageNavi_bottom .o-pageNavi_bottom_content {
  margin: 8px;
  border-bottom-right-radius: 32px;
}

.solution-wrap .o-pageNavi_bottom .o-pageNavi_bottom_content .icon-tab {
  width: 24px;
}

.partner-card-section .dnd-section > .row-fluid {
  margin-top: 28px;
  margin-bottom: 120px;
}

.partner-lyt {
  margin-bottom: 0 !important;
}

.partner-program-three-column-section .dnd-section > .row-fluid {
  margin-bottom: 160px;
}

.partner-program-three-column-section .dnd-section > .row-fluid h2 {
  text-align: center;
  font-size: 19px;
  margin-top: 64px;
}

.partner-program-three-column-section .dnd-section > .row-fluid p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.partner-program-three-column-section .span4 {
  margin: 0;
  width: 31%;
  padding-bottom: 40px;
  background-color: #F6F6F6;
}

.partner-program-three-column-section .span4 img {
  width: 100%;
  max-width: 100%;
}

.partner-program-three-column-section .span4 h3 {
  font-weight: 700;
  text-align: center;
  padding: 24px 0 8px;
  font-size: 17px;
  margin: 0;
}

.partner-program-three-column-section .dnd-section>.row-fluid .span4 p {
  margin: 0;
  font-size: 14px;
  padding: 0 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.partner-program-one-column-section .dnd-section > .row-fluid {
  font-size: 15px;
  margin-bottom: 180px;
}

.partner-program-one-column-section .dnd-section > .row-fluid h2 {
  text-align: center;
  font-size: 19px;
  margin-top: 0;
}

.partner-program-one-column-section .dnd-section > .row-fluid p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.partner-program-one-column-section .dnd-section > .row-fluid img {
  margin-top: 60px;
  max-width: 100%;
  padding: 0 40px;
}

.partner-program-one-column-button-section .dnd-section > .row-fluid {
  max-width: 1136px;
  width: 100%;
  margin: 0 auto;
  background-color: #F6F6F6;
  padding: 80px 40px !important;
  margin-bottom: 120px;
}

.partner-program-one-column-button-section .dnd-section > .row-fluid h2 {
  text-align: center;
  font-size: 19px;
  margin-bottom: 40px;
}

.partner-program-one-column-button-section .dnd-section > .row-fluid p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-bottom: 24px;
}

a.cst-btn.a-wideButton.gradient {
  position: relative;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5fb8f0), to(#7BDFF8));
  background: linear-gradient(to right, #5fb8f0 0%, #7BDFF8 100%);
  padding: 1.3em 2em;
  border-radius: 36px;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  min-height: 60px;
  border: none;
}

a.cst-btn.a-wideButton.gradient .a-wideButton_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
}

a.cst-btn.a-wideButton.gradient .a-wideButton_title .icon-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
  font-size: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.cst-btn.a-wideButton.gradient:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 800%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}

a.cst-btn.a-wideButton.gradient:hover:after {
  -webkit-animation: ripple 0.8s ease-out forwards;
  animation: ripple 0.8s ease-out forwards;
  background: rgba(255, 255, 255, 0.3);
}

a.cst-btn.a-wideButton.gradient:hover .icon-arrow {
  right: 12px;
}

.partner-registration-flow-section .dnd-section > .row-fluid {
  max-width: 1136px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 120px;
}

.product-lyt {
  margin-bottom: 0 !important;
}

.product-one-column-content-section a.cst-btn.a-wideButton {
  margin: 0 auto 160px;
}

.audience-blog-section .row-fluid [class*="span"] {
  min-height: 0;
}

.audience-right-section ul:last-child {
  margin-bottom: 0;
}

.recent-post-section table + p {
  margin-bottom: 0;
}

.audience-right-section .hs-responsive-embed {
  display: block !important;
  font-size: 18px;
  font-weight: 500;
  margin: 0 !important;
  margin-top: 48px !important;
}

.retail-lyt .audience-right-section p > a {
  text-decoration: underline;
}

.retail-lyt .audience-right-section p > a:hover {
  text-decoration: none;
}

.integration-image-section,
.integration-content-section,
.integration-form-section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.integration-form-section form ::placeholder,
.contact-form-section form ::placeholder {
  color: #999;
  opacity: 1;
}

.contact-image-section {
  margin-top: 64px;
}

.contact-image-section .dnd-section {
  background-position: 50% 50%;
  width: 100%;
  height: 160px;
  position: relative;
  background-color: rgb(33, 150, 243);
  background-size: cover;
}

.contact-content-section,
.contact-form-section {
  color: #455A64;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: apple-system-lf-sp, "Noto Sans JP", sans-serif;
  letter-spacing: normal;
}

.contact-content-section .dnd-section {
  text-align: center;
  padding: 0 16px;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 44px;
}

.contact-content-section hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #cfd8dc;
  width: 100px;
  margin: 32px auto;
  background-color: transparent;
  color: transparent;
}

.contact-content-section h2 {
  font-family: inherit;
  text-align: center;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  margin-bottom: 8px;
  line-height: 150%;
  font-size: 30px;
  color: rgb(63, 81, 181);
}

.contact-form-section .dnd-section {
  max-width: 640px;
  margin: 0 auto;
  padding: 44px !important;
  padding-top: 0 !important;
}

.contact-form-section .hs_cos_wrapper_type_rich_text p {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 165%;
}

.contact-form-section form fieldset {
  max-width: 100%;
}

.contact-form-section form fieldset.form-columns-2 legend {
  margin-bottom: 8px;
  font-size: 16px;
  padding-top: 4px;
}

.contact-form-section form .field {
  margin-bottom: 16px;
}

.contact-form-section form .input {
  margin-right: 0 !important;
}

.contact-form-section form fieldset .hs_lastname {
  padding-right: 4px;
}

.contact-form-section form fieldset .hs_firstname {
  padding-left: 4px;
}

.contact-form-section form legend {
  font-size: 12.8px;
}

.contact-form-section form .hs-fieldtype-booleancheckbox.field {
  margin-bottom: 12px;
}

.contact-form-section form .hs-richtext.hs-main-font-element p {
  margin: 0;
  font-size: 12.8px;
}

.contact-form-section form textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #546E7A;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0.25rem;
  min-height: 98px;
}

.contact-form-section form .hs-button.primary.large {
  display: block;
  width: 100%;
}

.contact-form-section form .hs_send_file .input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 1rem;
  line-height: 1.25;
  color: #546E7A;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
}

.contact-form-section form fieldset .hs_firstname > label {
  opacity: 0;
}

/* Thankyou */
.thankyou-full-width-section .dnd-section > .row-fluid {
  margin-top: 64px;
  margin-bottom: 120px;
  text-align: center;
}

.thankyou-full-width-section i.icon-check2 {
  display: block;
  text-align: center;
  font-size: 70px;
}

.thankyou-full-width-section i.icon-check2:before {
  content: "\e913";
}

.thankyou-full-width-section p:first-of-type {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.thankyou-full-width-section p:first-of-type br {
  display: none;
}

.thankyou-full-width-section p:last-of-type {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.thankyou-full-width-section a.cst-btn.a-wideButton.transparent {
  margin: 0 auto;
  position: relative;
  color: #82C8E6;
  border: 3px solid #82C8E6;
  background-color: transparent;
  padding: 1em;
  border-radius: 48px;
  text-align: center;
  position: relative;
  max-width: 400px;
  width: 100%;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  right: 6px;
}

.thankyou-full-width-section a.cst-btn.a-wideButton.transparent i.icon-arrow {
  display: none;
}

.thankyou-full-width-section a.cst-btn.a-wideButton.transparent:hover {
  background-color: #82C8E6;
  color: #FFFFFF;
}

.document-section-header .secondary-header {
  margin-bottom: 0;
}

.document-two-column-section .dnd-section > .row-fluid {
  margin-top: 100px;
  margin-bottom: 50px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.document-two-column-section .dnd-section > .row-fluid:before,
.document-two-column-section .dnd-section > .row-fluid:after {
  display: none;
}

.document-two-column-section .span6:first-child {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.document-two-column-section .span6:last-child {
  width: 48%;
  height: 130px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.document-two-column-section .span6 p {
  margin: 0;
}

.document-two-column-section .span6 p a {
  color: #151515;
  border-bottom: solid 1px #151515;
}

.document-two-column-section .span6 > .row-fluid-wrapper {
  display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}

.document-two-column-section .span6 > .row-fluid-wrapper:before {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 30px solid #F6F6F6;
}

.document-two-column-section .span6 div {height: 100%;}

.document-two-column-section .span6:first-child img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.document-two-column-section .span6 .hs_cos_wrapper_type_rich_text {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background-color: #F6F6F6;
}

.document-form-section form .hs-form-field {
  margin-bottom: 30px;
}

.document-form-section form .hs-form-field > label {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #151515;
  padding-bottom: 5px;
}

.document-form-section .hs-form-field > label .hs-form-required {
  color: #CF3939;
  margin-left: 5px;
}

.document-form-section form .input {
  width: 100%;
  padding-bottom: 12px;
  overflow: hidden;
}

.document-form-section form input[type=text],
.document-form-section form input[type=email],
.document-form-section form select,
.document-form-section form textarea {
  border: none;
  font-size: 14px;
  border-radius: 3px;
  margin: 0;
  width: 100%;
  height: 44px;
  padding-left: 32px;
  color: #151515;
  background-color: #F6F6F6;
  font-family: Arial;
}

.document-form-section form textarea {
  border: none;
  font-size: 14px;
  padding-top: 16px;
  border-radius: 3px;
  margin: 0;
  width: 100%;
  height: 120px !important;
  padding-left: 32px;
  color: #151515;
  background-color: #F6F6F6;
  font-family: monospace;
}

.document-form-section form ::placeholder {
  color: #A0A0A0;
  opacity: 0.9;
}

.document-form-section form .hs_message {
  margin-bottom: 0;
}

.document-form-section form .hs_message {
  margin-bottom: 0;
}

.document-form-section form .actions {
  border: none;
  outline: none;
  font-family: inherit;
  -webkit-appearance: button;
  display: block;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5fb8f0), to(#7BDFF8));
  background: linear-gradient(to right, #5fb8f0 0%, #7BDFF8 100%);
  border-radius: 32px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  width: 360px;
  margin: 40px auto 80px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.document-form-section form .actions .hs-button.primary.large {
  font-size: 16px;
  padding: 1.2em 2em;
  transition: none;
  border: none;
  background: transparent;
  margin: 0;
  width: 100%;
  padding-left: 71px;
}

.document-form-section form .actions:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 800%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}

.document-form-section form .actions:hover:after {
  -webkit-animation: ripple 0.8s ease-out forwards;
  animation: ripple 0.8s ease-out forwards;
  background: rgba(255, 255, 255, 0.3);
}

.document-form-section form .actions i.icon-download {
  position: absolute;
  top: 19px;
  left: 72px;
  font-size: 20px;
}

/* About */
.about-full1-section {
  margin-top: 64px;
}

.about-global h2 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin: 0 0 24px;
}

.about-global figure {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin: 64px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-global figure img {
  width: auto;
  max-width: 680px;
  margin: auto;
}

.about-global p {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.about-full3-section .span6 {
  width: 48%;
  margin: 0 8px !important;
}

.about-full4-section .span4 {
  width: 48%;
  margin: 0 8px !important;
  float: none;
  justify-content: inherit !important;
  background-color: #F6F6F6;
}

.about-full6-section strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-full6-section ul {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.about-full6-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0 24px 112px;
  margin: 0 24px;
}

.about-full6-section ul li span {
  background-color: #C7E9F7;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  /* display: block; */
}

.about-full6-section ul li p {
  position: absolute;
  top: 144px;
  font-size: 15px;
  letter-spacing: 0.15em;
  left: 0;
  right: 0;
  margin: 1em 0;
  line-height: 1.5;
}

.about-full6-section ul li span i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
}

.about-full6-section ul li span i.icon-factory {
  font-size: 120px;
  right: 8px;
  height: auto;
  width: auto;
}

.icon-factory:before {
  content: "\e916";
  color: #fff;
}

.icon-store:before {
  content: "\e918";
  color: #fff;
}

.icon-signage:before {
  content: "\e917";
  color: #fff;
}

.about-global.about-full6-section {
  margin-bottom: 120px;
}

.about-full6-section ul li span i.icon-store {
  font-size: 120px;
  right: -8px;
}

.about-full6-section ul li span i.icon-signage {
  font-size: 140px;
  right: 4px;
}

.document-lyt {
  margin-bottom: 0 !important;
}

.document-form-section form select {
  color: #A0A0A0;
  opacity: 0.9;
  background-color: #F6F6F6;
  padding-left: 32px;
}

a.cst-btn.a-wideButton.gradient {
  cursor: pointer !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/* 404 */
.p-error_404 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: block;
  margin-top: 180px;
  margin-bottom: 120px;
  height: auto;
  text-align: center;
}

.p-error_404_header {
  font-size: 2em;
  display: block;
  margin: 0 0 20px 0;
  height: auto;
  font-weight: 500;
}

.p-error_404_header_status {
  font-size: 7.5rem;
  margin: 0 auto;
  line-height: 1.0;
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-error_404_header_en {
  font-size: 1.6rem;
  margin: 0 auto 30px auto;
}

.p-error_404_header_jp {
  font-size: 1.8rem;
  margin: 0 auto;
}

.p-error_404_description {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 40px;
}

.p-error_404 .a-transparentButton {
  color: #82C8E6;
  border: 3px solid #82C8E6;
  background-color: transparent;
  padding: 1em;
  border-radius: 48px;
  text-align: center;
  position: relative;
  max-width: 400px;
  width: 100%;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0 auto;
}

.p-error_404 .a-transparentButton .a-transparentButton_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  margin: auto;
}

.p-error_404 .a-transparentButton i.icon-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 16px;
  font-size: 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.p-error_404 .a-transparentButton > a {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.p-error_404 .a-transparentButton:hover {
  background-color: #82C8E6;
  color: #FFFFFF;
}

.p-error_404 .a-transparentButton:hover i.icon-arrow {
  right: 12px;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

div#particles-js {
  width: 10%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
}

.home-video-section .span5 {
  width: 40%;
  padding-right: 36px;
  justify-content: inherit !important;
}

.home-video-section .span5 h2 {
  text-align: center;
  font-size: 5rem;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: left;
  line-height: 1.2;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.home-video-section .span5 h2 span {
  font-size: 15px;
  letter-spacing: 0.2em;
  text-align: center;
  display: block;
  font-weight: 500;
  margin-bottom: -8px;
  text-align: left;
  line-height: 2.5;
}

.home-video-section .span7 {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  justify-content: inherit !important;
}

.home-lyt {
  margin-bottom: 104px;
}

.p-top_case {
  margin-bottom: 120px;
}

.audience-right-section .hs-responsive-embed {
    max-height: 390px !important;
}

.hs-responsive-embed-inner-wrapper {
    height: 390px;
}





@media (max-width: 1023px) {
  .dnd-section>.row-fluid {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  div[class*="force-full-width-section"] > .row-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cst-breadcrumb .page-center {
    padding-right: 16px;
    padding-left: 16px;
  }
  .integration-image-section {
    margin-top: 83px;
  }
  .ready-lyt,
  .main-lyt {
    margin-top: 56px;
    margin-bottom: 120px;
  }
  .partner-program-section {
    margin-top: 40px;
  }
  .contact-card-section {
    margin-bottom: 80px;
  }
  .l-doubleColumns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px !important;
  }

  .o-pageNavi {
    display: none;
  }

  .l-doubleColumns_right {
    max-width: 100%;
  }

  .audience-right-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .audience-right-section h2[id] {
    margin-top: 42px;
  }

  .audience-right-section ul li::before {
    font-size: 16px;
  }

  .audience-solution-section {
    padding-right: 16px;
    padding-left: 16px;
    overflow-x: hidden;
  }

  .retail-lyt .l-doubleColumns {
    margin-top: 8px !important;
  }

  .classification-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .classification-section p {
    min-width: 50px;
    max-width: 100%;
    font-size: 12px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 4px 5px;
  }

  .recent-post-section {
    padding: 0 16px;
  }

  .retail-partner-company-section {
    padding-right: 16px;
    padding-left: 16px;
    margin: 40px auto 60px auto;
  }

  .retail-partner-company-section a.cst-btn.a-wideButton {
    margin: 20px auto 0 auto;
  }

  .solution-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px !important;
  }

  .solution-wrap .solution-left {
    display: none;
  }

  .solution-wrap .solution-right {
    padding-right: 16px;
    padding-left: 16px;
  }

  .partner-card-section .dnd-section>.row-fluid {
    margin-top: 8px;
    margin-bottom: 64px;
  }

  .partner-program-three-column-section .dnd-section>.row-fluid {
    margin-bottom: 40px;
  }

  .partner-program-three-column-section .dnd-section>.row-fluid h2 {
    margin-top: 32px;
  }

  .partner-program-three-column-section .span4 h3 {
    font-size: 16px;
  }

  .partner-program-three-column-section .dnd-section>.row-fluid .span4 p {
    line-height: 1.7;
  }

  .partner-registration-flow-section .dnd-section>.row-fluid {
    max-width: 1136px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 120px;
  }

  .partner-registration-flow-section .dnd-section>.row-fluid {
    padding: 0 !important;
  }

  .partner-program-one-column-button-section .dnd-section>.row-fluid h2 {
    padding: 0;
    margin-bottom: 16px;
  }

  .partner-program-one-column-button-section .dnd-section>.row-fluid p {
    padding: 0;
    margin-bottom: 0;
  }

  a.cst-btn.a-wideButton.gradient {
    width: 100%;
    margin: auto;
  }

  .service-analysis-section .dnd-section > .row-fluid {
    padding: 0 !important;
  }

  .product-one-column-content-section a.cst-btn.a-wideButton {
    margin-bottom: 80px;
    width: 100%;
  }

  .contact-lyt,
  .thankyou-lyt,
  .document-lyt {
    margin-top: 80px !important;
  }

  .thankyou-lyt .cst-breadcrumb {
    padding: 0 16px;
  }

  .thankyou-full-width-section i.icon-check2 {
    width: 100%;
    margin-bottom: 12px;
  }

  .thankyou-full-width-section p:first-of-type {
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
  }

  .thankyou-full-width-section p:last-of-type {
    width: 100%;
    font-size: 15px;
    margin-bottom: 12px;
  }

  .thankyou-full-width-section a.cst-btn.a-wideButton.transparent {
    max-width: 318.5px;
    right: 0;
  }

  .document-two-column-section .dnd-section>.row-fluid {
    margin-top: 20px;
    margin-bottom: 30px;
    height: auto;
  }

  .document-two-column-section .span6:first-child {
    width: 50%;
    height: auto;
    padding-top: calc(30% - 30px);
    margin: 0 auto;
  }

  .document-form-section form input[type=text],
  .document-form-section form input[type=email],
  .document-form-section form select,
  .document-form-section form textarea {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    font-size: 16px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    width: calc(100/90*100%);
    height: calc(40px / 90 * 100);
  }

  .document-form-section form .hs-form-field>label {
    padding-bottom: 1px;
  }

  .about-full1-section {
    margin-top: 32px;
  }

  .about-global h2 {
    font-size: 18px;
    margin: 0 0 16px;
  }

  .about-global figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 32px auto;
  }

  .about-full3-section .span6 {
    width: 100%;
    margin: 12px 0 !important;
  }

  .about-full4-section .span4 {
    width: 100%;
    margin: 12px 0 !important;
  }

  .about-full5-section p {
    margin-bottom: 12px !important;
  }

  .about-global.about-full6-section {
    margin-bottom: 64px;
  }

  .about-full6-section ul li {
    padding: 0 12px 80px;
  }

  .about-full6-section strong {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.8;
  }

  .p-error_404 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .a-sectionTitle {
    font-size: 40px;
    line-height: 1.3;
  }

  .home-video-section .dnd-section {
    padding-top: 0 !important;
    padding-bottom: 64px !important;
  }

  .home-video-section .dnd-section > .row-fluid {
    display: block !important;
  }

  .home-video-section .span5 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
    text-align: center;
  }

  .home-video-section .span5 h2 {
    padding: 2em 0 0;
    text-align: center;
    line-height: 1.1;
    font-size: 40px;
  }

  .home-video-section .span5 h2 span {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0px;
  }

  .home-video-section .span7 {
    width: 100%;
  }

  .home-video-section .span5 p {
    margin-bottom: 0;
  }

  #particle {
    display: none !important;
  }
  
  .home-lyt {
    margin-bottom: 120px;
  }
  
  .recent-post-section .a-icon_red_case_title {
    font-size: 1.875rem !important;
    letter-spacing: 0.24px;
  }
  
  .audience-right-section .hs-responsive-embed {
    max-width: 100% !important;
    max-height: 700px !important;
  }
  
  .hs-responsive-embed-inner-wrapper {
    padding-top: 30px;
  }
}


@media (max-width: 767px) {
  .retail-partner-company-section h2 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px auto;
  }

  .retail-partner-company-section .span6:first-child {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 60%;
    margin: 0 auto;
    min-height: 0;
  }

  .retail-partner-company-section .span6:last-child {
    width: 100%;
    padding: 0;
  }

  .retail-partner-company-section .span6 p {
    padding-top: 30px;
  }

  .retail-partner-company-section .span6 p span+span {
    padding-left: 80px;
  }

  .partner-program-three-column-section .span4 {
    width: 100%;
    margin-bottom: 16px;
  }

  .partner-program-one-column-section .dnd-section>.row-fluid {
    margin-bottom: 80px;
    font-size: 12px;
    letter-spacing: 0;
  }

  .partner-program-one-column-section .dnd-section>.row-fluid img {
    margin-top: 40px;
    padding: 0;
  }

  .partner-registration-flow-section .dnd-section>.row-fluid {
    margin-bottom: 80px;
  }

  .partner-program-one-column-button-section .dnd-section>.row-fluid {
    margin-bottom: 80px;
    padding: 80px 16px !important;
  }

  .thankyou-full-width-section p:first-of-type br {
    display: none;
  }

  .document-two-column-section .dnd-section>.row-fluid {
    margin-top: 20px;
    margin-bottom: 30px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .document-two-column-section .span6:first-child {
    width: 100%;
    height: auto;
    padding-top: calc(60% - 28px);
    margin: 0 auto;
  }

  .document-two-column-section .span6:last-child {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .document-two-column-section .span6>.row-fluid-wrapper:before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #F6F6F6;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .document-two-column-section .span6:last-child>.row-fluid-wrapper {
    width: 100%;
    position: relative;
  }

  .document-two-column-section .span6 .hs_cos_wrapper_type_rich_text {
    padding: 20px;
    height: auto;
  }

  .document-two-column-section .span6:last-child>.row-fluid-wrapper>.row-fluid {
    margin-top: 45px;
  }

  .document-two-column-section .span6 div {
    height: auto;
  }

  .document-form-section form .actions {
    width: 100%;
  }

  .document-form-section form .actions i.icon-download {
    left: 35%;
  }

  .about-full6-section ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-full6-section ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 24px;
    margin: 0;
  }

  .about-full6-section ul li span {
    width: 120px;
    height: 120px;
  }

  .about-full6-section ul li span i.icon-factory {
    font-size: 96px;
  }

  .about-full6-section ul li p {
    font-size: 14px;
    top: 0;
    left: auto;
    right: 0;
    width: 70%;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }

  .about-full6-section ul li span i.icon-store {
    font-size: 96px;
  }

  .about-full6-section ul li span i.icon-signage {
    font-size: 96px;
    right: 16px;
  }

  .p-error_404 {
    margin-top: 140px;
  }

  .p-error_404 .a-transparentButton {
    max-width: 100%;
  }
  
  .retail-partner-company-section .span6:first-child .row-fluid [class*="span"] {
    min-height: 0;
  }
  
  .retail-partner-company-section .span6:first-child {
    margin: 10px 0 -4px;
  }
}


@media (max-width: 650px) {
  .document-form-section form .actions i.icon-download {
    left: 32%;
  }
}


@media (max-width: 550px) {
  .document-form-section form .actions i.icon-download {
    left: 28%;
  }
}


@media (max-width: 543px) {
  .integration-form-section .dnd-section {
    padding: 16px !important;
  }
  .contact-form-section .dnd-section {
    padding: 0 16px !important;
  }
  .contact-form-section form fieldset .hs_lastname {
    padding-right: 0;
    width: 100% !important;
  }
  .contact-form-section form fieldset .hs_firstname {
    padding-left: 0;
    width: 100% !important;
  }
  .contact-form-section form .input .hs-input {
    width: 100% !important;
  }
  .contact-form-section form fieldset .hs_firstname>label {
    display: none;
  }
}


@media (max-width: 450px) {
  .document-form-section form .actions i.icon-download {
    left: 24%;
  }
}


@media (max-width: 400px) {
  .document-form-section form .actions i.icon-download {
    left: 18%;
  }
}


@media (max-width: 350px) {
  .document-form-section form .actions i.icon-download {
    left: 12.5%;
  }
}













/* Company Logo */
.o-partner_inner_company {
  margin-top: 80px;
}

.o-partner_inner_company_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.o-partner_inner_company_title:after, .o-partner_inner_company_title:before {
  display: block;
  content: '';
  border-bottom: 1px solid #A0A0A0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.o-partner_inner_company_title:before {
  margin-right: 1rem;
}

.o-partner_inner_company_title:after {
  margin-left: 1rem;
}

.o-partner_inner_company_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.o-partner_inner_company_logos_logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 154px;
  height: 54px;
  margin: 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid #F6F6F6;
}

.o-partner_inner_company_logos_logo img {
  width: 100%;
  max-width: 150px !important;
  margin: auto 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
  .o-partner_inner_company_logos {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 0;
  }
}




/* Partner Program */
.a-sectionTitle {
  text-align: center;
  font-size: 5rem;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin-top: 0;
}

.a-sectionTitle_sub {
  font-size: 15px;
  letter-spacing: 0.2em;
  text-align: center;
  display: block;
  font-weight: 500;
  margin-bottom: -8px;
}

.o-partner_inner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 40px;
}

.o-partner_inner_contents_card {
  max-width: 476px;
  width: 100%;
  background-color: #F6F6F6;
}

.o-partner_inner_contents_card_img {
  margin: 0;
}

.o-partner_inner_contents_card_img img {
  width: 100%;
}

.o-partner_inner_contents_card_title {
  text-align: center;
  font-size: 17px;
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 8px;
}

.o-partner_inner_contents_card_text {
  margin: 0 40px;
  padding-bottom: 40px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.7;
}

.a-wideButton {
  background-color: #FFFFFF;
  position: relative;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  background-color: transparent;
  padding: 1em 0;
  border-radius: 48px;
  text-align: center;
  position: relative;
/*   width: 400px; */
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.partner-program-module .a-wideButton {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  color: #82C8E6;
  border: 3px solid #82C8E6;
}

.a-wideButton_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  margin: auto;
}

.a-wideButton_title .icon-arrow {
  position: absolute;
  right: 16px;
  font-size: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.partner-program-module .a-wideButton:hover {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border: 3px solid #82C8E6;
  background-color: #82C8E6;
  color: #FFFFFF;
}

.a-wideButton:hover .icon-arrow {
  right: 12px;
}


@media (max-width: 1023px) {
  .a-sectionTitle {
    font-size: 40px;
    line-height: 1.3;
  }

  .a-sectionTitle_sub {
    margin-bottom: 0px;
  }

  .o-partner_inner_contents_card {
    width: 45%;
    margin-bottom: 16px;
  }

  .o-partner_inner_contents_card_title {
    margin-right: 16px;
    margin-left: 16px;
  }

  .o-partner_inner_contents_card_text {
    margin: 0 16px;
  }

  .a-wideButton {
    width: 100%;
  }
}


@media (max-width: 767px) {
  .o-partner_inner_contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .o-partner_inner_contents_card {
    max-width: 476px;
    width: 100%;
    background-color: #F6F6F6;
  }
}



/* Contact Card */
.m-contact {
  position: relative;
  width: 100%;
  height: 488px;
  background-position: center;
  background-size: cover;
}

.a-mask {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(31, 143, 209, 0.8)), to(rgba(124, 223, 248, 0.8)));
  background: linear-gradient(to right, rgba(31, 143, 209, 0.8) 0%, rgba(124, 223, 248, 0.8) 100%);
}

.m-contact .page-center {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
}

.m-contact_inner_content {
  margin: auto;
}

.m-contact_inner_content_title {
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 25px 0;
}

.m-contact_inner_content .ghost {
  display: none !important;
}

.m-contact_inner_content_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-mailButton .mail {
  position: relative;
  color: #FFFFFF;
  background-color: #FFFFFF;
  padding: 1em 3em;
  border-radius: 54px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 3px solid #FFFFFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  letter-spacing: 0.1em;
  max-width: 100%;
  box-sizing: border-box !important;
  height: 100%;
}

.a-mailButton .mail .a-mailButton_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #82C8E6;
  margin-left: auto;
  margin-right: auto;
}

.a-mailButton .mail .a-mailButton_title .icon-mail {
  padding-right: 1em;
  font-size: 24px;
}

.icon-mail:before {
  content: "\e90b";
}

.a-mailButton .mail .a-mailButton_title .icon-arrow {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: calc(10% - 7.5px);
}

.a-mailButton .mail:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.a-mailButton .mail:hover .a-mailButton_title {
  color: #FFFFFF;
}

.a-mailButton .mail:hover .icon-arrow {
  right: 8%;
  right: calc(8% - 7.5px);
}

.m-contact_inner_content_button .a-mailButton:first-child {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
}

.m-contact_inner_content_button .a-mailButton:last-child {
  width: 34%;
}

.m-contact_inner_content_button .a-mailButton > span {
  width: 100%;
}

.m-contact_inner_content_button .a-mailButton .download {
  position: relative;
  color: #FFFFFF;
  background-color: transparent;
  padding: 1.5em 2em;
  border-radius: 54px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 3px solid #FFFFFF;
  width: 100%;
  letter-spacing: 0.1em;
  box-sizing: border-box !important;
  display: block;
  height: 100%;
}

.a-downloadButton_sub {
  font-size: 15px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4px;
}

.a-downloadButton_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-downloadButton_title .icon-download {
  padding-right: 5px;
  font-size: 22px;
}

.icon-download:before {
  content: "\e90a";
}

.m-contact_inner_content_button .a-mailButton .download:hover {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.m-contact_inner_content_button .a-mailButton .download:hover .a-downloadButton_sub,
.m-contact_inner_content_button .a-mailButton .download:hover .a-downloadButton_title {
  color: #82C8E6;
}


@media (max-width: 1023px) {
  .m-contact {
    background-position: 60%;
  }

  .m-contact .page-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .m-contact_inner_content_title {
    font-size: 2.1rem;
    line-height: 2;
    margin: 17px 0;
  }

  .m-contact_inner_content .ghost {
    display: block !important;
  }

  .m-contact_inner_content_button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .m-contact_inner_content_button .a-mailButton:first-child {
    width: 100%;
    margin-right: 0;
  }

  .a-mailButton .mail {
    margin-right: 0;
    margin-bottom: 24px;
    padding: 3em 0.8em;
    height: auto;
  }

  .a-mailButton .mail .a-mailButton_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .a-mailButton .mail .a-mailButton_title .icon-arrow {
    display: none;
  }

  .m-contact_inner_content_button .a-mailButton:last-child {
    width: 100%;
  }

  .m-contact_inner_content_button .a-mailButton .download {
    padding: 1.2em 0.8em;
  }

  .a-downloadButton_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .a-mailButton .mail .a-mailButton_title .icon-mail {
    padding-right: 0.5em;
  }
}




/* Banner Area */
.a-maskImg_blue {
  width: 100%;
  height: 328px;
  position: relative;
  overflow: hidden;
}

.a-maskImg_blue_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a-maskImg_blue_mask {
  background: rgba(52, 158, 204, 0.75);
  opacity: 0.85;
}

.a-maskImg_blue img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.a-maskImg_blue_header {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #FFFFFF;
}

.a-maskImg_blue_header_title {
  font-size: 40px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: inherit;
}

.a-maskImg_blue_header_sub {
  display: block;
  font-size: 12px;
  opacity: 0.6;
  line-height: 0.6;
  letter-spacing: 0.05rem;
}

.a-maskImg_blue_header_text {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  line-height: 2;
  letter-spacing: 0.08em;
}

.black .a-maskImg_blue_mask {
  background: #000000;
  opacity: 0.7;
}


@media (max-width: 1023px) {
  .a-maskImg_blue {
    width: 100%;
    height: 0;
    padding-top: 67%;
    position: relative;
    overflow: hidden;
  }

  .a-maskImg_blue img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
  }

  .a-maskImg_blue_header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .a-maskImg_blue_header_title {
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-size: 30px;
  }

  .a-maskImg_blue_header_sub {
    line-height: 1.2;
  }

  .a-maskImg_blue_header_text {
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
  }

  .a-maskImg_blue_header_text br {
    display: none;
  }
}


@media (max-width: 767px) {
  .a-maskImg_blue_header_text {
    text-align: left;
  }
}





/* Developer Card */
.o-pageNavi_bottom {
  height: 132px;
  margin: 0;
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.o-pageNavi_bottom_content {
  margin: 12px;
  padding-top: 12px;
  background-color: #FFFFFF;
  width: 100%;
  border-bottom-right-radius: 20px;
  position: relative;
}

.o-pageNavi_bottom_content > a {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.o-pageNavi_bottom_content_small {
  color: #82C8E6;
  display: block;
  font-size: 1.2rem;
  padding-left: 40px;
}

.o-pageNavi_bottom_content_img {
  width: 92%;
}

.o-pageNavi_bottom_content_img img {
  width: 100%;
}

.o-pageNavi_bottom_content .icon-tab {
  font-size: 18px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #82C8E6;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  padding: 16px 0;
  height: 80px;
  position: fixed;
  z-index: 900;
  -webkit-transition: 680ms linear;
  transition: 680ms linear;
  top: 0;
  left: 0;
  right: 0;
}

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

.header .hs-logo {
  position: relative;
  margin: auto 16px;
  margin-left: 0;
}

.header .hs-logo img {
  max-width: 138px;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 1200ms ease-in-out;
  transition: 1200ms ease-in-out;
}

.header .header-menu {
  margin-left: 16px;
}

header.header.lp-header .page-center {
  min-height: 50px;
}



@media (max-width: 1023px) {
  .header {
    height: 56px;
    padding: 0;
  }
  .header .page-center {
    padding-right: 16px;
    padding-left: 16px;
    height: 56px;
  }
  .header .hs-logo img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .header .page-center .header-menu .custom-menu-primary {
    display: none;
  }
  .header .header-menu {
    margin: auto 8px auto auto;
  }
  body.menu-open {
    overflow: hidden;
  }
}



@media (min-width: 1024px) {
  .scrolled .header {
    padding: 4px 0;
    height: 56px;
  }
  .scrolled .header .hs-logo img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer .hs-bottom-footer {
  background-color: #000000;
  line-height: 3;
}

.footer .hs-bottom-footer .page-center {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-footer_bar_inner_copylight {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #979797;
}

.hs-ft-bottom-menu ul {
  margin: 0;
}

.hs-ft-bottom-menu ul li a {
  color: #979797;
  text-decoration: none;
  font-size: 12px;
  margin-right: 2em;
  padding: 0;
}

.hs-ft-bottom-menu ul li a:hover {
  text-decoration: underline;
}

.hs-ft-bottom-menu ul li a .icon-tab {
  display: inline-block;
  margin-left: 0.2em;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tab:before {
  content: "\e911";
}

.hs-top-footer {
  background-color: #151515;
}

.hs-top-footer .page-center {
  width: 100%;
  padding: 24px 0 104px;
  position: relative;
}

.m-footer_inner_topButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #151515;
  -webkit-transform: rotate(-45deg) translateY(-40%);
  transform: rotate(-45deg) translateY(-40%);
}

.m-footer_inner_topButton a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-footer_inner_topButton .icon-small-arrow {
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 16px 16px;
}

.icon-small-arrow:before {
  content: "\e908";
  color: #fff;
}

.m-footer_inner_title {
  position: relative;
  margin: 16px 0;
}

.m-footer_inner_title img {
  max-width: 138px;
  height: auto;
  display: block;
}

.m-footer_inner_title > a {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.m-footer_inner_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-footer_inner_nav_list {
  padding-right: 60px;
}

.m-footer_inner_button {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 268px;
}

.a-arrowButton {
  position: relative;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5fb8f0), to(#7BDFF8));
  background: linear-gradient(to right, #5fb8f0 0%, #7BDFF8 100%);
  padding: 1.3em 3em;
  border-radius: 48px;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.m-footer_inner_button .a-arrowButton {
  padding: 1em 0;
}

.a-arrowButton_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
}

.a-arrowButton > a {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.a-arrowButton_title .icon-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: scale(0.7) translateY(-50%);
  transform: scale(0.7) translateY(-50%);
  font-size: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-arrow:before {
  content: "\e900";
}

.a-arrowButton:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 800%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}

.a-arrowButton:hover:after {
  -webkit-animation: ripple 0.8s ease-out forwards;
  animation: ripple 0.8s ease-out forwards;
  background: rgba(255, 255, 255, 0.3);
}

@keyframes ripple {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.a-arrowButton:hover .a-arrowButton_title .icon-arrow {
  right: 4px;
}

.m-footer_inner_nav_list .hs-menu-wrapper > ul {
  margin: 0;
  display: block;
}

.m-footer_inner_nav_list .hs-menu-wrapper > ul > li {
  font-size: 13px;
  line-height: 3.5;
  display: block;
  width: 100%;
}

.m-footer_inner_nav_list .hs-menu-wrapper > ul > li > a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0;
}

.m-footer_inner_nav_list .hs-menu-wrapper > ul > li > a:hover,
.m-footer_inner_nav_list .hs-menu-wrapper > ul ul li a:hover {
  text-decoration: underline;
}

.m-footer_inner_nav_list .hs-menu-wrapper > ul > li > a:hover .icon-pulldown {
  left: 3px;
}

.m-footer_inner_nav_list .hs-menu-wrapper > ul > li .icon-pulldown {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0.5) rotate(-90deg);
  transform: scale(0.5) rotate(-90deg);
  color: #FFFFFF;
}

.icon-pulldown:before {
  content: "\e90f";
}

.m-footer_inner_nav_list .hs-menu-wrapper > ul ul {
  display: block;
  font-size: 12px;
  line-height: 2;
  color: #FFFFFF;
  padding-left: 24px;
  padding-bottom: 24px;
}

.m-footer_inner_nav_list .hs-menu-wrapper > ul ul li {
  display: block;
  width: 100%;
}

.m-footer_inner_nav_list .hs-menu-wrapper > ul ul li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0;
  display: inline;
}

.m-footer_inner_nav_list .icon-tab {
  display: inline-block;
  margin-left: 5px;
  color: #FFFFFF;
}

.m-footer_inner_nav_list_sp {
  display: none;
}



@media (max-width: 1023px) {
  .footer .hs-bottom-footer .page-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .m-footer_bar_inner_copylight {
    margin: auto;
  }

  .hs-ft-bottom-menu {
    display: none;
  }

  .hs-top-footer .page-center {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .m-footer_inner_nav {
    display: block;
  }

  .m-footer_inner_nav_list {
    padding-right: 0;
  }

  .m-footer_inner_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-footer_inner_button .a-arrowButton {
    width: 100%;
    max-width: 100%;
    padding: 1.5em 0;
  }

  .m-footer_inner_nav_list .hs-menu-wrapper>ul>li {
    line-height: 5;
  }

  .m-footer_inner_nav_list .hs-menu-wrapper>ul>li:after {
    content: '';
    display: block;
    position: relative;
    border-bottom: 1px solid #333333;
    left: -16px;
    width: calc(100vw - 17px);
  }

  .m-footer_inner_nav_list_sp {
    display: block;
    line-height: 3;
    padding: 24px;
  }

  .m-footer_inner_nav_list_sp .hs-menu-wrapper ul li {
    display: block;
    width: 100%;
  }

  .m-footer_inner_nav_list_sp .hs-menu-wrapper ul li a {
    color: #979797;
    text-decoration: none;
    font-size: 12px;
    margin-right: 2em;
  }

  .m-footer_inner_nav_list_sp .hs-menu-wrapper ul li a .icon-tab {
    margin-left: 2px;
  }

  .m-footer_inner_nav_list_sp .hs-menu-wrapper ul {
    margin: 0 !important;
  }

  .m-footer_inner_title {
    padding-right: 16px;
    padding-left: 16px;
  }

  .m-footer_inner_nav {
    padding-right: 16px;
    padding-left: 16px;
    overflow-x: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}
.m-breadcrumb {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  height: 30px;
  font-size: 12px;
}
.m-breadcrumb_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-breadcrumb_ul_li {
  line-height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.m-breadcrumb_ul_li:last-child {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.m-breadcrumb a,.m-breadcrumb a:hover {
  color: #979797;
}
.m-breadcrumb_ul_li_link {
  text-decoration: underline;
}
.m-breadcrumb_ul_li_link:hover {
  text-decoration: none;
}
.m-breadcrumb_ul_li:after {
  display: inline-block;
  font-family: 'icomoon';
  content: '\e90f';
  color: #979797;
  -webkit-transform: rotate(-90deg) scale(0.5);
  transform: rotate(-90deg) scale(0.5);
  position: relative;
  top: 1px;
  text-decoration: inherit;
  vertical-align: inherit;
}
.m-breadcrumb_ul_li:last-child .m-breadcrumb_ul_li_link {
  text-decoration: none;
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
}
.m-breadcrumb_ul_li:last-child:after{
  content:none;
}
.blog-listing-container {
  overflow:hidden;
  margin-top: 64px !important;
}
.blog-sidebar {
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  width: 100%;
  max-width: 320px;
  float: left;
}
.blog-content{
  width: 100%;
  max-width: 670px;
  float: right;
}
.blog-sidebar-inner {
  height: auto;
  background-color: #F6F6F6;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  overflow: hidden;
}
.sidebar-search {
  padding: 40px 40px 40px 50px;
}
.sidebar-search .hs-search-field__bar form {
  position: relative;
}
.sidebar-search ul.hs-search-field__suggestions li {
  padding: 5px;
}
h2.m-search_results_title {
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 24px;
  width: auto;
  max-width: 600px;
}
.m-search_results_title_strong {
  color: #82C8E6;
  font-size: 17px;
  letter-spacing: 0.2rem;
}
b, strong {
  font-weight: bolder;
}
.post-listing {
  margin: 0 auto;
  list-style-type: none;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 72px;
}
.post-item {
  margin: 0 auto;
  margin-bottom: 20px;
}
.m-card_casestudy {
  display: inline-block;
  background-color: #FFFFFF;
}
.m-card_casestudy_inner {
  width: 304px;
  height: auto;
  padding-top: 60%;
  padding: 12px;
  padding-bottom: 24px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  border-bottom: solid 4px rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  background-color: #FFFFFF;
}
.m-card_casestudy_inner_topper {
  height: auto;
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border: 1px solid #f6f6f6;
}
.m-card_casestudy_inner_topper_imagebox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-card_casestudy_inner_main {
  width: 100%;
  padding: 20px 5px;
  position: relative;
}
.a-icon_red, .a-icon_orange {
  height: 80px;
  width: 80px;
  margin: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-card_casestudy_inner_main .a-icon_red, .m-card_casestudy_inner_main .a-icon_orange {
  position: absolute;
  top: 0%;
  right: 40px;
  -webkit-transform: translate(50%, -50%) scale(0.9);
  transform: translate(50%, -50%) scale(0.9);
}
.a-icon_red_case, .a-icon_orange_case {
  border-radius: 50%;
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0;
}
.a-icon_red_case {
  border: solid 3px #CF3939;
  color: #CF3939 !important;
}
.a-icon_red_case::before, .a-icon_orange_case::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -4px;
  margin-top: 0px;
  border: 8px solid transparent;
  border-left-width: 10px;
  border-left-style: solid;
  z-index: 0;
  -webkit-transform: rotate(133deg);
  transform: rotate(133deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: inherit;
  vertical-align: inherit;
}
.a-icon_red_case::before {
  border-left-color: #CF3939;
}
.a-icon_red_case_title, .a-icon_orange_case_title {
  position: absolute;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.a-icon_red_case_title {
  color: #CF3939;
}
.a-icon_red_case_title:before, .a-icon_orange_case_title:before {
  content: "・・";
  position: absolute;
  text-align: center;
  font-size: 1.5rem;
  margin: 0;
  top: -10%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.a-icon_red_case_title:before {
  color: #CF3939;
}
.m-card_casestudy_inner_main_logobox {
  width: 150px;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.m-card_casestudy_inner_main_logobox_inner {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.m-card_casestudy_inner_main_vender {
  color: #151515;
  display: block;
  margin: 10px 0;
  overflow: hidden;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  overflow-y: hidden;
  height: 39px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-card_casestudy_inner_main_description {
  color: #151515;
  display: block;
  font-size: 17px;
  line-height: 1.5;
  overflow-y: hidden;
  height: 51px;
  margin: 10px 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m-card_casestudy_inner_main_bottom_classification {
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  height: 142px;
  overflow: hidden;
  margin: 0 0 12px 0;
}
.a-classification {
  display: inline-block;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  height: auto;
  line-height: 1.8;
  font-size: 13px;
  border-radius: 25px;
  color: #151515;
  background-color: #E5E5E5;
  padding: 0 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-card_casestudy_inner_main_bottom_classification .a-classification {
  margin: 5px 8px 5px 0px;
}
.m-card_casestudy_inner .icon-arrow {
  font-size: 10px;
  position: absolute;
  bottom: 4%;
  right: 11%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  color: #979797;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.icon-arrow:before {
  content: "\e900";
}
.m-card_casestudy_inner:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: solid 4px #82C8E6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-card_casestudy_inner:hover .icon-arrow {
  position: absolute;
  right: 9%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.a-icon_red_case::after, .a-icon_orange_case::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -1px;
  margin-top: 0px;
  border: 8px solid transparent;
  border-left: 10px solid #FFFFFF;
  z-index: 0;
  -webkit-transform: rotate(133deg);
  transform: rotate(133deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post-item button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}
.post-item.blank {
  min-width: 300px;
  height: 0;
  margin-bottom: 0;
}
.blog-sidebar .hs-search-field {
  background-color: #E5E5E5;
  border-radius: 3px;
  padding: 0;
  margin: 4px 0px 24px;
  position: relative;
}
.blog-sidebar input.hs-search-field__input {
  border: none;
  background-color: #E5E5E5;
  font-size: 14px;
  padding-left: 1em;
  border-radius: 3px;
  color: #A0A0A0;
  margin: 0;
  width: 100%;
  height: 4.4rem;
  color: #151515;
  display: inline-block;
  width: calc(100% - 40px);
  font-weight: 700;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  font-family: inherit;
}
input.hs-search-field__input::placeholder {
  color: #A0A0A0;
}
input.hs-search-field__input::-webkit-input-placeholder {
  color: #A0A0A0;
}
input.hs-search-field__input::-webkit-input-placeholder {
  opacity: 0.54;
}
button.search-submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 40px;
  height: 40px;
  margin: 0 0 0 auto;
}
button.search-submit label {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #979797;
  font-size: 16px;
}
.icon-search:before {
  content: "\e910";
}
button.search-submit label:after {
  content: "";
  position: absolute;
  height: 90%;
  width: 40px;
  border-left: 1px solid #FFFFFF;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hs-blog-listing .body-container-wrapper {
  margin-bottom: 120px;
}
.hs-blog-post .body-container-wrapper {
  margin-bottom: 16px;
}
.blog-post-container {
  max-width: 800px;
  width: 100%;
  margin: auto;
  width: 100%;
  padding: 0;
  margin-top: 32px;
}
.o-topper_casestudy_inner_header {
  width: auto;
  line-height: 20px;
  padding: 8px 0px 18px;
  overflow: hidden;
}
.o-topper_casestudy_inner_header h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.o-topper_casestudy_inner_header_main_vender {
  display: block;
  line-height: 1.5;
  font-size: 17px;
  margin: 0;
  margin-bottom: 14px;
  font-weight: 500;
}
.o-topper_casestudy_inner_header_main_title {
  display: block;
  height: 100%;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  margin-bottom: 8px;
}
.o-topper_casestudy_inner_header .m-classificationBox {
  margin-bottom: 13px;
}
.m-classificationBox .a-classification {
  margin: 5px 6px 5px 0;
}

.m-snsBar {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.hs-blog-social-share {
  height: auto;
}
ul.hs-blog-social-share-list {
  margin: 0;
}
.hs-blog-social-share .hs-blog-social-share-item .twitter-share-button {
  vertical-align: top;
}
.o-topper_casestudy_inner_image {
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
.o-topper_casestudy_inner_image_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.blog-post__body p {
  font-size: 15px;
  line-height: 2.0;
  margin: 1.8em 0;
  letter-spacing: 0.1em;
  color: #151515;
}
.blog-post__body h4 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-top: 48px;
  line-height: 2.0;
  letter-spacing:1.5px;
}
.blog-post__body hr {
  height: 1px;
  width: 100%;
  background-color: #E5E5E5;
  border: none;
}
.blog-post__body blockquote{
  border:none;
}
.blog-post__body {
  line-height: 2.0;
  letter-spacing: 0.1em;
  color: #151515;
}
.o-card_company_information {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin: 160px auto 0;
}
.o-card_company_information_inner_header_title {
  display: block;
  margin: 0px auto 20px auto;
  font-size: 22px;
  letter-spacing: 0.4rem;
  line-height: 2.2rem;
  min-height: 2.2rem;
  border-left: solid 5px #151515;
}
.o-card_company_information_inner_header_title::before {
  content: '\00A0';
}
.o-card_company_information_inner_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.o-card_company_information_inner_main_left {
  display: inline-block;
  height: 320px;
  width: 320px;
  overflow: hidden;
  position: relative;
}
.o-card_company_information_inner_main_left_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.o-card_company_information_inner_main_right {
  display: inline-block;
  width: calc(100% - 320px);
  padding: 0 0 0 40px;
}
.o-card_company_information_inner_main_right_description {
  font-size: 15px;
  line-height: 2;
  overflow: hidden;
  margin-bottom: 30px;
}
.o-card_company_information_inner_main_right_definition {
  font-size: 13px;
  line-height: 2;
  margin: 0;
  font-style: normal;
}
.o-card_company_information_inner_main_right_definition_question {
  float: left;
}
.o-card_company_information_inner_main_right_definition_answer {
  margin-left: 100px;
}
.o-card_company_information_inner_main_right_definition_answer a {
  text-decoration: underline;
}
.o-card_company_information .a-arrowButton_partner {
  display: block;
  margin: 60px auto 0 auto;
  width: 80%;
}
.a-arrowButton_partner {
  position: relative;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#5fb8f0), to(#7BDFF8));
  background: linear-gradient(to right, #5fb8f0 0%, #7BDFF8 100%);
  padding: 1em;
  border-radius: 40px;
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.a-arrowButton_partner_title {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.a-arrowButton_partner > a {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.a-arrowButton_partner:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 800%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}
.a-arrowButton_partner_title_main {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}
.a-arrowButton_partner_title_sub {
  display: block;
  font-size: 13px;
}
.a-arrowButton_partner:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#7BDFF8), to(#5fb8f0));
  background: linear-gradient(to bottom right, #7BDFF8 0%, #5fb8f0 100%);
}
.icon-tab:before {
  content: "\e911";
}
.a-arrowButton_partner:hover:after {
  -webkit-animation: ripple 0.8s ease-out forwards;
  animation: ripple 0.8s ease-out forwards;
  background: rgba(255, 255, 255, 0.3);
}

.o-card_company_information .a-wideButton_prev {
  display: block;
  margin: 60px auto 0 auto;
}
.a-wideButton_prev {
  position: relative;
  color: #82C8E6;
  border: 3px solid #82C8E6;
  background-color: transparent;
  padding: 1em 0;
  border-radius: 48px;
  text-align: center;
  position: relative;
  width: 400px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.a-wideButton_prev_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
}
.a-wideButton_prev .icon-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 24px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 10px;
  height: 100%;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.icon-arrow:before {
  content: "\e900";
}
.a-wideButton_prev > a {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.a-wideButton_prev:hover {
  background-color: #82C8E6;
  color: #FFFFFF;
}
.a-wideButton_prev:hover .icon-arrow {
  left: 20px;
}

.a-wideButton_prev {
  margin: 60px auto 160px;
}
.related-post-wrapper {
  margin-bottom: 140px;
}
.o-card_list_related_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-card_list_related_title:after, .o-card_list_related_title:before {
  display: block;
  content: '';
  border-bottom: 1px solid #A0A0A0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.o-card_list_related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style:none;
  padding:0;
}


.blog-post__body blockquote:not(:empty){
  font-size: 1.4rem;
  background-color: #DCF2FB;
  margin: 40px 0px 45px 0px;
  padding: 8px 0;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  color: #82C8E6;
  letter-spacing: 0.03rem;
}
.blog-post__body blockquote p {
  display: inline-block;
  margin: 0 0 0 20px;
  min-width: 129px;
  letter-spacing: 0.03rem;
  color: inherit;
  font-size: 1.4rem;
}
.blog-post__body blockquote br {
  display: none;
}
.blog-post__body blockquote i{
  display: inline-block;
  margin: 0 20px;
  color: #FFFFFF;
  border-right: 3px solid #FFFFFF;
  height: 24px;
  border-radius: 48px;
}
.blog-post__body blockquote ul{
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
  width: auto;
}
.blog-post__body blockquote ul li{
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
}

.blog-post__body figure {
  margin: calc(1.8em + 5px) auto;
  display: block;
  float: none;
  vertical-align: top;
  position: relative;
  max-width: 100%;
  text-align: center;
}
.blog-post__body figure img {
  display: block;
  margin: auto;
  width: 100%;
}
.blog-post__body figcaption{
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #979797;
  opacity: 1;
}

.news-listing .post-item {
  margin: 0;
  width:100% !important;
}
.news-listing .post-listing {
  margin:0;
  margin-bottom: 72px;
  padding-top: 24px;
  display: block;
}
.m-card_news_regular, .m-card_news_wide {
  display: block;
  height: auto;
  width: auto;
  position: relative;
  border-bottom: solid 1px #E5E5E5;
  background-color: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #151515 !important;
  text-decoration: none;
}
.m-card_news_regular {
  padding: 20px 5px 30px 5px;
}
.m-card_news_regular_header_date, .m-card_news_wide_header_date {
  display: inline-block;
  margin: 0;
  color: #A0A0A0;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.m-card_news_regular_main {
  min-height: 4.0rem;
}
.m-card_news_regular_main_description, .m-card_news_wide_main_description {
  font-size: 15px;
  line-height: 1.6;
  overflow-y: hidden;
  height: 48px;
  letter-spacing: 0.1em;
  margin: 0;
  margin-top: 4px;
}
.m-card_news_regular_main_description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-card_news_regular .icon-arrow, .m-card_news_wide .icon-arrow {
  display: block;
  position: absolute;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  color: #A0A0A0;
  font-size: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-card_news_regular .icon-arrow {
  bottom: 20px;
  right: 28px;
}
.m-card_news_regular:hover, .m-card_news_wide:hover {
  background-color: #F6F6F6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-card_news_regular:hover .icon-arrow {
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-listing-container.page-center.news-listing {
  margin-top: 0 !important;
}
.p-news_detail_main_title {
  max-width: 800px;
  width: 100%;
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  margin: 40px auto;
}
.p-news_detail_main_title_date {
  display: block;
  font-size: 0.6em;
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.blog-post-container.news-post-container .blog-post__body {
  margin-top: 104px;
}
.blog-post__body  a:visited {
  color: #82C8E6;
  text-decoration: underline;
}
.a-wideButton_prev.news-prev {
  margin: 90px auto 100px;
}
.post-pagination {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 80px;
}
.m-news_move_button_topper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 24px;
}
.m-news_move_button_topper_prev {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  width: 90px;
  margin: 0;
}
.m-news_move_button_topper_line {
  display: inline-block;
  width: calc(100% - 220px);
  border-bottom: solid 0.5px #A0A0A0;
  height: 50%;
}
.m-news_move_button_topper_next {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  width: 90px;
  margin: 0;
  text-align: right;
}
.m-news_move_button_main {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-news_move_button_main_prev {
  display: inline-block;
  width: 50%;
  padding: 40px 16px;
  height: 90%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.m-news_move_button_main_separator {
  border: solid 0.5px #A0A0A0;
  height: 80%;
}
.m-news_move_button_main_next {
  display: inline-block;
  width: 50%;
  padding: 40px 16px;
  height: 90%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.m-news_move_button_main_prev_date {
  color: #A0A0A0;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.m-news_move_button_main_prev_title {
  color: #151515;
  font-size: 15px;
  line-height: 2.0;
  height: 6.0rem;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-news_move_button_main_prev .icon-arrow {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-align: right;
  margin-left: 8px;
  line-height: 2.0;
  font-size: 15px;
  color: #A0A0A0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.m-news_move_button_main_next_date {
  color: #A0A0A0;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.m-news_move_button_main_next_title {
  color: #151515;
  font-size: 15px;
  line-height: 2.0;
  height: 6.0rem;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-news_move_button_main_next .icon-arrow {
  display: block;
  text-align: right;
  margin-right: 8px;
  line-height: 2.0;
  font-size: 15px;
  color: #A0A0A0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.m-news_move_button_main_prev:hover {
  background-color: #F6F6F6;
}
.m-news_move_button_main_prev:hover .icon-arrow {
  margin-left: 4px;
}
.m-news_move_button_main_next:hover {
  background-color: #F6F6F6;
}
.m-news_move_button_main_next:hover .icon-arrow {
  margin-right: 4px;
}
.hs-blog-post .body-container-wrapper.news-body-container {
  margin-bottom: 120px;
}

.o-card_company_information_inner_main_right_definition_answer a {
  color: #82C8E6 !important;
}

.blog-post-container.news-post-container .blog-post__body a {
  text-decoration: underline;
}

.blog-post-container.news-post-container .blog-post__body a:hover {
  text-decoration: none;
}

.news-post-container .hs-blog-social-share .hs-blog-social-share-list {
  line-height: 0;
}




/*=========================Responnsive Style====================*/




@media screen and (min-width: 768px){
  .m-card_casestudy_inner:hover .a-icon_red_case {
    background-color: #CF3939;
    border: solid 3px #CF3939;
    color: #CF3939 !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .m-card_casestudy_inner:hover .a-icon_red_case::before {
    border-left-color: #CF3939;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .m-card_casestudy_inner:hover .a-icon_red_case_title {
    color: #FFFFFF;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .m-card_casestudy_inner:hover .a-icon_red_case_title:before {
    content: "・・";
    color: #FFFFFF;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .m-card_casestudy_inner:hover .a-icon_red_case::after {
    border: 8px solid transparent;
    border-left-color: #CF3939;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .m-card_casestudy_inner:hover .a-icon_red_case::after {
    border: 8px solid transparent;
    border-left-color: #CF3939;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}





@media screen and (max-width: 1023px){

  .body-container-wrapper {
    margin-top: 56px;
  }
  .blog-sidebar .o-pageNavi_bottom {
    display: none;
  }
  .blog-sidebar {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .sidebar-search {
    padding: 24px 16px 12px 16px;
  }
  .blog-sidebar-inner {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .blog-sidebar input.hs-search-field__input {
    height: calc(40px / 90*100);
  }
  .blog-content {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .m-card_casestudy {
    height: 100%;
    width: 100%;
    min-width: 100%;
  }
  .m-breadcrumb {
    padding-right: 16px;
    padding-left: 16px;
  }
  .blog-listing-container {
    margin-top: 32px !important;
  }
  .blog-content {
    padding-left: 16px;
    padding-right: 16px;
  }
h2{
  line-height: 160%;
  font-size: 160%;
  color: #151515;
  font-weight: 900;
  text-align: left;
  margin: auto;
  padding: auto;
}
  .m-card_casestudy_inner_topper {
    display: block;
    width: 100%;
    padding-top: 60%;
    margin: 0 auto;
  } 
  .m-card_casestudy_inner_main_bottom_classification .a-classification {
    margin: 4px 10px 4px 0px;
  }
  .a-classification {
    min-width: 50px;
    max-width: 100%;
    font-size: 12px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hs-blog-listing .partner-program-module,.hs-blog-listing .o-partner_inner_company,
  .hs-blog-post .partner-program-module,.hs-blog-post .o-partner_inner_company{
    padding-left: 16px;
    padding-right: 16px;
  }
  .hs-blog-post main.body-container-wrapper {
    margin-top: 80px;
  }
  .blog-post-container {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 90px;
  }
  .blog-post-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .o-card_company_information {
    margin: 40px auto 0 auto;
  }
  .o-card_company_information {
    padding-right: 16px;
    padding-left: 16px;
  }
  .o-card_company_information_inner_header_title {
    display: block;
    margin: 0px auto 20px auto;
    font-size: 22px;
    letter-spacing: 0.4rem;
    line-height: 2.2rem;
    min-height: 2.2rem;
    border-left: solid 5px #151515;
  }
  .o-card_company_information .a-arrowButton_partner {
    margin: 20px auto 0 auto;
  }
  .a-arrowButton_partner_title_sub {
    display: none;
  } 
  .a-wideButton_prev {
    margin: 20px auto 60px auto;
  }
  .o-card_list_related_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .related-post-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 40px;
  }
  .o-card_list_related_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  .a-arrowButton_partner {
    padding: 1em 2em;
  }
  .blog-post__body blockquote br {
    display: block;
  }
  .blog-post__body blockquote p {
    margin: 0 0 0 10px;
    min-width: 52px;
  }
  .blog-post__body blockquote:not(:empty){
    margin: 10px 0px 10px 0px;
  }
  .blog-post__body blockquote i {
    margin: 0 10px;
  }
  .news-blog-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .a-wideButton_prev.news-prev {
    width: 100%;
    padding: 1em 4em;
  }
  .post-pagination,.news-prev-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .m-news_move_button_topper_line {
    width: calc(100% - 170px);
  }
  .m-news_move_button_main {
    height: 130px;
  }
  .m-news_move_button_main_prev {
    padding: 20px 0;
    padding-right: 5px;
  }
  .m-news_move_button_main_prev_title {
    height: 4.0em;
  }
  .m-news_move_button_main_next {
    padding: 20px 0;
    padding-left: 5px;
  }
  .m-news_move_button_main_next_title {
    height: 4.0em;
  }
  .a-icon_red_case_title, .a-icon_orange_case_title {
    font-size: 1.875rem;
  }
  .hs-blog-post .m-classificationBox .a-classification {
    margin: 4px 5px;
  }
  .o-topper_casestudy_inner_header .m-classificationBox {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px){
  .post-item {
    width: 45%;
  }
  .m-card_casestudy_inner {
    height: auto;
    width: 100%;
    padding: 10px 10px 15px 10px;
  }
  .blog-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  h2.m-search_results_title {
    margin: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 5px;
  }
  .post-item.blank {
    min-width: 45%;
  }
  .o-card_list_related_list_cassette {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .o-card_list_related_list .post-item {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width:767px){

  .post-item {
    max-width: 100%;
    width: 100%;
  }
  .m-card_casestudy_inner {
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 10px 10px 15px 10px;
  }
  .o-card_company_information_inner_main {
    display: block;
  }
  .o-card_company_information_inner_main_left {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 60%;
    margin: 0 auto;
  }
  .o-card_company_information_inner_main_right {
    width: 100%;
    padding: 0;
  }
  .o-card_company_information_inner_main_right_definition_answer {
    margin-left: 80px;
  }
  .o-card_company_information_inner_header_title {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .o-card_company_information .a-arrowButton_partner {
    width: 100%;
    max-width: 100%;
  }
  .o-card_list_related_list .post-item {
    width: 100%;
    margin-bottom:0;
  }
  .a-wideButton_prev {
    max-width: 420px;
    width: calc(100% - 20px);
  }
  .hs-blog-post .m-classificationBox .a-classification {
    float: left;
  }
  .hs-blog-post .m-classificationBox:after {
    content: '';
    display: table;
    clear: both;
  }
  .o-topper_casestudy_inner_header .m-classificationBox {
    margin-bottom: 8px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 20rem;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 30px 0 50px;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.body-container-wrapper.system .content-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.systems-page input[type="password"] {
  height: auto !important;
}

.systems-page form {
  max-width: 500px;
}

.systems-page form .hs-input {
  width: 100% !important;
}

p.header {
  padding: 0 !important;
  position: static;
  transition: none;
  height: auto !important;
}

form#email-prefs-form {
  max-width: 100%;
}

.form-container .hs-form-field {
  margin-bottom: 18px;
}

.form-container ul.no-list.hs-error-msgs {
  padding: 0;
}

.systems-page #email-prefs-form .hs-input {
  max-width: 550px !important;
}

.systems-page form .hs-input[type=checkbox],
.systems-page form .hs-input[type=radio] {
  width: auto !important;
}

@media (max-width: 767px) {
  .systems-page form {
    max-width: 100%;
  }
  .systems-page #email-prefs-form .hs-input {
    max-width: 100% !important;
  }
}

.lp-footer .hs-ft-bottom-menu {
  opacity: 0;
  visibility: hidden;
}