


















































/* ******************************************************************************
*********************************************************************************
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;
  max-width: 100%;
}

/* 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: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(//5882263.fs1.hubspotusercontent-na1.net/hubfs/5882263/Enterprise-Matcher_July2020/font/fa-solid-900.eot) format("embedded-opentype"),
    url(//5882263.fs1.hubspotusercontent-na1.net/hubfs/5882263/raw_assets/public/LP_20210820/fonts/fa-solid-900.woff) format("woff"),
    url(//5882263.fs1.hubspotusercontent-na1.net/hubfs/5882263/raw_assets/public/LP_20210820/fonts/fa-solid-900.ttf) format("truetype");
}
.fa,.far,.fas {
  font-family: "Font Awesome 5 Free"
}
.fa,.fas {
  font-weight: 900
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

html {
  font-size: 100%;
}

body {
  line-height: 1.5;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif !important;
  font-size: 1rem;
  color: #3f4852 !important;
}

span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif !important;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif !important;
}

pre {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif !important;
  color: #3f4852 !important;
}

div {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif !important;
}
/* Anchor Links */
a {
  text-decoration: underline;
  outline: none;
  color: #29A570;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif !important;
}
a:hover, a:focus {
  /*   text-decoration: underline; */
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif !important;
  color: #3f4852;
  word-break: break-word;
}

@media(min-width: 768px){
  .pc_hidden{
    display: none;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media(max-width: 767px){
  .sp_hidden{
    display: none;
  }
  h1 {
    font-size: 24px;
    line-height: 1.2;
  }

  h2 {
    font-size: 16px;
    line-height: 1.2;
  }
  h3 {
    font-size: 14px;
    line-height: 1.5;
  }
}


span.under::after{
  content:"";
  display:block;
  width: 40px;
  height: 6px;
  background-color: #4aa574;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

blockquote {
  line-height: 1.5rem;
  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: auto;
  /*outline-color: green;*/
}

.disable-focus-styles :focus {
  outline: none;
}
.banner-section .span12 {
  min-height: 0;
}
.body-wrapper {
  background-color: #fafafa;
}
body.mobile-open {
  overflow: hidden;
}

/*  フェードイン　*/
.fadein.left {
  opacity : 0;
  transform : translateX(-50px) translateY(10px);
  transition : all 1.5s;
}
.fadein.right {
  opacity : 0;
  transform : translateX(50px) translateY(10px);
  transition : all 1.5s;
}
.fadein.bottom {
  opacity : 0;
  transform : translateY(50px);
  transition : all 1.5s;
}
.load-fadein.bottom {
  opacity : 0;
  transform : translateY(50px);
  transition : all 1.5s;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
.load-fadein.load-scrollin {
  opacity : 1;
  transform : translate(0, 0);
}





















































h3.form-title {
  padding: 5px 10px;
  margin-bottom: 0px;
}
form {
  border: 1px solid transparent;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif;
  font-size: 16px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 20px;
  width: 100%;
}
.hs_submit {
  text-align: center;
}
.hs_recaptcha {
  display: none;
}
.hs-button {
  border-radius: 78px;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  box-shadow: 2px 4px #3c7c5a;
  background-color: #4aa574;
  color: #fff;
  font-weight: bold;
  border: 1px solid #4aa574;
  margin: 0 auto;
  line-height: 1;
  outline: none;
}

/* .hs-button:hover, .hs-button:focus {
background-color: #227d4c;
border-color: #227d4c;

color: #fff;
} */

.hs-button:active {
  box-shadow: none;
}


.hs-form label {
  display: block;
  padding-bottom: 10px;
  color: #3f4852;
  font-weight: bold;
  font-size: 16px;
  display: flex;
}
.hs-form .hs-error-msgs label {
  padding: 3px 0;
  line-height: 1.5;
  color: #f2545b;
}

input#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;  
  background-color: #fafafa;
  border: 1px solid transparent;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  color: #3f4852;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif;
  border-radius: 8px;
}

input.email-edit.hs-input {
  width: 100% !important;
}
input#hs-pwd-widget-password {
  height: 100% !important; 
}

.hs-input[type=radio]{
  display: none;
}
.hs-form-radio-display{
  margin-bottom: 19px;
}
.hs-form-radio-display span::before{
  content: '';
  width: 20px;
  height: 20px;
  background-color: #F4F4F4;
  border-radius: 50px;
  display: inline-block;
  margin-right: 8px;
}
.hs-input[type=radio]:checked + span::before{
  content: '';
  width: 20px;
  height: 20px;
  background-color: #4aa574;
  border-radius: 50px;
  display: inline-block;
  margin-right: 8px;
  border: solid 5px #F4F4F4;
}

.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;
  min-height: 240px;
  resize: none;
}

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: #c87872;
}
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: #b9554d;
}

.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 {
  display: flex;
  align-items: center;
}

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

.field {
  margin-bottom: 24px;
}

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

.hs-form-required {
  color: transparent;
  align-items: center;
  display: flex;
}
.hs-form-required #text{
  width: 4px;
}
.hs-form-required::before {
  content: "必須";
  font-size: 10px;
  color: #fff;
  background: #db5050;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: bold;
  line-height: 1;
  border-radius: 6px;
  align-items: center;
  display: flex;
  margin-left: 4px;
}
.hs-richtext {
  line-height: 1.5;
  font-size: 1rem;
  color: #3f4852;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}
.hs-richtext a {
  color: #007aff;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media(min-width: 768px) {
  form{
    padding: 32px 32px 36px;
  }
  .hs-button {
    width: 400px;
    padding: 20px 0;
    margin-top: 18px;
  }
}
@media(max-width: 767px) {
  form {
    max-width: 100%;
    padding: 24px 16px;
  }
  .hs-form label {
    font-size: 14px;
  }
  .hs-form-required::before {
    padding: 5px 8px 4px;
  }
  .hs-button {
    min-width: 279px;
    font-size: 16px;
    margin-top: 16px;
    padding: 16px 0;
  }
  .hs-richtext {
    font-size: 14px;
  }
}
@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-form-field textarea::placeholder,
.hs-form-field input::placeholder{
  font-size: 14px;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif;
}
.hs_error_rollup{
  display:none;
}
/* ******************************************************************************
*********************************************************************************
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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */




















































.error-page-wrapper {
  padding: 168px 24px 48px;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif;
  font-size: 30vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .error-page:before {
    font-size: 20rem;
  }
  .systems-page h1 {
    font-size: 32px;
  }
  .systems-page h2 {
    font-size: 20px;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}
p.header {
  background-color: transparent;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica",  "Arial", "Meiryo", sans-serif;
  font-size: 1.25rem;
  color: #3f4852;
  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: #3f4852;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.subscription_preferences form {
  max-width: 100%;
  padding: 0;
  border: 0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}

@media(max-width: 767px) {
  .error-page-wrapper {
    padding: 104px 24px 32px;
  }
  .systems-page {
    padding: 3rem 0;
  }
  .systems-page .success {
    min-width: 1px;
  }
  .systems-page h1 {
    font-size: 24px;
  }
  .systems-page h2 {
    font-size: 16px;
  }
  .systems-page form {
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }
}




















































.breadcrumbs {
  position: relative;
}
.hs-breadcrumb-menu:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs .hs-breadcrumb-menu-item {
  padding: 0;
  color: #3f4852;
}
.breadcrumbs .hs-breadcrumb-menu-item a{
  font-weight: bold;
}
.breadcrumbs .hs-breadcrumb-menu-item a:hover,
.breadcrumbs .hs-breadcrumb-menu-item a {
  color: #2D3E50;
}

.breadcrumbs span.hs-breadcrumb-menu-divider {
  margin: 0 0.5em;
}
.breadcrumbs span.hs-breadcrumb-menu-divider:before {
  content: '＞';
  padding: 0 3.5px;
}

@media (min-width: 768px) {
  .breadcrumbs .page-center {
    font-size: 12px;
    margin: 0 auto;
    padding: 0 0 24px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0;
  }
   .breadcrumbs .page-center {
    font-size: 12px;
    padding: 0 0 16px;
  }
}




















































/*  pc/スマホ共通　*/
.top-image-box {
  position: relative;
  width: 100%;
}
.top-image-box:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.top-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-left .tag-list a{
  text-decoration: none;
}
.blog-post-left .tag-name {
  font-size: 14px;
  color: #ffffff;
  background-color: #3f4852;
  padding: 12px 16px;
  text-align: center;
  border-radius: 12px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: bold;
}
.blog-post-body span.highlight{
  background:linear-gradient(transparent 60%, #d9e322 70%);
}


/*  ブログの右サイドバー  */
.blog-post-right{
  width: 300px;
  background-color: #fff;
  padding: 32px 16px;
  border-radius: 20px;
  height: fit-content;
  margin-left: 32px;
/*   position:sticky; */
  top: 168px;
  flex-shrink: 0;
}
.blog-post-right .sidebar-blog-title{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.blog-post-right .content {
  max-width: 428px;
}
.blog-post-right .hs_cos_wrapper {
  margin-bottom: -12px;
}
.blog-post-right .hs_cos_wrapper:last-child {
  margin-bottom: -48px;
}

.blog-post-right a {
  text-decoration: none;
}
.blog-post-right .content img {
  position: relative;
  /*   height: 356px; */
  border-radius: 12px;
  object-fit: cover;
  border-radius: 12px;
}
.blog-post-right .content h3 {
  font-size: 14px;
  font-weight: bold;
}
.blog-post-right .content pre {
  display: none;
}
.blog-post-right .content p {
  margin: 0;
}

/*  pc版　*/
@media (min-width: 768px) {
  .mobile-blog-bottom-content {
    display: none;
  }
  .blog-post-container{
    display: flex;
    justify-content: center;
    position: relative;
  }
  /* Index */
  .blog-header{
    padding-bottom: 32px;
    text-align: center;
  }
  .blog-header__title {
    position: relative;
    padding-bottom: 14px;
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
  }
  .content-wrapper {
    margin: 0 -14px -48px;
    display: flex;
    flex-wrap: wrap;
  }
  .content-wrapper .hs_cos_wrapper {
    padding: 0 14px;
    width: 33.3333%;
  }
  /* Index */

  .blog-post-left .title{
    font-size: 24px;
    font-weight: bold;
    margin-top: 22px;
  }
  .blog-post-left .company-name{
    font-size: 16px;
    margin-top: 12px;
  }
  .date {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1;
    color:#3f4852;
  }
  /* Post */
  .top-info-area {
    margin: 0 auto;
  }
  .top-info-area .tag-list {
    margin: 14px 0 -6px;
  }
  .blog-post-body h2 {
    line-height: 200%;
    margin-top: 56px;
/*     margin-bottom: 32px; */
    font-size: 20px;
    margin-left: 25px;
    position: relative;
  }
  .blog-post-body h2:first-child {
    margin-top: 24px;
  }
  .blog-post-body h2:before {
    content:"";
    display:inline-block;
    width: 6px;
    height: 100%;
    background-color: #4aa574;
    position:absolute;
    left: -25px;
  }
  .blog-post-body h3 {
    font-weight: bold;
    white-space: pre-line;
    font-size: 16px;
    line-height: 200%;
    margin: 32px auto 0;
  }
  .blog-post-body h3::before {
    content: "ー";
    display:inline-block;
    margin-right: 1em;
  }
  .blog-post-body pre {
    font-size: 16px;
    line-height: 160%;
    white-space: pre-line;
    font-weight: 400;
    color: #2d3e50;
    margin: 24px auto 0;
  }	
  .blog-post-body div {
    font-size: 16px;
    line-height: 160%;
    // white-space: pre-line;
    font-weight: 400;
    color: #2d3e50;
    margin: 24px auto 0;
  }	
  .blog-post-body p {
    font-size: 16px;
    line-height: 160%;
    white-space: pre-line;
    font-weight: 400;
    color: #2d3e50;
    margin: 24px auto 0;
  }	
  .blog-post-body img {
    object-fit: cover;
    margin: 24px auto;
    width: 100% !important;
    border-radius: 12px;
    margin: 24px auto 0;
  }
  /*  関連ブログ  */
  .related-blogs{
    margin-top: 48px;
  }
  .related-blogs .related-blog-inner{
    margin-top: 32px;
  }
  .related-blogs .hs_cos_wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mobile-related-blog {
    display: none;
  }
}

/* sp(スマホ)版 */
@media (max-width: 767px) {
  /* Index */
  .blog-header{
    padding-bottom: 24px;
    text-align: center;
  }
  .blog-header__title {
    position:relative;
    padding-bottom: 14px;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
  }
  /* Index */

  /* Post */
  .top-info-area {
    margin: 0 auto;
  }
  .top-info-area .top-image {
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 12px;
  }
  .top-info-area .title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 14px;
  }
  .top-info-area .company-name{
    font-size: 14px;
    margin-top: 8px;
  }
  .top-info-area .tag-list {
    margin: 12px 0 -6px;
  }
  .blog-post-body h2 {
    line-height: 150%;
    font-size: 16px;
    margin: 32px 0 0;
    position: relative;
    margin-left: 25px;
  }
  .blog-post-body h2:first-child {
    margin-top: 24px;
  }
  .blog-post-body h2::before {
    content:"";
    display:inline-block;
    width: 6px;
    height: 100%;
    background-color: #4aa574;
    position:absolute;
    left: -25px;
  }
  .blog-post-body h3 {
    font-weight: bold;
    white-space: pre-line;
    font-size: 14px;
    line-height: 200%;
    margin: 24px auto 0;
  }
  .blog-post-body h3::before {
    content: "ー";
    display:inline-block;
    margin-right: 1em;
  }
  .blog-post-body pre {
    font-size: 14px;
    line-height: 200%;
    white-space: pre-line;
    color: #2d3e50;
    margin: 24px auto 0;
  }	
  .blog-post-body div {
    font-size: 14px;
    line-height: 200%;
    // white-space: pre-line;
    color: #2d3e50;
    margin: 24px auto 0;
  }
  .blog-post-body p {
    font-size: 14px;
    line-height: 200%;
    white-space: pre-line;
    color: #2d3e50;
    margin: 24px auto 0;
  }
  .blog-post-body img {
    border-radius: 12px;
    margin: 16px auto 0;
    object-fit: cover;
  }
  .blog-post-body .hs-cta-img {
    height: auto;
  }
  /* 関連ブログ */
  .related-blogs{
    margin-top: 32px;
  }
  .related-blogs .related-blog-inner{
    margin-top: 24px;
  }
  /*   .content-wrapper {
  margin-bottom: -36px;
} */
}

.example {
  display: none;
}